.slick-list:focus{outline:none}.slick-track{left:0;margin-left:auto;margin-right:auto}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:Satoshi;src:url(/_next/static/media/Satoshi-Light.d3f699ab.woff2) format("woff2"),url(/_next/static/media/Satoshi-Light.ce217c5d.woff) format("woff"),url(/_next/static/media/Satoshi-Light.121b151d.ttf) format("truetype");font-weight:300;font-display:swap;font-style:normal}@font-face{font-family:Satoshi;src:url(/_next/static/media/Satoshi-LightItalic.0d87c97a.woff2) format("woff2"),url(/_next/static/media/Satoshi-LightItalic.51efbee6.woff) format("woff"),url(/_next/static/media/Satoshi-LightItalic.58b0e971.ttf) format("truetype");font-weight:300;font-display:swap}@font-face{font-family:Satoshi;src:url(/_next/static/media/Satoshi-Regular.b1dca2a5.woff2) format("woff2"),url(/_next/static/media/Satoshi-Regular.bb2accee.woff) format("woff"),url(/_next/static/media/Satoshi-Regular.a12eb4fb.ttf) format("truetype");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:Satoshi;src:url(/_next/static/media/Satoshi-Italic.3eb4bb53.woff2) format("woff2"),url(/_next/static/media/Satoshi-Italic.43440d31.woff) format("woff"),url(/_next/static/media/Satoshi-Italic.84cd9c1d.ttf) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Satoshi;src:url(/_next/static/media/Satoshi-Medium.22539d17.woff2) format("woff2"),url(/_next/static/media/Satoshi-Medium.f3941e68.woff) format("woff"),url(/_next/static/media/Satoshi-Medium.8217b72e.ttf) format("truetype");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:Satoshi;src:url(/_next/static/media/Satoshi-MediumItalic.17afee50.woff2) format("woff2"),url(/_next/static/media/Satoshi-MediumItalic.5450477c.woff) format("woff"),url(/_next/static/media/Satoshi-MediumItalic.14c46485.ttf) format("truetype");font-weight:500;font-display:swap}@font-face{font-family:Satoshi;src:url(/_next/static/media/Satoshi-Bold.12084922.woff2) format("woff2"),url(/_next/static/media/Satoshi-Bold.b28a04c4.woff) format("woff"),url(/_next/static/media/Satoshi-Bold.c60efc8f.ttf) format("truetype");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:Satoshi;src:url(/_next/static/media/Satoshi-BoldItalic.e51fcc53.woff2) format("woff2"),url(/_next/static/media/Satoshi-BoldItalic.b59cf06f.woff) format("woff"),url(/_next/static/media/Satoshi-BoldItalic.c1d97e57.ttf) format("truetype");font-weight:700;font-display:swap}@font-face{font-family:Satoshi;src:url(/_next/static/media/Satoshi-Black.c6d20a6b.woff2) format("woff2"),url(/_next/static/media/Satoshi-Black.28873509.woff) format("woff"),url(/_next/static/media/Satoshi-Black.12d5a2e3.ttf) format("truetype");font-weight:900;font-display:swap;font-style:normal}@font-face{font-family:Satoshi;src:url(/_next/static/media/Satoshi-BlackItalic.5400951d.woff2) format("woff2"),url(/_next/static/media/Satoshi-BlackItalic.22c3e8d9.woff) format("woff"),url(/_next/static/media/Satoshi-BlackItalic.33bc16b8.ttf) format("truetype");font-weight:900;font-display:swap}@font-face{font-family:ClashDisplay;src:url(/_next/static/media/ClashDisplay-Extralight.0c602d05.woff2) format("woff2"),url(/_next/static/media/ClashDisplay-Extralight.95961220.woff) format("woff"),url(/_next/static/media/ClashDisplay-Extralight.7760b230.ttf) format("truetype");font-weight:200;font-display:swap;font-style:normal}@font-face{font-family:ClashDisplay;src:url(/_next/static/media/ClashDisplay-Light.5ad08f51.woff2) format("woff2"),url(/_next/static/media/ClashDisplay-Light.49219271.woff) format("woff"),url(/_next/static/media/ClashDisplay-Light.b8f6da6f.ttf) format("truetype");font-weight:300;font-display:swap;font-style:normal}@font-face{font-family:ClashDisplay;src:url(/_next/static/media/ClashDisplay-Regular.285d4436.woff2) format("woff2"),url(/_next/static/media/ClashDisplay-Regular.0a8af53f.woff) format("woff"),url(/_next/static/media/ClashDisplay-Regular.bb1ff20c.ttf) format("truetype");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ClashDisplay;src:url(/_next/static/media/ClashDisplay-Medium.086a70dd.woff2) format("woff2"),url(/_next/static/media/ClashDisplay-Medium.b4029a77.woff) format("woff"),url(/_next/static/media/ClashDisplay-Medium.578e340f.ttf) format("truetype");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ClashDisplay;src:url(/_next/static/media/ClashDisplay-Semibold.02d655c1.woff2) format("woff2"),url(/_next/static/media/ClashDisplay-Semibold.cffe86e9.woff) format("woff"),url(/_next/static/media/ClashDisplay-Semibold.6a5bb13d.ttf) format("truetype");font-weight:600;font-display:swap;font-style:normal}@font-face{font-family:ClashDisplay;src:url(/_next/static/media/ClashDisplay-Bold.271f7751.woff2) format("woff2"),url(/_next/static/media/ClashDisplay-Bold.eb853a67.woff) format("woff"),url(/_next/static/media/ClashDisplay-Bold.73023086.ttf) format("truetype");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:Magnita;font-weight:400;src:url(/_next/static/media/Magnita.a45983e9.eot);src:url(/_next/static/media/Magnita.a45983e9.eot) format("embedded-opentype"),url(/_next/static/media/Magnita.46680247.woff2) format("woff2"),url(/_next/static/media/Magnita.8788567e.woff) format("woff"),url(/_next/static/media/Magnita.a3be053c.svg) format("svg")}@font-face{font-display:block;font-family:bootstrap-icons;src:url(/_next/static/media/bootstrap-icons.35e09da2.woff2) format("woff2"),url(/_next/static/media/bootstrap-icons.cb4c7c05.woff) format("woff")}.bi:before,[class*=" bi-"]:before,[class^=bi-]:before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:inherit;font-feature-settings:normal;font-variant:normal;text-transform:none;vertical-align:middle;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123:before{content:""}.bi-alarm-fill:before{content:""}.bi-alarm:before{content:""}.bi-align-bottom:before{content:""}.bi-align-center:before{content:""}.bi-align-end:before{content:""}.bi-align-middle:before{content:""}.bi-align-start:before{content:""}.bi-align-top:before{content:""}.bi-alt:before{content:""}.bi-app-indicator:before{content:""}.bi-app:before{content:""}.bi-archive-fill:before{content:""}.bi-archive:before{content:""}.bi-arrow-90deg-down:before{content:""}.bi-arrow-90deg-left:before{content:""}.bi-arrow-90deg-right:before{content:""}.bi-arrow-90deg-up:before{content:""}.bi-arrow-bar-down:before{content:""}.bi-arrow-bar-left:before{content:""}.bi-arrow-bar-right:before{content:""}.bi-arrow-bar-up:before{content:""}.bi-arrow-clockwise:before{content:""}.bi-arrow-counterclockwise:before{content:""}.bi-arrow-down-circle-fill:before{content:""}.bi-arrow-down-circle:before{content:""}.bi-arrow-down-left-circle-fill:before{content:""}.bi-arrow-down-left-circle:before{content:""}.bi-arrow-down-left-square-fill:before{content:""}.bi-arrow-down-left-square:before{content:""}.bi-arrow-down-left:before{content:""}.bi-arrow-down-right-circle-fill:before{content:""}.bi-arrow-down-right-circle:before{content:""}.bi-arrow-down-right-square-fill:before{content:""}.bi-arrow-down-right-square:before{content:""}.bi-arrow-down-right:before{content:""}.bi-arrow-down-short:before{content:""}.bi-arrow-down-square-fill:before{content:""}.bi-arrow-down-square:before{content:""}.bi-arrow-down-up:before{content:""}.bi-arrow-down:before{content:""}.bi-arrow-left-circle-fill:before{content:""}.bi-arrow-left-circle:before{content:""}.bi-arrow-left-right:before{content:""}.bi-arrow-left-short:before{content:""}.bi-arrow-left-square-fill:before{content:""}.bi-arrow-left-square:before{content:""}.bi-arrow-left:before{content:""}.bi-arrow-repeat:before{content:""}.bi-arrow-return-left:before{content:""}.bi-arrow-return-right:before{content:""}.bi-arrow-right-circle-fill:before{content:""}.bi-arrow-right-circle:before{content:""}.bi-arrow-right-short:before{content:""}.bi-arrow-right-square-fill:before{content:""}.bi-arrow-right-square:before{content:""}.bi-arrow-right:before{content:""}.bi-arrow-up-circle-fill:before{content:""}.bi-arrow-up-circle:before{content:""}.bi-arrow-up-left-circle-fill:before{content:""}.bi-arrow-up-left-circle:before{content:""}.bi-arrow-up-left-square-fill:before{content:""}.bi-arrow-up-left-square:before{content:""}.bi-arrow-up-left:before{content:""}.bi-arrow-up-right-circle-fill:before{content:""}.bi-arrow-up-right-circle:before{content:""}.bi-arrow-up-right-square-fill:before{content:""}.bi-arrow-up-right-square:before{content:""}.bi-arrow-up-right:before{content:""}.bi-arrow-up-short:before{content:""}.bi-arrow-up-square-fill:before{content:""}.bi-arrow-up-square:before{content:""}.bi-arrow-up:before{content:""}.bi-arrows-angle-contract:before{content:""}.bi-arrows-angle-expand:before{content:""}.bi-arrows-collapse:before{content:""}.bi-arrows-expand:before{content:""}.bi-arrows-fullscreen:before{content:""}.bi-arrows-move:before{content:""}.bi-aspect-ratio-fill:before{content:""}.bi-aspect-ratio:before{content:""}.bi-asterisk:before{content:""}.bi-at:before{content:""}.bi-award-fill:before{content:""}.bi-award:before{content:""}.bi-back:before{content:""}.bi-backspace-fill:before{content:""}.bi-backspace-reverse-fill:before{content:""}.bi-backspace-reverse:before{content:""}.bi-backspace:before{content:""}.bi-badge-3d-fill:before{content:""}.bi-badge-3d:before{content:""}.bi-badge-4k-fill:before{content:""}.bi-badge-4k:before{content:""}.bi-badge-8k-fill:before{content:""}.bi-badge-8k:before{content:""}.bi-badge-ad-fill:before{content:""}.bi-badge-ad:before{content:""}.bi-badge-ar-fill:before{content:""}.bi-badge-ar:before{content:""}.bi-badge-cc-fill:before{content:""}.bi-badge-cc:before{content:""}.bi-badge-hd-fill:before{content:""}.bi-badge-hd:before{content:""}.bi-badge-tm-fill:before{content:""}.bi-badge-tm:before{content:""}.bi-badge-vo-fill:before{content:""}.bi-badge-vo:before{content:""}.bi-badge-vr-fill:before{content:""}.bi-badge-vr:before{content:""}.bi-badge-wc-fill:before{content:""}.bi-badge-wc:before{content:""}.bi-bag-check-fill:before{content:""}.bi-bag-check:before{content:""}.bi-bag-dash-fill:before{content:""}.bi-bag-dash:before{content:""}.bi-bag-fill:before{content:""}.bi-bag-plus-fill:before{content:""}.bi-bag-plus:before{content:""}.bi-bag-x-fill:before{content:""}.bi-bag-x:before{content:""}.bi-bag:before{content:""}.bi-bar-chart-fill:before{content:""}.bi-bar-chart-line-fill:before{content:""}.bi-bar-chart-line:before{content:""}.bi-bar-chart-steps:before{content:""}.bi-bar-chart:before{content:""}.bi-basket-fill:before{content:""}.bi-basket:before{content:""}.bi-basket2-fill:before{content:""}.bi-basket2:before{content:""}.bi-basket3-fill:before{content:""}.bi-basket3:before{content:""}.bi-battery-charging:before{content:""}.bi-battery-full:before{content:""}.bi-battery-half:before{content:""}.bi-battery:before{content:""}.bi-bell-fill:before{content:""}.bi-bell:before{content:""}.bi-bezier:before{content:""}.bi-bezier2:before{content:""}.bi-bicycle:before{content:""}.bi-binoculars-fill:before{content:""}.bi-binoculars:before{content:""}.bi-blockquote-left:before{content:""}.bi-blockquote-right:before{content:""}.bi-book-fill:before{content:""}.bi-book-half:before{content:""}.bi-book:before{content:""}.bi-bookmark-check-fill:before{content:""}.bi-bookmark-check:before{content:""}.bi-bookmark-dash-fill:before{content:""}.bi-bookmark-dash:before{content:""}.bi-bookmark-fill:before{content:""}.bi-bookmark-heart-fill:before{content:""}.bi-bookmark-heart:before{content:""}.bi-bookmark-plus-fill:before{content:""}.bi-bookmark-plus:before{content:""}.bi-bookmark-star-fill:before{content:""}.bi-bookmark-star:before{content:""}.bi-bookmark-x-fill:before{content:""}.bi-bookmark-x:before{content:""}.bi-bookmark:before{content:""}.bi-bookmarks-fill:before{content:""}.bi-bookmarks:before{content:""}.bi-bookshelf:before{content:""}.bi-bootstrap-fill:before{content:""}.bi-bootstrap-reboot:before{content:""}.bi-bootstrap:before{content:""}.bi-border-all:before{content:""}.bi-border-bottom:before{content:""}.bi-border-center:before{content:""}.bi-border-inner:before{content:""}.bi-border-left:before{content:""}.bi-border-middle:before{content:""}.bi-border-outer:before{content:""}.bi-border-right:before{content:""}.bi-border-style:before{content:""}.bi-border-top:before{content:""}.bi-border-width:before{content:""}.bi-border:before{content:""}.bi-bounding-box-circles:before{content:""}.bi-bounding-box:before{content:""}.bi-box-arrow-down-left:before{content:""}.bi-box-arrow-down-right:before{content:""}.bi-box-arrow-down:before{content:""}.bi-box-arrow-in-down-left:before{content:""}.bi-box-arrow-in-down-right:before{content:""}.bi-box-arrow-in-down:before{content:""}.bi-box-arrow-in-left:before{content:""}.bi-box-arrow-in-right:before{content:""}.bi-box-arrow-in-up-left:before{content:""}.bi-box-arrow-in-up-right:before{content:""}.bi-box-arrow-in-up:before{content:""}.bi-box-arrow-left:before{content:""}.bi-box-arrow-right:before{content:""}.bi-box-arrow-up-left:before{content:""}.bi-box-arrow-up-right:before{content:""}.bi-box-arrow-up:before{content:""}.bi-box-seam:before{content:""}.bi-box:before{content:""}.bi-braces:before{content:""}.bi-bricks:before{content:""}.bi-briefcase-fill:before{content:""}.bi-briefcase:before{content:""}.bi-brightness-alt-high-fill:before{content:""}.bi-brightness-alt-high:before{content:""}.bi-brightness-alt-low-fill:before{content:""}.bi-brightness-alt-low:before{content:""}.bi-brightness-high-fill:before{content:""}.bi-brightness-high:before{content:""}.bi-brightness-low-fill:before{content:""}.bi-brightness-low:before{content:""}.bi-broadcast-pin:before{content:""}.bi-broadcast:before{content:""}.bi-brush-fill:before{content:""}.bi-brush:before{content:""}.bi-bucket-fill:before{content:""}.bi-bucket:before{content:""}.bi-bug-fill:before{content:""}.bi-bug:before{content:""}.bi-building:before{content:""}.bi-bullseye:before{content:""}.bi-calculator-fill:before{content:""}.bi-calculator:before{content:""}.bi-calendar-check-fill:before{content:""}.bi-calendar-check:before{content:""}.bi-calendar-date-fill:before{content:""}.bi-calendar-date:before{content:""}.bi-calendar-day-fill:before{content:""}.bi-calendar-day:before{content:""}.bi-calendar-event-fill:before{content:""}.bi-calendar-event:before{content:""}.bi-calendar-fill:before{content:""}.bi-calendar-minus-fill:before{content:""}.bi-calendar-minus:before{content:""}.bi-calendar-month-fill:before{content:""}.bi-calendar-month:before{content:""}.bi-calendar-plus-fill:before{content:""}.bi-calendar-plus:before{content:""}.bi-calendar-range-fill:before{content:""}.bi-calendar-range:before{content:""}.bi-calendar-week-fill:before{content:""}.bi-calendar-week:before{content:""}.bi-calendar-x-fill:before{content:""}.bi-calendar-x:before{content:""}.bi-calendar:before{content:""}.bi-calendar2-check-fill:before{content:""}.bi-calendar2-check:before{content:""}.bi-calendar2-date-fill:before{content:""}.bi-calendar2-date:before{content:""}.bi-calendar2-day-fill:before{content:""}.bi-calendar2-day:before{content:""}.bi-calendar2-event-fill:before{content:""}.bi-calendar2-event:before{content:""}.bi-calendar2-fill:before{content:""}.bi-calendar2-minus-fill:before{content:""}.bi-calendar2-minus:before{content:""}.bi-calendar2-month-fill:before{content:""}.bi-calendar2-month:before{content:""}.bi-calendar2-plus-fill:before{content:""}.bi-calendar2-plus:before{content:""}.bi-calendar2-range-fill:before{content:""}.bi-calendar2-range:before{content:""}.bi-calendar2-week-fill:before{content:""}.bi-calendar2-week:before{content:""}.bi-calendar2-x-fill:before{content:""}.bi-calendar2-x:before{content:""}.bi-calendar2:before{content:""}.bi-calendar3-event-fill:before{content:""}.bi-calendar3-event:before{content:""}.bi-calendar3-fill:before{content:""}.bi-calendar3-range-fill:before{content:""}.bi-calendar3-range:before{content:""}.bi-calendar3-week-fill:before{content:""}.bi-calendar3-week:before{content:""}.bi-calendar3:before{content:""}.bi-calendar4-event:before{content:""}.bi-calendar4-range:before{content:""}.bi-calendar4-week:before{content:""}.bi-calendar4:before{content:""}.bi-camera-fill:before{content:""}.bi-camera-reels-fill:before{content:""}.bi-camera-reels:before{content:""}.bi-camera-video-fill:before{content:""}.bi-camera-video-off-fill:before{content:""}.bi-camera-video-off:before{content:""}.bi-camera-video:before{content:""}.bi-camera:before{content:""}.bi-camera2:before{content:""}.bi-capslock-fill:before{content:""}.bi-capslock:before{content:""}.bi-card-checklist:before{content:""}.bi-card-heading:before{content:""}.bi-card-image:before{content:""}.bi-card-list:before{content:""}.bi-card-text:before{content:""}.bi-caret-down-fill:before{content:""}.bi-caret-down-square-fill:before{content:""}.bi-caret-down-square:before{content:""}.bi-caret-down:before{content:""}.bi-caret-left-fill:before{content:""}.bi-caret-left-square-fill:before{content:""}.bi-caret-left-square:before{content:""}.bi-caret-left:before{content:""}.bi-caret-right-fill:before{content:""}.bi-caret-right-square-fill:before{content:""}.bi-caret-right-square:before{content:""}.bi-caret-right:before{content:""}.bi-caret-up-fill:before{content:""}.bi-caret-up-square-fill:before{content:""}.bi-caret-up-square:before{content:""}.bi-caret-up:before{content:""}.bi-cart-check-fill:before{content:""}.bi-cart-check:before{content:""}.bi-cart-dash-fill:before{content:""}.bi-cart-dash:before{content:""}.bi-cart-fill:before{content:""}.bi-cart-plus-fill:before{content:""}.bi-cart-plus:before{content:""}.bi-cart-x-fill:before{content:""}.bi-cart-x:before{content:""}.bi-cart:before{content:""}.bi-cart2:before{content:""}.bi-cart3:before{content:""}.bi-cart4:before{content:""}.bi-cash-stack:before{content:""}.bi-cash:before{content:""}.bi-cast:before{content:""}.bi-chat-dots-fill:before{content:""}.bi-chat-dots:before{content:""}.bi-chat-fill:before{content:""}.bi-chat-left-dots-fill:before{content:""}.bi-chat-left-dots:before{content:""}.bi-chat-left-fill:before{content:""}.bi-chat-left-quote-fill:before{content:""}.bi-chat-left-quote:before{content:""}.bi-chat-left-text-fill:before{content:""}.bi-chat-left-text:before{content:""}.bi-chat-left:before{content:""}.bi-chat-quote-fill:before{content:""}.bi-chat-quote:before{content:""}.bi-chat-right-dots-fill:before{content:""}.bi-chat-right-dots:before{content:""}.bi-chat-right-fill:before{content:""}.bi-chat-right-quote-fill:before{content:""}.bi-chat-right-quote:before{content:""}.bi-chat-right-text-fill:before{content:""}.bi-chat-right-text:before{content:""}.bi-chat-right:before{content:""}.bi-chat-square-dots-fill:before{content:""}.bi-chat-square-dots:before{content:""}.bi-chat-square-fill:before{content:""}.bi-chat-square-quote-fill:before{content:""}.bi-chat-square-quote:before{content:""}.bi-chat-square-text-fill:before{content:""}.bi-chat-square-text:before{content:""}.bi-chat-square:before{content:""}.bi-chat-text-fill:before{content:""}.bi-chat-text:before{content:""}.bi-chat:before{content:""}.bi-check-all:before{content:""}.bi-check-circle-fill:before{content:""}.bi-check-circle:before{content:""}.bi-check-square-fill:before{content:""}.bi-check-square:before{content:""}.bi-check:before{content:""}.bi-check2-all:before{content:""}.bi-check2-circle:before{content:""}.bi-check2-square:before{content:""}.bi-check2:before{content:""}.bi-chevron-bar-contract:before{content:""}.bi-chevron-bar-down:before{content:""}.bi-chevron-bar-expand:before{content:""}.bi-chevron-bar-left:before{content:""}.bi-chevron-bar-right:before{content:""}.bi-chevron-bar-up:before{content:""}.bi-chevron-compact-down:before{content:""}.bi-chevron-compact-left:before{content:""}.bi-chevron-compact-right:before{content:""}.bi-chevron-compact-up:before{content:""}.bi-chevron-contract:before{content:""}.bi-chevron-double-down:before{content:""}.bi-chevron-double-left:before{content:""}.bi-chevron-double-right:before{content:""}.bi-chevron-double-up:before{content:""}.bi-chevron-down:before{content:""}.bi-chevron-expand:before{content:""}.bi-chevron-left:before{content:""}.bi-chevron-right:before{content:""}.bi-chevron-up:before{content:""}.bi-circle-fill:before{content:""}.bi-circle-half:before{content:""}.bi-circle-square:before{content:""}.bi-circle:before{content:""}.bi-clipboard-check:before{content:""}.bi-clipboard-data:before{content:""}.bi-clipboard-minus:before{content:""}.bi-clipboard-plus:before{content:""}.bi-clipboard-x:before{content:""}.bi-clipboard:before{content:""}.bi-clock-fill:before{content:""}.bi-clock-history:before{content:""}.bi-clock:before{content:""}.bi-cloud-arrow-down-fill:before{content:""}.bi-cloud-arrow-down:before{content:""}.bi-cloud-arrow-up-fill:before{content:""}.bi-cloud-arrow-up:before{content:""}.bi-cloud-check-fill:before{content:""}.bi-cloud-check:before{content:""}.bi-cloud-download-fill:before{content:""}.bi-cloud-download:before{content:""}.bi-cloud-drizzle-fill:before{content:""}.bi-cloud-drizzle:before{content:""}.bi-cloud-fill:before{content:""}.bi-cloud-fog-fill:before{content:""}.bi-cloud-fog:before{content:""}.bi-cloud-fog2-fill:before{content:""}.bi-cloud-fog2:before{content:""}.bi-cloud-hail-fill:before{content:""}.bi-cloud-hail:before{content:""}.bi-cloud-haze-1:before{content:""}.bi-cloud-haze-fill:before{content:""}.bi-cloud-haze:before{content:""}.bi-cloud-haze2-fill:before{content:""}.bi-cloud-lightning-fill:before{content:""}.bi-cloud-lightning-rain-fill:before{content:""}.bi-cloud-lightning-rain:before{content:""}.bi-cloud-lightning:before{content:""}.bi-cloud-minus-fill:before{content:""}.bi-cloud-minus:before{content:""}.bi-cloud-moon-fill:before{content:""}.bi-cloud-moon:before{content:""}.bi-cloud-plus-fill:before{content:""}.bi-cloud-plus:before{content:""}.bi-cloud-rain-fill:before{content:""}.bi-cloud-rain-heavy-fill:before{content:""}.bi-cloud-rain-heavy:before{content:""}.bi-cloud-rain:before{content:""}.bi-cloud-slash-fill:before{content:""}.bi-cloud-slash:before{content:""}.bi-cloud-sleet-fill:before{content:""}.bi-cloud-sleet:before{content:""}.bi-cloud-snow-fill:before{content:""}.bi-cloud-snow:before{content:""}.bi-cloud-sun-fill:before{content:""}.bi-cloud-sun:before{content:""}.bi-cloud-upload-fill:before{content:""}.bi-cloud-upload:before{content:""}.bi-cloud:before{content:""}.bi-clouds-fill:before{content:""}.bi-clouds:before{content:""}.bi-cloudy-fill:before{content:""}.bi-cloudy:before{content:""}.bi-code-slash:before{content:""}.bi-code-square:before{content:""}.bi-code:before{content:""}.bi-collection-fill:before{content:""}.bi-collection-play-fill:before{content:""}.bi-collection-play:before{content:""}.bi-collection:before{content:""}.bi-columns-gap:before{content:""}.bi-columns:before{content:""}.bi-command:before{content:""}.bi-compass-fill:before{content:""}.bi-compass:before{content:""}.bi-cone-striped:before{content:""}.bi-cone:before{content:""}.bi-controller:before{content:""}.bi-cpu-fill:before{content:""}.bi-cpu:before{content:""}.bi-credit-card-2-back-fill:before{content:""}.bi-credit-card-2-back:before{content:""}.bi-credit-card-2-front-fill:before{content:""}.bi-credit-card-2-front:before{content:""}.bi-credit-card-fill:before{content:""}.bi-credit-card:before{content:""}.bi-crop:before{content:""}.bi-cup-fill:before{content:""}.bi-cup-straw:before{content:""}.bi-cup:before{content:""}.bi-cursor-fill:before{content:""}.bi-cursor-text:before{content:""}.bi-cursor:before{content:""}.bi-dash-circle-dotted:before{content:""}.bi-dash-circle-fill:before{content:""}.bi-dash-circle:before{content:""}.bi-dash-square-dotted:before{content:""}.bi-dash-square-fill:before{content:""}.bi-dash-square:before{content:""}.bi-dash:before{content:""}.bi-diagram-2-fill:before{content:""}.bi-diagram-2:before{content:""}.bi-diagram-3-fill:before{content:""}.bi-diagram-3:before{content:""}.bi-diamond-fill:before{content:""}.bi-diamond-half:before{content:""}.bi-diamond:before{content:""}.bi-dice-1-fill:before{content:""}.bi-dice-1:before{content:""}.bi-dice-2-fill:before{content:""}.bi-dice-2:before{content:""}.bi-dice-3-fill:before{content:""}.bi-dice-3:before{content:""}.bi-dice-4-fill:before{content:""}.bi-dice-4:before{content:""}.bi-dice-5-fill:before{content:""}.bi-dice-5:before{content:""}.bi-dice-6-fill:before{content:""}.bi-dice-6:before{content:""}.bi-disc-fill:before{content:""}.bi-disc:before{content:""}.bi-discord:before{content:""}.bi-display-fill:before{content:""}.bi-display:before{content:""}.bi-distribute-horizontal:before{content:""}.bi-distribute-vertical:before{content:""}.bi-door-closed-fill:before{content:""}.bi-door-closed:before{content:""}.bi-door-open-fill:before{content:""}.bi-door-open:before{content:""}.bi-dot:before{content:""}.bi-download:before{content:""}.bi-droplet-fill:before{content:""}.bi-droplet-half:before{content:""}.bi-droplet:before{content:""}.bi-earbuds:before{content:""}.bi-easel-fill:before{content:""}.bi-easel:before{content:""}.bi-egg-fill:before{content:""}.bi-egg-fried:before{content:""}.bi-egg:before{content:""}.bi-eject-fill:before{content:""}.bi-eject:before{content:""}.bi-emoji-angry-fill:before{content:""}.bi-emoji-angry:before{content:""}.bi-emoji-dizzy-fill:before{content:""}.bi-emoji-dizzy:before{content:""}.bi-emoji-expressionless-fill:before{content:""}.bi-emoji-expressionless:before{content:""}.bi-emoji-frown-fill:before{content:""}.bi-emoji-frown:before{content:""}.bi-emoji-heart-eyes-fill:before{content:""}.bi-emoji-heart-eyes:before{content:""}.bi-emoji-laughing-fill:before{content:""}.bi-emoji-laughing:before{content:""}.bi-emoji-neutral-fill:before{content:""}.bi-emoji-neutral:before{content:""}.bi-emoji-smile-fill:before{content:""}.bi-emoji-smile-upside-down-fill:before{content:""}.bi-emoji-smile-upside-down:before{content:""}.bi-emoji-smile:before{content:""}.bi-emoji-sunglasses-fill:before{content:""}.bi-emoji-sunglasses:before{content:""}.bi-emoji-wink-fill:before{content:""}.bi-emoji-wink:before{content:""}.bi-envelope-fill:before{content:""}.bi-envelope-open-fill:before{content:""}.bi-envelope-open:before{content:""}.bi-envelope:before{content:""}.bi-eraser-fill:before{content:""}.bi-eraser:before{content:""}.bi-exclamation-circle-fill:before{content:""}.bi-exclamation-circle:before{content:""}.bi-exclamation-diamond-fill:before{content:""}.bi-exclamation-diamond:before{content:""}.bi-exclamation-octagon-fill:before{content:""}.bi-exclamation-octagon:before{content:""}.bi-exclamation-square-fill:before{content:""}.bi-exclamation-square:before{content:""}.bi-exclamation-triangle-fill:before{content:""}.bi-exclamation-triangle:before{content:""}.bi-exclamation:before{content:""}.bi-exclude:before{content:""}.bi-eye-fill:before{content:""}.bi-eye-slash-fill:before{content:""}.bi-eye-slash:before{content:""}.bi-eye:before{content:""}.bi-eyedropper:before{content:""}.bi-eyeglasses:before{content:""}.bi-facebook:before{content:""}.bi-file-arrow-down-fill:before{content:""}.bi-file-arrow-down:before{content:""}.bi-file-arrow-up-fill:before{content:""}.bi-file-arrow-up:before{content:""}.bi-file-bar-graph-fill:before{content:""}.bi-file-bar-graph:before{content:""}.bi-file-binary-fill:before{content:""}.bi-file-binary:before{content:""}.bi-file-break-fill:before{content:""}.bi-file-break:before{content:""}.bi-file-check-fill:before{content:""}.bi-file-check:before{content:""}.bi-file-code-fill:before{content:""}.bi-file-code:before{content:""}.bi-file-diff-fill:before{content:""}.bi-file-diff:before{content:""}.bi-file-earmark-arrow-down-fill:before{content:""}.bi-file-earmark-arrow-down:before{content:""}.bi-file-earmark-arrow-up-fill:before{content:""}.bi-file-earmark-arrow-up:before{content:""}.bi-file-earmark-bar-graph-fill:before{content:""}.bi-file-earmark-bar-graph:before{content:""}.bi-file-earmark-binary-fill:before{content:""}.bi-file-earmark-binary:before{content:""}.bi-file-earmark-break-fill:before{content:""}.bi-file-earmark-break:before{content:""}.bi-file-earmark-check-fill:before{content:""}.bi-file-earmark-check:before{content:""}.bi-file-earmark-code-fill:before{content:""}.bi-file-earmark-code:before{content:""}.bi-file-earmark-diff-fill:before{content:""}.bi-file-earmark-diff:before{content:""}.bi-file-earmark-easel-fill:before{content:""}.bi-file-earmark-easel:before{content:""}.bi-file-earmark-excel-fill:before{content:""}.bi-file-earmark-excel:before{content:""}.bi-file-earmark-fill:before{content:""}.bi-file-earmark-font-fill:before{content:""}.bi-file-earmark-font:before{content:""}.bi-file-earmark-image-fill:before{content:""}.bi-file-earmark-image:before{content:""}.bi-file-earmark-lock-fill:before{content:""}.bi-file-earmark-lock:before{content:""}.bi-file-earmark-lock2-fill:before{content:""}.bi-file-earmark-lock2:before{content:""}.bi-file-earmark-medical-fill:before{content:""}.bi-file-earmark-medical:before{content:""}.bi-file-earmark-minus-fill:before{content:""}.bi-file-earmark-minus:before{content:""}.bi-file-earmark-music-fill:before{content:""}.bi-file-earmark-music:before{content:""}.bi-file-earmark-person-fill:before{content:""}.bi-file-earmark-person:before{content:""}.bi-file-earmark-play-fill:before{content:""}.bi-file-earmark-play:before{content:""}.bi-file-earmark-plus-fill:before{content:""}.bi-file-earmark-plus:before{content:""}.bi-file-earmark-post-fill:before{content:""}.bi-file-earmark-post:before{content:""}.bi-file-earmark-ppt-fill:before{content:""}.bi-file-earmark-ppt:before{content:""}.bi-file-earmark-richtext-fill:before{content:""}.bi-file-earmark-richtext:before{content:""}.bi-file-earmark-ruled-fill:before{content:""}.bi-file-earmark-ruled:before{content:""}.bi-file-earmark-slides-fill:before{content:""}.bi-file-earmark-slides:before{content:""}.bi-file-earmark-spreadsheet-fill:before{content:""}.bi-file-earmark-spreadsheet:before{content:""}.bi-file-earmark-text-fill:before{content:""}.bi-file-earmark-text:before{content:""}.bi-file-earmark-word-fill:before{content:""}.bi-file-earmark-word:before{content:""}.bi-file-earmark-x-fill:before{content:""}.bi-file-earmark-x:before{content:""}.bi-file-earmark-zip-fill:before{content:""}.bi-file-earmark-zip:before{content:""}.bi-file-earmark:before{content:""}.bi-file-easel-fill:before{content:""}.bi-file-easel:before{content:""}.bi-file-excel-fill:before{content:""}.bi-file-excel:before{content:""}.bi-file-fill:before{content:""}.bi-file-font-fill:before{content:""}.bi-file-font:before{content:""}.bi-file-image-fill:before{content:""}.bi-file-image:before{content:""}.bi-file-lock-fill:before{content:""}.bi-file-lock:before{content:""}.bi-file-lock2-fill:before{content:""}.bi-file-lock2:before{content:""}.bi-file-medical-fill:before{content:""}.bi-file-medical:before{content:""}.bi-file-minus-fill:before{content:""}.bi-file-minus:before{content:""}.bi-file-music-fill:before{content:""}.bi-file-music:before{content:""}.bi-file-person-fill:before{content:""}.bi-file-person:before{content:""}.bi-file-play-fill:before{content:""}.bi-file-play:before{content:""}.bi-file-plus-fill:before{content:""}.bi-file-plus:before{content:""}.bi-file-post-fill:before{content:""}.bi-file-post:before{content:""}.bi-file-ppt-fill:before{content:""}.bi-file-ppt:before{content:""}.bi-file-richtext-fill:before{content:""}.bi-file-richtext:before{content:""}.bi-file-ruled-fill:before{content:""}.bi-file-ruled:before{content:""}.bi-file-slides-fill:before{content:""}.bi-file-slides:before{content:""}.bi-file-spreadsheet-fill:before{content:""}.bi-file-spreadsheet:before{content:""}.bi-file-text-fill:before{content:""}.bi-file-text:before{content:""}.bi-file-word-fill:before{content:""}.bi-file-word:before{content:""}.bi-file-x-fill:before{content:""}.bi-file-x:before{content:""}.bi-file-zip-fill:before{content:""}.bi-file-zip:before{content:""}.bi-file:before{content:""}.bi-files-alt:before{content:""}.bi-files:before{content:""}.bi-film:before{content:""}.bi-filter-circle-fill:before{content:""}.bi-filter-circle:before{content:""}.bi-filter-left:before{content:""}.bi-filter-right:before{content:""}.bi-filter-square-fill:before{content:""}.bi-filter-square:before{content:""}.bi-filter:before{content:""}.bi-flag-fill:before{content:""}.bi-flag:before{content:""}.bi-flower1:before{content:""}.bi-flower2:before{content:""}.bi-flower3:before{content:""}.bi-folder-check:before{content:""}.bi-folder-fill:before{content:""}.bi-folder-minus:before{content:""}.bi-folder-plus:before{content:""}.bi-folder-symlink-fill:before{content:""}.bi-folder-symlink:before{content:""}.bi-folder-x:before{content:""}.bi-folder:before{content:""}.bi-folder2-open:before{content:""}.bi-folder2:before{content:""}.bi-fonts:before{content:""}.bi-forward-fill:before{content:""}.bi-forward:before{content:""}.bi-front:before{content:""}.bi-fullscreen-exit:before{content:""}.bi-fullscreen:before{content:""}.bi-funnel-fill:before{content:""}.bi-funnel:before{content:""}.bi-gear-fill:before{content:""}.bi-gear-wide-connected:before{content:""}.bi-gear-wide:before{content:""}.bi-gear:before{content:""}.bi-gem:before{content:""}.bi-geo-alt-fill:before{content:""}.bi-geo-alt:before{content:""}.bi-geo-fill:before{content:""}.bi-geo:before{content:""}.bi-gift-fill:before{content:""}.bi-gift:before{content:""}.bi-github:before{content:""}.bi-globe:before{content:""}.bi-globe2:before{content:""}.bi-google:before{content:""}.bi-graph-down:before{content:""}.bi-graph-up:before{content:""}.bi-grid-1x2-fill:before{content:""}.bi-grid-1x2:before{content:""}.bi-grid-3x2-gap-fill:before{content:""}.bi-grid-3x2-gap:before{content:""}.bi-grid-3x2:before{content:""}.bi-grid-3x3-gap-fill:before{content:""}.bi-grid-3x3-gap:before{content:""}.bi-grid-3x3:before{content:""}.bi-grid-fill:before{content:""}.bi-grid:before{content:""}.bi-grip-horizontal:before{content:""}.bi-grip-vertical:before{content:""}.bi-hammer:before{content:""}.bi-hand-index-fill:before{content:""}.bi-hand-index-thumb-fill:before{content:""}.bi-hand-index-thumb:before{content:""}.bi-hand-index:before{content:""}.bi-hand-thumbs-down-fill:before{content:""}.bi-hand-thumbs-down:before{content:""}.bi-hand-thumbs-up-fill:before{content:""}.bi-hand-thumbs-up:before{content:""}.bi-handbag-fill:before{content:""}.bi-handbag:before{content:""}.bi-hash:before{content:""}.bi-hdd-fill:before{content:""}.bi-hdd-network-fill:before{content:""}.bi-hdd-network:before{content:""}.bi-hdd-rack-fill:before{content:""}.bi-hdd-rack:before{content:""}.bi-hdd-stack-fill:before{content:""}.bi-hdd-stack:before{content:""}.bi-hdd:before{content:""}.bi-headphones:before{content:""}.bi-headset:before{content:""}.bi-heart-fill:before{content:""}.bi-heart-half:before{content:""}.bi-heart:before{content:""}.bi-heptagon-fill:before{content:""}.bi-heptagon-half:before{content:""}.bi-heptagon:before{content:""}.bi-hexagon-fill:before{content:""}.bi-hexagon-half:before{content:""}.bi-hexagon:before{content:""}.bi-hourglass-bottom:before{content:""}.bi-hourglass-split:before{content:""}.bi-hourglass-top:before{content:""}.bi-hourglass:before{content:""}.bi-house-door-fill:before{content:""}.bi-house-door:before{content:""}.bi-house-fill:before{content:""}.bi-house:before{content:""}.bi-hr:before{content:""}.bi-hurricane:before{content:""}.bi-image-alt:before{content:""}.bi-image-fill:before{content:""}.bi-image:before{content:""}.bi-images:before{content:""}.bi-inbox-fill:before{content:""}.bi-inbox:before{content:""}.bi-inboxes-fill:before{content:""}.bi-inboxes:before{content:""}.bi-info-circle-fill:before{content:""}.bi-info-circle:before{content:""}.bi-info-square-fill:before{content:""}.bi-info-square:before{content:""}.bi-info:before{content:""}.bi-input-cursor-text:before{content:""}.bi-input-cursor:before{content:""}.bi-instagram:before{content:""}.bi-intersect:before{content:""}.bi-journal-album:before{content:""}.bi-journal-arrow-down:before{content:""}.bi-journal-arrow-up:before{content:""}.bi-journal-bookmark-fill:before{content:""}.bi-journal-bookmark:before{content:""}.bi-journal-check:before{content:""}.bi-journal-code:before{content:""}.bi-journal-medical:before{content:""}.bi-journal-minus:before{content:""}.bi-journal-plus:before{content:""}.bi-journal-richtext:before{content:""}.bi-journal-text:before{content:""}.bi-journal-x:before{content:""}.bi-journal:before{content:""}.bi-journals:before{content:""}.bi-joystick:before{content:""}.bi-justify-left:before{content:""}.bi-justify-right:before{content:""}.bi-justify:before{content:""}.bi-kanban-fill:before{content:""}.bi-kanban:before{content:""}.bi-key-fill:before{content:""}.bi-key:before{content:""}.bi-keyboard-fill:before{content:""}.bi-keyboard:before{content:""}.bi-ladder:before{content:""}.bi-lamp-fill:before{content:""}.bi-lamp:before{content:""}.bi-laptop-fill:before{content:""}.bi-laptop:before{content:""}.bi-layer-backward:before{content:""}.bi-layer-forward:before{content:""}.bi-layers-fill:before{content:""}.bi-layers-half:before{content:""}.bi-layers:before{content:""}.bi-layout-sidebar-inset-reverse:before{content:""}.bi-layout-sidebar-inset:before{content:""}.bi-layout-sidebar-reverse:before{content:""}.bi-layout-sidebar:before{content:""}.bi-layout-split:before{content:""}.bi-layout-text-sidebar-reverse:before{content:""}.bi-layout-text-sidebar:before{content:""}.bi-layout-text-window-reverse:before{content:""}.bi-layout-text-window:before{content:""}.bi-layout-three-columns:before{content:""}.bi-layout-wtf:before{content:""}.bi-life-preserver:before{content:""}.bi-lightbulb-fill:before{content:""}.bi-lightbulb-off-fill:before{content:""}.bi-lightbulb-off:before{content:""}.bi-lightbulb:before{content:""}.bi-lightning-charge-fill:before{content:""}.bi-lightning-charge:before{content:""}.bi-lightning-fill:before{content:""}.bi-lightning:before{content:""}.bi-link-45deg:before{content:""}.bi-link:before{content:""}.bi-linkedin:before{content:""}.bi-list-check:before{content:""}.bi-list-nested:before{content:""}.bi-list-ol:before{content:""}.bi-list-stars:before{content:""}.bi-list-task:before{content:""}.bi-list-ul:before{content:""}.bi-list:before{content:""}.bi-lock-fill:before{content:""}.bi-lock:before{content:""}.bi-mailbox:before{content:""}.bi-mailbox2:before{content:""}.bi-map-fill:before{content:""}.bi-map:before{content:""}.bi-markdown-fill:before{content:""}.bi-markdown:before{content:""}.bi-mask:before{content:""}.bi-megaphone-fill:before{content:""}.bi-megaphone:before{content:""}.bi-menu-app-fill:before{content:""}.bi-menu-app:before{content:""}.bi-menu-button-fill:before{content:""}.bi-menu-button-wide-fill:before{content:""}.bi-menu-button-wide:before{content:""}.bi-menu-button:before{content:""}.bi-menu-down:before{content:""}.bi-menu-up:before{content:""}.bi-mic-fill:before{content:""}.bi-mic-mute-fill:before{content:""}.bi-mic-mute:before{content:""}.bi-mic:before{content:""}.bi-minecart-loaded:before{content:""}.bi-minecart:before{content:""}.bi-moisture:before{content:""}.bi-moon-fill:before{content:""}.bi-moon-stars-fill:before{content:""}.bi-moon-stars:before{content:""}.bi-moon:before{content:""}.bi-mouse-fill:before{content:""}.bi-mouse:before{content:""}.bi-mouse2-fill:before{content:""}.bi-mouse2:before{content:""}.bi-mouse3-fill:before{content:""}.bi-mouse3:before{content:""}.bi-music-note-beamed:before{content:""}.bi-music-note-list:before{content:""}.bi-music-note:before{content:""}.bi-music-player-fill:before{content:""}.bi-music-player:before{content:""}.bi-newspaper:before{content:""}.bi-node-minus-fill:before{content:""}.bi-node-minus:before{content:""}.bi-node-plus-fill:before{content:""}.bi-node-plus:before{content:""}.bi-nut-fill:before{content:""}.bi-nut:before{content:""}.bi-octagon-fill:before{content:""}.bi-octagon-half:before{content:""}.bi-octagon:before{content:""}.bi-option:before{content:""}.bi-outlet:before{content:""}.bi-paint-bucket:before{content:""}.bi-palette-fill:before{content:""}.bi-palette:before{content:""}.bi-palette2:before{content:""}.bi-paperclip:before{content:""}.bi-paragraph:before{content:""}.bi-patch-check-fill:before{content:""}.bi-patch-check:before{content:""}.bi-patch-exclamation-fill:before{content:""}.bi-patch-exclamation:before{content:""}.bi-patch-minus-fill:before{content:""}.bi-patch-minus:before{content:""}.bi-patch-plus-fill:before{content:""}.bi-patch-plus:before{content:""}.bi-patch-question-fill:before{content:""}.bi-patch-question:before{content:""}.bi-pause-btn-fill:before{content:""}.bi-pause-btn:before{content:""}.bi-pause-circle-fill:before{content:""}.bi-pause-circle:before{content:""}.bi-pause-fill:before{content:""}.bi-pause:before{content:""}.bi-peace-fill:before{content:""}.bi-peace:before{content:""}.bi-pen-fill:before{content:""}.bi-pen:before{content:""}.bi-pencil-fill:before{content:""}.bi-pencil-square:before{content:""}.bi-pencil:before{content:""}.bi-pentagon-fill:before{content:""}.bi-pentagon-half:before{content:""}.bi-pentagon:before{content:""}.bi-people-fill:before{content:""}.bi-people:before{content:""}.bi-percent:before{content:""}.bi-person-badge-fill:before{content:""}.bi-person-badge:before{content:""}.bi-person-bounding-box:before{content:""}.bi-person-check-fill:before{content:""}.bi-person-check:before{content:""}.bi-person-circle:before{content:""}.bi-person-dash-fill:before{content:""}.bi-person-dash:before{content:""}.bi-person-fill:before{content:""}.bi-person-lines-fill:before{content:""}.bi-person-plus-fill:before{content:""}.bi-person-plus:before{content:""}.bi-person-square:before{content:""}.bi-person-x-fill:before{content:""}.bi-person-x:before{content:""}.bi-person:before{content:""}.bi-phone-fill:before{content:""}.bi-phone-landscape-fill:before{content:""}.bi-phone-landscape:before{content:""}.bi-phone-vibrate-fill:before{content:""}.bi-phone-vibrate:before{content:""}.bi-phone:before{content:""}.bi-pie-chart-fill:before{content:""}.bi-pie-chart:before{content:""}.bi-pin-angle-fill:before{content:""}.bi-pin-angle:before{content:""}.bi-pin-fill:before{content:""}.bi-pin:before{content:""}.bi-pip-fill:before{content:""}.bi-pip:before{content:""}.bi-play-btn-fill:before{content:""}.bi-play-btn:before{content:""}.bi-play-circle-fill:before{content:""}.bi-play-circle:before{content:""}.bi-play-fill:before{content:""}.bi-play:before{content:""}.bi-plug-fill:before{content:""}.bi-plug:before{content:""}.bi-plus-circle-dotted:before{content:""}.bi-plus-circle-fill:before{content:""}.bi-plus-circle:before{content:""}.bi-plus-square-dotted:before{content:""}.bi-plus-square-fill:before{content:""}.bi-plus-square:before{content:""}.bi-plus:before{content:""}.bi-power:before{content:""}.bi-printer-fill:before{content:""}.bi-printer:before{content:""}.bi-puzzle-fill:before{content:""}.bi-puzzle:before{content:""}.bi-question-circle-fill:before{content:""}.bi-question-circle:before{content:""}.bi-question-diamond-fill:before{content:""}.bi-question-diamond:before{content:""}.bi-question-octagon-fill:before{content:""}.bi-question-octagon:before{content:""}.bi-question-square-fill:before{content:""}.bi-question-square:before{content:""}.bi-question:before{content:""}.bi-rainbow:before{content:""}.bi-receipt-cutoff:before{content:""}.bi-receipt:before{content:""}.bi-reception-0:before{content:""}.bi-reception-1:before{content:""}.bi-reception-2:before{content:""}.bi-reception-3:before{content:""}.bi-reception-4:before{content:""}.bi-record-btn-fill:before{content:""}.bi-record-btn:before{content:""}.bi-record-circle-fill:before{content:""}.bi-record-circle:before{content:""}.bi-record-fill:before{content:""}.bi-record:before{content:""}.bi-record2-fill:before{content:""}.bi-record2:before{content:""}.bi-reply-all-fill:before{content:""}.bi-reply-all:before{content:""}.bi-reply-fill:before{content:""}.bi-reply:before{content:""}.bi-rss-fill:before{content:""}.bi-rss:before{content:""}.bi-rulers:before{content:""}.bi-save-fill:before{content:""}.bi-save:before{content:""}.bi-save2-fill:before{content:""}.bi-save2:before{content:""}.bi-scissors:before{content:""}.bi-screwdriver:before{content:""}.bi-search:before{content:""}.bi-segmented-nav:before{content:""}.bi-server:before{content:""}.bi-share-fill:before{content:""}.bi-share:before{content:""}.bi-shield-check:before{content:""}.bi-shield-exclamation:before{content:""}.bi-shield-fill-check:before{content:""}.bi-shield-fill-exclamation:before{content:""}.bi-shield-fill-minus:before{content:""}.bi-shield-fill-plus:before{content:""}.bi-shield-fill-x:before{content:""}.bi-shield-fill:before{content:""}.bi-shield-lock-fill:before{content:""}.bi-shield-lock:before{content:""}.bi-shield-minus:before{content:""}.bi-shield-plus:before{content:""}.bi-shield-shaded:before{content:""}.bi-shield-slash-fill:before{content:""}.bi-shield-slash:before{content:""}.bi-shield-x:before{content:""}.bi-shield:before{content:""}.bi-shift-fill:before{content:""}.bi-shift:before{content:""}.bi-shop-window:before{content:""}.bi-shop:before{content:""}.bi-shuffle:before{content:""}.bi-signpost-2-fill:before{content:""}.bi-signpost-2:before{content:""}.bi-signpost-fill:before{content:""}.bi-signpost-split-fill:before{content:""}.bi-signpost-split:before{content:""}.bi-signpost:before{content:""}.bi-sim-fill:before{content:""}.bi-sim:before{content:""}.bi-skip-backward-btn-fill:before{content:""}.bi-skip-backward-btn:before{content:""}.bi-skip-backward-circle-fill:before{content:""}.bi-skip-backward-circle:before{content:""}.bi-skip-backward-fill:before{content:""}.bi-skip-backward:before{content:""}.bi-skip-end-btn-fill:before{content:""}.bi-skip-end-btn:before{content:""}.bi-skip-end-circle-fill:before{content:""}.bi-skip-end-circle:before{content:""}.bi-skip-end-fill:before{content:""}.bi-skip-end:before{content:""}.bi-skip-forward-btn-fill:before{content:""}.bi-skip-forward-btn:before{content:""}.bi-skip-forward-circle-fill:before{content:""}.bi-skip-forward-circle:before{content:""}.bi-skip-forward-fill:before{content:""}.bi-skip-forward:before{content:""}.bi-skip-start-btn-fill:before{content:""}.bi-skip-start-btn:before{content:""}.bi-skip-start-circle-fill:before{content:""}.bi-skip-start-circle:before{content:""}.bi-skip-start-fill:before{content:""}.bi-skip-start:before{content:""}.bi-slack:before{content:""}.bi-slash-circle-fill:before{content:""}.bi-slash-circle:before{content:""}.bi-slash-square-fill:before{content:""}.bi-slash-square:before{content:""}.bi-slash:before{content:""}.bi-sliders:before{content:""}.bi-smartwatch:before{content:""}.bi-snow:before{content:""}.bi-snow2:before{content:""}.bi-snow3:before{content:""}.bi-sort-alpha-down-alt:before{content:""}.bi-sort-alpha-down:before{content:""}.bi-sort-alpha-up-alt:before{content:""}.bi-sort-alpha-up:before{content:""}.bi-sort-down-alt:before{content:""}.bi-sort-down:before{content:""}.bi-sort-numeric-down-alt:before{content:""}.bi-sort-numeric-down:before{content:""}.bi-sort-numeric-up-alt:before{content:""}.bi-sort-numeric-up:before{content:""}.bi-sort-up-alt:before{content:""}.bi-sort-up:before{content:""}.bi-soundwave:before{content:""}.bi-speaker-fill:before{content:""}.bi-speaker:before{content:""}.bi-speedometer:before{content:""}.bi-speedometer2:before{content:""}.bi-spellcheck:before{content:""}.bi-square-fill:before{content:""}.bi-square-half:before{content:""}.bi-square:before{content:""}.bi-stack:before{content:""}.bi-star-fill:before{content:""}.bi-star-half:before{content:""}.bi-star:before{content:""}.bi-stars:before{content:""}.bi-stickies-fill:before{content:""}.bi-stickies:before{content:""}.bi-sticky-fill:before{content:""}.bi-sticky:before{content:""}.bi-stop-btn-fill:before{content:""}.bi-stop-btn:before{content:""}.bi-stop-circle-fill:before{content:""}.bi-stop-circle:before{content:""}.bi-stop-fill:before{content:""}.bi-stop:before{content:""}.bi-stoplights-fill:before{content:""}.bi-stoplights:before{content:""}.bi-stopwatch-fill:before{content:""}.bi-stopwatch:before{content:""}.bi-subtract:before{content:""}.bi-suit-club-fill:before{content:""}.bi-suit-club:before{content:""}.bi-suit-diamond-fill:before{content:""}.bi-suit-diamond:before{content:""}.bi-suit-heart-fill:before{content:""}.bi-suit-heart:before{content:""}.bi-suit-spade-fill:before{content:""}.bi-suit-spade:before{content:""}.bi-sun-fill:before{content:""}.bi-sun:before{content:""}.bi-sunglasses:before{content:""}.bi-sunrise-fill:before{content:""}.bi-sunrise:before{content:""}.bi-sunset-fill:before{content:""}.bi-sunset:before{content:""}.bi-symmetry-horizontal:before{content:""}.bi-symmetry-vertical:before{content:""}.bi-table:before{content:""}.bi-tablet-fill:before{content:""}.bi-tablet-landscape-fill:before{content:""}.bi-tablet-landscape:before{content:""}.bi-tablet:before{content:""}.bi-tag-fill:before{content:""}.bi-tag:before{content:""}.bi-tags-fill:before{content:""}.bi-tags:before{content:""}.bi-telegram:before{content:""}.bi-telephone-fill:before{content:""}.bi-telephone-forward-fill:before{content:""}.bi-telephone-forward:before{content:""}.bi-telephone-inbound-fill:before{content:""}.bi-telephone-inbound:before{content:""}.bi-telephone-minus-fill:before{content:""}.bi-telephone-minus:before{content:""}.bi-telephone-outbound-fill:before{content:""}.bi-telephone-outbound:before{content:""}.bi-telephone-plus-fill:before{content:""}.bi-telephone-plus:before{content:""}.bi-telephone-x-fill:before{content:""}.bi-telephone-x:before{content:""}.bi-telephone:before{content:""}.bi-terminal-fill:before{content:""}.bi-terminal:before{content:""}.bi-text-center:before{content:""}.bi-text-indent-left:before{content:""}.bi-text-indent-right:before{content:""}.bi-text-left:before{content:""}.bi-text-paragraph:before{content:""}.bi-text-right:before{content:""}.bi-textarea-resize:before{content:""}.bi-textarea-t:before{content:""}.bi-textarea:before{content:""}.bi-thermometer-half:before{content:""}.bi-thermometer-high:before{content:""}.bi-thermometer-low:before{content:""}.bi-thermometer-snow:before{content:""}.bi-thermometer-sun:before{content:""}.bi-thermometer:before{content:""}.bi-three-dots-vertical:before{content:""}.bi-three-dots:before{content:""}.bi-toggle-off:before{content:""}.bi-toggle-on:before{content:""}.bi-toggle2-off:before{content:""}.bi-toggle2-on:before{content:""}.bi-toggles:before{content:""}.bi-toggles2:before{content:""}.bi-tools:before{content:""}.bi-tornado:before{content:""}.bi-trash-fill:before{content:""}.bi-trash:before{content:""}.bi-trash2-fill:before{content:""}.bi-trash2:before{content:""}.bi-tree-fill:before{content:""}.bi-tree:before{content:""}.bi-triangle-fill:before{content:""}.bi-triangle-half:before{content:""}.bi-triangle:before{content:""}.bi-trophy-fill:before{content:""}.bi-trophy:before{content:""}.bi-tropical-storm:before{content:""}.bi-truck-flatbed:before{content:""}.bi-truck:before{content:""}.bi-tsunami:before{content:""}.bi-tv-fill:before{content:""}.bi-tv:before{content:""}.bi-twitch:before{content:""}.bi-twitter:before{content:""}.bi-type-bold:before{content:""}.bi-type-h1:before{content:""}.bi-type-h2:before{content:""}.bi-type-h3:before{content:""}.bi-type-italic:before{content:""}.bi-type-strikethrough:before{content:""}.bi-type-underline:before{content:""}.bi-type:before{content:""}.bi-ui-checks-grid:before{content:""}.bi-ui-checks:before{content:""}.bi-ui-radios-grid:before{content:""}.bi-ui-radios:before{content:""}.bi-umbrella-fill:before{content:""}.bi-umbrella:before{content:""}.bi-union:before{content:""}.bi-unlock-fill:before{content:""}.bi-unlock:before{content:""}.bi-upc-scan:before{content:""}.bi-upc:before{content:""}.bi-upload:before{content:""}.bi-vector-pen:before{content:""}.bi-view-list:before{content:""}.bi-view-stacked:before{content:""}.bi-vinyl-fill:before{content:""}.bi-vinyl:before{content:""}.bi-voicemail:before{content:""}.bi-volume-down-fill:before{content:""}.bi-volume-down:before{content:""}.bi-volume-mute-fill:before{content:""}.bi-volume-mute:before{content:""}.bi-volume-off-fill:before{content:""}.bi-volume-off:before{content:""}.bi-volume-up-fill:before{content:""}.bi-volume-up:before{content:""}.bi-vr:before{content:""}.bi-wallet-fill:before{content:""}.bi-wallet:before{content:""}.bi-wallet2:before{content:""}.bi-watch:before{content:""}.bi-water:before{content:""}.bi-whatsapp:before{content:""}.bi-wifi-1:before{content:""}.bi-wifi-2:before{content:""}.bi-wifi-off:before{content:""}.bi-wifi:before{content:""}.bi-wind:before{content:""}.bi-window-dock:before{content:""}.bi-window-sidebar:before{content:""}.bi-window:before{content:""}.bi-wrench:before{content:""}.bi-x-circle-fill:before{content:""}.bi-x-circle:before{content:""}.bi-x-diamond-fill:before{content:""}.bi-x-diamond:before{content:""}.bi-x-octagon-fill:before{content:""}.bi-x-octagon:before{content:""}.bi-x-square-fill:before{content:""}.bi-x-square:before{content:""}.bi-x:before{content:""}.bi-youtube:before{content:""}.bi-zoom-in:before{content:""}.bi-zoom-out:before{content:""}.bi-bank:before{content:""}.bi-bank2:before{content:""}.bi-bell-slash-fill:before{content:""}.bi-bell-slash:before{content:""}.bi-cash-coin:before{content:""}.bi-check-lg:before{content:""}.bi-coin:before{content:""}.bi-currency-bitcoin:before{content:""}.bi-currency-dollar:before{content:""}.bi-currency-euro:before{content:""}.bi-currency-exchange:before{content:""}.bi-currency-pound:before{content:""}.bi-currency-yen:before{content:""}.bi-dash-lg:before{content:""}.bi-exclamation-lg:before{content:""}.bi-file-earmark-pdf-fill:before{content:""}.bi-file-earmark-pdf:before{content:""}.bi-file-pdf-fill:before{content:""}.bi-file-pdf:before{content:""}.bi-gender-ambiguous:before{content:""}.bi-gender-female:before{content:""}.bi-gender-male:before{content:""}.bi-gender-trans:before{content:""}.bi-headset-vr:before{content:""}.bi-info-lg:before{content:""}.bi-mastodon:before{content:""}.bi-messenger:before{content:""}.bi-piggy-bank-fill:before{content:""}.bi-piggy-bank:before{content:""}.bi-pin-map-fill:before{content:""}.bi-pin-map:before{content:""}.bi-plus-lg:before{content:""}.bi-question-lg:before{content:""}.bi-recycle:before{content:""}.bi-reddit:before{content:""}.bi-safe-fill:before{content:""}.bi-safe2-fill:before{content:""}.bi-safe2:before{content:""}.bi-sd-card-fill:before{content:""}.bi-sd-card:before{content:""}.bi-skype:before{content:""}.bi-slash-lg:before{content:""}.bi-translate:before{content:""}.bi-x-lg:before{content:""}.bi-safe:before{content:""}.bi-apple:before{content:""}.bi-microsoft:before{content:""}.bi-windows:before{content:""}.bi-behance:before{content:""}.bi-dribbble:before{content:""}.bi-line:before{content:""}.bi-medium:before{content:""}.bi-paypal:before{content:""}.bi-pinterest:before{content:""}.bi-signal:before{content:""}.bi-snapchat:before{content:""}.bi-spotify:before{content:""}.bi-stack-overflow:before{content:""}.bi-strava:before{content:""}.bi-wordpress:before{content:""}.bi-vimeo:before{content:""}.bi-activity:before{content:""}.bi-easel2-fill:before{content:""}.bi-easel2:before{content:""}.bi-easel3-fill:before{content:""}.bi-easel3:before{content:""}.bi-fan:before{content:""}.bi-fingerprint:before{content:""}.bi-graph-down-arrow:before{content:""}.bi-graph-up-arrow:before{content:""}.bi-hypnotize:before{content:""}.bi-magic:before{content:""}.bi-person-rolodex:before{content:""}.bi-person-video:before{content:""}.bi-person-video2:before{content:""}.bi-person-video3:before{content:""}.bi-person-workspace:before{content:""}.bi-radioactive:before{content:""}.bi-webcam-fill:before{content:""}.bi-webcam:before{content:""}.bi-yin-yang:before{content:""}.bi-bandaid-fill:before{content:""}.bi-bandaid:before{content:""}.bi-bluetooth:before{content:""}.bi-body-text:before{content:""}.bi-boombox:before{content:""}.bi-boxes:before{content:""}.bi-dpad-fill:before{content:""}.bi-dpad:before{content:""}.bi-ear-fill:before{content:""}.bi-ear:before{content:""}.bi-envelope-check-1:before{content:""}.bi-envelope-check-fill:before{content:""}.bi-envelope-check:before{content:""}.bi-envelope-dash-1:before{content:""}.bi-envelope-dash-fill:before{content:""}.bi-envelope-dash:before{content:""}.bi-envelope-exclamation-1:before{content:""}.bi-envelope-exclamation-fill:before{content:""}.bi-envelope-exclamation:before{content:""}.bi-envelope-plus-fill:before{content:""}.bi-envelope-plus:before{content:""}.bi-envelope-slash-1:before{content:""}.bi-envelope-slash-fill:before{content:""}.bi-envelope-slash:before{content:""}.bi-envelope-x-1:before{content:""}.bi-envelope-x-fill:before{content:""}.bi-envelope-x:before{content:""}.bi-explicit-fill:before{content:""}.bi-explicit:before{content:""}.bi-git:before{content:""}.bi-infinity:before{content:""}.bi-list-columns-reverse:before{content:""}.bi-list-columns:before{content:""}.bi-meta:before{content:""}.bi-mortorboard-fill:before{content:""}.bi-mortorboard:before{content:""}.bi-nintendo-switch:before{content:""}.bi-pc-display-horizontal:before{content:""}.bi-pc-display:before{content:""}.bi-pc-horizontal:before{content:""}.bi-pc:before{content:""}.bi-playstation:before{content:""}.bi-plus-slash-minus:before{content:""}.bi-projector-fill:before{content:""}.bi-projector:before{content:""}.bi-qr-code-scan:before{content:""}.bi-qr-code:before{content:""}.bi-quora:before{content:""}.bi-quote:before{content:""}.bi-robot:before{content:""}.bi-send-check-fill:before{content:""}.bi-send-check:before{content:""}.bi-send-dash-fill:before{content:""}.bi-send-dash:before{content:""}.bi-send-exclamation-1:before{content:""}.bi-send-exclamation-fill:before{content:""}.bi-send-exclamation:before{content:""}.bi-send-fill:before{content:""}.bi-send-plus-fill:before{content:""}.bi-send-plus:before{content:""}.bi-send-slash-fill:before{content:""}.bi-send-slash:before{content:""}.bi-send-x-fill:before{content:""}.bi-send-x:before{content:""}.bi-send:before{content:""}.bi-steam:before{content:""}.bi-terminal-dash-1:before{content:""}.bi-terminal-dash:before{content:""}.bi-terminal-plus:before{content:""}.bi-terminal-split:before{content:""}.bi-ticket-detailed-fill:before{content:""}.bi-ticket-detailed:before{content:""}.bi-ticket-fill:before{content:""}.bi-ticket-perforated-fill:before{content:""}.bi-ticket-perforated:before{content:""}.bi-ticket:before{content:""}.bi-tiktok:before{content:""}.bi-window-dash:before{content:""}.bi-window-desktop:before{content:""}.bi-window-fullscreen:before{content:""}.bi-window-plus:before{content:""}.bi-window-split:before{content:""}.bi-window-stack:before{content:""}.bi-window-x:before{content:""}.bi-xbox:before{content:""}.bi-ethernet:before{content:""}.bi-hdmi-fill:before{content:""}.bi-hdmi:before{content:""}.bi-usb-c-fill:before{content:""}.bi-usb-c:before{content:""}.bi-usb-fill:before{content:""}.bi-usb-plug-fill:before{content:""}.bi-usb-plug:before{content:""}.bi-usb-symbol:before{content:""}.bi-usb:before{content:""}.bi-boombox-fill:before{content:""}.bi-displayport-1:before{content:""}.bi-displayport:before{content:""}.bi-gpu-card:before{content:""}.bi-memory:before{content:""}.bi-modem-fill:before{content:""}.bi-modem:before{content:""}.bi-motherboard-fill:before{content:""}.bi-motherboard:before{content:""}.bi-optical-audio-fill:before{content:""}.bi-optical-audio:before{content:""}.bi-pci-card:before{content:""}.bi-router-fill:before{content:""}.bi-router:before{content:""}.bi-ssd-fill:before{content:""}.bi-ssd:before{content:""}.bi-thunderbolt-fill:before{content:""}.bi-thunderbolt:before{content:""}.bi-usb-drive-fill:before{content:""}.bi-usb-drive:before{content:""}.bi-usb-micro-fill:before{content:""}.bi-usb-micro:before{content:""}.bi-usb-mini-fill:before{content:""}.bi-usb-mini:before{content:""}.bi-cloud-haze2:before{content:""}.bi-device-hdd-fill:before{content:""}.bi-device-hdd:before{content:""}.bi-device-ssd-fill:before{content:""}.bi-device-ssd:before{content:""}.bi-displayport-fill:before{content:""}.bi-mortarboard-fill:before{content:""}.bi-mortarboard:before{content:""}.bi-terminal-x:before{content:""}.bi-arrow-through-heart-fill:before{content:""}.bi-arrow-through-heart:before{content:""}.bi-badge-sd-fill:before{content:""}.bi-badge-sd:before{content:""}.bi-bag-heart-fill:before{content:""}.bi-bag-heart:before{content:""}.bi-balloon-fill:before{content:""}.bi-balloon-heart-fill:before{content:""}.bi-balloon-heart:before{content:""}.bi-balloon:before{content:""}.bi-box2-fill:before{content:""}.bi-box2-heart-fill:before{content:""}.bi-box2-heart:before{content:""}.bi-box2:before{content:""}.bi-braces-asterisk:before{content:""}.bi-calendar-heart-fill:before{content:""}.bi-calendar-heart:before{content:""}.bi-calendar2-heart-fill:before{content:""}.bi-calendar2-heart:before{content:""}.bi-chat-heart-fill:before{content:""}.bi-chat-heart:before{content:""}.bi-chat-left-heart-fill:before{content:""}.bi-chat-left-heart:before{content:""}.bi-chat-right-heart-fill:before{content:""}.bi-chat-right-heart:before{content:""}.bi-chat-square-heart-fill:before{content:""}.bi-chat-square-heart:before{content:""}.bi-clipboard-check-fill:before{content:""}.bi-clipboard-data-fill:before{content:""}.bi-clipboard-fill:before{content:""}.bi-clipboard-heart-fill:before{content:""}.bi-clipboard-heart:before{content:""}.bi-clipboard-minus-fill:before{content:""}.bi-clipboard-plus-fill:before{content:""}.bi-clipboard-pulse:before{content:""}.bi-clipboard-x-fill:before{content:""}.bi-clipboard2-check-fill:before{content:""}.bi-clipboard2-check:before{content:""}.bi-clipboard2-data-fill:before{content:""}.bi-clipboard2-data:before{content:""}.bi-clipboard2-fill:before{content:""}.bi-clipboard2-heart-fill:before{content:""}.bi-clipboard2-heart:before{content:""}.bi-clipboard2-minus-fill:before{content:""}.bi-clipboard2-minus:before{content:""}.bi-clipboard2-plus-fill:before{content:""}.bi-clipboard2-plus:before{content:""}.bi-clipboard2-pulse-fill:before{content:""}.bi-clipboard2-pulse:before{content:""}.bi-clipboard2-x-fill:before{content:""}.bi-clipboard2-x:before{content:""}.bi-clipboard2:before{content:""}.bi-emoji-kiss-fill:before{content:""}.bi-emoji-kiss:before{content:""}.bi-envelope-heart-fill:before{content:""}.bi-envelope-heart:before{content:""}.bi-envelope-open-heart-fill:before{content:""}.bi-envelope-open-heart:before{content:""}.bi-envelope-paper-fill:before{content:""}.bi-envelope-paper-heart-fill:before{content:""}.bi-envelope-paper-heart:before{content:""}.bi-envelope-paper:before{content:""}.bi-filetype-aac:before{content:""}.bi-filetype-ai:before{content:""}.bi-filetype-bmp:before{content:""}.bi-filetype-cs:before{content:""}.bi-filetype-css:before{content:""}.bi-filetype-csv:before{content:""}.bi-filetype-doc:before{content:""}.bi-filetype-docx:before{content:""}.bi-filetype-exe:before{content:""}.bi-filetype-gif:before{content:""}.bi-filetype-heic:before{content:""}.bi-filetype-html:before{content:""}.bi-filetype-java:before{content:""}.bi-filetype-jpg:before{content:""}.bi-filetype-js:before{content:""}.bi-filetype-jsx:before{content:""}.bi-filetype-key:before{content:""}.bi-filetype-m4p:before{content:""}.bi-filetype-md:before{content:""}.bi-filetype-mdx:before{content:""}.bi-filetype-mov:before{content:""}.bi-filetype-mp3:before{content:""}.bi-filetype-mp4:before{content:""}.bi-filetype-otf:before{content:""}.bi-filetype-pdf:before{content:""}.bi-filetype-php:before{content:""}.bi-filetype-png:before{content:""}.bi-filetype-ppt-1:before{content:""}.bi-filetype-ppt:before{content:""}.bi-filetype-psd:before{content:""}.bi-filetype-py:before{content:""}.bi-filetype-raw:before{content:""}.bi-filetype-rb:before{content:""}.bi-filetype-sass:before{content:""}.bi-filetype-scss:before{content:""}.bi-filetype-sh:before{content:""}.bi-filetype-svg:before{content:""}.bi-filetype-tiff:before{content:""}.bi-filetype-tsx:before{content:""}.bi-filetype-ttf:before{content:""}.bi-filetype-txt:before{content:""}.bi-filetype-wav:before{content:""}.bi-filetype-woff:before{content:""}.bi-filetype-xls-1:before{content:""}.bi-filetype-xls:before{content:""}.bi-filetype-xml:before{content:""}.bi-filetype-yml:before{content:""}.bi-heart-arrow:before{content:""}.bi-heart-pulse-fill:before{content:""}.bi-heart-pulse:before{content:""}.bi-heartbreak-fill:before{content:""}.bi-heartbreak:before{content:""}.bi-hearts:before{content:""}.bi-hospital-fill:before{content:""}.bi-hospital:before{content:""}.bi-house-heart-fill:before{content:""}.bi-house-heart:before{content:""}.bi-incognito:before{content:""}.bi-magnet-fill:before{content:""}.bi-magnet:before{content:""}.bi-person-heart:before{content:""}.bi-person-hearts:before{content:""}.bi-phone-flip:before{content:""}.bi-plugin:before{content:""}.bi-postage-fill:before{content:""}.bi-postage-heart-fill:before{content:""}.bi-postage-heart:before{content:""}.bi-postage:before{content:""}.bi-postcard-fill:before{content:""}.bi-postcard-heart-fill:before{content:""}.bi-postcard-heart:before{content:""}.bi-postcard:before{content:""}.bi-search-heart-fill:before{content:""}.bi-search-heart:before{content:""}.bi-sliders2-vertical:before{content:""}.bi-sliders2:before{content:""}.bi-trash3-fill:before{content:""}.bi-trash3:before{content:""}.bi-valentine:before{content:""}.bi-valentine2:before{content:""}.bi-wrench-adjustable-circle-fill:before{content:""}.bi-wrench-adjustable-circle:before{content:""}.bi-wrench-adjustable:before{content:""}.bi-filetype-json:before{content:""}.bi-filetype-pptx:before{content:""}.bi-filetype-xlsx:before{content:""}.bi-1-circle-1:before{content:""}.bi-1-circle-fill-1:before{content:""}.bi-1-circle-fill:before{content:""}.bi-1-circle:before{content:""}.bi-1-square-fill:before{content:""}.bi-1-square:before{content:""}.bi-2-circle-1:before{content:""}.bi-2-circle-fill-1:before{content:""}.bi-2-circle-fill:before{content:""}.bi-2-circle:before{content:""}.bi-2-square-fill:before{content:""}.bi-2-square:before{content:""}.bi-3-circle-1:before{content:""}.bi-3-circle-fill-1:before{content:""}.bi-3-circle-fill:before{content:""}.bi-3-circle:before{content:""}.bi-3-square-fill:before{content:""}.bi-3-square:before{content:""}.bi-4-circle-1:before{content:""}.bi-4-circle-fill-1:before{content:""}.bi-4-circle-fill:before{content:""}.bi-4-circle:before{content:""}.bi-4-square-fill:before{content:""}.bi-4-square:before{content:""}.bi-5-circle-1:before{content:""}.bi-5-circle-fill-1:before{content:""}.bi-5-circle-fill:before{content:""}.bi-5-circle:before{content:""}.bi-5-square-fill:before{content:""}.bi-5-square:before{content:""}.bi-6-circle-1:before{content:""}.bi-6-circle-fill-1:before{content:""}.bi-6-circle-fill:before{content:""}.bi-6-circle:before{content:""}.bi-6-square-fill:before{content:""}.bi-6-square:before{content:""}.bi-7-circle-1:before{content:""}.bi-7-circle-fill-1:before{content:""}.bi-7-circle-fill:before{content:""}.bi-7-circle:before{content:""}.bi-7-square-fill:before{content:""}.bi-7-square:before{content:""}.bi-8-circle-1:before{content:""}.bi-8-circle-fill-1:before{content:""}.bi-8-circle-fill:before{content:""}.bi-8-circle:before{content:""}.bi-8-square-fill:before{content:""}.bi-8-square:before{content:""}.bi-9-circle-1:before{content:""}.bi-9-circle-fill-1:before{content:""}.bi-9-circle-fill:before{content:""}.bi-9-circle:before{content:""}.bi-9-square-fill:before{content:""}.bi-9-square:before{content:""}.bi-airplane-engines-fill:before{content:""}.bi-airplane-engines:before{content:""}.bi-airplane-fill:before{content:""}.bi-airplane:before{content:""}.bi-alexa:before{content:""}.bi-alipay:before{content:""}.bi-android:before{content:""}.bi-android2:before{content:""}.bi-box-fill:before{content:""}.bi-box-seam-fill:before{content:""}.bi-browser-chrome:before{content:""}.bi-browser-edge:before{content:""}.bi-browser-firefox:before{content:""}.bi-browser-safari:before{content:""}.bi-c-circle-1:before{content:""}.bi-c-circle-fill-1:before{content:""}.bi-c-circle-fill:before{content:""}.bi-c-circle:before{content:""}.bi-c-square-fill:before{content:""}.bi-c-square:before{content:""}.bi-capsule-pill:before{content:""}.bi-capsule:before{content:""}.bi-car-front-fill:before{content:""}.bi-car-front:before{content:""}.bi-cassette-fill:before{content:""}.bi-cassette:before{content:""}.bi-cc-circle-1:before{content:""}.bi-cc-circle-fill-1:before{content:""}.bi-cc-circle-fill:before{content:""}.bi-cc-circle:before{content:""}.bi-cc-square-fill:before{content:""}.bi-cc-square:before{content:""}.bi-cup-hot-fill:before{content:""}.bi-cup-hot:before{content:""}.bi-currency-rupee:before{content:""}.bi-dropbox:before{content:""}.bi-escape:before{content:""}.bi-fast-forward-btn-fill:before{content:""}.bi-fast-forward-btn:before{content:""}.bi-fast-forward-circle-fill:before{content:""}.bi-fast-forward-circle:before{content:""}.bi-fast-forward-fill:before{content:""}.bi-fast-forward:before{content:""}.bi-filetype-sql:before{content:""}.bi-fire:before{content:""}.bi-google-play:before{content:""}.bi-h-circle-1:before{content:""}.bi-h-circle-fill-1:before{content:""}.bi-h-circle-fill:before{content:""}.bi-h-circle:before{content:""}.bi-h-square-fill:before{content:""}.bi-h-square:before{content:""}.bi-indent:before{content:""}.bi-lungs-fill:before{content:""}.bi-lungs:before{content:""}.bi-microsoft-teams:before{content:""}.bi-p-circle-1:before{content:""}.bi-p-circle-fill-1:before{content:""}.bi-p-circle-fill:before{content:""}.bi-p-circle:before{content:""}.bi-p-square-fill:before{content:""}.bi-p-square:before{content:""}.bi-pass-fill:before{content:""}.bi-pass:before{content:""}.bi-prescription:before{content:""}.bi-prescription2:before{content:""}.bi-r-circle-1:before{content:""}.bi-r-circle-fill-1:before{content:""}.bi-r-circle-fill:before{content:""}.bi-r-circle:before{content:""}.bi-r-square-fill:before{content:""}.bi-r-square:before{content:""}.bi-repeat-1:before{content:""}.bi-repeat:before{content:""}.bi-rewind-btn-fill:before{content:""}.bi-rewind-btn:before{content:""}.bi-rewind-circle-fill:before{content:""}.bi-rewind-circle:before{content:""}.bi-rewind-fill:before{content:""}.bi-rewind:before{content:""}.bi-train-freight-front-fill:before{content:""}.bi-train-freight-front:before{content:""}.bi-train-front-fill:before{content:""}.bi-train-front:before{content:""}.bi-train-lightrail-front-fill:before{content:""}.bi-train-lightrail-front:before{content:""}.bi-truck-front-fill:before{content:""}.bi-truck-front:before{content:""}.bi-ubuntu:before{content:""}.bi-unindent:before{content:""}.bi-unity:before{content:""}.bi-universal-access-circle:before{content:""}.bi-universal-access:before{content:""}.bi-virus:before{content:""}.bi-virus2:before{content:""}.bi-wechat:before{content:""}.bi-yelp:before{content:""}.bi-sign-stop-fill:before{content:""}.bi-sign-stop-lights-fill:before{content:""}.bi-sign-stop-lights:before{content:""}.bi-sign-stop:before{content:""}.bi-sign-turn-left-fill:before{content:""}.bi-sign-turn-left:before{content:""}.bi-sign-turn-right-fill:before{content:""}.bi-sign-turn-right:before{content:""}.bi-sign-turn-slight-left-fill:before{content:""}.bi-sign-turn-slight-left:before{content:""}.bi-sign-turn-slight-right-fill:before{content:""}.bi-sign-turn-slight-right:before{content:""}.bi-sign-yield-fill:before{content:""}.bi-sign-yield:before{content:""}.bi-ev-station-fill:before{content:""}.bi-ev-station:before{content:""}.bi-fuel-pump-diesel-fill:before{content:""}.bi-fuel-pump-diesel:before{content:""}.bi-fuel-pump-fill:before{content:""}.bi-fuel-pump:before{content:""}.bi-0-circle-fill:before{content:""}.bi-0-circle:before{content:""}.bi-0-square-fill:before{content:""}.bi-0-square:before{content:""}.bi-rocket-fill:before{content:""}.bi-rocket-takeoff-fill:before{content:""}.bi-rocket-takeoff:before{content:""}.bi-rocket:before{content:""}.bi-stripe:before{content:""}.bi-subscript:before{content:""}.bi-superscript:before{content:""}.bi-trello:before{content:""}.bi-envelope-at-fill:before{content:""}.bi-envelope-at:before{content:""}.bi-regex:before{content:""}.bi-text-wrap:before{content:""}.bi-sign-dead-end-fill:before{content:""}.bi-sign-dead-end:before{content:""}.bi-sign-do-not-enter-fill:before{content:""}.bi-sign-do-not-enter:before{content:""}.bi-sign-intersection-fill:before{content:""}.bi-sign-intersection-side-fill:before{content:""}.bi-sign-intersection-side:before{content:""}.bi-sign-intersection-t-fill:before{content:""}.bi-sign-intersection-t:before{content:""}.bi-sign-intersection-y-fill:before{content:""}.bi-sign-intersection-y:before{content:""}.bi-sign-intersection:before{content:""}.bi-sign-merge-left-fill:before{content:""}.bi-sign-merge-left:before{content:""}.bi-sign-merge-right-fill:before{content:""}.bi-sign-merge-right:before{content:""}.bi-sign-no-left-turn-fill:before{content:""}.bi-sign-no-left-turn:before{content:""}.bi-sign-no-parking-fill:before{content:""}.bi-sign-no-parking:before{content:""}.bi-sign-no-right-turn-fill:before{content:""}.bi-sign-no-right-turn:before{content:""}.bi-sign-railroad-fill:before{content:""}.bi-sign-railroad:before{content:""}.bi-building-add:before{content:""}.bi-building-check:before{content:""}.bi-building-dash:before{content:""}.bi-building-down:before{content:""}.bi-building-exclamation:before{content:""}.bi-building-fill-add:before{content:""}.bi-building-fill-check:before{content:""}.bi-building-fill-dash:before{content:""}.bi-building-fill-down:before{content:""}.bi-building-fill-exclamation:before{content:""}.bi-building-fill-gear:before{content:""}.bi-building-fill-lock:before{content:""}.bi-building-fill-slash:before{content:""}.bi-building-fill-up:before{content:""}.bi-building-fill-x:before{content:""}.bi-building-fill:before{content:""}.bi-building-gear:before{content:""}.bi-building-lock:before{content:""}.bi-building-slash:before{content:""}.bi-building-up:before{content:""}.bi-building-x:before{content:""}.bi-buildings-fill:before{content:""}.bi-buildings:before{content:""}.bi-bus-front-fill:before{content:""}.bi-bus-front:before{content:""}.bi-ev-front-fill:before{content:""}.bi-ev-front:before{content:""}.bi-globe-americas:before{content:""}.bi-globe-asia-australia:before{content:""}.bi-globe-central-south-asia:before{content:""}.bi-globe-europe-africa:before{content:""}.bi-house-add-fill:before{content:""}.bi-house-add:before{content:""}.bi-house-check-fill:before{content:""}.bi-house-check:before{content:""}.bi-house-dash-fill:before{content:""}.bi-house-dash:before{content:""}.bi-house-down-fill:before{content:""}.bi-house-down:before{content:""}.bi-house-exclamation-fill:before{content:""}.bi-house-exclamation:before{content:""}.bi-house-gear-fill:before{content:""}.bi-house-gear:before{content:""}.bi-house-lock-fill:before{content:""}.bi-house-lock:before{content:""}.bi-house-slash-fill:before{content:""}.bi-house-slash:before{content:""}.bi-house-up-fill:before{content:""}.bi-house-up:before{content:""}.bi-house-x-fill:before{content:""}.bi-house-x:before{content:""}.bi-person-add:before{content:""}.bi-person-down:before{content:""}.bi-person-exclamation:before{content:""}.bi-person-fill-add:before{content:""}.bi-person-fill-check:before{content:""}.bi-person-fill-dash:before{content:""}.bi-person-fill-down:before{content:""}.bi-person-fill-exclamation:before{content:""}.bi-person-fill-gear:before{content:""}.bi-person-fill-lock:before{content:""}.bi-person-fill-slash:before{content:""}.bi-person-fill-up:before{content:""}.bi-person-fill-x:before{content:""}.bi-person-gear:before{content:""}.bi-person-lock:before{content:""}.bi-person-slash:before{content:""}.bi-person-up:before{content:""}.bi-scooter:before{content:""}.bi-taxi-front-fill:before{content:""}.bi-taxi-front:before{content:""}.bi-amd:before{content:""}.bi-database-add:before{content:""}.bi-database-check:before{content:""}.bi-database-dash:before{content:""}.bi-database-down:before{content:""}.bi-database-exclamation:before{content:""}.bi-database-fill-add:before{content:""}.bi-database-fill-check:before{content:""}.bi-database-fill-dash:before{content:""}.bi-database-fill-down:before{content:""}.bi-database-fill-exclamation:before{content:""}.bi-database-fill-gear:before{content:""}.bi-database-fill-lock:before{content:""}.bi-database-fill-slash:before{content:""}.bi-database-fill-up:before{content:""}.bi-database-fill-x:before{content:""}.bi-database-fill:before{content:""}.bi-database-gear:before{content:""}.bi-database-lock:before{content:""}.bi-database-slash:before{content:""}.bi-database-up:before{content:""}.bi-database-x:before{content:""}.bi-database:before{content:""}.bi-houses-fill:before{content:""}.bi-houses:before{content:""}.bi-nvidia:before{content:""}.bi-person-vcard-fill:before{content:""}.bi-person-vcard:before{content:""}.bi-sina-weibo:before{content:""}.bi-tencent-qq:before{content:""}.bi-wikipedia:before{content:""}@keyframes modal-video{0%{opacity:0}to{opacity:1}}@keyframes modal-video-inner{0%{transform:translateY(100px)}to{transform:translate(0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;transition:opacity .3s ease-out}.modal-video-effect-exit{opacity:0}.modal-video-effect-exit .modal-video-movie-wrap{transform:translateY(100px)}.modal-video-body{max-width:960px;margin:0 auto;padding:0 10px;box-sizing:border-box}.modal-video-body,.modal-video-inner{width:100%;height:100%;display:flex;justify-content:center}.modal-video-inner{align-items:center}@media(orientation:landscape){.modal-video-inner{padding:10px 60px;box-sizing:border-box}}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;transform:translate(0);transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-45px;right:0;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}@media(orientation:landscape){.modal-video-close-btn{top:0;right:-45px}}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:after,.modal-video-close-btn:before{content:"";position:absolute;height:2px;width:100%;top:50%;left:0;background:#fff;border-radius:5px;margin-top:-6px}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{background:#181818;border-radius:0}body{background:#fef9f5;font-weight:400;font-size:20px;position:relative;color:rgba(0,0,0,.7)}.main-page-wrapper{overflow-x:clip}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:500;color:#181818}.h1,h1{font-size:85px;line-height:1.023em}.h2,h2{font-size:64px;line-height:1.1em}.h4,h4{font-size:24px}p{line-height:1.7em}.text-xl{font-size:28px;line-height:1.5em}.text-lg{font-size:24px;line-height:1.583em}.text-md{font-size:22px}hr{opacity:.09;margin:5px 0}.fw-600{font-weight:600}.fw-500{font-weight:500}.border-30{border-radius:30px}.border-40{border-radius:40px}.border-100{border-radius:100px}.shapes{position:absolute;z-index:-1}.light-bg{background-color:#eaedee}.light-bg-deep{background-color:#fef9f5}[dir=ltr].font-magnita{font-family:Magnita}.light-bg-page-wrapper{background:#cee8f7}.color-deep{color:#1f5e59}.box-layout{margin:30px}.ctn-preloader{height:100%;position:fixed;inset-inline-start:0;top:0;width:100%;z-index:999999;background:#fef9f5;display:flex;align-items:center;justify-content:center;flex-direction:column}.ctn-preloader .icon{animation:rotated 8s linear infinite}.ctn-preloader .txt-loading{-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-top:30px}.ctn-preloader .txt-loading .letters-loading{font-weight:500;letter-spacing:8px;display:inline-block;color:#000;position:relative;font-size:40px;line-height:30px}.ctn-preloader .txt-loading .letters-loading:before{animation:letters-loading 4s infinite;color:#000;content:attr(data-text-preloader);inset-inline-start:0;opacity:0;top:0;line-height:30px;position:absolute}.ctn-preloader .txt-loading .letters-loading:nth-child(2):before{animation-delay:.2s}.ctn-preloader .txt-loading .letters-loading:nth-child(3):before{animation-delay:.4s}.ctn-preloader .txt-loading .letters-loading:nth-child(4):before{animation-delay:.6s}.ctn-preloader .txt-loading .letters-loading:nth-child(5):before{animation-delay:.8s}.ctn-preloader .txt-loading .letters-loading:nth-child(6):before{animation-delay:1s}.ctn-preloader .txt-loading .letters-loading:nth-child(7):before{animation-delay:1.2s}.ctn-preloader .txt-loading .letters-loading:nth-child(8):before{animation-delay:1.4s}@keyframes spinner{to{transform:rotate(1turn)}}@keyframes letters-loading{0%,75%,to{opacity:0;transform:rotateY(-90deg)}25%,50%{opacity:1;transform:rotateY(0deg)}}.scroll-top{width:35px;height:35px;line-height:32px;font-weight:900;position:fixed;bottom:20px;inset-inline-end:5px;z-index:99;text-align:center;color:#181818;font-size:25px;cursor:pointer;border-radius:50%;background:#79a7c8;transition:all .3s ease-in-out}.scroll-top:after{position:absolute;z-index:-1;content:"";top:100%;inset-inline-start:5%;height:10px;width:90%;opacity:1;background:radial-gradient(ellipse at center,rgba(0,0,0,.25) 0,transparent 80%)}.tran3s{transition:all .3s ease-in-out}.tran4s{transition:all .4s ease-in-out}.tran5s{transition:all .5s ease-in-out}.tran6s{transition:all .6s ease-in-out}.cursor-pointer{cursor:pointer}.btn-one{font-weight:700;font-size:18px;line-height:48px;padding:0 30px;text-align:center;border-radius:40px;color:#000;background-color:#79a7c8;transition:all .3s ease-in-out 0s}.btn-one:hover{background-color:#181818;color:#fff}.btn-two{font-weight:500;font-size:20px;color:#fff;line-height:52px;text-align:center;padding:0 35px;border:1px solid #fff;border-radius:50px;transition:all .3s ease-in-out 0s}.btn-two .icon{width:1.35em}.btn-two:hover{background:#181818;border-color:#181818}.btn-three{font-size:22px;font-weight:700;color:#000}.btn-three img{width:22px;margin-top:3px}.btn-three:hover span{text-decoration:underline}.btn-four{font-weight:700;font-size:18px;line-height:50px;padding:0 38px;text-align:center;border-radius:50px;color:#fff;background-color:#181818;transition:all .3s ease-in-out 0s}.btn-four:hover{background-color:#79a7c8;color:#000}.btn-five .text{font-weight:500;color:#181818;text-decoration:underline}.btn-five .icon{width:48px;height:48px;background:#181818;color:#fff;font-size:22px;-webkit-margin-start:12px;margin-inline-start:12px}.btn-five:hover .icon{background:#79a7c8;color:#181818}.btn-six{font-weight:700;font-size:18px;line-height:48px;padding:0 38px;text-align:center;border-radius:50px;color:#181818;border:1px solid #181818;transition:all .3s ease-in-out 0s}.btn-six:hover{background-color:#79a7c8;border-color:#79a7c8;color:#000}.btn-seven .text{font-weight:500;color:#181818}.btn-seven .icon{width:50px;height:50px;background:#181818;-webkit-margin-start:45px;margin-inline-start:45px;position:relative}.btn-seven .icon:before{content:"";position:absolute;width:30px;height:2px;background:#181818;inset-inline-start:-30px;top:50%}.btn-seven:hover .text{text-decoration:underline}.btn-eight .text{font-weight:700;font-size:18px;color:#181818}.btn-eight .icon{width:45px;height:45px;border:1px solid #fff;font-size:20px;background:#181818;color:#fff;-webkit-margin-start:10px;margin-inline-start:10px;transition:all .3s ease-in-out 0s}.btn-eight:hover .text{text-decoration:underline}.btn-eight:hover .icon{background:#79a7c8;color:#181818}.btn-nine{font-size:40px;width:105px;height:105px;color:#181818;border:1px solid #181818}.btn-nine:hover{background:#79a7c8;border-color:#fff}.btn-ten{font-size:18px;font-weight:700;padding:0 35px;min-width:160px;text-align:center;background:#101010;color:#fff;line-height:50px}.btn-ten:hover{background:#181818}.btn-eleven .text{font-weight:700;font-size:18px;color:#000}.btn-eleven .icon{width:45px;height:45px;background:#000;-webkit-margin-start:38px;margin-inline-start:38px;position:relative}.btn-eleven .icon img{width:30px}.btn-eleven .icon:before{content:"";position:absolute;width:26px;height:2px;background:#000;inset-inline-start:-26px;top:50%}.btn-eleven:hover .text{text-decoration:underline}.btn-eleven:hover .icon{background:#181818}.btn-twelve{font-weight:600;text-transform:uppercase;font-size:16px;line-height:50px;padding:0 30px;text-align:center;border-radius:40px;color:#000;background-color:#79a7c8;transition:all .3s ease-in-out 0s}.btn-twelve:hover{background-color:#000;color:#fff}.btn-thirteen{font-weight:600;text-transform:uppercase;font-size:16px;line-height:50px;padding:0 30px;text-align:center;border-radius:40px;color:#fff;min-width:175px;background-color:#202020;transition:all .3s ease-in-out 0s}.btn-thirteen:hover{background-color:#79a7c8;color:#000}.btn-fourteen{width:50px;height:50px;border-radius:50%;font-size:20px;line-height:46px;text-align:center;color:#fff;background-color:#202020;transition:all .3s ease-in-out 0s}.btn-fourteen:hover{background-color:#79a7c8;color:#000}.btn-fifteen{line-height:46px;border:2px solid #000;border-radius:.8rem;font-size:18px;font-weight:700;min-width:135px;padding:0 30px;text-align:center;color:#000;background-color:transparent;transition:all .3s ease-in-out 0s}.btn-fifteen:hover{background-color:#000;color:#fff}.btn-sixteen{color:#000;font-weight:700;font-size:18px;padding:0 35px;line-height:50px;border:1px solid #000;position:relative;display:inline-block;background:#fff}.btn-sixteen:before{position:absolute;content:"";top:-14px;height:14px;width:calc(100% + 3px);inset-inline-start:6px;transform:skewX(-45deg);background:#000;transition:all .3s ease-in-out 0s}[dir=rtl] .btn-sixteen:before{transform:skewX(45deg)}.btn-sixteen:after{position:absolute;content:"";inset-inline-end:-16px;height:calc(100% + 1px);width:15px;top:-7px;transform:skewY(-45deg);background:#000;transition:all .3s ease-in-out 0s}[dir=rtl] .btn-sixteen:after{transform:skewY(45deg)}.btn-sixteen:hover{background:#79a7c8}.btn-seventeen{color:#000;font-weight:500;padding:0 30px;line-height:55px;border-radius:40px;background:#ffe86b}.btn-seventeen i{-webkit-margin-start:8px;margin-inline-start:8px}.btn-seventeen:hover{background:#79a7c8}.btn-eighteen{font-size:18px;color:#fff;font-weight:700;padding:0 38px;line-height:52px;border-radius:10px;background:#1f5e59;text-align:center}.btn-eighteen:hover{background:#79a7c8;color:#181818}.btn-nineteen{font-size:18px;color:#1f5e59;font-weight:700;padding:0 30px;line-height:50px;border:1px solid #1f5e59;border-radius:10px;text-align:center}.btn-nineteen:hover{background:#1f5e59;color:#fff}.btn-twenty{font-weight:500;text-transform:uppercase;font-size:16px;line-height:55px;padding:0 45px;text-align:center;border-radius:40px;color:#1f5e59;min-width:175px;background-color:#79a7c8;transition:all .3s ease-in-out 0s}.btn-twenty:hover{background-color:#79a7c8;color:#000}.title-one .upper-title{font-weight:500;margin-bottom:14px;color:rgba(0,0,0,.541)}.title-one h2{font-weight:700}.title-two .upper-title{font-weight:500;margin-bottom:5px;color:#1ca161}.title-two h2{font-size:72px;font-weight:700;line-height:1.027em;color:#79a7c8}.title-two h2 span{color:#79a7c8}.title-three .upper-title{font-weight:700;letter-spacing:2px;font-size:14px;text-transform:uppercase;margin-bottom:15px;color:#1ca161}.title-three h2{font-weight:700;line-height:1.03em;color:#79a7c8}.title-four h2{font-size:68px;line-height:1.323em;color:#000}.sticky-nav{position:-webkit-sticky;position:sticky;top:2rem;z-index:10}.bounce_ani{animation:bounce_ani 4s ease-in-out infinite}@keyframes bounce_ani{50%{transform:translateY(10px)}}.bounce_ani2{animation:bounce_ani2 2s ease-in-out infinite}@keyframes bounce_ani2{50%{transform:translateX(30px)}}*{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none;display:inline-block;color:inherit}a:focus,a:hover,a:visited{text-decoration:none;outline:none}img{max-width:100%}button,img{display:block}button{border:none;box-shadow:none;padding:0;cursor:pointer;background:transparent;color:inherit}button,button:focus{outline:none}input,textarea{outline:none;box-shadow:none;transition:all .3s ease-in-out}audio,canvas,video{max-width:100%}iframe{border:none!important}.style-none{list-style:none;-webkit-padding-start:0;padding-inline-start:0;margin-bottom:0}.p0{padding:0!important}.m0{margin:0!important}.theme-mb-0{margin-bottom:0}.theme-pb-0{padding-bottom:0}.pt-5{padding-top:5px!important}.pt-10{padding-top:10px}.pt-15{padding-top:15px}.pt-20{padding-top:20px}.pt-25{padding-top:25px}.pt-30{padding-top:30px}.pt-35{padding-top:35px}.pt-40{padding-top:40px}.pt-45{padding-top:45px}.pt-50{padding-top:50px}.pt-55{padding-top:55px}.pt-60{padding-top:60px}.pt-65{padding-top:65px}.pt-70{padding-top:70px}.pt-75{padding-top:75px}.pt-80{padding-top:80px}.pt-85{padding-top:85px}.pt-90{padding-top:90px}.pt-95{padding-top:95px}.pt-100{padding-top:100px}.pt-110{padding-top:110px}.pt-120{padding-top:120px}.pt-130{padding-top:130px}.pt-140{padding-top:140px}.pt-150{padding-top:150px}.pt-160{padding-top:160px}.pt-170{padding-top:170px}.pt-180{padding-top:180px}.pt-190{padding-top:190px}.pt-200{padding-top:200px}.pt-225{padding-top:225px}.pt-250{padding-top:250px}.pt-300{padding-top:300px}.pt-350{padding-top:350px}.pb-5{padding-bottom:5px!important}.pb-10{padding-bottom:10px}.pb-15{padding-bottom:15px}.pb-20{padding-bottom:20px}.pb-25{padding-bottom:25px}.pb-30{padding-bottom:30px}.pb-35{padding-bottom:35px}.pb-40{padding-bottom:40px}.pb-45{padding-bottom:45px}.pb-50{padding-bottom:50px}.pb-55{padding-bottom:55px}.pb-60{padding-bottom:60px}.pb-65{padding-bottom:65px}.pb-70{padding-bottom:70px}.pb-75{padding-bottom:75px}.pb-80{padding-bottom:80px}.pb-85{padding-bottom:85px}.pb-90{padding-bottom:90px}.pb-95{padding-bottom:95px}.pb-100{padding-bottom:100px}.pb-110{padding-bottom:110px}.pb-120{padding-bottom:120px}.pb-130{padding-bottom:130px}.pb-140{padding-bottom:140px}.pb-150{padding-bottom:150px}.pb-160{padding-bottom:160px}.pb-170{padding-bottom:170px}.pb-180{padding-bottom:180px}.pb-190{padding-bottom:190px}.pb-200{padding-bottom:200px}.pb-225{padding-bottom:225px}.pb-250{padding-bottom:250px}.pb-300{padding-bottom:300px}.pb-350{padding-bottom:350px}.mt-5{margin-top:5px!important}.mt-10{margin-top:10px}.mt-15{margin-top:15px}.mt-20{margin-top:20px}.mt-25{margin-top:25px}.mt-30{margin-top:30px}.mt-35{margin-top:35px}.mt-40{margin-top:40px}.mt-45{margin-top:45px}.mt-50{margin-top:50px}.mt-55{margin-top:55px}.mt-60{margin-top:60px}.mt-65{margin-top:65px}.mt-70{margin-top:70px}.mt-75{margin-top:75px}.mt-80{margin-top:80px}.mt-85{margin-top:85px}.mt-90{margin-top:90px}.mt-95{margin-top:95px}.mt-100{margin-top:100px}.mt-110{margin-top:110px}.mt-120{margin-top:120px}.mt-130{margin-top:130px}.mt-140{margin-top:140px}.mt-150{margin-top:150px}.mt-160{margin-top:160px}.mt-170{margin-top:170px}.mt-180{margin-top:180px}.mt-190{margin-top:190px}.mt-200{margin-top:200px}.mt-225{margin-top:225px}.mt-250{margin-top:250px}.mt-300{margin-top:300px}.mt-350{margin-top:350px}.mb-5{margin-bottom:5px!important}.mb-10{margin-bottom:10px}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.mb-25{margin-bottom:25px}.mb-30{margin-bottom:30px}.mb-35{margin-bottom:35px}.mb-40{margin-bottom:40px}.mb-45{margin-bottom:45px}.mb-50{margin-bottom:50px}.mb-55{margin-bottom:55px}.mb-60{margin-bottom:60px}.mb-65{margin-bottom:65px}.mb-70{margin-bottom:70px}.mb-75{margin-bottom:75px}.mb-80{margin-bottom:80px}.mb-85{margin-bottom:85px}.mb-90{margin-bottom:90px}.mb-95{margin-bottom:95px}.mb-100{margin-bottom:100px}.mb-110{margin-bottom:110px}.mb-120{margin-bottom:120px}.mb-130{margin-bottom:130px}.mb-140{margin-bottom:140px}.mb-150{margin-bottom:150px}.mb-160{margin-bottom:160px}.mb-170{margin-bottom:170px}.mb-180{margin-bottom:180px}.mb-190{margin-bottom:190px}.mb-200{margin-bottom:200px}.mb-225{margin-bottom:225px}.mb-250{margin-bottom:250px}.mb-300{margin-bottom:300px}.mb-350{margin-bottom:350px}@media(max-width:1399px){.xl-p0{padding:0!important}.xl-m0{margin:0!important}.xl-pt-10{padding-top:10px!important}.xl-pt-20{padding-top:20px!important}.xl-pt-30{padding-top:30px!important}.xl-pt-40{padding-top:40px!important}.xl-pt-50{padding-top:50px!important}.xl-pt-60{padding-top:60px!important}.xl-pt-70{padding-top:70px!important}.xl-pt-80{padding-top:80px!important}.xl-pt-90{padding-top:90px!important}.xl-pt-100{padding-top:100px!important}.xl-pt-110{padding-top:110px!important}.xl-pt-120{padding-top:120px!important}.xl-pt-130{padding-top:130px!important}.xl-pt-140{padding-top:140px!important}.xl-pt-150{padding-top:150px!important}.xl-pt-200{padding-top:200px!important}.xl-pb-10{padding-bottom:10px!important}.xl-pb-20{padding-bottom:20px!important}.xl-pb-30{padding-bottom:30px!important}.xl-pb-40{padding-bottom:40px!important}.xl-pb-50{padding-bottom:50px!important}.xl-pb-60{padding-bottom:60px!important}.xl-pb-70{padding-bottom:70px!important}.xl-pb-80{padding-bottom:80px!important}.xl-pb-90{padding-bottom:90px!important}.xl-pb-100{padding-bottom:100px!important}.xl-pb-110{padding-bottom:110px!important}.xl-pb-120{padding-bottom:120px!important}.xl-pb-130{padding-bottom:130px!important}.xl-pb-140{padding-bottom:140px!important}.xl-pb-150{padding-bottom:150px!important}.xl-pb-200{padding-bottom:200px!important}.xl-mt-10{margin-top:10px!important}.xl-mt-20{margin-top:20px!important}.xl-mt-30{margin-top:30px!important}.xl-mt-40{margin-top:40px!important}.xl-mt-50{margin-top:50px!important}.xl-mt-60{margin-top:60px!important}.xl-mt-70{margin-top:70px!important}.xl-mt-80{margin-top:80px!important}.xl-mt-90{margin-top:90px!important}.xl-mt-100{margin-top:100px!important}.xl-mt-110{margin-top:110px!important}.xl-mt-120{margin-top:120px!important}.xl-mt-130{margin-top:130px!important}.xl-mt-140{margin-top:140px!important}.xl-mt-150{margin-top:150px!important}.xl-mt-200{margin-top:200px!important}.xl-mb-10{margin-bottom:10px!important}.xl-mb-20{margin-bottom:20px!important}.xl-mb-30{margin-bottom:30px!important}.xl-mb-40{margin-bottom:40px!important}.xl-mb-50{margin-bottom:50px!important}.xl-mb-60{margin-bottom:60px!important}.xl-mb-70{margin-bottom:70px!important}.xl-mb-80{margin-bottom:80px!important}.xl-mb-90{margin-bottom:90px!important}.xl-mb-100{margin-bottom:100px!important}.xl-mb-110{margin-bottom:110px!important}.xl-mb-120{margin-bottom:120px!important}.xl-mb-130{margin-bottom:130px!important}.xl-mb-140{margin-bottom:140px!important}.xl-mb-150{margin-bottom:150px!important}.xl-mb-200{margin-bottom:200px!important}}@media(max-width:1199px){.lg-p0{padding:0!important}.lg-m0{margin:0!important}.lg-pt-10{padding-top:10px!important}.lg-pt-20{padding-top:20px!important}.lg-pt-30{padding-top:30px!important}.lg-pt-40{padding-top:40px!important}.lg-pt-50{padding-top:50px!important}.lg-pt-60{padding-top:60px!important}.lg-pt-70{padding-top:70px!important}.lg-pt-80{padding-top:80px!important}.lg-pt-90{padding-top:90px!important}.lg-pt-100{padding-top:100px!important}.lg-pt-110{padding-top:110px!important}.lg-pt-120{padding-top:120px!important}.lg-pt-130{padding-top:130px!important}.lg-pt-140{padding-top:140px!important}.lg-pt-150{padding-top:150px!important}.lg-pt-200{padding-top:200px!important}.lg-pb-10{padding-bottom:10px!important}.lg-pb-20{padding-bottom:20px!important}.lg-pb-30{padding-bottom:30px!important}.lg-pb-40{padding-bottom:40px!important}.lg-pb-50{padding-bottom:50px!important}.lg-pb-60{padding-bottom:60px!important}.lg-pb-70{padding-bottom:70px!important}.lg-pb-80{padding-bottom:80px!important}.lg-pb-90{padding-bottom:90px!important}.lg-pb-100{padding-bottom:100px!important}.lg-pb-110{padding-bottom:110px!important}.lg-pb-120{padding-bottom:120px!important}.lg-pb-130{padding-bottom:130px!important}.lg-pb-140{padding-bottom:140px!important}.lg-pb-150{padding-bottom:150px!important}.lg-pb-200{padding-bottom:200px!important}.lg-mt-10{margin-top:10px!important}.lg-mt-20{margin-top:20px!important}.lg-mt-30{margin-top:30px!important}.lg-mt-40{margin-top:40px!important}.lg-mt-50{margin-top:50px!important}.lg-mt-60{margin-top:60px!important}.lg-mt-70{margin-top:70px!important}.lg-mt-80{margin-top:80px!important}.lg-mt-90{margin-top:90px!important}.lg-mt-100{margin-top:100px!important}.lg-mt-110{margin-top:110px!important}.lg-mt-120{margin-top:120px!important}.lg-mt-130{margin-top:130px!important}.lg-mt-140{margin-top:140px!important}.lg-mt-150{margin-top:150px!important}.lg-mt-200{margin-top:200px!important}.lg-mb-10{margin-bottom:10px!important}.lg-mb-20{margin-bottom:20px!important}.lg-mb-30{margin-bottom:30px!important}.lg-mb-40{margin-bottom:40px!important}.lg-mb-50{margin-bottom:50px!important}.lg-mb-60{margin-bottom:60px!important}.lg-mb-70{margin-bottom:70px!important}.lg-mb-80{margin-bottom:80px!important}.lg-mb-90{margin-bottom:90px!important}.lg-mb-100{margin-bottom:100px!important}.lg-mb-110{margin-bottom:110px!important}.lg-mb-120{margin-bottom:120px!important}.lg-mb-130{margin-bottom:130px!important}.lg-mb-140{margin-bottom:140px!important}.lg-mb-150{margin-bottom:150px!important}.lg-mb-200{margin-bottom:200px!important}}@media(max-width:991px){.md-p0{padding:0!important}.md-m0{margin:0!important}.md-pt-10{padding-top:10px!important}.md-pt-20{padding-top:20px!important}.md-pt-30{padding-top:30px!important}.md-pt-40{padding-top:40px!important}.md-pt-50{padding-top:50px!important}.md-pt-60{padding-top:60px!important}.md-pt-70{padding-top:70px!important}.md-pt-80{padding-top:80px!important}.md-pt-90{padding-top:90px!important}.md-pt-100{padding-top:100px!important}.md-pt-110{padding-top:110px!important}.md-pt-120{padding-top:120px!important}.md-pt-130{padding-top:130px!important}.md-pt-140{padding-top:140px!important}.md-pt-150{padding-top:150px!important}.md-pt-200{padding-top:200px!important}.md-pb-10{padding-bottom:10px!important}.md-pb-20{padding-bottom:20px!important}.md-pb-30{padding-bottom:30px!important}.md-pb-40{padding-bottom:40px!important}.md-pb-50{padding-bottom:50px!important}.md-pb-60{padding-bottom:60px!important}.md-pb-70{padding-bottom:70px!important}.md-pb-80{padding-bottom:80px!important}.md-pb-90{padding-bottom:90px!important}.md-pb-100{padding-bottom:100px!important}.md-pb-110{padding-bottom:110px!important}.md-pb-120{padding-bottom:120px!important}.md-pb-130{padding-bottom:130px!important}.md-pb-140{padding-bottom:140px!important}.md-pb-150{padding-bottom:150px!important}.md-pb-200{padding-bottom:200px!important}.md-mt-10{margin-top:10px!important}.md-mt-20{margin-top:20px!important}.md-mt-30{margin-top:30px!important}.md-mt-40{margin-top:40px!important}.md-mt-50{margin-top:50px!important}.md-mt-60{margin-top:60px!important}.md-mt-70{margin-top:70px!important}.md-mt-80{margin-top:80px!important}.md-mt-90{margin-top:90px!important}.md-mt-100{margin-top:100px!important}.md-mt-110{margin-top:110px!important}.md-mt-120{margin-top:120px!important}.md-mt-130{margin-top:130px!important}.md-mt-140{margin-top:140px!important}.md-mt-150{margin-top:150px!important}.md-mt-200{margin-top:200px!important}.md-mb-10{margin-bottom:10px!important}.md-mb-20{margin-bottom:20px!important}.md-mb-30{margin-bottom:30px!important}.md-mb-40{margin-bottom:40px!important}.md-mb-50{margin-bottom:50px!important}.md-mb-60{margin-bottom:60px!important}.md-mb-70{margin-bottom:70px!important}.md-mb-80{margin-bottom:80px!important}.md-mb-90{margin-bottom:90px!important}.md-mb-100{margin-bottom:100px!important}.md-mb-110{margin-bottom:110px!important}.md-mb-120{margin-bottom:120px!important}.md-mb-130{margin-bottom:130px!important}.md-mb-140{margin-bottom:140px!important}.md-mb-150{margin-bottom:150px!important}.md-mb-200{margin-bottom:200px!important}}@media(max-width:767px){.sm-p0{padding:0!important}.sm-m0{margin:0!important}.sm-pt-10{padding-top:10px!important}.sm-pt-20{padding-top:20px!important}.sm-pt-30{padding-top:30px!important}.sm-pt-40{padding-top:40px!important}.sm-pt-50{padding-top:50px!important}.sm-pt-60{padding-top:60px!important}.sm-pt-70{padding-top:70px!important}.sm-pt-80{padding-top:80px!important}.sm-pt-90{padding-top:90px!important}.sm-pt-100{padding-top:100px!important}.sm-pt-110{padding-top:110px!important}.sm-pt-120{padding-top:120px!important}.sm-pt-130{padding-top:130px!important}.sm-pt-140{padding-top:140px!important}.sm-pt-150{padding-top:150px!important}.sm-pt-200{padding-top:200px!important}.sm-pb-10{padding-bottom:10px!important}.sm-pb-20{padding-bottom:20px!important}.sm-pb-30{padding-bottom:30px!important}.sm-pb-40{padding-bottom:40px!important}.sm-pb-50{padding-bottom:50px!important}.sm-pb-60{padding-bottom:60px!important}.sm-pb-70{padding-bottom:70px!important}.sm-pb-80{padding-bottom:80px!important}.sm-pb-90{padding-bottom:90px!important}.sm-pb-100{padding-bottom:100px!important}.sm-pb-110{padding-bottom:110px!important}.sm-pb-120{padding-bottom:120px!important}.sm-pb-130{padding-bottom:130px!important}.sm-pb-140{padding-bottom:140px!important}.sm-pb-150{padding-bottom:150px!important}.sm-pb-200{padding-bottom:200px!important}.sm-mt-10{margin-top:10px!important}.sm-mt-20{margin-top:20px!important}.sm-mt-30{margin-top:30px!important}.sm-mt-40{margin-top:40px!important}.sm-mt-50{margin-top:50px!important}.sm-mt-60{margin-top:60px!important}.sm-mt-70{margin-top:70px!important}.sm-mt-80{margin-top:80px!important}.sm-mt-90{margin-top:90px!important}.sm-mt-100{margin-top:100px!important}.sm-mt-110{margin-top:110px!important}.sm-mt-120{margin-top:120px!important}.sm-mt-130{margin-top:130px!important}.sm-mt-140{margin-top:140px!important}.sm-mt-150{margin-top:150px!important}.sm-mt-200{margin-top:200px!important}.sm-mb-10{margin-bottom:10px!important}.sm-mb-20{margin-bottom:20px!important}.sm-mb-30{margin-bottom:30px!important}.sm-mb-40{margin-bottom:40px!important}.sm-mb-50{margin-bottom:50px!important}.sm-mb-60{margin-bottom:60px!important}.sm-mb-70{margin-bottom:70px!important}.sm-mb-80{margin-bottom:80px!important}.sm-mb-90{margin-bottom:90px!important}.sm-mb-100{margin-bottom:100px!important}.sm-mb-110{margin-bottom:110px!important}.sm-mb-120{margin-bottom:120px!important}.sm-mb-130{margin-bottom:130px!important}.sm-mb-140{margin-bottom:140px!important}.sm-mb-150{margin-bottom:150px!important}.sm-mb-200{margin-bottom:200px!important}}@media(max-width:575px){.xs-p0{padding:0!important}.xs-m0{margin:0!important}.xs-pt-10{padding-top:10px!important}.xs-pt-20{padding-top:20px!important}.xs-pt-30{padding-top:30px!important}.xs-pt-40{padding-top:40px!important}.xs-pt-50{padding-top:50px!important}.xs-pt-60{padding-top:60px!important}.xs-pt-70{padding-top:70px!important}.xs-pt-80{padding-top:80px!important}.xs-pt-90{padding-top:90px!important}.xs-pt-100{padding-top:100px!important}.xs-pt-110{padding-top:110px!important}.xs-pt-120{padding-top:120px!important}.xs-pt-130{padding-top:130px!important}.xs-pt-140{padding-top:140px!important}.xs-pt-150{padding-top:150px!important}.xs-pt-200{padding-top:200px!important}.xs-pb-10{padding-bottom:10px!important}.xs-pb-20{padding-bottom:20px!important}.xs-pb-30{padding-bottom:30px!important}.xs-pb-40{padding-bottom:40px!important}.xs-pb-50{padding-bottom:50px!important}.xs-pb-60{padding-bottom:60px!important}.xs-pb-70{padding-bottom:70px!important}.xs-pb-80{padding-bottom:80px!important}.xs-pb-90{padding-bottom:90px!important}.xs-pb-100{padding-bottom:100px!important}.xs-pb-110{padding-bottom:110px!important}.xs-pb-120{padding-bottom:120px!important}.xs-pb-130{padding-bottom:130px!important}.xs-pb-140{padding-bottom:140px!important}.xs-pb-150{padding-bottom:150px!important}.xs-pb-200{padding-bottom:200px!important}.xs-mt-10{margin-top:10px!important}.xs-mt-20{margin-top:20px!important}.xs-mt-30{margin-top:30px!important}.xs-mt-40{margin-top:40px!important}.xs-mt-50{margin-top:50px!important}.xs-mt-60{margin-top:60px!important}.xs-mt-70{margin-top:70px!important}.xs-mt-80{margin-top:80px!important}.xs-mt-90{margin-top:90px!important}.xs-mt-100{margin-top:100px!important}.xs-mt-110{margin-top:110px!important}.xs-mt-120{margin-top:120px!important}.xs-mt-130{margin-top:130px!important}.xs-mt-140{margin-top:140px!important}.xs-mt-150{margin-top:150px!important}.xs-mt-200{margin-top:200px!important}.xs-mb-10{margin-bottom:10px!important}.xs-mb-20{margin-bottom:20px!important}.xs-mb-30{margin-bottom:30px!important}.xs-mb-40{margin-bottom:40px!important}.xs-mb-50{margin-bottom:50px!important}.xs-mb-60{margin-bottom:60px!important}.xs-mb-70{margin-bottom:70px!important}.xs-mb-80{margin-bottom:80px!important}.xs-mb-90{margin-bottom:90px!important}.xs-mb-100{margin-bottom:100px!important}.xs-mb-110{margin-bottom:110px!important}.xs-mb-120{margin-bottom:120px!important}.xs-mb-130{margin-bottom:130px!important}.xs-mb-140{margin-bottom:140px!important}.xs-mb-150{margin-bottom:150px!important}.xs-mb-200{margin-bottom:200px!important}}.step-header .theme-main-menu.menu-style-five{background:transparent!important}.theme-main-menu{background:#fff;position:relative;z-index:999;padding:18px 40px;transition:all .4s ease-in-out 0s}.theme-main-menu.menu-overlay{position:absolute;top:0;inset-inline-end:0;inset-inline-start:0;background:transparent}.theme-main-menu.fixed{position:fixed;inset-inline-start:0;inset-inline-end:0;padding-top:5px;padding-bottom:5px;background:#fff;box-shadow:0 13px 35px -12px rgba(35,35,35,.1)}.theme-main-menu .navbar-toggler{width:48px;height:44px;padding:0;box-shadow:none;position:relative;z-index:99;border:none;background:#79a7c8}.theme-main-menu.menu-style-three .navbar-toggler{background:#000}.theme-main-menu.menu-style-five .navbar-toggler,.theme-main-menu.menu-style-four .navbar-toggler{background:#79a7c8}.theme-main-menu .navbar-toggler:focus{box-shadow:none}.theme-main-menu .navbar-toggler:after,.theme-main-menu .navbar-toggler:before{content:"";position:absolute;top:50%;inset-inline-start:11px;width:26px;height:2px;pointer-events:none;transition:transform .25s;transform-origin:50% 50%;background:#fff}.theme-main-menu .navbar-toggler span{position:absolute;inset-inline-start:11px;overflow:hidden;width:26px;height:2px;margin-top:-1px;text-indent:200%;transition:opacity .25s;background:#fff}.theme-main-menu.menu-style-three .navbar-toggler span,.theme-main-menu.menu-style-three .navbar-toggler:after,.theme-main-menu.menu-style-three .navbar-toggler:before{background:#fff}.theme-main-menu .navbar-toggler:before{transform:translate3d(0,-9px,0) scaleX(1)}.theme-main-menu .navbar-toggler:after{transform:translate3d(0,8px,0) scaleX(1)}.theme-main-menu .navbar-toggler[aria-expanded=true] span{opacity:0}.theme-main-menu .navbar-toggler[aria-expanded=true]:before{transform:rotate(45deg)}.theme-main-menu .navbar-toggler[aria-expanded=true]:after{transform:rotate(-45deg)}.theme-main-menu .nav-item .nav-link{font-weight:500;font-size:22px;line-height:normal;color:#000;padding:20px 0;margin:0 30px;position:relative;transition:all .2s ease-in-out 0s}.theme-main-menu .nav-item:hover .nav-link{color:#79a7c8}.theme-main-menu.white-vr .nav-item .nav-link{color:#fff}.theme-main-menu.white-vr .nav-item:hover .nav-link{color:#79a7c8}.theme-main-menu.white-vr.fixed{background:#79a7c8;border:none}.theme-main-menu.menu-style-one{border-bottom:1px solid hsla(0,0%,100%,.4)}.theme-main-menu.menu-style-two{padding:0;background:#fef9f5}.theme-main-menu.menu-style-two .info-row{padding-top:12px;padding-bottom:12px;overflow:hidden}.theme-main-menu.menu-style-two .gap-fix{-webkit-padding-start:40px;padding-inline-start:40px;-webkit-padding-end:40px;padding-inline-end:40px}.theme-main-menu.menu-style-two .greetings{font-size:18px;color:#181818}.theme-main-menu.menu-style-two .contact-info{margin:0 -15px}.theme-main-menu.menu-style-two .contact-info li{padding:0 15px}.theme-main-menu.menu-style-two .contact-info li a{font-size:18px;color:#181818}.theme-main-menu.menu-style-two .contact-info li a:hover{text-decoration:underline}.theme-main-menu.menu-style-two .inner-content{padding-top:8px;padding-bottom:8px;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.theme-main-menu.menu-style-two.fixed .info-row{display:none}.theme-main-menu.menu-style-five{background:#fef9f5;padding:0}.theme-main-menu.menu-style-five .inner-content{border-radius:30px;padding:10px 40px}.theme-main-menu.menu-style-five.fixed{background:transparent}.theme-main-menu.menu-style-six .nav-item .nav-link{color:#044f3b}.theme-main-menu.menu-style-six .nav-item:hover .nav-link{color:#79a7c8}.navbar .dropdown-menu .dropdown-item{text-transform:capitalize;line-height:35px;color:#181818;font-size:18px;background:transparent;position:relative;transition:all .2s ease-in-out 0s}.navbar .dropdown-menu .dropdown-item span{position:relative}.navbar .dropdown-menu .dropdown-item span:before{content:"";position:absolute;inset-inline-start:0;bottom:-2px;width:100%;height:1px;background:#79a7c8;transform:scaleX(0);transform-origin:0 0;transition:all .2s ease-in-out 0s}.navbar .dropdown-menu .dropdown-item.active span:before,.navbar .dropdown-menu .dropdown-item:hover span:before{transform:scale(1)}.theme-main-menu .navbar{position:static}.navbar [class*=mega-dropdown] .dropdown-menu{padding:0 0 15px;margin:0;inset-inline-end:0}.navbar .mega-dropdown-sm .dropdown-menu{min-width:600px;inset-inline-start:0;padding:10px}.navbar [class*=mega-dropdown] .menu-column{padding:5px 0}.navbar [class*=mega-dropdown] .menu-column .mega-menu-title{font-size:14px;font-weight:500;color:#79a7c8;display:inline-block;position:relative;margin:0 0 5px;-webkit-padding-start:15px;padding-inline-start:15px}.theme-main-menu .login-btn-one a{color:#000}.theme-main-menu .login-btn-one a:hover{text-decoration:underline}.theme-main-menu .login-btn-two a{color:#044f3b}.theme-main-menu .login-btn-two a:hover{text-decoration:underline}.theme-main-menu .signup-btn-one span{display:inline-block;font-weight:500;color:#181818;padding:0 30px;line-height:45px;border:2px solid #181818;border-radius:30px;background:#fff;transition:all .2s ease-in-out 0s}.theme-main-menu .signup-btn-one .icon{width:49px;height:49px;background:#181818;color:#fff;font-size:22px;-webkit-margin-start:-12px;margin-inline-start:-12px;transition:all .2s ease-in-out 0s}.theme-main-menu .signup-btn-one:hover span{background:#181818;color:#fff}.theme-main-menu .signup-btn-one:hover .icon{background:#79a7c8;color:#181818}.theme-main-menu .signup-btn-two{color:#044f3b;line-height:50px;border:1px solid #044f3b;border-radius:40px;background:#79a7c8;padding:0 32px;text-align:center}.theme-main-menu .signup-btn-two:hover{background:#181818;color:#fff}.theme-main-menu .quote-one{line-height:48px;color:#fff;font-size:18px;padding:0 26px;border:1px solid #fff;border-radius:40px}.theme-main-menu .quote-one:hover{background:#79a7c8;color:#181818}.category-menu{border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;padding:0 40px}.category-menu li{position:relative;padding:0 15px}.category-menu li a{font-size:15px;font-weight:500;color:#536159;padding:13px 0;transition:all .2s ease-in-out 0s}.category-menu li a:hover{color:#79a7c8}.category-menu .dropdown-menu,.category-menu .dropdown-menu li{padding:0}.category-menu .dropdown-menu li a{padding:8px 15px;font-size:14px}@media screen and (min-width:992px){.navbar .dropdown-menu{font-size:1em;z-index:5;background-color:#fff;border-radius:10px;display:block;inset-inline-end:auto;inset-inline-start:0;padding:10px 5px;border:none;top:100%;visibility:hidden;transform:translateY(5px);opacity:0;min-width:200px;box-shadow:0 50px 100px rgba(0,0,0,.12);margin:0;transform-origin:0 0;transition:all .3s ease-out}.navbar .dropdown-menu:before{content:"";position:absolute;inset-inline-start:30px;top:-17px}.navbar .dropdown-menu .dropdown-menu{inset-inline-start:calc(100% + 5px);top:0;inset-inline-end:auto;min-width:240px;box-shadow:0 20px 30px -10px rgba(0,0,0,.15);transform:translateY(0)}.navbar .dropdown:hover>.dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.navbar .dropdown-toggle:after{display:none}.navbar .show.dropdown-toggle:after{transform:rotate(180deg)}}@media screen and (max-width:991px){.navbar{padding:0}.navbar-collapse .logo{margin-bottom:10vh;-webkit-padding-start:12px;padding-inline-start:12px}.white-vr .navbar-collapse{background-color:#79a7c8}.navbar-collapse{position:fixed;top:0;background-color:#fef9f5;inset-inline-start:0;height:100vh;max-height:100vh;overflow-y:auto;clear:both;width:320px;max-width:calc(100vw - 60px);z-index:9999;transform:translateX(-100%);display:block!important;padding:16px 0 20px;transition:all .3s ease-in-out}[dir=rtl] .navbar-collapse{transform:translateX(100%)}.navbar-collapse.show{transform:translateX(0);box-shadow:15px 0 25px rgba(35,35,35,.09)}.theme-main-menu .navbar .mega-dropdown{position:relative}.navbar .navbar-nav .nav-link{margin:0;padding:15px 12px;border-top:1px dashed rgba(0,0,0,.1)}.white-vr .navbar .navbar-nav .nav-link{border-top:1px dashed hsla(0,0%,100%,.15)}.navbar .dropdown-menu .dropdown-item{padding:0 10px;line-height:46px}.navbar .dropdown-menu{border:none;padding:0;border-radius:0;margin:0;background:#fff}.navbar [class*=mega-dropdown] .dropdown-menu{padding:0;min-width:100%}.navbar [class*=mega-dropdown] .menu-column{padding:0}.navbar .dropdown-toggle:after{position:absolute;inset-inline-end:15px;top:calc(50% - 2px)}.dashboard-menu .nav-link:before{inset-inline-end:auto;inset-inline-start:0;top:-2px}}.hero-banner-one{background:#181818;z-index:9}.hero-banner-one:before{content:"";background:linear-gradient(180deg,rgba(0,0,0,.53),transparent)}.hero-banner-one .hero-slider-one,.hero-banner-one:before{position:absolute;width:100%;height:100%;inset-inline-start:0;top:0}.hero-banner-one .hero-slider-one{z-index:-1}.hero-banner-one .hero-slider-one .hero-img{position:absolute;inset-inline-start:0;inset-inline-end:0;width:100%;height:100%;background-position:50%;background-size:cover;background-repeat:no-repeat}.hero-banner-one .hero-slider-one .item,.hero-banner-one .hero-slider-one .slick-list,.hero-banner-one .hero-slider-one .slick-track{height:100%}.hero-banner-one .hero-heading{font-weight:700;color:#000;background:url(/_next/static/media/shape_01.14ddd64f.svg) no-repeat 0 0;background-size:cover;padding:11px 31px 25px 25px}.hero-banner-one .more-btn{position:absolute;font-size:40px;color:#fff;width:105px;height:105px;border:2px solid #fff;top:20%;inset-inline-start:4%;z-index:1}.hero-banner-one .more-btn:hover{background:#79a7c8;border-color:#79a7c8;color:#181818}.hero-banner-two{z-index:1}.hero-banner-two .hero-heading{font-size:100px;line-height:1em}.hero-banner-two .hero-heading span{z-index:1}.hero-banner-two .hero-heading span img{position:absolute;width:100%;bottom:-18%;inset-inline-start:0;z-index:-1}.hero-banner-two form{max-width:588px;height:70px;box-shadow:0 10px 20px rgba(8,32,26,.04);border-radius:50px}.hero-banner-two form input{font-size:18px;width:100%;height:100%;border-radius:50px;background:#fff;border:none;padding:0 150px 0 35px}.hero-banner-two form button{position:absolute;inset-inline-end:0;top:0;bottom:0;border-radius:50px}.hero-banner-two .shape_01{top:22%;inset-inline-start:7%;width:3.1%;min-width:30px;animation:rotated 50s linear infinite}.hero-banner-two .shape_02{top:40%;inset-inline-end:7%;width:1.8%;min-width:22px;animation:rotated 48s linear infinite}.hero-banner-two .shape_03{top:36%;inset-inline-start:0;width:15.57%}.hero-banner-two .shape_04{top:49%;inset-inline-end:0;width:15%}.hero-banner-three{z-index:1}.hero-banner-three .hero-heading{font-size:100px;letter-spacing:1px;line-height:1.3em;color:#000}.hero-banner-three .right-widget .main-count{font-size:58px;margin:-17px 0 -4px}.hero-banner-three .img-wrapper{position:absolute;z-index:-1;bottom:0;width:33.53%;inset-inline-start:50%;transform:translateX(-50%)}.hero-banner-three .img-wrapper .round-bg{position:absolute;z-index:-2;top:0;inset-inline-start:50%;transform:translate(-50%,-7%)}.hero-banner-four{background:url(/_next/static/media/bg_01.1db989df.svg) no-repeat bottom;background-size:cover;z-index:1}.hero-banner-four .hero-heading{font-size:130px;font-weight:600;line-height:.884em}.hero-banner-four .hero-heading span{color:#79a7c8;display:block}.hero-banner-four .media-wrapper{position:absolute;inset-inline-end:3%;bottom:-6%;width:42.56%;z-index:-1}.hero-banner-four .shape_01{bottom:-5%;inset-inline-end:41%}.hero-banner-four .shape_02{bottom:0;inset-inline-start:14%;width:30%}.hero-banner-five .bg-wrapper{background:#fef9f5;border-radius:30px;z-index:1}.hero-banner-five .hero-heading{font-size:85px;font-weight:400;letter-spacing:1px;line-height:1.176em;color:#000}.hero-banner-five .rating h3{font-size:42px;margin-bottom:0}.hero-banner-five .rating p{font-size:18px;color:rgba(0,0,0,.4)}.hero-banner-five .media-wrapper{position:absolute;display:flex!important;align-items:center!important;border-radius:0 30px 30px 0;top:0;bottom:0;inset-inline-end:0;z-index:-1;width:39.43%}.hero-banner-five .media-wrapper .shape_01{inset-inline-end:0;bottom:14%;width:41.1%;z-index:1}.hero-banner-five .media-wrapper .shape_02{top:34%;inset-inline-start:0;transform:translateX(-50%);width:19.34%}.hero-banner-six .hero-heading{font-size:100px;line-height:1.05em;color:#044f3b}.hero-banner-six .media-wrapper{background:url(/_next/static/media/img_48.25d771d1.jpg) no-repeat 50%;background-size:cover;border-radius:20px;max-width:536px;width:100%;height:100%}.hero-banner-six .media-wrapper .screen_01{inset-inline-end:4%;top:4%;width:41.1%;border-radius:10px;box-shadow:10px 30px 50px rgba(0,0,0,.06);z-index:1}.hero-banner-six .media-wrapper .screen_02{bottom:9%;inset-inline-start:-28%;border-radius:10px;width:48.51%;box-shadow:-10px 30px 50px rgba(0,0,0,.07);z-index:1;animation:jumpTwo 10s linear infinite}.hero-banner-six .media-wrapper .bg-shape{max-width:130%;inset-inline-start:47%;bottom:-12%;transform:translateX(-50%)}.hero-banner-six .shape_01{bottom:9%;inset-inline-start:40%;width:6.53%}.hero-banner-seven{padding:500px 0 70px;background:#181818;z-index:9}.hero-banner-seven:after{height:50%;bottom:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.87))}.hero-banner-seven:after,.hero-banner-seven:before{content:"";position:absolute;width:100%;inset-inline-start:0;z-index:-1}.hero-banner-seven:before{height:20%;top:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.99));mix-blend-mode:overlay;transform:rotate(-180deg)}.hero-banner-seven .hero-slider-one{position:absolute;width:100%;height:100%;inset-inline-start:0;top:0;z-index:-2}.hero-banner-seven .hero-slider-one .hero-img{position:absolute;inset-inline-start:0;inset-inline-end:0;width:100%;height:100%;background-position:50%;background-size:cover;background-repeat:no-repeat}.hero-banner-seven .hero-slider-one .item,.hero-banner-seven .hero-slider-one .slick-list,.hero-banner-seven .hero-slider-one .slick-track{height:100%}.hero-banner-seven .hero-heading{font-weight:700;font-size:110px;letter-spacing:-1px;line-height:1em}.hero-banner-seven .lead-form{background:#fff;border-radius:30px;padding:35px 50px 50px}.hero-banner-seven .lead-form h3{font-size:32px}.hero-banner-seven .lead-form label{font-size:17px;color:rgba(0,0,0,.3)}.hero-banner-seven .lead-form input{height:65px;padding:0 20px;border:1px solid #000;border-radius:10px}.hero-banner-seven .lead-form button{height:60px;border-radius:10px;font-size:17px;background:#79a7c8}.hero-banner-seven .lead-form button:hover{background:#181818;color:#fff}.fancy-banner-one{z-index:1;position:relative;-webkit-padding-start:12px;padding-inline-start:12px;-webkit-padding-end:12px;padding-inline-end:12px}.fancy-banner-one:after{content:"";position:absolute;inset-inline-end:0;top:0;bottom:0;inset-inline-start:50%;background:#79a7c8;z-index:-1}.fancy-banner-one h2{font-size:68px;font-weight:400;margin:0}.fancy-banner-one h2 span{font-weight:700;text-decoration:underline}.fancy-banner-one h3{font-size:48px;margin-bottom:-5px}.fancy-banner-one p{color:hsla(0,0%,9%,.6)}.fancy-banner-three{background:url(/_next/static/media/img_17.b631457b.jpg) no-repeat 50%;background-size:cover;padding:80px 0;z-index:1}.fancy-banner-three:before{content:"";position:absolute;inset-inline-start:0;top:0;width:100%;height:100%;z-index:-1;background:#174034;mix-blend-mode:darken}.fancy-banner-three .title-one h2{font-size:58px}.fancy-banner-three .quote-btn{width:200px;height:200px;padding:16px;background:#ffe86b}.fancy-banner-three .quote-btn:hover{transform:rotate(15deg)}.fancy-banner-three .quote-btn.color-two{background:#79a7c8}.fancy-banner-four{background:#dceff0;z-index:1}.fancy-banner-four:before{content:"";position:absolute;width:100%;height:100%;top:0;inset-inline-end:0;z-index:-1;background:url(/_next/static/media/shape_10.3074361d.svg) no-repeat 0 100%;background-size:cover}.fancy-banner-four ul li{font-size:28px;color:#000;position:relative;-webkit-padding-start:42px;padding-inline-start:42px;margin-bottom:13px}.fancy-banner-four ul li:after{content:"";position:absolute;font-family:bootstrap-icons;font-size:.95em;top:3px;inset-inline-start:0;color:#000}.fancy-banner-four .platform-button-group a{width:190px;height:58px;padding:0 5px 0 25px;margin:10px 20px 0 0;background:#1b1b1b;color:#fff;text-align:start;transition:all .3s ease-in-out}.fancy-banner-four .platform-button-group a:hover{transform:translateY(-5px);box-shadow:-5px 10px 30px rgba(0,0,0,.05)}.fancy-banner-four .platform-button-group a .icon{-webkit-margin-end:14px;margin-inline-end:14px}.fancy-banner-four .platform-button-group a span{font-size:12px;color:hsla(0,0%,100%,.6);display:block;line-height:normal;margin-bottom:-3px}.fancy-banner-four .platform-button-group a strong{font-weight:500;display:block}.fancy-banner-four .platform-button-group a.ios-button{background:#fff;border-color:#dadada}.fancy-banner-four .platform-button-group a.ios-button span{color:#999}.fancy-banner-four .platform-button-group a.ios-button strong{color:#000}.fancy-banner-five{background:url(/_next/static/media/img_31.6f94da2c.jpg) no-repeat 50%;background-size:cover;z-index:1}.fancy-banner-five.no-bg{background:none}.fancy-banner-five.no-bg:before{display:none}.fancy-banner-five.no-bg .bg-wrapper{background:url(/_next/static/media/img_33.249bf893.jpg) no-repeat 50%;background-size:cover}.fancy-banner-five.no-bg .bg-wrapper .video-icon{width:185px;height:185px;background:#79a7c8}.fancy-banner-five:before{content:"";position:absolute;inset-inline-start:0;top:0;width:100%;height:100%;z-index:-1;background:#113d2f;mix-blend-mode:hard-light}.fancy-banner-five h2{font-size:100px;line-height:1.1em}.fancy-banner-five .video-icon{width:200px;height:200px;padding:22px;background:#ffe86b}.fancy-banner-five .video-icon:hover{transform:rotate(15deg)}.fancy-banner-six{background:url(/_next/static/media/img_34.b1beaef8.jpg) no-repeat 50%;background-size:cover;z-index:1}.fancy-banner-six h2{font-size:85px;line-height:1.117em}.fancy-banner-six .video-icon{width:200px;height:200px;padding:22px;background:#ffe86b}.fancy-banner-six .video-icon:hover{transform:rotate(15deg)}.fancy-banner-seven .bg-wrapper{background:url(/_next/static/media/img_50.034e297a.jpg) no-repeat 50%;background-size:cover}.fancy-banner-seven .bg-wrapper:before{top:0;background:linear-gradient(180deg,transparent 14.17%,rgba(0,0,0,.8) 101.25%);transform:rotate(-180deg)}.fancy-banner-seven .bg-wrapper:after,.fancy-banner-seven .bg-wrapper:before{content:"";position:absolute;inset-inline-start:0;inset-inline-end:0;height:70%;z-index:-1}.fancy-banner-seven .bg-wrapper:after{bottom:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.58) 47.84%,rgba(0,0,0,.87))}.fancy-banner-seven .bg-wrapper li{font-weight:500;font-size:24px;line-height:1.5em;color:#000;padding:18px 80px 25px 68px;border-radius:20px;background:#fff;margin:12px 0;position:relative}.fancy-banner-seven .bg-wrapper li:before{content:"";position:absolute;width:24px;height:24px;border-radius:50%;background:#181818;inset-inline-start:27px;top:27px;transition:all .2s ease-in-out 0s}.fancy-banner-seven .bg-wrapper li:after{content:"";position:absolute;font-family:bootstrap-icons;top:21px;inset-inline-start:31px;color:#fff;font-size:16px;transition:all .2s ease-in-out 0s}.fancy-banner-seven .bg-wrapper li:hover:before{background:#79a7c8}.fancy-banner-seven .bg-wrapper li:hover:after{color:#000}.fancy-banner-seven .bg-wrapper .shape_01{bottom:17%;inset-inline-start:36%;max-width:11%;z-index:0}.fancy-banner-eight .bg-wrapper{background:#f3f8f7;padding:30px 75px 0}.fancy-banner-eight .media-wrapper{padding:0 38px;margin-bottom:-6px}.fancy-banner-eight .media-wrapper .shape_01{width:100%;bottom:0;inset-inline-start:0}.fancy-banner-eight .shape_02{inset-inline-end:-123px;bottom:-5px}.newsletter-banner .main-wrapper{padding:50px 0 45px}.newsletter-banner .main-wrapper.top-border{border-top:2px solid #000}.newsletter-banner h2{font-size:50px}.newsletter-banner form{max-width:510px}.newsletter-banner form input{width:calc(100% - 75px);font-size:18px;padding:0 30px;height:60px;background:transparent;border:2px solid #000;border-radius:.8rem}[dir=rtl] .newsletter-banner form input::placeholder{text-align:right}.newsletter-banner form button{width:60px;height:60px;text-align:center;font-size:28px;color:#fff;background:#101010}.newsletter-banner form button.color-two,.newsletter-banner form button:focus,.newsletter-banner form button:hover{background:#181818}.newsletter-banner form button.color-two:focus,.newsletter-banner form button.color-two:hover{background:#000}.newsletter-banner form p{font-size:18px}.newsletter-banner form p a:hover{text-decoration:underline}.newsletter-banner.white-vr .main-wrapper{padding-top:100px}.newsletter-banner.white-vr .bottom-border{border-bottom:1px dashed #37665c}.newsletter-banner.white-vr form button{background:#79a7c8;color:#181818}.newsletter-banner.white-vr form p{color:hsla(0,0%,100%,.6)}.newsletter-banner.white-vr form p a{color:#79a7c8}.inner-banner-one{background-repeat:no-repeat;background-position:top;background-size:cover;border:1px solid #000;overflow:hidden;z-index:1}.inner-banner-one:before{height:35%;background:linear-gradient(180deg,rgba(0,0,0,.53),transparent)}.inner-banner-one:after,.inner-banner-one:before{content:"";position:absolute;width:100%;top:0;inset-inline-start:0;z-index:-1}.inner-banner-one:after{height:100%;background:linear-gradient(121.31deg,transparent .55%,rgba(0,0,0,.88) 98.35%)}.inner-banner-one .hero-heading{font-weight:700;font-size:85px;line-height:1.023em;z-index:1;padding:10px 10px 23px 22px}.inner-banner-one .hero-heading img{position:absolute;inset-inline-start:0;bottom:0;z-index:-1;max-height:100%}[dir=rtl] .inner-banner-one .hero-heading img{transform:rotateY(180deg)}.inner-banner-one .pager{border-bottom:1px solid #fff;padding-bottom:3px}.inner-banner-one .pager li{color:hsla(0,0%,100%,.5);-webkit-margin-end:5px;margin-inline-end:5px}.inner-banner-one .pager li:last-child{margin:0;color:#fff}.inner-banner-one .pager li a{transition:all .2s ease-in-out 0s}.inner-banner-one .pager li a:hover{color:#fff}.inner-banner-one .tag{display:inline-block;line-height:25px;border:1px solid #fff;border-radius:30px;padding:0 10px;font-size:14px;font-weight:500;letter-spacing:1px;color:#fff;text-transform:uppercase}.inner-banner-two{z-index:1}.inner-banner-two .pager{border-bottom:1px solid #0a4020;padding-bottom:2px}.inner-banner-two .pager li{color:#000}.inner-banner-two .pager li:nth-child(2n){padding:0 5px}.inner-banner-two .pager li a{color:rgba(0,0,0,.5);transition:all .2s ease-in-out 0s}.inner-banner-two .pager li a:hover{color:#000}.inner-banner-two .hero-heading{font-weight:700;font-size:85px;line-height:1.023em;margin:22px 0 40px}.inner-banner-two .tag{display:inline-block;line-height:25px;border:1px solid #181818;border-radius:30px;padding:0 10px;font-size:14px;font-weight:500;letter-spacing:1px;color:#181818;text-transform:uppercase}.inner-banner-two .shape_01{inset-inline-start:0;bottom:10%;width:18.23%;animation:jumpTwo 6s linear infinite}.inner-banner-two .shape_02{inset-inline-end:2%;bottom:14%;width:14.52%;animation:jumpThree 6s linear infinite}.inner-banner-two .shape_03{inset-inline-start:24%;top:33%;width:2.2%;animation:rotated 50s linear infinite}.inner-banner-two .shape_04{inset-inline-end:21%;bottom:30%;width:1.65%;animation:rotated 50s linear infinite}.block-feature-one{z-index:1}.block-feature-one:before{content:"";position:absolute;inset-inline-end:0;inset-inline-start:0;top:0;bottom:17%;background:#fef9f5;z-index:-1}.block-feature-one .upper-wrapper{border-bottom:1px dashed rgba(0,0,0,.5)}.block-feature-one .section-subheading{position:absolute;inset-inline-end:0;top:0;width:37%}.block-feature-one .shape_01{width:2.3%;top:10%;inset-inline-start:10%}.block-feature-one .shape_02{width:1.5%;bottom:6%;inset-inline-end:9%}.block-feature-two .wrapper{border-top:1px dashed #cacaca;border-bottom:1px dashed #cacaca}.block-feature-two .border-line{border-inset-inline-start:1px dashed #cacaca;border-inset-inline-end:1px dashed #cacaca}.block-feature-two .numb{display:inline-block;font-size:90px;letter-spacing:-1px;color:#181818;position:relative}.block-feature-two .numb:before{content:"";position:absolute;width:85px;height:85px;border-radius:50%;background:#79a7c8;inset-inline-end:8px;top:27px;z-index:-1}.block-feature-three{z-index:1}.block-feature-three:before{content:"";position:absolute;inset-inline-end:0;inset-inline-start:0;top:34%;bottom:0;background:#fef9f5;z-index:-1}.block-feature-three.no-bg:before{display:none}.block-feature-three .section-btn{position:absolute;inset-inline-end:0;top:68px}.block-feature-three .block-title a{font-size:32px;font-weight:500;line-height:1.25em;color:#181818}.block-feature-three .block-title a:hover{text-decoration:underline}.block-feature-three .round-btn{font-size:18px;font-weight:900;color:#181818;width:38px;height:38px;border:1px solid #181818}.block-feature-three .round-btn:hover{background:#79a7c8;border-color:#79a7c8;color:#181818}.block-feature-three .block-one{background:url(/_next/static/media/img_05.ab58f3e9.jpg) no-repeat 50%;background-size:cover;height:470px}.block-feature-three .block-one .tag{font-size:14px;letter-spacing:1px;color:#000;line-height:25px;border:1px solid #000;padding:0 10px}.block-feature-three .block-one .block-title{background:url(/_next/static/media/shape_02.7ee82756.svg) no-repeat 100% 0;background-size:cover;border-radius:25px;padding:12px 0 18px 18px}.block-feature-three .block-two{overflow:hidden}.block-feature-three .block-two .img-wrapper{background:url(/_next/static/media/img_06.54b2d9eb.jpg) no-repeat 50%;background-size:cover;width:42%}.block-feature-three .block-two .text-wrapper{width:58%;padding:30px 30px 35px 60px}.block-feature-three .block-two .tag{font-size:13px;letter-spacing:1px;color:#fff;line-height:27px;border-radius:17px;background:#181818;padding:0 17px}.block-feature-three .block-three{background:#d3ff76}.block-feature-three .block-three .tag{font-size:13px;letter-spacing:1px;color:#fff;line-height:27px;border-radius:17px;background:#181818;padding:0 17px}.block-feature-three .block-three .round-btn{background:#fff;border-color:#fff}.block-feature-three .block-three .round-btn:hover{background:#181818;border-color:#181818;color:#fff}.block-feature-three .block-four{background:url(/_next/static/media/img_07.e2876b28.jpg) no-repeat 50%;background-size:cover}.block-feature-three .block-four .block-title{background:url(/_next/static/media/shape_03.074d9417.svg) no-repeat 100% 0;background-size:cover;border-radius:18px;padding:12px 16px 12px 18px}.block-feature-three .block-four .block-title a{font-size:28px}.block-feature-three .block-four .tag{font-size:13px;letter-spacing:1px;color:#181818;line-height:27px;border-radius:17px;background:#fff;padding:0 17px}.block-feature-three .block-four .round-btn{background:transparent;border-color:#fff;color:#fff}.block-feature-three .block-four .round-btn:hover{background:#79a7c8;border-color:#79a7c8;color:#000}.block-feature-three .block-five{background:url(/_next/static/media/blog_img_05.be0b1bd7.jpg) no-repeat 50%;background-size:cover;height:358px}.block-feature-three .block-five .tag{font-size:14px;letter-spacing:1px;color:#000;line-height:25px;border:1px solid #000;padding:0 10px}.block-feature-three .block-five .block-title{background:url(/_next/static/media/shape_29.5b7a23a5.svg) no-repeat 100% 0;background-size:cover;border-radius:15px;padding:12px 10px 18px 18px}.block-feature-four{z-index:1}.block-feature-four .shape_01{top:0;inset-inline-start:7%;width:2.52%;min-width:28px;animation:rotated 50s linear infinite}.block-feature-four .shape_02{bottom:2%;inset-inline-end:7%;width:1.8%;min-width:22px;animation:rotated 48s linear infinite}.block-feature-five{z-index:1}.block-feature-five:before{content:"";position:absolute;inset-inline-end:0;top:0;bottom:0;width:45%;background:url(/_next/static/media/shape_09.979f0cac.svg) no-repeat 100% 100%;background-size:cover;z-index:-1}.block-feature-five .section-btn{position:absolute;inset-inline-end:0;top:75px}.block-feature-five .shape_01{inset-inline-end:6%;bottom:5%;width:1%;animation:rotated 50s linear infinite}.block-feature-six{background:#dceff0;z-index:1}.block-feature-six:before{content:"";position:absolute;width:100%;height:100%;top:0;inset-inline-end:0;z-index:-1;background:url(/_next/static/media/shape_10.3074361d.svg) no-repeat 50%;background-size:cover}.block-feature-six.bg-two{background:#fef9f5}.block-feature-six.bg-two:before{display:none}.block-feature-six .shape_01{bottom:12%;inset-inline-start:8%;width:10%}.block-feature-six .shape_02{bottom:39%;inset-inline-start:30%;width:2.5%}.block-feature-seven{z-index:1}.block-feature-seven .shape_01{top:2%;inset-inline-end:0;animation:rotated 50s linear infinite}.block-feature-eight{background:url(/_next/static/media/bg_02.b3efad99.svg) no-repeat 50%;background-size:cover;z-index:1}.block-feature-eight .section-btn{position:absolute;inset-inline-end:0;top:72px}.block-feature-eight .shape_01{width:40px;bottom:-20px;inset-inline-start:25%;animation:rotated 50s linear infinite}.block-feature-nine{z-index:1;background:#eaedee}.block-feature-nine:after{content:"";position:absolute;width:100%;height:39%;inset-inline-start:0;top:0;background:#000;z-index:-1}.block-feature-nine .heading{font-size:85px;line-height:1.411em}.block-feature-nine .heading span{-webkit-text-decoration-line:underline;text-decoration-line:underline;text-decoration-thickness:4px}.block-feature-nine .heading a{width:110px;height:110px;display:inline-flex;align-items:center;background:#79a7c8;border-radius:.8rem;position:relative;-webkit-margin-start:100px;margin-inline-start:100px;transition:all .2s ease-in-out 0s}.block-feature-nine .heading a:before{content:"";position:absolute;width:85px;height:3px;inset-inline-start:-85px;top:calc(50% - 3px);background:#000}.block-feature-nine .heading a:hover{background:#79a7c8}[dir=rtl] .block-feature-nine img{transform:rotateY(180deg)}.block-feature-nine .shape_01{inset-inline-end:0;top:5%;width:4%}.block-feature-nine .shape_02{inset-inline-start:7%;bottom:0;width:8.4%}.block-feature-nine .shape_03{inset-inline-end:5%;bottom:5%}.block-feature-ten .shape_01{top:1%;inset-inline-end:5%;width:2%}.block-feature-ten .line-wrapper:before{content:"";position:absolute;width:100%;height:1px;border-bottom:1px dashed #e5e5e5;inset-inline-start:0;top:50%}.block-feature-eleven{z-index:1}.block-feature-eleven .slider-wrapper{width:78vw}.block-feature-eleven .slider-wrapper .slick-dots{margin:0;padding:0;position:absolute;bottom:0;inset-inline-start:-140px}.block-feature-eleven .slider-wrapper .slick-dots li button{width:10px;height:10px;background:#fff;border:1px solid #1f5e59}.block-feature-eleven .slider-wrapper .slick-dots .slick-active button{background:#1f5e59}.block-feature-eleven .shape_01{inset-inline-start:0;bottom:0;max-width:13.4%}.block-feature-twelve{background:#fef9f5;z-index:1}.block-feature-twelve .shape_01{inset-inline-end:0;top:12%;max-width:13.4%}.block-feature-thirteen .upper-wrapper{border-bottom:1px solid #e6e6e6}.block-feature-thirteen .upper-wrapper .shape_01{inset-inline-end:6%;bottom:16%}.block-feature-thirteen .line-loop:before{content:"";position:absolute;height:1px;width:130%;inset-inline-end:0;top:57%;background:#e6e6e6;z-index:-1}.block-feature-thirteen .graph-panel{border-inset-inline-end:1px solid #e6e6e6}.block-feature-thirteen .graph-panel .main-count{font-size:120px}.block-feature-thirteen .graph-panel .chart-box{padding:0 15px}.block-feature-thirteen .graph-panel .chart-box .chart-inner{width:120px;background:#196164}.block-feature-fourteen .section-subheading{position:absolute;inset-inline-end:0;top:0;width:37%}.block-feature-fourteen .shape_01{max-width:4%;top:13%;inset-inline-start:48%;animation:rotated 48s linear infinite}.block-feature-fifteen .shape_01{max-width:4%;top:3%;inset-inline-start:2%;animation:rotated 48s linear infinite}.block-feature-fifteen .line-btn:after,.block-feature-fifteen .line-btn:before{content:"";position:absolute;width:calc(50% - 150px);height:1px;background:#e3e3e3;top:32px;inset-inline-start:0}.block-feature-fifteen .line-btn:after{inset-inline-start:auto;inset-inline-end:0}.text-feature-one{background:#fef9f5}.text-feature-one .line-wrapper{border-top:unset;border-bottom:1px dashed #a7a7a7}.text-feature-one .line-wrapper .shape_01{width:48px;bottom:12%;inset-inline-start:32%;animation:rotated 48s linear infinite}.text-feature-one .card-style-three{border-inset-inline-start:1px dashed #a7a7a7;border-bottom:1px dashed #a7a7a7;-webkit-padding-start:100px;padding-inline-start:100px}.text-feature-one .card-style-three:last-child{border-bottom:none}.text-feature-one .media-list-item{height:600px;width:590px;background:url(/_next/static/media/img_04.80b346d4.jpg) no-repeat 50%;background-size:cover;border-radius:30px;position:relative;z-index:1}.text-feature-one .media-list-item:before{content:"";position:absolute;width:100%;height:50%;bottom:0;inset-inline-start:0;z-index:-1;border-radius:0 0 30px 30px;background:linear-gradient(180deg,transparent 3.1%,#000);mix-blend-mode:overlay}.text-feature-one .media-list-item li{display:inline-block;font-weight:500;color:#000;padding:6px 50px;border-radius:45px;background:#fff;margin:7px 0;position:relative}.text-feature-one .media-list-item li:before{content:"";position:absolute;width:28px;height:28px;border-radius:50%;background:#79a7c8;inset-inline-start:10px;top:7px;transition:all .2s ease-in-out 0s}.text-feature-one .media-list-item li:after{content:"";position:absolute;font-family:bootstrap-icons;top:6px;inset-inline-start:14px;color:#181818;transition:all .2s ease-in-out 0s}.text-feature-one .media-list-item li:hover:before{background:#181818}.text-feature-one .media-list-item li:hover:after{color:#fff}.text-feature-two{background:#79a7c8;z-index:1}.text-feature-two .shape_01{top:16%;inset-inline-start:3%;width:2.3%;min-width:28px;animation:rotated 50s linear infinite}.text-feature-two .shape_02{bottom:5%;inset-inline-end:2%;width:1.5%;min-width:22px;animation:rotated 48s linear infinite}.text-feature-three{z-index:1}.text-feature-three .counter-wrapper{border-top:1px solid rgba(0,0,0,.1)}.text-feature-three .media-wrapper{background:url(/_next/static/media/img_13.0789bfdd.jpg) no-repeat 50%;background-size:cover;border-radius:30px;z-index:1;max-width:590px}.text-feature-three .media-wrapper .screen_01{inset-inline-end:-9%;top:12%;width:37.3%;border-radius:10px;box-shadow:10px 30px 50px rgba(0,0,0,.06)}.text-feature-three .media-wrapper .screen_02{left:-11%;bottom:-9%;width:65.5%}.text-feature-three .media-wrapper .screen_03{left:-13%;bottom:-11%;width:50.85%;box-shadow:0 35px 70px rgba(0,0,0,.06)}.text-feature-three .shape_01{bottom:2%;inset-inline-start:39%;width:2.3%;min-width:28px;animation:rotated 50s linear infinite}.text-feature-four{z-index:1}.text-feature-four .avatar{width:65px;height:65px}.text-feature-four .name{font-size:28px}.text-feature-four .quote-text{font-size:50px;line-height:1.4em}.text-feature-four .shape_01{top:56%;inset-inline-start:22%;animation:rotated 60s linear infinite}.text-feature-four .shape_02{top:12%;inset-inline-end:9%;width:16px;animation:rotated 50s linear infinite}.text-feature-five .bg-wrapper{background:#fff2ac}.text-feature-five li{display:inline-block;font-weight:500;color:#000;padding:6px 50px;border-radius:45px;background:#fff;margin:7px 0;position:relative}.text-feature-five li:before{content:"";position:absolute;width:28px;height:28px;border-radius:50%;background:#fff2ac;inset-inline-start:10px;top:7px;transition:all .2s ease-in-out 0s}.text-feature-five li:after{content:"";position:absolute;font-family:bootstrap-icons;top:6px;inset-inline-start:14px;color:#181818;transition:all .2s ease-in-out 0s}.text-feature-five li:hover:before{background:#181818}.text-feature-five li:hover:after{color:#fff}.text-feature-five .media-wrapper{background:url(/_next/static/media/img_20.5af0f4f8.jpg) no-repeat 50%;background-size:cover;z-index:1}.text-feature-five .media-wrapper .video-icon{width:90px;height:90px;background:#fff}.text-feature-five .media-wrapper .video-icon:hover{background:#79a7c8}.text-feature-five .media-wrapper .screen_01{inset-inline-start:-9%;bottom:-9%;width:46.3%;animation:jumpThree 5s linear infinite;box-shadow:0 35px 70px rgba(0,0,0,.06)}.text-feature-six{z-index:1}.text-feature-six .media-wrapper{position:absolute;bottom:0;inset-inline-start:0;width:63.64%;z-index:-1}.text-feature-six .media-wrapper .screen_01{width:61.1%;bottom:32%;inset-inline-end:-4%;z-index:1;animation:jumpThree 5s linear infinite}.text-feature-six .shape_01{inset-inline-start:0;bottom:23%;width:12.3%}.text-feature-six .shape_02{top:1%;inset-inline-end:39%}.text-feature-seven ul li{font-weight:500;color:#79a7c8;position:relative;-webkit-padding-start:33px;padding-inline-start:33px;margin-bottom:22px}.text-feature-seven ul li:after{content:"";position:absolute;font-family:bootstrap-icons;top:1px;inset-inline-start:0}.text-feature-nine{background:url(/_next/static/media/bg_03.abf153d3.svg) no-repeat bottom;background-size:cover;z-index:1}.text-feature-nine .block .icon{height:50px}.text-feature-nine .vertical-text-wrapper{position:absolute;inset-inline-end:0;top:0;bottom:0;width:45%;border-inset-inline-start:1px solid rgba(254,255,252,.17)}.text-feature-nine .vertical-text-wrapper .text-list{padding:0 35px;font-weight:700;font-size:125px;letter-spacing:-2px;height:20%;width:100%;border-top:1px solid rgba(254,255,252,.17);display:flex;align-items:center;justify-content:flex-end;color:#fff;mix-blend-mode:overlay;opacity:.8}.text-feature-nine .vertical-text-wrapper .text-list:hover{color:#c5ff4a;opacity:1;mix-blend-mode:normal}.text-feature-nine .vertical-text-wrapper .shape_01{inset-inline-start:-83px;bottom:21%;animation:jumpThree 6s linear infinite}.text-feature-nine .vertical-text-wrapper .shape_02{inset-inline-start:10%;top:25%;animation:jumpFour 6s linear infinite}.text-feature-nine .shape_03{inset-inline-start:5%;top:10%;animation:jumpFour 6s linear infinite}.text-feature-nine .shape_04{bottom:0;inset-inline-start:13%;width:29%}.team-section-one .section-btn{position:absolute;inset-inline-end:0;top:25px}.team-section-two{background:#fff;border:1px solid #000}.team-section-two .section-btn{position:absolute;inset-inline-end:0;top:30px}.team-section-three{z-index:1}.team-section-three:before{content:"";position:absolute;inset-inline-end:0;top:0;bottom:0;width:45%;background:url(/_next/static/media/shape_09.979f0cac.svg) no-repeat 100% 100%;background-size:cover;z-index:-1}.team-section-three .section-btn{position:absolute;inset-inline-end:0;top:15px}.team-section-three .shape_01{width:2.3%;top:17%;inset-inline-start:39%}.team-section-three .shape_02{width:1.5%;bottom:6%;inset-inline-end:9%}.team-section-three .shape_03{max-width:22%;bottom:0;inset-inline-end:0}.team-details .bg-wrapper{background:#fff;border-radius:30px;overflow:hidden}.team-details .bg-wrapper .border-right{border-inset-inline-end:1px solid #e9e9e9}.team-details .bg-wrapper .member-img{width:100%;height:100%;background-position:50%;background-size:cover;background-repeat:no-repeat}.team-details .bg-wrapper .name{font-size:32px}.team-details .bg-wrapper .post{font-size:18px;color:rgba(0,0,0,.3)}.team-details .bg-wrapper h6{font-size:20px;padding:42px 0 10px}.team-details .bg-wrapper p{font-size:18px}.team-details .bg-wrapper .social-share li a{font-size:20px;color:#181818;-webkit-margin-end:20px;margin-inline-end:20px}.team-details .bg-wrapper .social-share li a:hover{color:#181818}.team-details .bg-wrapper h3{font-size:28px}.team-details .bg-wrapper table{font-size:18px}.team-details .bg-wrapper table tr td:first-child{color:rgba(36,64,52,.6);padding:13px 0}.team-details .bg-wrapper table tr td:last-child{font-weight:500;color:#181818}.faq-section-two{z-index:1}.faq-section-two .section-btn{position:absolute;inset-inline-end:0;top:13px}.faq-section-two .shape_01{top:1%;inset-inline-end:33%}.faq-section-two .shape_01,.faq-section-two .shape_02{width:2.1%;min-width:28px;animation:rotated 50s linear infinite}.faq-section-two .shape_02{bottom:3%;inset-inline-start:5%}.faq-section-three .tab-content{background:#fff;border-radius:30px;padding:0 60px}.faq-section-three .tab-content .accordion-style-one .accordion-item:last-child{border-bottom:none}.faq-section-three .tab-content .accordion-style-one .accordion-item:first-child{border-top:none}.faq-section-three nav .nav{border:none}.faq-section-three nav .nav .nav-link{background:transparent;border:0;border-radius:30px;height:36px;font-size:20px;color:rgba(0,0,0,.5);padding:0 20px;margin:0 2px 10px}.faq-section-three nav .nav .nav-link.active{background:#181818;color:#fff}.pricing-section .contact-banner{background:#fff;border-radius:30px;z-index:1;padding:48px 45px}.pricing-section .contact-banner h2{font-size:42px;line-height:1.238em;margin:0}.pricing-section .contact-banner h2 span{font-weight:700;-webkit-text-decoration-line:underline;text-decoration-line:underline;text-decoration-thickness:2px}.pricing-section .contact-banner .screen_01{inset-inline-start:3%;top:13%;width:12.4%}.pricing-nav .nav{border:2px solid #186560;border-radius:10px;overflow:hidden}.pricing-nav .nav .nav-link{width:150px;height:61px;font-weight:500;color:#186560;background:transparent;padding:0;margin:0;border:0;border-radius:0}.pricing-nav .nav .nav-link.active{background:#186560;color:#fff}.error-page{min-height:100vh;padding:200px 12px 50px;z-index:1}.error-page h1{font-size:140px;line-height:1em}.error-page h2{font-size:85px;padding:32px 0 36px}.error-page .shape_01{inset-inline-end:1%;bottom:20%;width:14.52%}.error-page .shape_02{left:1%;bottom:30%;width:18.64%}.rounded-rect{border-radius:.8rem}.accordion-style-one .accordion-item{border:none;border-top:1px solid #e0e0e0;border-radius:0}.accordion-style-one .accordion-item .accordion-button{font-weight:500;font-size:25px;line-height:1.55em;color:#181818;padding:33px 0;background:transparent;border-radius:0;box-shadow:none}.accordion-style-one .accordion-item .accordion-button:not(.collapsed){padding-bottom:20px}.accordion-style-one .accordion-item .accordion-button:not(.collapsed):after{content:"-";font-size:40px}.accordion-style-one .accordion-item .accordion-button:after{content:"+";font-weight:300;font-size:32px;background:none;width:auto;height:auto}.accordion-style-one .accordion-item .accordion-body{padding:0 35px 20px 0}.accordion-style-one .accordion-item .accordion-body p{margin:0}.accordion-style-one .accordion-item:last-child{border-bottom:1px solid #e0e0e0}.accordion-style-two .accordion-item{border:none;background:#fffaeb;border-radius:0}.accordion-style-two .accordion-item .accordion-button{font-weight:500;font-size:32px;line-height:1.55em;color:#aea78f;padding:28px 50px;background:transparent;border-radius:40px 40px 0 0;box-shadow:none}.accordion-style-two .accordion-item .accordion-button:not(.collapsed){color:#000;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.accordion-style-two .accordion-item .accordion-button:not(.collapsed):after{content:"-";font-size:1.5em;line-height:36px}.accordion-style-two .accordion-item .accordion-button:after{content:"+";font-weight:400;text-align:center;color:#000;line-height:48px;font-size:32px;background:none;width:48px;height:48px;border-radius:50%;background:#fff}.accordion-style-two .accordion-item .accordion-body{padding:20px 50px 55px}.accordion-style-two .accordion-item .accordion-body h6{font-size:16px;text-transform:uppercase;letter-spacing:.96px;margin-bottom:15px;font-weight:700}.accordion-style-two .accordion-item .accordion-body ul li{display:inline-block;color:#272727;font-weight:500;background:#fff;border-radius:45px;padding:6px 16px 6px 40px;margin-bottom:13px;position:relative;z-index:1}.accordion-style-two .accordion-item .accordion-body ul li:before{content:"";position:absolute;font-family:bootstrap-icons;font-size:18px;top:6px;inset-inline-start:14px;color:#212121}.accordion-style-two .accordion-item .accordion-body .media-wrapper{background-position:50%;background-size:cover;border-radius:30px;max-width:610px}.accordion-style-two .accordion-item .accordion-body .media-wrapper .video-icon{width:90px;height:90px;background:#fff}.accordion-style-two .accordion-item .accordion-body .media-wrapper .video-icon:hover{background:#79a7c8}.accordion-style-two .accordion-item:first-child{border-radius:40px 40px 0 0}.accordion-style-two .accordion-item:nth-child(2){background:#fffaeb}.accordion-style-two .accordion-item:nth-child(2) .accordion-body,.accordion-style-two .accordion-item:nth-child(2) .accordion-button{background:#fbf4dc}.accordion-style-two .accordion-item:nth-child(3),.accordion-style-two .accordion-item:nth-child(3) .accordion-body,.accordion-style-two .accordion-item:nth-child(3) .accordion-button{background:#f9efcf;border-radius:0 0 40px 40px}.accordion-style-three .accordion-item{border:none;border-bottom:1px solid #e0e0e0;border-radius:0}.accordion-style-three .accordion-item .accordion-button{font-weight:500;font-size:24px;line-height:1.55em;color:#79a7c8;padding:24px 0;background:transparent;border-radius:0;box-shadow:none}.accordion-style-three .accordion-item .accordion-button:after{content:"";font-family:bootstrap-icons;font-size:20px;background:none;width:auto;height:auto}.accordion-style-three .accordion-item .accordion-body{padding:0 35px 8px 0}.partner-logo-two{background:#000;border-bottom:2px solid #000}.partner-logo-two .bg-wrapper{background:#fef9f5}.partner-logo-two .bg-wrapper .wrapper{max-width:1660px;padding:22px 12px}.partner-logo-two .bg-wrapper .title{color:#000;font-size:30px}.partner-logo-two .bg-wrapper .logo-wrapper{font-weight:700;color:#000;font-size:30px;letter-spacing:-.5px}.partner-logo-two .bg-wrapper .logo-wrapper .br-name{margin:0 10px}.partner-logo-two .bg-wrapper .logo-wrapper .br-name img{width:15px}.partner-logo-one .logo{width:100%;height:60px}.modal .modal-dialog{height:auto}.modal .modal-dialog .modal-content{margin:40px auto}.user-data-form{background:#fff;margin:0 auto;max-width:720px;border-radius:20px!important;padding:50px 15px 40px}.user-data-form h2{font-size:42px;font-weight:500;margin-bottom:10px}.user-data-form p a{color:#31795a}.user-data-form p a:hover{text-decoration:underline}.user-data-form .form-wrapper{max-width:565px}.user-data-form .form-wrapper .input-group-meta input{width:100%;height:55px;font-size:16px;border:1px solid rgba(37,64,53,.06);border-radius:8px;padding:0 52px 0 20px;color:#000;background:rgba(0,0,0,.04)}.user-data-form .form-wrapper .input-group-meta label{font-size:16px;font-weight:400;color:rgba(0,0,0,.5);display:block;margin-bottom:6px}.user-data-form .form-wrapper .input-group-meta .placeholder_icon{position:absolute;height:55px;top:30px;right:0;bottom:0;width:50px;text-align:center;z-index:1;color:rgba(0,0,0,.45);font-size:17px}.user-data-form .form-wrapper .input-group-meta .placeholder_icon img{position:relative;top:50%;margin:0 auto;transform:translateY(-50%)}.user-data-form .form-wrapper .input-group-meta .placeholder_icon span{width:100%;height:100%;cursor:pointer;display:block;position:relative}.user-data-form .form-wrapper .input-group-meta .placeholder_icon span:before{content:"";width:2px;height:26px;background:#000;position:absolute;top:14px;inset-inline-start:24px;transform:rotate(45deg);z-index:5;transition:all .2s ease-in-out}.user-data-form .form-wrapper .input-group-meta .placeholder_icon span.eye-slash:before{opacity:0}.user-data-form .agreement-checkbox label{position:relative;font-size:16px;font-weight:500;color:#181818;cursor:pointer;-webkit-padding-start:22px;padding-inline-start:22px;transition:all .1s ease-in-out}.user-data-form .agreement-checkbox label a{color:#79a7c8;text-decoration:underline}.user-data-form .agreement-checkbox input[type=checkbox]{display:none}.user-data-form .agreement-checkbox label:before{content:"";width:14px;height:14px;line-height:11px;border-radius:2px;border:2px solid #b3b3b3;font-size:12px;text-align:center;position:absolute;left:0;top:4px;transition:all .1s ease-in-out}.user-data-form .agreement-checkbox input[type=checkbox]:checked+label:before{content:"";font-family:bootstrap-icons!important;background:#000;color:#fff;border-color:#000}.user-data-form .agreement-checkbox a{position:relative;font-size:16px;color:rgba(0,0,0,.5)}.user-data-form .agreement-checkbox a:hover{text-decoration:underline;color:#79a7c8}.user-data-form .line{height:1px;width:100%;background:rgba(0,0,0,.2)}.user-data-form .social-use-btn{font-size:16px;color:#000;height:55px;border:1px solid #e5e5e5;border-radius:7px}.user-data-form .social-use-btn:hover{background:rgba(0,0,0,.06)}.user-data-form .social-use-btn img{width:20px}.user-data-form .btn-close{position:absolute;inset-inline-end:15px;top:15px;box-shadow:none;z-index:1}.user-data-form .nav{background:#f0f5f3;border-radius:40px}.user-data-form .nav .nav-item{width:50%}.user-data-form .nav .nav-item .nav-link{font-weight:500;display:block;width:100%;border:1px solid transparent;border-radius:40px;font-size:20px;color:#839b8f}.user-data-form .nav .nav-item .nav-link.active{color:#181818;border-color:#181818}.counter-block-one .main-count{font-size:64px;color:#181818}.counter-block-two .main-count{font-size:68px;color:#181818;margin-bottom:-5px}.counter-block-three .main-count{font-size:70px;color:#1f5e59;margin-bottom:-5px}.pagination-one ul{margin:0 -5}.pagination-one ul li{padding:0 5px;font-size:20px;font-weight:500;color:#181818}.pagination-one ul li:not(:last-child) a{width:40px;height:40px;line-height:40px;text-align:center;border-radius:50%;transition:all .2s ease-in-out 0s}.pagination-one ul li:not(:last-child) a.active,.pagination-one ul li:not(:last-child) a:focus,.pagination-one ul li:not(:last-child) a:hover{background:#181818;color:#fff}.pagination-one ul li.previous{-webkit-margin-end:15px;margin-inline-end:15px}.pagination-one ul li.previous a{width:0;height:0;line-height:0;text-align:center;border-radius:0;transition:all .2s ease-in-out 0s}.pagination-one ul li.previous a.active,.pagination-one ul li.previous a:focus,.pagination-one ul li.previous a:hover{background:none;color:inherit}.pagination-one ul li.active a{width:40px;height:40px;line-height:40px;text-align:center;border-radius:50%;transition:all .2s ease-in-out 0s;background:#181818;color:#fff}.pagination-two{border-top:1px dashed rgba(0,0,0,.1);border-bottom:1px dashed rgba(0,0,0,.1);padding:60px 0}.pagination-two .pr-dir{font-size:16px;letter-spacing:.89px;color:#979797}.pagination-two .pr-name{font-size:32px;color:#181818;margin-top:4px}.pagination-two i{font-size:30px;width:75px;height:75px;border:1px solid #000;color:#000;background:#fff;border-radius:50%;text-align:center;line-height:66px;transition:all .2s ease-in-out 0s}.pagination-two a:hover i{background:#79a7c8;border-color:#79a7c8}.pagination-two.border-0 i{border:none}.pagination-two.border-0 a:hover i{background:#ffe86b}.card-style-one .icon{background:#fff;width:62px;height:62px}.card-style-one .text{width:calc(100% - 62px)}.card-style-one:hover .icon{background:#79a7c8}.card-style-two{position:relative;padding:50px 40px 48px;background:#fff;border:1px solid #ebf3ee;border-radius:20px}.card-style-two .icon{height:50px}.card-style-two .icon2{height:42px}.card-style-two .arrow-btn{opacity:.3;width:34px}.card-style-two:hover{background:#79a7c8;border-color:#79a7c8}.card-style-two:hover .arrow-btn{opacity:1}.card-style-three .icon{height:38px}.card-style-four .media:before{content:"";position:absolute;width:100%;height:100%;top:0;inset-inline-start:0;background:hsla(0,0%,9%,.7);opacity:0;transition:all .3s ease-in-out 0s}.card-style-four .media:after{content:"";position:absolute;width:50px;height:50px;transform:rotate(45deg);inset-inline-end:-25px;bottom:-25px;background:#fff}.card-style-four .round-btn{position:absolute;font-size:25px;width:55px;height:55px;background:#fff;color:#181818;opacity:0}.card-style-four .round-btn:hover{background:#79a7c8}.card-style-four:hover .media:before,.card-style-four:hover .round-btn{opacity:1}.card-style-five .icon{height:42px}.card-style-five .main-count{font-size:68px;color:#ffdb1e;border-top:1px dashed hsla(0,0%,100%,.25);margin-top:42px;padding-top:25px}.card-style-five p{color:hsla(0,0%,100%,.7);margin:0;line-height:1.6em}.card-style-six{position:relative;padding:50px 40px 48px;background:#fff;border-radius:30px}.card-style-six.active,.card-style-six:hover{background:#fef9f5}.card-style-six.active .arrow-btn,.card-style-six:hover .arrow-btn{opacity:1}.card-style-six .icon{width:70px;height:70px;background:#181818}.card-style-six .arrow-btn{opacity:.3;width:34px}.card-style-seven{position:relative;padding:40px 30px 45px;background:#fff;border-radius:30px}.card-style-seven .icon{width:70px;height:70px;background:#ffe86b}.card-style-seven p{font-size:18px;line-height:1.666em}.card-style-seven .arrow-btn{opacity:.3;width:34px}.card-style-seven.active,.card-style-seven:hover{box-shadow:0 35px 70px rgba(0,0,0,.04)}.card-style-seven.active .arrow-btn,.card-style-seven:hover .arrow-btn{opacity:1}.card-style-seven.active .icon,.card-style-seven:hover .icon{background:#79a7c8}.card-style-eight{padding:40px 35px 30px;background:#fff;position:relative}.card-style-eight:hover{box-shadow:0 10px 20px rgba(8,32,26,.04)}.card-style-eight .icon{height:55px}.card-style-eight .icon img{max-height:100%}.card-style-nine{background:#f6f6f6;padding:50px 55px 0}.card-style-nine .icon{width:60px;height:60px;background:#ffe86b}.card-style-nine h3{font-size:32px}.card-style-ten{padding-bottom:60px}.card-style-ten h4{color:#79a7c8}.card-style-ten .main-count{font-size:80px;color:#79a7c8;z-index:1;margin-bottom:-16px}.card-style-ten .main-count:before{content:"";position:absolute;width:100%;height:13px;background:#c5ff4a;inset-inline-start:0;bottom:19%;z-index:-1}.card-style-eleven{position:relative;padding:45px 40px 48px;background:#fff;border-radius:20px}.card-style-eleven h4{color:#79a7c8}.card-style-eleven .icon{height:58px}.card-style-eleven .arrow-btn{opacity:.3;width:34px}.card-style-eleven:hover{background:#f3f3f3}.card-style-eleven:hover .arrow-btn{opacity:1}.card-style-twelve h4{color:#79a7c8}.card-style-twelve .icon{width:55px;height:55px;border:1px solid #e0e0e0}.card-style-twelve .arrow-btn{opacity:.3;width:34px}.card-style-twelve:hover .icon{background:#e0e0e0}.card-style-thirteen{background:#fff;border-radius:.8rem;border:1px solid #fff;padding:110px 45px 120px;position:relative;z-index:1}.card-style-thirteen:before{content:"";position:absolute;width:48px;height:2px;background:#000;bottom:11%;left:50%;transform:translateX(-50%)}.card-style-thirteen .icon{height:75px}.card-style-thirteen .icon img{max-height:100%}.card-style-thirteen p{font-size:18px;text-transform:uppercase;letter-spacing:2px;color:rgba(0,0,0,.4)}[dir=rtl] .card-style-thirteen p{letter-spacing:0}.card-style-thirteen h3{font-size:30px;line-height:1.266em;color:#000}.card-style-thirteen:hover{background:#79a7c8;border-color:#000}.card-style-fourteen .media:before{content:"";position:absolute;width:100%;height:100%;top:0;inset-inline-start:0;background:rgba(121,167,200,.3);opacity:0;transition:all .3s ease-in-out 0s}.card-style-fourteen .round-btn{position:absolute;font-size:25px;width:55px;height:55px;background:#79a7c8;color:#fff;opacity:0}.card-style-fourteen .round-btn:hover{background:#79a7c8;color:#181818}.card-style-fourteen:hover .media:before,.card-style-fourteen:hover .round-btn{opacity:1}.card-style-fourteen p{color:#b6b6b6}.card-style-fifteen{background:#fff;box-shadow:0 20px 40px rgba(0,0,0,.02);border-radius:30px;overflow:hidden;text-align:center;padding-bottom:30px}.card-style-fifteen .media:before{content:"";position:absolute;width:100%;height:100%;top:0;inset-inline-start:0;background:hsla(0,0%,9%,.3);opacity:0;transition:all .3s ease-in-out 0s}.card-style-fifteen .round-btn{position:absolute;font-size:25px;width:55px;height:55px;background:#79a7c8;color:#fff;opacity:0}.card-style-fifteen .round-btn:hover{background:#79a7c8;color:#181818}.card-style-fifteen:hover .media:before,.card-style-fifteen:hover .round-btn{opacity:1}.card-style-fifteen h4{font-size:22px}.card-style-fifteen p{color:#b6b6b6}.card-style-sixteen{position:relative}.card-style-sixteen .icon{width:60px;height:60px;background:#ffe86b}.card-style-sixteen .text{width:calc(100% - 60px);-webkit-padding-start:30px;padding-inline-start:30px}.card-style-sixteen.active .icon,.card-style-sixteen:hover .icon{background:#79a7c8}.card-style-sixteen.arrow:after,.card-style-sixteen.arrow:before{content:url(/_next/static/media/shape_30.93acabc7.svg);position:absolute;top:11px;inset-inline-start:-99px}.card-style-sixteen.arrow:after{inset-inline-start:auto;right:-99px}.card-style-seventeen{padding:30px 30px 40px;border-radius:15px;border:1px solid #e6e6e6}.card-style-seventeen .icon{width:70px;height:70px;padding:15px;background:#f6f6f6}.card-style-seventeen .text{width:calc(100% - 70px);-webkit-padding-start:25px;padding-inline-start:25px}.card-style-seventeen .text .btn-three{color:#1f5e59}.card-style-seventeen .text .btn-three i{font-size:.8em}.card-style-seventeen:hover{background:#79a7c8;border-color:#79a7c8}.card-style-seventeen:hover .icon{background:#fff}.card-style-eighteen{padding:5px 35px 0;border-radius:20px;background:#1f5e59;z-index:1}.card-style-eighteen:before{content:"";position:absolute;width:100%;height:100%;inset-inline-start:0;bottom:0;background:url(/_next/static/media/bg_08.4ae545c4.svg) no-repeat 100% 100%;background-size:cover;z-index:-1}.card-style-eighteen .icon{width:70px;height:70px;padding:15px;background:#79a7c8}.card-style-eighteen blockquote{font-size:36px;color:#fff;line-height:1.555em;letter-spacing:-.5px;margin:30px 0 35px}.card-style-eighteen h6{font-size:20px;color:#fff;margin:0}.card-style-eighteen h6 span{font-weight:400;color:hsla(0,0%,100%,.4)}.card-style-nineteen{padding:30px 50px 50px;border-radius:20px;background:#fff}.card-style-nineteen h2{font-size:48px}.card-style-nineteen .counter-block-one .main-count{font-size:58px;color:#1f5e59}.card-style-twenty{padding:35px 35px 40px}.card-style-twenty .icon{width:60px;height:60px;border:1px solid #000;border-radius:.8rem}.card-style-twenty .text{width:calc(100% - 60px);-webkit-padding-start:35px;padding-inline-start:35px}.card-style-twenty .text .arrow-btn{position:absolute;inset-inline-end:50px;top:40px}[dir=rtl] .card-style-twenty .text .arrow-btn img{transform:rotateY(180deg)}.card-style-twenty:hover{box-shadow:0 35px 70px rgba(0,0,0,.04)}.card-style-twentyOne .icon{width:320px;height:320px;padding:13%;border:1px solid rgba(25,97,100,.15)}.card-style-twentyOne .icon .numb{width:46px;height:46px;border:1px solid #000;font-size:24px;color:#000;bottom:-23px;inset-inline-start:calc(50% - 23px);z-index:1;background:#fff}.pricing-card-one{background:#fff;border-radius:20px;padding:45px 70px 50px}.pricing-card-one h2{font-size:36px}.pricing-card-one p{line-height:1.5em;color:#878787;padding:17px 0 20px}.pricing-card-one p span{color:#000}.pricing-card-one .price-banner{padding:8px 10px;border-radius:15px;background:#f4f4f4;margin-bottom:30px}.pricing-card-one .price-banner .price{font-size:52px;font-weight:500;color:#181818;line-height:normal}.pricing-card-one .price-banner .price sup{font-size:.461em;top:-18px;inset-inline-start:6px}.pricing-card-one .price-banner strong{color:#181818;display:block;margin-bottom:-9px}.pricing-card-one .price-banner span{font-size:16px;color:rgba(0,0,0,.4)}.pricing-card-one ul li{color:#000;margin-top:10px}.pricing-card-one .action-btn{max-width:335px;margin:auto auto 0;border:1px solid #dcdcdc;border-radius:30px;padding:10px 25px;font-size:18px;color:#8b8b8b}.pricing-card-one .action-btn a{font-weight:500;color:#181818}.pricing-card-one .action-btn a i{display:inline-block;width:20px;line-height:15px;background:#79a7c8;color:#fff;font-size:10px;border-radius:50px;font-weight:900;vertical-align:3px;-webkit-margin-start:4px;margin-inline-start:4px}.pricing-card-one .action-btn a:hover{text-decoration:underline}.service-details .details-meta h2{font-size:64px;line-height:1.1875em;font-weight:700;margin-bottom:42px}.service-details .details-meta p{margin-bottom:35px}.service-details .details-meta h3{font-size:48px;font-weight:700;margin-bottom:25px}.service-details .details-meta .line-wrapper{border-top:1px dashed #e5e5e5;border-bottom:1px dashed #e5e5e5}.service-details .details-meta .quote-wrapper{padding:50px 80px 60px;border-radius:30px;z-index:1}.service-details .details-meta .quote-wrapper .icon{margin-top:7px}.service-details .details-meta .quote-wrapper blockquote{font-size:48px;line-height:1.354em;font-weight:500;color:#181818;margin-bottom:30px}.service-details .details-meta .quote-wrapper .shape_01{bottom:0;inset-inline-end:1%;width:37.2%}.service-details .details-meta .list-item li{font-size:22px;font-weight:500;color:#000;-webkit-padding-start:45px;padding-inline-start:45px;margin-bottom:24px;position:relative}.service-details .details-meta .list-item li:before{content:"";position:absolute;width:26px;height:26px;border-radius:50%;background:#fff2ac;inset-inline-start:0;top:3px}.service-details .details-meta .list-item li:after{content:"";position:absolute;font-family:bootstrap-icons;font-size:18px;top:3px;inset-inline-start:5px;color:#000}.service-details .service-nav-item{background:#fef9f5;border-radius:20px;overflow:hidden;padding:0 25px}.service-details .service-nav-item a{font-weight:500;color:rgba(0,0,0,.4);padding:24px 0;line-height:20px;border-bottom:1px dashed rgba(10,64,32,.2);transition:all .3s ease-in-out 0s}.service-details .service-nav-item a img{width:20px;-webkit-margin-end:22px;margin-inline-end:22px;opacity:.3;transition:all .3s ease-in-out 0s}.service-details .service-nav-item a.active,.service-details .service-nav-item a:hover{color:#0a4020}.service-details .service-nav-item a.active img,.service-details .service-nav-item a:hover img{opacity:1}.service-details .service-nav-item li:last-child a{border:none}.service-details .contact-banner{padding:35px 3% 50px;background:#ffe86b;border-radius:20px}.service-details .contact-banner h3{font-size:32px;line-height:1.25em;color:#000}.service-details .contact-banner a{line-height:36px;border:2px solid #000;border-radius:30px;color:#000;padding:0 30px}.service-details .contact-banner a:hover{background:#79a7c8;border-color:#79a7c8;color:#fff}#isotop-gallery-wrapper{margin:0 -20px}#isotop-gallery-wrapper .grid-sizer,#isotop-gallery-wrapper .isotop-item{padding:0 20px}#isotop-gallery-wrapper.column-two .grid-sizer,#isotop-gallery-wrapper.column-two .isotop-item{width:50%}.portfolio-one{background:#fef9f5;border-top:1px solid #000}.portfolio-one .section-btn{position:absolute;inset-inline-end:0;top:50px}.portfolio-block-one .img-holder{position:relative;overflow:hidden}.portfolio-block-one .img-holder.round-border{border-radius:30px}.portfolio-block-one .img-holder .expend{position:absolute;width:100%;height:100%;top:0;inset-inline-start:0;background:rgba(0,0,0,.7);font-size:35px;opacity:0}.portfolio-block-one .img-holder i{display:block;width:50px;height:50px;line-height:44px;background:#fff;color:#000;text-align:center;border-radius:50%;transition:all .3s ease-in-out 0s}.portfolio-block-one .img-holder i:hover{background:#79a7c8}.portfolio-block-one:hover .expend{opacity:1}.portfolio-block-one:hover .img-meta{transform:scale(1.1) rotate(5deg)}.portfolio-block-one:hover .pj-title{text-decoration:underline}.portfolio-block-one .caption{margin-top:35px}.portfolio-block-one .caption .tag{margin:0 -3px}.portfolio-block-one .caption .tag li{margin:0 3px;font-size:14px;text-transform:uppercase;color:#b8b8b8;padding:0 14px;line-height:21px;border:1px solid #b8b8b8;border-radius:15px}.portfolio-block-one .caption .pj-title{font-size:32px;color:#000;margin-top:15px}.portfolio-block-one .caption .arrow{font-size:26px;color:#000}.portfolio-block-one .caption .arrow:hover{color:#79a7c8}.portfolio-two{z-index:1}.portfolio-two .slider-wrapper{width:126vw;transform:translateX(-13vw)}.portfolio-two .slider-wrapper .slick-slider{margin:0 -25px}.portfolio-two .slider-wrapper .slick-slider .slick-slide{margin:0 25px 5px}.portfolio-two .slick-arrow-one{-webkit-margin-start:-2px;margin-inline-start:-2px;-webkit-margin-end:-2px;margin-inline-end:-2px}.portfolio-two .slick-arrow-one li{cursor:pointer;display:block;width:60px;height:60px;border-radius:50%;color:#1f5e59;text-align:center;line-height:57px;font-size:24px;margin:0 2px;transition:all .2s ease-in-out 0s}.portfolio-two .slick-arrow-one li:hover{background:#1f5e59;color:#fff}.portfolio-block-two .img-wrapper{border-radius:30px;overflow:hidden}.portfolio-block-two .caption{padding:40px 0 30px;border-bottom:1px solid #044f3b}.portfolio-block-two .caption span{display:block;font-size:14px;letter-spacing:3px;margin-bottom:15px;color:rgba(0,0,0,.3)}.portfolio-block-two .caption h3 a{font-size:40px;letter-spacing:-1px;color:#1f5e59}.portfolio-block-two .caption h3 a:hover{text-decoration:underline}.portfolio-block-two .caption .round-btn{font-size:30px;width:70px;height:70px;border:1px solid #1f5e59;color:#1f5e59}.portfolio-block-two .caption .round-btn:hover{background:#79a7c8}.project-details-one{z-index:2}.project-details-one .project-info{border-bottom:1px solid #e4e4e4}.project-details-one .project-info:before{content:"";position:absolute;inset-inline-end:0;top:0;bottom:0;width:30%;z-index:-1;background:#79a7c8}.project-details-one .project-info .inner-wrapper{max-width:1600px;padding:0 12px}.project-details-one .project-info h3{font-size:48px;font-weight:400;margin:0}.project-details-one .project-info h3 span{-webkit-text-decoration-line:underline;text-decoration-line:underline;text-decoration-thickness:2px}.project-details-one .project-info li{width:33.333%;padding:35px 3%;border-inset-inline-end:1px dashed rgba(0,0,0,.25);background:#79a7c8;margin-bottom:-1px}.project-details-one .project-info li:last-child{border:none}.project-details-one .project-info li .icon{max-width:40px}.project-details-one .project-info li .text1{font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#000}.project-details-one .project-info li span{color:rgba(0,0,0,.5)}.project-details-one .upper-title{font-size:18px;margin-bottom:15px;text-transform:uppercase}.project-details-one h2{font-size:58px;font-weight:700;margin-bottom:35px}.project-details-one p{font-size:24px;line-height:1.83em;margin-bottom:40px}.project-details-one .img-gallery img{border-radius:30px;width:100%;margin-bottom:15px}.project-details-one .social-share li{font-weight:500;font-size:18px;color:rgba(0,0,0,.4)}.project-details-one .social-share li a{font-size:20px;color:#181818;-webkit-margin-start:20px;margin-inline-start:20px}.project-details-two .bg-wrapper{background:#fff;border-radius:30px;overflow:hidden}.project-details-two .slider-wrapper{height:100%}.project-details-two .slider-wrapper .carousel-item{background-repeat:no-repeat;background-size:cover;background-position:50%}.project-details-two .slider-wrapper .carousel-control-next,.project-details-two .slider-wrapper .carousel-control-prev{width:45px;height:45px;background:#fff;color:#181818;opacity:1;inset-inline-end:0;bottom:0;top:auto;transition:all .2s ease-in-out 0s}.project-details-two .slider-wrapper .carousel-control-next:hover,.project-details-two .slider-wrapper .carousel-control-prev:hover{background:#181818;color:#fff}.project-details-two .slider-wrapper .carousel-control-prev{inset-inline-start:auto;right:45px}.project-details-two .info-wrapper{padding:55px 50px 85px 70px}.project-details-two .info-wrapper h3{font-size:36px}.project-details-two .info-wrapper .list-meta li{padding:22px 0}.project-details-two .info-wrapper .list-meta .icon{width:40px}.project-details-two .info-wrapper .list-meta .text1{font-size:16px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#000}.project-details-two .info-wrapper .list-meta span{font-size:18px;color:rgba(0,0,0,.5)}.project-details-two .info-wrapper .social-share li{font-weight:500;font-size:18px;color:rgba(0,0,0,.4)}.project-details-two .info-wrapper .social-share li a{font-size:20px;color:#181818;-webkit-margin-start:20px;margin-inline-start:20px}.feedback-section-one{border-bottom:1px dashed #cacaca}.feedback-section-one.top-border{border-top:1px dashed #cacaca}.feedback-section-one .title-one{position:absolute;top:0;inset-inline-start:0;z-index:1}.feedback-section-one .icon{position:absolute;width:50px;height:50px;padding:12px;background:#79a7c8;inset-inline-end:0;bottom:-1%}.feedback-block-one blockquote{font-size:32px;line-height:1.531em;color:#000;margin-bottom:40px}.feedback-block-one .avatar{width:60px;height:60px}.feedback-block-one .line{width:70%;height:1px;background:#000}.feedback-block-one .count{width:30%;text-align:end;-webkit-padding-start:15px;padding-inline-start:15px;color:rgba(0,0,0,.3)}.feedback-section-two{z-index:1}.feedback-section-two .slider-wrapper{width:calc(100vw + 210px);transform:translateX(-105px)}.feedback-section-two .shape_01{top:0;inset-inline-start:11%;width:2.65%;min-width:30px;animation:rotated 48s linear infinite}.feedback-block-two{border:1px solid #e1e2e2;border-radius:20px;padding:34px 48px 30px}.feedback-block-two .avatar{width:55px;height:55px}.feedback-block-two .name{color:#181818}.feedback-block-two blockquote{color:#0e3f30;margin:24px 0 43px}.feedback-block-two .bottom-line{border-top:1px solid #e1e2e2;padding-top:24px}.feedback-block-two .bottom-line .rating li{color:#ffcc4a;-webkit-margin-end:5px;margin-inline-end:5px;font-size:18px}.slick-center .feedback-block-two{background:#181818;border-color:#181818}.slick-center .feedback-block-two .name,.slick-center .feedback-block-two blockquote{color:#fff}.slick-center .feedback-block-two p{color:hsla(0,0%,100%,.5)}.slick-center .feedback-block-two .bottom-line{border-top:1px solid hsla(0,0%,100%,.1)}.slick-center .feedback-block-two .bottom-line .icon{filter:brightness(0) invert(1)}.feedback-section-three .slider-wrapper{-webkit-padding-start:100px;padding-inline-start:100px}.feedback-section-three .slider-wrapper .icon{inset-inline-start:0;top:18px}.feedback-section-three .slick-dots{margin:50px 0 0 15px;padding:0}.feedback-section-three .slick-dots li button{width:10px;height:10px;background:#fff;border:1px solid #000;padding:0;-webkit-margin-end:3px;margin-inline-end:3px}.feedback-section-three .slick-dots .slick-active button{background:#000}.feedback-section-three .rating-box{position:absolute;padding:50px 37px 35px;inset-inline-start:-75px;bottom:-65px;z-index:1;background:#000}.feedback-section-three .rating-box .rating{font-size:58px;letter-spacing:-1px;line-height:25px;margin-bottom:20px}.feedback-section-three .shape_01{width:15px;top:7%;inset-inline-end:52%}.feedback-section-three .shape_02{width:20px;bottom:17%;inset-inline-end:17%}.feedback-block-three blockquote{font-size:36px;line-height:1.611em;color:#000}.feedback-section-four .slider-arrows{position:absolute;inset-inline-end:0;top:80px;width:125px;border:1px solid #000;border-radius:50px;overflow:hidden}.feedback-section-four .slider-arrows li{width:50%;line-height:48px;text-align:center;cursor:pointer;font-weight:900;color:#000;transition:all .2s ease-in-out 0s}.feedback-section-four .slider-arrows li:hover{background:#000;color:#fff}.feedback-section-four .partner-logo-one{border-bottom:2px dashed #e3e3e3}.feedback-block-four{border:2px solid #79a7c8;border-radius:20px;padding:35px 48px}.feedback-block-four .rating li{color:#ffcc4a;-webkit-margin-end:6px;margin-inline-end:6px;font-size:18px}.feedback-block-four .icon{width:30px}.feedback-block-four .avatar{width:55px;height:55px}.feedback-block-four blockquote{font-size:28px;line-height:1.571em;color:#0e3f30;margin:37px 0 52px}.feedback-block-four:hover{background:#f8fcf4;border-color:#f8fcf4}.feedback-section-five{background:#eaedee;border-top:1px solid #000;z-index:1;overflow:hidden}.feedback-section-five:before{content:"";position:absolute;width:70%;height:100%;top:0;background:url(/_next/static/media/bg_06.0ebbce01.svg) no-repeat 100% 100%;background-size:cover;z-index:-1}[dir=rtl] .feedback-section-five:before{background-position:0 100%}.feedback-section-five .slick-dots{margin:0;padding:0;position:absolute;inset-inline-end:0;top:0}.feedback-section-five .slick-dots li button{width:12px;height:12px;background:#fff;border:1px solid #000;padding:0;-webkit-margin-end:3px;margin-inline-end:3px}.feedback-section-five .slick-dots .slick-active button{background:#000}.feedback-section-five .shape_01{bottom:1%;inset-inline-start:19%;width:34%}.feedback-section-five .shape_02{bottom:3%;inset-inline-end:8%;width:24%}.feedback-block-five blockquote{font-weight:700;font-size:90px;line-height:1.166em;color:#000;margin-bottom:40px}.feedback-block-five .name{font-size:28px;color:#000}.feedback-section-six{z-index:1}.feedback-section-six .icon-container{width:90%;margin:0 auto}.feedback-section-six .icon-container:after,.feedback-section-six .icon-container:before{content:"";position:absolute;height:1px;background:#000;width:calc(50% - 65px);top:50%;inset-inline-start:0}.feedback-section-six .icon-container:after{inset-inline-start:auto;inset-inline-end:0}.feedback-section-six .icon-container .icon{width:70px;height:70px;padding:15px;background:#79a7c8}.feedback-section-six .slick-dots{margin:95px 0 0;padding:0;justify-content:center}.feedback-section-six .slick-dots li button{width:10px;height:10px;background:#fff;border:1px solid #1f5e59}.feedback-section-six .slick-dots .slick-active button{background:#1f5e59}.feedback-section-six .shape_01{inset-inline-end:5%;bottom:0;max-width:16%}.feedback-section-six .shape_02{inset-inline-start:5%;bottom:0;max-width:16%}.feedback-section-six .shape_03{left:0;top:0;max-width:16%}.feedback-block-six p{font-size:42px;line-height:1.666em;color:#171717;margin-bottom:45px}.feedback-block-six h6{display:inline-block}.feedback-block-six h6:after,.feedback-block-six h6:before{content:"";position:absolute;height:1px;background:#000;width:140px;top:20px;inset-inline-start:-175px}.feedback-block-six h6:after{inset-inline-start:auto;inset-inline-end:-175px}.feedback-section-seven .slider-arrows{position:absolute;top:35%;width:100%;max-width:1600px;inset-inline-start:50%;transform:translateX(-50%);z-index:-1}.feedback-section-seven .slider-arrows li{width:70px;height:70px;border-radius:50%;border:1px solid #000;cursor:pointer}.feedback-section-seven .slider-arrows li:hover{background-color:#79a7c8;border-color:#79a7c8}.feedback-block-seven{text-align:center}.feedback-block-seven blockquote{font-size:48px;line-height:1.3125em;font-weight:500;color:#000;letter-spacing:-.5px}.feedback-block-seven .name{font-size:22px}.blog-section-one{z-index:1}.blog-section-one:before{content:"";position:absolute;inset-inline-start:0;inset-inline-end:0;top:0;bottom:17%;background:#fef9f5;z-index:-1}.blog-section-one .section-btn{position:absolute;inset-inline-end:0;top:65px;z-index:1}.blog-meta-one{background:#fff;border-radius:30px}.blog-meta-one .post-data{padding:30px 35px 25px}.blog-meta-one .post-data .post-info{font-size:18px;color:#aaa}.blog-meta-one .post-data .blog-title{font-size:32px;line-height:1.281em}.blog-meta-one .post-data .blog-title:hover{text-decoration:underline}.blog-meta-one .post-img{height:350px;border-radius:0 0 30px 30px;padding:0 25px 25px 0;background-position:50%;background-size:cover;background-repeat:no-repeat}.blog-meta-one .post-img .round-btn{font-size:25px;width:55px;height:55px;background:#fff;color:#181818}.blog-meta-one:hover .round-btn{background:#79a7c8}.blog-meta-one.style-two{background:#f6f6f6;border-radius:0}.blog-meta-one.style-two .post-img{border-radius:0}.blog-meta-one.style-two .blog-title{font-weight:700;font-size:28px;color:#000}.blog-section-two{z-index:1}.blog-section-two .section-btn{position:absolute;inset-inline-end:0;top:25px}.blog-section-two .shape_01{bottom:7%;inset-inline-end:15%;width:1.1%;animation:rotated 50s linear infinite}.blog-meta-two{background:#fff}.blog-meta-two .post-data{padding-top:30px}.blog-meta-two .post-data .blog-title{width:70%}.blog-meta-two .post-data .blog-title h4{font-size:32px;line-height:1.281em}.blog-meta-two .post-data .blog-title:hover h4{text-decoration:underline}.blog-meta-two .post-data .round-btn{font-size:25px;width:60px;height:60px;border:1px solid #181818;background:#fff;color:#181818}.blog-meta-two .post-data .round-btn:hover{background:#79a7c8;border-color:#79a7c8}.blog-meta-two .post-data .post-info{border-top:1px solid #d1d1d1;padding-top:20px;margin-top:20px;font-size:18px;font-weight:500;color:rgba(0,0,0,.6)}.blog-meta-two .post-img{height:350px;padding:0 0 20px 20px;background-position:50%;background-size:cover;background-repeat:no-repeat}.blog-meta-two .post-img .date{line-height:38px;font-size:16px;padding:0 18px;text-transform:uppercase;background:#fff;color:#181818}.blog-meta-two.style-two{background:#f4f4f4;border-radius:30px;overflow:hidden}.blog-meta-two.style-two .post-img{height:460px}.blog-meta-two.style-two .post-data{padding:26px 35px}.blog-meta-two.style-two .post-data .post-info{border:none;padding:0;margin:0 0 12px}.blog-meta-two.style-two .post-data .round-btn{border:none}.blog-section-three{z-index:1}.blog-section-three .section-btn{position:absolute;inset-inline-end:0;top:80px;z-index:1}.blog-section-four{z-index:5}.blog-section-four.block-feature-three:before{display:none}.blog-section-four.block-feature-three .block-one{background:url(/_next/static/media/blog_img_05.be0b1bd7.jpg) no-repeat 50%;height:666px}.blog-section-five{background:#fef9f5;border-top:1px solid #000;z-index:5}.blog-section-five .section-btn{position:absolute;inset-inline-end:0;top:50px}.blog-section-five .wrapper{border-top:2px solid #000}.blog-section-five .wrapper:before{content:"";position:absolute;width:2px;height:100%;background:#000;top:0;inset-inline-end:50%}.blog-meta-three .tag{line-height:27px;border-radius:20px;background:#000;font-size:14px;padding:0 16px;letter-spacing:1px;color:#fff}.blog-meta-three .blog-title{font-size:50px;line-height:1.16em;color:#000;margin:37px 0 24px}.blog-meta-three .round-btn{font-size:25px;width:50px;height:50px;border:1px solid #000;color:#181818}.blog-meta-three .round-btn:hover{background:#000;color:#fff}.blog-meta-four{border:1px solid #dfdfdf;border-radius:30px;padding:75px 35px 52px;text-align:center}.blog-meta-four .post-data{position:relative;padding:42px 12px 28px;border-top:1px dashed #cbcbcb;border-bottom:1px dashed #cbcbcb}.blog-meta-four .post-data .icon{width:55px;height:55px;background:#181818;position:absolute;top:0;inset-inline-start:50%;transform:translate(-50%,-50%)}.blog-meta-four .post-data .blog-title h4{font-size:43px;line-height:1.302em;margin:0}.blog-meta-four .post-data .blog-title h4:hover{text-decoration:underline}.blog-meta-four .post-info{font-size:20px;margin:35px 0 0}.blog-meta-four .post-info span{color:rgba(0,0,0,.5)}.blog-sidebar .sidebar-title{font-size:32px;margin-bottom:18px}.blog-sidebar .sidebar-search{height:65px;background:#f3f3f3;border-radius:10px;overflow:hidden;position:relative}.blog-sidebar .sidebar-search input{width:100%;height:100%;border:0;background:transparent;padding:0 50px 0 20px;font-size:18px}.blog-sidebar .sidebar-search button{position:absolute;width:65px;inset-inline-end:0;top:0;bottom:0;background:#181818;color:#fff}.blog-sidebar .sidebar-search button:hover{background:#79a7c8;color:#181818}.blog-sidebar .blog-category li a{line-height:54px;color:#181818;transition:all .2s ease-in-out 0s}.blog-sidebar .blog-category li a span{color:rgba(0,0,0,.4)}.blog-sidebar .blog-category li a:hover{text-decoration:underline}.blog-sidebar .blog-recent-news .recent-news{border-bottom:1px solid #ebebeb;padding-bottom:20px;margin-bottom:35px}.blog-sidebar .blog-recent-news .recent-news:last-child{border:none;margin:0;padding:0}.blog-sidebar .blog-recent-news .recent-news .post-img{height:222px;background-position:50%;background-size:cover;background-repeat:no-repeat;border-radius:15px;margin-bottom:15px}.blog-sidebar .blog-recent-news .recent-news .date{font-size:16px;color:#aaa;margin-bottom:5px}.blog-sidebar .blog-recent-news .recent-news .blog-title h3{font-size:24px;line-height:1.291em;max-width:85%}.blog-sidebar .blog-recent-news .recent-news .blog-title h3:hover{text-decoration:underline}.blog-sidebar .blog-keyword ul{margin:0 -4px}.blog-sidebar .blog-keyword ul li{margin:0 4px 10px}.blog-sidebar .blog-keyword ul li a{line-height:35px;background:#eff6f3;border-radius:30px;padding:0 18px;font-size:16px;color:#244034;transition:all .2s ease-in-out 0s}.blog-sidebar .blog-keyword ul li a:hover{background:#181818;color:#fff}.blog-sidebar .contact-banner{padding:35px 3% 50px;background:#79a7c8;border-radius:20px}.blog-sidebar .contact-banner h3{font-size:32px;line-height:1.25em;color:#000}.blog-sidebar .contact-banner a{line-height:36px;border:2px solid #000;border-radius:30px;color:#000;padding:0 30px}.blog-sidebar .contact-banner a:hover{background:#79a7c8;border-color:#79a7c8;color:#fff}.blog-details .post-details-meta{border-top:1px dashed #bebebe;border-bottom:1px dashed #bebebe;margin-top:30px;padding:36px 0 18px}.blog-details .post-details-meta p{line-height:1.8em;margin-bottom:30px}.blog-details .post-details-meta .quote-wrapper{text-align:center;margin:62px 0 35px}.blog-details .post-details-meta .quote-wrapper .wrapper{position:relative;padding:38px 12px 40px;border-top:1px dashed #cbcbcb;border-bottom:1px dashed #cbcbcb}.blog-details .post-details-meta .quote-wrapper .wrapper .icon{width:55px;height:55px;background:#181818;position:absolute;top:0;inset-inline-start:50%;transform:translate(-50%,-50%)}.blog-details .post-details-meta .quote-wrapper .wrapper h3{font-size:36px;line-height:1.444em;margin:0}.blog-details .post-details-meta .quote-wrapper h6{font-size:20px;margin:24px 0 0}.blog-details .post-details-meta .quote-wrapper h6 span{color:rgba(0,0,0,.5)}.blog-details .post-details-meta .img-gallery{margin-bottom:50px}.blog-details .post-details-meta .img-gallery img{border-radius:20px;margin-top:15px}.blog-details .post-details-meta h3{font-size:32px;margin-bottom:20px}.blog-details .post-details-meta .list-item li{font-size:22px;font-weight:500;color:#000;position:relative;-webkit-padding-start:33px;padding-inline-start:33px;margin-bottom:23px}.blog-details .post-details-meta .list-item li:after{content:"";position:absolute;font-family:bootstrap-icons;font-size:.95em;top:3px;inset-inline-start:0;color:#000}.blog-details .bottom-widget{padding:10px 0 5px}.blog-details .bottom-widget .tags li:first-child{font-weight:500;font-size:18px;color:rgba(0,0,0,.4);-webkit-margin-end:7px;margin-inline-end:7px}.blog-details .bottom-widget .tags a{line-height:26px;border-radius:16px;background:#fff;padding:0 10px;color:#181818;font-size:16px;-webkit-margin-end:5px;margin-inline-end:5px}.blog-details .bottom-widget .tags a:hover{color:#000;text-decoration:underline}.blog-details .bottom-widget .share-icon li:first-child{font-weight:500;font-size:18px;color:rgba(0,0,0,.4)}.blog-details .bottom-widget .share-icon a{color:#181818;font-size:18px;-webkit-margin-start:17px;margin-inline-start:17px}.blog-details .grey-bg{background:#f4f4f4;border-radius:30px;padding:40px 35px}.blog-details .blog-inner-title{font-size:42px;margin-bottom:10px}.blog-details .blog-comment-area{margin:60px 0}.blog-details .blog-comment-area .comment{border-top:1px dashed #cbcbcb;padding:38px 0 20px}.blog-details .blog-comment-area .comment:last-child{padding-bottom:5px}.blog-details .blog-comment-area .comment .reply-comment{border:none;padding:40px 0 30px}.blog-details .blog-comment-area .comment .user-avatar{width:60px;height:60px}.blog-details .blog-comment-area .comment .comment-text{width:calc(100% - 60px);-webkit-padding-start:25px;padding-inline-start:25px;position:relative}.blog-details .blog-comment-area .comment .comment-text .name{font-size:20px;color:#181818}.blog-details .blog-comment-area .comment .comment-text .date{font-size:16px;color:#adadad}.blog-details .blog-comment-area .comment .comment-text p{font-size:18px;line-height:32px;margin:7px 0 10px}.blog-details .blog-comment-area .comment .comment-text .reply-btn{font-size:13px;color:#fff;text-transform:uppercase;letter-spacing:0;text-align:center;width:60px;line-height:25px;background:#181818;border-radius:3px}.blog-details .blog-comment-area .comment .comment-text .reply-btn:hover{background:#79a7c8;color:#181818}.blog-details .blog-comment-form p a{color:#181818}.blog-details .blog-comment-form form label{font-size:16px;font-weight:400;color:rgba(0,0,0,.5);display:block;padding-bottom:5px}.blog-details .blog-comment-form form input{display:block;font-size:18px;width:100%;height:60px;border:none;border-radius:8px;padding:0 25px;background:#fff}.blog-details .blog-comment-form form textarea{display:block;font-size:17px;width:100%;max-width:100%;height:145px;border:none;border-radius:8px;padding:20px 25px;background:#fff}.map-banner{height:600px}.address-block-one .icon{width:80px;height:80px;background:#181818}.address-block-one .title{font-size:24px;padding:20px 0 5px}.address-block-one p{line-height:1.6em;color:#878787}.address-block-one p .call{color:#181818}.address-block-one p .call:hover{text-decoration:underline}.address-block-one p .webaddress{color:#181818;text-decoration:underline}.contact-us-section .bg-wrapper{border-radius:40px;padding:55px 55px 60px}.form-style-one .input-group-meta{position:relative}.form-style-one .input-group-meta label{font-size:16px;color:rgba(0,0,0,.5);margin-bottom:5px}.form-style-one .input-group-meta input,.form-style-one .input-group-meta textarea{width:100%;max-width:100%;border:none;border-radius:8px;background:#fff;font-size:18px}.form-style-one .input-group-meta input,.form-style-one .input-group-meta select{height:60px;padding:0 20px}.form-style-one .input-group-meta textarea{height:165px;padding:15px 20px}.form-style-one .btn-four{font-weight:500;line-height:60px;font-size:16px;text-transform:uppercase;letter-spacing:2px;border-radius:8px}#contact-form .help-block{position:absolute;inset-inline-start:0;bottom:-18px;font-size:13px;line-height:20px;color:#ff4d44}#contact-form .help-block ul{margin:0}.footer-one{background:#79a7c8;padding-top:95px}.footer-one .bottom-footer{border-top:1px dashed hsla(0,0%,100%,.25);margin-top:32px;padding:40px 0 25px}.footer-one .social-icon a{color:#fff;font-size:18px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;-webkit-margin-end:10px;margin-inline-end:10px;border-radius:50%;background:hsla(0,0%,100%,.4);transition:all .2s ease-in-out 0s}.footer-one .social-icon a:hover{background:#79a7c8;color:#181818}.footer-one .footer-title{font-size:24px;color:#fff;margin-bottom:15px}.footer-one .footer-nav-link a{color:hsla(0,0%,100%,.7);line-height:46px;transition:all .2s ease-in-out 0s}.footer-one .footer-nav-link a:hover{color:#fff}.footer-one .footer-newsletter form{width:410px;height:54px;position:relative}.footer-one .footer-newsletter form input{width:100%;height:100%;font-size:18px;color:hsla(0,0%,100%,.7);padding:0 80px 0 30px;border:none;border-radius:35px;background:hsla(0,0%,100%,.1)}.footer-one .footer-newsletter form input::-webkit-input-placeholder{color:hsla(0,0%,100%,.6)}.footer-one .footer-newsletter form input:-moz-placeholder,.footer-one .footer-newsletter form input::-moz-placeholder{color:hsla(0,0%,100%,.6)}.footer-one .footer-newsletter form input:-ms-input-placeholder{color:hsla(0,0%,100%,.6)}.footer-one .footer-newsletter form button{width:50px;height:50px;font-weight:900;text-align:center;border-radius:50%;background:#79a7c8;color:#181818;position:absolute;inset-inline-end:0;top:2px;transition:all .2s ease-in-out 0s}.footer-one .footer-newsletter form button:hover{background:#fff}.footer-one .copyright{font-size:18px;color:hsla(0,0%,100%,.7)}.footer-one .bottom-nav{margin:0 -12px}.footer-one .bottom-nav a{font-size:18px;font-weight:500;margin:0 12px;color:hsla(0,0%,100%,.7)}.footer-one .bottom-nav a:hover{color:#fff;text-decoration:underline}.footer-two{background:url(/_next/static/media/img_18.6b26a0ce.jpg) no-repeat bottom;background-size:cover;position:relative;z-index:1;padding:110px 15px 135px}.footer-two.no-bg{background:none;padding:0;position:statics}.footer-two.no-bg:before{display:none}.footer-two.no-bg .bg-wrapper{box-shadow:none;-webkit-padding-start:0;padding-inline-start:0;-webkit-padding-end:0;padding-inline-end:0}.footer-two.no-bg .bg-wrapper .copyright,.footer-two:before{inset-inline-start:0}.footer-two:before{content:"";position:absolute;width:100%;height:100%;bottom:0;z-index:-1;background:linear-gradient(180deg,#f5f8f7,rgba(240,243,242,.58) 69.88%,rgba(238,241,240,.15))}.footer-two .bg-wrapper{background:#fff;box-shadow:0 35px 70px rgba(0,0,0,.04);border-radius:30px;z-index:1;padding:70px 40px 40px}.footer-two .bg-wrapper .shape_01{bottom:12%;inset-inline-end:33%;width:2.3%;min-width:28px}.footer-two .bg-wrapper .shape_02{bottom:38%;inset-inline-start:25%;width:3.8%;min-width:28px}.footer-two .social-icon a{color:#181818;font-size:17px;width:40px;height:40px;border:1px solid #181818;display:flex;align-items:center;justify-content:center;-webkit-margin-end:10px;margin-inline-end:10px;border-radius:50%;transition:all .2s ease-in-out 0s}.footer-two .social-icon a:hover{background:#181818;border-color:#181818;color:#fff}.footer-two .footer-title{font-size:24px;font-weight:700;margin-bottom:15px}.footer-two .footer-nav-link a{color:rgba(0,0,0,.8);line-height:42px;transition:all .2s ease-in-out 0s}.footer-two .footer-nav-link a:hover{color:#181818;text-decoration:underline}.footer-two .copyright{font-size:18px;color:#181818;position:absolute;inset-inline-start:40px;bottom:64px}.footer-three{padding:75px 0 0;position:relative;z-index:1}.footer-three .round-bg{width:350px;height:350px;padding:15px;background:#fff6c6}.footer-three .round-bg.color-two{background:#f6ffdd}.footer-three .footer-intro p a{font-weight:500;font-size:24px;color:#000}.footer-three .footer-intro p a:hover{color:#181818;text-decoration:underline}.footer-three .footer-title{font-size:24px;font-weight:700;margin-bottom:15px}.footer-three .footer-nav-link a{color:rgba(0,0,0,.5);line-height:46px;transition:all .2s ease-in-out 0s}.footer-three .footer-nav-link a:hover{color:#181818;text-decoration:underline}.footer-three .bottom-footer{border-top:1px solid #e2e2e2;margin-top:40px;padding:40px 0 25px}.footer-three .bottom-footer .copyright{font-size:16px;color:rgba(0,0,0,.7)}.footer-three .bottom-footer .bottom-nav{margin:0 -12px}.footer-three .bottom-footer .bottom-nav a{font-size:18px;font-weight:500;margin:0 12px;color:#000}.footer-three .bottom-footer .bottom-nav a:hover{text-decoration:underline}.footer-three .bottom-footer .social-icon{margin:0 -10px}.footer-three .bottom-footer .social-icon a{margin:0 10px}.footer-three .bottom-footer .social-icon a:hover{color:#181818}.footer-three .shape_01{top:-3%;inset-inline-start:-3%}.footer-three .shape_02{bottom:8%;inset-inline-end:33%;animation:rotated 48s linear infinite}.footer-large-wrapper{z-index:1}.footer-large-wrapper:before{content:"";position:absolute;width:100%;inset-inline-end:0;bottom:0;top:-20%;background:url(/_next/static/media/bg_04.61f36675.svg) no-repeat bottom;background-size:cover;z-index:-1}.footer-four{padding:75px 0 0}.footer-four .footer-intro p{line-height:30px;color:hsla(0,0%,100%,.6)}.footer-four .footer-intro li{margin-top:15px}.footer-four .footer-intro li .icon{width:20px}.footer-four .footer-intro li a{font-weight:500;color:hsla(0,0%,100%,.8)}.footer-four .footer-intro li a:hover{text-decoration:underline}.footer-four .footer-title{display:inline-block;position:relative;font-size:24px;color:#fff;font-weight:500;margin-bottom:15px}.footer-four .footer-title:before{content:"";position:absolute;inset-inline-start:0;bottom:-6px;width:20px;height:2px;border-radius:10px;background:#d3ff76}.footer-four .footer-nav-link a{color:hsla(0,0%,100%,.75);line-height:44px;font-weight:300;transition:all .2s ease-in-out 0s}.footer-four .footer-nav-link a:hover{color:#fff;text-decoration:underline}.footer-four .bottom-footer{border-top:1px dashed #37665c;margin-top:40px;padding:40px 0 25px}.footer-four .bottom-footer .copyright{font-size:16px;color:hsla(0,0%,100%,.75)}.footer-four .bottom-footer .bottom-nav{margin:0 -12px}.footer-four .bottom-footer .bottom-nav a{font-size:18px;margin:0 12px;color:#fff}.footer-four .bottom-footer .bottom-nav a:hover{text-decoration:underline}.footer-four .bottom-footer .social-icon{margin:0 -10px}.footer-four .bottom-footer .social-icon a{margin:0 10px;color:#fff}.footer-four .bottom-footer .social-icon a:hover{color:#79a7c8}.footer-five{background:#000;padding:105px 0 20px;z-index:1;overflow:hidden}.footer-five:before{content:"";position:absolute;width:100%;height:100%;bottom:0;inset-inline-start:0;background:url(/_next/static/media/bg_07.d34a37db.svg) no-repeat bottom;background-size:cover;z-index:-1}.footer-five h2{color:#fef9f5;font-size:132px;line-height:1.185em}[dir=rtl] .footer-five .btn-group{padding:15px 55px 15px 15px}.footer-five .btn-group{padding:15px 15px 15px 55px;border-radius:2rem;background:#fef9f5;margin:85px 0 110px}.footer-five .btn-group h3{font-size:70px;color:#000;margin:0}.footer-five .btn-group h3 span{font-weight:700;-webkit-text-decoration-line:underline;text-decoration-line:underline;text-decoration-thickness:4px}.footer-five .btn-group .round-btn{width:125px;height:125px;text-align:center;font-size:55px;color:#000;border:1px solid #000;border-radius:1.5rem}.footer-five .btn-group .round-btn:focus,.footer-five .btn-group .round-btn:hover{background:#181818;color:#fff}.footer-five .social-icon{margin:0 -20px}.footer-five .social-icon a{color:#fef9f5;margin:0 20px}.footer-five .social-icon a:hover{color:#79a7c8}.footer-five .bottom-nav{margin:0 -12px}.footer-five .bottom-nav a{font-size:18px;font-weight:500;margin:0 12px;color:#fef9f5}.footer-five .bottom-nav a:hover{text-decoration:underline}.footer-five .shape_01{top:11%;inset-inline-end:10%;width:3.4%;animation:rotated 48s linear infinite}.footer-five .shape_02{bottom:41%;inset-inline-start:13%;width:1.7%;animation:rotated 48s linear infinite}/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/.animated{animation-duration:1s;animation-fill-mode:both}.animated.hinge{animation-duration:2s}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.bounce{animation-name:bounce}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.pulse{animation-name:pulse}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}.shake{animation-name:shake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}to{transform:scale(1) rotate(0)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:translateX(0)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}to{transform:translateX(0)}}.wobble{animation-name:wobble}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}to{transform:translateY(0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px)}60%{opacity:1;transform:translateX(30px)}80%{transform:translateX(-10px)}to{transform:translateX(0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px)}60%{opacity:1;transform:translateX(-30px)}80%{transform:translateX(10px)}to{transform:translateX(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px)}60%{opacity:1;transform:translateY(-30px)}80%{transform:translateY(10px)}to{transform:translateY(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}to{opacity:0;transform:scale(.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(20px)}to{opacity:0;transform:translateX(-2000px)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(-20px)}to{opacity:0;transform:translateX(2000px)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translateY(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px)}to{opacity:1;transform:translateX(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px)}to{opacity:1;transform:translateX(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translateY(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(2000px)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-20px)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(20px)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(2000px)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) translateZ(0) rotateY(0) scale(1);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);animation-timing-function:ease-in}80%{transform:perspective(400px) translateZ(0) rotateY(1turn) scale(.95);animation-timing-function:ease-in}to{transform:perspective(400px) translateZ(0) rotateY(1turn) scale(1);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}to{transform:perspective(400px) rotateX(0deg);opacity:1}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}40%{transform:perspective(400px) rotateY(-10deg)}70%{transform:perspective(400px) rotateY(10deg)}to{transform:perspective(400px) rotateY(0deg);opacity:1}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px) rotateX(0deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px) rotateY(0deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translateX(100%) skewX(-30deg);opacity:0}60%{transform:translateX(-20%) skewX(30deg);opacity:1}80%{transform:translateX(0) skewX(-15deg);opacity:1}to{transform:translateX(0) skewX(0deg);opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{transform:translateX(0) skewX(0deg);opacity:1}to{transform:translateX(100%) skewX(-30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0}to{transform-origin:center center;transform:rotate(0);opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}to{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}to{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center center;transform:rotate(0);opacity:1}to{transform-origin:center center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}to{transform-origin:left bottom;transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}to{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}to{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes slideInUp{0%{opacity:0;transform:translateY(150px)}to{transform:translateY(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideInDown{0%{opacity:0;transform:translateY(-2000px)}to{transform:translateY(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-200px)}to{transform:translateX(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{opacity:0;transform:translateX(200px)}to{transform:translateX(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideOutLeft{0%{transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateX(0)}to{opacity:0;transform:translateX(2000px)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}.slideOutUp{animation-name:slideOutUp}@keyframes hinge{0%{transform:rotate(0);transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out}80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;animation-timing-function:ease-in-out}to{transform:translateY(700px);opacity:0}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}to{opacity:1;transform:translateX(0) rotate(0deg)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1;transform:translateX(0) rotate(0deg)}to{opacity:0;transform:translateX(100%) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes jump{0%{transform:translateZ(0)}40%{transform:translate3d(0,50%,0)}to{transform:translateZ(0)}}@keyframes jumpTwo{0%{transform:translateZ(0)}40%{transform:translate3d(0,20px,0)}to{transform:translateZ(0)}}@keyframes jumpThree{0%{transform:translateZ(0)}40%{transform:translate3d(0,-20px,0)}to{transform:translateZ(0)}}@keyframes jumpFour{0%{transform:translateZ(0)}50%{transform:translate3d(0,-10px,0)}to{transform:translateZ(0)}}@keyframes jumpFive{0%{transform:translateZ(0)}50%{transform:translate3d(0,10px,0)}to{transform:translateZ(0)}}@keyframes prXOne{0%{transform:translateX(0)}50%{transform:translateX(-15px)}to{transform:translateX(0)}}@keyframes prXTwo{0%{transform:translateX(0)}50%{transform:translateX(15px)}to{transform:translateX(0)}}@keyframes rotated{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes rotatedTwo{0%{transform:rotate(0)}to{transform:rotate(-1turn)}}@keyframes rotatedHalf{0%{transform:rotate(0)}50%{transform:rotate(90deg)}to{transform:rotate(0)}}@keyframes rotatedHalfTwo{0%{transform:rotate(0)}50%{transform:rotate(-90deg)}to{transform:rotate(0)}}@keyframes scale-right{0%{transform:translateX(0)}50%{transform:translateX(20%)}to{transform:translateX(0)}}@keyframes fade-in{0%{opacity:.2}40%{opacity:1}to{opacity:.2}}@keyframes hvr-ripple-out{0%{top:-5px;inset-inline-end:-5px;bottom:-5px;inset-inline-start:-5px}50%{top:-15px;inset-inline-end:-15px;bottom:-15px;inset-inline-start:-15px;opacity:.8}to{top:-5px;inset-inline-end:-5px;bottom:-5px;inset-inline-start:-5px;opacity:1}}@keyframes hvr-ripple-out-two{0%{top:0;inset-inline-end:0;bottom:0;inset-inline-start:0}to{top:-30px;inset-inline-end:-30px;bottom:-30px;inset-inline-start:-30px;opacity:0}}@keyframes scale-up-one{0%{transform:scale(1)}40%{transform:scale(.5)}to{transform:scale(1)}}@keyframes scale-up-two{0%{transform:scale(.5)}40%{transform:scale(.8)}to{transform:scale(.5)}}@keyframes scale-up-three{0%{transform:scale(1)}40%{transform:scale(2)}to{transform:scale(1)}}.shop-filter-one .theme-select-menu{width:100%;min-width:145px;height:45px;font-size:17px;padding:0 12px;box-shadow:none;outline:none;border-radius:5px;border:1px solid rgba(0,0,0,.1)}.product-block-one{overflow:hidden}.product-block-one .img-holder{position:relative;background:#f5f5f5;z-index:5;margin-bottom:22px}.product-block-one .img-holder .cart-icon{display:block;width:35px;line-height:35px;box-shadow:0 0 30px rgba(0,0,0,.09);border-radius:50%;background:#fff;color:#000;text-align:center;position:absolute;inset-inline-end:20px;top:20px;font-size:18px;opacity:0;transform:scale(.5);transition:all .2s ease-in-out 0s}.product-block-one .img-holder .cart-icon.active,.product-block-one .img-holder .cart-icon:hover{color:#181818;background:#79a7c8}.product-block-one .img-holder .cart-button{font-size:14px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;position:absolute;inset-inline-start:20px;inset-inline-end:20px;bottom:20px;line-height:48px;background:#181818;text-align:center;color:#fff;opacity:0;transform:translateY(10px);transition:all .4s ease-in-out 0s}.product-block-one .img-holder .cart-button.active,.product-block-one .img-holder .cart-button:hover{color:#181818;background:#79a7c8}.product-block-one .product-title{font-weight:500;color:#181818;font-size:20px;text-transform:capitalize}.product-block-one .rating{margin:0 -3px}.product-block-one .rating li{font-size:15px;margin:0 3px;color:#b3b3b3}.product-block-one .rating li .bi-star-fill{color:#ffcb65}.product-block-one .price{font-weight:500;font-size:22px;color:#79a7c8;margin-top:10px}.product-block-one:hover .cart-button{opacity:1;transform:translateY(0)}.product-block-one:hover .product-img{transform:scale(.95)}.product-block-one:hover .cart-icon{opacity:1;transform:scale(1)}.product-block-one:hover .product-title{text-decoration:underline}.cart-btn{display:flex;align-items:center;justify-content:center;transform:translateY(18px)}.product-details-one .product-img-tab{border:none}.product-details-one .product-img-tab .nav-link{width:100%;background:#f6f6f6;border:1px solid transparent;border-radius:0;padding:5px 0;height:88px;margin-bottom:12px}.product-details-one .product-img-tab .nav-link img{max-height:100%}.product-details-one .product-img-tab .nav-link.active{background:#fff;border-color:#000}.product-details-one .product-img-tab-content{background:#f6f6f6;padding:20px}.product-details-one .product-img-tab-content img{margin:auto}.product-details-one .product-info .stock-tag{display:inline-block;font-size:14px;font-weight:500;text-transform:uppercase;background:#eaeaea;border-radius:3px;line-height:25px;padding:0 10px}.product-details-one .product-info .product-name{text-transform:capitalize;font-size:32px;margin:25px 0 15px}.product-details-one .product-info .rating li{font-size:15px;-webkit-margin-end:6px;margin-inline-end:6px;color:#b3b3b3}.product-details-one .product-info .rating li .bi-star-fill{color:#ffcb65}.product-details-one .product-info .rating li a{font-size:17px;color:#000;-webkit-margin-start:12px;margin-inline-start:12px}.product-details-one .product-info .rating li a:hover{text-decoration:underline}.product-details-one .product-info .price{font-size:26px;font-weight:700;color:#181818;padding:25px 0 5px}.product-details-one .product-info .price del{font-size:.7em;opacity:.6}.product-details-one .product-info .availability{color:#989ca2;font-size:17px}.product-details-one .product-info .description-text{padding:10px 0 15px}.product-details-one .product-info .product-feature{margin-bottom:20px}.product-details-one .product-info .product-feature li{color:#000;position:relative;-webkit-padding-start:30px;padding-inline-start:30px;margin-bottom:8px}.product-details-one .product-info .product-feature li:before{content:"";position:absolute;font-family:bootstrap-icons;top:2px;inset-inline-start:0;color:#181818}.product-details-one .product-info .customize-order h6{font-size:18px;margin:0 15px 0 0}.product-details-one .product-info .customize-order .quantity .button-group{border:1px solid #e3e3e3;display:inline-block}.product-details-one .product-info .customize-order .quantity .button-group li{line-height:40px;max-height:40px}.product-details-one .product-info .customize-order .quantity .button-group li button{font-size:25px;color:#c9c9c9;background:transparent;width:32px}.product-details-one .product-info .customize-order .quantity .button-group li .product-value{font-size:18px;font-weight:500;height:40px;color:#000;max-width:45px;background:transparent;border:none;text-align:center;-webkit-padding-start:5px;padding-inline-start:5px}.product-details-one .product-review-tab .nav-tabs{border-bottom:1px solid #ebebeb}.product-details-one .product-review-tab .nav-tabs .nav-link{font-size:16px;font-weight:700;text-transform:uppercase;color:#181818;letter-spacing:1px;padding:0 0 12px;position:relative;margin:0 50px 0 0;border:none;border-radius:0}.product-details-one .product-review-tab .nav-tabs .nav-link:before{content:"";position:absolute;width:100%;height:2px;inset-inline-start:0;bottom:-1px;z-index:1;background:#000;transform:scaleX(0);transition:all .3s ease-in-out 0s}.product-details-one .product-review-tab .nav-tabs .nav-link.active:before{transform:scale(1)}.product-details-one .product-review-tab .nav-tabs .nav-item:last-child .nav-link{-webkit-margin-end:0;margin-inline-end:0}.product-details-one .product-review-tab .tab-content h5{font-weight:700;font-size:20px;margin-bottom:18px}.product-details-one .product-review-tab .tab-content .product-feature li{position:relative;-webkit-padding-start:30px;padding-inline-start:30px;margin-bottom:18px}.product-details-one .product-review-tab .tab-content .product-feature li:before{content:"";position:absolute;font-family:bootstrap-icons;top:2px;inset-inline-start:0;color:#181818}.product-details-one .product-review-tab .user-comment-area .single-comment{padding-bottom:40px}.product-details-one .product-review-tab .user-comment-area .single-comment:last-child{padding-bottom:0}.product-details-one .product-review-tab .user-comment-area .user-img{width:60px;height:60px;border-radius:50%}.product-details-one .product-review-tab .user-comment-area .user-comment-data{-webkit-padding-start:30px;padding-inline-start:30px;position:relative}.product-details-one .product-review-tab .user-comment-area .user-comment-data .name{font-size:18px;margin-bottom:4px}.product-details-one .product-review-tab .user-comment-area .user-comment-data .rating li{font-size:14px;margin:0 3px;color:#b3b3b3}.product-details-one .product-review-tab .user-comment-area .user-comment-data .rating li .bi-star-fill{color:#ffcb65}.product-details-one .product-review-tab .user-comment-area .user-comment-data p{padding-top:8px}.cart-list-form{position:relative}.cart-list-form .table{margin:0;background:transparent}.cart-list-form .table th{font-size:15px;font-weight:700;letter-spacing:2px;border:none;border-bottom:2px solid #000;padding:0 0 30px;text-align:center;text-transform:uppercase;color:#181818;background:transparent}.cart-list-form .table th:first-child{text-align:start}.cart-list-form .table tbody td{padding:0 0 70px;border:none;vertical-align:middle;text-align:center;background:transparent}.cart-list-form .table tbody tr:first-child td{padding-top:60px}.cart-list-form .table tbody tr:last-child td{padding-bottom:40px}.cart-list-form .table tbody .product-thumbnails{width:85px}.cart-list-form .table tbody .product-thumbnails img{max-height:100%;max-width:none}.cart-list-form .table tbody .product-thumbnails .product-img{display:block;max-width:85px;max-height:85px;overflow:hidden}.cart-list-form .table tbody .product-info{-webkit-padding-start:30px;padding-inline-start:30px;text-align:start}.cart-list-form .table tbody .product-info .product-name{font-weight:700;font-size:20px;color:#181818}.cart-list-form .table tbody .product-info .serial{font-size:15px;color:rgba(31,31,31,.5);padding-bottom:6px}.cart-list-form .table tbody .product-info ul li{display:inline-block;font-size:16px;color:#000;-webkit-padding-end:15px;padding-inline-end:15px}.cart-list-form .table tbody .price{font-weight:500;font-size:18px;color:#181818}.cart-list-form .table tbody .quantity li{display:inline-block;line-height:40px;max-height:40px}.cart-list-form .table tbody .quantity li .btn{font-size:24px;padding:0;border:none;vertical-align:inherit;color:#1d1d1d;background:transparent}.cart-list-form .table tbody .quantity li .product-value{font-size:18px;font-weight:500;color:#1d1d1d;max-width:55px;background:transparent;border:none;text-align:center;-webkit-padding-start:12px;padding-inline-start:12px}.cart-list-form .table tbody .remove-product{color:#000;font-size:22px}.cart-list-form .table tbody .remove-product:hover{color:#ff2759}.cart-list-form .cart-footer{border-top:2px solid #545454;margin-top:28px;padding-top:40px}.cart-list-form .cart-footer .coupon-form input{width:240px;height:50px;border:none;border-bottom:2px solid #545454;font-size:18px;-webkit-margin-end:30px;margin-inline-end:30px;background:transparent}.cart-list-form .cart-footer .cart-total-section{text-align:end;-webkit-padding-end:82px;padding-inline-end:82px}.cart-list-form .cart-footer .cart-total-section .cart-total-table tr th{font-size:18px;font-weight:500;color:rgba(29,29,29,.5);font-weight:400;-webkit-padding-end:26px;padding-inline-end:26px;padding-bottom:16px}.cart-list-form .cart-footer .cart-total-section .cart-total-table tr td{font-size:18px;font-weight:500;color:#181818;padding-bottom:16px}.checkout-toggle-area p{margin-bottom:10px}.checkout-toggle-area p button{font-weight:500;letter-spacing:0;color:#181818;background:transparent;display:inline-block;text-decoration:underline}.checkout-toggle-area form input{width:100%;height:60px;font-size:18px;border:none;border-radius:8px;padding:0 30px}.checkout-toggle-area form input:focus{border-color:#777}.checkout-toggle-area form .lost-passw{color:#636067;font-size:.8em;margin:12px 0 35px}.checkout-toggle-area form .lost-passw:hover{text-decoration:underline}.checkout-toggle-area form button{line-height:50px}.checkout-toggle-area form p{font-size:.9em;padding-top:15px}.checkout-form .main-title{font-size:28px;padding-bottom:55px}.checkout-form .single-input-wrapper,.checkout-form .theme-select-menu{display:block;width:100%;height:60px;font-size:18px;padding:0 15px;border:none;border-radius:8px}.checkout-form .theme-select-menu{box-shadow:none;outline:none}.checkout-form .theme-select-menu option{font-size:.85em}.checkout-form .checkbox-list{padding-bottom:44px}.checkout-form .checkbox-list li label{position:relative;font-weight:500;font-size:17px;line-height:15px;-webkit-padding-start:28px;padding-inline-start:28px;color:#181818;cursor:pointer;margin:0 0 24px}.checkout-form .checkbox-list li label:before{content:"";width:15px;height:15px;line-height:15px;border-radius:2px;border:1px solid #000;font-size:12px;text-align:center;position:absolute;inset-inline-start:0;top:0}.checkout-form .checkbox-list li input[type=checkbox]{display:none}.checkout-form .checkbox-list li input[type=checkbox]:checked+label:before{content:"";font-family:bootstrap-icons!important;background:#373737;color:#fff;border-color:#373737}.checkout-form .other-note-area p{font-weight:500;font-size:16px;color:#181818;margin-bottom:6px}.checkout-form .other-note-area textarea{width:100%;border:none;padding:15px;resize:none;height:145px}.checkout-form .order-confirm-sheet .order-review{background:#fff;padding:50px 40px}.checkout-form .order-confirm-sheet .order-review .product-review{width:100%}.checkout-form .order-confirm-sheet .order-review .product-review tbody{color:#181818}.checkout-form .order-confirm-sheet .order-review .product-review tbody th{padding-bottom:15px}.checkout-form .order-confirm-sheet .order-review .product-review tbody th span{font-weight:500;font-size:18px}.checkout-form .order-confirm-sheet .order-review .product-review tbody td{padding-bottom:15px;font-size:18px;font-weight:500;text-align:end}.checkout-form .order-confirm-sheet .order-review .product-review tfoot th{font-size:16px;text-transform:uppercase;font-weight:700;border-top:1px solid #e9e9e9;padding-top:15px}.checkout-form .order-confirm-sheet .order-review .product-review tfoot td{text-align:end;font-weight:500;font-size:18px;border-top:1px solid #e9e9e9;padding-top:15px}.checkout-form .order-confirm-sheet .order-review .payment-list{padding:30px 0 15px;border-bottom:1px solid #e9e9e9}.checkout-form .order-confirm-sheet .order-review .payment-list li{padding:0 0 12px 30px;position:relative}.checkout-form .order-confirm-sheet .order-review .payment-list li p{font-size:16px;line-height:22px;margin-bottom:12px}.checkout-form .order-confirm-sheet .order-review .payment-list li label{position:relative;font-weight:500;font-size:18px;line-height:15px;color:#181818;cursor:pointer;margin:0 0 13px}.checkout-form .order-confirm-sheet .order-review .payment-list li label:before{content:"";width:15px;height:15px;line-height:14px;font-weight:700;border-radius:50%;border:1px solid #d5d5d5;font-size:10px;text-align:center;position:absolute;inset-inline-start:-30px;top:0}.checkout-form .order-confirm-sheet .order-review .payment-list li input[type=radio]{position:absolute;opacity:0;z-index:1;width:100%;height:100%;cursor:pointer}.checkout-form .order-confirm-sheet .order-review .payment-list li input.active+label:before,.checkout-form .order-confirm-sheet .order-review .payment-list li input:checked+label:before{content:"";font-family:bootstrap-icons!important;background:#373737;color:#fff;border-color:#373737}.checkout-form .order-confirm-sheet .policy-text{font-size:16px;line-height:22px;color:#979797;padding:25px 0 5px}.checkout-form .order-confirm-sheet .agreement-checkbox label{position:relative;font-weight:500;font-size:15px;line-height:22px;color:#181818;cursor:pointer;-webkit-padding-start:33px;padding-inline-start:33px;margin-bottom:35px}.checkout-form .order-confirm-sheet .agreement-checkbox label:before{content:"";width:15px;height:15px;line-height:14px;border-radius:2px;border:1px solid #d5d5d5;font-size:10px;font-weight:700;text-align:center;position:absolute;inset-inline-start:0;top:3px}.checkout-form .order-confirm-sheet .agreement-checkbox input[type=checkbox]{display:none}.checkout-form .order-confirm-sheet .agreement-checkbox input[type=checkbox]:checked+label:before{content:"";font-family:bootstrap-icons!important;background:#373737;color:#fff;border-color:#373737}.checkout-form .credit-card-form{margin-top:12px;display:none}.checkout-form .credit-card-form.show{display:list-item}.checkout-form .credit-card-form h6{font-size:15px;margin-bottom:5px}.checkout-form .credit-card-form input{width:100%;height:40px;font-size:14px;border:1px solid rgba(0,0,0,.07);padding:0 10px;border-radius:3px;margin-bottom:18px}.checkout-form .credit-card-form span{padding:0 5px;margin-bottom:18px}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{inset-inline-start:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;height:100%;inset-inline-start:0;position:fixed;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;inset-inline-start:0;position:absolute;inset-inline-end:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s,visibility 0s linear .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s,visibility 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;inset-inline-start:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;text-align:center;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox-toolbar{inset-inline-end:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;height:100%;inset-inline-start:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;height:100%;-webkit-margin-end:-.25em;margin-inline-end:-.25em;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--next{z-index:99995}.fancybox-slide--image{overflow:visible;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px 6px 0}.fancybox-slide--iframe{padding:44px 44px 0}.fancybox-content{background:#fff;display:inline-block;margin:0 0 6px;max-width:100%;overflow:auto;padding:24px;position:relative;text-align:start;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;inset-inline-start:0;margin:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-drag .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;inset-inline-start:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--html .fancybox-content{margin-bottom:6px}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;margin:0;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff;height:calc(100% - 44px);margin-bottom:44px}.fancybox-iframe,.fancybox-video{background:transparent;border:0;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{vertical-align:top}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;cursor:pointer;display:inline-block;height:44px;margin:0;outline:none;padding:10px;transition:color .2s;vertical-align:top;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button.disabled,.fancybox-button.disabled:hover,.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default}.fancybox-button svg{display:block;overflow:visible;position:relative;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:transparent;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--pause svg path:first-child,.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--play svg path,.fancybox-button--share svg path,.fancybox-button--thumbs svg path{fill:currentColor}.fancybox-button--share svg path{stroke-width:1}.fancybox-navigation .fancybox-button{height:38px;opacity:0;padding:6px;position:absolute;top:50%;width:38px}.fancybox-show-nav .fancybox-navigation .fancybox-button{transition:opacity .25s,visibility 0s,color .25s}.fancybox-navigation .fancybox-button:after{content:"";inset-inline-start:-25px;padding:50px;position:absolute;top:-25px}.fancybox-navigation .fancybox-button--arrow_left{inset-inline-start:6px}.fancybox-navigation .fancybox-button--arrow_right{inset-inline-end:6px}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#555;cursor:pointer;height:44px;margin:0;padding:6px;position:absolute;inset-inline-end:0;top:0;width:44px;z-index:10}.fancybox-close-small svg{fill:transparent;opacity:.8;stroke:currentColor;stroke-width:1.5;transition:stroke .1s}.fancybox-close-small:focus{outline:none}.fancybox-close-small:hover svg{opacity:1}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small,.fancybox-slide--video .fancybox-close-small{color:#ccc;padding:5px;inset-inline-end:-12px;top:-44px}.fancybox-slide--iframe .fancybox-close-small:hover svg,.fancybox-slide--image .fancybox-close-small:hover svg,.fancybox-slide--video .fancybox-close-small:hover svg{background:transparent;color:#fff}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption{color:#fff;font-size:14px;font-weight:400;line-height:1.5;padding:25px 44px}.fancybox-caption,.fancybox-caption:before{bottom:0;inset-inline-start:0;inset-inline-end:0}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);background-repeat:repeat-x;background-size:contain;content:"";display:block;pointer-events:none;position:absolute;top:-25px;z-index:-1}.fancybox-caption:after{border-bottom:1px solid hsla(0,0%,100%,.3);content:"";display:block;inset-inline-start:44px;position:absolute;inset-inline-end:44px;top:0}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a .8s linear infinite;background:transparent;border-radius:100%;border:6px solid rgba(99,99,99,.5);border-top-color:#fff;height:60px;inset-inline-start:50%;margin:-30px 0 0 -30px;opacity:.6;padding:0;position:absolute;top:50%;width:60px;z-index:99999}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;-webkit-margin-end:7px;margin-inline-end:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#fff;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;inset-inline-end:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{inset-inline-end:212px}.fancybox-thumbs>ul{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{-webkit-backface-visibility:hidden;backface-visibility:hidden;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);width:100px}.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li{background-position:50%;background-repeat:no-repeat;background-size:cover}.fancybox-thumbs>ul>li:before{border:4px solid #4ea7f9;bottom:0;content:"";inset-inline-start:0;opacity:0;position:absolute;inset-inline-end:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs .fancybox-thumbs-active:before{opacity:1}@media(max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{inset-inline-end:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0);margin:0 -15px}.slick-dots{list-style-type:none;display:flex!important}.slick-dots li{display:inline-block}.slick-dots li button{text-indent:-50000px;width:8px;height:8px;border-radius:50%;margin:0 5px;background:#e4e4e4;transition:all .3s ease-in-out}.slick-dots .slick-active button{background:#79a7c8}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none!important}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;inset-inline-start:0;display:block;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}@media(max-width:568px){.hero-banner-two .shape_02{top:42%}}.slick-slide>div{margin:0 15px}.partner-slider-one .slick-slide,.portfolio-two .slider-wrapper .slick-slider .slick-slide>div{margin:0}.portfolio-two .slider-wrapper .slick-slider .slick-track{display:flex}.feedback-section-six .feedback-slider-five{overflow:hidden}.pagination-one ul li.disabled{display:none}.hero-banner-one .hero-slider-one .slick-slide>div{height:100%}@media(min-width:992px){.container{-webkit-padding-end:0;padding-inline-end:0;-webkit-padding-start:0;padding-inline-start:0}}@media(min-width:1400px){.hero-banner-three .container{max-width:1430px}}@media(max-width:1399px){.card-style-seven{padding:40px 15px 30px}}@media(min-width:1200px)and (max-width:1399px){.theme-main-menu{padding:15px 25px}.theme-main-menu.menu-style-two .gap-fix{-webkit-padding-start:25px;padding-inline-start:25px;-webkit-padding-end:25px;padding-inline-end:25px}.theme-main-menu.menu-style-five .inner-content{padding:16px 25px}.h1,h1{font-size:65px}.h2,h2{font-size:56px}.title-two h2{font-size:64px}.title-four h2{font-size:55px}.text-xl{font-size:24px}.text-lg{font-size:22px}.hero-banner-one .hero-heading{padding:11px 35px 25px 25px}.hero-banner-five .hero-heading{font-size:70px}.fancy-banner-one h2{font-size:55px}.fancy-banner-one h3{font-size:42px}.card-style-two{padding:40px 25px}.text-feature-one .media-list-item{width:550px;height:520px}.block-feature-three .block-four .block-title a,.block-feature-three .block-title a{font-size:26px}.blog-meta-one .post-data .blog-title,.feedback-block-one blockquote{font-size:28px}.hero-banner-three .hero-heading,.hero-banner-two .hero-heading{font-size:80px}.text-feature-four .quote-text{font-size:38px}.text-feature-four .name{font-size:25px}.feedback-block-three blockquote{font-size:32px}.fancy-banner-four ul li{font-size:24px}.hero-banner-four .hero-heading{font-size:100px}.hero-banner-four .media-wrapper{width:50%;inset-inline-end:0}.text-feature-nine .vertical-text-wrapper .text-list{font-size:88px}.feedback-section-four .slider-arrows{top:65px}.feedback-block-four blockquote{font-size:26px}.blog-section-four.block-feature-three .block-one{height:655px}.partner-logo-two .bg-wrapper .title{font-size:24px}.partner-logo-two .bg-wrapper .logo-wrapper{font-size:26px}.card-style-thirteen{padding:70px 30px}.card-style-thirteen h3{font-size:26px}.block-feature-nine .heading{font-size:70px}.feedback-block-five blockquote{font-size:80px}.blog-section-five .section-btn{top:34px}.blog-meta-three .blog-title{font-size:42px}.footer-five h2{font-size:110px}.inner-banner-one .hero-heading,.inner-banner-two .hero-heading{font-size:70px}.block-feature-three .block-five{height:334px}.project-details-one h2{font-size:50px}.project-details-one p{font-size:22px}.pagination-two .pr-name{font-size:28px}.project-details-two .info-wrapper{padding:50px 50px 60px}.pricing-section .contact-banner h2{font-size:36px}.fancy-banner-five h2{font-size:85px}.fancy-banner-six h2{font-size:72px}.service-details .details-meta h2{font-size:55px}.service-details .details-meta h3{font-size:44px}.service-details .details-meta .quote-wrapper{padding:50px 40px 60px}.service-details .details-meta .quote-wrapper blockquote{font-size:42px}.blog-meta-four .post-data .blog-title h4{font-size:38px}.hero-banner-six .hero-heading{font-size:85px}.block-feature-eleven .slider-wrapper{width:110vw}.card-style-eighteen blockquote{font-size:30px}.portfolio-block-two .caption h3 a{font-size:28px}.feedback-block-six p{font-size:35px}.box-layout{margin:25px}.hero-banner-seven .hero-heading{font-size:80px}.hero-banner-seven{padding:400px 0 50px}.block-feature-thirteen .graph-panel .chart-box .chart-inner{width:100px}.block-feature-thirteen .graph-panel .main-count{font-size:90px}.block-feature-thirteen .line-loop:before{top:45%}.feedback-block-seven blockquote{font-size:42px}.card-style-twentyOne .icon{width:280px;height:280px}}@media(min-width:992px)and (max-width:1399px){.text-md{font-size:20px}.text-lg{font-size:21px}.portfolio-one .section-btn{top:30px}}@media(max-width:1199px){.theme-main-menu{padding:10px 12px}.theme-main-menu.menu-style-two .gap-fix{-webkit-padding-start:12px;padding-inline-start:12px;-webkit-padding-end:12px;padding-inline-end:12px}.theme-main-menu.menu-style-five .inner-content{padding:12px;border-radius:15px}.theme-main-menu.menu-style-two.fixed .inner-content{border:none}.theme-main-menu .nav-item .nav-link{font-size:18px}.btn-one,.navbar .dropdown-menu .dropdown-item{font-size:17px}.btn-one{line-height:46px;padding:0 22px}.btn-two{line-height:45px;padding:0 25px}.btn-five .text,.btn-seven .text,.btn-two{font-size:18px}.btn-five .icon{-webkit-margin-start:8px;margin-inline-start:8px}.btn-five .icon,.btn-seven .icon{width:40px;height:40px;font-size:20px}.btn-nine{width:70px;height:70px;font-size:28px}.btn-thirteen,.btn-twelve{font-size:15px;padding:0 25px}.title-three .upper-title{font-size:13px;margin-bottom:10px}.hero-banner-one{min-height:100%}.hero-banner-one .more-btn{width:55px;height:55px;font-size:24px}.card-style-two{padding:30px 20px}.text-feature-one .media-list-item{width:100%;height:400px}.text-feature-five li,.text-feature-one .media-list-item li{font-size:18px;-webkit-padding-end:15px;padding-inline-end:15px;border-radius:15px}.text-feature-five li:after,.text-feature-one .media-list-item li:after{top:8px}.block-feature-three .block-title a{font-size:24px}.block-feature-three .block-four .block-title a{font-size:20px}.block-feature-three .block-two .text-wrapper{padding:30px 15px 30px 30px}.accordion-style-one .accordion-item .accordion-button{font-size:20px;padding:20px 0}.blog-meta-one .post-data{padding:20px 20px 15px}.blog-meta-one .post-data .post-info{font-size:16px}.blog-meta-one .post-data .blog-title{font-size:24px}.blog-meta-one .post-img{height:250px}.footer-one{padding-top:60px}.footer-four .footer-title,.footer-one .footer-title,.footer-three .footer-title,.footer-two .footer-title{font-size:22px;margin-bottom:12px}.footer-one .footer-newsletter form{width:100%;max-width:450px}.card-style-five .main-count{font-size:45px;margin-top:25px;padding-top:15px}.card-style-five .icon{height:38px}.card-style-six{padding:30px 15px 35px}.card-style-six .icon{width:60px;height:60px}.card-style-nineteen .counter-block-one .main-count,.counter-block-one .main-count{font-size:40px}.feedback-block-two{padding:30px 15px}.accordion-style-two .accordion-item .accordion-button{font-size:20px;padding:20px;border-radius:20px 20px 0 0}.accordion-style-two .accordion-item:first-child{border-radius:20px 20px 0 0}.accordion-style-two .accordion-item:nth-child(3) .accordion-body{border-radius:0 0 20px 20px}.accordion-style-two .accordion-item .accordion-body{padding:20px 20px 40px}.accordion-style-two .accordion-item .accordion-body .media-wrapper .video-icon{width:60px;height:60px;padding:20px}.accordion-style-two .accordion-item .accordion-body h6{font-size:15px}.accordion-style-two .accordion-item .accordion-button:after{width:30px;height:30px;line-height:30px;font-size:25px}.accordion-style-two .accordion-item .accordion-button:not(.collapsed):after{line-height:22px}.blog-meta-two .post-img{height:250px;padding:15px}.blog-meta-two .post-data .blog-title h4{font-size:24px}.blog-meta-two .post-data .post-info{margin-top:15px;padding-top:10px}.blog-meta-two .post-data .round-btn{width:40px;height:40px;font-size:22px}.fancy-banner-three .quote-btn{width:120px;height:120px}.fancy-banner-three,.footer-two{padding:50px 0}.footer-two .bg-wrapper{padding:50px 20px 30px}.footer-two .bg-wrapper .shapes{display:none!important}.footer-two .copyright{position:static;margin-top:15px}.hero-banner-three .right-widget .main-count{font-size:35px;margin:0 0 -5px}.hero-banner-three .right-widget .icon{width:70px}.card-style-eight{padding:30px 15px}.card-style-eight .icon{height:40px}.text-feature-four .quote-text{font-size:26px;line-height:1.7em}.text-feature-four .name{font-size:22px}.counter-block-two .main-count{font-size:40px}.text-feature-five .media-wrapper .video-icon{width:55px;height:55px;padding:18px}.card-style-nine{padding:35px 20px 0}.card-style-nine h3{font-size:26px}.card-style-nine .icon{width:45px;height:45px;padding:11px}.feedback-section-three .slider-wrapper .icon{width:50px;position:static;margin-bottom:25px}.feedback-section-three .slider-wrapper{-webkit-padding-start:0;padding-inline-start:0}.feedback-block-three blockquote{font-size:26px}.feedback-section-three .slick-dots{margin:20px 0 0 10px}.feedback-section-three .rating-box{padding:25px 20px 20px;inset-inline-start:0;bottom:0}.feedback-section-three .rating-box .rating{font-size:40px;margin-bottom:8px}.fancy-banner-four ul li{font-size:20px;-webkit-padding-start:32px;padding-inline-start:32px}.footer-three .footer-intro p a{font-size:20px}.footer-three .round-bg{width:300px;height:300px}.hero-banner-four .avatar{width:120px}.title-two .upper-title{font-size:18px}.card-style-ten .main-count{font-size:50px;margin-bottom:-4px}.card-style-ten .main-count:before{height:8px}.card-style-ten{padding-bottom:40px}.card-style-eleven{padding:35px 20px}.card-style-eleven .icon{height:50px}.text-feature-seven ul li{margin-bottom:16px}.accordion-style-three .accordion-item .accordion-button{font-size:20px;padding:16px 0}.accordion-style-three .accordion-item .accordion-button:after{font-size:18px}.feedback-section-four .slider-arrows{top:45px}.feedback-block-four{padding:20px}.feedback-block-four blockquote{font-size:22px;margin:20px 0}.hero-banner-five .bg-wrapper{border-radius:15px}.hero-banner-five .rating h3{font-size:30px}.hero-banner-five .media-wrapper{border-radius:0 15px 15px 0}.partner-logo-two .bg-wrapper .logo-wrapper,.partner-logo-two .bg-wrapper .title{font-size:25px}.card-style-thirteen{padding:30px 20px 70px;border-radius:.8rem}.card-style-thirteen .icon{height:55px}.card-style-thirteen p{font-size:16px}.card-style-thirteen h3{font-size:22px}.block-feature-nine .heading a{width:60px;height:60px;-webkit-margin-start:50px;margin-inline-start:50px;padding:12px 12px 12px 0}.block-feature-nine .heading a:before{width:35px;inset-inline-start:-35px}.block-feature-nine,.border-100{border-radius:15px}.portfolio-block-one .caption{margin-top:28px}.portfolio-block-one .caption .pj-title{font-size:24px}.feedback-block-five .name{font-size:22px}.blog-meta-three .blog-title{font-size:26px;margin:30px 0 20px;line-height:1.4em}.footer-five{padding:80px 0 0}.footer-five .btn-group .round-btn{width:70px;height:70px;font-size:38px}.inner-banner-one .hero-heading{padding:10px 20px 15px}.inner-banner-one .tag,.inner-banner-two .tag{padding:0 15px;font-size:13px;margin-bottom:10px}.project-details-one .project-info h3{font-size:30px}.project-details-one .project-info li .text1,.project-details-two .info-wrapper .list-meta .text1{font-size:14px}.project-details-one .project-info li{padding:18px 15px}.project-details-one .project-info li .icon{max-width:30px}.project-details-one .project-info li span{font-size:18px}.project-details-one .upper-title{font-size:14px;margin-bottom:8px}.project-details-one p{font-size:20px;margin-bottom:30px}.pagination-two .pr-name{font-size:22px}.pagination-two{padding:20px 0}.pagination-two i{width:50px;height:50px;line-height:44px;font-size:26px}.pagination-two .pr-dir{font-size:14px}.project-details-two .info-wrapper{padding:40px 15px}.project-details-two .info-wrapper h3{font-size:28px}.project-details-two .info-wrapper .list-meta li{padding:18px 0}.team-details .bg-wrapper .name{font-size:26px}.team-details .bg-wrapper h6{padding-top:35px}.team-details .bg-wrapper h3{font-size:24px}.pricing-nav .nav .nav-link{width:115px;height:50px;font-size:18px}.pricing-card-one{padding:35px 30px 40px}.pricing-card-one h2{font-size:26px}.pricing-card-one .price-banner .price{font-size:40px}.pricing-section .contact-banner{padding:40px 20px}.pricing-section .contact-banner h2{font-size:28px}.fancy-banner-five .video-icon,.fancy-banner-five.no-bg .bg-wrapper .video-icon{width:120px;height:120px;padding:13px}.faq-section-three .tab-content{padding:0 20px}.faq-section-three nav .nav .nav-link{font-size:18px}.error-page h1{font-size:100px}.error-page h2{font-size:42px;padding:20px 0 25px}.card-style-sixteen .text{-webkit-padding-start:20px;padding-inline-start:20px}.block-feature-ten .line-wrapper:before{display:none}.service-details .contact-banner h3{font-size:26px}.service-details .details-meta h2{font-size:38px;margin-bottom:22px}.service-details .details-meta p{margin-bottom:30px}.service-details .details-meta h3{font-size:30px;margin-bottom:18px}.service-details .details-meta .quote-wrapper{padding:25px 20px 40px}.service-details .details-meta .quote-wrapper blockquote{font-size:26px;line-height:1.4em;margin:20px 0 50px}.service-details .details-meta .list-item li{font-size:20px}.blog-meta-two.style-two .post-img{height:300px}.blog-meta-two.style-two .post-data{padding:20px}.blog-sidebar .sidebar-title{font-size:28px}.blog-sidebar .blog-category li a{line-height:50px}.blog-sidebar .blog-recent-news .recent-news .post-img{height:150px}.blog-sidebar .blog-recent-news .recent-news .blog-title h3{font-size:22px;max-width:100%}.blog-sidebar .contact-banner h3{font-size:28px}.blog-meta-four{padding:55px 20px 30px}.blog-meta-four .post-info{font-size:18px;margin-top:30px}.blog-meta-four .post-data .blog-title h4{font-size:28px;line-height:1.4em}.blog-details .post-details-meta{padding:20px 0 0}.blog-details .post-details-meta .quote-wrapper h6{font-size:18px}.blog-details .post-details-meta .quote-wrapper .wrapper h3{font-size:28px}.blog-details .post-details-meta .img-gallery{margin-bottom:40px}.blog-details .post-details-meta h3{font-size:25px;margin-bottom:15px}.blog-details .post-details-meta .list-item li{font-size:18px;margin-bottom:18px}.blog-details .grey-bg{padding:30px 20px}.blog-details .blog-inner-title{font-size:30px;margin-bottom:5px}.address-block-one .icon{width:60px;height:60px;padding:15px}.address-block-one .title{font-size:20px}.contact-us-section .bg-wrapper{padding:50px 20px}.map-banner{height:400px}.product-details-one .product-info .product-name{font-size:24px;margin:20px 0 10px}.product-details-one .product-info .stock-tag{font-size:12px}.product-details-one .product-info .price{font-size:22px}.cart-list-form .table tbody tr:first-child td{padding-top:30px}.cart-list-form .table tbody td{padding:0 15px 50px}.cart-list-form .table tbody .product-info{-webkit-padding-start:15px;padding-inline-start:15px}.checkout-form .main-title{font-size:24px;padding-bottom:30px}.checkout-form .order-confirm-sheet .order-review{padding:40px 20px}.checkout-form .single-input-wrapper,.checkout-form .theme-select-menu{margin-bottom:30px}.checkout-form .checkbox-list{padding-bottom:25px}.card-style-eighteen .icon{width:50px;height:50px}.card-style-eighteen blockquote{font-size:22px}.card-style-nineteen h2{font-size:30px}.card-style-nineteen{padding:30px 20px}.card-style-eighteen{padding:5px 20px 0}.portfolio-two .slider-wrapper .slick-slider{margin:0 -15px}.portfolio-two .slider-wrapper .slick-slider .slick-slide{margin:0 15px 5px}.portfolio-block-two .caption span{font-size:12px;margin-bottom:5px}.portfolio-block-two .caption{padding:20px 0 15px}.portfolio-block-two .caption h3 a{font-size:24px}.portfolio-block-two .caption .round-btn{width:50px;height:50px;font-size:24px}.feedback-section-six .icon-container{width:100%}.feedback-section-six .icon-container .icon{width:55px;height:55px}.feedback-block-six p{font-size:24px;margin-bottom:30px}.feedback-section-six .slick-dots{margin-top:50px}.box-layout{margin:12px}.border-40{border-radius:20px}.hero-banner-seven .lead-form{padding:20px 20px 30px;border-radius:20px}.hero-banner-seven .lead-form h3{font-size:28px}.block-feature-thirteen .graph-panel .main-count{font-size:60px}.counter-block-three .main-count{font-size:50px}.card-style-twenty{padding:30px 20px 25px}.card-style-twenty .text{-webkit-padding-start:25px;padding-inline-start:25px}.fancy-banner-seven .bg-wrapper li{padding:18px 20px 20px 50px;font-size:20px}.fancy-banner-seven .bg-wrapper li:before{inset-inline-start:15px;top:22px}.fancy-banner-seven .bg-wrapper li:after{inset-inline-start:18px;top:18px}}@media(min-width:992px)and (max-width:1199px){.theme-main-menu .nav-item .nav-link{margin:0 20px}.h1,h1{font-size:55px}.fancy-banner-three .title-one h2,.h2,h2{font-size:48px;line-height:1.12em}.title-two h2{font-size:56px}.title-four h2{font-size:46px}.text-xl{font-size:22px}.hero-banner-one .hero-heading{padding:11px 47px 30px 25px}.hero-banner-three .hero-heading{font-size:65px}.hero-banner-five .hero-heading{font-size:55px}.fancy-banner-one h2{font-size:48px}.fancy-banner-one h3{font-size:38px;margin-bottom:-2px}.block-feature-five .section-btn,.block-feature-three .section-btn{top:45px}.block-feature-three .block-one{height:370px}.feedback-block-one blockquote{font-size:24px}.blog-section-one .section-btn{top:40px}.hero-banner-two .hero-heading{font-size:68px}.blog-section-two .section-btn{top:10px}.blog-section-three .section-btn{top:42px}.hero-banner-four .hero-heading{font-size:70px}.hero-banner-four .media-wrapper{width:48%;inset-inline-end:0}.block-feature-eight .section-btn{top:42px}.text-feature-nine .vertical-text-wrapper .text-list{font-size:72px}.blog-section-four.block-feature-three .block-one{height:540px}.block-feature-nine .heading{font-size:55px}.feedback-block-five blockquote{font-size:60px}.feedback-section-five .slick-dots{top:-50px}.blog-section-five .section-btn{top:28px}.footer-five h2{font-size:92px}.footer-five .btn-group h3{font-size:50px}.inner-banner-one .hero-heading,.inner-banner-two .hero-heading{font-size:58px}.block-feature-three .block-five{height:289px}.project-details-one h2{font-size:38px;margin-bottom:25px}.text-feature-one .card-style-three{-webkit-padding-start:50px;padding-inline-start:50px}.fancy-banner-five h2{font-size:70px}.fancy-banner-six h2{font-size:60px}.hero-banner-six .hero-heading{font-size:72px}.hero-banner-seven .hero-heading{font-size:68px}.hero-banner-seven{padding:300px 0 50px}.block-feature-thirteen .graph-panel .chart-box .chart-inner{width:85px}.block-feature-thirteen .line-loop:before{top:38%}.block-feature-fourteen .section-subheading{width:45%}.card-style-twenty .text .arrow-btn{inset-inline-end:20px}.feedback-block-seven blockquote{font-size:35px}.card-style-twentyOne .icon{width:250px;height:250px}}@media(max-width:991px){body{font-size:18px}p{line-height:1.8em}.theme-main-menu.fixed{padding-top:10px;padding-bottom:10px}.theme-main-menu.menu-style-two.fixed{padding:0}.h1,h1{font-size:40px;line-height:1.15em}.fancy-banner-three .title-one h2,.h2,.newsletter-banner h2,h2{font-size:36px;line-height:1.15em}.title-two h2{font-size:40px}.title-four h2{font-size:38px}.h4,h4{font-size:22px}.text-xl{font-size:20px}.text-lg{font-size:19px}.text-md{font-size:18px}.btn-ten{line-height:45px;padding:0 25px;min-width:145px;font-weight:500}.hero-banner-one:before{background:rgba(0,0,0,.6)}.hero-banner-one .hero-heading{padding:10px 15px;border-radius:15px}.hero-banner-one .more-btn{inset-inline-start:auto;inset-inline-end:12px;top:85px}.hero-banner-three .hero-heading{font-size:45px}.hero-banner-five .hero-heading{font-size:42px}.fancy-banner-one h2{font-size:38px}.fancy-banner-one h3{font-size:34px;margin-bottom:0}.fancy-banner-one .screen{width:140px}.block-feature-two .numb{font-size:60px}.block-feature-two .numb:before{width:50px;height:50px}.block-feature-three .block-one,.blog-section-four.block-feature-three .block-one{height:350px}.block-feature-three .block-one .tag{font-size:12px}.block-feature-three .block-one .block-title{padding:10px 15px;margin-top:20px}.block-feature-three:before{top:15%}.feedback-block-one .count,.feedback-block-one .line{width:50%}.feedback-block-one blockquote{font-size:22px}.footer-one .footer-nav-link a{line-height:40px}.footer-one .bottom-footer{text-align:center}.footer-one .footer-newsletter form{margin:0 auto 20px}.text-feature-three .media-wrapper{height:450px;margin:50px auto 0;border-radius:15px}.block-feature-eight .section-btn,.block-feature-five .section-btn,.blog-section-three .section-btn,.portfolio-one .section-btn,.team-section-two .section-btn{position:relative;text-align:center;top:0}.accordion-style-two .accordion-item .accordion-body .media-wrapper{height:250px;margin-top:40px}.blog-meta-two .post-data .blog-title{width:calc(100% - 55px)}.blog-section-two .section-btn{top:0}.hero-banner-three .right-widget .screen_01{max-height:200px}.text-feature-five .media-wrapper{height:400px}.newsletter-banner .main-wrapper{padding:30px 0 25px;text-align:center}.footer-four .footer-nav-link a,.footer-three .footer-nav-link a{line-height:42px}.footer-four .bottom-footer,.footer-three .bottom-footer{margin-top:20px;padding:20px 0 10px}.footer-three .round-bg{margin:0 auto}.footer-four,.footer-three{padding-top:50px}.hero-banner-four .hero-heading{font-size:55px;line-height:1em}.hero-banner-four .media-wrapper{bottom:0}.text-feature-six .shape_02{top:-5%}.text-feature-six .media-wrapper{inset-inline-start:auto;inset-inline-end:0;width:45%}.text-feature-six .shape_01{display:none!important}.text-feature-nine .vertical-text-wrapper{position:relative;width:90%;margin:0 auto;border:none}.text-feature-nine .vertical-text-wrapper .text-list{font-size:42px;padding:12px 0;letter-spacing:-1px}.feedback-section-four .slider-arrows{position:relative;margin:40px auto 0;top:0;width:115px}.feedback-section-four .slider-arrows li{line-height:40px}.newsletter-banner.white-vr .main-wrapper{padding-top:80px}.block-feature-nine .heading{font-size:35px;line-height:1.6em}#isotop-gallery-wrapper{margin:0 -12px}#isotop-gallery-wrapper .grid-sizer,#isotop-gallery-wrapper .isotop-item{padding:0 12px}.feedback-block-five blockquote{font-size:32px;font-weight:500;line-height:1.3em;margin-bottom:30px}.feedback-section-five .slick-dots{position:static;margin:40px 0 0 10px}.footer-five h2{font-size:50px;line-height:1.25em}.footer-five .btn-group{text-align:center;margin:50px 0 70px;padding:20px 20px 15px}.footer-five .btn-group .round-btn{margin:0 auto}.footer-five .btn-group h3{font-size:28px;margin-bottom:25px}.inner-banner-one .hero-heading{font-size:36px;background:#fff;border-radius:20px;margin-bottom:20px;line-height:1.2em}.inner-banner-one .hero-heading.no-bg{background:transparent}.inner-banner-one .hero-heading img,.text-feature-one .line-wrapper .shape_01{display:none!important}.inner-banner-one:after{background:rgba(0,0,0,.6)}.block-feature-three .block-five .block-title{padding:10px 15px;margin-top:20px}.inner-banner-two .hero-heading{font-size:36px;line-height:1.3em;margin:15px 0 20px}.project-details-one .project-info h3{text-align:center;padding:25px 0 20px;background:#fff}.project-details-one .project-info:before{display:none}.project-details-one .project-info{border:none;background:#cfff45}.project-details-one .project-info .inner-wrapper{padding:0}.project-details-one h2{font-size:32px;margin-bottom:16px}.project-details-one p{font-size:18px}.card-style-sixteen.arrow:after,.card-style-sixteen.arrow:before{display:none}.project-details-two .slider-wrapper{height:450px}.team-details .bg-wrapper .member-img{height:350px}.pricing-card-one{padding:35px 20px 40px}.pricing-section .contact-banner .screen_01{position:static;margin:0 auto;width:15%}.pricing-section .contact-banner h2{text-align:center;margin:15px 0 25px}.text-feature-one .line-wrapper{border-top:none}.text-feature-one .card-style-three{-webkit-padding-start:0;padding-inline-start:0;border-inset-inline-start:none}.fancy-banner-five h2{font-size:40px;line-height:1.2em}.fancy-banner-six h2{font-size:45px}.service-details .service-nav-item a{padding:20px 0}.service-details .service-nav-item a img{-webkit-margin-end:18px;margin-inline-end:18px}.product-block-one .product-title{margin-bottom:5px}.product-details-one .product-img-tab .nav-item{margin:20px 10px 0 0;width:88px}.product-details-one .product-review-tab .nav-tabs .nav-link{font-size:14px}.product-details-one .product-review-tab .tab-content h5{padding-top:20px}.cart-list-form .cart-footer .cart-total-section{-webkit-padding-end:0;padding-inline-end:0}.cart-list-form .cart-footer{margin-top:0}.cart-list-form .cart-footer .cart-total-section .cart-total-table tr td,.cart-list-form .cart-footer .cart-total-section .cart-total-table tr th{padding-bottom:10px}.hero-banner-six .hero-heading{font-size:52px}.block-feature-eleven .slider-wrapper{width:100%}.card-style-seventeen{padding:25px}.card-style-seventeen .text{width:100%;padding:15px 0 0}.block-feature-eleven .slider-wrapper .slick-dots{position:static;margin-top:40px;justify-content:center}.hero-banner-seven .hero-heading{font-size:45px}.hero-banner-seven{padding:200px 0 50px}.hero-banner-seven:after{height:100%}.block-feature-thirteen .graph-panel{border:none}.block-feature-thirteen .line-loop:before,.block-feature-thirteen .upper-wrapper .shape_01{display:none!important}.block-feature-fourteen .section-subheading{position:static;width:100%;text-align:center}.feedback-section-seven .slider-arrows li{width:50px;height:50px}.feedback-block-seven blockquote{font-size:30px;line-height:1.4em}.card-style-twentyOne .icon{width:150px;height:150px;padding:30px}.fancy-banner-eight .bg-wrapper{padding:40px 20px 0}}@media(min-width:768px)and (max-width:991px){.block-feature-one .section-subheading{width:50%}.block-feature-three .section-btn{top:38px}.team-section-one .section-btn{top:0}.blog-section-one .section-btn{top:35px}.blog-section-five .section-btn{top:25px}.hero-banner-two .hero-heading{font-size:45px;line-height:1.12em}.feedback-section-two .slider-wrapper{width:calc(100vw + 300px);transform:translateX(-150px)}}@media(max-width:767px){.fancy-banner-one:after{top:auto;inset-inline-start:0;height:55%}.block-feature-one .section-subheading,.block-feature-three .section-btn,.blog-section-one .section-btn,.blog-section-two .section-btn,.faq-section-two .section-btn,.team-section-one .section-btn,.team-section-three .section-btn{position:relative;width:100%;text-align:center;top:0}.feedback-section-one .title-one{position:relative}.block-feature-two .border-line{border:1px dashed #cacaca;border-inset-inline-start:none;border-inset-inline-end:none}.feedback-section-one .icon{bottom:auto;top:10px}.hero-banner-two .hero-heading{font-size:40px;line-height:1.12em}.feedback-section-six .shape_01,.feedback-section-six .shape_02,.hero-banner-two .shape_03,.hero-banner-two .shape_04{display:none!important}.user-data-form .nav .nav-item .nav-link{font-size:18px}.user-data-form h2{font-size:32px}.text-feature-three .media-wrapper .screen_02{inset-inline-start:0}.text-feature-three .media-wrapper .screen_01{inset-inline-end:0}.feedback-section-two .slider-wrapper{width:100%;transform:none;padding:0 12px}.fancy-banner-three{text-align:center}.fancy-banner-three .quote-btn{margin:30px auto 0}.text-feature-five .media-wrapper .screen_01{inset-inline-start:0;bottom:-5%}.hero-banner-five .media-wrapper{position:relative;border-radius:0 0 15px 15px;margin:40px 0 -10px;width:100%}.blog-section-five .section-btn{display:none}.blog-section-five .wrapper:before{width:100%;height:2px;inset-inline-end:0;top:50%}.portfolio-block-one .caption .tag li{font-size:12px}.project-details-one .project-info li{width:100%;border-inset-inline-end:none;border-bottom:1px dashed rgba(0,0,0,.25);margin:0}.text-feature-three .media-wrapper .screen_03{inset-inline-start:0;bottom:-5%}.team-details .bg-wrapper .border-right{border-inset-inline-end:none;border-bottom:1px solid #e9e9e9}.product-block-one .price{font-size:20px}.product-block-one .img-holder .cart-icon{opacity:1;transform:scale(1)}.product-block-one .img-holder .cart-button{opacity:1;transform:translateY(0)}.hero-banner-six .media-wrapper{height:400px}.hero-banner-six .media-wrapper .bg-shape{max-width:90%;bottom:-5%}.hero-banner-six .media-wrapper .screen_02{inset-inline-start:0}.portfolio-two .slider-wrapper{width:100%;max-width:600px;margin:0 auto;transform:none;padding:0 12px}.feedback-block-six h6:after,.feedback-block-six h6:before{width:50px;inset-inline-start:-70px;top:15px}.feedback-block-six h6:after{inset-inline-start:auto;inset-inline-end:-70px}}@media(max-width:575px){.blog-meta-one .post-img{height:200px}.hero-banner-two form{height:60px}.block-feature-four .shape_01,.faq-section-two .shape_01,.feedback-section-two .shape_01{top:-5%}.card-style-ten .main-count{font-size:40px}#isotop-gallery-wrapper.column-two .grid-sizer,#isotop-gallery-wrapper.column-two .isotop-item{width:100%}.feedback-block-five blockquote{font-size:28px}.feedback-block-five .name{font-size:20px}.newsletter-banner form input{padding:0 20px}.error-page .shape_01,.error-page .shape_02{bottom:0}.inner-banner-two .shape_01{bottom:3%}.inner-banner-two .shape_02{bottom:1%}.blog-details .post-details-meta .quote-wrapper .wrapper h3{font-size:24px}.product-details-one .product-review-tab .nav-tabs .nav-link{-webkit-margin-end:20px;margin-inline-end:20px;letter-spacing:.3px}.cart-list-form .cart-footer .btn-ten,.cart-list-form .cart-footer .coupon-form input{width:100%}.cart-list-form .cart-footer .cart-total-section{text-align:start}.cart-list-form .cart-footer .cart-total-section .cart-total-table tr td{text-align:end}.hero-banner-four .media-wrapper,.hero-banner-four .shape_01,.hero-banner-four .shape_02,.hero-banner-three .img-wrapper,.hero-banner-three .right-widget .screen_01{display:none!important}.card-style-twenty .text .arrow-btn{position:static}.feedback-section-seven .slider-arrows{position:static;transform:none;margin-top:35px}}@font-face{font-family:__IBM_Plex_Sans_Arabic_9084c0;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/9da48a48bf6500f8-s.p.woff2) format("woff2");unicode-range:U+06??,U+0750-077f,U+0870-088e,U+0890-0891,U+0897-08e1,U+08e3-08ff,U+200c-200e,U+2010-2011,U+204f,U+2e41,U+fb50-fdff,U+fe70-fe74,U+fe76-fefc,U+102e0-102fb,U+10e60-10e7e,U+10ec2-10ec4,U+10efc-10eff,U+1ee00-1ee03,U+1ee05-1ee1f,U+1ee21-1ee22,U+1ee24,U+1ee27,U+1ee29-1ee32,U+1ee34-1ee37,U+1ee39,U+1ee3b,U+1ee42,U+1ee47,U+1ee49,U+1ee4b,U+1ee4d-1ee4f,U+1ee51-1ee52,U+1ee54,U+1ee57,U+1ee59,U+1ee5b,U+1ee5d,U+1ee5f,U+1ee61-1ee62,U+1ee64,U+1ee67-1ee6a,U+1ee6c-1ee72,U+1ee74-1ee77,U+1ee79-1ee7c,U+1ee7e,U+1ee80-1ee89,U+1ee8b-1ee9b,U+1eea1-1eea3,U+1eea5-1eea9,U+1eeab-1eebb,U+1eef0-1eef1}@font-face{font-family:__IBM_Plex_Sans_Arabic_9084c0;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/9efac92d680e57b6-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__IBM_Plex_Sans_Arabic_9084c0;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1323037a3e4ea9e8-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__IBM_Plex_Sans_Arabic_9084c0;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/17efc7caebbb6a73-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__IBM_Plex_Sans_Arabic_9084c0;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/fb66eb17bf011c3b-s.p.woff2) format("woff2");unicode-range:U+06??,U+0750-077f,U+0870-088e,U+0890-0891,U+0897-08e1,U+08e3-08ff,U+200c-200e,U+2010-2011,U+204f,U+2e41,U+fb50-fdff,U+fe70-fe74,U+fe76-fefc,U+102e0-102fb,U+10e60-10e7e,U+10ec2-10ec4,U+10efc-10eff,U+1ee00-1ee03,U+1ee05-1ee1f,U+1ee21-1ee22,U+1ee24,U+1ee27,U+1ee29-1ee32,U+1ee34-1ee37,U+1ee39,U+1ee3b,U+1ee42,U+1ee47,U+1ee49,U+1ee4b,U+1ee4d-1ee4f,U+1ee51-1ee52,U+1ee54,U+1ee57,U+1ee59,U+1ee5b,U+1ee5d,U+1ee5f,U+1ee61-1ee62,U+1ee64,U+1ee67-1ee6a,U+1ee6c-1ee72,U+1ee74-1ee77,U+1ee79-1ee7c,U+1ee7e,U+1ee80-1ee89,U+1ee8b-1ee9b,U+1eea1-1eea3,U+1eea5-1eea9,U+1eeab-1eebb,U+1eef0-1eef1}@font-face{font-family:__IBM_Plex_Sans_Arabic_9084c0;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/3abc2a74bccacda0-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__IBM_Plex_Sans_Arabic_9084c0;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/20e170e88a69dd27-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__IBM_Plex_Sans_Arabic_9084c0;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/99dc19e540dbb87b-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__IBM_Plex_Sans_Arabic_Fallback_9084c0;src:local("Arial");ascent-override:107.38%;descent-override:41.07%;line-gap-override:0.00%;size-adjust:101.04%}.__className_9084c0{font-family:__IBM_Plex_Sans_Arabic_9084c0,__IBM_Plex_Sans_Arabic_Fallback_9084c0;font-style:normal}