@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;family=Besley:ital,wght@0,400..900;1,400..900&amp;family=Space+Grotesk:wght@300..700&amp;family=Playfair+Display:ital,wght@0,400..900;1,400..900&amp;family=Satisfy&amp;family=Teko:wght@300..700&amp;family=Phudu:wght@300..900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Onest:wght@100..900&amp;display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .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-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--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(to right, #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-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{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--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{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:100%;z-index:1;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:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media(prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;appearance:none}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0, 0, 0, .175);--bs-border-radius:.375rem;--bs-border-radius-sm:.25rem;--bs-border-radius-lg:.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-2xl:2rem;--bs-border-radius-pill:50rem;--bs-link-color:#0d6efd;--bs-link-hover-color:#0a58ca;--bs-code-color:#d63384;--bs-highlight-bg:#fff3cd}*,:after,:before{box-sizing:border-box}@media(prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;border:0;border-top:1px solid;opacity:.25}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media(min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media(min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media(min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.1875em;background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:var(--bs-link-color);text-decoration:underline}a:hover{color:var(--bs-link-hover-color)}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media(min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled,.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer:before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid var(--bs-border-color);border-radius:.375rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{--bs-gutter-x:30px;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media(min-width:576px){.container,.container-sm{max-width:540px}}@media(min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media(min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media(min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media(min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1200px}}.row{--bs-gutter-x:30px;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:.25rem}.g-1,.gy-1{--bs-gutter-y:.25rem}.g-2,.gx-2{--bs-gutter-x:.5rem}.g-2,.gy-2{--bs-gutter-y:.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media(min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media(min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media(min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media(min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media(min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-color:var(--bs-body-color);--bs-table-bg:transparent;--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-body-color);--bs-table-striped-bg:rgba(0, 0, 0, .05);--bs-table-active-color:var(--bs-body-color);--bs-table-active-bg:rgba(0, 0, 0, .1);--bs-table-hover-color:var(--bs-body-color);--bs-table-hover-bg:rgba(0, 0, 0, .075);width:100%;margin-bottom:1rem;color:var(--bs-table-color);vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:2px solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-striped-columns>:not(caption)>tr>:nth-child(2n){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-color:#000;--bs-table-bg:#cfe2ff;--bs-table-border-color:#bacbe6;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color:#000;--bs-table-bg:#e2e3e5;--bs-table-border-color:#cbccce;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color:#000;--bs-table-bg:#d1e7dd;--bs-table-border-color:#bcd0c7;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color:#000;--bs-table-bg:#cff4fc;--bs-table-border-color:#badce3;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color:#000;--bs-table-bg:#fff3cd;--bs-table-border-color:#e6dbb9;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color:#000;--bs-table-bg:#f8d7da;--bs-table-border-color:#dfc2c4;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color:#000;--bs-table-bg:#f8f9fa;--bs-table-border-color:#dfe0e1;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color:#fff;--bs-table-bg:#212529;--bs-table-border-color:#373b3e;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled{background-color:#e9ecef;opacity:1}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.25rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.5rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{width:3rem;height:calc(1.5em + .75rem + 2px);padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:.375rem}.form-control-color::-webkit-color-swatch{border-radius:.375rem}.form-control-color.form-control-sm{height:calc(1.5em + .5rem + 2px)}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + 2px)}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:.25rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:.5rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact;print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #0d6efd40}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #0d6efd40}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;width:100%;height:100%;padding:1rem .75rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media(prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control-plaintext::-moz-placeholder,.form-floating>.form-control::-moz-placeholder{color:transparent}.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown),.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translate(.15rem)}.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translate(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translate(.15rem)}.form-floating>.form-control-plaintext~label{border-width:1px 0}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.375rem}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.5rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.25rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:#198754e6;border-radius:.375rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem #19875440}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem #19875440}.form-control-color.is-valid,.was-validated .form-control-color:valid{width:calc(3.75rem + 1.5em)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem #19875440}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:#dc3545e6;border-radius:.375rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem #dc354540}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem #dc354540}.form-control-color.is-invalid,.was-validated .form-control-color:invalid{width:calc(3.75rem + 1.5em)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem #dc354540}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):invalid{z-index:4}.btn{--bs-btn-padding-x:.75rem;--bs-btn-padding-y:.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.5;--bs-btn-color:#212529;--bs-btn-bg:transparent;--bs-btn-border-width:1px;--bs-btn-border-color:transparent;--bs-btn-border-radius:.375rem;--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 rgba(255, 255, 255, .15),0 1px 1px rgba(0, 0, 0, .075);--bs-btn-disabled-opacity:.65;--bs-btn-focus-box-shadow:0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0b5ed7;--bs-btn-hover-border-color:#0a58ca;--bs-btn-focus-shadow-rgb:49,132,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0a58ca;--bs-btn-active-border-color:#0a53be;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#0d6efd;--bs-btn-disabled-border-color:#0d6efd}.btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#5c636a;--bs-btn-hover-border-color:#565e64;--bs-btn-focus-shadow-rgb:130,138,145;--bs-btn-active-color:#fff;--bs-btn-active-bg:#565e64;--bs-btn-active-border-color:#51585e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#6c757d;--bs-btn-disabled-border-color:#6c757d}.btn-success{--bs-btn-color:#fff;--bs-btn-bg:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#157347;--bs-btn-hover-border-color:#146c43;--bs-btn-focus-shadow-rgb:60,153,110;--bs-btn-active-color:#fff;--bs-btn-active-bg:#146c43;--bs-btn-active-border-color:#13653f;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#198754;--bs-btn-disabled-border-color:#198754}.btn-info{--bs-btn-color:#000;--bs-btn-bg:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#31d2f2;--bs-btn-hover-border-color:#25cff2;--bs-btn-focus-shadow-rgb:11,172,204;--bs-btn-active-color:#000;--bs-btn-active-bg:#3dd5f3;--bs-btn-active-border-color:#25cff2;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#0dcaf0;--bs-btn-disabled-border-color:#0dcaf0}.btn-warning{--bs-btn-color:#000;--bs-btn-bg:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffca2c;--bs-btn-hover-border-color:#ffc720;--bs-btn-focus-shadow-rgb:217,164,6;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffcd39;--bs-btn-active-border-color:#ffc720;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ffc107;--bs-btn-disabled-border-color:#ffc107}.btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#bb2d3b;--bs-btn-hover-border-color:#b02a37;--bs-btn-focus-shadow-rgb:225,83,97;--bs-btn-active-color:#fff;--bs-btn-active-bg:#b02a37;--bs-btn-active-border-color:#a52834;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#dc3545;--bs-btn-disabled-border-color:#dc3545}.btn-light{--bs-btn-color:#000;--bs-btn-bg:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d3d4d5;--bs-btn-hover-border-color:#c6c7c8;--bs-btn-focus-shadow-rgb:211,212,213;--bs-btn-active-color:#000;--bs-btn-active-bg:#c6c7c8;--bs-btn-active-border-color:#babbbc;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f8f9fa;--bs-btn-disabled-border-color:#f8f9fa}.btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#424649;--bs-btn-hover-border-color:#373b3e;--bs-btn-focus-shadow-rgb:66,70,73;--bs-btn-active-color:#fff;--bs-btn-active-bg:#4d5154;--bs-btn-active-border-color:#373b3e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#212529;--bs-btn-disabled-border-color:#212529}.btn-outline-primary{--bs-btn-color:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0d6efd;--bs-btn-hover-border-color:#0d6efd;--bs-btn-focus-shadow-rgb:13,110,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0d6efd;--bs-btn-active-border-color:#0d6efd;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#0d6efd;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0d6efd;--bs-gradient:none}.btn-outline-secondary{--bs-btn-color:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#6c757d;--bs-btn-hover-border-color:#6c757d;--bs-btn-focus-shadow-rgb:108,117,125;--bs-btn-active-color:#fff;--bs-btn-active-bg:#6c757d;--bs-btn-active-border-color:#6c757d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#6c757d;--bs-gradient:none}.btn-outline-success{--bs-btn-color:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#198754;--bs-btn-hover-border-color:#198754;--bs-btn-focus-shadow-rgb:25,135,84;--bs-btn-active-color:#fff;--bs-btn-active-bg:#198754;--bs-btn-active-border-color:#198754;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#198754;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#198754;--bs-gradient:none}.btn-outline-info{--bs-btn-color:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#0dcaf0;--bs-btn-hover-border-color:#0dcaf0;--bs-btn-focus-shadow-rgb:13,202,240;--bs-btn-active-color:#000;--bs-btn-active-bg:#0dcaf0;--bs-btn-active-border-color:#0dcaf0;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#0dcaf0;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0dcaf0;--bs-gradient:none}.btn-outline-warning{--bs-btn-color:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffc107;--bs-btn-hover-border-color:#ffc107;--bs-btn-focus-shadow-rgb:255,193,7;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffc107;--bs-btn-active-border-color:#ffc107;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#ffc107;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#ffc107;--bs-gradient:none}.btn-outline-danger{--bs-btn-color:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#dc3545;--bs-btn-hover-border-color:#dc3545;--bs-btn-focus-shadow-rgb:220,53,69;--bs-btn-active-color:#fff;--bs-btn-active-bg:#dc3545;--bs-btn-active-border-color:#dc3545;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#dc3545;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#dc3545;--bs-gradient:none}.btn-outline-light{--bs-btn-color:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f8f9fa;--bs-btn-hover-border-color:#f8f9fa;--bs-btn-focus-shadow-rgb:248,249,250;--bs-btn-active-color:#000;--bs-btn-active-bg:#f8f9fa;--bs-btn-active-border-color:#f8f9fa;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#f8f9fa;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f8f9fa;--bs-gradient:none}.btn-outline-dark{--bs-btn-color:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#212529;--bs-btn-hover-border-color:#212529;--bs-btn-focus-shadow-rgb:33,37,41;--bs-btn-active-color:#fff;--bs-btn-active-bg:#212529;--bs-btn-active-border-color:#212529;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#212529;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#212529;--bs-gradient:none}.btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:none;--bs-btn-focus-shadow-rgb:49,132,253;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-group-lg>.btn,.btn-lg{--bs-btn-padding-y:.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:.5rem}.btn-group-sm>.btn,.btn-sm{--bs-btn-padding-y:.25rem;--bs-btn-padding-x:.5rem;--bs-btn-font-size:.875rem;--bs-btn-border-radius:.25rem}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropdown-center,.dropend,.dropstart,.dropup,.dropup-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:.5rem;--bs-dropdown-spacer:.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:#212529;--bs-dropdown-bg:#fff;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:.375rem;--bs-dropdown-border-width:1px;--bs-dropdown-inner-border-radius: calc(.375rem - 1px) ;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:.5rem;--bs-dropdown-box-shadow:0 .5rem 1rem rgba(0, 0, 0, .15);--bs-dropdown-link-color:#212529;--bs-dropdown-link-hover-color:#1e2125;--bs-dropdown-link-hover-bg:#e9ecef;--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:.25rem;--bs-dropdown-header-color:#6c757d;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media(min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media(min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media(min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media(min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media(min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle:after{display:none}.dropstart .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color:#dee2e6;--bs-dropdown-bg:#343a40;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color:#dee2e6;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:rgba(255, 255, 255, .15);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:.375rem}.btn-group>.btn-group:not(:first-child),.btn-group>:not(.btn-check:first-child)+.btn{margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-link-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:#6c757d;display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media(prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:var(--bs-nav-link-hover-color)}.nav-link.disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width:1px;--bs-nav-tabs-border-color:#dee2e6;--bs-nav-tabs-border-radius:.375rem;--bs-nav-tabs-link-hover-border-color:#e9ecef #e9ecef #dee2e6;--bs-nav-tabs-link-active-color:#495057;--bs-nav-tabs-link-active-bg:#fff;--bs-nav-tabs-link-active-border-color:#dee2e6 #dee2e6 #fff;border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));background:0 0;border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-link.disabled,.nav-tabs .nav-link:disabled{color:var(--bs-nav-link-disabled-color);background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius:.375rem;--bs-nav-pills-link-active-color:#fff;--bs-nav-pills-link-active-bg:#0d6efd}.nav-pills .nav-link{background:0 0;border:0;border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link:disabled{color:var(--bs-nav-link-disabled-color);background-color:transparent;border-color:transparent}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:.5rem;--bs-navbar-color:rgba(0, 0, 0, .55);--bs-navbar-hover-color:rgba(0, 0, 0, .7);--bs-navbar-disabled-color:rgba(0, 0, 0, .3);--bs-navbar-active-color:rgba(0, 0, 0, .9);--bs-navbar-brand-padding-y:.3125rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1.25rem;--bs-navbar-brand-color:rgba(0, 0, 0, .9);--bs-navbar-brand-hover-color:rgba(0, 0, 0, .9);--bs-navbar-nav-link-padding-x:.5rem;--bs-navbar-toggler-padding-y:.25rem;--bs-navbar-toggler-padding-x:.75rem;--bs-navbar-toggler-font-size:1.25rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color:rgba(0, 0, 0, .1);--bs-navbar-toggler-border-radius:.375rem;--bs-navbar-toggler-focus-width:.25rem;--bs-navbar-toggler-transition:box-shadow .15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .show>.nav-link{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:focus,.navbar-text a:hover{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media(prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media(min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark{--bs-navbar-color:rgba(255, 255, 255, .55);--bs-navbar-hover-color:rgba(255, 255, 255, .75);--bs-navbar-disabled-color:rgba(255, 255, 255, .25);--bs-navbar-active-color:#fff;--bs-navbar-brand-color:#fff;--bs-navbar-brand-hover-color:#fff;--bs-navbar-toggler-border-color:rgba(255, 255, 255, .1);--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card{--bs-card-spacer-y:1rem;--bs-card-spacer-x:1rem;--bs-card-title-spacer-y:.5rem;--bs-card-border-width:1px;--bs-card-border-color:var(--bs-border-color-translucent);--bs-card-border-radius:.375rem;--bs-card-box-shadow: ;--bs-card-inner-border-radius: calc(.375rem - 1px) ;--bs-card-cap-padding-y:.5rem;--bs-card-cap-padding-x:1rem;--bs-card-cap-bg:rgba(0, 0, 0, .03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg:#fff;--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:.75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y)}.card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;inset:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media(min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion{--bs-accordion-color:#212529;--bs-accordion-bg:#fff;--bs-accordion-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:1px;--bs-accordion-border-radius:.375rem;--bs-accordion-inner-border-radius: calc(.375rem - 1px) ;--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:#212529;--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform .2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-focus-border-color:#86b7fe;--bs-accordion-btn-focus-box-shadow:0 0 0 .25rem rgba(13, 110, 253, .25);--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:#0c63e4;--bs-accordion-active-bg:#e7f1ff}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media(prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed):after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button:after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media(prefers-reduced-motion:reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:var(--bs-accordion-btn-focus-border-color);outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button,.accordion-flush .accordion-item .accordion-button.collapsed{border-radius:0}.breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color:#6c757d;--bs-breadcrumb-item-padding-x:.5rem;--bs-breadcrumb-item-active-color:#6c757d;display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider, "https://html.aqlova.com/")}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x:.75rem;--bs-pagination-padding-y:.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:#fff;--bs-pagination-border-width:1px;--bs-pagination-border-color:#dee2e6;--bs-pagination-border-radius:.375rem;--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:#e9ecef;--bs-pagination-hover-border-color:#dee2e6;--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:#e9ecef;--bs-pagination-focus-box-shadow:0 0 0 .25rem rgba(13, 110, 253, .25);--bs-pagination-active-color:#fff;--bs-pagination-active-bg:#0d6efd;--bs-pagination-active-border-color:#0d6efd;--bs-pagination-disabled-color:#6c757d;--bs-pagination-disabled-bg:#fff;--bs-pagination-disabled-border-color:#dee2e6;display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.active>.page-link,.page-link.active{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.disabled>.page-link,.page-link.disabled{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius:.5rem}.pagination-sm{--bs-pagination-padding-x:.5rem;--bs-pagination-padding-y:.25rem;--bs-pagination-font-size:.875rem;--bs-pagination-border-radius:.25rem}.badge{--bs-badge-padding-x:.65em;--bs-badge-padding-y:.35em;--bs-badge-font-size:.75em;--bs-badge-font-weight:700;--bs-badge-color:#fff;--bs-badge-border-radius:.375rem;display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:1px solid var(--bs-alert-border-color);--bs-alert-border-radius:.375rem;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color:#084298;--bs-alert-bg:#cfe2ff;--bs-alert-border-color:#b6d4fe}.alert-primary .alert-link{color:#06357a}.alert-secondary{--bs-alert-color:#41464b;--bs-alert-bg:#e2e3e5;--bs-alert-border-color:#d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-success{--bs-alert-color:#0f5132;--bs-alert-bg:#d1e7dd;--bs-alert-border-color:#badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{--bs-alert-color:#055160;--bs-alert-bg:#cff4fc;--bs-alert-border-color:#b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{--bs-alert-color:#664d03;--bs-alert-bg:#fff3cd;--bs-alert-border-color:#ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{--bs-alert-color:#842029;--bs-alert-bg:#f8d7da;--bs-alert-border-color:#f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-light{--bs-alert-color:#636464;--bs-alert-bg:#fefefe;--bs-alert-border-color:#fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{--bs-alert-color:#141619;--bs-alert-bg:#d3d3d4;--bs-alert-border-color:#bcbebf}.alert-dark .alert-link{color:#101214}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{--bs-progress-height:1rem;--bs-progress-font-size:.75rem;--bs-progress-bg:#e9ecef;--bs-progress-border-radius:.375rem;--bs-progress-box-shadow:inset 0 1px 2px rgba(0, 0, 0, .075);--bs-progress-bar-color:#fff;--bs-progress-bar-bg:#0d6efd;--bs-progress-bar-transition:width .6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media(prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media(prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color:#212529;--bs-list-group-bg:#fff;--bs-list-group-border-color:rgba(0, 0, 0, .125);--bs-list-group-border-width:1px;--bs-list-group-border-radius:.375rem;--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:.5rem;--bs-list-group-action-color:#495057;--bs-list-group-action-hover-color:#495057;--bs-list-group-action-hover-bg:#f8f9fa;--bs-list-group-action-active-color:#212529;--bs-list-group-action-active-bg:#e9ecef;--bs-list-group-disabled-color:#6c757d;--bs-list-group-disabled-bg:#fff;--bs-list-group-active-color:#fff;--bs-list-group-active-bg:#0d6efd;--bs-list-group-active-border-color:#0d6efd;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media(min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#084298;background-color:#cfe2ff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#084298;background-color:#bacbe6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}.list-group-item-secondary{color:#41464b;background-color:#e2e3e5}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#41464b;background-color:#cbccce}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.list-group-item-success{color:#0f5132;background-color:#d1e7dd}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#0f5132;background-color:#bcd0c7}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#664d03;background-color:#e6dbb9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#842029;background-color:#f8d7da}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#842029;background-color:#dfc2c4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-light{color:#636464;background-color:#fefefe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#636464;background-color:#e5e5e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.list-group-item-dark{color:#141619;background-color:#d3d3d4}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#141619;background-color:#bebebf}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.375rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem #0d6efd40;opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{--bs-toast-zindex:1090;--bs-toast-padding-x:.75rem;--bs-toast-padding-y:.5rem;--bs-toast-spacing:1.5rem;--bs-toast-max-width:350px;--bs-toast-font-size:.875rem;--bs-toast-color: ;--bs-toast-bg:rgba(255, 255, 255, .85);--bs-toast-border-width:1px;--bs-toast-border-color:var(--bs-border-color-translucent);--bs-toast-border-radius:.375rem;--bs-toast-box-shadow:0 .5rem 1rem rgba(0, 0, 0, .15);--bs-toast-header-color:#6c757d;--bs-toast-header-bg:rgba(255, 255, 255, .85);--bs-toast-header-border-color:rgba(0, 0, 0, .05);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex:1090;position:absolute;z-index:var(--bs-toast-zindex);width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-.5 * var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:.5rem;--bs-modal-color: ;--bs-modal-bg:#fff;--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:1px;--bs-modal-border-radius:.5rem;--bs-modal-box-shadow:0 .125rem .25rem rgba(0, 0, 0, .075);--bs-modal-inner-border-radius: calc(.5rem - 1px) ;--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:1px;--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:1px;position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media(prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000;--bs-backdrop-opacity:.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin:calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media(min-width:576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:0 .5rem 1rem rgba(0, 0, 0, .15)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width:300px}}@media(min-width:992px){.modal-lg,.modal-xl{--bs-modal-width:800px}}@media(min-width:1200px){.modal-xl{--bs-modal-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media(max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-footer,.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media(max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-footer,.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media(max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-footer,.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media(max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-footer,.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media(max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-footer,.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:.5rem;--bs-tooltip-padding-y:.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:.875rem;--bs-tooltip-color:#fff;--bs-tooltip-bg:#000;--bs-tooltip-border-radius:.375rem;--bs-tooltip-opacity:.9;--bs-tooltip-arrow-width:.8rem;--bs-tooltip-arrow-height:.4rem;z-index:var(--bs-tooltip-zindex);display:block;padding:var(--bs-tooltip-arrow-height);margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex:1070;--bs-popover-max-width:276px;--bs-popover-font-size:.875rem;--bs-popover-bg:#fff;--bs-popover-border-width:1px;--bs-popover-border-color:var(--bs-border-color-translucent);--bs-popover-border-radius:.5rem;--bs-popover-inner-border-radius: calc(.5rem - 1px) ;--bs-popover-box-shadow:0 .5rem 1rem rgba(0, 0, 0, .15);--bs-popover-header-padding-x:1rem;--bs-popover-header-padding-y:.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color: ;--bs-popover-header-bg:#f0f0f0;--bs-popover-body-padding-x:1rem;--bs-popover-body-padding-y:1rem;--bs-popover-body-color:#212529;--bs-popover-arrow-width:1rem;--bs-popover-arrow-height:.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow:after,.popover .popover-arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid;border-width:0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:after,.bs-popover-top>.popover-arrow:before{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-top>.popover-arrow:after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:after,.bs-popover-end>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-end>.popover-arrow:after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:before{border-width:0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-.5 * var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:after,.bs-popover-start>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-start>.popover-arrow:after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translate(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translate(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}.spinner-border,.spinner-grow{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-.125em;--bs-spinner-border-width:.25em;--bs-spinner-animation-speed:.75s;--bs-spinner-animation-name:spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:transparent}.spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-.125em;--bs-spinner-animation-speed:.75s;--bs-spinner-animation-name:spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem}@media(prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed:1.5s}}.offcanvas,.offcanvas-lg,.offcanvas-md,.offcanvas-sm,.offcanvas-xl,.offcanvas-xxl{--bs-offcanvas-zindex:1045;--bs-offcanvas-width:400px;--bs-offcanvas-height:30vh;--bs-offcanvas-padding-x:1rem;--bs-offcanvas-padding-y:1rem;--bs-offcanvas-color: ;--bs-offcanvas-bg:#fff;--bs-offcanvas-border-width:1px;--bs-offcanvas-border-color:var(--bs-border-color-translucent);--bs-offcanvas-box-shadow:0 .125rem .25rem rgba(0, 0, 0, .075)}@media(max-width:575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media(max-width:575.98px)and (prefers-reduced-motion:reduce){.offcanvas-sm{transition:none}}@media(max-width:575.98px){.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}}@media(max-width:575.98px){.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}}@media(max-width:575.98px){.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media(max-width:575.98px){.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media(max-width:575.98px){.offcanvas-sm.show:not(.hiding),.offcanvas-sm.showing{transform:none}}@media(max-width:575.98px){.offcanvas-sm.hiding,.offcanvas-sm.show,.offcanvas-sm.showing{visibility:visible}}@media(min-width:576px){.offcanvas-sm{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media(max-width:767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media(max-width:767.98px)and (prefers-reduced-motion:reduce){.offcanvas-md{transition:none}}@media(max-width:767.98px){.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}}@media(max-width:767.98px){.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}}@media(max-width:767.98px){.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media(max-width:767.98px){.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media(max-width:767.98px){.offcanvas-md.show:not(.hiding),.offcanvas-md.showing{transform:none}}@media(max-width:767.98px){.offcanvas-md.hiding,.offcanvas-md.show,.offcanvas-md.showing{visibility:visible}}@media(min-width:768px){.offcanvas-md{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media(max-width:991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media(max-width:991.98px)and (prefers-reduced-motion:reduce){.offcanvas-lg{transition:none}}@media(max-width:991.98px){.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}}@media(max-width:991.98px){.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}}@media(max-width:991.98px){.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media(max-width:991.98px){.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media(max-width:991.98px){.offcanvas-lg.show:not(.hiding),.offcanvas-lg.showing{transform:none}}@media(max-width:991.98px){.offcanvas-lg.hiding,.offcanvas-lg.show,.offcanvas-lg.showing{visibility:visible}}@media(min-width:992px){.offcanvas-lg{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media(max-width:1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media(max-width:1199.98px)and (prefers-reduced-motion:reduce){.offcanvas-xl{transition:none}}@media(max-width:1199.98px){.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}}@media(max-width:1199.98px){.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}}@media(max-width:1199.98px){.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media(max-width:1199.98px){.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media(max-width:1199.98px){.offcanvas-xl.show:not(.hiding),.offcanvas-xl.showing{transform:none}}@media(max-width:1199.98px){.offcanvas-xl.hiding,.offcanvas-xl.show,.offcanvas-xl.showing{visibility:visible}}@media(min-width:1200px){.offcanvas-xl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media(max-width:1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media(max-width:1399.98px)and (prefers-reduced-motion:reduce){.offcanvas-xxl{transition:none}}@media(max-width:1399.98px){.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}}@media(max-width:1399.98px){.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}}@media(max-width:1399.98px){.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media(max-width:1399.98px){.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media(max-width:1399.98px){.offcanvas-xxl.show:not(.hiding),.offcanvas-xxl.showing{transform:none}}@media(max-width:1399.98px){.offcanvas-xxl.hiding,.offcanvas-xxl.show,.offcanvas-xxl.showing{visibility:visible}}@media(min-width:1400px){.offcanvas-xxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}.offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media(prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.show:not(.hiding),.offcanvas.showing{transform:none}.offcanvas.hiding,.offcanvas.show,.offcanvas.showing{visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);margin-top:calc(-.5 * var(--bs-offcanvas-padding-y));margin-right:calc(-.5 * var(--bs-offcanvas-padding-x));margin-bottom:calc(-.5 * var(--bs-offcanvas-padding-y))}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.placeholder.btn:before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,#000c,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{to{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.clearfix:after{display:block;clear:both;content:""}.text-bg-primary{color:#fff!important;background-color:RGBA(13,110,253,var(--bs-bg-opacity,1))!important}.text-bg-secondary{color:#fff!important;background-color:RGBA(108,117,125,var(--bs-bg-opacity,1))!important}.text-bg-success{color:#fff!important;background-color:RGBA(25,135,84,var(--bs-bg-opacity,1))!important}.text-bg-info{color:#000!important;background-color:RGBA(13,202,240,var(--bs-bg-opacity,1))!important}.text-bg-warning{color:#000!important;background-color:RGBA(255,193,7,var(--bs-bg-opacity,1))!important}.text-bg-danger{color:#fff!important;background-color:RGBA(220,53,69,var(--bs-bg-opacity,1))!important}.text-bg-light{color:#000!important;background-color:RGBA(248,249,250,var(--bs-bg-opacity,1))!important}.text-bg-dark{color:#fff!important;background-color:RGBA(33,37,41,var(--bs-bg-opacity,1))!important}.link-primary{color:#0d6efd!important}.link-primary:focus,.link-primary:hover{color:#0a58ca!important}.link-secondary{color:#6c757d!important}.link-secondary:focus,.link-secondary:hover{color:#565e64!important}.link-success{color:#198754!important}.link-success:focus,.link-success:hover{color:#146c43!important}.link-info{color:#0dcaf0!important}.link-info:focus,.link-info:hover{color:#3dd5f3!important}.link-warning{color:#ffc107!important}.link-warning:focus,.link-warning:hover{color:#ffcd39!important}.link-danger{color:#dc3545!important}.link-danger:focus,.link-danger:hover{color:#b02a37!important}.link-light{color:#f8f9fa!important}.link-light:focus,.link-light:hover{color:#f9fafb!important}.link-dark{color:#212529!important}.link-dark:focus,.link-dark:hover{color:#1a1e21!important}.ratio{position:relative;width:100%}.ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}@media(min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media(min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media(min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media(min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media(min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link:after{position:absolute;inset:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem #00000026!important}.shadow-sm{box-shadow:0 .125rem .25rem #00000013!important}.shadow-lg{box-shadow:0 1rem 3rem #0000002d!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translate(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-1{--bs-border-width:1px}.border-2{--bs-border-width:2px}.border-3{--bs-border-width:3px}.border-4{--bs-border-width:4px}.border-5{--bs-border-width:5px}.border-opacity-10{--bs-border-opacity:.1}.border-opacity-25{--bs-border-opacity:.25}.border-opacity-50{--bs-border-opacity:.5}.border-opacity-75{--bs-border-opacity:.75}.border-opacity-100{--bs-border-opacity:1}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-semibold{font-weight:600!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#6c757d!important}.text-black-50{--bs-text-opacity:1;color:#00000080!important}.text-white-50{--bs-text-opacity:1;color:#ffffff80!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:.25}.text-opacity-50{--bs-text-opacity:.5}.text-opacity-75{--bs-text-opacity:.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-opacity-10{--bs-bg-opacity:.1}.bg-opacity-25{--bs-bg-opacity:.25}.bg-opacity-50{--bs-bg-opacity:.5}.bg-opacity-75{--bs-bg-opacity:.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-2xl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-end{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media(min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media(min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media(min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media(min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media(min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media(min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:#00000040;position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:#0000001a}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:#00000080;border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;inset:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:99999;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader,.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:"";display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px #0009;background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:"";position:absolute;inset:40px 0;display:block;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px #0009;background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px)and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:#0009;bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:#0009;position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.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-105{margin-top:105px}.mt-110{margin-top:110px}.mt-115{margin-top:115px}.mt-120{margin-top:120px}.mt-125{margin-top:125px}.mt-130{margin-top:130px}.mt-135{margin-top:135px}.mt-140{margin-top:140px}.mt-145{margin-top:145px}.mt-150{margin-top:150px}.mt-155{margin-top:155px}.mt-160{margin-top:160px}.mt-165{margin-top:165px}.mt-170{margin-top:170px}.mt-175{margin-top:175px}.mt-180{margin-top:180px}.mt-185{margin-top:185px}.mt-190{margin-top:190px}.mt-195{margin-top:195px}.mt-200{margin-top:200px}.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-105{margin-bottom:105px}.mb-110{margin-bottom:110px}.mb-115{margin-bottom:115px}.mb-120{margin-bottom:120px}.mb-125{margin-bottom:125px}.mb-130{margin-bottom:130px}.mb-135{margin-bottom:135px}.mb-140{margin-bottom:140px}.mb-145{margin-bottom:145px}.mb-150{margin-bottom:150px}.mb-155{margin-bottom:155px}.mb-160{margin-bottom:160px}.mb-165{margin-bottom:165px}.mb-170{margin-bottom:170px}.mb-175{margin-bottom:175px}.mb-180{margin-bottom:180px}.mb-185{margin-bottom:185px}.mb-190{margin-bottom:190px}.mb-195{margin-bottom:195px}.mb-200{margin-bottom:200px}.ml-5{margin-left:5px}.ml-10{margin-left:10px}.ml-15{margin-left:15px}.ml-20{margin-left:20px}.ml-25{margin-left:25px}.ml-30{margin-left:30px}.ml-35{margin-left:35px}.ml-40{margin-left:40px}.ml-45{margin-left:45px}.ml-50{margin-left:50px}.ml-55{margin-left:55px}.ml-60{margin-left:60px}.ml-65{margin-left:65px}.ml-70{margin-left:70px}.ml-75{margin-left:75px}.ml-80{margin-left:80px}.ml-85{margin-left:85px}.ml-90{margin-left:90px}.ml-95{margin-left:95px}.ml-100{margin-left:100px}.ml-105{margin-left:105px}.ml-110{margin-left:110px}.ml-115{margin-left:115px}.ml-120{margin-left:120px}.ml-125{margin-left:125px}.ml-130{margin-left:130px}.ml-135{margin-left:135px}.ml-140{margin-left:140px}.ml-145{margin-left:145px}.ml-150{margin-left:150px}.ml-155{margin-left:155px}.ml-160{margin-left:160px}.ml-165{margin-left:165px}.ml-170{margin-left:170px}.ml-175{margin-left:175px}.ml-180{margin-left:180px}.ml-185{margin-left:185px}.ml-190{margin-left:190px}.ml-195{margin-left:195px}.ml-200{margin-left:200px}.mr-5{margin-right:5px}.mr-10{margin-right:10px}.mr-15{margin-right:15px}.mr-20{margin-right:20px}.mr-25{margin-right:25px}.mr-30{margin-right:30px}.mr-35{margin-right:35px}.mr-40{margin-right:40px}.mr-45{margin-right:45px}.mr-50{margin-right:50px}.mr-55{margin-right:55px}.mr-60{margin-right:60px}.mr-65{margin-right:65px}.mr-70{margin-right:70px}.mr-75{margin-right:75px}.mr-80{margin-right:80px}.mr-85{margin-right:85px}.mr-90{margin-right:90px}.mr-95{margin-right:95px}.mr-100{margin-right:100px}.mr-105{margin-right:105px}.mr-110{margin-right:110px}.mr-115{margin-right:115px}.mr-120{margin-right:120px}.mr-125{margin-right:125px}.mr-130{margin-right:130px}.mr-135{margin-right:135px}.mr-140{margin-right:140px}.mr-145{margin-right:145px}.mr-150{margin-right:150px}.mr-155{margin-right:155px}.mr-160{margin-right:160px}.mr-165{margin-right:165px}.mr-170{margin-right:170px}.mr-175{margin-right:175px}.mr-180{margin-right:180px}.mr-185{margin-right:185px}.mr-190{margin-right:190px}.mr-195{margin-right:195px}.mr-200{margin-right:200px}.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-105{padding-top:105px}.pt-110{padding-top:110px}.pt-115{padding-top:115px}.pt-120{padding-top:120px}.pt-125{padding-top:125px}.pt-130{padding-top:130px}.pt-135{padding-top:135px}.pt-140{padding-top:140px}.pt-145{padding-top:145px}.pt-150{padding-top:150px}.pt-155{padding-top:155px}.pt-160{padding-top:160px}.pt-165{padding-top:165px}.pt-170{padding-top:170px}.pt-175{padding-top:175px}.pt-180{padding-top:180px}.pt-185{padding-top:185px}.pt-190{padding-top:190px}.pt-195{padding-top:195px}.pt-200{padding-top:200px}.pt-270{padding-top:270px}.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-105{padding-bottom:105px}.pb-110{padding-bottom:110px}.pb-115{padding-bottom:115px}.pb-120{padding-bottom:120px}.pb-125{padding-bottom:125px}.pb-130{padding-bottom:130px}.pb-135{padding-bottom:135px}.pb-140{padding-bottom:140px}.pb-145{padding-bottom:145px}.pb-150{padding-bottom:150px}.pb-155{padding-bottom:155px}.pb-160{padding-bottom:160px}.pb-165{padding-bottom:165px}.pb-170{padding-bottom:170px}.pb-175{padding-bottom:175px}.pb-180{padding-bottom:180px}.pb-185{padding-bottom:185px}.pb-190{padding-bottom:190px}.pb-195{padding-bottom:195px}.pb-200{padding-bottom:200px}.pl-5{padding-left:5px}.pl-10{padding-left:10px}.pl-15{padding-left:15px}.pl-20{padding-left:20px}.pl-25{padding-left:25px}.pl-30{padding-left:30px}.pl-35{padding-left:35px}.pl-40{padding-left:40px}.pl-45{padding-left:45px}.pl-50{padding-left:50px}.pl-55{padding-left:55px}.pl-60{padding-left:60px}.pl-65{padding-left:65px}.pl-70{padding-left:70px}.pl-75{padding-left:75px}.pl-80{padding-left:80px}.pl-85{padding-left:85px}.pl-90{padding-left:90px}.pl-95{padding-left:95px}.pl-100{padding-left:100px}.pl-105{padding-left:105px}.pl-110{padding-left:110px}.pl-115{padding-left:115px}.pl-120{padding-left:120px}.pl-125{padding-left:125px}.pl-130{padding-left:130px}.pl-135{padding-left:135px}.pl-140{padding-left:140px}.pl-145{padding-left:145px}.pl-150{padding-left:150px}.pl-155{padding-left:155px}.pl-160{padding-left:160px}.pl-165{padding-left:165px}.pl-170{padding-left:170px}.pl-175{padding-left:175px}.pl-180{padding-left:180px}.pl-185{padding-left:185px}.pl-190{padding-left:190px}.pl-195{padding-left:195px}.pl-200{padding-left:200px}.pr-5{padding-right:5px}.pr-10{padding-right:10px}.pr-15{padding-right:15px}.pr-20{padding-right:20px}.pr-25{padding-right:25px}.pr-30{padding-right:30px}.pr-35{padding-right:35px}.pr-40{padding-right:40px}.pr-45{padding-right:45px}.pr-50{padding-right:50px}.pr-55{padding-right:55px}.pr-60{padding-right:60px}.pr-65{padding-right:65px}.pr-70{padding-right:70px}.pr-75{padding-right:75px}.pr-80{padding-right:80px}.pr-85{padding-right:85px}.pr-90{padding-right:90px}.pr-95{padding-right:95px}.pr-100{padding-right:100px}.pr-105{padding-right:105px}.pr-110{padding-right:110px}.pr-115{padding-right:115px}.pr-120{padding-right:120px}.pr-125{padding-right:125px}.pr-130{padding-right:130px}.pr-135{padding-right:135px}.pr-140{padding-right:140px}.pr-145{padding-right:145px}.pr-150{padding-right:150px}.pr-155{padding-right:155px}.pr-160{padding-right:160px}.pr-165{padding-right:165px}.pr-170{padding-right:170px}.pr-175{padding-right:175px}.pr-180{padding-right:180px}.pr-185{padding-right:185px}.pr-190{padding-right:190px}.pr-195{padding-right:195px}.pr-200{padding-right:200px}.atropos{position:relative;display:block;perspective:1200px;transform:translateZ(0)}.atropos-rotate-scroll-x,.atropos-rotate-scroll-y,.atropos-rotate-touch{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.atropos-rotate-touch-scroll-y{touch-action:pan-y}.atropos-rotate-touch-scroll-x{touch-action:pan-x}.atropos-rotate-touch{touch-action:none}.atropos-rotate,.atropos-scale{width:100%;height:100%;transform-style:preserve-3d;transition-property:transform;display:block}.atropos-highlight,.atropos-shadow{position:absolute;pointer-events:none;transition-property:transform,opacity;display:block;opacity:0}.atropos-shadow{z-index:-1;left:0;top:0;width:100%;height:100%}.atropos-highlight{left:-50%;top:-50%;width:auto;height:auto;z-index:0}.atropos-rotate{position:relative}.atropos-inner{width:100%;height:100%;position:relative;transform-style:preserve-3d;transform:translateZ(0);display:block}.atropos-active{z-index:1}.atropos-active .atropos-shadow{opacity:1!important}::slotted([data-atropos-offset]),[data-atropos-offset]{transition-property:transform}[data-atropos-opacity]{transition-property:opacity}::slotted([data-atropos-offset][data-atropos-opacity]),[data-atropos-offset][data-atropos-opacity]{transition-property:transform,opacity}@keyframes bannerAnimationTwo{0%{transform:translate(0)}20%{transform:translate(20px,-5px)}40%{transform:translate(50px,20px)}60%{transform:translate(20px,50px)}80%{transform:translate(-20px,30px)}to{transform:translate(0)}}.back-to-top-wrapper,a,button,p,input,select,textarea,li,.transition-3{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.tp-product-details-views>span svg,.tp-btn-white-border span{-webkit-transform:translateY(-1px);-moz-transform:translateY(-1px);-ms-transform:translateY(-1px);-o-transform:translateY(-1px);transform:translateY(-1px)}.tp-product-details-action-sm-btn svg,.tp-product-details-wishlist-btn svg,.tp-perspective-social-info span svg,.tp-team-details-info-contact a svg,.app-testimonial-review-content span svg,.pp-service-2-banner-text p span,.pp-service-2-banner-text a span,.tp-service-4-solution-item-btn a span,.pp-service-details-process-bottom span a svg,.st-hero-btn-icon,.pp-footer-btn span,.postbox__comment-reply a span,.tp-header-10-announcement-content a span,.breadcrumb__list span:not(:last-child):after,.tp-btn-border-2.st span,.tp-portfolio-details-btn span{-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px);transform:translateY(-2px)}.tp-career-title .shape-1{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px);transform:translateY(-3px)}@font-face{font-family:Platform;src:url(/assets/Platform-Light-B_SY1GJM.html);src:local("Platform Light"),local("Platform-Light"),url(/assets/Platform-Light-B_SY1GJM.html?#iefix) format("embedded-opentype"),url(/assets/Platform-Light-B_SY1GJM.html) format("woff2"),url(/assets/Platform-Light-B_SY1GJM.html) format("woff"),url(/assets/Platform-Light-B_SY1GJM.html) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Platform;src:url(/assets/Platform-Light-B_SY1GJM.html);src:local("Platform Regular"),local("Platform-Regular"),url(/assets/Platform-Light-B_SY1GJM.html?#iefix) format("embedded-opentype"),url(/assets/Platform-Light-B_SY1GJM.html) format("woff2"),url(/assets/Platform-Light-B_SY1GJM.html) format("woff"),url(/assets/Platform-Light-B_SY1GJM.html) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Platform;src:url(/assets/Platform-Light-B_SY1GJM.html);src:local("Platform Medium"),local("Platform-Medium"),url(/assets/Platform-Light-B_SY1GJM.html?#iefix) format("embedded-opentype"),url(/assets/Platform-Light-B_SY1GJM.html) format("woff2"),url(/assets/Platform-Light-B_SY1GJM.html) format("woff"),url(/assets/Platform-Light-B_SY1GJM.html) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:MangoGrotesque;src:url(/assets/MangoGrotesque-Bold-DIW7nm20.html);src:url(/assets/MangoGrotesque-Bold-DIW7nm20.html?#iefix) format("embedded-opentype"),url(/assets/Platform-Light-B_SY1GJM.html) format("woff"),url(/assets/Platform-Light-B_SY1GJM.html) format("woff2"),url(/assets/Platform-Light-B_SY1GJM.html) format("truetype");font-style:normal;font-weight:700;text-rendering:optimizeLegibility}@font-face{font-family:MangoGrotesqueLight;src:url(/assets/MangoGrotesque-Bold-DIW7nm20.html);src:url(/assets/MangoGrotesque-Bold-DIW7nm20.html?#iefix) format("embedded-opentype"),url(/assets/Platform-Light-B_SY1GJM.html) format("woff"),url(/assets/Platform-Light-B_SY1GJM.html) format("woff2"),url(/assets/Platform-Light-B_SY1GJM.html) format("truetype");font-style:normal;font-weight:400;text-rendering:optimizeLegibility}@font-face{font-family:MangoGrotesqueMed;src:url(/assets/MangoGrotesque-Bold-DIW7nm20.html);src:url(/assets/MangoGrotesque-Bold-DIW7nm20.html?#iefix) format("embedded-opentype"),url(/assets/Platform-Light-B_SY1GJM.html) format("woff"),url(/assets/Platform-Light-B_SY1GJM.html) format("woff2"),url(/assets/Platform-Light-B_SY1GJM.html) format("truetype");font-style:normal;font-weight:400;text-rendering:optimizeLegibility}@font-face{font-family:MangoGrotesqueSemBd;src:url(/assets/MangoGrotesque-Bold-DIW7nm20.html);src:url(/assets/MangoGrotesque-Bold-DIW7nm20.html?#iefix) format("embedded-opentype"),url(/assets/Platform-Light-B_SY1GJM.html) format("woff"),url(/assets/Platform-Light-B_SY1GJM.html) format("woff2"),url(/assets/Platform-Light-B_SY1GJM.html) format("truetype");font-style:normal;font-weight:400;text-rendering:optimizeLegibility}@font-face{font-family:MangoGrotesque;src:url(/assets/MangoGrotesque-Bold-DIW7nm20.html);src:url(/assets/MangoGrotesque-Bold-DIW7nm20.html?#iefix) format("embedded-opentype"),url(/assets/Platform-Light-B_SY1GJM.html) format("woff"),url(/assets/Platform-Light-B_SY1GJM.html) format("woff2"),url(/assets/Platform-Light-B_SY1GJM.html) format("truetype");font-style:normal;font-weight:400;text-rendering:optimizeLegibility}@font-face{font-family:MangoGrotesqueThin;src:url(/assets/MangoGrotesque-Bold-DIW7nm20.html);src:url(/assets/MangoGrotesque-Bold-DIW7nm20.html?#iefix) format("embedded-opentype"),url(/assets/Platform-Light-B_SY1GJM.html) format("woff"),url(/assets/Platform-Light-B_SY1GJM.html) format("woff2"),url(/assets/Platform-Light-B_SY1GJM.html) format("truetype");font-style:normal;font-weight:400;text-rendering:optimizeLegibility}@font-face{font-family:dirtyline-36daysoftype-2022;src:url(/assets/Platform-Light-B_SY1GJM.html);font-style:normal;font-weight:400;text-rendering:optimizeLegibility}@font-face{font-family:ClashDisplay-Light;src:url(/assets/Platform-Light-B_SY1GJM.html) format("woff2"),url(/assets/Platform-Light-B_SY1GJM.html) format("woff"),url(/assets/Platform-Light-B_SY1GJM.html) format("truetype");font-weight:300;font-display:swap;font-style:normal}@font-face{font-family:ClashDisplay-Regular;src:url(/assets/Platform-Light-B_SY1GJM.html) format("woff2"),url(/assets/Platform-Light-B_SY1GJM.html) format("woff"),url(/assets/Platform-Light-B_SY1GJM.html) format("truetype");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:ClashDisplay-Medium;src:url(/assets/Platform-Light-B_SY1GJM.html) format("woff2"),url(/assets/Platform-Light-B_SY1GJM.html) format("woff"),url(/assets/Platform-Light-B_SY1GJM.html) format("truetype");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:ClashDisplay-Semibold;src:url(/assets/Platform-Light-B_SY1GJM.html) format("woff2"),url(/assets/Platform-Light-B_SY1GJM.html) format("woff"),url(/assets/Platform-Light-B_SY1GJM.html) format("truetype");font-weight:600;font-display:swap;font-style:normal}@font-face{font-family:ClashDisplay-Bold;src:url(/assets/Platform-Light-B_SY1GJM.html) format("woff2"),url(/assets/Platform-Light-B_SY1GJM.html) format("woff"),url(/assets/Platform-Light-B_SY1GJM.html) format("truetype");font-weight:700;font-display:swap;font-style:normal}:root{--tp-ff-teko: "Teko", serif;--tp-ff-body: "Inter", sans-serif;--tp-ff-heading: "Inter", sans-serif;--tp-ff-inter: "Inter", sans-serif;--tp-ff-p: "Inter", sans-serif;--tp-ff-besley: "Besley", serif;--tp-ff-mango-thin: "MangoGrotesqueThin", serif;--tp-ff-mango-light: "MangoGrotesqueLight", serif;--tp-ff-mango: "MangoGrotesque", serif;--tp-ff-mango-medium: "MangoGrotesqueMed", serif;--tp-ff-mango-semibold: "MangoGrotesqueSemBd", serif;--tp-ff-mango-bold: "MangoGrotesque", serif;--tp-ff-clash-light: "ClashDisplay-Light", serif;--tp-ff-clash-regular: "ClashDisplay-Regular", serif;--tp-ff-clash-medium: "ClashDisplay-Medium", serif;--tp-ff-clash-semibold: "ClashDisplay-Semibold", serif;--tp-ff-clash-bold: "ClashDisplay-Bold", serif;--tp-ff-grotesk: "Space Grotesk", serif;--tp-ff-platform: "Platform", serif;--tp-ff-playfair: "Playfair Display", serif;--tp-ff-satisfy: "Satisfy", cursive;--tp-ff-dirtyline: "dirtyline-36daysoftype-2022", serif;--tp-ff-phudu: "Phudu", serif;--tp-ff-poppins: "Poppins", serif;--tp-ff-onest: "Onest", serif;--tp-ff-fontawesome: "Font Awesome 6 Pro";--tp-common-white: #ffffff;--tp-common-black: #141414;--tp-common-black-2: #232323;--tp-common-black-3: #000;--tp-common-black-4: #0a0a0a;--tp-common-black-5: #121212;--tp-common-black-6: #212121;--tp-common-black-7: #0E0F11;--tp-common-black-8: #1a1b1e;--tp-common-black-9: #16302f;--tp-common-black-10: #21212D;--tp-common-cream: #f9f4e8;--tp-common-cream-2: #FFF6BF;--tp-common-cream-3: #ffffe6;--tp-common-yellow: #ffc446;--tp-common-yellow-1: #FFF669;--tp-common-yellow-green: #E9FF48;--tp-common-green-light: #D0FF71;--tp-common-green-regular: #C1ED00;--tp-common-green-solid: #17312F;--tp-common-pink-light: #FDE1DA;--tp-common-paste: #43D4A0;--tp-common-paste-2: #0C5752;--tp-common-sky: #C5FCFC;--tp-common-red: #FF4851;--tp-common-red-2: #FF481F;--tp-common-red-3: #FF5722;--tp-common-blue: #7463FF;--tp-common-brown: #453030;--tp-grey-1: #f8f8f8;--tp-grey-2: #f1f1f1;--tp-grey-3: #F8F8FB;--tp-grey-4: #F6F8EF;--tp-coffe-1: #653624;--tp-coffe-2: #552411;--tp-cream-1: #B7AB98;--tp-cream-2: #CFC292;--tp-text-body: #2e2d2d;--tp-theme-green: #A0FF27;--tp-theme-pink: #EC6FD5;--tp-theme-yellow: #FFB701;--tp-border-1: #EAEBED;--tp-border-2: #e7e7e7}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}html,body{width:100%;overflow-x:hidden}@media(min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1510px}.container-1830{max-width:1830px}.container-1800{max-width:1800px}.container-1750{max-width:1750px}.container-1730{max-width:1730px}.container-1680{max-width:1680px}.container-1630{max-width:1630px}.container-1610{max-width:1610px}.container-1580{max-width:1580px}.container-1550{max-width:1550px}.container-1460{max-width:1460px}.container-1430{max-width:1430px}.container-1350{max-width:1350px}.container-1330{max-width:1330px}.container-1320{max-width:1320px}.container-1300{max-width:1300px}.container-1230{max-width:1230px}.container-1200{max-width:1200px}.container-1030{max-width:1030px}}body{font-size:14px;line-height:26px;font-weight:400;color:var(--tp-text-body);font-family:var(--tp-ff-body)}img{max-width:100%}a{text-decoration:none}h1,h2,h3,h4,h5,h6{margin-top:0;font-weight:500;line-height:1.2;-webkit-transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;-ms-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out;transition:color .3s ease-in-out;color:var(--tp-common-black);font-family:var(--tp-ff-heading)}h1{font-size:40px}h2{font-size:36px}h3{font-size:28px}h4{font-size:24px}h5{font-size:20px}h6{font-size:16px}ul{margin:0;padding:0}p{font-weight:400;font-size:18px;line-height:1.56;margin-bottom:15px;letter-spacing:-.02em;font-family:var(--tp-ff-p);color:var(--tp-text-body)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}a:focus,.button:focus{text-decoration:none;outline:none}a:focus,a:hover{color:inherit;text-decoration:none}a,button{color:inherit;outline:none;border:none;background:transparent}button:hover{cursor:pointer}button:focus{outline:0}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}input[type=text],input[type=email],input[type=tel],input[type=number],input[type=password],input[type=url],textarea{outline:none;height:60px;width:100%;line-height:60px;font-size:16px;padding-left:26px;padding-right:26px;border-radius:8px;background:#f6f6f9;color:var(--tp-common-black);border:1px solid rgb(246,246,249)}input[type=text]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:var(--tp-common-black)}input[type=text]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=url]::-moz-placeholder,textarea::-moz-placeholder{color:var(--tp-common-black)}input[type=text]:-moz-placeholder,input[type=email]:-moz-placeholder,input[type=tel]:-moz-placeholder,input[type=number]:-moz-placeholder,input[type=password]:-moz-placeholder,input[type=url]:-moz-placeholder,textarea:-moz-placeholder{color:var(--tp-common-black)}input[type=text]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,textarea:-ms-input-placeholder{color:var(--tp-common-black)}input[type=text]::placeholder,input[type=email]::placeholder,input[type=tel]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=url]::placeholder,textarea::placeholder{color:var(--tp-common-black)}input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=number]:focus,input[type=password]:focus,input[type=url]:focus,textarea:focus{border-color:var(--tp-common-black)}input[type=text]:focus::placeholder,input[type=email]:focus::placeholder,input[type=tel]:focus::placeholder,input[type=number]:focus::placeholder,input[type=password]:focus::placeholder,input[type=url]:focus::placeholder,textarea:focus::placeholder{opacity:0}textarea{line-height:1.4;padding-top:17px;padding-bottom:17px}input[type=color]{appearance:none;-moz-appearance:none;-webkit-appearance:none;background:none;border:0;cursor:pointer;height:100%;width:100%;padding:0;border-radius:50%}*::-moz-selection{background:var(--tp-common-black);color:var(--tp-common-white);text-shadow:none}::-moz-selection{background:var(--tp-common-black);color:var(--tp-common-white);text-shadow:none}::selection{background:var(--tp-common-black);color:var(--tp-common-white);text-shadow:none}*::-moz-placeholder{color:var(--tp-common-black);font-size:14px;opacity:1}*::placeholder{color:var(--tp-common-black);font-size:14px;opacity:1}.tp-line-black{display:inline;transition:all .3s linear;background-repeat:no-repeat;background-size:0% 1px,0 1px;background-position:100% 100%,0 100%;background-image:linear-gradient(currentcolor,currentcolor),linear-gradient(currentcolor,currentcolor)}.tp-line-black:hover{background-size:0% 1px,100% 1px}.tp-line-white{display:inline;transition:all .3s linear;background-repeat:no-repeat;background-size:0% 1px,0 1px;background-position:100% 100%,0 100%;background-image:linear-gradient(currentcolor,currentcolor),linear-gradient(currentcolor,currentcolor)}.tp-line-white.green,.tp-line-white.cream{background-position:100% 100%,0 75%;background-image:linear-gradient(currentcolor,currentcolor),linear-gradient(currentcolor,currentcolor)}.tp-line-white.cream-2{background-image:linear-gradient(currentcolor,currentcolor),linear-gradient(currentcolor,currentcolor)}.tp-line-white:hover{background-size:0% 1px,100% 1px}.body-padding{padding:0 20px}@media(max-width:767px){.body-padding{padding:0}}.tp_img_reveal{visibility:hidden;overflow:hidden}.w-img img{width:100%}.m-img img{max-width:100%}.fix{overflow:hidden}.clear{clear:both}.z-index-1{position:relative;z-index:1}.z-index-2{position:relative;z-index:2}.z-index-3{position:relative;z-index:3}.z-index-4{position:relative;z-index:4}.z-index-5{position:relative;z-index:5}.z-index-6{position:relative;z-index:6}.z-index-7{position:relative;z-index:7}.z-index-8{position:relative;z-index:8}.z-index-9{position:relative;z-index:9}.z-index-10{position:relative;z-index:10}.gx-7{--bs-gutter-x: 7px}.gx-10{--bs-gutter-x: 10px}.gx-12{--bs-gutter-x: 12px}.gx-15{--bs-gutter-x: 15px}.gx-20{--bs-gutter-x: 20px}.gx-24{--bs-gutter-x: 24px}.gx-30{--bs-gutter-x: 30px}.gx-40{--bs-gutter-x: 40px}.gx-45{--bs-gutter-x: 45px}.gx-50{--bs-gutter-x: 50px}.gx-55{--bs-gutter-x: 55px}.gx-60{--bs-gutter-x: 60px}.gx-70{--bs-gutter-x: 70px}.gx-80{--bs-gutter-x: 80px}.gx-90{--bs-gutter-x: 90px}.gx-100{--bs-gutter-x: 100px}.gx-135{--bs-gutter-x: 135px}@media only screen and (min-width:768px)and (max-width:991px){.gx-135{--bs-gutter-x: 30px}}.overflow-y-visible{overflow-x:hidden;overflow-y:visible}.text-capitalize{text-transform:capitalize}.text-uppercase{text-transform:uppercase}.p-relative{position:relative}.p-absolute{position:absolute}.include-bg{background-position:center;background-size:cover;background-repeat:no-repeat}.tp-dropcap:first-letter{float:left;width:65px;height:85px;font-size:90px;line-height:.8;font-weight:500;margin-right:5px;text-align:center;line-height:inherit;text-transform:capitalize;color:var(--tp-common-white);font-family:var(--tp-ff-body)}.coffe-bg{background-color:var(--tp-coffe-1)}.counter-row{counter-reset:count}.back-to-top-wrapper{position:fixed;right:50px;bottom:0;height:44px;width:44px;cursor:pointer;display:block;border-radius:50%;z-index:99;opacity:0;visibility:hidden}@media(max-width:767px){.back-to-top-wrapper{right:20px;bottom:20px}}.back-to-top-wrapper.back-to-top-btn-show{visibility:visible;opacity:1;bottom:50px}.back-to-top-btn{display:inline-block;width:44px;height:44px;line-height:44px;text-align:center;border-radius:50%;color:var(--tp-common-black);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background:var(--tp-common-white);box-shadow:0 8px 16px #03041c4d}.back-to-top-btn svg{-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px);transform:translateY(-2px)}.back-to-top-btn:hover{-webkit-transform:translateY(-4px);-moz-transform:translateY(-4px);-ms-transform:translateY(-4px);-o-transform:translateY(-4px);transform:translateY(-4px)}.tp-btn-black{position:relative;display:inline-block}.tp-btn-black-text{font-size:16px;font-weight:500;padding:7px 22px;border-radius:9999px;color:var(--tp-common-white);background-color:var(--tp-common-black)}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-btn-black-text{font-size:14px;padding:7px 17px}}@media(max-width:767px){.tp-btn-black-text{font-size:15px;padding:7px 13px}}.tp-btn-black-filter-blur{position:absolute;top:0;left:0}.tp-btn-black-circle{width:36px;height:36px;line-height:32px;margin-left:-4px;text-align:center;border-radius:9999px;transition-duration:.9s;background:var(--tp-common-black);transition-timing-function:cubic-bezier(.135,.9,.15,1)}.tp-btn-black-circle>svg{width:14px;margin-left:3px;color:var(--tp-common-white);transform:translate(-2px)}.tp-btn-black:hover .tp-btn-black-circle{transform:translate(12px) rotate(45deg)}.tp-btn-black.btn-green-bg .tp-btn-black-text{color:var(--tp-common-black);background-color:var(--tp-theme-green)}.tp-btn-black.btn-green-bg .tp-btn-black-circle{background:var(--tp-theme-green)}.tp-btn-black.btn-green-bg .tp-btn-black-circle svg{color:var(--tp-common-black)}.tp-btn-black.btn-green-bg:hover .tp-btn-black-circle{transform:translate(12px) rotate(45deg)}.tp-btn-black.btn-red-bg .tp-btn-black-text{color:var(--tp-common-white);background-color:var(--tp-common-red-3)}.tp-btn-black.btn-red-bg .tp-btn-black-circle{background:var(--tp-common-red-3)}.tp-btn-black.btn-red-bg .tp-btn-black-circle svg{color:var(--tp-common-white)}.tp-btn-black.btn-red-bg:hover .tp-btn-black-circle{transform:translate(12px) rotate(45deg)}.tp-btn-black.btn-white-bg .tp-btn-black-text{color:var(--tp-common-black);background-color:var(--tp-common-white)}.tp-btn-black.btn-white-bg .tp-btn-black-circle{background:var(--tp-common-white)}.tp-btn-black.btn-white-bg .tp-btn-black-circle svg{color:var(--tp-common-black)}.tp-btn-black.btn-white-bg:hover .tp-btn-black-circle{transform:translate(12px) rotate(45deg)}.tp-btn-black.btn-green-light-bg .tp-btn-black-text{color:var(--tp-common-black);background-color:var(--tp-common-green-light)}.tp-btn-black.btn-green-light-bg .tp-btn-black-circle{background-color:var(--tp-common-green-light)}.tp-btn-black.btn-green-light-bg .tp-btn-black-circle svg{color:var(--tp-common-black)}.tp-btn-black.btn-transparent-bg .tp-btn-black-text{color:var(--tp-common-white);background-color:#26282c}.tp-btn-black.btn-transparent-bg .tp-btn-black-circle{background-color:#26282c}.tp-btn-black.btn-transparent-bg .tp-btn-black-circle svg{color:var(--tp-common-white)}.tp-btn-black-square{padding:20px 34px;font-weight:600;font-size:16px;line-height:1;border-radius:10px;display:inline-block;letter-spacing:-.01em;color:var(--tp-common-white);background-color:var(--tp-common-black)}.tp-btn-black-square span{position:relative;z-index:1;overflow:hidden;display:inline-block}.tp-btn-black-square span span.text-1{position:relative;display:block;transition:.3s}.tp-btn-black-square span span.text-2{position:absolute;top:100%;display:block;transition:.3s}.tp-btn-black-square i{position:relative;overflow:hidden;width:14px;height:14px;display:inline-flex;margin-left:7px}.tp-btn-black-square i svg{transform:translateY(-2px);position:absolute;bottom:-1px;left:1px;transition:all .2s ease-out}.tp-btn-black-square i svg:last-child{left:-12px;bottom:-12px;transform:translate(0);opacity:0}.tp-btn-black-square:hover{color:var(--tp-common-white)}.tp-btn-black-square:hover span span.text-1{-webkit-transform:translateY(-150%);transform:translateY(-150%)}.tp-btn-black-square:hover span span.text-2{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.tp-btn-black-square:hover i svg:first-child{transform:translate(16px,-16px)}.tp-btn-black-square:hover i svg:last-child{opacity:1;visibility:visible;transform:translate(13px,-13px)}.tp-btn-black-square:focus{color:var(--tp-common-white)}.tp-btn-black-square.yellow-bg{color:var(--tp-common-black);background-color:var(--tp-common-yellow)}.tp-btn-black-solid{display:inline-block;border-radius:40px;padding:18px 70px;font-size:16px;line-height:1;letter-spacing:1px;text-transform:uppercase;color:var(--tp-common-white);background-color:var(--tp-common-black);font-family:var(--tp-ff-clash-medium)}@media(max-width:767px){.tp-btn-black-solid{font-size:15px;padding:18px 30px}}.tp-btn-black-solid:hover{color:var(--tp-common-white);border-color:var(--tp-common-red-2);background-color:var(--tp-common-red-2)}.tp-btn-black-solid:focus{color:var(--tp-common-white)}.tp-btn-black-radius{font-size:16px;font-weight:600;padding:4px 4px 4px 22px;border-radius:38px;display:inline-block;letter-spacing:-.01em;color:var(--tp-common-white);background-color:#21212d;gap:10px}.tp-btn-black-radius span{position:relative;z-index:1;overflow:hidden;display:inline-block}.tp-btn-black-radius span span.text-1{position:relative;display:block;transition:.3s;transform:translateY(-1px)}.tp-btn-black-radius span span.text-2{position:absolute;top:100%;display:block;transition:.3s;transform:translateY(-1px)}.tp-btn-black-radius i{height:38px;width:38px;line-height:38px;border-radius:50%;margin-left:2px;text-align:center;display:inline-block;background-color:var(--tp-common-white)}.tp-btn-black-radius i span{position:relative;overflow:hidden;width:14px;height:14px;display:inline-flex}.tp-btn-black-radius i svg{transform:translateY(-2px);position:absolute;bottom:-1px;left:1px;transition:all .2s ease-out}.tp-btn-black-radius i svg:last-child{left:-12px;bottom:-12px;transform:translate(0);opacity:0}.tp-btn-black-radius:hover{color:var(--tp-common-white)}.tp-btn-black-radius:hover span span.text-1{-webkit-transform:translateY(-150%);transform:translateY(-150%)}.tp-btn-black-radius:hover span span.text-2{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.tp-btn-black-radius:hover i svg:first-child{transform:translate(16px,-16px)}.tp-btn-black-radius:hover i svg:last-child{opacity:1;visibility:visible;transform:translate(13px,-13px)}.tp-btn-black-radius:focus{color:var(--tp-common-white)}.tp-btn-black-radius.btn-blue-bg{padding:5px 5px 5px 22px;background-color:var(--tp-common-blue);border:1px solid rgba(238,241,234,.04)}.tp-btn-black-radius.btn-blue-bg i{height:48px;width:48px;line-height:50px}.tp-btn-black-radius.btn-blue-bg.btn-border{background-color:transparent;color:var(--tp-common-black-10);border:1px solid rgba(33,33,45,.1)}.tp-btn-black-radius.btn-blue-bg.btn-border i{line-height:52px;color:var(--tp-common-white);background-color:var(--tp-common-black-10)}.tp-btn-black-radius.btn-blue-bg.btn-border i span{width:19px;height:15px;margin-left:2px;display:inline-block}.tp-btn-black-radius.btn-blur{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:1.5px solid rgba(255,255,255,.3)}.tp-btn-border{font-weight:400;font-size:40px;transition:.3s;border-radius:6px;padding:8px 20px;line-height:1;display:inline-block;letter-spacing:1px;color:var(--tp-common-cream);font-family:var(--tp-ff-mango);border:1px solid rgba(249,244,232,.1)}.tp-btn-border:hover{color:var(--tp-common-black);border-color:var(--tp-common-cream);background-color:var(--tp-common-cream)}.tp-btn-border-2{font-weight:500;font-size:15px;line-height:1;transition:.3s;padding:15px 25px;border-radius:24px;display:inline-block;text-transform:uppercase;color:var(--tp-common-black);font-family:var(--tp-ff-clash-medium);border:1px solid rgba(25,25,25,.1)}.tp-btn-border-2:hover{color:var(--tp-common-white);border-color:var(--tp-common-red-2);background-color:var(--tp-common-red-2)}.tp-btn-border-2 span svg{margin-left:6px;transform:translateY(-2px)}.tp-btn-border-2.st{font-size:18px;font-weight:600;padding:14px 28px;color:var(--tp-common-brown);font-family:var(--tp-ff-poppins);border-color:#45303026}.tp-btn-border-2.st:hover{color:var(--tp-common-white);border-color:var(--tp-common-brown);background-color:var(--tp-common-brown)}.tp-btn-sky-border{font-weight:600;font-size:16px;line-height:1;display:inline-block;letter-spacing:-.02em;color:var(--tp-common-sky);border:1.5px solid #c5fcfc;border-radius:50px;padding:22px 36px}@media only screen and (min-width:768px)and (max-width:991px){.tp-btn-sky-border{padding:17px 25px}}@media(max-width:767px){.tp-btn-sky-border{padding:16px 25px}}.tp-btn-sky-border:hover{background-color:#c5fcfc;color:var(--tp-common-black)}.tp-btn-sky-border.height-50{padding:16px 36px}.tp-btn-sky-border.solid-bg{color:var(--tp-common-black);background-color:#c5fcfc}.tp-btn-sky-border.solid-bg:hover{color:var(--tp-common-sky);background-color:transparent}.tp-btn-sky{font-weight:600;font-size:16px;line-height:1;display:inline-block;letter-spacing:-.02em;border-radius:50px;padding:20px 36px;background-color:#c5fcfc;color:var(--tp-common-black)}.tp-btn-yellow{font-weight:600;font-size:14px;line-height:1;padding:12px 24px;display:inline-block;letter-spacing:-.01em;color:var(--tp-common-black);background-color:var(--tp-common-yellow);border:1px solid rgba(255,255,255,.3)}@media(max-width:767px){.tp-btn-yellow{padding:12px 13px}}.tp-btn-yellow span{margin-right:8px}.tp-btn-yellow span svg{transform:translateY(-1px)}.tp-btn-green-border{font-weight:600;font-size:14px;line-height:1;padding:16px 28px 14px;border-radius:30px;display:inline-block;text-transform:uppercase;color:#2a4c3a;border:1px solid #2A4C3A}.tp-btn-green-border span{position:relative;z-index:1;overflow:hidden;display:inline-block}.tp-btn-green-border span span.text-1{position:relative;display:block;transition:.3s}.tp-btn-green-border span span.text-2{position:absolute;bottom:100%;display:block;transition:.3s}.tp-btn-green-border i{position:relative;overflow:hidden;width:12px;height:12px;display:inline-flex;margin-left:8px}.tp-btn-green-border i svg{transform:translateY(-2px);position:absolute;bottom:-1px;left:1px;transition:all .2s ease-out}.tp-btn-green-border i svg:last-child{left:-12px;bottom:-12px;transform:translate(0);opacity:0}.tp-btn-green-border:hover{color:#2a4c3a}.tp-btn-green-border:hover span span.text-1{-webkit-transform:translateY(150%);transform:translateY(150%)}.tp-btn-green-border:hover span span.text-2{bottom:50%;-webkit-transform:translateY(50%);transform:translateY(50%)}.tp-btn-green-border:hover i{display:inline-block;transform:translateY(-1px)}.tp-btn-green-border:hover i svg:first-child{transform:translate(16px,-16px)}.tp-btn-green-border:hover i svg:last-child{opacity:1;visibility:visible;transform:translate(13px,-13px)}.tp-btn-green-border:focus{color:#2a4c3a}.tp-btn-yellow-green{border-radius:10px;padding:16px 24px;font-weight:600;font-size:14px;line-height:1;display:inline-block;letter-spacing:-.01em;text-transform:uppercase;color:var(--tp-common-black-9);background-color:var(--tp-common-yellow-green)}.tp-btn-yellow-green span{position:relative;z-index:1;overflow:hidden;display:inline-block}.tp-btn-yellow-green span span.text-1{position:relative;display:block;transition:.3s}.tp-btn-yellow-green span span.text-2{position:absolute;top:100%;display:block;transition:.3s}.tp-btn-yellow-green.lg{font-size:16px;padding:22px 28px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-btn-yellow-green.lg{font-size:14px;padding:17px 20px}}.tp-btn-yellow-green.green-solid{gap:8px;line-height:1;font-size:16px;font-weight:600;padding:18px 24px;letter-spacing:-.01em;text-transform:capitalize;color:var(--tp-common-black);display:inline-flex;align-items:center;justify-content:center;background-color:var(--tp-common-green-regular)}.tp-btn-yellow-green.green-solid span{position:relative;z-index:1;overflow:hidden;display:inline-block}.tp-btn-yellow-green.green-solid span span.text-1{position:relative;display:block;transition:.3s}.tp-btn-yellow-green.green-solid span span.text-2{position:absolute;top:100%;display:block;transition:.3s}.tp-btn-yellow-green.green-solid.btn-60{padding:23px 24px}.tp-btn-yellow-green.green-solid.btn-60 span{position:relative;z-index:1;overflow:hidden;display:inline-block}.tp-btn-yellow-green.green-solid.btn-60 span span.text-1{position:relative;display:block;transition:.3s}.tp-btn-yellow-green.green-solid.btn-60 span span.text-2{position:absolute;top:100%;display:block;transition:.3s}.tp-btn-yellow-green.green-solid.btn-60 i{position:relative;overflow:hidden;width:14px;height:14px;display:inline-flex;margin-left:4px}.tp-btn-yellow-green.green-solid.btn-60 i svg{transform:translateY(-2px);position:absolute;bottom:-1px;left:1px;transition:all .2s ease-out}.tp-btn-yellow-green.green-solid.btn-60 i svg:last-child{left:-12px;bottom:-12px;transform:translate(0);opacity:0}.tp-btn-yellow-green.green-solid.btn-60:hover{color:var(--tp-common-black)}.tp-btn-yellow-green.green-solid.btn-60:hover span span.text-1{-webkit-transform:translateY(-150%);transform:translateY(-150%)}.tp-btn-yellow-green.green-solid.btn-60:hover span span.text-2{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.tp-btn-yellow-green.green-solid.btn-60:hover i svg:first-child{transform:translate(16px,-16px)}.tp-btn-yellow-green.green-solid.btn-60:hover i svg:last-child{opacity:1;visibility:visible;transform:translate(13px,-13px)}.tp-btn-yellow-green.green-solid:hover{color:var(--tp-common-black)}.tp-btn-yellow-green.green-solid:hover span span.text-1{-webkit-transform:translateY(-150%);transform:translateY(-150%)}.tp-btn-yellow-green.green-solid:hover span span.text-2{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.tp-btn-yellow-green.green-solid:focus{color:var(--tp-common-black)}.tp-btn-yellow-green:hover{color:var(--tp-common-black)}.tp-btn-yellow-green:hover span span.text-1{-webkit-transform:translateY(-150%);transform:translateY(-150%)}.tp-btn-yellow-green:hover span span.text-2{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.tp-btn-yellow-green:focus{color:var(--tp-common-black)}.tp-btn-yellow-green.sidebar-btn{font-weight:600;font-size:16px;line-height:1;color:#16302f;padding:18px 24px;letter-spacing:-.01em;background-color:#d0ff71}.tp-btn-yellow-green.sidebar-btn.sidebar-btn-style{padding:20px 54px 16px;font-weight:600;font-size:16px;line-height:1;color:#16302f;letter-spacing:-.01em}.tp-btn-yellow-border{font-weight:600;font-size:16px;line-height:1;padding:21px 28px;border-radius:10px;display:inline-block;letter-spacing:-.01em;text-transform:uppercase;color:var(--tp-common-yellow-green);border:1px solid var(--tp-common-yellow-green)}.tp-btn-yellow-border span{position:relative;z-index:1;overflow:hidden;display:inline-block}.tp-btn-yellow-border span span.text-1{position:relative;display:block;transition:.3s}.tp-btn-yellow-border span span.text-2{position:absolute;bottom:100%;display:block;transition:.3s}.tp-btn-yellow-border i{position:relative;overflow:hidden;width:12px;height:12px;display:inline-flex;margin-left:7px}.tp-btn-yellow-border i svg{transform:translateY(-2px);position:absolute;bottom:-1px;left:1px;transition:all .2s ease-out}.tp-btn-yellow-border i svg:last-child{left:-12px;bottom:-12px;transform:translate(0);opacity:0}@media(max-width:767px){.tp-btn-yellow-border{font-size:14px;padding:15px 20px}}.tp-btn-yellow-border.sm{font-size:14px;padding:15px 28px}.tp-btn-yellow-border:hover{color:var(--tp-common-yellow-green)}.tp-btn-yellow-border:hover span span.text-1{-webkit-transform:translateY(150%);transform:translateY(150%)}.tp-btn-yellow-border:hover span span.text-2{bottom:50%;-webkit-transform:translateY(50%);transform:translateY(50%)}.tp-btn-yellow-border:hover i svg:first-child{transform:translate(16px,-16px)}.tp-btn-yellow-border:hover i svg:last-child{opacity:1;visibility:visible;transform:translate(13px,-13px)}.tp-btn-yellow-border:focus{color:var(--tp-common-yellow-green)}.tp-btn-yellow-border.postbox-btn{font-weight:600;font-size:15px;line-height:1;color:#d0ff71;padding:15.5px 28px;background:#1a1b1e;border:1px solid #1a1b1e}.tp-btn-yellow-border.postbox-btn i{width:15px;height:15px;border-radius:14px}.tp-btn-red-border{border-radius:20px;padding:11px 20px;font-size:16px;line-height:1;display:inline-block;text-transform:uppercase;color:var(--tp-common-cream);font-family:var(--tp-ff-clash-semibold);border:1.5px solid var(--tp-common-red)}.tp-btn-red-border:hover{color:var(--tp-common-white);background-color:var(--tp-common-red)}.tp-btn-red-border.about-us-2{color:var(--tp-common-black-10)}.tp-btn-red-border.about-us-2:hover{color:var(--tp-common-white)}.tp-btn-gradient{display:flex;position:relative;align-items:center;overflow:hidden;font-weight:600;font-size:17px;line-height:1;z-index:1;margin:1px;transition:.4s;border-radius:14px;padding:25px 30px 22px;display:inline-block;letter-spacing:-.01em;color:var(--tp-common-white);background:linear-gradient(230deg,#ff994b 6.7%,#d34be9,#3188ff 90.96%)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-btn-gradient{font-size:16px;padding:18px 25px 15px}}.tp-btn-gradient:hover{color:var(--tp-common-white)}.tp-btn-gradient:focus{color:var(--tp-common-white)}.tp-btn-gradient span{margin-right:10px;display:inline-block}.tp-btn-gradient span svg{transform:translateY(-2px)}.tp-btn-gradient.sm{padding:13px 24px;position:relative}.tp-btn-black-border{margin:1px;display:flex;align-items:center;font-weight:600;font-size:17px;line-height:1;border-radius:14px;padding:12px 24px;display:inline-block;letter-spacing:-.01em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--tp-common-white);background:#292636;border:1px solid rgba(255,246,191,.1)}.tp-btn-black-border:hover{color:var(--tp-common-white)}.tp-btn-black-border:focus{color:var(--tp-common-white)}.tp-btn-black-border span{margin-right:10px;display:inline-block}.tp-btn-black-border span svg{transform:translateY(-2px)}.tp-btn-red-circle-box{display:inline-flex;width:-moz-fit-content;width:fit-content}.tp-btn-red-circle-box>*:nth-child(1){transform:scale3d(.5,.5,1);margin-inline-end:-55px}.tp-btn-red-circle-box>*:nth-child(2){transform:scaleZ(1)}.tp-btn-red-circle-box>*:nth-child(3){transform:scaleZ(1);margin-inline-start:0}.tp-btn-red-circle-box:hover>*:nth-child(1){transform:scaleZ(1);margin-inline-end:0;color:var(--tp-common-white);background-color:var(--tp-common-red-2)}.tp-btn-red-circle-box:hover>*:nth-child(2){position:relative;z-index:1;transform:scaleZ(1)}.tp-btn-red-circle-box:hover>*:nth-child(3){transform:scale3d(.5,.5,1);margin-inline-start:-55px}.tp-btn-red-circle-box:hover .tp-btn-red-circle-text{color:var(--tp-common-white);background-color:var(--tp-common-red-2)}.tp-btn-red-circle-box.tp-pp-btn-style .tp-btn-red-circle-text{font-size:16px;font-weight:600;color:#fff669;letter-spacing:-.32px;text-transform:capitalize;background-color:transparent;border:1px solid #FFF669;font-family:var(--tp-ff-inter)}.tp-btn-red-circle-box.tp-pp-btn-style .tp-btn-red-circle-icon{background:#fff669;color:var(--tp-common-black);border:1px solid #FFF669}.tp-btn-red-circle-box.tp-pp-btn-style>:nth-child(1){opacity:0}.tp-btn-red-circle-box.tp-pp-btn-style:hover .tp-btn-red-circle-text{color:var(--tp-common-black);background-color:#fff669}.tp-btn-red-circle-box.tp-pp-btn-style:hover>*:nth-child(1){opacity:1}.tp-btn-red-circle-box.tp-pp-btn-style:hover>*:nth-child(3){opacity:0}.tp-btn-red-circle-icon{height:54px;width:54px;line-height:50px;border-radius:50%;text-align:center;display:inline-block;color:var(--tp-common-red-2);border:1px solid var(--tp-common-red-2)}.tp-btn-red-circle-text{font-size:15px;line-height:1;border-radius:30px;padding:18.5px 36px;letter-spacing:1px;display:inline-block;text-transform:uppercase;background-color:#f2f1ee;color:var(--tp-common-red-2);font-family:var(--tp-ff-clash-medium);border:1px solid var(--tp-common-red-2)}.tp-btn-white-border{font-size:15px;font-weight:500;color:#0e0f11;display:inline-block;border-radius:40px;padding:6px 20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:-.15px;background-color:var(--tp-common-white);border:1px solid rgba(255,255,255,.1)}.tp-btn-white-border.coffee-bg{padding:7px 30px;background-color:#4d3d30;text-transform:capitalize;color:var(--tp-common-white)}.tp-btn-white-border.coffee-bg:hover,.tp-btn-white-border.coffee-bg.border-none{color:#4d3d30;border-color:#4d3d30;background-color:transparent}.tp-btn-white-border.coffee-bg.border-none:hover{border-color:#4d3d30;color:var(--tp-common-white);background-color:var(--tp-common-black)}.tp-btn-white-border:hover{color:var(--tp-common-white);background-color:transparent;border-color:var(--tp-common-white)}.tp-btn-white-border span{margin-left:4px;display:inline-block}.tp-btn-white-border.tp-btn-transparent{color:var(--tp-common-white);background-color:transparent;border-color:#fff3}.tp-btn-white-border.tp-btn-transparent:hover{color:var(--tp-common-black);background-color:var(--tp-common-white)}.tp-btn-animation{height:50px;line-height:1;padding:17px 15px;border-radius:30px;display:inline-block;white-space:nowrap;animation:scrollText 20s infinite linear;background:#ffffff14}.tp-btn-animation:hover{animation-play-state:paused}.tp-btn-animation span{font-weight:600;font-size:18px;z-index:9;overflow:hidden;display:inline-block;text-transform:uppercase;position:relative;transition:all .3s;color:var(--tp-common-white)}.tp-btn-animation span svg{margin-right:8px;margin-left:8px}.tp-btn-cream-bdr{height:50px;line-height:50px;padding:0 25px;font-size:14px;font-weight:500;display:inline-block;text-transform:uppercase;color:var(--tp-cream-2);font-family:var(--tp-ff-poppins);border:1px solid var(--tp-cream-2);transition:.3s}.tp-btn-cream-bdr:hover{background-color:var(--tp-cream-2);color:var(--tp-coffe-1)}.animated-border-box{position:relative;overflow:hidden;z-index:0;line-height:0;border-radius:14px;display:inline-block;transition:.4s}.animated-border-box:hover{transform:scale(1.1)}.animated-border-box:before{content:"";z-index:-2;text-align:center;top:50%;left:50%;transform:translate(-50%,-50%) rotate(0);position:absolute;width:99999px;height:99999px;background-repeat:no-repeat;background-position:0 0;background-image:conic-gradient(#0000,#fff,#0000 25%);animation:rotate 4s linear infinite}.animated-border-box.radius-style-2,.animated-border-box.radius-style-2 .tp-btn-gradient.sm{border-radius:100px}.animated-border-box.radius-style-2:before{background-image:conic-gradient(#0000,#21212d,#0000 25%)}.animated-border-box.border-icon .tp-btn-gradient span{padding-right:10px;border-right:1px solid rgba(255,255,255,.3)}.animated-border-box.border-icon:before{background-image:conic-gradient(#0000,#21212d,#0000 25%)}.tp-action-btn{font-size:15px;font-weight:600;color:#4d3d30;width:100%;padding:11px 50px;background:#f4f0ea;display:inline-block;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(77,61,48,.1);transform:translateY(100%);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.tp-action-btn:hover{color:var(--tp-common-white);background-color:#4d3d30}.tp-quick-view-btn{height:40px;width:40px;display:grid;color:#4d3d30;text-align:center;place-content:center;background-color:#f4f0ea;transform:translate(100%);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.tp-quick-view-btn:hover{color:var(--tp-common-white);background-color:#4d3d30}.tp-portfolio-details-btn{font-size:16px;font-weight:600;padding:9px 25px;border-radius:24px;letter-spacing:-.16px;display:inline-block;text-transform:uppercase;color:var(--tp-common-white);border:1px solid rgba(255,255,255,.1)}.tp-portfolio-details-btn:hover{color:var(--tp-common-black);background-color:var(--tp-common-white)}.tp-portfolio-details-btn span{display:inline-block;margin-left:15px}@keyframes rotate2{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes animationglob{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes lqdItiImgOut{0%{transform:translateY(0) scale(1)}to{transform:translateY(100%) scale(1.15)}}@keyframes hero-circle-2{0%{-webkit-transform:translateX(1000px);-moz-transform:translateX(1000px);-ms-transform:translateX(1000px);-o-transform:translateX(1000px);transform:translate(1000px)}to{-webkit-transform:translateX(0px);-moz-transform:translateX(0px);-ms-transform:translateX(0px);-o-transform:translateX(0px);transform:translate(0)}}@keyframes hero-circle-3{0%{-webkit-transform:translateX(500px);-moz-transform:translateX(500px);-ms-transform:translateX(500px);-o-transform:translateX(500px);transform:translate(500px)}to{-webkit-transform:translateX(0px);-moz-transform:translateX(0px);-ms-transform:translateX(0px);-o-transform:translateX(0px);transform:translate(0)}}@keyframes move1{0%{bottom:-300px;left:-300px}30%{bottom:100px;left:300px}60%{bottom:200px;left:600px}to{bottom:-300px;left:1200px}}@keyframes move1-reverse{0%{bottom:-150px;left:1400px}40%{bottom:50px;left:600px}70%{bottom:200px;left:300px}to{bottom:-150px;left:-150px}}@keyframes animate-pulse{0%{box-shadow:0 0 #fff3,0 0 #fff3}40%{box-shadow:0 0 0 50px #ff6d4a00,0 0 #fff3}80%{box-shadow:0 0 0 50px #ff6d4a00,0 0 0 30px #ff6d4a00}to{box-shadow:0 0 #ff6d4a00,0 0 0 30px #ff6d4a00}}@keyframes animate-pulse-2{0%{box-shadow:0 0 #fff6691a,0 0 #fff6691a}40%{box-shadow:0 0 0 50px #ff6d4a00,0 0 #fff6691a}80%{box-shadow:0 0 0 50px #ff6d4a00,0 0 0 30px #ff6d4a00}to{box-shadow:0 0 #ff6d4a00,0 0 0 30px #ff6d4a00}}@keyframes rotate{to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes marquee-horizontal{0%{transform:translate(0)}to{transform:translate(-100%)}}@-webkit-keyframes video-border{0%{transform:translate(-50%,-50%) scale(1)}60%{opacity:1}to{transform:translate(-50%,-50%) scale(2);opacity:0}}@-moz-keyframes video-border{0%{transform:translate(-50%,-50%) scale(1)}60%{opacity:1}to{transform:translate(-50%,-50%) scale(2);opacity:0}}@-ms-keyframes video-border{0%{transform:translate(-50%,-50%) scale(1)}60%{opacity:1}to{transform:translate(-50%,-50%) scale(2);opacity:0}}@keyframes video-border{0%{transform:translate(-50%,-50%) scale(1)}60%{opacity:1}to{transform:translate(-50%,-50%) scale(2);opacity:0}}@keyframes scroll-up-down{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes scroll1{0%{top:0}to{top:100%}}@keyframes scroll2{0%{top:0}to{top:100%}}@keyframes transform{0%{transform:scale(.5);opacity:.8}50%{transform:scale(1);opacity:1}to{transform:scale(.5);opacity:.8}}@keyframes dash{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}.tp-zoom-in-out{-webkit-animation:tp_zoom_in_out 7s infinite linear;-moz-animation:tp_zoom_in_out 7s infinite linear;-ms-animation:tp_zoom_in_out 7s infinite linear;-o-animation:tp_zoom_in_out 7s infinite linear;animation:tp_zoom_in_out 7s infinite linear}@-webkit-keyframes tp_zoom_in_out{0%{-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}}@-moz-keyframes tp_zoom_in_out{0%{-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}}@-ms-keyframes tp_zoom_in_out{0%{-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}}@keyframes tp_zoom_in_out{0%{-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}}@keyframes scroll_anim{0%{transform:translateY(0)}50%{transform:translateY(10px)}to{transform:translateY(0)}}@keyframes loadingAnimation{to{transform:rotate(-360deg)}}@keyframes roteted{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes headerSlideDown{0%{margin-top:-150px}to{margin-top:0}}@keyframes bar_anim{0%,to{-webkit-clip-path:inset(-2px 0);clip-path:inset(-2px 0)}42%{-webkit-clip-path:inset(-2px 0 -2px 100%);clip-path:inset(-2px 0 -2px 100%)}43%{-webkit-clip-path:inset(-2px 100% -2px 0);clip-path:inset(-2px 100% -2px 0)}}@keyframes scrollText{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes tpshake{10%{transform:translateY(-10px)}50%{transform:skew(15deg)}80%{transform:rotate(10deg)}to{transform:translate(0)}}@-moz-keyframes tpshake{10%{transform:translateY(-10px)}50%{transform:skew(15deg)}80%{transform:rotate(10deg)}to{transform:translate(0)}}@-ms-keyframes tpshake{10%{transform:translateY(-10px)}50%{transform:skew(15deg)}80%{transform:rotate(10deg)}to{transform:translate(0)}}@keyframes tpshake{10%{transform:translateY(-10px)}50%{transform:skew(15deg)}80%{transform:rotate(10deg)}to{transform:translate(0)}}#preloader{position:fixed;inset:0;z-index:1000;background-color:var(--tp-theme-green)}.preloader{width:50px;height:50px;display:inline-block;padding:0;text-align:left;box-sizing:border-box;position:absolute;top:50%;left:50%;margin-left:-25px;margin-top:-25px}.preloader span{position:absolute;display:inline-block;width:50px;height:50px;border-radius:100%;background:var(--tp-common-black);animation:preloader 1.3s linear infinite;-webkit-animation:preloader 1.3s linear infinite}.preloader span:last-child{animation-delay:-.9s;-webkit-animation-delay:-.9s}@keyframes preloader{0%{transform:scale(0);opacity:.5}to{transform:scale(1);opacity:0}}@-webkit-keyframes preloader{0%{-webkit-transform:scale(0,0);opacity:.5}to{-webkit-transform:scale(1,1);opacity:0}}.grey-bg{background-color:var(--tp-grey-1)}.grey-bg-2{background-color:var(--tp-grey-4)}.green-bg{background-color:var(--tp-theme-green)}.white-bg{background-color:var(--tp-common-white)}.black-bg{background-color:var(--tp-common-black)}.black-bg-3{background-color:var(--tp-common-black-3)}.black-bg-4{background-color:var(--tp-common-black-4)}.black-bg-5{background-color:var(--tp-common-black-5)}.black-bg-6{background-color:var(--tp-common-black-6)}.black-bg-7{background-color:var(--tp-common-black-7)}.black-bg-8{background-color:var(--tp-common-black-8)}.pink-light-bg{background-color:var(--tp-common-pink-light)}.yellow-bg{background-color:var(--tp-common-yellow)}.red-bg{background-color:var(--tp-common-red-2)}.red-bg-2{background-color:var(--tp-common-red-3)}.yellow-green-bg{background-color:var(--tp-common-yellow-green)}.green-regular-bg{background-color:var(--tp-common-green-regular)}.paste-bg-2{background-color:var(--tp-common-paste-2)}[data-bg-color=footer-bg-grey]{background-color:var(--tp-footer-grey-1)}[data-bg-color=footer-bg-white]{background-color:var(--tp-common-white)}.custom-select{position:relative;width:200px;border:1px solid #ccc;cursor:pointer}.custom-select .selected{display:flex;justify-content:space-between;align-items:center;padding:10px;background:#fff}.custom-select .selected.open .arrow{transform:rotate(-135deg)}.custom-select .selected.open+.options{max-height:500px;opacity:1}.custom-select .selected .arrow{display:inline-block;width:8px;height:8px;border:solid #333;border-width:0 1px 1px 0;transform:rotate(45deg);transition:transform .3s ease}.custom-select .options{position:absolute;top:100%;left:0;width:100%;background:#fff;border:1px solid #ccc;max-height:0;overflow:hidden;opacity:0;z-index:100;transition:max-height .3s ease,opacity .3s ease}.custom-select .options li{padding:10px;cursor:pointer;list-style:none;transition:background .2s ease}.custom-select .options li:hover{background:#f0f0f0}.tp-breadcrumb-ptb{padding-top:180px}.tp-breadcrumb-title{font-weight:700;font-size:80px;line-height:1.5;margin-bottom:0;letter-spacing:-.03em;color:var(--tp-common-white)}@media only screen and (min-width:768px)and (max-width:991px){.tp-breadcrumb-title{font-size:60px}}@media(max-width:767px){.tp-breadcrumb-title{font-size:40px}}.tp-breadcrumb-list{display:inline-block;padding:0 10px}.tp-breadcrumb-list span:last-child{color:var(--tp-common-white)}.tp-breadcrumb-list span{font-weight:400;font-size:18px;line-height:1;text-transform:capitalize;color:#fff6}@media(max-width:767px){.tp-breadcrumb-list span{font-size:15px}}.tp-breadcrumb-list span.dvdr i{padding:0 14px;font-style:normal}.breadcrumb__list span{font-size:14px;font-weight:500;position:relative;color:#4d3d3099}.breadcrumb__list span:not(:last-child){padding-right:12px;margin-right:5px}.breadcrumb__list span:not(:last-child):after{position:absolute;content:"";right:0;top:50%;width:4px;height:4px;background-color:#a8acb0;border-radius:50%}.breadcrumb__list span:hover{color:#4d3d30}.breadcrumb__list span a:hover{color:var(--tp-coffe-2)}.breadcrumb__style-2 .breadcrumb__list span:last-child{color:#4d3d30}.breadcrumb__style-2 .breadcrumb__list span.breadcrumb-icon{padding-right:0;margin-right:0}.breadcrumb__style-2 .breadcrumb__list span.breadcrumb-icon svg{transform:translateY(-3px)}.breadcrumb__style-2 .breadcrumb__list.has-icon span:nth-child(1):after{display:none}.design-service-accordion .accordion-header{font-size:inherit}.design-service-accordion .accordion-buttons{text-align:left;width:100%;height:100%;position:relative}.design-service-accordion .accordion-buttons img{transition:.3s}.design-service-accordion .accordion-buttons span{font-weight:500;font-size:14px;line-height:1;color:#999da6;padding-bottom:25px;display:block}.design-service-accordion .accordion-buttons i{font-weight:400;font-size:80px;line-height:.87;color:#e0eeee;margin-bottom:0;transition:.3s;font-style:normal;padding-bottom:5px;letter-spacing:-.02em;font-family:var(--tp-ff-dirtyline)}@media(max-width:767px){.design-service-accordion .accordion-buttons i{font-size:50px}}.design-service-accordion .accordion-buttons:not(.collapsed) img{transform:scale(1.4) rotate(-20deg) translate(-45px,25px)}.design-service-accordion .accordion-buttons:not(.collapsed) i{color:#c5fcfc}.design-service-accordion .accordion-body{padding:0 280px 0 0}@media only screen and (min-width:1200px)and (max-width:1399px){.design-service-accordion .accordion-body{padding-right:250px}}@media(max-width:767px){.design-service-accordion .accordion-body{padding-right:0}}.design-service-accordion .accordion-body p{font-weight:500;font-size:16px;line-height:1.62;color:#999da6;margin-bottom:0;padding-bottom:30px;letter-spacing:-.02em}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.design-service-accordion .accordion-body p br{display:none}}.design-service-accordion .accordion-items{padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1)}.design-service-accordion .accordion-items:not(:last-child){margin-bottom:30px}.design-service-category a{font-weight:500;font-size:13px;line-height:1;padding:7px 16px;border-radius:20px;display:inline-block;letter-spacing:-.02em;text-transform:uppercase;color:#e0eeee;margin-bottom:5px;border:1px solid rgba(255,255,255,.1)}.design-service-category a:hover{background-color:#272729}@media(max-width:767px){.design-service-category a{margin-bottom:10px}}.design-service-category a:not(:last-child){margin-right:5px}.design-service-img{position:absolute;top:0;right:0;border-radius:10px;height:110px;width:160px}.ai-faq-accordion-wrap .accordion-items{padding-left:40px;padding-bottom:15px;position:relative}.ai-faq-accordion-wrap .accordion-items:not(:last-child){border-bottom:1px solid rgba(255,255,255,.1)}.ai-faq-accordion-wrap .accordion-header{margin-bottom:0;font-size:0}.ai-faq-accordion-wrap .accordion-header .accordion-buttons{padding-top:25px;padding-bottom:13px;font-weight:600;font-size:20px;line-height:1;width:100%;text-align:left;letter-spacing:-.02em;color:var(--tp-common-white)}@media(max-width:767px){.ai-faq-accordion-wrap .accordion-header .accordion-buttons{font-size:15px}}.ai-faq-accordion-wrap .accordion-header .accordion-buttons:not(.collapsed) .accordion-icon:before{transform:translate(-50%,-50%) rotate(90deg)}.ai-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon{position:absolute;top:35px;left:7px}.ai-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon:before{position:absolute;content:"";width:2px;height:14px;left:50%;top:50%;transform:translate(-50%,-50%);background-color:var(--tp-common-white);border-radius:2px;transition:.4s}.ai-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon:after{position:absolute;content:"";width:14px;height:2px;left:50%;top:50%;transform:translate(-50%,-50%);background-color:var(--tp-common-white);border-radius:2px}.ai-faq-accordion-wrap .accordion-header span{margin-right:20px}.ai-faq-accordion-wrap .accordion-body{padding:0 85px 0 0}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ai-faq-accordion-wrap .accordion-body{padding-right:0}}.ai-faq-accordion-wrap .accordion-body p{font-weight:500;font-size:15px;line-height:1.6;letter-spacing:-.02em;color:#fff9;margin-bottom:0;padding-bottom:15px}@media(max-width:767px){.ai-faq-accordion-wrap .accordion-body p{font-size:14px}}.it-faq-wrap{margin-left:85px;position:relative}@media only screen and (min-width:1200px)and (max-width:1399px){.it-faq-wrap{margin-left:100px}}@media only screen and (min-width:768px)and (max-width:991px){.it-faq-wrap{margin-left:0}}@media(max-width:767px){.it-faq-wrap{margin-left:0}}.it-faq-wrap:after{position:absolute;content:"";top:0;left:0;width:8px;height:100%;border-radius:20px;background-color:#ffffff1a}.it-faq-wrap:before{position:absolute;content:"";top:0;left:0;width:8px;height:0;border-radius:20px;background-color:#f7ef33;transition:height .5s ease;z-index:2}.it-faq-wrap.step-1:before{height:33%}.it-faq-wrap.step-2:before{height:66%}.it-faq-wrap.step-3:before{height:100%}.it-faq-wrap .accordion-items{padding-left:115px}@media only screen and (min-width:1200px)and (max-width:1399px){.it-faq-wrap .accordion-items{padding-left:60px}}@media(max-width:767px){.it-faq-wrap .accordion-items{padding-left:50px}}.it-faq-wrap .accordion-items:not(:last-child){margin-bottom:70px}@media(max-width:767px){.it-faq-wrap .accordion-items:not(:last-child){margin-bottom:15px}}.it-faq-wrap .accordion-buttons{text-align:left}.it-faq-wrap .accordion-buttons i{font-weight:400;font-size:22px;line-height:1.18;font-style:normal;margin-bottom:20px;display:inline-block;letter-spacing:.04em;color:#fff9;font-family:var(--tp-ff-platform)}.it-faq-wrap .accordion-buttons span{font-weight:500;font-size:36px;line-height:.7;display:block;letter-spacing:.04em;color:var(--tp-common-white);font-family:var(--tp-ff-platform)}@media(max-width:767px){.it-faq-wrap .accordion-buttons span{font-size:32px;line-height:.9}}.it-faq-wrap .accordion-body{padding:25px 85px 0 0}@media(max-width:767px){.it-faq-wrap .accordion-body{padding:15px 15px 0 0}}.it-faq-wrap .accordion-body p{font-weight:500;font-size:18px;line-height:1.5;margin-bottom:0;color:#fff9}.tp-hero-title{font-weight:700;font-size:220px;line-height:.9;margin-bottom:0;letter-spacing:-.08em;text-transform:uppercase;color:var(--tp-common-white)}@media only screen and (min-width:1600px)and (max-width:1700px){.tp-hero-title{font-size:180px}}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-hero-title{font-size:160px}}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-hero-title{font-size:120px;letter-spacing:-.02em}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-hero-title{font-size:140px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-hero-title{font-size:115px}}@media(max-width:767px){.tp-hero-title{font-size:50px}}@media only screen and (min-width:576px)and (max-width:767px){.tp-hero-title{font-size:65px}}.ar-title-mlr{margin-left:100px;margin-right:100px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ar-title-mlr{margin-left:0;margin-right:0}}.tp-section-subtitle{font-style:italic;font-weight:400;font-size:18px;line-height:1;display:inline-block;text-transform:uppercase;color:var(--tp-common-black)}.tp-section-subtitle.pre:before{content:"";height:8px;width:8px;margin-right:12px;border-radius:4px;display:inline-block;transform:translateY(-2px);background-color:var(--tp-common-red-3)}.tp-section-subtitle.subtitle-black{font-weight:400;font-size:16px;line-height:1.2;text-transform:capitalize;color:var(--tp-common-black)}.tp-section-subtitle.fs-17{font-weight:400;font-size:17px;line-height:1;text-transform:capitalize;color:var(--tp-common-white)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-section-subtitle.fs-17{display:inline-block;margin-bottom:15px}}.tp-section-subtitle.fs-17.pre-circle:before{content:"";height:8px;width:8px;margin-right:12px;border-radius:50%;display:inline-block;transform:translateY(-2px);background-color:var(--tp-common-white)}.tp-section-subtitle-clash{font-size:14px;line-height:1.1;color:#f9f4e8;text-transform:uppercase;font-family:var(--tp-ff-clash-semibold)}.tp-section-subtitle-clash i{margin-left:10px}.tp-section-subtitle-clash.clash-subtitle-pos{display:inline-block;transform:translateY(60px)}@media(max-width:767px){.tp-section-subtitle-clash.clash-subtitle-pos{transform:translateY(0);margin-bottom:20px}}.tp-section-subtitle-clash.clash-subtitle-pos.body-ff{font-size:18px;font-weight:600;text-transform:capitalize;transform:translateY(5px);font-family:var(--tp-ff-inter)}.tp-section-subtitle-clash.clash-subtitle-pos.about-us-2{color:var(--tp-common-black-10)}.tp-section-subtitle-clash.color-red{color:var(--tp-common-red)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-section-subtitle-clash.color-red{padding-bottom:20px}}.tp-section-subtitle-gradient{font-weight:600;font-size:14px;line-height:1;display:inline-block;text-transform:uppercase;background:linear-gradient(139deg,#9968ff,#ff6cb2 49%,#ffaf56);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.tp-section-subtitle-gradient div img{margin-bottom:13px;display:inline-block}.tp-section-subtitle-gradient.icon-left div{display:inline-block}.tp-section-subtitle-gradient.icon-left div img{margin-bottom:0;margin-right:10px;transform:translateY(-3px)}.tp-section-subtitle-gradient.ct{font-size:16px;font-weight:500;padding:7px 20px;border-radius:20px;margin-bottom:15px;text-transform:capitalize;font-family:var(--tp-ff-onest);border:1px solid rgba(255,255,255,.1)}@media(max-width:767px){.tp-section-subtitle-gradient.ct{font-size:14px}}.tp-section-subtitle-satisfy{font-weight:400;font-size:26px;line-height:1;display:inline-block;color:var(--tp-common-red-2);font-family:var(--tp-ff-satisfy)}.tp-section-subtitle-teko{font-weight:500;font-size:30px;line-height:1;display:inline-block;font-family:var(--tp-ff-teko);color:var(--tp-common-cream-3)}@media(max-width:767px){.tp-section-subtitle-teko{font-size:25px}}.tp-section-subtitle-teko i{font-style:normal;color:var(--tp-common-yellow-green)}.tp-section-subtitle.border-bg{font-size:14px;font-weight:500;padding:7px 12px;border-radius:40px;margin-bottom:10px;text-transform:capitalize;color:var(--tp-common-black-10);border:1px solid rgba(33,33,45,.06);box-shadow:0 0 2px #27272e0a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tp-section-subtitle.border-bg.bg-color{font-size:15px;font-weight:600;background:#000;color:#fff;border:1px solid rgba(33,33,45,.06);box-shadow:0 0 2px #27272e0a}.tp-section-subtitle-platform{font-size:24px;font-weight:400;font-style:italic;display:inline-block;letter-spacing:.04em;color:var(--tp-common-white);font-family:var(--tp-ff-platform)}@media(max-width:767px){.tp-section-subtitle-platform{font-size:20px}}.tp-section-subtitle-platform.platform-text-black{color:var(--tp-common-black-10)}.tp-section-subtitle.st{font-weight:500;color:#494949;margin-bottom:20px}.tp-section-subtitle.orange-color{color:var(--tp-common-red-3)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.tp-section-subtitle.orange-color{margin-right:50px}}.tp-section-title{font-size:80px;font-weight:700;line-height:1;letter-spacing:-.08em;text-transform:uppercase}@media only screen and (min-width:1701px)and (max-width:1800px){.tp-section-title{font-size:70px}}@media only screen and (min-width:1600px)and (max-width:1700px){.tp-section-title{font-size:60px}}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-section-title{font-size:50px}}@media(max-width:767px){.tp-section-title{font-size:42px}}.tp-section-title.fs-140{font-size:82px;line-height:75px;letter-spacing:.9px;text-transform:uppercase;font-family:var(--tp-ff-phudu);color:var(--tp-common-black-10)}@media only screen and (min-width:992px)and (max-width:1199px){.tp-section-title.fs-140{font-size:100px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-section-title.fs-140{font-size:75px;letter-spacing:0}}@media(max-width:767px){.tp-section-title.fs-140{letter-spacing:0;font-size:40px;line-height:40px}}.tp-section-title.fs-64{font-weight:600;font-size:64px;line-height:1.1;letter-spacing:-.02em;text-transform:capitalize;color:var(--tp-common-white)}@media only screen and (min-width:992px)and (max-width:1199px){.tp-section-title.fs-64{font-size:55px}}@media(max-width:767px){.tp-section-title.fs-64{font-size:42px}}.tp-section-title.fs-44{font-weight:600;font-size:44px;line-height:1.18;margin-bottom:0;letter-spacing:-.03em;text-transform:capitalize;color:var(--tp-common-white)}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px){.tp-section-title.fs-44{font-size:40px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-section-title.fs-44{font-size:38px}.tp-section-title.fs-44 br{display:none}}.tp-section-title.fs-54{font-weight:700;font-size:54px;line-height:1.15;letter-spacing:-.04em;text-transform:capitalize;color:var(--tp-common-white)}@media only screen and (min-width:992px)and (max-width:1199px){.tp-section-title.fs-54{font-size:45px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-section-title.fs-54{font-size:40px}}@media(max-width:767px){.tp-section-title.fs-54{font-size:35px}}.tp-section-title.fs-54 span{height:55px;width:50px;display:inline-block}.tp-section-title.fs-54.fs-60{font-size:60px}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-section-title.fs-54.fs-60{font-size:55px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-section-title.fs-54.fs-60{font-size:45px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-section-title.fs-54.fs-60{font-size:55px}}@media(max-width:767px){.tp-section-title.fs-54.fs-60{font-size:40px}}.tp-section-title.lts{letter-spacing:-2.4px;text-transform:capitalize}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-section-title.lts{font-size:60px}}@media(max-width:767px){.tp-section-title.lts{letter-spacing:0}}@media(max-width:767px){.tp-section-title.lts br{display:none}}.tp-section-title-mango{font-weight:300;font-size:56px;line-height:1;color:var(--tp-common-cream);font-family:var(--tp-ff-mango-light)}.tp-section-title-mango.fs-100{font-size:100px;font-family:var(--tp-ff-mango-semibold)}@media only screen and (min-width:768px)and (max-width:991px){.tp-section-title-mango.fs-100{font-size:80px}}@media(max-width:767px){.tp-section-title-mango.fs-100{font-size:50px}}@media(max-width:767px){.tp-section-title-mango{font-size:50px}}.tp-section-title-grotesk{font-size:60px;font-weight:700;line-height:1;letter-spacing:-.03em;color:var(--tp-common-black);font-family:var(--tp-ff-grotesk)}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-section-title-grotesk{font-size:55px}}@media(max-width:767px){.tp-section-title-grotesk{font-size:40px}}@media(max-width:767px){.tp-section-title-grotesk br{display:none}.dgm-testimonial-text p{font-size:18px!important}.dgm-testimonial-text{margin-bottom:2px!important}}.tp-section-title-grotesk>span{display:inline-block}.tp-section-title-shape{position:absolute;bottom:-12px;left:0;z-index:-1}.tp-section-title-dirtyline{font-weight:400;font-size:200px;line-height:.8;color:#e0eeee;letter-spacing:-.02em;font-family:var(--tp-ff-dirtyline)}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-section-title-dirtyline{font-size:160px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-section-title-dirtyline{font-size:130px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-section-title-dirtyline{font-size:130px}}@media(max-width:767px){.tp-section-title-dirtyline{font-size:80px}}.tp-section-title-dirtyline.fs-140{font-size:140px}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px){.tp-section-title-dirtyline.fs-140{font-size:110px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-section-title-dirtyline.fs-140{font-size:80px}}@media(max-width:767px){.tp-section-title-dirtyline.fs-140{font-size:70px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-section-title-dirtyline.fs-140 br{display:none}}.tp-section-title-clash{font-size:130px;line-height:.79;letter-spacing:-.03em;text-transform:uppercase;color:var(--tp-common-red);font-family:var(--tp-ff-clash-bold)}@media only screen and (min-width:1801px)and (max-width:1850px),only screen and (min-width:1701px)and (max-width:1800px){.tp-section-title-clash{font-size:120px}}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-section-title-clash{font-size:115px}}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-section-title-clash{font-size:110px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-section-title-clash{font-size:100px}.tp-section-title-clash br{display:none}}@media only screen and (min-width:768px)and (max-width:991px){.tp-section-title-clash{font-size:85px}}@media(max-width:767px){.tp-section-title-clash{font-size:40px;letter-spacing:0}.tp-section-title-clash br{display:none}}.tp-section-title-clash span{display:inline-block}@media(max-width:767px){.tp-section-title-clash span br{display:none}}.tp-section-title-clash span.clash-subtitle-space-1{padding-left:230px}@media(max-width:767px){.tp-section-title-clash span.clash-subtitle-space-1{padding-left:0}.tp-section-title-clash span.clash-subtitle-space-1 br{display:none}}.tp-section-title-clash.fs-200{font-size:200px}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-section-title-clash.fs-200{font-size:170px}}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-section-title-clash.fs-200{font-size:135px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-section-title-clash.fs-200{font-size:125px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-section-title-clash.fs-200{font-size:125px}}@media(max-width:767px){.tp-section-title-clash.fs-200{font-size:60px}}.tp-section-title-clash-600{font-weight:600;font-size:80px;line-height:1;letter-spacing:-.02em;text-transform:uppercase;color:var(--tp-common-black);font-family:var(--tp-ff-clash-semibold)}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-section-title-clash-600{font-size:60px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-section-title-clash-600{font-size:60px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-section-title-clash-600{font-size:50px}}@media(max-width:767px){.tp-section-title-clash-600{font-size:45px}}.tp-section-title-clash-600.fs-60{font-size:60px;line-height:1.1;letter-spacing:0}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-section-title-clash-600.fs-60{font-size:55px}}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-section-title-clash-600.fs-60{font-size:45px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-section-title-clash-600.fs-60{font-size:40px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-section-title-clash-600.fs-60{font-size:45px}}@media(max-width:767px){.tp-section-title-clash-600.fs-60{font-size:30px}}.tp-section-title-clash-600.fw-400{font-family:var(--tp-ff-clash-light)}.tp-section-title-teko{font-weight:600;font-size:72px;line-height:.9;letter-spacing:-.01em;font-family:var(--tp-ff-teko);color:var(--tp-common-cream-3)}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-section-title-teko{font-size:60px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-section-title-teko{font-size:55px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-section-title-teko{font-size:60px}}@media(max-width:767px){.tp-section-title-teko{font-size:44px}}.tp-section-title-teko span{color:var(--tp-common-yellow-green)}.tp-section-title-teko.fs-150{line-height:.73;font-size:150px}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-section-title-teko.fs-150{font-size:130px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-section-title-teko.fs-150{font-size:115px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-section-title-teko.fs-150{font-size:100px}}@media(max-width:767px){.tp-section-title-teko.fs-150{font-size:80px}}.tp-section-title-teko.fs-80{font-size:80px;font-weight:500;letter-spacing:-.8px;color:var(--tp-common-white)}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-section-title-teko.fs-80{font-size:70px}}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-section-title-teko.fs-80{font-size:60px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-section-title-teko.fs-80{font-size:50px}}.tp-section-title-teko.fs-80 span{color:#ffffff4d}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-section-title-teko.fs-80 br{display:none}}.tp-section-title-teko.fs-120{font-size:120px;letter-spacing:-1.2px;color:var(--tp-common-white)}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-section-title-teko.fs-120{font-size:100px}}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-section-title-teko.fs-120{font-size:85px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-section-title-teko.fs-120{font-size:75px}}@media(max-width:767px){.tp-section-title-teko.fs-120{font-size:50px}}@media only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:576px)and (max-width:767px){.tp-section-title-teko.fs-120{font-size:75px}}.tp-section-title-teko.fs-120 span{color:#ffffff4d}.tp-section-title-phudu{font-size:94px;font-weight:700;line-height:1;letter-spacing:-2px;text-transform:uppercase;font-family:var(--tp-ff-phudu);color:var(--tp-common-black-10)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:768px)and (max-width:991px){.tp-section-title-phudu{font-size:75px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-section-title-phudu{font-size:65px}}@media(max-width:767px){.tp-section-title-phudu{font-size:50px;letter-spacing:0}}@media only screen and (min-width:576px)and (max-width:767px){.tp-section-title-phudu{font-size:60px;letter-spacing:0}}@media(max-width:767px){.tp-section-title-phudu br{display:none}}.tp-section-title-phudu.fs-70{font-size:70px}@media only screen and (min-width:992px)and (max-width:1199px){.tp-section-title-phudu.fs-70{font-size:62px}}@media(max-width:767px){.tp-section-title-phudu.fs-70{font-size:50px;letter-spacing:0}}@media only screen and (min-width:576px)and (max-width:767px){.tp-section-title-phudu.fs-70{font-size:60px;letter-spacing:0}}.tp-section-title-phudu.ff-inter{font-size:70px;letter-spacing:-2px;text-transform:inherit;font-family:var(--tp-ff-inter)}@media only screen and (min-width:992px)and (max-width:1199px){.tp-section-title-phudu.ff-inter{font-size:62px}}@media(max-width:767px){.tp-section-title-phudu.ff-inter{font-size:50px;letter-spacing:0}}@media only screen and (min-width:576px)and (max-width:767px){.tp-section-title-phudu.ff-inter{font-size:60px;letter-spacing:0}}.tp-section-title-platform{font-weight:500;font-size:60px;line-height:1;color:var(--tp-common-white);font-family:var(--tp-ff-platform)}@media(max-width:767px){.tp-section-title-platform{font-size:45px}}.tp-section-title-platform.platform-text-black{color:var(--tp-common-black-10)}.tp-section-title-platform.fs-200{font-size:200px;font-style:italic}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-section-title-platform.fs-200{font-size:115px}}@media only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px){.tp-section-title-platform.fs-200{font-size:100px}}@media(max-width:767px){.tp-section-title-platform.fs-200{font-size:60px}}.tp-section-title-platform.fs-84{font-size:80px;line-height:.88}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.tp-section-title-platform.fs-84{font-size:70px}}@media(max-width:767px){.tp-section-title-platform.fs-84{font-size:60px}}.tp-section-title-playfair{font-size:80px;font-weight:700;line-height:1;letter-spacing:-1.6px;color:var(--tp-common-brown);font-family:var(--tp-ff-poppins)}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-section-title-playfair{font-size:70px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-section-title-playfair{font-size:60px}}@media(max-width:767px){.tp-section-title-playfair{font-size:45px}.tp-section-title-playfair br{display:none}}.tp-section-title-playfair span{font-style:italic;color:#45303099;font-family:var(--tp-ff-playfair)}.tp-section-title-onest{font-size:54px;font-weight:600;line-height:1.1;margin-bottom:25px;letter-spacing:-2.16px;color:var(--tp-common-white);font-family:var(--tp-ff-onest)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-section-title-onest{font-size:42px}}@media(max-width:767px){.tp-section-title-onest br{display:none}}.tp-section-title-onest.fs-72{font-size:72px}@media only screen and (min-width:992px)and (max-width:1199px){.tp-section-title-onest.fs-72{font-size:55px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-section-title-onest.fs-72{font-size:50px}}@media(max-width:767px){.tp-section-title-onest.fs-72{font-size:45px}}.tp-section-title-onest.fs-44{font-size:44px}.tp-section-title-5{font-size:120px;font-weight:500;line-height:.9;letter-spacing:-4.8px;color:var(--tp-cream-1);text-transform:uppercase;font-family:var(--tp-ff-poppins)}@media only screen and (min-width:768px)and (max-width:991px){.tp-section-title-5{font-size:100px}}@media(max-width:767px){.tp-section-title-5{font-size:70px}}.tp-section-title-5.fs-140{font-size:140px;font-weight:400;line-height:1;letter-spacing:-8.4px;text-transform:uppercase;color:var(--tp-cream-2);font-family:var(--tp-ff-playfair)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.tp-section-title-5.fs-140{font-size:120px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-section-title-5.fs-140{font-size:85px}}@media(max-width:767px){.tp-section-title-5.fs-140{font-size:50px;letter-spacing:-1.4px;line-height:1.2}}.tp-section-title-5.fs-140 span{transform:translateY(-15px);display:inline-block;margin:0 30px;white-space:nowrap}@media(max-width:767px){.tp-section-title-5.fs-140 span{white-space:inherit}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-section-title-5.fs-140 span{margin:0}}.tp-section-title-5.fs-140 span img{border-radius:100px}.tp-section-title-5.fs-140 em{font-style:normal;padding-left:160px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-section-title-5.fs-140 em{padding-left:0}}.tp-revel-line{overflow:hidden}.tp-search-area{position:fixed;left:0;top:0;width:100%;opacity:0;height:300px;visibility:hidden;background:var(--tp-common-white);-webkit-transform:translateY(calc(-100% - 80px));-moz-transform:translateY(calc(-100% - 80px));-ms-transform:translateY(calc(-100% - 80px));-o-transform:translateY(calc(-100% - 80px));transform:translateY(calc(-100% - 80px));transition:all .5s ease-in-out 0s,visibility .5s ease-in-out;animation:.95s ease 0s normal forwards 1 running headerSlideDown;z-index:99999;overflow-y:scroll;overscroll-behavior-y:contain;scrollbar-width:none}.tp-search-area::-webkit-scrollbar{display:none}.tp-search-area.opened{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);visibility:visible;opacity:1}.tp-search-area.search-black{background:#262528}.tp-search-area.search-black .tp-search-content .search:before{background-color:var(--tp-common-white)}.tp-search-area.search-black .tp-search-content input{border-color:#4f4f4f;background-color:transparent;color:var(--tp-common-white)}.tp-search-area.search-black .tp-search-content input::-webkit-input-placeholder{color:var(--tp-common-white)}.tp-search-area.search-black .tp-search-content input::-moz-placeholder{color:var(--tp-common-white)}.tp-search-area.search-black .tp-search-content input:-moz-placeholder{color:var(--tp-common-white)}.tp-search-area.search-black .tp-search-content input:-ms-input-placeholder{color:var(--tp-common-white)}.tp-search-area.search-black .tp-search-content input::placeholder{color:var(--tp-common-white)}.tp-search-area.search-black .tp-search-content .tp-search-icon{color:var(--tp-common-white)}.tp-search-area.search-black .tp-search-close-btn{border-color:#4f4f4f;color:var(--tp-common-white)}.tp-search-wrapper{position:relative;display:flex;padding-top:80px;justify-content:center}@media only screen and (min-width:768px)and (max-width:991px){.tp-search-wrapper{padding-top:115px}}.tp-search-close{position:absolute;top:35px;right:35px}@media(max-width:767px){.tp-search-close{right:20px;top:20px}}.tp-search-close-btn{position:relative;height:50px;width:50px;z-index:2;line-height:1;border-radius:50%;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:transparent;color:var(--tp-common-black);border:1px solid rgba(22,22,19,.1)}.tp-search-close-btn svg{height:12px;width:12px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translateY(-1px);-moz-transform:translateY(-1px);-ms-transform:translateY(-1px);-o-transform:translateY(-1px);transform:translateY(-1px)}.tp-search-close-btn:hover svg{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.tp-search-content .search{margin-bottom:40px;position:relative}.tp-search-content .search:has(input:focus):before{width:100%}.tp-search-content .search:before{position:absolute;content:"";left:0;bottom:0;height:1px;width:0;transition:.4s;background-color:var(--tp-common-black)}.tp-search-content input{height:80px;border:none;font-size:30px;font-weight:400;border-radius:0;padding:0 60px 0 10px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;border-bottom:1px solid #E6E8F0;color:var(--tp-common-black);background:var(--tp-common-white)}.tp-search-content input:focus:hover{background:transparent}.tp-search-content input::-webkit-input-placeholder{font-size:30px;font-weight:400;color:var(--tp-common-black)}.tp-search-content input::-moz-placeholder{font-size:30px;font-weight:400;color:var(--tp-common-black)}.tp-search-content input:-moz-placeholder{font-size:30px;font-weight:400;color:var(--tp-common-black)}.tp-search-content input:-ms-input-placeholder{font-size:30px;font-weight:400;color:var(--tp-common-black)}.tp-search-content input::placeholder{font-size:30px;font-weight:400;color:var(--tp-common-black)}.tp-search-icon{position:absolute;right:20px;top:50%;line-height:1;transform:translateY(-50%)}body.tp-magic-cursor #magic-cursor{display:block}#magic-cursor{position:absolute;display:none;width:10px;height:10px;pointer-events:none;z-index:99999;opacity:0;top:0;left:0}#ball{position:fixed;display:flex;align-items:center;pointer-events:none;border-radius:50%;color:transparent;justify-content:center;mix-blend-mode:difference;background-color:var(--tp-common-black)}.cursor-bg-red #ball{background-color:#ff535b!important}.cursor-bg-red #ball .ball-view{color:var(--tp-common-white)}.cursor-bg-red-2 #ball{background-color:#ff481f!important}.cursor-bg-red-2 #ball .ball-view{color:var(--tp-common-white)}.cursor-bg-yellow #ball{background-color:#fff669!important}.cursor-bg-yellow #ball .ball-view,.cursor-white-bg #ball .ball-view{color:var(--tp-common-black)}#ball .ball-view{position:absolute;opacity:0;visibility:hidden;padding:0 5px;font-size:15px;font-weight:500;line-height:1.3;text-align:center;transform:scale(0);color:var(--tp-common-black)}#ball .ball-drag{position:absolute;display:block;width:100%;padding:0 5px;font-size:15px;font-weight:600;line-height:1.2;text-align:center;transition:all .3s;color:var(--tp-common-black)}#ball .ball-drag:before,#ball .ball-drag:after{position:absolute;top:50%;margin-top:-5px;font-size:19px;height:10px;line-height:10px;font-weight:900;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;color:var(--tp-common-white);-webkit-font-smoothing:antialiased}#ball .ball-drag:before{content:"";left:0;transform:translate3d(-30px,0,0);transition:all .25s}#ball .ball-drag:after{content:"";right:0;transform:translate3d(30px,0,0);transition:all .25s}#ball.with-blur{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}#ball.ball-close-enabled{opacity:1!important}#ball .ball-close{position:absolute;padding:0 5px;font-size:14px;font-weight:600;line-height:1;text-align:center;color:var(--tp-common-black)}.tp-magnetic-wrap{display:flex;align-items:center;justify-content:center}.header-transparent{position:absolute;top:0;left:0;right:0;z-index:9;width:100%}.header-fixed{position:fixed;top:0;left:0;right:0;z-index:55}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-header-ptb{padding:10px 0}}.tp-header-border{border-bottom:1px solid rgba(255,255,255,.1)}.tp-header-menu>nav>ul>li{margin:0 20px;list-style-type:none;display:inline-block}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-header-menu>nav>ul>li{margin:0 15px}}.tp-header-menu>nav>ul>li>a{padding:35px 0;font-weight:500;font-size:17px;display:inline-block;letter-spacing:-.01em;color:var(--tp-common-white)}.tp-header-lang a{font-weight:400;font-size:16px;line-height:1;display:inline-block;color:#fff9}.tp-header-lang a.active{color:var(--tp-common-white)}.tp-header-lang a:not(:first-child){margin-left:10px}.tp-header-lang a:hover{color:var(--tp-common-white)}@media only screen and (min-width:1600px)and (max-width:1700px),only screen and (min-width:1400px)and (max-width:1599px){.tp-header-box{padding-right:30px}}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-header-box{padding-right:0}}.tp-header-logo img{height:50px;width:auto;max-width:inherit}@media only screen and (min-width:1600px)and (max-width:1700px){.tp-header-logo{padding-left:30px}}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-header-logo{padding-right:25px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-header-logo{padding:10px 0}}.tp-header-right .cr-header-login a{font-size:15px;line-height:1;font-weight:600;border-radius:40px;display:inline-block;padding:11px 20px 12px;letter-spacing:-.15px;color:var(--tp-common-white);border:1px solid rgba(255,255,255,.06);background:#ffffff0f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tp-header-right .cr-header-login a:hover{color:var(--tp-common-black-7);background-color:var(--tp-common-white)}.tp-header-bar button{width:30px;color:var(--tp-common-white)}.tp-header-bar button i{height:2px;width:14px;display:block;margin-left:0;background-color:var(--tp-common-white)}.tp-header-bar button i:nth-child(2){width:24px}.tp-header-bar button i:not(:last-of-type){margin:6px auto}.tp-header-bar button:hover i{animation:bar_anim .8s cubic-bezier(.44,1.1,.53,.99) 1 forwards}@media(max-width:767px){.tp-header-2-area{margin-top:20px}}.tp-header-2-area.header-black-style .tp-header-2-bar span{color:var(--tp-common-black-7)}.tp-header-2-area.header-black-style .tp-header-2-bar span i{background-color:var(--tp-common-black-7)}.tp-header-2-bar span{font-weight:500;font-size:17px;line-height:1;letter-spacing:-.01em;color:var(--tp-common-white)}.tp-header-2-bar span i{height:2px;width:40px;display:block;margin:6px 0 6px 20px;background-color:var(--tp-common-white)}.tp-header-2-bar span:hover i{animation:bar_anim .8s cubic-bezier(.44,1.1,.53,.99) 1 forwards}.tp-header-3-style{padding-top:30px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-header-3-style{padding-top:30px}}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-header-3-style{padding-left:30px}}.tp-header-3-style .tp-header-menu>nav>ul{margin-left:5px}@media only screen and (min-width:1600px)and (max-width:1700px),only screen and (min-width:1400px)and (max-width:1599px){.tp-header-3-style .tp-header-menu>nav>ul{margin-left:35px}}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-header-3-style .tp-header-menu>nav>ul{margin-left:70px}}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px){.tp-header-3-style .tp-header-menu>nav>ul>li{margin:0 12px}}.tp-header-3-style .tp-header-menu>nav>ul>li>a{font-size:16px;color:var(--tp-common-black)}.tp-header-3-style .tp-header-dropdown nav ul li.has-dropdown:after{color:var(--tp-common-black)}.tp-header-3-style .tp-header-bar button{height:50px;width:50px;line-height:50px;border-radius:10px;color:var(--tp-common-black);background-color:var(--tp-common-green-regular)}.tp-header-3-style .tp-header-bar button i{width:24px;margin:4px auto;background-color:var(--tp-common-black)}.tp-header-4-style .tp-header-menu nav ul li a{color:var(--tp-common-white)}@media(max-width:767px){.tp-header-4-style .tp-header-btn-box{display:none}}.tp-header-4-style.header-4-light-style .tp-header-bar button{color:var(--tp-common-black)}.tp-header-4-style.header-4-light-style .tp-header-bar button i{background-color:var(--tp-common-black)}.tp-header-5-area.header-style-light .tp-header-5-bar span{background-color:var(--tp-common-black-7)}.tp-header-5-area.header-style-light .tp-header-5-button .tp-btn-red-border{color:var(--tp-common-black)}.tp-header-5-area.header-style-light .tp-header-5-button .tp-btn-red-border:hover{color:var(--tp-common-white)}.tp-header-5-bar span{height:2px;width:60px;display:block;margin:8px 0;background-color:var(--tp-common-cream)}.tp-header-7-wrapper{padding:0 10px 0 25px;border-radius:16px;background:#08041d33;border:1px solid rgba(255,255,255,.1)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-header-7-wrapper{padding:10px 10px 10px 25px}}.tp-header-7-wrapper:after{content:"";height:100%;width:100%;display:block;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tp-header-7-menu>nav>ul{margin-left:0}.tp-header-7-menu>nav>ul>li>a{padding:22px 0;font-weight:600;font-size:16px;line-height:1;display:inline-block;letter-spacing:-.01em;color:var(--tp-common-white)}.tp-header-7-btn-box{line-height:1}.tp-header-7-serach{color:var(--tp-common-white)}.tp-header-8-area.header-8-style-dark .tp-header-8-bar{border:1px solid rgba(255,255,255,.12)}.tp-header-8-area.header-8-style-dark .tp-header-8-bar span{color:var(--tp-common-white)}.tp-header-8-area.header-8-style-dark .tp-btn-border-2{color:var(--tp-common-white);border:1px solid rgba(255,255,255,.12)}.tp-header-8-wrapper{padding:18px 0}.tp-header-8-border{border-bottom:1px solid rgba(25,25,25,.08)}.tp-header-8-bar{transition:.3s;padding:8px 22px;margin-right:18px;border-radius:24px;display:inline-block;border:1px solid rgba(25,25,25,.1)}.tp-header-8-bar:hover{border-color:var(--tp-common-red-2);background-color:var(--tp-common-red-2)}.tp-header-8-bar:hover span{color:var(--tp-common-white)}.tp-header-8-bar span{line-height:1;transition:.3s;font-size:15px;letter-spacing:-.01em;text-transform:uppercase;color:var(--tp-common-black);font-family:var(--tp-ff-clash-medium)}.tp-header-8-bar span svg{margin-left:7px}.tp-header-8-lang a{font-size:15px;line-height:1;letter-spacing:-.01em;color:var(--tp-common-black);font-family:var(--tp-ff-clash-medium)}.tp-header-8-lang a:not(:last-child){margin-right:8px}.tp-header-8-lang a:hover{color:var(--tp-common-red-2)}.tp-header-8-btn{margin-left:20px}.tp-header-9-mt{margin-top:40px}.tp-header-9-box{margin-left:90px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-header-9-box{margin-left:0}}.tp-header-9-menu.tp-header-dropdown nav ul li.has-dropdown:after{display:none}.tp-header-9-menu>nav>ul{display:inline-block;padding:0 10px;border-radius:14px;background:#eef1ea0a;border:1px solid rgba(238,241,234,.04)}.tp-header-9-menu>nav>ul>li{display:inline-block;list-style-type:none;padding:8px 0}.tp-header-9-menu>nav>ul>li>a{font-weight:500;font-size:16px;line-height:1;border-radius:8px;padding:7px 23px;display:inline-block;letter-spacing:-.01em;color:var(--tp-common-cream-3);background-color:transparent}.tp-header-9-menu>nav>ul>li>a:hover{color:var(--tp-common-yellow-green);background-color:#eef1ea0f}.tp-header-9-logo .logo-2{display:none}.tp-header-9-search span{color:var(--tp-common-cream)}.tp-header-10-area.header-10-dark-style .tp-header-10-wrapper{background:#1a1b1e;border:1px solid rgba(0,0,0,.6)}.tp-header-10-area.header-10-dark-style .tp-header-10-menu>nav>ul>li>a{color:var(--tp-common-white)}.tp-header-10-area.header-10-dark-style .tp-header-10-offcanvas .tp-header-bar button{color:var(--tp-common-white)}.tp-header-10-area.header-10-dark-style .tp-header-10-offcanvas .tp-header-bar button i{background-color:var(--tp-common-white)}.tp-header-10-announcement-wrapper{padding:10px 0}.tp-header-10-announcement-content p{font-size:14px;font-weight:600;margin:0 8px 0 0;color:var(--tp-common-white)}@media(max-width:767px){.tp-header-10-announcement-content p{font-size:12px;margin-right:0}}@media only screen and (min-width:576px)and (max-width:767px){.tp-header-10-announcement-content p{font-size:14px;margin-right:8px}}.tp-header-10-announcement-content p span{display:inline-block;font-size:11px;font-weight:700;padding:4px 16px;margin-right:10px;text-transform:uppercase;background:#21212d;border-radius:18px}@media(max-width:767px){.tp-header-10-announcement-content p span{font-size:10px;font-weight:500;padding:4px 10px;margin-right:5px}}@media only screen and (min-width:576px)and (max-width:767px){.tp-header-10-announcement-content p span{padding:4px 16px}}.tp-header-10-announcement-content a{position:relative;display:inline-block;font-size:14px;font-weight:700;color:var(--tp-common-white)}.tp-header-10-announcement-content a:after{position:absolute;content:"";height:1px;width:100%;bottom:0;left:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#ffffff80}.tp-header-10-announcement-content a:hover:after{opacity:0;visibility:hidden}.tp-header-10-announcement-content a:hover span{transform:rotate(45deg)}.tp-header-10-announcement-content a span{display:inline-block;margin-left:5px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.tp-header-10-announcement-close{position:absolute;top:7px;right:60px}.tp-header-10-announcement-close button{display:inline-block;height:26px;width:26px;line-height:7px;border-radius:50%;color:var(--tp-common-black);background:var(--tp-common-white)}.tp-header-10-announcement-close button:hover{transform:scale(1.1)}@media(max-width:767px){.tp-header-10-announcement-close button{display:none}}.tp-header-10-menu{margin-left:-70px}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-header-10-menu{margin-left:-15px}}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1600px)and (max-width:1700px),only screen and (min-width:1701px)and (max-width:1800px),only screen and (min-width:1801px)and (max-width:1850px){.tp-header-10-menu{margin-left:-60px}}.tp-header-10-menu:before{position:absolute;content:"";height:30px;width:1px;top:15px;left:-10px;background:#21212d0f}.tp-header-10-menu>nav>ul{margin-left:0}.tp-header-10-menu>nav>ul>li{margin:0 20px}.tp-header-10-menu>nav>ul>li>a{padding:22px 0;font-weight:500;font-size:16px;line-height:1;display:inline-block;letter-spacing:-.16px;color:var(--tp-common-black-10)}.tp-header-10-menu.tp-header-dropdown nav ul li.has-dropdown:after{display:none}.tp-header-10-wrapper{padding:1px 30px;border-radius:60px;border:1px solid rgba(255,255,255,.6);background:#f7f7fd33;box-shadow:0 20px 30px #21212d08}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-header-10-wrapper{padding:10px 20px}}.tp-header-10-btn-box{line-height:1}.tp-header-10-offcanvas .tp-header-bar button{color:var(--tp-common-black)}.tp-header-10-offcanvas .tp-header-bar button i{background-color:var(--tp-common-black)}.tp-header-11-style .tp-header-10-wrapper{background:#fffc;border:1px solid rgba(255,255,255,.6);box-shadow:0 20px 30px #21212d08}.tp-header-11-style .tp-header-10-wrapper:after{content:"";height:100%;width:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tp-header-11-style .tp-header-10-menu{margin-left:-100px}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-header-11-style .tp-header-10-menu{margin-left:0}}.tp-header-11-style.header-11-dark-style .tp-header-10-wrapper{background:#1a1b1e;border:1px solid rgba(0,0,0,.6)}.tp-header-11-style.header-11-dark-style .tp-header-10-menu>nav>ul>li>a{color:var(--tp-common-white)}.tp-header-11-style.header-11-dark-style .tp-header-10-offcanvas .tp-header-bar button{color:var(--tp-common-white)}.tp-header-11-style.header-11-dark-style .tp-header-10-offcanvas .tp-header-bar button i{background-color:var(--tp-common-white)}.tp-header-11-style.header-11-dark-style .tp-btn-black-radius{background-color:#fff;color:var(--tp-common-black)}.tp-header-11-style.header-11-dark-style .tp-btn-black-radius i{color:var(--tp-common-white);background-color:var(--tp-common-black)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-header-12-ptb{padding:10px 0}}.tp-header-12-ptb.sticky-black-bg .tp-header-12-menu>nav>ul>li>a{color:var(--tp-common-white)}.tp-header-12-ptb.sticky-black-bg .tp-header-12-menu>nav>ul>li.has-dropdown:after{color:var(--tp-common-white)}.tp-header-12-menu>nav>ul{margin-left:0}.tp-header-12-menu>nav>ul>li{margin:0 20px}.tp-header-12-menu>nav>ul>li>a{position:relative;padding:41px 0;font-size:17px;font-weight:500;line-height:1;color:#616161;display:inline-block;letter-spacing:-.17px}.tp-header-12-menu.about-us-4 nav ul li a{color:#111013}.tp-header-12-menu.tp-header-dropdown nav ul li.has-dropdown:after{color:#616161}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-header-13-ptb{padding:10px 0}}.tp-header-13-menu>nav>ul{margin-left:270px}@media only screen and (min-width:1600px)and (max-width:1700px){.tp-header-13-menu>nav>ul{margin-left:100px}}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-header-13-menu>nav>ul{margin-left:0}}.tp-header-13-menu>nav>ul>li{margin:0 20px}.tp-header-14-main{position:relative;z-index:999}.tp-header-14-wrapper{padding:18px 0}.tp-header-14-info a{font-size:15px;font-weight:600;color:var(--tp-common-white)}.tp-header-14-bar-wrap .tp-header-8-bar{margin-right:0;padding:8px 18px;border:1px solid rgba(255,255,255,.1)}.tp-header-14-bar-wrap .tp-header-8-bar:hover{background-color:var(--tp-common-white)}.tp-header-14-bar-wrap .tp-header-8-bar:hover span{color:var(--tp-common-black)}.tp-header-14-bar-wrap .tp-header-8-bar span{font-size:14px;font-weight:700;letter-spacing:-.14px;text-transform:uppercase;color:var(--tp-common-white);font-family:var(--tp-ff-inter)}.tp-header-15-style .tp-header-14-info a{color:#653624}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-header-15-style .tp-header-14-info a{color:var(--tp-cream-2)}}.tp-header-15-style .tp-header-14-bar-wrap .tp-header-8-bar{border-color:#653624}.tp-header-15-style .tp-header-14-bar-wrap .tp-header-8-bar span{color:#653624}.tp-header-15-style .tp-header-14-bar-wrap .tp-header-8-bar:hover{background-color:#653624}.tp-header-15-style .tp-header-14-bar-wrap .tp-header-8-bar:hover span{color:var(--tp-common-white)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-header-15-style .tp-header-14-bar-wrap .tp-header-8-bar{border-color:var(--tp-cream-2)}.tp-header-15-style .tp-header-14-bar-wrap .tp-header-8-bar span{color:var(--tp-cream-2)}.tp-header-15-style .tp-header-14-bar-wrap .tp-header-8-bar:hover{background-color:var(--tp-cream-2)}.tp-header-15-style .tp-header-14-bar-wrap .tp-header-8-bar:hover span{color:var(--tp-common-black)}}.tp-header-inner-style .tp-header-menu>nav>ul{padding:0 10px;border-radius:30px;display:inline-block;background-color:#f6f6f9}.tp-header-inner-style .tp-header-menu>nav>ul>li>a{padding:10px 0;color:var(--tp-common-black)}.tp-header-inner-style .tp-header-dropdown nav ul li.has-dropdown:after{color:var(--tp-common-black)}.tp-header-inner-style .tp-header-dropdown nav ul li .tp-submenu{top:110%}.tp-header-inner-style .tp-header-14-bar-wrap .tp-header-8-bar{border:0;background-color:#f6f6f9}.tp-header-inner-style .tp-header-14-bar-wrap .tp-header-8-bar span{color:var(--tp-common-black)}.tp-header-inner-style .tp-header-14-bar-wrap .tp-header-8-bar:hover{background-color:var(--tp-common-black)}.tp-header-inner-style .tp-header-14-bar-wrap .tp-header-8-bar:hover span{color:var(--tp-common-white)}.tp-header-inner-style.header-inner-white .tp-header-menu>nav>ul{background-color:#1d1d1f}.tp-header-inner-style.header-inner-white .tp-header-menu>nav>ul>li>a{color:#bfbfc0}.tp-header-inner-style.header-inner-white .tp-header-menu>nav>ul>li:hover>a{color:var(--tp-common-white)}.tp-header-inner-style.header-inner-white .tp-header-dropdown>nav>ul>li.has-dropdown:after{color:#bfbfc0}.tp-header-inner-style.header-inner-white .tp-header-dropdown>nav>ul>li:hover.has-dropdown:after{color:var(--tp-common-white)}.tp-header-inner-style.header-inner-white .tp-header-14-bar-wrap .tp-header-8-bar{background-color:#1d1d1f}.tp-header-inner-style.header-inner-white .tp-header-14-bar-wrap .tp-header-8-bar span{color:var(--tp-common-white)}.tp-header-inner-style.header-inner-white .tp-header-14-bar-wrap .tp-header-8-bar:hover{background-color:var(--tp-common-white)}.tp-header-inner-style.header-inner-white .tp-header-14-bar-wrap .tp-header-8-bar:hover span{color:var(--tp-common-black)}.tp-header-inner-style .tp-megamenu-wrapper{top:110%}.tp-header-shop-wrap{position:relative;border:1px solid rgba(77,61,48,.2)}.tp-header-shop-wrap.shop-white-header{border:1px solid rgba(255,255,255,.2)}.tp-header-shop-wrap.shop-white-header .tp-header-shop-menu>nav>ul>li>a{color:var(--tp-common-white);border-color:#fff3}.tp-header-shop-wrap.shop-white-header .tp-header-shop-action ul li{border-color:#fff3}.tp-header-shop-wrap.shop-white-header .tp-header-shop-cart button{color:var(--tp-common-white)}.tp-header-shop-wrap.shop-white-header .tp-header-shop-cart button span{color:#4d3d30;background-color:var(--tp-common-white)}.tp-header-shop-wrap.shop-white-header .tp-header-shop-lang button,.tp-header-shop-wrap.shop-white-header .tp-header-shop-lang span,.tp-header-shop-wrap.shop-white-header .tp-header-shop-search button{color:var(--tp-common-white)}.tp-header-shop-wrap.shop-white-header .logo-2{display:none}.tp-header-shop-wrap.shop-white-header .tp-header-10-offcanvas .tp-header-bar button i{background-color:var(--tp-common-white)}.tp-header-shop-wrap .tp-header-dropdown nav ul li.has-dropdown:after{display:none}.tp-header-shop-wrap .tp-megamenu-wrapper{max-width:100%;border-radius:0 0 14px 14px}.tp-header-shop-wrap .tp-megamenu-wrapper.megamenu-white-bg{background:#f4f0eacc;border:1px solid rgba(77,61,48,.12)}.tp-header-shop-wrap.header-sticky{top:10px;width:calc(100% - 30px);margin:0 auto}.tp-header-shop-wrap.header-sticky.sticky-white-bg{background:#f4f0eae6}.tp-header-shop-wrap.header-sticky.shop-white-header{border:1px solid rgba(77,61,48,.2)}.tp-header-shop-wrap.header-sticky.shop-white-header .tp-header-shop-menu>nav>ul>li>a{color:#4d3d30;border-color:#4d3d3033}.tp-header-shop-wrap.header-sticky.shop-white-header .tp-header-shop-action ul li{border-color:#4d3d3033}.tp-header-shop-wrap.header-sticky.shop-white-header .tp-header-shop-search button,.tp-header-shop-wrap.header-sticky.shop-white-header .tp-header-shop-cart button{color:#4d3d30}.tp-header-shop-wrap.header-sticky.shop-white-header .tp-header-shop-cart button span{background-color:#4d3d30;color:var(--tp-common-white)}.tp-header-shop-wrap.header-sticky.shop-white-header .tp-header-shop-lang span{color:#4d3d30}.tp-header-shop-wrap.header-sticky.shop-white-header .tp-header-shop-logo .logo-1{display:none}.tp-header-shop-wrap.header-sticky.shop-white-header .tp-header-shop-logo .logo-2{display:inline-block!important}.tp-header-shop-wrap.header-sticky.shop-white-header .tp-header-10-offcanvas .tp-header-bar button i{background-color:#4d3d30}.tp-header-shop-wrap .dropdown-white-bg nav ul li .tp-submenu{border-radius:0 0 14px 14px;background:#f4f0eacc;border:1px solid rgba(77,61,48,.12)}.tp-header-shop-menu>nav>ul{display:flex}.tp-header-shop-menu>nav>ul>li{list-style:none;display:inline-block}.tp-header-shop-menu>nav>ul>li>a{height:100%;padding:18px 30px;font-weight:500;font-size:14px;line-height:1;color:#4d3d30;letter-spacing:-.01em;display:inline-block;text-transform:uppercase;border-right:1px solid rgba(77,61,48,.2)}.tp-header-shop-action>ul{display:flex}.tp-header-shop-action>ul>li{position:relative;padding:12px 30px;list-style-type:none;display:inline-flex;justify-content:center;align-items:center;border-left:1px solid rgba(77,61,48,.2)}.tp-header-shop-cart a,.tp-header-shop-cart button,.tp-header-shop-cart span,.tp-header-shop-lang a,.tp-header-shop-lang button,.tp-header-shop-lang span{font-weight:500;font-size:14px;line-height:1;color:#4d3d30;letter-spacing:-.01em;text-transform:uppercase}.tp-header-shop-cart button span{position:absolute;top:0;right:0;padding:3px 6px 4px;font-weight:600;font-size:14px;line-height:1;text-align:center;display:inline-block;letter-spacing:-.01em;text-transform:uppercase;color:var(--tp-common-white);background-color:#4d3d30;border:1px solid rgba(77,61,48,.2)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-header-shop-logo{margin-left:20px}}.header-lang-submenu{position:absolute;top:110%;right:0;width:120px;z-index:9;opacity:0;padding:15px 20px;visibility:hidden;background:#4d3d30;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;box-shadow:0 30px 70px 6px #0b064614}.header-lang-submenu li{list-style:none}.header-lang-submenu li a{font-size:13px;text-transform:capitalize;color:var(--tp-common-white)}.header-lang-submenu.open{top:100%;opacity:1;visibility:visible}.tp-header-14-yellow-bg .tp-header-8-bar:hover{color:var(--tp-common-white);border-color:var(--tp-common-black);background-color:var(--tp-common-black)}.header-sticky{position:fixed;top:0;left:0;right:0;opacity:1;width:100%;z-index:10;visibility:visible;background:#262528e6;box-shadow:0 2px 6px #13131614;animation:.95s ease 0s normal forwards 1 running headerSlideDown;-webkit-animation:.95s ease 0s normal forwards 1 running headerSlideDown}.header-sticky .tp-header-menu>nav>ul>li>a{padding:22px 0}.header-sticky.sticky-white-bg{background:#ffffffe6}.header-sticky.sticky-white-bg .tp-header-menu>nav>ul>li>a{color:var(--tp-common-black)}.header-sticky.sticky-white-bg .tp-header-dropdown nav ul li.has-dropdown:after{color:var(--tp-common-black)}.header-sticky.sticky-white-bg .logo-white{display:none}.header-sticky.sticky-white-bg .logo-black{display:block!important}.header-sticky.sticky-white-bg .tp-header-lang a{color:#0009}.header-sticky.sticky-white-bg .tp-header-lang a.active{color:var(--tp-common-black)}.header-sticky.sticky-white-bg .tp-header-bar button i{background-color:var(--tp-common-black)}.header-sticky.sticky-white-bg .tp-header-7-serach{color:var(--tp-common-black)}.header-sticky.sticky-white-bg .cr-header-login a{background:#000;border-color:#0009}.header-sticky.sticky-white-bg .cr-header-login a:hover{color:var(--tp-common-black);background-color:transparent}.header-sticky.sticky-white-bg .tp-header-btn-box .tp-btn-white-border:hover{color:var(--tp-common-black);border-color:#0009}.header-sticky.sticky-white-bg .animated-border-box:before{background-image:conic-gradient(#fff,#000,#fff 25%)}.header-sticky.sticky-white-bg .tp-btn-white-border.tp-btn-light-bg{color:#0e0f11;background-color:transparent;border:1px solid rgba(0,0,0,.1)}.header-sticky.sticky-white-bg .tp-btn-white-border.tp-btn-light-bg:hover{color:var(--tp-common-white);border-color:var(--tp-common-black);background-color:var(--tp-common-black)}.header-sticky.tp-header-blur:after{position:absolute;content:"";top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);z-index:-1}.header-sticky.tp-header-3-style{padding:5px 0}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.header-sticky.tp-header-3-style{padding:10px 0}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.header-sticky.tp-header-9-sticky{padding:10px 0}}.header-sticky.tp-header-border{border-bottom:0}.header-sticky .tp-header-logo{padding:0}.header-sticky .tp-header-7-wrapper{padding:0;border-radius:0;background:initial;border:none}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.header-sticky .tp-header-7-wrapper{padding:10px 0}}.header-sticky.tp-header-9-sticky .tp-header-9-logo .logo-1{display:none}.header-sticky.tp-header-9-sticky .tp-header-9-logo .logo-2{display:block!important}.header-sticky.tp-header-9-sticky .tp-header-9-menu>nav>ul>li>a{padding:25px 0;margin:0 15px;color:var(--tp-common-black)}.header-sticky.tp-header-9-sticky .tp-header-9-menu>nav>ul>li{padding:0}.header-sticky.tp-header-9-sticky .tp-header-9-menu>nav>ul{padding:0}.header-sticky.tp-header-9-sticky .tp-header-9-box{margin-left:0}.header-sticky.tp-header-9-sticky .tp-header-9-search span{color:var(--tp-common-black)}.header-sticky.tp-header-9-sticky .tp-header-9-btn .tp-btn-yellow-green{color:#fff;background-color:#2a4c3a}.header-sticky.tp-header-10-sticky .tp-header-10-wrapper{margin-top:0;border-radius:0;border:0;box-shadow:none;background:transparent}.header-sticky.tp-header-11-style .tp-header-10-wrapper{border:0;background:0;margin-top:0;box-shadow:none;-webkit-backdrop-filter:initial;backdrop-filter:initial}.header-sticky.tp-header-inner-style .tp-header-menu>nav>ul{padding:0;border-radius:0;display:inline-block;margin-bottom:0;background-color:transparent}.header-sticky.tp-header-inner-style .tp-header-dropdown nav>ul>li .tp-submenu{top:104%}.header-sticky.tp-header-inner-style .tp-header-dropdown nav>ul>li .tp-submenu li .tp-submenu{top:0}.header-sticky.tp-header-inner-style .tp-megamenu-wrapper{top:104%}.sticky-white-bg .tp-megamenu-list ul li a span{font-weight:700}.sticky-white-bg .tp-megamenu-list ul li a span.new{color:#b64ade;background:#b64ade14}.sticky-white-bg .tp-megamenu-list ul li a span.pop{color:#0db50e;background-color:#0db50e14}.tp-header-dropdown nav ul li{position:relative;list-style:none}.tp-header-dropdown nav ul li.p-static{position:static}.tp-header-dropdown nav ul li.has-dropdown:after{content:"";font-size:16px;font-weight:400;margin-left:2px;display:inline-block;color:var(--tp-common-white);transition:all .3s 0s ease-out;font-family:var(--tp-ff-fontawesome)}.tp-header-dropdown nav ul li.has-dropdown:hover:after{transform:rotate(-180deg)}.tp-header-dropdown nav ul li .tp-submenu{position:absolute;top:100%;left:0;width:260px;z-index:99;opacity:0;padding:12px 0;transition:.5s;text-align:start;visibility:hidden;border-radius:14px;transform-origin:0 0;transform:scaleY(0);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:#262528e6;box-shadow:0 20px 30px -8px #1313161a}.tp-header-dropdown nav ul li .tp-submenu li{width:100%;padding:0 12px;border-radius:8px}.tp-header-dropdown nav ul li .tp-submenu li a{position:relative;border-radius:8px;font-weight:500;font-size:16px;line-height:1;color:#bfbfc0;padding:12px 18px;display:inline-block;letter-spacing:-.01em;text-align:start;width:100%}@media only screen and (min-width:1600px)and (max-width:1700px),only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px){.tp-header-dropdown nav ul li .tp-submenu li a{font-size:14px}}.tp-header-dropdown nav ul li .tp-submenu li .tp-submenu{top:0;left:100%}.tp-header-dropdown nav ul li .tp-submenu li:hover>a{background-color:#2c2b2e;color:var(--tp-common-white)}.tp-header-dropdown nav ul li .tp-submenu li.menu-item-has-children>a{display:flex;align-items:center;justify-content:space-between}.tp-header-dropdown nav ul li .tp-submenu li.menu-item-has-children>a:after{content:"";font-size:16px;font-weight:400;margin-left:2px;color:#bfbfc0;display:inline-block;transform:rotate(-90deg);transition:all .3s 0s ease-out;font-family:var(--tp-ff-fontawesome)}.tp-header-dropdown nav ul li .tp-submenu li.menu-item-has-children:hover a:after{transform:rotate(0);color:var(--tp-common-white)}.tp-header-dropdown nav ul li:hover>.tp-submenu{visibility:visible;opacity:1;transform:scale(1)}.tp-header-dropdown nav ul li:hover>.tp-megamenu-wrapper{visibility:visible;opacity:1;transition-duration:.2s;-webkit-transform:perspective(300px) rotateX(0deg);-moz-transform:perspective(300px) rotateX(0deg);-ms-transform:perspective(300px) rotateX(0deg);-o-transform:perspective(300px) rotateX(0deg);transform:perspective(300px) rotateX(0)}.tp-megamenu-wrapper{position:absolute;transition:.3s;opacity:0;visibility:hidden;padding-top:45px;top:100%;left:0;right:0;max-width:1760px;margin:0 auto;overflow:hidden;border-radius:14px;transform-origin:top;transition-duration:.1s;-webkit-transform:perspective(300px) rotateX(-18deg);-moz-transform:perspective(300px) rotateX(-18deg);-ms-transform:perspective(300px) rotateX(-18deg);-o-transform:perspective(300px) rotateX(-18deg);transform:perspective(300px) rotateX(-18deg)}@media only screen and (min-width:1600px)and (max-width:1700px),only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px){.tp-megamenu-wrapper{max-width:calc(100% - 40px)}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-megamenu-wrapper{padding-top:25px}}.tp-megamenu-wrapper.megamenu-black-bg{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:#262528e6;box-shadow:0 20px 30px -8px #1313161a}.tp-megamenu-wrapper.megamenu-white-bg{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:#ffffffe6;box-shadow:0 2px 6px #1313161a}.tp-megamenu-wrapper.megamenu-white-bg .tp-megamenu-title{color:#111013;border-bottom:1px solid #F3F3F6}.tp-megamenu-wrapper.megamenu-white-bg .tp-megamenu-list ul:after{background-color:#f3f3f6}.tp-megamenu-wrapper.megamenu-white-bg .tp-megamenu-list ul li a{color:#636368}.tp-megamenu-wrapper.megamenu-white-bg .tp-megamenu-list ul li a:hover{background-color:#f8f8fb;color:var(--tp-common-black)}.tp-megamenu-title{font-weight:600;font-size:13px;line-height:1;margin-bottom:0;padding-left:40px;padding-bottom:25px;text-align:start;text-transform:uppercase;color:var(--tp-common-white);border-bottom:1px solid rgba(255,255,255,.06)}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-megamenu-title{padding-left:23px}}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-megamenu-title{padding-left:20px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-megamenu-title{padding-left:20px}}.tp-megamenu-list{height:100%}.tp-megamenu-list ul{position:relative;height:100%;padding-top:18px;padding-bottom:50px}.tp-megamenu-list ul:after{position:absolute;content:"";top:0;left:0;width:1px;height:100%;background-color:#ffffff0f}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-megamenu-list ul:after{display:none}}.tp-megamenu-list ul li{padding:0 20px}@media only screen and (min-width:1600px)and (max-width:1700px),only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px){.tp-megamenu-list ul li{padding:0 10px}}.tp-megamenu-list ul li:not(:last-child){margin-bottom:10px}.tp-megamenu-list ul li a{position:relative;width:100%;font-weight:600;font-size:16px;line-height:1;color:#bfbfc0;padding:12px 18px;border-radius:8px;display:inline-block;letter-spacing:-.01em;text-align:start}@media only screen and (min-width:1701px)and (max-width:1800px),only screen and (min-width:1600px)and (max-width:1700px){.tp-megamenu-list ul li a{font-size:14px}}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-megamenu-list ul li a{font-size:14px;padding:12px}}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-megamenu-list ul li a{font-size:14px;padding:12px 8px}}.tp-megamenu-list ul li a span{font-size:13px;line-height:1;font-weight:800;padding:6px 8px;border-radius:20px;display:inline-block;margin-left:3px;text-transform:capitalize;letter-spacing:.7px}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-megamenu-list ul li a span{font-size:8px;padding:5px 6px}}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-megamenu-list ul li a span{display:none}}.tp-megamenu-list ul li a span.hot{color:#ff535b;background-color:#ff535b14}.tp-megamenu-list ul li a span.new{color:#fff669;background-color:#fff66914}.tp-megamenu-list ul li a span.pop{color:#19e41a;background-color:#19e41a14}.tp-megamenu-list ul li a:hover{background-color:#2c2b2e;color:var(--tp-common-white)}.tp-megamenu-thumb{height:100%;position:absolute;top:0;right:0;width:17%}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-megamenu-thumb{display:none}}.tp-megamenu-thumb img{height:100%;object-fit:cover;width:100%;overflow:hidden}.dropdown-white-bg nav ul li .tp-submenu{background:#ffffffe6}.dropdown-white-bg nav ul li .tp-submenu li a{color:#636368}.dropdown-white-bg nav ul li .tp-submenu li:hover>a{background-color:#f8f8fb;color:var(--tp-common-black)}.dropdown-white-bg nav ul li .tp-submenu li.menu-item-has-children>a:after{color:#636368}.dropdown-white-bg nav ul li .tp-submenu li.menu-item-has-children:hover>a:after{color:var(--tp-common-black)}.tp-offcanvas-menu{margin-bottom:80px}.tp-offcanvas-menu ul{list-style:none}.tp-offcanvas-menu ul li{position:relative}.tp-offcanvas-menu ul li>a{padding:10px 0;display:block;font-size:20px;font-weight:500}.tp-offcanvas-menu ul li.active>a{color:var(--tp-common-red-3)}.tp-offcanvas-menu ul li.active>.tp-menu-close i{top:10px;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}.tp-offcanvas-menu ul li .submenu{display:none}.tp-offcanvas-menu ul li .submenu .submenu{margin-left:30px}.tp-offcanvas-menu .tp-megamenu-wrapper.megamenu-white-bg{-webkit-backdrop-filter:none;backdrop-filter:none;background:transparent;box-shadow:none}.tp-offcanvas-menu .mega-menu{width:auto;opacity:1;visibility:visible;transition:none;position:static;display:none;-webkit-transform:perspective(0) rotateX(0);-moz-transform:perspective(0) rotateX(0);-ms-transform:perspective(0) rotateX(0);-o-transform:perspective(0) rotateX(0);transform:perspective(0) rotateX(0)}.tp-offcanvas-menu .tp-megamenu-list ul li{padding:0}.tp-offcanvas-menu .tp-megamenu-list ul li a{padding:8px 20px;font-size:17px}.tp-offcanvas-menu .tp-submenu li a{padding:8px 20px;border-radius:10px;font-size:17px}.tp-offcanvas-menu .tp-submenu li a:hover{background-color:#f8f8fb;color:var(--tp-common-black)}.tp-menu-close{position:absolute;right:7px;top:12px}.tp-menu-close i{transition:all .3s;font-size:18px;font-weight:500}.menu-item-has-children .tp-menu-close{right:14px;top:9px}.body-overlay{position:fixed;top:0;left:0;z-index:99;width:100%;height:100%;visibility:hidden;opacity:0;transition:.45s ease-in-out;background:#18181866}.body-overlay.opened{opacity:1;visibility:visible}.tp-offcanvas-wrapper{position:fixed;top:0;right:0;width:450px;height:100vh;z-index:999;padding:50px;overflow-y:scroll;transition:all .3s;background:#fff;overscroll-behavior-y:contain;-webkit-transform:translateX(calc(100% + 80px));-moz-transform:translateX(calc(100% + 80px));-ms-transform:translateX(calc(100% + 80px));-o-transform:translateX(calc(100% + 80px));transform:translate(calc(100% + 80px))}@media(max-width:767px){.tp-offcanvas-wrapper{width:100%}}@media only screen and (min-width:576px)and (max-width:767px){.tp-offcanvas-wrapper{width:450px}}.tp-offcanvas-wrapper .logo-2{display:none}.tp-offcanvas-wrapper.offcanvas-black-bg{background:#1c1d20}.tp-offcanvas-wrapper.offcanvas-black-bg .logo-1{display:none}.tp-offcanvas-wrapper.offcanvas-black-bg .logo-2{display:block!important}.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-close-btn{color:var(--tp-common-white)}.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-menu ul li>a{color:var(--tp-common-white)}.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-menu ul li.active>a{color:var(--tp-common-red-3)}.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-menu .tp-submenu li a:hover{background-color:#2c2b2e;color:var(--tp-common-white)}.tp-offcanvas-wrapper.offcanvas-black-bg .tp-menu-close i{color:var(--tp-common-white)}.tp-offcanvas-wrapper.offcanvas-black-bg .tp-megamenu-wrapper.megamenu-black-bg{-webkit-backdrop-filter:initial;backdrop-filter:initial;background:transparent;box-shadow:none}.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-title.sm{color:var(--tp-common-white)}.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-contact ul li a{color:#fffc}.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-contact ul li a:hover{color:var(--tp-common-white)}.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-contact ul li a:after{background-color:var(--tp-common-white)}.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-social ul li a{color:var(--tp-common-white);border:1px solid rgba(255,255,255,.1)}.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-social ul li a:hover{color:var(--tp-common-black);border-color:var(--tp-common-white);background-color:var(--tp-common-white)}.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-title{color:var(--tp-common-white)}.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-content p{color:#fffc}.tp-offcanvas-area.opened .tp-offcanvas-wrapper{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translate(0)}.tp-offcanvas-top{margin-bottom:90px}.tp-offcanvas-close-btn{color:#000}.tp-offcanvas-close-btn:hover{opacity:1;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.tp-offcanvas-content{margin-bottom:45px}.tp-offcanvas-content p{font-size:16px;font-weight:400;line-height:24px;color:#414144}.tp-offcanvas-title{font-size:40px;line-height:1;letter-spacing:-.8px;font-weight:700;margin-bottom:15px;color:var(--tp-common-black)}.tp-offcanvas-title.sm{font-size:20px;font-weight:700;margin-bottom:15px;text-transform:uppercase;color:var(--tp-common-black)}.tp-offcanvas-gallery{margin-bottom:65px}.tp-offcanvas-gallery-img img{transition:.9s}.tp-offcanvas-gallery-img:hover img{transform:scale(1.2) rotate(-2deg)}.tp-offcanvas-contact{margin-bottom:55px}.tp-offcanvas-contact ul li{list-style:none}.tp-offcanvas-contact ul li:not(:last-child){margin-bottom:2px}.tp-offcanvas-contact ul li a{display:inline-block;color:#414144;font-size:16px;position:relative}.tp-offcanvas-contact ul li a:after{position:absolute;bottom:2px;right:0;width:0;height:1px;content:"";transition:.4s;background-color:#1e1e1e}.tp-offcanvas-contact ul li a:hover{color:var(--tp-common-black)}.tp-offcanvas-contact ul li a:hover:after{width:100%;right:auto;left:0}.tp-offcanvas-social ul{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center}.tp-offcanvas-social ul li{list-style:none}.tp-offcanvas-social ul li:not(:last-child){margin-right:8px}.tp-offcanvas-social ul li a{display:inline-block;text-align:center;width:40px;height:40px;line-height:38px;border-radius:40px;transition:all .3s;color:var(--tp-common-black);border:1px solid rgba(2,11,24,.1)}.tp-offcanvas-social ul li a:hover{background-color:var(--tp-common-black);border-color:var(--tp-common-black);color:var(--tp-common-white)}.tp-offcanvas-social ul li a svg{-webkit-transform:translateY(-1px);-moz-transform:translateY(-1px);-ms-transform:translateY(-1px);-o-transform:translateY(-1px);transform:translateY(-1px)}.tp-offcanvas-2-area{position:relative}.tp-offcanvas-2-area.opened .animated-text>nav>ul>li a:after{visibility:visible;opacity:1;bottom:35px}.tp-offcanvas-2-area.opened .animated-text>nav>ul>li a:before{width:100%}.tp-offcanvas-2-area.opened .animated-text>nav>ul>li a .tp-text-hover-effect-word .single-char span{-webkit-transform:translateZ(.1px);-moz-transform:translateZ(.1px);-ms-transform:translateZ(.1px);-o-transform:translateZ(.1px);transform:translateZ(.1px)}.tp-offcanvas-2-area.opened .tp-offcanvas-2-left,.tp-offcanvas-2-area.opened .tp-offcanvas-2-right,.tp-offcanvas-2-area.opened .tp-offcanvas-2-wrapper{visibility:visible;opacity:1}.tp-offcanvas-2-area.opened .tp-offcanvas-2-bg.is-left,.tp-offcanvas-2-area.opened .tp-offcanvas-2-bg.is-right{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1);transition-delay:0s}.tp-offcanvas-2-area.opened .tp-offcanvas-2-menu{transition-delay:0s}.tp-offcanvas-2-area.opened .tp-offcanvas-2-close{visibility:visible;opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);transition-delay:.9s}.tp-offcanvas-2-area .tp-offcanvas-menu>nav>ul>li>a{font-weight:700;font-size:50px;line-height:1;color:#717172;letter-spacing:-.02em}@media only screen and (min-width:768px)and (max-width:991px){.tp-offcanvas-2-area .tp-offcanvas-menu>nav>ul>li>a{font-size:35px}}@media(max-width:767px){.tp-offcanvas-2-area .tp-offcanvas-menu>nav>ul>li>a{font-size:30px}}.tp-offcanvas-2-area .tp-offcanvas-menu>nav>ul>li>a:after{position:absolute;left:0;top:3px;font-weight:500;font-size:13px;content:"0" counter(count);counter-increment:count;color:#717172cc}.tp-offcanvas-2-area .tp-offcanvas-menu>nav>ul>li.is-active>a{color:var(--tp-common-white)}.tp-offcanvas-2-area .tp-offcanvas-menu>nav>ul>li.is-active .tp-menu-close i{color:var(--tp-common-white)}.tp-offcanvas-2-area .tp-offcanvas-menu>nav>ul>li>ul>li>a{font-weight:600;font-size:30px;line-height:1;transition:.3s;color:#717172;letter-spacing:-.02em}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-offcanvas-2-area .tp-offcanvas-menu>nav>ul>li>ul>li>a{font-size:20px}}.tp-offcanvas-2-area .tp-offcanvas-menu>nav>ul>li>ul>li>a:hover{transform:translate(15px);color:var(--tp-common-white)}.tp-offcanvas-2-area .tp-offcanvas-menu .tp-submenu li a:hover{background-color:initial;color:var(--tp-common-white)}.tp-offcanvas-2-area .tp-offcanvas-menu ul li:not(:last-child)>a{border-bottom:0}.tp-offcanvas-2-area .tp-offcanvas-menu ul li>a{padding:0 0 0 30px}.tp-offcanvas-2-area .tp-offcanvas-menu ul>li:not(:last-child){margin-bottom:45px}.tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu{padding-left:20px;margin-top:40px;margin-bottom:56px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu{padding-left:0}}.tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu li:not(:last-child){margin-bottom:30px}.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-bg.is-left{background:var(--tp-common-white)}.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-logo .logo-1{display:none}.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu>nav>ul>li.is-active>a{color:var(--tp-common-black)}.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu>nav>ul>li.is-active .tp-menu-close i{color:var(--tp-common-black)}.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu>nav>ul>li>a{color:#d5d5d5}.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu>nav>ul>li>ul>li>a{color:var(--tp-common-black)}.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu .tp-submenu li a:hover{background-color:initial;color:var(--tp-common-black)}.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-bg.is-right{background-color:#f6f6f9}.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-right-info-title{color:var(--tp-common-black)}.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-right-info-item>a{color:var(--tp-common-black)}.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-right-social a{color:var(--tp-common-black);border:1px solid rgba(0,0,0,.1)}.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-right-social a:hover{color:var(--tp-common-white);border-color:var(--tp-common-black);background-color:var(--tp-common-black)}.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-close-btn .text,.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-close-btn{color:var(--tp-common-black)}.tp-offcanvas-2-area.offcanvas-2-black-bg .tp-offcanvas-2-logo .logo-2{display:none!important}.tp-offcanvas-2-bg.left-box{position:fixed;top:0;height:100%;width:60%;-webkit-transition:all 1s cubic-bezier(.77,0,.175,1);-moz-transition:all 1s cubic-bezier(.77,0,.175,1);-ms-transition:all 1s cubic-bezier(.77,0,.175,1);-o-transition:all 1s cubic-bezier(.77,0,.175,1);transition:all 1s cubic-bezier(.77,0,.175,1);z-index:1111}@media(max-width:767px){.tp-offcanvas-2-bg.left-box{width:100%}}.tp-offcanvas-2-bg.right-box{position:fixed;top:0;height:100%;width:40%;-webkit-transition:all 1s cubic-bezier(.77,0,.175,1);-moz-transition:all 1s cubic-bezier(.77,0,.175,1);-ms-transition:all 1s cubic-bezier(.77,0,.175,1);-o-transition:all 1s cubic-bezier(.77,0,.175,1);transition:all 1s cubic-bezier(.77,0,.175,1);z-index:1111}@media(max-width:767px){.tp-offcanvas-2-bg.right-box{width:100%}}.tp-offcanvas-2-bg.is-left{left:0;-webkit-transform:scale(1,0);-moz-transform:scale(1,0);-ms-transform:scale(1,0);-o-transform:scale(1,0);transform:scaleY(0);transform-origin:top center;background:var(--tp-common-black);transition-delay:1s}.tp-offcanvas-2-bg.is-right{right:0;transform-origin:bottom center;-webkit-transform:scale(1,0);-moz-transform:scale(1,0);-ms-transform:scale(1,0);-o-transform:scale(1,0);transform:scaleY(0);background-color:#1c1d20;transition-delay:1s}.tp-offcanvas-2-wrapper .left-box{position:fixed;top:0;width:60%;height:100vh;z-index:9999;overflow-y:scroll;pointer-events:auto;scrollbar-width:none;padding:40px 80px 50px}@media only screen and (min-width:768px)and (max-width:991px){.tp-offcanvas-2-wrapper .left-box{padding:40px}}@media(max-width:767px){.tp-offcanvas-2-wrapper .left-box{width:100%;padding:40px}}.tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu{padding:0 125px}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px){.tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu{padding:0 70px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu{padding:0 20px}}@media(max-width:767px){.tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu{padding:0}}.tp-offcanvas-2-wrapper .right-box{position:fixed;top:0;width:40%;height:100vh;z-index:9999;padding:50px 100px 50px 0;scrollbar-width:none;overscroll-behavior-y:contain}@media only screen and (min-width:768px)and (max-width:991px){.tp-offcanvas-2-wrapper .right-box{padding-right:40px}}.tp-offcanvas-2-wrapper .right-box::-webkit-scrollbar{display:none}@media(max-width:767px){.tp-offcanvas-2-wrapper .right-box{width:100%}}.tp-offcanvas-2-wrapper .tp-menu-close{top:10px;height:0;width:0}@media(max-width:767px){.tp-offcanvas-2-wrapper .tp-menu-close{top:0;right:20px}}.tp-offcanvas-2-wrapper .tp-menu-close i{font-size:20px;color:#717172}.tp-offcanvas-2-left{visibility:hidden;opacity:0;left:0;transition:.3s;transition-delay:.8s}@media(max-width:767px){.tp-offcanvas-2-left-wrap{margin-bottom:80px}}.tp-offcanvas-2-right{visibility:hidden;opacity:0;right:0;transition:.3s;transition-delay:.8s}.tp-offcanvas-2-right-inner{height:100%;padding:100px}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-offcanvas-2-right-inner{padding-left:50px;padding-right:50px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-offcanvas-2-right-inner{padding:50px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-offcanvas-2-right-inner{padding:30px}}.tp-offcanvas-2-right-info-box{padding:0 200px}@media only screen and (min-width:1801px)and (max-width:1850px),only screen and (min-width:1701px)and (max-width:1800px){.tp-offcanvas-2-right-info-box{padding-right:100px}}@media only screen and (min-width:1600px)and (max-width:1700px),only screen and (min-width:1400px)and (max-width:1599px){.tp-offcanvas-2-right-info-box{padding:0 100px}}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-offcanvas-2-right-info-box{padding:0 0 0 100px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-offcanvas-2-right-info-box{padding:0 0 0 70px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-offcanvas-2-right-info-box{padding:0 0 0 60px;margin-top:130px}}.tp-offcanvas-2-right-info-title{font-weight:700;font-size:30px;line-height:1;margin-bottom:35px;color:var(--tp-common-white)}.tp-offcanvas-2-right-info-item{margin-bottom:30px}.tp-offcanvas-2-right-info-item label{font-weight:500;font-size:15px;line-height:1;display:block;color:#717172}.tp-offcanvas-2-right-info-item>a{font-weight:600;font-size:18px;line-height:1;letter-spacing:-.01em;color:var(--tp-common-white)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-offcanvas-2-right-info-item>a br{display:none}}.tp-offcanvas-2-right-social a{height:40px;width:40px;transition:.3s;line-height:35px;text-align:center;border-radius:50%;display:inline-block;color:var(--tp-common-white);border:1px solid rgba(255,255,255,.1)}.tp-offcanvas-2-right-social a:hover{color:var(--tp-common-black);border-color:var(--tp-common-white);background-color:var(--tp-common-white)}.tp-offcanvas-2-close{visibility:hidden;opacity:0;transition:.3s;transition-delay:.5s;-webkit-transform:translateY(20px);-moz-transform:translateY(20px);-ms-transform:translateY(20px);-o-transform:translateY(20px);transform:translateY(20px)}@media only screen and (min-width:768px)and (max-width:991px){.tp-offcanvas-2-close{padding-right:30px}}.tp-offcanvas-2-close-btn{font-size:14px;font-weight:500;text-transform:uppercase;color:var(--tp-common-white)}.tp-offcanvas-2-close-btn .text{width:60px;height:20px;transition:.3s;overflow:hidden;display:inline-block;transform:translateY(4px);color:var(--tp-common-white)}.tp-offcanvas-2-close-btn .text span{transition:.3s;display:inline-block;-webkit-transform:translateX(120%);-moz-transform:translateX(120%);-ms-transform:translateX(120%);-o-transform:translateX(120%);transform:translate(120%)}.tp-offcanvas-2-close-btn:hover .text span{transform:translate(0)}.tp-offcanvas-2-close-btn:hover span svg{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.tp-offcanvas-2-text{right:0;bottom:0;position:absolute;transform:rotate(-90deg) translateY(100%)}.tp-offcanvas-2-text span{font-size:320px;font-weight:700;color:#2123294d}.tp-offcanvas-2-logo{margin-bottom:105px}@media(max-width:767px){.tp-offcanvas-2-logo{margin-bottom:0}}.tp-offcanvas-2-logo .logo-2{display:block!important}.postbox-wrapper{margin-right:20px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.postbox-wrapper{margin-right:0}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.postbox-wrapper{margin-right:0;margin-bottom:0}}.postbox-author-img{flex:0 0 auto;margin-right:15px}.postbox-author-img img{height:42px;width:42px;border-radius:50%}.postbox-author-name{font-weight:700;font-size:16px;line-height:1;margin-bottom:5px;letter-spacing:-.01em;color:#ffffffe6}.postbox-author-info{line-height:1}.postbox-author-info span{font-weight:600;font-size:13px;line-height:1;color:#fff9}.postbox-author-wrap{padding:0 20px}@media(max-width:767px){.postbox-author-wrap{flex-wrap:wrap;padding:0}}@media(max-width:767px){.postbox-author-box{margin-bottom:15px;margin-right:15px}}@media only screen and (min-width:576px)and (max-width:767px){.postbox-author-box{margin-bottom:0}}.postbox-meta i{color:#fff9}.postbox-meta i svg{margin-right:4px;display:inline-block;transform:translateY(-2px)}.postbox-meta span{font-weight:600;font-size:15px;line-height:1;color:#fff9}.postbox-item{padding:35px 15px 40px;border-radius:20px;border:1px solid rgba(255,255,255,.08)}.postbox-item:hover .postbox-thumb img{transform:scale(1.1)}.postbox-tag{font-weight:600;font-size:16px;line-height:1;margin-bottom:15px;display:inline-block;color:#fff9}.postbox-tag i svg{margin-right:4px;transform:translateY(-1px)}.postbox-title{font-size:40px;line-height:1.1;font-weight:600;margin-bottom:23px;letter-spacing:-.04em;color:var(--tp-common-white)}.postbox-title.fs-80{font-size:80px;font-weight:700;line-height:1;letter-spacing:-2.4px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.postbox-title.fs-80{font-size:75px}}@media only screen and (min-width:768px)and (max-width:991px){.postbox-title.fs-80{font-size:60px}}@media(max-width:767px){.postbox-title.fs-80{font-size:45px;letter-spacing:0}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.postbox-title.fs-80 br{display:none}}.postbox-title.fs-54{font-size:54px;font-weight:700}@media only screen and (min-width:992px)and (max-width:1199px){.postbox-title.fs-54{font-size:45px}}@media(max-width:767px){.postbox-title.fs-54{font-size:40px}}.postbox-title.fs-34{font-size:34px;margin-bottom:18px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.postbox-title{font-size:35px}}@media(max-width:767px){.postbox-title{font-size:25px}}.postbox-title a:hover{color:var(--tp-common-green-light)}.postbox-content{padding:0 20px}@media(max-width:767px){.postbox-content{padding:0}}.postbox-content p{font-weight:400;font-size:17px;line-height:1.6;margin-bottom:30px;color:#fff9}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.postbox-content p{font-size:16px}.postbox-content p br{display:none}}.postbox-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.postbox-play-btn a{height:80px;width:80px;line-height:77px;text-align:center;border-radius:50%;display:inline-block;background-color:var(--tp-common-white);animation:animate-pulse 3s linear infinite}.postbox-play-btn a svg{margin-left:3px;display:inline-block}.postbox-slider-item{position:relative;border-radius:14px}.postbox-slider-item:after{position:absolute;content:"";top:0;left:0;width:100%;height:100%;border-radius:14px;background-color:#0000004d}.postbox-slider-item img{border-radius:14px}.postbox-arrow button{height:50px;width:50px;line-height:50px;text-align:center;border-radius:50%;display:inline-block;background-color:var(--tp-common-white)}.postbox-arrow button:hover{color:var(--tp-common-white);background-color:var(--tp-common-black)}.postbox-arrow-prev{position:absolute;top:50%;left:30px;z-index:2;transform:translateY(-50%)}.postbox-arrow-next{position:absolute;top:50%;right:30px;z-index:2;transform:translateY(-50%)}.postbox-blockquote{padding:50px 55px 30px;border-radius:14px;background:#1a1b1e}@media(max-width:767px){.postbox-blockquote{padding:30px 20px}}.postbox-blockquote-paragraph p{font-weight:600;font-size:24px;line-height:1.5;margin-bottom:0;letter-spacing:-.02em;color:var(--tp-common-white)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.postbox-blockquote-paragraph p br{display:none}}@media(max-width:767px){.postbox-blockquote-paragraph p{font-size:20px}.postbox-blockquote-paragraph p br{display:none}}.postbox-blockquote-icon{margin-bottom:20px;display:inline-block}.postbox-thumb{border-radius:14px;overflow:hidden}.postbox-thumb-overlay:after{position:absolute;content:"";top:0;left:0;height:100%;width:100%;background:#0000004d}.postbox-thumb img{transition:.9s;border-radius:14px}@media(max-width:767px){.postbox__comment{padding-top:50px}}.postbox__comment ul{margin-right:75px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.postbox__comment ul{margin-right:0}}.postbox__comment ul li{margin-bottom:30px;list-style:none}.postbox__comment ul li.children{margin-left:100px}@media(max-width:767px){.postbox__comment ul li.children{margin-left:15px}}.postbox__comment-title{font-weight:600;font-size:30px;line-height:1.1;margin-bottom:15px;letter-spacing:-.04em;color:var(--tp-common-white)}.postbox__comment-box{padding-top:20px}@media(max-width:767px){.postbox__comment-box{flex-wrap:wrap}}.postbox__comment-info,.postbox__comment-avater{flex:0 0 auto}@media(max-width:767px){.postbox__comment-avater{margin-right:0}}.postbox__comment-avater img{width:70px;height:70px;border-radius:50%}@media(max-width:767px){.postbox__comment-avater img{margin-bottom:30px}}.postbox__comment-name{margin-bottom:17px}.postbox__comment-name h5{font-weight:700;font-size:16px;line-height:1;margin-bottom:0;letter-spacing:-.01em;color:var(--tp-common-white)}.postbox__comment-name span{font-weight:500;font-size:14px;line-height:1;color:#ffffffb3}.postbox__comment-text p{font-weight:500;font-size:16px;line-height:1.6;margin-bottom:20px;color:#ffffffb3}@media only screen and (min-width:768px)and (max-width:991px){.postbox__comment-text p{font-size:15px}}.postbox__comment-reply a{font-weight:600;font-size:13px;line-height:1;padding:11px 20px;border-radius:40px;display:inline-block;text-transform:uppercase;color:var(--tp-common-white);border:1px solid rgba(255,255,255,.1)}.postbox__comment-reply a span{margin-left:6px;display:inline-block}.postbox__comment-reply a:hover{color:var(--tp-common-black);border-color:var(--tp-common-green-light);background-color:var(--tp-common-green-light)}.postbox__comment-agree{padding-left:5px}.postbox__comment-agree input{margin:0;appearance:none;-moz-appearance:none;display:block;width:16px;height:16px;background:var(--tp-common-white);border:1px solid #949392;outline:none;flex:0 0 auto;transform:translateY(-1px)}.postbox__comment-agree input:checked{position:relative;background-color:var(--tp-theme-1);border-color:transparent}.postbox__comment-agree input:checked:after{box-sizing:border-box;content:"";position:absolute;font-family:var(--tp-ff-fontawesome);font-size:10px;color:var(--tp-common-white);top:47%;left:50%;transform:translate(-50%,-50%)}.postbox__comment-agree input:hover{cursor:pointer}.postbox__comment-agree label{padding-left:8px;color:#838383;line-height:1}.postbox__comment-agree label a{color:var(--tp-common-black);font-weight:600;padding-left:4px}.postbox__comment-agree label a:hover{color:var(--tp-theme-1)}.postbox__comment-agree label:hover{cursor:pointer}.basic-pagination{margin-bottom:40px}.basic-pagination ul li{list-style:none;display:inline-block;margin-right:5px}@media(max-width:767px){.basic-pagination ul li{margin-right:5px}}.basic-pagination ul li:hover a{border-color:#d0ff71;background-color:#d0ff71;color:var(--tp-common-black)}.basic-pagination ul li>a{height:50px;width:50px;line-height:49px;text-align:center;font-weight:600;font-size:16px;border-radius:50%;display:inline-block;color:var(--tp-common-white);transition:all .3s ease-in-out;border:1px solid rgba(255,255,255,.08)}.basic-pagination ul li .current{height:50px;width:50px;font-weight:600;line-height:49px;text-align:center;font-size:16px;border-radius:50%;display:inline-block;border-color:#d0ff71;background-color:#d0ff71;color:var(--tp-common-black);transition:all .3s ease-in-out}.basic-pagination-label span{font-weight:500;font-size:15px;line-height:1.33;color:#525356;display:inline-block}@media(max-width:767px){.basic-pagination-label span{margin-bottom:15px}}.basic-pagination.product-pagination ul li>a{color:#4d3d30;border:1px solid rgb(77,61,48)}.basic-pagination.product-pagination ul li:hover a,.basic-pagination.product-pagination ul li .current{background-color:#4d3d30;color:var(--tp-common-white)}.postbox-details-item{padding:43px 45px;border-radius:14px}@media(max-width:767px){.postbox-details-item{padding:30px}}.postbox-details-item.item-border{border-radius:20px;border:1px solid rgba(255,255,255,.08)}.postbox-details-tag{margin-bottom:8px}@media(max-width:767px){.postbox-details-tag{flex-wrap:wrap}}.postbox-details-tag span:last-child{position:relative;padding-left:9px;margin-left:9px;display:inline-block}.postbox-details-tag span:last-child:after{position:absolute;content:"";top:8px;left:-3px;height:4px;width:4px;border-radius:50%;background-color:#fff9}@media(max-width:767px){.postbox-details-tag-wrap{flex-wrap:wrap}}@media(max-width:767px){.postbox-details-meta{flex-wrap:wrap}}.postbox-details-meta .postbox-author-name{font-weight:700;margin-bottom:0;color:#fff9}.postbox-details-meta>div:not(:first-child){padding-left:16px;margin-left:16px;position:relative}@media(max-width:767px){.postbox-details-meta>div:not(:first-child){padding-left:0;margin-left:0;margin-right:10px}}.postbox-details-meta>div:not(:first-child):after{position:absolute;content:"";top:2px;left:0;width:1px;height:24px;background:#ffffff1a}@media(max-width:767px){.postbox-details-meta>div:not(:first-child):after{display:none}}@media(max-width:767px){.postbox-details-meta .postbox-meta{margin-bottom:15px}}@media only screen and (min-width:576px)and (max-width:767px){.postbox-details-meta .postbox-meta{margin-bottom:0}}.postbox-details-thumb{gap:11px}.postbox-details-thumb img{border-radius:14px}.postbox-details-text p{font-weight:500;font-size:17px;line-height:1.6;color:#ffffffb3}.postbox-details-text p span{color:var(--tp-common-green-light)}.postbox-details-quote p{font-weight:600;font-size:30px;line-height:1.3;letter-spacing:-.02em;color:var(--tp-common-white)}@media only screen and (min-width:992px)and (max-width:1199px),(max-width:767px){.postbox-details-quote p{font-size:25px}.postbox-details-quote p br{display:none}}.postbox-details-quote span{font-weight:500;font-size:16px;line-height:1;color:#fff9}.postbox-details-quote span:before{content:"";height:1px;width:40px;margin-right:10px;display:inline-block;transform:translateY(-5px);background-color:#fff9}@media(max-width:767px){.postbox-details-quote-box{flex-wrap:wrap}}.postbox-details-quote-box i{flex:0 0 auto;margin-right:35px;display:inline-block}@media(max-width:767px){.postbox-details-quote-box i{margin-right:0;margin-bottom:20px}}.postbox-details-list ul{padding-left:30px}@media(max-width:767px){.postbox-details-list ul{padding-left:0}}.postbox-details-list ul li{list-style-type:none;font-weight:500;font-size:17px;line-height:1.1;color:#ffffffb3;position:relative;padding-left:20px}.postbox-details-list ul li:not(:last-child){margin-bottom:15px}.postbox-details-list ul li:before{position:absolute;top:7px;left:0;content:"";height:5px;width:5px;margin-right:10px;border-radius:50%;display:inline-block;background-color:#ffffffb3}.postbox-details-list ul li span{color:#ffffff4d}.postbox-details-list ul li i{font-style:normal;color:var(--tp-common-green-light)}.postbox-details-code{padding:25px 30px;border-radius:14px;background:#1a1b1e}.postbox-details-code pre{font-size:15px;font-weight:500;line-height:1.8;margin:0;color:#ffffffb3}.postbox-details-tag span{margin-bottom:10px;display:inline-block;font-weight:600;font-size:17px;line-height:1;margin-right:15px;color:var(--tp-common-white)}.postbox-details-author .sidebar-widget-author-img{flex:0 0 auto;margin-bottom:0;margin-right:30px}@media(max-width:767px){.postbox-details-author .sidebar-widget-author-img{margin-right:0;margin-bottom:20px}}.postbox-details-author .sidebar-widget-author-img img{height:100px;width:100px}.postbox-details-author .sidebar-widget-author{padding:30px;border:none;border-radius:14px;background:#1a1b1e}@media(max-width:767px){.postbox-details-author .sidebar-widget-author{flex-wrap:wrap}}.postbox-details-author .sidebar-widget-author-content span{margin-bottom:8px}.postbox-details-author .sidebar-widget-author-name{margin-bottom:18px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.postbox-details-author .sidebar-widget-author-content p br{display:none}}.postbox-details-nevigation-wrap{height:560px;overflow:hidden}@media only screen and (min-width:1200px)and (max-width:1399px){.postbox-details-nevigation-wrap{height:460px}}@media only screen and (min-width:992px)and (max-width:1199px){.postbox-details-nevigation-wrap{height:320px}}@media only screen and (min-width:768px)and (max-width:991px){.postbox-details-nevigation-wrap{height:350px;margin-top:50px}}@media(max-width:767px){.postbox-details-nevigation-wrap{height:140px;margin-top:50px}}.postbox-details-nevigation-wrap:hover .postbox-details-nevigation-thumb-bg{transform:scale(.95)}.postbox-details-nevigation-thumb{position:relative}.postbox-details-nevigation-thumb:after{position:absolute;content:"";top:-50px;left:0;width:100%;height:120%;background:#0006}.postbox-details-nevigation-thumb img{width:100%;margin-top:-290px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.postbox-details-nevigation-thumb img{margin-top:-50px}}.postbox-details-nevigation-thumb-bg{width:100%;height:100%;background-color:#1a1b1e;transition:all .3s ease-in-out}.postbox-details-nevigation-content{position:absolute;top:50%;left:0;right:0;z-index:5;text-align:center;transform:translateY(-50%)}.postbox-details-nevigation-content span{font-weight:500;font-size:24px;line-height:1;margin-bottom:15px;display:inline-block;letter-spacing:-.02em;color:var(--tp-common-white)}@media(max-width:767px){.postbox-details-nevigation-content span{font-size:16px}}.postbox-details-nevigation-title{font-weight:700;font-size:60px;margin-bottom:0;line-height:1.17;letter-spacing:-.03em;color:var(--tp-common-white)}@media only screen and (min-width:768px)and (max-width:991px){.postbox-details-nevigation-title{font-size:45px}}@media(max-width:767px){.postbox-details-nevigation-title{font-size:20px}}.postbox-details-form{padding:60px;border-radius:20px;border:1px solid rgba(255,255,255,.08)}@media only screen and (min-width:768px)and (max-width:991px){.postbox-details-form{padding:30px}}@media(max-width:767px){.postbox-details-form{padding:20px}}.postbox-details-form p{font-weight:500;font-size:15px;line-height:1.7;margin-bottom:23px;color:#ffffffb3}@media(max-width:767px){.postbox-details-form p{font-size:16px}}.postbox-details-form-title{font-weight:600;font-size:30px;line-height:1.6;margin-bottom:0;letter-spacing:-.04em;color:var(--tp-common-white)}.postbox-details-input label{font-weight:500;font-size:16px;line-height:1;margin-bottom:12px;color:var(--tp-common-white)}.postbox-details-input input,.postbox-details-input textarea{font-size:17px;font-weight:400;margin-bottom:25px;border-radius:14px;background:#1a1b1e;color:var(--tp-common-white);border:1px solid #1a1b1e}.postbox-details-input input::-webkit-input-placeholder,.postbox-details-input textarea::-webkit-input-placeholder{font-size:17px;font-weight:400;color:#707072}.postbox-details-input input::-moz-placeholder,.postbox-details-input textarea::-moz-placeholder{font-size:17px;font-weight:400;color:#707072}.postbox-details-input input:-moz-placeholder,.postbox-details-input textarea:-moz-placeholder{font-size:17px;font-weight:400;color:#707072}.postbox-details-input input:-ms-input-placeholder,.postbox-details-input textarea:-ms-input-placeholder{font-size:17px;font-weight:400;color:#707072}.postbox-details-input input::placeholder,.postbox-details-input textarea::placeholder{font-size:17px;font-weight:400;color:#707072}.postbox-details-input input:focus,.postbox-details-input textarea:focus{border-color:var(--tp-common-green-light)}.postbox-details-input textarea{height:160px;resize:none;margin-bottom:20px}.postbox-details-remeber input{display:none}.postbox-details-remeber input:checked~label:before{visibility:visible;opacity:1}.postbox-details-remeber label{position:relative;padding-left:30px;font-weight:500;font-size:15px;line-height:1;color:#ffffffb3}.postbox-details-remeber label:after{position:absolute;content:"";top:-3px;left:0;width:20px;height:20px;z-index:-1;transition:.3s;line-height:16px;border-radius:4px;text-align:center;border:1px solid rgba(255,255,255,.1)}.postbox-details-remeber label:before{position:absolute;content:url(../img/svg/check.html);top:-2px;left:2px;width:16px;height:16px;line-height:16px;text-align:center;visibility:hidden;opacity:0;transition:.3s;color:var(--tp-common-white)}.postbox-details-remeber label:hover{cursor:pointer}.postbox-details-social a{height:36px;width:36px;line-height:33px;text-align:center;margin-bottom:10px;border-radius:14px;display:inline-block;background-color:#1a1b1e;color:#fffc}.postbox-details-social a svg{height:15px;width:15px}.postbox-details-social a:hover{color:var(--tp-common-black);background-color:var(--tp-common-green-light)}.rc-post-thumb{flex:0 0 auto;overflow:hidden;margin-right:30px;border-radius:14px}.rc-post-thumb img{transition:.9s;border-radius:14px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.rc-post-thumb img{height:100px;width:100px}}.rc-post:hover .rc-post-thumb img{transform:scale(1.1)}.rc-post-category{margin-bottom:10px}.rc-post-category a{font-weight:600;font-size:13px;line-height:1;color:#f9e4b4;padding:7px 12px;border-radius:15px;display:inline-block;background:#f9e4b414}.rc-post-title{font-weight:600;font-size:20px;line-height:1.4;margin-bottom:8px;letter-spacing:-.01em;color:var(--tp-common-white)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.rc-post-title{font-size:18px}}@media only screen and (min-width:992px)and (max-width:1199px){.rc-post-title{font-size:16px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.rc-post-title{font-size:18px}}.rc-post-title a:hover{color:var(--tp-common-green-light)}.rc-post-meta span{font-weight:600;font-size:13px;line-height:1;color:#fff9}.rc-post-wrap .rc-post:not(:last-child){padding-bottom:25px;margin-bottom:25px;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar-search{position:relative}.sidebar-search input{width:100%;height:60px;padding:0 50px 0 25px;font-weight:500;font-size:18px;line-height:60px;border-radius:14px;background:#1a1b1e;border:1px solid transparent;color:var(--tp-common-white)}.sidebar-search input::-webkit-input-placeholder{font-weight:500;font-size:18px;line-height:1;color:#ffffff4d}.sidebar-search input::-moz-placeholder{font-weight:500;font-size:18px;line-height:1;color:#ffffff4d}.sidebar-search input:-moz-placeholder{font-weight:500;font-size:18px;line-height:1;color:#ffffff4d}.sidebar-search input:-ms-input-placeholder{font-weight:500;font-size:18px;line-height:1;color:#ffffff4d}.sidebar-search input::placeholder{font-weight:500;font-size:18px;line-height:1;color:#ffffff4d}.sidebar-search input:focus{background-color:#0e0f11;border:1px solid #D0FF71}.sidebar-search button{position:absolute;top:0;right:25px;height:100%;line-height:60px;color:var(--tp-common-white)}.sidebar-search button:hover{color:#d0ff71}.sidebar-widget-author{padding:40px;border-radius:14px;border:1px solid rgba(255,255,255,.06)}.sidebar-widget-author-img{margin-bottom:35px}.sidebar-widget-author-img img{height:120px;width:120px;border-radius:50%}.sidebar-widget-author-name{font-weight:600;font-size:22px;line-height:1;margin-bottom:5px;letter-spacing:-.02em;color:var(--tp-common-white)}.sidebar-widget-author-content span{font-weight:500;font-size:14px;line-height:1;margin-bottom:20px;display:inline-block;color:#fff6}.sidebar-widget-author-content p{font-weight:500;font-size:17px;line-height:1.5;margin-bottom:20px;color:#ffffffb3}.sidebar-widget-author-social a{margin:0 5px}.sidebar-widget-author-social a span{transition:all .4s ease-in-out;color:var(--tp-common-white)}.sidebar-widget-author-social a:hover span{color:#d0ff71}.sidebar-widget-title{font-weight:600;font-size:24px;line-height:1;margin-bottom:30px;letter-spacing:-.02em;color:var(--tp-common-white)}.sidebar-widget-category ul li{list-style-type:none}.sidebar-widget-category ul li a{border-radius:14px;padding:12px 20px;font-weight:500;font-size:16px;line-height:1;display:inline-block;background:#1a1b1e;letter-spacing:-.01em;color:#fffc}.sidebar-widget-category ul li a span{transition:.3s}.sidebar-widget-category ul li a span:last-child{color:#fff6}.sidebar-widget-category ul li a:hover{color:#d0ff71}.sidebar-widget-category ul li a:hover span:last-child{color:#d0ff71}.sidebar-widget-category ul li:not(:last-child){margin-bottom:6px}.sidebar-wrapper{padding-left:35px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.sidebar-wrapper{padding-left:0}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.sidebar-wrapper{padding-left:0;margin-top:70px}}.sidebar-blog-grid-wrap .sidebar-wrapper{padding-left:2px}.tagcloud a{border-radius:14px;padding:10px 18px;font-weight:500;font-size:16px;line-height:1;text-align:center;margin-bottom:10px;background:#1a1b1e;display:inline-block;text-transform:capitalize;color:#fffc}@media only screen and (min-width:992px)and (max-width:1199px){.tagcloud a{padding:10px 14px;font-size:13px}}@media(max-width:767px){.tagcloud a{padding:10px 14px}}.tagcloud a:not(:last-child){margin-right:5px}.tagcloud a:hover{color:var(--tp-common-black);background-color:#d0ff71}.dgm-blog-content{min-width:310px;height:100%}@media only screen and (min-width:992px)and (max-width:1199px){.dgm-blog-content{min-width:220px}}@media(max-width:767px){.dgm-blog-content{min-width:100%;height:auto;margin-bottom:30px}}.dgm-blog-content-wrap{height:100%}@media(max-width:767px){.dgm-blog-content-wrap{height:auto;flex-wrap:wrap}}.dgm-blog-meta h4{font-weight:700;font-size:20px;line-height:1;margin-bottom:2px;letter-spacing:-.04em;color:var(--tp-common-black);font-family:var(--tp-ff-grotesk)}.dgm-blog-meta span{font-weight:400;font-size:16px;line-height:1;color:#4d5051;letter-spacing:-.04em}.dgm-blog-category span{font-weight:400;font-size:14px;line-height:1;padding:7px 10px;border-radius:6px;display:inline-block;background-color:#effac0;color:var(--tp-common-black)}.dgm-blog-title-sm{font-weight:500;font-size:34px;line-height:1;letter-spacing:-.04em;color:var(--tp-common-black);font-family:var(--tp-ff-grotesk)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.dgm-blog-title-sm{font-size:30px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.dgm-blog-title-sm{font-size:25px}}@media(max-width:767px){.dgm-blog-title-box{margin-bottom:20px}}.dgm-blog-item{padding-top:35px;padding-bottom:35px;border-top:1px solid rgba(20,20,20,.1)}.dgm-blog-item:hover .dgm-blog-thumb img{transform:scale(1.1) rotate(-2deg)}.dgm-blog-main{border-bottom:1px solid rgba(20,20,20,.1)}.dgm-blog-thumb{display:inline-block;overflow:hidden}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.dgm-blog-thumb{margin-top:20px}}@media(max-width:767px){.dgm-blog-thumb{width:100%}}.dgm-blog-thumb img{width:100%;height:160px;transition:.9s;object-fit:cover}@media(max-width:767px){.dgm-blog-thumb img{width:100%}}.creative-blog-item:hover .creative-blog-thumb img{transform:perspective(600px) rotateX(.09deg) rotateY(0) scaleX(1.1) scaleY(1.1)}.creative-blog-thumb{overflow:hidden;margin-bottom:30px;border-radius:20px}.creative-blog-thumb img{width:100%;height:300px;object-fit:cover;border-radius:20px;transition:transform .5s;transform-origin:center center;transform:perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1)}.creative-blog-meta span{font-weight:600;font-size:14px;line-height:1;margin-bottom:20px;display:inline-block;color:#ffffff80}.creative-blog-meta span:not(:last-child){padding-right:10px;margin-right:10px;position:relative}.creative-blog-meta span:not(:last-child):after{position:absolute;top:-1px;right:-2px;content:"";height:17px;width:1.5px;display:inline-block;background-color:#ffffff80}.creative-blog-title-sm{font-weight:600;font-size:26px;line-height:1.3;letter-spacing:-.02em;color:var(--tp-common-white)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-blog-title-sm br{display:none}}.creative-blog-title-box{padding-left:80px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-blog-title-box{padding-left:0}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-blog-title-box{margin-bottom:10px}}.creative-blog-top-content{padding-left:45px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-blog-top-content{padding-left:0}}.creative-blog-top-content p{font-weight:400;font-size:17px;line-height:1.53;margin-bottom:25px;color:var(--tp-common-white)}@media(max-width:767px){.creative-blog-top-content p br{display:none}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ai-blog-area{padding-bottom:70px}}.ai-blog-item{border-radius:20px;border:1px solid rgba(255,255,255,.08)}.ai-blog-item:hover .ai-blog-thumb img{transform:scale(1.1) rotate(-2deg)}.ai-blog-thumb{overflow:hidden;border-radius:20px}.ai-blog-thumb img{width:100%;height:250px;transition:.9s;object-fit:cover;border-radius:20px}.ai-blog-content span{color:#fff6bf;font-size:14px;font-weight:600;line-height:1;margin-bottom:12px;display:inline-block;letter-spacing:-.28px;text-transform:uppercase}.ai-blog-content-wrap{padding:28px 30px 32px}.ai-blog-meta span{position:relative;font-size:14px;font-weight:600;color:#fff6}.ai-blog-meta span:not(:last-child){margin-right:11px;padding-right:11px}.ai-blog-meta span:not(:last-child):after{position:absolute;content:"";top:7px;right:-3px;height:4px;width:4px;border-radius:50%;background-color:#fff6}.ai-blog-title{font-size:24px;font-weight:700;line-height:1.4;margin-bottom:25px;letter-spacing:-.48px;color:var(--tp-common-white)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ai-blog-title{font-size:20px}}.ai-blog-shape-1{position:absolute;bottom:48%;right:-2%;z-index:-1}.ar-blog-category{position:absolute;top:0;left:0;margin:20px;font-weight:600;border-radius:30px;padding:8px 14px;font-size:13px;line-height:1;letter-spacing:1px;color:#1d2132;display:inline-block;text-transform:uppercase;background-color:var(--tp-common-white)}.ar-blog-title-sm{font-size:24px;line-height:1.3;letter-spacing:1px;margin-bottom:8px;color:var(--tp-common-black);font-family:var(--tp-ff-clash-medium)}@media only screen and (min-width:1200px)and (max-width:1399px){.ar-blog-title-sm{font-size:20px}}@media(max-width:767px){.ar-blog-title-box{margin-bottom:20px}}.ar-blog-meta{font-weight:400;font-size:16px;line-height:1;color:#19191999}.ar-blog-thumb{margin-bottom:20px;overflow:hidden}.ar-blog-thumb img{height:413px;transition:.9s}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ar-blog-area .gx-40{--bs-gutter-x: 30px}}.ar-blog-item:hover .ar-blog-thumb img{transform:scale(1.1)}.crp-blog-shape{position:absolute;top:145px;right:0;z-index:-1}.crp-blog-title{font-weight:600;font-size:180px;line-height:.7;margin-bottom:0;opacity:.1;margin-left:-100px;letter-spacing:-.02em;text-transform:uppercase;writing-mode:vertical-lr;transform:translateY(-40px) rotate(180deg);font-family:var(--tp-ff-teko);color:var(--tp-common-cream-3)}@media only screen and (min-width:1600px)and (max-width:1700px){.crp-blog-title{font-size:175px;margin-left:0;transform:translateY(0)}}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px){.crp-blog-title{font-size:150px;margin-left:0;transform:translateY(0)}}@media only screen and (min-width:992px)and (max-width:1199px){.crp-blog-title{margin-left:0;font-size:110px;margin-bottom:40px;writing-mode:inherit;transform:translateY(0)}}@media only screen and (min-width:768px)and (max-width:991px){.crp-blog-title{margin-left:0;font-size:84px;margin-bottom:40px;writing-mode:inherit;transform:translateY(0)}}@media(max-width:767px){.crp-blog-title{font-size:67px;margin-left:0;margin-bottom:40px;writing-mode:inherit;transform:translateY(0)}}.crp-blog-title-sm{font-weight:500;font-size:54px;line-height:1;margin-bottom:30px;letter-spacing:-.02em;font-family:var(--tp-ff-teko);color:var(--tp-common-cream-3)}@media only screen and (min-width:1200px)and (max-width:1399px){.crp-blog-title-sm{font-size:40px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.crp-blog-title-sm{font-size:35px}}.crp-blog-meta{font-weight:600;font-size:15px;line-height:1;margin-bottom:22px;display:inline-block;color:var(--tp-common-cream-3)}.crp-blog-thumb{border-radius:20px;overflow:hidden}.crp-blog-thumb img{width:100%;height:350px;transition:.9s;border-radius:20px;object-fit:cover}.crp-blog-thumb:hover img{transform:scale(1.1) rotate(-2deg)}.crp-blog-category span{font-weight:600;font-size:12px;line-height:1;transition:.3s;padding:7px 18px;border-radius:10px;display:inline-block;text-transform:uppercase;color:var(--tp-common-cream-3);border:1px solid rgba(255,255,230,.1)}.crp-blog-category span:not(:last-child){margin-right:7px}.crp-blog-category span:hover{background-color:#ffffe61a}@media(max-width:767px){.crp-blog-item{flex-wrap:wrap}}.crp-blog-content{margin-left:55px}@media only screen and (min-width:768px)and (max-width:991px){.crp-blog-content{margin-left:40px}}@media(max-width:767px){.crp-blog-content{margin-left:0}}@media(max-width:767px){.crp-blog-content{margin-top:30px}}.st-blog-item:hover .st-blog-item-thumb img{transform:scale(1.1)}.st-blog-item-thumb{overflow:hidden;margin-bottom:25px;border-radius:10px}.st-blog-item-thumb img{width:100%;height:450px;object-fit:cover;transition:.9s;border-radius:10px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-blog-item-thumb img{height:100%}}.st-blog-item-title{font-size:24px;font-weight:600;margin-bottom:20px;letter-spacing:-.48px;color:var(--tp-common-brown);font-family:var(--tp-ff-poppins)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-blog-item-title br{display:none}}.st-blog-item-tags span{font-size:14px;font-weight:400;padding:0 10px;border-radius:14px;display:inline-block;color:var(--tp-common-brown);border:1px solid rgba(69,48,48,.15)}.st-blog-item-tags p{color:#494949;font-size:16px;font-weight:400;margin:0}.st-blog-item-tags-devide{height:1px;width:40px;margin:0 15px 0 20px;background:#45303026}.st-blog-text p{color:#494949;letter-spacing:0;margin-bottom:30px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-blog-text p br{display:none}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-blog-heading{margin-bottom:30px}}@media(max-width:767px){.st-blog-text{margin-bottom:30px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.cr-blog-heading{padding-bottom:30px}}.cr-blog-item{border-radius:20px;border:1px solid rgba(255,255,255,.08)}.cr-blog-item:hover .cr-blog-item-thumb img{transform:scale(1.1)}.cr-blog-item-thumb{margin-bottom:22px;border-radius:20px;overflow:hidden}.cr-blog-item-thumb img{width:100%;border-radius:20px;transition:.9s}.cr-blog-item-content{padding-left:30px;padding-bottom:40px}.cr-blog-item-category{color:#fff6bf;font-size:14px;font-weight:600;margin-bottom:10px;display:inline-block;letter-spacing:-.28px;text-transform:uppercase}.cr-blog-item-meta{margin:0;font-size:14px;font-weight:600;color:#fff6}.cr-blog-item-title{font-size:24px;font-weight:600;margin-bottom:28px;letter-spacing:-.48px;color:var(--tp-common-white);font-family:var(--tp-ff-onest)}@media only screen and (min-width:992px)and (max-width:1199px){.cr-blog-item-title br{display:none}}.cr-blog-bottom-border{padding:0 40px 120px;border-bottom:1px solid rgba(255,255,255,.07)}@media(max-width:767px){.cr-blog-bottom-border{padding:0 0 100px}}.cr-blog-bottom-text{font-size:17px;font-weight:500;color:var(--tp-common-white);border-bottom:1px solid #626262}.cr-blog-bottom-text:hover{color:var(--tp-common-white);border-color:var(--tp-common-white)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.tp-blog-heading-wrap{padding-bottom:100px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-blog-heading-wrap{padding-bottom:60px}}.tp-blog-heading-wrap .tp-section-subtitle{margin-bottom:16px;color:var(--tp-common-white)}.tp-blog-heading-wrap .tp-section-subtitle.pre:before{background:#d0ff71}.tp-blog-title{font-size:120px;font-weight:700;line-height:1.1;letter-spacing:-4.8px;color:var(--tp-common-white)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.tp-blog-title{font-size:100px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-blog-title{font-size:85px}}@media(max-width:767px){.tp-blog-title{font-size:55px;letter-spacing:0}}@media only screen and (min-width:576px)and (max-width:767px){.tp-blog-title{font-size:65px;letter-spacing:0}}.tp-blog-title a{height:90px;width:90px;line-height:70px;text-align:center;border-radius:50%;display:inline-block;background-color:#1a1b1e}@media(max-width:767px){.tp-blog-title a{display:none}}@media only screen and (min-width:576px)and (max-width:767px){.tp-blog-title a{line-height:80px;display:inline-block}}@media(max-width:767px){.tp-blog-title img{display:none}}.tp-blog-title.fs-100{font-size:100px;font-weight:600;letter-spacing:-4px}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-blog-title.fs-100{font-size:85px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-blog-title.fs-100{font-size:75px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-blog-title.fs-100{font-size:65px}}@media(max-width:767px){.tp-blog-title.fs-100{font-size:55px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-blog-title.fs-100 br{display:none}}.tp-blog-shape{position:absolute;top:10%;right:16%}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-blog-shape{display:none}}.tp-blog-masonry-item{padding:30px 15px;border-radius:20px;transition:.9s;border:1px solid rgba(255,255,255,.08)}.tp-blog-masonry-item:hover .tp-blog-masonry-thumb img{transform:scale(1.1)}.tp-blog-masonry-item-top{padding:0 15px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-blog-masonry-item-top{padding:0}}.tp-blog-masonry-item-user-thumb{margin-right:12px}.tp-blog-masonry-item-user-thumb img{border-radius:50%}.tp-blog-masonry-item-user-content span{font-size:16px;font-weight:700;line-height:1;margin-bottom:8px;display:inline-block;letter-spacing:-.16px;color:#ffffffe6}.tp-blog-masonry-item-user-content p{font-size:13px;font-weight:500;line-height:1;margin:0;color:#fff9}.tp-blog-masonry-item-time span{font-size:15px;font-weight:500;display:inline-block;color:#fff9}@media only screen and (min-width:992px)and (max-width:1199px){.tp-blog-masonry-item-time span{font-size:13px}}.tp-blog-masonry-item-time span svg{margin-right:5px}.tp-blog-masonry-item-2{padding:30px 15px;border-radius:20px;background:#19191b}.tp-blog-masonry-item-2 .tp-blog-masonry-item-top{margin-bottom:40px;padding-bottom:30px;border-bottom:1px solid rgba(255,255,255,.08)}.tp-blog-masonry-item-3{padding:40px 30px;border-radius:20px;background:#19191b}.tp-blog-masonry-item-icon span{display:grid;height:64px;width:64px;margin-bottom:30px;border-radius:50%;text-align:center;place-content:center;background:#29292b}.tp-blog-masonry-item-text span{font-size:22px;font-weight:500;line-height:1.34;margin-bottom:40px;display:inline-block;letter-spacing:-.44px;color:var(--tp-common-white)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-blog-masonry-item-text span br{display:none}}.tp-blog-masonry-item-text p{font-size:15px;font-weight:600;line-height:1;color:var(--tp-common-white)}.tp-blog-masonry-content{padding:0 15px}.tp-blog-masonry-tag span{font-size:15px;font-weight:500;display:inline-block;color:#fff9}.tp-blog-masonry-tag span svg{margin-right:5px}.tp-blog-masonry-thumb{overflow:hidden;border-radius:14px}.tp-blog-masonry-thumb img{width:100%;transition:.9s;border-radius:14px}.tp-blog-masonry-thumb-video{position:absolute;top:50%;left:50%;z-index:2;transform:translate(-50%,-50%)}.tp-blog-masonry-thumb-video span{display:grid;height:65px;width:65px;border-radius:50%;text-align:center;place-content:center;background-color:var(--tp-common-white);animation:animate-pulse 3s linear infinite}.tp-blog-masonry-thumb-video span svg{transform:translate(2px)}.tp-blog-masonry-title{font-size:26px;font-weight:600;line-height:1.3;margin-bottom:28px;letter-spacing:-.52px;color:var(--tp-common-white)}@media only screen and (min-width:992px)and (max-width:1199px),(max-width:767px){.tp-blog-masonry-title{font-size:22px}}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-blog-masonry-title br{display:none}}.tp-blog-masonry-title.fs-30{font-size:30px;font-weight:700}.tp-blog-masonry-btn a{font-size:16px;font-weight:600;line-height:1.1;color:#d0ff71;overflow:hidden;display:inline-block;padding-right:5px}.tp-blog-masonry-btn a span{position:relative;overflow:hidden;margin-left:5px}.tp-blog-masonry-btn a span svg{bottom:-1px;left:1px;transform:translateY(-2px);transition:all .2s ease-out}.tp-blog-masonry-btn a span svg:last-child{position:absolute;left:-22px;bottom:-22px;transform:translate(0)}.tp-blog-masonry-btn a:hover span svg:first-child{opacity:0;transform:translate(20px,-20px)}.tp-blog-masonry-btn a:hover span svg:last-child{transform:translate(23px,-23px)}.tp-blog-list-item{padding-top:40px;border-top:1px solid rgba(255,255,255,.08)}.tp-blog-list-item:hover .tp-blog-list-item-thumb img{transform:scale(1.1)}.tp-blog-list-item-wrap .tp-blog-list-item:last-child{padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.08)}.tp-blog-list-item-tags p{font-size:14px;font-weight:500;line-height:1;margin-bottom:14px;color:#fff6}.tp-blog-list-item-tags-name{font-size:20px;font-weight:700;line-height:1;margin-bottom:35px;display:block;letter-spacing:-.8px;color:var(--tp-common-white)}.tp-blog-list-item-meta{font-size:14px;font-weight:600;line-height:1;color:#d0ff71;padding:6px 15px;border-radius:96px;display:inline-block;border:1px solid rgba(208,255,113,.1)}.tp-blog-list-item-title{font-size:34px;font-weight:500;line-height:1.1;letter-spacing:-1.36px;color:var(--tp-common-white)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-blog-list-item-title{font-size:30px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-blog-list-item-title br{display:none}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-blog-list-item-title-box{margin-bottom:30px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-blog-list-item-content{margin-bottom:30px}}.tp-blog-list-item-thumb{overflow:hidden}.tp-blog-list-item-thumb img{width:100%;transition:.9s}@media only screen and (min-width:768px)and (max-width:991px){.tp-blog-details-ptb{padding-top:80px}}@media(max-width:767px){.tp-blog-details-ptb{padding-top:50px}}.tp-blog-details-without-ptb{padding-top:220px}@media only screen and (min-width:992px)and (max-width:1199px){.tp-blog-details-without-ptb{padding-top:185px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-blog-details-without-ptb{padding-top:150px}}.tp-blog-details-without-heading .postbox-details-item .postbox-tag span{font-size:16px;font-weight:600;margin-right:0;color:#fff9}.tp-blog-details-banner{height:830px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.tp-blog-details-banner{height:600px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-blog-details-banner{height:500px}}@media(max-width:767px){.tp-blog-details-banner{height:240px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-blog-details-banner{margin-bottom:60px}}.tp-blog-details-banner img{width:100%}.creative-blog-style-2 .tp-section-subtitle.fs-17{margin-bottom:60px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-blog-style-2 .tp-section-subtitle.fs-17{margin-bottom:20px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-blog-style-2 .tp-section-title.fs-44{margin-bottom:20px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-footer-area{padding-top:90px}}@media(max-width:767px){.tp-footer-area{padding-top:80px}}.tp-footer-area.tp-footer-white-style .tp-footer-widget-social a{background-color:var(--tp-common-white)}.tp-footer-area.tp-footer-white-style .tp-footer-widget-social a:hover{background-color:var(--tp-common-red-3)}.tp-footer-area.tp-footer-white-style .tp-footer-widget-menu ul li a{background-color:var(--tp-common-white)}.tp-footer-area.tp-footer-white-style .tp-footer-widget-menu ul li a:hover{color:var(--tp-common-white);background-color:var(--tp-common-red-3)}.tp-footer-col-2{padding-left:150px;padding-right:50px}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-footer-col-2{padding-left:130px}}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-footer-col-2{padding-left:55px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-footer-col-2{padding-left:40px;padding-right:0}}@media only screen and (min-width:768px)and (max-width:991px){.tp-footer-col-2{padding-left:0;padding-right:0}}@media(max-width:767px){.tp-footer-col-2{padding-left:0;padding-right:0}}.tp-footer-col-3{padding-left:20px}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-footer-col-3{padding-left:0}}@media(max-width:767px){.tp-footer-col-3{padding:0}}.tp-footer-widget-title{font-weight:700;font-size:80px;line-height:1;margin-bottom:30px;letter-spacing:-.06em}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-footer-widget-title{font-size:75px}}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-footer-widget-title{font-size:60px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-footer-widget-title{font-size:65px}.tp-footer-widget-title br{display:none}}@media only screen and (min-width:992px)and (max-width:1199px),(max-width:767px){.tp-footer-widget-title{font-size:50px}}.tp-footer-widget-title-sm{font-weight:600;font-size:18px;line-height:1;letter-spacing:-.02em}.tp-footer-widget-title-sm.pre:before{content:"";width:8px;height:8px;margin-right:9px;border-radius:50%;display:inline-block;transform:translateY(-2px);background-color:var(--tp-common-red-3)}.tp-footer-widget-social a{height:42px;width:42px;line-height:39px;text-align:center;border-radius:50%;display:inline-block;color:var(--tp-common-black);background-color:var(--tp-grey-2);margin-bottom:8px}.tp-footer-widget-social a:not(:last-child){margin-right:3px}.tp-footer-widget-social a:hover{color:var(--tp-common-white);background-color:var(--tp-common-red-3)}.tp-footer-widget-menu ul li{list-style-type:none;display:inline-block}.tp-footer-widget-menu ul li a{font-weight:500;font-size:14px;line-height:1;letter-spacing:-.02em;text-transform:uppercase;color:var(--tp-common-black);border-radius:20px;padding:13px 20px;display:inline-block;margin-bottom:8px;background-color:var(--tp-grey-2)}.tp-footer-widget-menu ul li a:hover{color:var(--tp-common-white);background-color:var(--tp-common-red-3)}.tp-footer-widget-info{margin-bottom:15px}.tp-footer-widget-info a{display:block;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:-.02em;color:var(--tp-common-black)}.tp-footer-widget-info a:hover{color:var(--tp-common-red-3)}.tp-footer-widget-info a:not(:last-child){margin-bottom:10px}.tp-footer-text-color.tp-footer-style-6 .tp-footer-widget-title,.tp-footer-text-color.tp-footer-style-6 .tp-footer-widget-info a,.tp-footer-text-color.tp-footer-style-6 .tp-footer-widget-title-sm,.tp-footer-text-color.tp-footer-style-6 .tp-copyright-left span,.tp-footer-text-color.tp-footer-style-6 .tp-copyright-right a{color:var(--tp-common-white)}.tp-copyright-img{position:absolute;right:0;top:15px;animation:rotate2 5s linear infinite}@media only screen and (min-width:992px)and (max-width:1199px){.tp-copyright-img{right:-10px;top:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-copyright-img{right:-10px;top:-25px}}.tp-copyright-big-text{font-weight:800;font-size:259px;line-height:1;letter-spacing:-16px}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-copyright-big-text{font-size:239px}}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-copyright-big-text{font-size:194px;letter-spacing:-10px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-copyright-big-text{font-size:163px;letter-spacing:-7px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-copyright-big-text{font-size:120px;letter-spacing:-7px}}@media(max-width:767px){.tp-copyright-big-text{font-size:50px;letter-spacing:-2px}}.tp-copyright-left{padding-left:330px}@media only screen and (min-width:1600px)and (max-width:1700px){.tp-copyright-left{padding-left:290px}}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-copyright-left{padding-left:255px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-copyright-left{padding-left:215px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-copyright-left{padding-left:0}}.tp-copyright-left span{font-weight:400;font-size:16px;line-height:1.5;letter-spacing:-.02em;color:var(--tp-common-black)}.tp-copyright-right{padding-right:40px}@media(max-width:767px){.tp-copyright-right{padding-right:0}}.tp-copyright-right a{font-weight:400;font-size:16px;line-height:1.5;letter-spacing:-.02em;color:var(--tp-common-black)}.tp-copyright-right a:hover{color:var(--tp-common-red-3)}.tp-copyright-right a:not(:first-child){margin-left:120px}@media only screen and (min-width:768px)and (max-width:991px){.tp-copyright-right a:not(:first-child){margin-left:20px}}@media(max-width:767px){.tp-copyright-right a:not(:first-child){margin:0 8px}}.tp-copyright-bottom{position:relative;margin-top:-30px;padding-bottom:55px;z-index:2}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-copyright-bottom{margin-top:0;padding-bottom:30px}}@media(max-width:767px){.tp-copyright-bottom{margin-top:0;padding-bottom:20px}}.des-footer-bg{padding:45px 50px;border-radius:20px}@media only screen and (min-width:768px)and (max-width:991px){.des-footer-bg{padding:45px 30px}}@media(max-width:767px){.des-footer-bg{padding:45px 40px}}@media(max-width:767px){.des-footer-logo{padding:15px 0}}.des-footer-title{font-weight:400;font-size:400px;line-height:1;margin-bottom:0;letter-spacing:-.01em;text-transform:uppercase;color:var(--tp-common-cream);font-family:var(--tp-ff-mango)}@media only screen and (min-width:992px)and (max-width:1199px){.des-footer-title{font-size:300px}}@media only screen and (min-width:768px)and (max-width:991px){.des-footer-title{font-size:210px}}@media(max-width:767px){.des-footer-title{font-size:100px}}.des-footer-top{margin-bottom:150px}@media(max-width:767px){.des-footer-top{flex-direction:column;margin-bottom:80px}}.des-footer-top span{font-weight:400;font-size:18px;line-height:1;display:inline-block;color:var(--tp-common-cream)}.des-footer-middle{padding-bottom:70px}@media(max-width:767px){.des-footer-middle{padding-bottom:50px}}.des-footer-middle>span{font-weight:500;font-size:18px;line-height:1.3;margin-bottom:20px;display:inline-block;letter-spacing:-.02em;text-transform:uppercase;color:#f9f4e880}@media(max-width:767px){.des-footer-middle>span{font-size:16px}}@media only screen and (min-width:768px)and (max-width:991px){.des-footer-bottom{flex-wrap:wrap}}@media(max-width:767px){.des-footer-bottom{flex-direction:column}}.des-footer-bottom a,.des-footer-bottom span{font-weight:400;font-size:18px;line-height:1;color:var(--tp-common-cream)}@media only screen and (min-width:992px)and (max-width:1199px){.des-footer-bottom a,.des-footer-bottom span{font-size:16px}}@media only screen and (min-width:768px)and (max-width:991px){.des-footer-bottom a,.des-footer-bottom span{margin-bottom:15px}}@media(max-width:767px){.des-footer-bottom a,.des-footer-bottom span{font-size:14px}}.des-footer-bottom a{margin:0 25px;position:relative}.des-footer-bottom a:after{position:absolute;content:"";bottom:1px;left:0;width:0;height:1px;transition:.3s ease-in-out;background-color:var(--tp-common-white)}@media only screen and (min-width:992px)and (max-width:1199px){.des-footer-bottom a{margin:0 10px}}@media only screen and (min-width:768px)and (max-width:991px){.des-footer-bottom a{margin:0 10px 10px}}@media(max-width:767px){.des-footer-bottom a{margin:15px 4px;display:inline-block}}.des-footer-bottom a:hover:after{width:100%}.text-scale-anim{white-space:pre-wrap;transform-origin:top left}.tp-letter-span,.tp-word-span{display:inline-block}.tp-footer-style-6 .tp-footer-widget-title,.tp-footer-style-6 .tp-footer-widget-title-sm{color:var(--tp-common-cream)}.tp-footer-style-6 .tp-footer-widget-title-sm.pre:before{background-color:var(--tp-common-red)}.tp-footer-style-6 .tp-footer-widget-social a{color:var(--tp-common-white);background-color:#ffffff0f}.tp-footer-style-6 .tp-footer-widget-social a:hover{color:var(--tp-common-white);background-color:var(--tp-common-red)}.tp-footer-style-6 .tp-footer-widget-info a{color:var(--tp-common-cream)}.tp-footer-style-6 .tp-footer-widget-info a:hover{color:var(--tp-common-red)}.tp-footer-style-6 .tp-footer-widget-menu ul li a{color:var(--tp-common-white);background-color:#ffffff0f}.tp-footer-style-6 .tp-footer-widget-menu ul li a:hover{color:var(--tp-common-white);background-color:var(--tp-common-red)}.tp-copyright-style-6 .tp-copyright-big-text{color:var(--tp-common-red)}.tp-copyright-style-6 .tp-copyright-left span,.tp-copyright-style-6 .tp-copyright-right a{color:var(--tp-common-cream)}.tp-copyright-style-6 .tp-copyright-right a:hover{color:var(--tp-common-red)}.dgm-footer-widget-paragraph p{font-weight:500;font-size:16px;line-height:1.5;color:var(--tp-common-white)}.dgm-footer-widget-paragraph.color-style p{color:#afb2b8}.dgm-footer-widget-social a{height:40px;width:40px;line-height:33px;border-radius:50%;display:inline-block;text-align:center;color:#ffffff80;border:2px solid rgba(255,255,255,.1)}.dgm-footer-widget-social a:not(:last-child){margin-right:6px}.dgm-footer-widget-social a:hover{color:var(--tp-common-black);border-color:var(--tp-common-green-regular);background-color:var(--tp-common-green-regular)}.dgm-footer-widget-title{font-weight:700;font-size:24px;margin-bottom:25px;color:var(--tp-common-white);font-family:var(--tp-ff-grotesk)}.dgm-footer-widget-menu ul li{list-style-type:none}.dgm-footer-widget-menu ul li:not(:last-child){margin-bottom:8px}.dgm-footer-widget-menu ul li a{font-weight:500;font-size:16px;line-height:1;color:#afb2b8}.dgm-footer-widget-menu ul li a:hover{color:var(--tp-common-green-regular)}.dgm-footer-widget-input input{font-weight:400;font-size:15px;line-height:1;padding-left:60px;padding-right:50px;border-radius:10px;background-color:#1e1e1e;color:var(--tp-common-white);border:1px solid transparent}.dgm-footer-widget-input input::-webkit-input-placeholder{font-weight:400;font-size:15px;line-height:1;color:#a1a4aa}.dgm-footer-widget-input input::-moz-placeholder{font-weight:400;font-size:15px;line-height:1;color:#a1a4aa}.dgm-footer-widget-input input:-moz-placeholder{font-weight:400;font-size:15px;line-height:1;color:#a1a4aa}.dgm-footer-widget-input input:-ms-input-placeholder{font-weight:400;font-size:15px;line-height:1;color:#a1a4aa}.dgm-footer-widget-input input::placeholder{font-weight:400;font-size:15px;line-height:1;color:#a1a4aa}.dgm-footer-widget-input input:focus{border-color:var(--tp-common-green-regular)}.dgm-footer-widget-input .input-icon{position:absolute;left:7px;top:50%;transform:translateY(-55%)}.dgm-footer-widget-input .input-button{position:absolute;right:23px;top:50%;transform:translateY(-50%)}.dgm-footer-widget-input .input-button span svg{color:var(--tp-common-green-regular)}.dgm-footer-widget-input .input-button .animated-border-box.radius-style-2,.dgm-footer-widget-input .input-button .animated-border-box.radius-style-2 .tp-btn-gradient.sm{border-radius:8px}.dgm-footer-col-1{padding-right:150px}@media only screen and (min-width:1200px)and (max-width:1399px){.dgm-footer-col-1{padding-right:100px}}@media only screen and (min-width:992px)and (max-width:1199px){.dgm-footer-col-1{padding-right:60px}}@media only screen and (min-width:768px)and (max-width:991px){.dgm-footer-col-1{padding-right:35px}}@media(max-width:767px){.dgm-footer-col-1{padding-right:0}}.dgm-footer-col-2{padding-left:40px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.dgm-footer-col-2{padding-left:0}}.dgm-footer-col-3{padding-left:50px}@media only screen and (min-width:992px)and (max-width:1199px){.dgm-footer-col-3{padding-left:20px}}@media(max-width:767px){.dgm-footer-col-3{padding-left:0}}.dgm-footer-col-4{padding-left:65px}@media only screen and (min-width:992px)and (max-width:1199px){.dgm-footer-col-4{padding-left:25px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.dgm-footer-col-4{padding-left:0}}.dgm-footer-bg{overflow:hidden;border-radius:24px 24px 0 0}.dgm-footer-bg:after{position:absolute;top:0;left:0;width:34%;height:100%;content:"";background-color:#212121}@media only screen and (min-width:1400px)and (max-width:1599px){.dgm-footer-bg:after{width:29%}}@media only screen and (min-width:1200px)and (max-width:1399px){.dgm-footer-bg:after{width:32%}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.dgm-footer-bg:after{display:none}}.tp-copyright-2-left p{font-weight:500;font-size:14px;color:#828386;margin-bottom:0}.tp-copyright-2-left p a{color:var(--tp-common-white)}.tp-copyright-2-middle{padding-left:40px}.tp-copyright-2-middle a{font-weight:500;font-size:14px;line-height:1.71;color:#afb2b8;transition:all .3s}.tp-copyright-2-middle a span{margin-right:5px;display:inline-block;transform:translateY(-1px)}.tp-copyright-2-middle a:hover{color:var(--tp-common-green-regular)}.tp-copyright-2-right ul li{display:inline-block;list-style-type:none}.tp-copyright-2-right ul li:not(:first-child){margin-left:30px}@media only screen and (min-width:992px)and (max-width:1199px){.tp-copyright-2-right ul li:not(:first-child){margin-left:20px}}.tp-copyright-2-right ul li a{font-weight:500;font-size:14px;color:#afb2b8;transition:all .3s}.tp-copyright-2-right ul li a:hover{color:var(--tp-common-green-regular)}.tp-copyright-2-border{padding-top:22px;padding-bottom:40px;border-top:1px solid rgba(255,255,255,.06)}.tp-copyright-2-border.app-copyright-border{border-color:#21212d0f}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-footer-area{padding-top:80px}}.creative-footer-style{margin:40px;border-radius:20px;padding:0 100px}@media only screen and (min-width:1200px)and (max-width:1399px){.creative-footer-style{padding:0 70px}}@media only screen and (min-width:992px)and (max-width:1199px){.creative-footer-style{padding:0 30px}}@media only screen and (min-width:768px)and (max-width:991px){.creative-footer-style{margin:0;padding:0 30px}}@media(max-width:767px){.creative-footer-style{margin:0;padding:0 20px}}.creative-footer-style .tp-footer-widget-title{color:var(--tp-common-white)}@media only screen and (min-width:1600px)and (max-width:1700px){.creative-footer-style .tp-footer-widget-title{font-size:70px}}@media only screen and (min-width:1400px)and (max-width:1599px){.creative-footer-style .tp-footer-widget-title{font-size:60px}}@media only screen and (min-width:1200px)and (max-width:1399px){.creative-footer-style .tp-footer-widget-title{font-size:50px}}@media only screen and (min-width:768px)and (max-width:991px){.creative-footer-style .tp-footer-widget-title br{display:none}}.creative-footer-style .tp-footer-widget-title-sm{color:var(--tp-common-white)}.creative-footer-style .tp-footer-widget-title-sm.pre:before{background-color:var(--tp-common-green-light)}.creative-footer-style .tp-footer-widget-menu ul li a{color:var(--tp-common-white);background-color:transparent;border:1px solid rgba(255,255,255,.1)}.creative-footer-style .tp-footer-widget-menu ul li a:hover{color:var(--tp-common-black);border-color:var(--tp-common-green-light);background-color:var(--tp-common-green-light)}.creative-footer-style .tp-footer-widget-info a{color:var(--tp-common-white)}.creative-footer-style .tp-footer-widget-info a:hover{color:var(--tp-common-green-light)}.creative-footer-style .tp-copyright-big-text{color:var(--tp-common-white)}@media only screen and (min-width:1600px)and (max-width:1700px){.creative-footer-style .tp-copyright-big-text{font-size:225px}}@media only screen and (min-width:1400px)and (max-width:1599px){.creative-footer-style .tp-copyright-big-text{font-size:188px;letter-spacing:-10px}}@media only screen and (min-width:1200px)and (max-width:1399px){.creative-footer-style .tp-copyright-big-text{font-size:165px;letter-spacing:-10px}}@media only screen and (min-width:992px)and (max-width:1199px){.creative-footer-style .tp-copyright-big-text{font-size:140px}}@media only screen and (min-width:768px)and (max-width:991px){.creative-footer-style .tp-copyright-big-text{font-size:115px}}@media(max-width:767px){.creative-footer-style .tp-copyright-big-text{font-size:50px}}.creative-footer-style .tp-copyright-left span,.creative-footer-style .tp-copyright-right a{color:var(--tp-common-white)}.creative-footer-style .tp-copyright-right a:hover{color:var(--tp-common-green-light)}@media only screen and (min-width:992px)and (max-width:1199px){.creative-footer-style .tp-copyright-right a:not(:first-child){margin-left:50px}}@media only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:768px)and (max-width:991px){.creative-footer-style .tp-copyright-right a:not(:first-child){margin-left:30px}}.creative-footer-style .tp-footer-widget-social{position:absolute;top:0;left:0;padding-right:15px;padding-bottom:25px;background-color:#0e0f11;border-radius:0 0 20px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-footer-style .tp-footer-widget-social{display:flex;padding-bottom:0;gap:5px}}@media(max-width:767px){.creative-footer-style .tp-footer-widget-social{padding-bottom:15px;padding-left:20px}}.creative-footer-style .tp-footer-widget-social:after,.creative-footer-style .tp-footer-widget-social:before{content:"";position:absolute;top:-1px;right:-20px;height:40px;width:20px;z-index:-1;border-top-left-radius:20px;background-color:transparent;box-shadow:0 -18px #0e0f11}.creative-footer-style .tp-footer-widget-social:before{top:auto;bottom:-39px;left:0}.creative-footer-style .tp-footer-widget-social a{display:table;color:var(--tp-common-black);background-color:var(--tp-common-green-light)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-footer-style .tp-footer-widget-social a{display:inline-block}}.creative-footer-style .tp-footer-widget-social a:not(:last-child){margin-bottom:8px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-footer-style .tp-footer-widget-social a:not(:last-child){margin-bottom:0}}.creative-footer-style .tp-footer-widget-social a:hover{background-color:var(--tp-common-white)}@media only screen and (min-width:1600px)and (max-width:1700px){.creative-footer-style .tp-footer-col-2{padding-left:90px}}@media only screen and (min-width:1400px)and (max-width:1599px){.creative-footer-style .tp-footer-col-2{padding-left:60px}}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.creative-footer-style .tp-footer-col-2 br{display:none}}@media only screen and (min-width:992px)and (max-width:1199px){.creative-footer-style .tp-footer-col-2{padding-left:0}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-footer-style .tp-footer-col-2{padding-left:0;padding-right:0}}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:992px)and (max-width:1199px){.creative-footer-style .tp-footer-col-3{padding-left:0}}@media only screen and (min-width:1400px)and (max-width:1599px){.creative-footer-style .tp-copyright-left{padding-left:260px}}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-footer-style .tp-copyright-left{padding-left:0}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-footer-style .tp-copyright-bottom{margin-top:0}}.creative-footer-style.blog-details-social{margin:0;padding:0}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-footer-style.blog-details-social{margin-bottom:30px}}.creative-footer-style.blog-details-social .tp-footer-widget-social{position:static;padding:0;display:block;background-color:transparent}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-footer-style.blog-details-social .tp-footer-widget-social{display:flex}}.creative-footer-text{position:absolute;top:0;right:0;padding:15px 22px 20px;background-color:#0e0f11;border-radius:0 0 0 20px}.creative-footer-text:after,.creative-footer-text:before{content:"";position:absolute;background-color:transparent;bottom:-40px;right:0;height:40px;width:20px;border-top-right-radius:20px;box-shadow:0 -18px #0e0f11}.creative-footer-text:before{top:auto;bottom:11px;left:-19px}.creative-footer-text p{font-weight:500;font-size:15px;line-height:1;margin-bottom:0;color:var(--tp-common-white)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.design-footer-area{padding-top:80px}}.design-footer-top-btn{transform:translateY(-45px)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.design-footer-top-btn{transform:translateY(0)}}.design-footer-top-wrap,.design-footer-middle{border-bottom:1px solid rgba(224,238,238,.2)}.design-footer-widget-title{font-weight:500;font-size:24px;line-height:1.25;color:#e0eeee;margin-bottom:20px;letter-spacing:-.02em}.design-footer-widget-title.sm{font-weight:500;font-size:16px;line-height:1;margin-bottom:20px;letter-spacing:-.02em;color:#e0eeee80}.design-footer-widget-input input{font-weight:500;font-size:20px;line-height:1;height:60px;padding:0 60px 0 35px;border-radius:40px;background-color:transparent;color:var(--tp-common-white);border:2px solid rgba(224,238,238,.1)}.design-footer-widget-input input::-webkit-input-placeholder{font-weight:500;font-size:20px;line-height:1;color:#e0eeee99}.design-footer-widget-input input::-moz-placeholder{font-weight:500;font-size:20px;line-height:1;color:#e0eeee99}.design-footer-widget-input input:-moz-placeholder{font-weight:500;font-size:20px;line-height:1;color:#e0eeee99}.design-footer-widget-input input:-ms-input-placeholder{font-weight:500;font-size:20px;line-height:1;color:#e0eeee99}.design-footer-widget-input input::placeholder{font-weight:500;font-size:20px;line-height:1;color:#e0eeee99}.design-footer-widget-input input:focus{border-color:var(--tp-common-white)}.design-footer-widget-input-icon{position:absolute;top:50%;right:10px;height:40px;width:40px;line-height:38px;border-radius:50%;text-align:center;display:inline-block;transform:translateY(-50%);background-color:var(--tp-common-white)}.design-footer-widget-info a{font-weight:500;font-size:24px;line-height:1;letter-spacing:-.02em;color:var(--tp-common-white)}.design-footer-col-1{padding-right:40px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.design-footer-col-1{padding-right:0}}.design-footer-col-3{padding-left:5px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.design-footer-col-3{padding-left:0;margin-bottom:20px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.design-footer-col-2{margin-bottom:20px}}.design-footer-col-4{padding-left:50px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.design-footer-col-4{padding-left:0}}.design-footer-right{padding-left:160px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.design-footer-right{padding-left:0}}.design-copyright-text p{font-weight:500;font-size:18px;line-height:1.2;margin-bottom:0;letter-spacing:-.02em;color:#e0eeee80}.design-copyright-backtoTop a{font-weight:500;font-size:24px;line-height:1;color:#e0eeee;letter-spacing:-.02em}.design-copyright-backtoTop a span{color:#c5fcfc;margin-left:8px}@media only screen and (min-width:992px)and (max-width:1199px){.design-copyright-big-text{padding-top:80px}}@media(max-width:767px){.design-copyright-big-text{padding-top:60px}}.design-copyright-big-text img{width:100%}@media(max-width:767px){.ai-footer-area{padding-top:80px;padding-bottom:80px}}.ai-footer-widget-title{font-weight:600;font-size:48px;line-height:1.1;margin-bottom:50px;letter-spacing:-.04em;color:var(--tp-common-white)}@media only screen and (min-width:1200px)and (max-width:1399px){.ai-footer-widget-title{font-size:40px}}@media only screen and (min-width:992px)and (max-width:1199px){.ai-footer-widget-title{font-size:45px}}.ai-footer-widget-shape{position:absolute;bottom:-7%;right:20%;z-index:-1}.ai-footer-widget-title-sm{font-weight:700;font-size:20px;line-height:1;margin-bottom:25px;letter-spacing:-.02em;color:var(--tp-common-white)}.ai-footer-input input{padding:0 35px;font-weight:500;font-size:16px;line-height:1;border:none;border-radius:0;letter-spacing:-.02em;background-color:transparent;color:var(--tp-common-white);border-bottom:1px solid rgba(255,255,255,.1)}.ai-footer-input input::-webkit-input-placeholder{font-weight:500;font-size:16px;line-height:1;letter-spacing:-.02em;color:#fff6}.ai-footer-input input::-moz-placeholder{font-weight:500;font-size:16px;line-height:1;letter-spacing:-.02em;color:#fff6}.ai-footer-input input:-moz-placeholder{font-weight:500;font-size:16px;line-height:1;letter-spacing:-.02em;color:#fff6}.ai-footer-input input:-ms-input-placeholder{font-weight:500;font-size:16px;line-height:1;letter-spacing:-.02em;color:#fff6}.ai-footer-input input::placeholder{font-weight:500;font-size:16px;line-height:1;letter-spacing:-.02em;color:#fff6}.ai-footer-input input:focus{border-color:var(--tp-common-white)}.ai-footer-newsletter label{font-weight:700;font-size:20px;line-height:1;margin-bottom:8px;letter-spacing:-.02em;color:var(--tp-common-white)}.ai-footer-icon-1{position:absolute;top:14px;left:0}.ai-footer-icon-2{position:absolute;top:15px;right:0}.ai-footer-menu ul li{list-style-type:none}.ai-footer-menu ul li:not(:last-child){margin-bottom:10px}.ai-footer-menu ul li a{font-weight:500;font-size:16px;line-height:1;letter-spacing:-.02em;color:#fff9}.ai-footer-menu ul li a:hover{color:var(--tp-common-white)}.ai-footer-contact-item a{display:block;font-weight:500;font-size:16px;line-height:1.6;margin-bottom:8px;letter-spacing:-.02em;color:#fff9}.ai-footer-contact-item a:hover{color:var(--tp-common-white)}.ai-footer-col-2{margin-left:78px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ai-footer-col-2{margin-left:0;margin-top:40px}}.ai-footer-col-3{margin-left:80px}@media only screen and (min-width:992px)and (max-width:1199px){.ai-footer-col-3{margin-left:50px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ai-footer-col-3{margin-left:0;margin-top:40px}}.ai-footer-col-4{margin-left:80px}@media only screen and (min-width:992px)and (max-width:1199px){.ai-footer-col-4{margin-left:0}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ai-footer-col-4{margin-left:0;margin-top:40px}}.ai-copyright-content p{margin-bottom:0;font-weight:500;font-size:16px;line-height:1;letter-spacing:-.02em;color:var(--tp-common-white)}.ai-copyright-ptb{padding:25px 0;border-top:1px solid rgba(255,255,255,.1)}@media(max-width:767px){.ai-copyright-logo{margin-bottom:20px}}.ai-copyright-shape-1{position:absolute;bottom:0;right:0;z-index:-1}.ar-footer-widget-content p{font-weight:500;font-size:18px;line-height:1.44;margin-bottom:33px;color:var(--tp-common-white)}@media(max-width:767px){.ar-footer-widget-content p br{display:none}}.ar-footer-widget-input input{padding-left:55px;padding-right:145px;font-weight:500;font-size:16px;height:60px;color:var(--tp-common-white);border:0;border-radius:0;background:#ffffff1a}.ar-footer-widget-input input::-webkit-input-placeholder{font-weight:500;font-size:16px;color:#fff9}.ar-footer-widget-input input::-moz-placeholder{font-weight:500;font-size:16px;color:#fff9}.ar-footer-widget-input input:-moz-placeholder{font-weight:500;font-size:16px;color:#fff9}.ar-footer-widget-input input:-ms-input-placeholder{font-weight:500;font-size:16px;color:#fff9}.ar-footer-widget-input input::placeholder{font-weight:500;font-size:16px;color:#fff9}.ar-footer-widget-btn{position:absolute;top:0;right:0;line-height:1;transition:.3s;font-size:16px;padding:22px 23px;display:inline-block;text-transform:uppercase;color:var(--tp-common-white);font-family:var(--tp-ff-clash-medium);background-color:var(--tp-common-red-2)}.ar-footer-widget-btn:hover{color:var(--tp-common-black);background-color:var(--tp-common-white)}.ar-footer-widget-envelop{position:absolute;top:50%;left:23px;transform:translateY(-50%)}.ar-footer-widget-envelop svg{transform:translateY(-2px)}.ar-footer-widget-title{font-size:24px;line-height:1;margin-bottom:33px;letter-spacing:-.02em;text-transform:uppercase;color:var(--tp-common-white);font-family:var(--tp-ff-clash-semibold)}.ar-footer-widget-menu ul li{padding-left:13px;list-style-type:none;position:relative;display:block}.ar-footer-widget-menu ul li:not(:last-child){margin-bottom:10px}.ar-footer-widget-menu ul li:after{position:absolute;content:"";top:11px;left:0;width:4px;height:4px;transition:.3s;border-radius:50%;background-color:#fff9}.ar-footer-widget-menu ul li a{font-size:15px;line-height:1;transition:.3s;letter-spacing:1px;text-transform:uppercase;color:#fff9;font-family:var(--tp-ff-clash-medium)}.ar-footer-widget-menu ul li:hover:after{background-color:var(--tp-common-white)}.ar-footer-widget-menu ul li:hover a{color:var(--tp-common-white)}.ar-footer-widget-info a{display:block;font-size:15px;line-height:1.67;letter-spacing:1px;text-transform:uppercase;color:#fff9;font-family:var(--tp-ff-clash-medium)}.ar-footer-widget-info a:hover{color:var(--tp-common-white)}.ar-footer-col-1{margin-right:45px}@media only screen and (min-width:1200px)and (max-width:1399px),(max-width:767px){.ar-footer-col-1{margin-right:0}}.ar-footer-col-2{margin-left:85px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.ar-footer-col-2{margin-left:40px}}@media(max-width:767px){.ar-footer-col-2{margin-left:0}}.ar-footer-col-3{margin-left:165px}@media only screen and (min-width:1200px)and (max-width:1399px){.ar-footer-col-3{margin-left:110px}}@media only screen and (min-width:992px)and (max-width:1199px){.ar-footer-col-3{margin-left:60px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ar-footer-col-3{margin-left:0}}.ar-footer-col-4{margin-left:110px}@media only screen and (min-width:1200px)and (max-width:1399px){.ar-footer-col-4{margin-left:40px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ar-footer-col-4{margin-left:0}}.ar-copyright-text p,.ar-copyright-text a,.ar-copyright-social p,.ar-copyright-social a{font-size:15px;line-height:1.4;margin-bottom:0;letter-spacing:1px;text-transform:uppercase;color:#fff9;font-family:var(--tp-ff-clash-medium)}@media only screen and (min-width:768px)and (max-width:991px){.ar-copyright-text p,.ar-copyright-text a,.ar-copyright-social p,.ar-copyright-social a{font-size:14px}}@media(max-width:767px){.ar-copyright-text p,.ar-copyright-text a,.ar-copyright-social p,.ar-copyright-social a{font-size:13px}}.ar-copyright-social a:not(:first-child){margin-left:40px}@media only screen and (min-width:992px)and (max-width:1199px){.ar-copyright-social a:not(:first-child){margin-left:30px}}@media only screen and (min-width:768px)and (max-width:991px){.ar-copyright-social a:not(:first-child){margin-left:10px}}@media(max-width:767px){.ar-copyright-social a:not(:first-child){margin-left:8px}}.ar-copyright-social a:hover{color:var(--tp-common-white)}.ar-copyright-ptb{padding:40px 0;border-top:1px solid rgba(255,255,255,.1)}.crp-footer-bg{background-color:#335341}.crp-footer-logo{margin-bottom:20px}.crp-footer-widget p{font-weight:500;font-size:16px;line-height:1.6;margin-bottom:35px;color:var(--tp-common-cream-3)}.crp-footer-widget-title{font-weight:600;font-size:30px;line-height:1;margin-bottom:15px;letter-spacing:.5px;font-family:var(--tp-ff-teko);color:var(--tp-common-cream-3)}.crp-footer-widget-menu ul li{list-style-type:none}.crp-footer-widget-menu ul li:not(:last-child){margin-bottom:10px}.crp-footer-widget-menu ul li a{font-weight:500;font-size:16px;line-height:1;color:var(--tp-common-cream-3)}.crp-footer-widget-info a{font-weight:500;font-size:16px;line-height:1.6;color:var(--tp-common-cream-3)}.crp-footer-widget-info a.tel{font-weight:600;font-size:22px;display:block;letter-spacing:-.02em}.crp-footer-social a{height:42px;width:42px;line-height:39px;border-radius:50%;text-align:center;display:inline-block;color:var(--tp-common-cream-3);background-color:#ffffe61a}.crp-footer-social a:not(:last-child){margin-right:5px}.crp-footer-social a:hover{color:#325341;background-color:var(--tp-common-yellow-green)}.crp-footer-big-text{padding:40px 40px 21px;border-radius:20px;background-color:#2a4c3a;font-weight:600;font-size:150px;line-height:.6;width:100%;display:inline-block;letter-spacing:-.02em;text-transform:uppercase;font-family:var(--tp-ff-teko);color:var(--tp-common-yellow-green)}@media only screen and (min-width:992px)and (max-width:1199px){.crp-footer-big-text{font-size:140px}}@media only screen and (min-width:768px)and (max-width:991px){.crp-footer-big-text{font-size:95px;padding-top:20px}}@media(max-width:767px){.crp-footer-big-text{font-size:50px}}.crp-footer-big-text span{position:relative;z-index:1;overflow:hidden;display:inline-block}.crp-footer-big-text span span{padding-top:17px}.crp-footer-big-text span span.text-1{position:relative;display:block;transition:.4s ease-in-out}.crp-footer-big-text span span.text-2{position:absolute;bottom:100%;display:block;transition:.4s ease-in-out}.crp-footer-big-text i{position:relative;overflow:hidden;width:85px;height:85px;margin-left:40px;display:inline-flex;transform:translateY(-11px)}@media only screen and (min-width:768px)and (max-width:991px){.crp-footer-big-text i{transform:translateY(11px)}}@media(max-width:767px){.crp-footer-big-text i{width:30px;height:30px;margin-left:0;transform:translateY(0)}}.crp-footer-big-text i svg{transform:translateY(-2px);position:absolute;bottom:-1px;left:1px;transition:all .3s ease-out}.crp-footer-big-text i svg:last-child{left:-80px;bottom:-80px;transform:translate(0);opacity:0}@media only screen and (min-width:768px)and (max-width:991px){.crp-footer-big-text i svg{width:60px;transform:translateY(-7px)}}@media(max-width:767px){.crp-footer-big-text i svg{width:20px;height:20px;margin-top:10px;transform:translateY(0)}}.crp-footer-big-text:hover{color:var(--tp-common-yellow-green)}.crp-footer-big-text:hover span span.text-1{-webkit-transform:translateY(150%);transform:translateY(150%)}.crp-footer-big-text:hover span span.text-2{bottom:50%;-webkit-transform:translateY(50%);transform:translateY(50%)}.crp-footer-big-text:hover i svg:first-child{transform:translate(85px,-85px)}.crp-footer-big-text:hover i svg:last-child{opacity:1;visibility:visible;transform:translate(80px,-80px)}.crp-footer-big-text:focus{color:var(--tp-common-yellow-green)}.crp-footer-shape{position:absolute;top:0;right:0;z-index:-1}.crp-footer-col-3{padding-left:50px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.crp-footer-col-3{padding-left:0}}.crp-copyright-text p{font-weight:500;font-size:16px;line-height:1.6;margin-bottom:0;color:var(--tp-common-cream-3)}.crp-copyright-text p span{color:var(--tp-common-yellow-green)}.app-footer-widget .dgm-footer-widget-title{font-weight:600;font-size:20px;letter-spacing:-.2px;font-family:var(--tp-ff-phudu);color:var(--tp-common-black-10)}.app-footer-widget .dgm-footer-widget-menu ul li{position:relative;padding-left:10px}.app-footer-widget .dgm-footer-widget-menu ul li:before{position:absolute;content:"";left:0;top:50%;width:3px;height:3px;border-radius:50%;transform:translateY(-50%);background-color:#61616a}.app-footer-widget .dgm-footer-widget-menu ul li a{color:#61616a;letter-spacing:-.16px}.app-footer-widget .dgm-footer-widget-menu ul li a:hover{color:var(--tp-common-black-10)}.app-footer-widget .dgm-footer-widget-paragraph.color-style p{font-size:15px;font-weight:400;color:#61616a;margin:0;letter-spacing:-.15px}.app-footer-widget .dgm-footer-widget-input input{border-radius:12px;padding-left:20px;padding-right:125px;color:var(--tp-common-black-10);background:var(--tp-common-white);border:1px solid rgba(33,33,45,.08)}.app-footer-widget .dgm-footer-widget-input input:focus{border-color:var(--tp-common-black-10)}.app-footer-widget .dgm-footer-widget-input .input-button{right:8px;font-size:14px;border-radius:8px;line-height:1}.app-footer-widget .dgm-footer-widget-input .input-button span svg{margin-left:4px;color:var(--tp-common-white)}.app-footer-widget-info a{font-size:16px;font-weight:600;letter-spacing:-.32px;color:var(--tp-common-black-10)}.app-footer-widget-info-title{color:#61616a;font-size:14px;font-weight:400;letter-spacing:-.14px}.app-footer-rating{padding:15px;width:270px;border-radius:12px;background:var(--tp-common-white);border:1px solid rgba(33,33,45,.08)}.app-footer-rating .app-hero-bottom-rating-point span{font-size:44px;letter-spacing:-.44px;color:var(--tp-common-black-10)}.app-footer-rating .app-hero-bottom-rating-star a{color:var(--tp-common-black-10)}.app-footer-col-1 .dgm-footer-widget-paragraph p{color:#61616a}.app-footer-col-3{padding-left:25px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.app-footer-col-3{padding-left:0}}.app-footer-col-4{padding-left:70px}@media only screen and (min-width:992px)and (max-width:1199px){.app-footer-col-4{padding-left:25px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.app-footer-col-4{padding-left:0}}.app-copyright-text p{margin:0;color:#61616a;font-size:14px;font-weight:500;letter-spacing:-.14px}.app-copyright-text p a:hover{border-bottom:1px solid black}.it-footer-style.crp-footer-bg{background-color:#0c5752}.it-footer-style .crp-footer-big-text{background-color:#0c4642;color:var(--tp-common-white)}.it-footer-style .crp-footer-widget p{color:var(--tp-common-white)}.it-footer-style .crp-footer-social a{color:var(--tp-common-white);background-color:#ffffff1a}.it-footer-style .crp-footer-social a:hover{color:var(--tp-common-black);background-color:var(--tp-common-white)}.it-footer-style .crp-footer-widget-title{color:var(--tp-common-white)}.it-footer-style .crp-footer-widget-menu ul li a{color:#ffffffb3}.it-footer-style .crp-footer-widget-menu ul li a:hover{color:var(--tp-common-white)}.it-footer-style .crp-footer-widget-info a{color:#ffffffb3}.it-footer-style .crp-footer-widget-info a:hover,.it-footer-style .crp-copyright-text p span{color:var(--tp-common-white)}.it-footer-style .crp-copyright-text p{color:#ffffffb3}.it-footer-shape{position:absolute;bottom:0;right:0;z-index:-1}.st-footer-widget-content p{color:#494949;margin-bottom:35px}.st-footer-widget-title{margin:0 40px 0 0;font-size:18px;font-weight:600;letter-spacing:-.36px;color:var(--tp-common-brown)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-footer-widget-title{margin-right:0;margin-bottom:30px}}.st-footer-widget-menu ul li{list-style-type:none}.st-footer-widget-menu ul li:not(:last-child){margin-bottom:10px}.st-footer-widget-menu ul li a{font-size:18px;font-weight:500;line-height:1;color:#494949;letter-spacing:-.36px}.st-footer-widget-info-title{margin-bottom:10px}.st-footer-widget-info-title a{font-size:18px;font-weight:500;color:#494949;letter-spacing:-.36px}.st-footer-widget-info-title a:hover{color:var(--tp-common-brown)}.st-footer-widget-social-title{font-size:18px;font-weight:500;margin-bottom:35px;display:inline-block;color:var(--tp-common-brown)}.st-footer-widget-social .tp-footer-widget-social a{color:var(--tp-common-brown);background-color:var(--tp-common-white)}.st-footer-widget-social .tp-footer-widget-social a:hover{color:var(--tp-common-white);background-color:var(--tp-common-brown)}.st-footer-top-border{border-bottom:1px solid rgba(69,48,48,.15)}.st-footer-top-icon{position:absolute;bottom:0;left:0;right:0;text-align:center}.st-footer-top-icon span{width:170px;display:inline-block;border-bottom:7px solid var(--tp-common-brown)}.st-footer-top-icon span svg{transform:translateY(4px)}@media(max-width:767px){.st-footer-col-3{margin-bottom:120px}}.st-copyright-ptb{padding-top:40px;padding-bottom:60px}.st-copyright-sub{font-size:18px;font-weight:500;line-height:1;color:#494949;margin-bottom:20px;display:inline-block;text-transform:uppercase}.st-copyright-title{margin:0;font-size:140px;font-weight:700;line-height:.7;position:relative;letter-spacing:-5.6px;color:var(--tp-common-brown);font-family:var(--tp-ff-poppins)}@media only screen and (min-width:992px)and (max-width:1199px){.st-copyright-title{font-size:100px}}@media only screen and (min-width:768px)and (max-width:991px){.st-copyright-title{font-size:64px;letter-spacing:0}}@media(max-width:767px){.st-copyright-title{font-size:60px}}.st-copyright-title a{display:inline-block;line-height:1}.st-copyright-title a:hover span{transform:translate(12)}.st-copyright-title span{position:absolute;top:-20px;right:5%;display:grid;height:60px;width:60px;border-radius:50%;place-content:center;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;color:var(--tp-common-white);background-color:var(--tp-common-brown)}.cr-footer-bg{position:absolute;top:0;left:0;width:100%;height:100%}.cr-footer-bg img{height:100%}.cr-footer-widget-social .tp-footer-widget-social a{color:var(--tp-common-white);background:#ffffff1a}.cr-footer-widget-social .tp-footer-widget-social a:hover{color:#325341;background-color:var(--tp-common-white)}.cr-footer-border-wrap{border-right:1px solid rgba(255,255,255,.06);border-left:1px solid rgba(255,255,255,.06)}@media(max-width:767px){.cr-footer-border-wrap{border:none;padding-top:100px}}.cr-footer-col-1 .dgm-footer-widget-paragraph p{font-weight:400;font-size:18px;line-height:1.5;letter-spacing:-.18px;font-family:var(--tp-ff-onest);color:#fff9}.cr-footer-col-1 .app-footer-rating{background:#131416;box-shadow:0 0 4px #ffffff1f inset,0 0 2px 2px #0006}.cr-footer-col-1 .app-footer-rating .app-hero-bottom-rating-point span{color:var(--tp-common-white)}.cr-footer-col-1 .app-footer-rating .app-hero-bottom-rating-star a{border:none;color:var(--tp-common-white)}.cr-footer-col-2 .dgm-footer-widget-title,.cr-footer-col-3 .dgm-footer-widget-title,.cr-footer-col-4 .dgm-footer-widget-title{font-size:20px;font-weight:600;letter-spacing:-.2px;color:var(--tp-common-white);font-family:var(--tp-ff-onest)}.cr-footer-col-2 .dgm-footer-widget-menu ul li a,.cr-footer-col-3 .dgm-footer-widget-menu ul li a,.cr-footer-col-4 .dgm-footer-widget-menu ul li a{color:#fff9}.cr-footer-col-2 .dgm-footer-widget-menu ul li a:hover,.cr-footer-col-3 .dgm-footer-widget-menu ul li a:hover,.cr-footer-col-4 .dgm-footer-widget-menu ul li a:hover{color:var(--tp-common-white)}.cr-footer-col-2{padding-left:78px}@media only screen and (min-width:992px)and (max-width:1199px){.cr-footer-col-2{padding-left:30px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.cr-footer-col-2{padding-left:0}}.cr-footer-col-3{padding-left:30px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.cr-footer-col-3{padding-left:0}}.cr-footer-col-4 .app-footer-widget-info-title{font-weight:500;letter-spacing:0;color:#fff9}.cr-footer-col-4 .app-footer-widget-info a{color:var(--tp-common-white)}.cr-copyright-border{position:relative;padding-top:34px;border-color:#ffffff0f}.cr-copyright-border .app-copyright-text p{color:#fff9}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-footer-ptb{padding-top:0}}.pp-footer-box{padding:175px 0;border-radius:30px;border:1px solid rgba(255,255,255,.1)}@media only screen and (min-width:1200px)and (max-width:1399px){.pp-footer-box{padding:150px 0}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.pp-footer-box{padding:100px 0}}@media(max-width:767px){.pp-footer-box{padding:100px 15px 80px}}.pp-footer-subtitle{font-size:60px;font-weight:300;line-height:.8;padding-bottom:26px;display:inline-block;letter-spacing:-1.8px;font-family:var(--tp-ff-teko);color:#fff9}@media only screen and (min-width:768px)and (max-width:991px){.pp-footer-subtitle{font-size:45px}}@media(max-width:767px){.pp-footer-subtitle{font-size:38px}}.pp-footer-title{font-size:180px;font-weight:500;line-height:.8;margin-bottom:35px;letter-spacing:-5.4px;font-family:var(--tp-ff-teko);color:var(--tp-common-yellow-1)}@media only screen and (min-width:992px)and (max-width:1199px){.pp-footer-title{font-size:150px}}@media only screen and (min-width:768px)and (max-width:991px){.pp-footer-title{font-size:115px}}@media(max-width:767px){.pp-footer-title{font-size:52px;letter-spacing:0}}@media only screen and (min-width:576px)and (max-width:767px){.pp-footer-title{font-size:65px}}.pp-footer-btn{font-size:20px;font-weight:600;border-radius:14px;padding:10px 21px;display:inline-block;color:var(--tp-common-white);border:1px solid rgba(255,255,255,.1)}.pp-footer-btn:hover{color:var(--tp-common-black);background-color:var(--tp-common-white)}.pp-footer-btn span{display:inline-block;margin-left:3px}@media(max-width:767px){.pp-footer-btn-box{flex-wrap:wrap}}@media(max-width:767px){.pp-footer-btn-box .pp-footer-btn{margin-bottom:20px}}.pp-footer-copyright-ptb{padding:25px 0 35px}.pp-footer-copyright-wrap{display:flex;justify-content:space-between}@media(max-width:767px){.pp-footer-copyright-wrap{display:block;text-align:center}}.pp-footer-copyright-text p{margin:0;font-size:16px;font-weight:500;line-height:1;color:#fff6}.pp-footer-copyright-text-center{position:relative}@media(max-width:767px){.pp-footer-copyright-text-center{display:inline-block;margin:20px 0 20px 25px}}.pp-footer-copyright-text-center:before{position:absolute;content:"";top:6px;left:-20px;width:8px;height:8px;border-radius:50%;background-color:var(--tp-common-yellow-1)}.pp-footer-copyright-text-center:after{position:absolute;content:"";top:0;left:-26px;width:20px;height:20px;border-radius:50%;background-color:#fff6691a;animation:animate-pulse-2 3s linear infinite}.pp-footer-copyright-text-center p{margin:0;font-size:18px;font-weight:500;line-height:1;color:var(--tp-common-white)}.tp-footer-15-cta-wrap .tp-about-5-subtitle{top:50px;left:170px}@media only screen and (min-width:992px)and (max-width:1199px){.tp-footer-15-cta-wrap .tp-about-5-subtitle{top:40px;left:140px}}.tp-footer-15-social{position:relative;padding-left:15px}@media(max-width:767px){.tp-footer-15-social{margin-bottom:50px;margin-right:30px}}.tp-footer-15-social:after{position:absolute;top:-9px;left:0;width:2px;height:70px;content:"";background-color:var(--tp-cream-2)}@media only screen and (min-width:768px)and (max-width:991px){.tp-footer-15-social:after{top:-14px}}.tp-footer-15-social span{font-size:12px;font-weight:500;line-height:1;text-transform:uppercase;color:var(--tp-cream-2);font-family:var(--tp-ff-poppins);display:block;margin-bottom:6px}.tp-footer-15-social a{font-size:34px;font-weight:400;line-height:1;letter-spacing:-1.36px;color:var(--tp-cream-2);font-family:var(--tp-ff-playfair);position:relative}.tp-footer-15-social a:after{position:absolute;bottom:-5px;left:0;width:0;height:1px;content:"";background-color:var(--tp-cream-2);transition:.4s}@media only screen and (min-width:768px)and (max-width:991px){.tp-footer-15-social a{font-size:25px}}.tp-footer-15-social a span{width:16px;height:16px;left:10px;top:5px;overflow:hidden;position:relative}.tp-footer-15-social a span svg{-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px);transform:translateY(-2px);position:absolute;bottom:-1px;left:1px;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}.tp-footer-15-social a span svg:last-child{left:-12px;bottom:-12px;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0);opacity:0}.tp-footer-15-social a:hover span svg:first-child{-webkit-transform:translate(16px,-16px);-moz-transform:translate(16px,-16px);-ms-transform:translate(16px,-16px);-o-transform:translate(16px,-16px);transform:translate(16px,-16px)}.tp-footer-15-social a:hover span svg:last-child{opacity:1;visibility:visible;-webkit-transform:translate(13px,-13px);-moz-transform:translate(13px,-13px);-ms-transform:translate(13px,-13px);-o-transform:translate(13px,-13px);transform:translate(13px,-13px)}.tp-footer-15-social a:hover:after{width:100%}@media(max-width:767px){.tp-footer-15-social-wrap{flex-wrap:wrap}}.tp-footer-15-instagram-thumb:hover img{transform:scale(1.1) rotate(-2deg)}.tp-footer-15-instagram-thumb img{width:100%;transition:.9s}.tp-footer-15-copyright-text span{font-size:18px;font-weight:500;line-height:1;letter-spacing:-1.08px;color:var(--tp-cream-2);font-family:var(--tp-ff-playfair)}.tp-footer-15-copyright-text span a{position:relative}.tp-footer-15-copyright-text span a:after{position:absolute;bottom:0;left:0;width:0;height:1px;content:"";background-color:var(--tp-cream-2);transition:.4s}.tp-footer-15-copyright-text span a:hover:after{width:100%}.tp-footer-15-bdr-tb{border-top:2px solid var(--tp-cream-2);border-bottom:2px solid var(--tp-cream-2);padding-top:110px;padding-bottom:110px}.tp-footer-shop-style{margin-top:-2px}.tp-footer-shop-top{border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.tp-footer-shop-widget{padding:50px 0 40px 110px;border-right:1px solid rgba(255,255,255,.1)}@media only screen and (min-width:1600px)and (max-width:1700px){.tp-footer-shop-widget{padding:50px 0 40px 80px}}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.tp-footer-shop-widget{padding:50px 0 40px 40px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-footer-shop-widget{padding:50px 0 25px 40px}}@media(max-width:767px){.tp-footer-shop-widget{padding:30px 0 25px 30px}}.tp-footer-shop-widget ul li{font-size:18px;font-weight:400;list-style:none;margin-bottom:6px;color:#ffffffb3}.tp-footer-shop-widget ul li:hover a{color:var(--tp-common-white)}.tp-footer-shop-widget-title{font-size:18px;font-weight:600;margin-bottom:20px;color:var(--tp-common-white);font-family:var(--tp-ff-onest)}.tp-footer-shop-big-text{padding-top:50px;padding-bottom:50px;border-bottom:1px solid rgba(255,255,255,.1)}.tp-footer-shop-big-text .tp-hero-shop-title{color:#f4f0ea}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-footer-shop-copyright-text{padding:0;text-align:center}}.tp-footer-shop-copyright-text p{font-size:18px;font-weight:400;color:#ffffffb3}.tp-footer-shop-copyright-text p.space{word-spacing:8px}.tp-hero-ptb{padding-top:225px;padding-bottom:135px;border-radius:0 0 50px 50px}@media only screen and (min-width:992px)and (max-width:1199px){.tp-hero-ptb{padding-top:180px;padding-bottom:70px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-hero-ptb{padding-top:170px;padding-bottom:80px}}@media(max-width:767px){.tp-hero-ptb{padding-top:155px;padding-bottom:70px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-hero-title-box{margin-bottom:40px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-hero-title-box{margin-bottom:30px}}.tp-hero-shape-1{margin-left:25px;margin-top:-30px}.tp-hero-video{margin-right:30px;border-radius:200px;transform:translateY(-21px);box-shadow:0 4px 4px #14141433}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-hero-video{transform:translateY(-9px)}}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-hero-video{width:220px;transform:translateY(-4px)}}.tp-hero-content-wrap{margin-left:60px;height:100%}@media only screen and (min-width:1600px)and (max-width:1700px),only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-hero-content-wrap{margin-left:0}}@media(max-width:767px){.tp-hero-content-wrap{flex-wrap:wrap}}@media only screen and (min-width:576px)and (max-width:767px){.tp-hero-content-wrap{flex-wrap:wrap;flex-direction:row-reverse}}.tp-hero-info{z-index:9;padding:20px 10px 0;border-top:1px solid rgba(255,255,255,.7)}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-hero-info{margin-bottom:40px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-hero-info{margin-top:80px}}@media(max-width:767px){.tp-hero-info{width:100%;flex-wrap:wrap;margin-bottom:30px}}.tp-hero-info p{font-size:16px;line-height:1.5;margin-bottom:0;font-weight:500;color:var(--tp-common-white)}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-hero-info p br{display:none}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-hero-info p{padding-right:50px}}.tp-hero-info span{margin-left:30px;transform:translateY(10px);color:var(--tp-common-white)}.tp-hero-info span a{position:relative;height:23px;width:23px;overflow:hidden;display:inline-block}.tp-hero-info span a svg{position:absolute;bottom:-1px;left:1px;transform:translateY(-2px);transition:all .2s ease-out}.tp-hero-info span a svg:last-child{left:-22px;bottom:-22px;transform:translate(0)}.tp-hero-info span a:hover svg:first-child{opacity:0;transform:translate(20px,-20px)}.tp-hero-info span a:hover svg:last-child{transform:translate(23px,-23px)}.tp-hero-more-info{width:220px;min-height:300px;background-size:cover;background-repeat:no-repeat}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.tp-hero-more-info{min-height:310px}}.tp-hero-more-info-wrap{margin-left:133px}@media only screen and (min-width:1600px)and (max-width:1700px),only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-hero-more-info-wrap{margin-left:0}}.tp-hero-more-info p{font-style:italic;font-weight:400;font-size:20px;line-height:1.3;margin-bottom:0;padding:0 25px 40px;color:var(--tp-common-black)}.tp-hero-avater{padding:12px 20px 35px 11px}.tp-hero-avater span{font-weight:600;font-size:16px;line-height:1.62;letter-spacing:-.01em;color:var(--tp-common-black)}.tp-hero-link{padding:15px}@media(max-width:767px){.tp-hero-link{padding:20px}}.tp-hero-link a{display:inline-block;border-radius:30px;padding:8px 24px;font-weight:600;font-size:17px;letter-spacing:-.01em;color:var(--tp-common-white);background-color:var(--tp-common-black)}.tp-hero-link a:hover{background-color:var(--tp-common-red-3)}.tp-hero-line{position:absolute;top:65px;right:100%;height:1px;width:60px;display:inline-block;background-color:var(--tp-common-white)}.tp-hero-line:before{content:"";height:9px;width:9px;border-radius:50%;display:inline-block;transform:translateY(-14px);background-color:var(--tp-common-white)}.tp-hero-2-title{font-weight:400;font-size:450px;line-height:1;letter-spacing:-.02em;font-family:var(--tp-ff-mango);color:var(--tp-common-cream);position:relative;z-index:99}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-hero-2-title{font-size:365px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-hero-2-title{font-size:300px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-hero-2-title{font-size:230px}}@media(max-width:767px){.tp-hero-2-title{font-size:105px}}@media only screen and (min-width:576px)and (max-width:767px){.tp-hero-2-title{font-size:150px}}.tp-hero-2-title.about-us{text-transform:uppercase}.tp-hero-2-subtitle{font-weight:400;font-size:46px;line-height:.87;margin-bottom:10px;display:inline-block;letter-spacing:.01em;color:var(--tp-common-cream);font-family:var(--tp-ff-mango)}@media(max-width:767px){.tp-hero-2-avater-box{margin-bottom:30px}}.tp-hero-2-avater-content{margin-left:10px}.tp-hero-2-avater-content h4{font-weight:700;font-size:16px;line-height:1.25;margin-bottom:0;letter-spacing:-.01em;color:var(--tp-common-cream)}.tp-hero-2-avater-content span{font-weight:400;font-size:16px;line-height:1.25;letter-spacing:-.01em;color:#f9f4e880}@media(max-width:767px){.tp-hero-2-avater-content span{font-size:15px}}.tp-hero-2-img-1 img{transform:rotate(-14deg);position:relative;z-index:3}.tp-hero-2-img-2 img{margin-top:-190px;margin-bottom:115px;transform:rotate(14deg);position:relative;z-index:3}.tp-hero-2-img-3{position:relative;z-index:1}.tp-hero-2-img-3 img{transform:rotate(-16deg);margin-right:280px}.tp-hero-2-img-box.last-item{margin-bottom:900px}@media only screen and (min-width:992px)and (max-width:1199px){.tp-hero-2-img-box.last-item{margin-bottom:700px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-hero-2-img-box.last-item{margin-bottom:640px}}.tp-hero-2-img-wrap{margin-top:-800px}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-hero-2-img-wrap{margin-top:-630px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-hero-2-img-wrap{margin-top:-600px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-hero-2-img-wrap{margin-top:-530px}}@media(max-width:767px){.tp-hero-2-area{padding-bottom:0}}@media(max-width:767px){.dgm-hero-top{padding-top:0}}.dgm-hero-ptb{padding-top:190px;border-radius:20px;padding-bottom:15px}.dgm-hero-bg{position:absolute;height:100%;width:100%;z-index:-1;padding-top:190px;border-radius:20px;padding-bottom:15px;background-size:cover;background-repeat:no-repeat}@media only screen and (min-width:992px)and (max-width:1199px){.dgm-hero-bg{padding-top:150px;padding-bottom:120px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.dgm-hero-bg{padding-top:170px;padding-bottom:0}}.dgm-hero-title{font-weight:700;font-size:100px;line-height:.8;margin-bottom:40px;letter-spacing:-.04em;color:var(--tp-common-black);font-family:var(--tp-ff-grotesk)}.dgm-hero-title-1{font-weight:500;font-size:30px;margin-bottom:40px;letter-spacing:-.04em;color:var(--tp-common-black)}@media only screen and (min-width:992px)and (max-width:1199px){.dgm-hero-title{font-size:90px}}@media only screen and (min-width:768px)and (max-width:991px){.dgm-hero-title{font-size:80px}}@media(max-width:767px){.dgm-hero-title{font-size:40px;margin-bottom:10px!important;line-height:.9}.tp-btn-black-square{font-size:17px;padding:14px}.dgm-hero-ptb{padding-top:90px;padding-bottom:0}.dgm-hero-content{margin-bottom:20px!important}.dgm-hero-title-1{margin-bottom:15px;font-size:22px}.tp-header-3-style{padding-top:9px}.pt-120{padding-top:10px}.dgm-footer-widget-title{margin-bottom:10px}}@media only screen and (min-width:576px)and (max-width:767px){.dgm-hero-title{font-size:65px}}.dgm-hero-title span svg{position:absolute;bottom:-75px;right:130px;z-index:-1}@media only screen and (min-width:992px)and (max-width:1199px){.dgm-hero-title span svg{right:50px}}.dgm-hero-title-mike{display:inline-block;transform:translateY(-20px)}.dgm-hero-subtitle{font-weight:500;font-size:14px;line-height:1;margin-bottom:25px;display:inline-block;color:var(--tp-common-black)}.dgm-hero-thumb{position:absolute;top:0;right:0;width:44.4%;height:100%}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.dgm-hero-thumb{position:static;width:100%}}.dgm-hero-thumb>img{width:100%;height:100%;border-radius:20px;object-fit:cover}.dgm-hero-thumb div.anim-zoomin-wrap,.dgm-hero-thumb div.anim-zoomin-wrap div.anim-zoomin{height:100%}.dgm-hero-thumb div.anim-zoomin-wrap div.anim-zoomin>img{width:100%;height:100%;border-radius:20px;object-fit:cover}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.dgm-hero-content{margin-bottom:50px}}.dgm-hero-content p{font-weight:500;font-size:20px;line-height:1.5;color:#6a6b6d;margin-bottom:40px;letter-spacing:-.01em}@media(max-width:767px){.dgm-hero-content p{font-size:18px}.dgm-hero-content p br{display:none}}.dgm-hero-rotate-text{position:absolute;bottom:0;right:47%;writing-mode:vertical-lr}.dgm-hero-rotate-text span{font-weight:700;font-size:16px;letter-spacing:.04em;text-transform:uppercase;color:var(--tp-common-black);font-family:var(--tp-ff-grotesk)}.dgm-hero-rotate-text span:after{content:"";height:60px;width:1px;margin-top:14px;display:inline-block;transform:translate(-1px);background-color:var(--tp-common-black)}.dgm-hero-text-box{width:260px;height:260px;position:absolute;bottom:30px;left:30px;padding:30px}.dgm-hero-text-box img{margin-bottom:55px}.dgm-hero-text-box p{font-weight:700;font-size:32px;line-height:1.06;margin-bottom:0;letter-spacing:-.02em;color:var(--tp-common-black);font-family:var(--tp-ff-grotesk)}@media only screen and (min-width:992px)and (max-width:1199px){.dgm-hero-text-box p{font-size:28px}}.dgm-hero-arrow{height:46px;width:46px;line-height:46px;border-radius:50%;text-align:center;display:inline-block;background-color:var(--tp-common-white);position:absolute;top:10px;right:2px}.dgm-hero-funfact span{display:inline-block;font-weight:500;font-size:60px;line-height:.47;margin-bottom:23px;letter-spacing:-.04em;color:var(--tp-common-black);font-family:var(--tp-ff-grotesk)}.dgm-hero-funfact span i{font-style:normal}.dgm-hero-funfact p{font-weight:500;font-size:16px;line-height:1.3;margin-bottom:0;color:var(--tp-common-black)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.dgm-hero-funfact-wrap{margin-bottom:30px}}.dgm-hero-social-box{position:absolute;top:50%;left:40px;transform:translateY(-50%)}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.dgm-hero-social-box{display:none}}.dgm-hero-social-text{writing-mode:vertical-lr;margin-bottom:20px}.dgm-hero-social-text span{font-weight:500;font-size:14px;line-height:1;letter-spacing:.02em;text-transform:uppercase;color:var(--tp-common-black)}.dgm-hero-social-text span:after{margin-top:7px;content:"";height:60px;width:1px;display:inline-block;transform:translate(-2px);background-color:#1414141a}.dgm-hero-social a{margin-bottom:20px;display:table}.dgm-hero-social a span{color:#141414}.creative-hero-bg{padding-top:155px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-hero-bg{padding-bottom:30px}}.creative-hero-title{font-weight:600;font-size:100px;line-height:1;letter-spacing:-.04em;text-transform:uppercase;color:var(--tp-common-white);margin-bottom:0}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.creative-hero-title{font-size:80px}}@media(max-width:767px){.creative-hero-title{font-size:55px}.creative-hero-title br{display:none}}.creative-hero-title em{font-style:normal;background-color:#0e0f11;display:inline-block;padding:0 35px;position:relative}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-hero-title em{padding:0;background-color:transparent}}@media(max-width:767px){.creative-hero-title em br{display:none}}.creative-hero-title em:before{content:"";position:absolute;background-color:transparent;bottom:55px;right:-20px;height:40px;width:20px;border-top-left-radius:20px;box-shadow:0 -18px #0e0f11}@media only screen and (min-width:992px)and (max-width:1199px){.creative-hero-title em:before{bottom:75px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-hero-title em:before{display:none}}.creative-hero-title em:after{content:"";position:absolute;background-color:transparent;bottom:0;right:-19px;height:40px;width:20px;border-bottom-left-radius:20px;box-shadow:0 18px #0e0f11}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-hero-title em:after{display:none}}.creative-hero-title em span{font-style:italic;font-weight:500;font-size:120px;line-height:.92;padding-left:35px;letter-spacing:-.04em;text-transform:capitalize;font-family:var(--tp-ff-playfair)}@media(max-width:767px){.creative-hero-title em span{font-size:70px;padding-left:0}}.creative-hero-title i{font-style:normal;background-color:#0e0f11;border-radius:0 20px 20px 0;padding:0 35px 5px;display:inline-block;position:relative}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-hero-title i{padding:0;background-color:transparent}}.creative-hero-title img{transform:translateY(-10px);margin-left:-15px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.creative-hero-title-box{margin-left:80px}}.creative-hero-banner{width:100%;height:700px;overflow:hidden;border-radius:20px;position:relative}@media only screen and (min-width:768px)and (max-width:991px){.creative-hero-banner{height:500px}}@media(max-width:767px){.creative-hero-banner{height:400px}}.creative-hero-banner img{width:100%;object-fit:cover}.creative-hero-banner video{height:100%;width:100%;background-position:center center;background-size:cover;object-fit:cover}.creative-hero-banner-area{margin-top:-285px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-hero-banner-area{margin-top:0}}.creative-hero-btn{padding:15px 35px 10px;display:inline-block;background-color:#0e0f11;border-radius:0 0 20px 20px;position:relative}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-hero-btn{padding:15px 0 0;background-color:transparent}}.creative-hero-btn:before{content:"";position:absolute;background-color:transparent;bottom:45px;right:-20px;height:40px;width:20px;border-top-left-radius:20px;box-shadow:0 -18px #0e0f11}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-hero-btn:before{display:none}}.creative-hero-black-box{position:absolute;top:0;left:0;height:134px;width:180px;z-index:1;display:inline-block;background-color:#0e0f11}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-hero-black-box{display:none}}.creative-hero-black-box:before{content:"";position:absolute;background-color:transparent;bottom:-40px;right:5px;height:40px;width:20px;border-top-right-radius:20px;box-shadow:0 -18px #0e0f11}.creative-hero-black-box:after{content:"";position:absolute;background-color:transparent;bottom:-40px;left:-2px;height:40px;width:20px;border-top-left-radius:20px;box-shadow:0 -18px #0e0f11}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-hero-black-box:after{display:none}}.creative-hero-avater img{flex:0 0 auto;border-radius:50%;margin-right:13px;height:54px;width:54px}.creative-hero-avater-box{position:absolute;bottom:0;right:0;margin:20px;padding:10px 42px 10px 10px;border-radius:100px;background-color:var(--tp-common-black-7)}.creative-hero-avater-info{line-height:1}.creative-hero-avater-info h4{font-weight:500;font-size:16px;line-height:1;margin-bottom:8px;letter-spacing:-.03em;color:var(--tp-common-white)}.creative-hero-avater-info span{font-weight:400;font-size:15px;line-height:1;letter-spacing:-.03em;color:#fff9}.design-hero-ptb{padding-top:250px;padding-bottom:70px}@media only screen and (min-width:1400px)and (max-width:1599px){.design-hero-ptb{padding-top:200px}}@media only screen and (min-width:1200px)and (max-width:1399px){.design-hero-ptb{padding-top:180px}}@media only screen and (min-width:992px)and (max-width:1199px){.design-hero-ptb{padding-top:220px}}@media only screen and (min-width:768px)and (max-width:991px){.design-hero-ptb{padding-top:160px}}@media(max-width:767px){.design-hero-ptb{padding-top:160px}}@media only screen and (min-width:576px)and (max-width:767px){.design-hero-ptb{padding-top:190px}}.design-hero-slide-text span{font-weight:400;font-size:280px;line-height:1;color:#e0eeee;white-space:nowrap;letter-spacing:-.03em;font-family:var(--tp-ff-dirtyline)}@media only screen and (min-width:1400px)and (max-width:1599px){.design-hero-slide-text span{font-size:200px}}@media only screen and (min-width:1200px)and (max-width:1399px){.design-hero-slide-text span{font-size:170px}}@media only screen and (min-width:992px)and (max-width:1199px){.design-hero-slide-text span{font-size:180px}}@media only screen and (min-width:768px)and (max-width:991px){.design-hero-slide-text span{font-size:140px}}@media(max-width:767px){.design-hero-slide-text span{font-size:100px}}@media only screen and (min-width:576px)and (max-width:767px){.design-hero-slide-text span{font-size:130px}}.design-hero-slide-text span i{font-style:normal;margin-left:40px}.design-hero-slide-active .slide-transtion{-webkit-transition-timing-function:linear;transition-timing-function:linear}.design-hero-slide-active .swiper-slide{width:auto}.design-hero-circle-1{position:absolute;top:-25%;left:-6%;height:600px;width:600px;filter:blur(70px);-webkit-filter:blur(70px);border-radius:50%;display:inline-block;background-color:#052d9299}.design-hero-circle-2{position:absolute;bottom:-50%;right:-8%;height:800px;width:800px;filter:blur(140px);-webkit-filter:blur(140px);border-radius:50%;display:inline-block;background-color:#6d61ff66}.design-hero-content p{font-weight:500;font-size:24px;line-height:1.3;color:#e0eeee;margin-bottom:35px;letter-spacing:-.02em}@media(max-width:767px){.design-hero-content p{font-size:17px}}@media only screen and (min-width:576px)and (max-width:767px){.design-hero-content p{font-size:19px}.design-hero-content p br{display:none}}@media(max-width:767px){.design-hero-content-wrap{margin-bottom:60px}}@media(max-width:767px){.design-hero-social{margin-bottom:20px}}.design-hero-social a{font-weight:600;font-size:14px;line-height:1;color:#e0eeee;text-transform:uppercase;position:relative}.design-hero-social a:not(:last-child){padding-right:20px;margin-right:20px}.design-hero-social a:not(:last-child):after{position:absolute;content:"";top:0;right:0;width:1px;height:16px;background-color:#e0eeee}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.design-hero-wrap{margin-bottom:50px}}.content__img{width:250px;aspect-ratio:1.1;border-radius:10px;position:absolute;top:0;left:0;opacity:0;overflow:hidden;will-change:transform,filter}.content__img-inner{background-position:50% 50%;width:calc(100% + 20px);height:calc(100% + 20px);background-size:cover;position:absolute;top:-10px;left:-10px}.studio-hero-bg{padding-top:320px}@media only screen and (min-width:992px)and (max-width:1199px){.studio-hero-bg{padding-top:240px}}@media only screen and (min-width:768px)and (max-width:991px){.studio-hero-bg{padding-top:200px}}@media(max-width:767px){.studio-hero-bg{padding-top:170px}}.studio-hero-title{font-weight:700;font-size:450px;line-height:.7;margin-bottom:0;display:inline-block;letter-spacing:-.02em;text-transform:uppercase;color:var(--tp-common-red);font-family:var(--tp-ff-clash-bold)}@media only screen and (min-width:1801px)and (max-width:1850px){.studio-hero-title{font-size:430px}}@media only screen and (min-width:1701px)and (max-width:1800px){.studio-hero-title{font-size:415px}}@media only screen and (min-width:1600px)and (max-width:1700px){.studio-hero-title{font-size:390px}}@media only screen and (min-width:1400px)and (max-width:1599px){.studio-hero-title{font-size:345px}}@media only screen and (min-width:1200px)and (max-width:1399px){.studio-hero-title{font-size:280px}}@media only screen and (min-width:992px)and (max-width:1199px){.studio-hero-title{font-size:235px}}@media only screen and (min-width:768px)and (max-width:991px){.studio-hero-title{font-size:175px;letter-spacing:0}}@media(max-width:767px){.studio-hero-title{font-size:80px;letter-spacing:0}}.studio-hero-title.fs-400{font-size:400px}@media only screen and (min-width:1801px)and (max-width:1850px){.studio-hero-title.fs-400{font-size:350px}}@media only screen and (min-width:1701px)and (max-width:1800px){.studio-hero-title.fs-400{font-size:365px}}@media only screen and (min-width:1600px)and (max-width:1700px){.studio-hero-title.fs-400{font-size:340px}}@media only screen and (min-width:1400px)and (max-width:1599px){.studio-hero-title.fs-400{font-size:295px}}@media only screen and (min-width:1200px)and (max-width:1399px){.studio-hero-title.fs-400{font-size:230px}}@media only screen and (min-width:992px)and (max-width:1199px){.studio-hero-title.fs-400{font-size:180px}}@media only screen and (min-width:768px)and (max-width:991px){.studio-hero-title.fs-400{font-size:150px;letter-spacing:0}}@media(max-width:767px){.studio-hero-title.fs-400{font-size:80px;letter-spacing:0}}.studio-hero-info{padding-bottom:230px}@media only screen and (min-width:992px)and (max-width:1199px){.studio-hero-info{padding-bottom:160px}}@media only screen and (min-width:768px)and (max-width:991px){.studio-hero-info{padding-bottom:150px}}@media(max-width:767px){.studio-hero-info{flex-wrap:wrap;padding-bottom:120px}}.studio-hero-info a,.studio-hero-info span{font-weight:600;font-size:20px;line-height:1.3;margin:6px 20px;text-align:center;text-transform:uppercase;color:var(--tp-common-cream)}@media only screen and (min-width:992px)and (max-width:1199px){.studio-hero-info a,.studio-hero-info span{font-size:18px}.studio-hero-info a br,.studio-hero-info span br{display:none}}@media only screen and (min-width:768px)and (max-width:991px){.studio-hero-info a,.studio-hero-info span{font-size:16px}.studio-hero-info a br,.studio-hero-info span br{display:none}}@media(max-width:767px){.studio-hero-info a,.studio-hero-info span{font-size:16px}.studio-hero-info a br,.studio-hero-info span br{display:none}}.ai-hero-subtitle{font-weight:600;font-size:13px;line-height:1;margin-bottom:25px;padding:9px 16px;border-radius:28px;display:inline-block;text-transform:uppercase;color:var(--tp-common-white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14}.ai-hero-title{font-weight:600;font-size:120px;line-height:.88;margin-bottom:50px;letter-spacing:-.04em;color:var(--tp-common-white)}@media only screen and (min-width:992px)and (max-width:1199px){.ai-hero-title{font-size:75px}}@media only screen and (min-width:768px)and (max-width:991px){.ai-hero-title{font-size:70px}}@media(max-width:767px){.ai-hero-title{font-size:65px;margin-bottom:30px}}.ai-hero-title img{transform:translateY(-8px)}.ai-hero-title-box{padding-left:350px}@media only screen and (min-width:1600px)and (max-width:1700px){.ai-hero-title-box{padding-left:260px}}@media only screen and (min-width:1400px)and (max-width:1599px){.ai-hero-title-box{padding-left:130px}}@media only screen and (min-width:1200px)and (max-width:1399px){.ai-hero-title-box{padding-left:30px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.ai-hero-title-box{padding-left:15px}}@media(max-width:767px){.ai-hero-title-box{padding-left:0}}.ai-hero-video{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.ai-hero-video video{height:100%;width:100%;background-position:center center;background-size:cover;object-fit:cover}.ai-hero-ptb{padding-top:110px}@media(max-width:767px){.ai-hero-ptb{padding-top:180px;padding-bottom:40px}}.ai-hero-slider-main{height:950px;margin-left:95px}@media only screen and (min-width:1400px)and (max-width:1599px){.ai-hero-slider-main{margin-left:55px}}@media only screen and (min-width:1200px)and (max-width:1399px){.ai-hero-slider-main{margin-left:0}}@media only screen and (min-width:992px)and (max-width:1199px){.ai-hero-slider-main{height:750px;margin-left:0}}@media only screen and (min-width:768px)and (max-width:991px){.ai-hero-slider-main{height:800px;margin-left:0}}@media(max-width:767px){.ai-hero-slider-main{height:400px;margin-left:0}}.ai-hero-slider-main:after{position:absolute;content:"";top:-3px;left:0;width:100%;height:101%;background:linear-gradient(180deg,#08041d 1.05%,#08041d00 24.26% 68.54%,#08041d 98.06%)}.ai-hero-slider-item{margin-bottom:12px}.ai-hero-slider-2,.ai-hero-slider-2 img{transform:scaleY(-1)}.ar-hero-ptb{padding-top:195px;padding-bottom:120px}@media(max-width:767px){.ar-hero-ptb{padding-top:160px;padding-bottom:95px}}.ar-hero-border{border-bottom:1px solid rgba(25,25,25,.08)}.ar-hero-bg{border-left:1px solid rgba(25,25,25,.08);border-right:1px solid rgba(25,25,25,.08)}.ar-hero-title{font-size:110px;line-height:1;letter-spacing:-.05em;text-transform:uppercase;color:var(--tp-common-black);font-family:var(--tp-ff-clash-regular)}@media only screen and (min-width:1200px)and (max-width:1399px){.ar-hero-title{font-size:105px}}@media only screen and (min-width:992px)and (max-width:1199px){.ar-hero-title{font-size:90px}}@media only screen and (min-width:768px)and (max-width:991px){.ar-hero-title{font-size:95px}}@media(max-width:767px){.ar-hero-title{font-size:60px}}.ar-hero-title i{font-style:normal;padding-left:100px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ar-hero-title i{padding-left:0}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ar-hero-title-box.service-5-heading{margin-bottom:40px}}.ar-hero-shape-1{margin-right:20px;transform:translateY(-23px)}.ar-hero-shape-2{transform:translateY(-10px)}.ar-hero-shape-3{margin-left:20px;transform:translateY(-23px)}.crp-hero-ptb{padding-top:220px;padding-bottom:220px}@media only screen and (min-width:1200px)and (max-width:1399px){.crp-hero-ptb{padding-top:190px}}@media only screen and (min-width:768px)and (max-width:991px){.crp-hero-ptb{padding-top:200px;padding-bottom:70px}}@media(max-width:767px){.crp-hero-ptb{padding-top:190px;padding-bottom:70px}}.crp-hero-title{font-size:150px;font-weight:600;line-height:.8;color:var(--tp-common-cream-3);font-family:var(--tp-ff-teko)}@media only screen and (min-width:1400px)and (max-width:1599px){.crp-hero-title{font-size:130px}}@media only screen and (min-width:1200px)and (max-width:1399px){.crp-hero-title{font-size:105px}}@media only screen and (min-width:992px)and (max-width:1199px){.crp-hero-title{font-size:90px}}@media only screen and (min-width:768px)and (max-width:991px){.crp-hero-title{font-size:100px}}@media(max-width:767px){.crp-hero-title{font-size:65px}}@media only screen and (min-width:576px)and (max-width:767px){.crp-hero-title{font-size:80px}}.crp-hero-title span{color:var(--tp-common-yellow-green)}.crp-hero-title.fs-100{font-size:100px;letter-spacing:-2px}@media only screen and (min-width:1200px)and (max-width:1399px){.crp-hero-title.fs-100{font-size:82px}}@media only screen and (min-width:992px)and (max-width:1199px),(max-width:767px){.crp-hero-title.fs-100{font-size:70px}}@media only screen and (min-width:768px)and (max-width:991px){.crp-hero-title.fs-100{font-size:65px}}@media(max-width:767px){.crp-hero-title.fs-100{letter-spacing:0}}@media(max-width:767px){.crp-hero-title.fs-100 br{display:none}}.crp-hero-bg{background-size:cover;background-repeat:no-repeat}.crp-hero-ratting{line-height:1}.crp-hero-ratting-text{flex:0 0 auto;margin-right:18px}.crp-hero-ratting-text span{font-weight:600;font-size:50px;line-height:.8;display:inline-block;transform:translateY(7px);font-family:var(--tp-ff-teko);color:var(--tp-common-cream-3)}.crp-hero-ratting-details{line-height:1}.crp-hero-ratting-details a{font-weight:600;font-size:12px;line-height:1;letter-spacing:0;text-transform:uppercase;color:#eef1eab3;border-bottom:1px solid rgba(238,241,234,.2)}.crp-hero-ratting-details a:hover{color:var(--tp-common-white)}.crp-hero-ratting-details a span svg{margin-left:2px;display:inline-block;transform:translateY(-1px)}.crp-hero-ratting-icon{line-height:1}.crp-hero-ratting-icon span{margin-bottom:7px;display:inline-block}@media(max-width:767px){.crp-hero-ratting-box{flex-wrap:wrap}}.crp-hero-avater{flex:0 0 auto;margin-right:30px}@media(max-width:767px){.crp-hero-avater{margin-right:0;margin-bottom:20px}}@media only screen and (min-width:576px)and (max-width:767px){.crp-hero-avater{margin-right:20px;margin-bottom:20px}}.crp-hero-funfact-bg{width:340px;padding:40px;background-repeat:no-repeat}.crp-hero-funfact-top-content{padding-right:60px;margin-bottom:45px}.crp-hero-funfact-top-content h4{font-weight:600;font-size:28px;color:#17312f;margin-bottom:7px;font-family:var(--tp-ff-teko)}.crp-hero-funfact-top-content p{font-weight:400;font-size:17px;line-height:1.4;letter-spacing:-.01em;color:#17312fcc}.crp-hero-funfact-item h4{font-weight:500;font-size:70px;color:#17312f;margin-bottom:8px;line-height:.7;font-family:var(--tp-ff-teko)}.crp-hero-funfact-more-details p{font-weight:500;font-size:16px;line-height:1.5;margin-bottom:0;letter-spacing:-.01em;color:#17312fcc}.crp-hero-funfact-wrap{margin-left:20px}@media only screen and (min-width:1400px)and (max-width:1599px){.crp-hero-funfact-wrap{margin-left:-40px}}@media only screen and (min-width:1200px)and (max-width:1399px){.crp-hero-funfact-wrap{margin-left:-60px}}@media only screen and (min-width:992px)and (max-width:1199px){.crp-hero-funfact-wrap{margin-left:-30px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.crp-hero-funfact-wrap{margin-left:0;margin-bottom:60px}}.crp-hero-funfact-wrap .crp-hero-funfact-item:not(:last-child){margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid rgba(23,49,47,.1)}.crp-hero-funfact-line{position:absolute;top:120px;right:100%;height:1px;width:80px;display:inline-block;background-color:var(--tp-common-yellow-green)}.crp-hero-funfact-line:before{content:"";height:15px;width:15px;border-radius:50%;display:inline-block;transform:translateY(-11px);background-color:var(--tp-common-yellow-green)}.crp-hero-funfact-img{position:absolute;top:3px;right:3px}@media(max-width:767px){.crp-hero-review-box{flex-wrap:wrap}}.app-hero-ptb{padding-top:210px}@media(max-width:767px){.app-hero-ptb{padding-top:230px}}.app-hero-round-shape{margin-top:-100px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.app-hero-round-shape{display:none}}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.app-hero-wrap{padding-left:0}}@media(max-width:767px){.app-hero-wrap{padding-bottom:60px}}@media only screen and (min-width:992px)and (max-width:1199px),(max-width:767px){.app-hero-btn-box{flex-wrap:wrap}}.app-hero-btn-text p{margin:0;font-size:16px;color:#66666c;line-height:24px}@media(max-width:767px){.app-hero-bottom-wrap{padding-top:80px;padding-left:30px}}.app-hero-bottom-wrapper{border-radius:30px}@media(max-width:767px){.app-hero-bottom-wrapper{background-position:top left}}.app-hero-bottom-subtitle{font-size:18px;font-weight:500;margin-bottom:20px;display:inline-block;color:var(--tp-common-white);font-family:var(--tp-ff-phudu)}.app-hero-bottom-thumb-main{position:absolute;bottom:0;right:17%}@media only screen and (min-width:1400px)and (max-width:1599px){.app-hero-bottom-thumb-main{right:5%}}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.app-hero-bottom-thumb-main{right:0}}@media only screen and (min-width:768px)and (max-width:991px){.app-hero-bottom-thumb-main{right:0;bottom:-104px;transform:scale(.7) translate(115px)}}@media(max-width:767px){.app-hero-bottom-thumb-main{position:static}}.app-hero-bottom-thumb-main .shape-1{position:absolute;bottom:108px;left:-110px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.app-hero-bottom-thumb-main .shape-1{display:none}}.app-hero-bottom-thumb-main .shape-2{position:absolute;bottom:0;left:-20px}@media only screen and (min-width:1200px)and (max-width:1399px){.app-hero-bottom-thumb-main .shape-2{left:110px}}@media only screen and (min-width:992px)and (max-width:1199px){.app-hero-bottom-thumb-main .shape-2{left:255px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.app-hero-bottom-thumb-main .shape-2{display:none}}.app-hero-bottom-thumb-main .shape-3{position:absolute;bottom:130px;left:80px}@media only screen and (min-width:992px)and (max-width:1199px){.app-hero-bottom-thumb-main .shape-3{left:150px;bottom:190px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.app-hero-bottom-thumb-main .shape-3{display:none}}.app-hero-bottom-thumb-main .shape-4{position:absolute;right:0;bottom:65px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.app-hero-bottom-thumb-main .shape-4{display:none}}.app-hero-bottom-thumb-main .shape-5{position:absolute;top:95px;right:-75px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.app-hero-bottom-thumb-main .shape-5{right:0}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.app-hero-bottom-thumb-main .shape-5{display:none}}.app-hero-bottom-rating{display:flex;align-items:center}.app-hero-bottom-rating-point span{font-size:60px;font-weight:500;margin-right:10px;letter-spacing:-.6px;color:var(--tp-common-white);font-family:var(--tp-ff-phudu)}.app-hero-bottom-rating-star{transform:translateY(-4px)}.app-hero-bottom-rating-star a{font-size:12px;font-weight:700;margin:0;letter-spacing:-.12px;text-transform:uppercase;color:var(--tp-common-white);border-bottom:1px solid rgba(255,255,255,.5)}.app-hero-bottom-rating-star a svg{margin-left:4px}.app-hero-bottom-rating-stars{line-height:1;margin-bottom:0}.box{display:inline-flex}.box .eye{position:relative;width:74px;height:74px;display:block;background:var(--tp-common-yellow-green);margin:0 5px;border-radius:50%}@media only screen and (min-width:1200px)and (max-width:1399px){.box .eye{width:64px;height:64px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.box .eye{width:54px;height:54px}}.box .eye:before{content:"";position:absolute;top:50%;left:22px;width:30px;height:30px;border-radius:50%;background:#17312f;transform:translate(-50%,-50%)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.box .eye:before{width:25px;height:25px}}.it-hero-ptb{padding-top:235px;padding-bottom:290px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.it-hero-ptb{padding-bottom:70px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.it-hero-ptb{padding-top:200px}}@media(max-width:767px){.it-hero-ptb{padding-bottom:50px}}.it-hero-subtitle{font-style:italic;font-weight:400;font-size:18px;margin-bottom:23px;display:inline-block;letter-spacing:.03em;color:var(--tp-common-black-10);font-family:var(--tp-ff-platform)}.it-hero-title{font-weight:700;font-size:90px;line-height:1;margin-bottom:15px;color:var(--tp-common-black-10);font-family:var(--tp-ff-platform)}@media only screen and (min-width:1400px)and (max-width:1599px){.it-hero-title{font-size:80px}}@media only screen and (min-width:1200px)and (max-width:1399px){.it-hero-title{font-size:65px}}@media(max-width:767px){.it-hero-title{font-size:60px}}.it-hero-title .img-1{transform:translateY(-7px)}@media(max-width:767px){.it-hero-title .img-1{display:none}}.it-hero-title .img-2{transform:translateY(-7px)}@media(max-width:767px){.it-hero-title .img-2{display:none}}.it-hero-content p{font-weight:400;font-size:26px;color:#45454f;margin-bottom:40px;letter-spacing:.02em;font-family:var(--tp-ff-platform)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.it-hero-content p{font-size:20px}}.it-hero-thumb img{margin-left:-25px;margin-bottom:-3px;max-width:inherit}@media only screen and (min-width:992px)and (max-width:1199px){.it-hero-thumb img{margin-left:30px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.it-hero-thumb img{margin-left:0}}@media(max-width:767px){.it-hero-thumb img{max-width:100%;margin-left:-30px}}.it-hero-shape-1{position:absolute;bottom:0;left:0;right:0;width:100%;z-index:1}.it-hero-shape-1 img{width:100%}.it-hero-shape-2{position:absolute;top:0;right:0;z-index:-1}@media only screen and (min-width:1200px)and (max-width:1399px){.it-hero-shape-2{right:-30%}}@media(max-width:767px){.it-hero-shape-2{display:none}}.it-hero-thumb .inner-img{position:absolute;top:24%;left:-12%}@media(max-width:767px){.it-hero-thumb .inner-img{display:none}}@media(max-width:767px){.it-hero-btn-box a{margin-bottom:20px}}.st-hero-ptb{padding-top:250px;padding-bottom:60px}@media only screen and (min-width:1200px)and (max-width:1399px){.st-hero-ptb{padding-top:215px}}@media only screen and (min-width:992px)and (max-width:1199px){.st-hero-ptb{padding-top:200px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-hero-ptb{padding-top:175px}}.st-hero-shape{position:absolute;top:25%;right:10%}@media only screen and (min-width:768px)and (max-width:991px){.st-hero-shape{top:16%;right:4%}}@media(max-width:767px){.st-hero-shape{display:none}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-hero-border{display:none}}.st-hero-border .tp-border-line{top:100px;width:23.2%;border-right:1px solid rgba(25,25,25,.08)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-hero-border .tp-border-line{top:70px}}.st-hero-border .tp-border-line:after{content:none}.st-hero-border .tp-border-line.line-2{width:40.8%}.st-hero-border .tp-border-line.line-3{width:58.6%}.st-hero-border .tp-border-line.line-4{width:76%}@media(max-width:767px){.st-hero-heading{margin-bottom:30px}}.st-hero-title{font-size:160px;font-weight:700;line-height:1;letter-spacing:-3.2px;color:var(--tp-common-brown);font-family:var(--tp-ff-poppins)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.st-hero-title{font-size:135px}}@media only screen and (min-width:768px)and (max-width:991px){.st-hero-title{font-size:124px}}@media(max-width:767px){.st-hero-title{font-size:70px}}@media only screen and (min-width:576px)and (max-width:767px){.st-hero-title{font-size:100px}}.st-hero-title i{padding-left:300px;font-family:var(--tp-ff-playfair)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.st-hero-title i{padding-left:280px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-hero-title i{padding-left:0}}.st-hero-plain{position:absolute;right:30%;top:10%;width:122px;height:122px;display:inline-block}@media only screen and (min-width:992px)and (max-width:1199px){.st-hero-plain{right:18%}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-hero-plain{display:none}}.st-hero-plain span{width:114px;height:114px;border-radius:50%;display:inline-block;background-color:var(--tp-common-white)}.st-hero-plain img{top:0;left:25px;position:absolute;transform-origin:top;animation:loadingAnimation 2s ease-in-out}.st-hero-btn{margin-bottom:35px}.st-hero-btn a{height:150px;width:150px;border-radius:50%;text-align:center;display:grid;place-content:center;color:var(--tp-common-brown);background-color:var(--tp-common-white)}.st-hero-btn a:hover{color:var(--tp-common-white);background-color:var(--tp-common-brown)}.st-hero-btn a:hover .st-hero-btn-text{color:var(--tp-common-white)}.st-hero-btn-text{font-size:18px;font-weight:600;position:relative;display:block;margin-bottom:5px;color:var(--tp-common-brown);font-family:var(--tp-ff-poppins);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.st-hero-btn-icon{display:block;margin-left:8px}.st-hero-user-content span{font-size:16px;font-weight:400;color:#494949;line-height:18px;letter-spacing:-.32px;font-family:var(--tp-ff-poppins)}.st-hero-bottom-left{margin-top:-40px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-hero-bottom-left{margin-top:0}}.st-hero-bottom-right p{margin:0;font-size:18px;font-weight:500;font-family:var(--tp-ff-poppins)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-hero-bottom-right p br{display:none}}.cr-hero-ptb{border-bottom:1px solid rgba(255,255,255,.06)}.cr-hero-bg{top:0;left:0;right:0;width:100%;z-index:-1;margin:0 auto;text-align:center;position:absolute}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.cr-hero-left{display:none}}.cr-hero-left .shape-1{position:absolute;left:-2px;top:16%;z-index:1}.cr-hero-left .shape-2{position:absolute;left:3%;top:22%}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.cr-hero-right{display:none}}.cr-hero-right .shape-1{position:absolute;right:-2px;top:16%;z-index:1}.cr-hero-right .shape-2{position:absolute;right:3%;top:22%}.cr-hero-heading{padding-bottom:350px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.cr-hero-heading{padding-bottom:250px}}.cr-hero-thumb{left:0;right:0;bottom:9%;width:100%;margin:0 auto;position:absolute}@media only screen and (min-width:1200px)and (max-width:1399px){.cr-hero-thumb{bottom:18%}}@media only screen and (min-width:992px)and (max-width:1199px){.cr-hero-thumb{bottom:22%}}@media only screen and (min-width:768px)and (max-width:991px){.cr-hero-thumb{bottom:30%}}@media(max-width:767px){.cr-hero-thumb{bottom:35%}}.cr-hero-thumb img{width:100%}.cr-hero-content{padding-bottom:50px}.cr-hero-content p{font-size:17px;font-weight:500;line-height:26px;margin-bottom:25px;color:#ffffff80}.cr-hero-bottom-big{position:absolute;bottom:-420px;left:50%;z-index:2;height:660px;width:660px;border-radius:660px;display:inline-block;transform:translate(-50%);background:#151618;box-shadow:0 -20px 80px #0003}.cr-hero-bottom-small{bottom:0;height:440px;width:440px;position:absolute;border-radius:440px;display:inline-block;box-shadow:0 -20px 80px #0003;background:linear-gradient(287deg,#ffffff05 16.08%,#fff0 69.12%)}.cr-hero-bottom-small.bg-l{position:absolute;bottom:-280px;left:-80px;z-index:-1;background:linear-gradient(249deg,#fff0 22.41%,#ffffff05 69.72%)}.cr-hero-bottom-small.bg-r{position:absolute;bottom:-280px;right:-80px;z-index:-1}.pp-hero-ptb{padding-top:120px}.pp-hero-hight{height:100vh;overflow:hidden}@media(max-width:767px){.pp-hero-hight{height:700px}}.pp-hero-bg{position:absolute;left:0;right:0;z-index:0;bottom:-54%;margin:0 auto;text-align:center}@media only screen and (min-width:1200px)and (max-width:1399px){.pp-hero-bg{bottom:-25%}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-hero-bg{bottom:0%}}.pp-hero-text{font-size:50px;font-weight:700;line-height:1;text-transform:uppercase;color:var(--tp-common-white);font-family:var(--tp-ff-teko)}@media only screen and (min-width:992px)and (max-width:1199px),(max-width:767px){.pp-hero-text{font-size:40px}}.pp-hero-left{transform:translateY(30px)}@media(max-width:767px){.pp-hero-left{margin-bottom:30px;padding-bottom:20px}}.pp-hero-right{padding-left:70px}@media only screen and (min-width:1200px)and (max-width:1399px){.pp-hero-right{padding-left:0}}@media only screen and (min-width:992px)and (max-width:1199px){.pp-hero-right{padding-left:45px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-hero-right{padding-left:0}}@media only screen and (min-width:768px)and (max-width:991px){.pp-hero-right{padding-top:205px}}.pp-hero-right p{font-size:16px;font-weight:600;line-height:26px;margin-bottom:35px;color:var(--tp-common-white)}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.pp-hero-right p br{display:none}}@media only screen and (min-width:1200px)and (max-width:1399px),(max-width:767px){.pp-hero-heading{padding-top:50px}}.pp-hero-title{margin:0;line-height:.8;font-size:380px;font-weight:600;letter-spacing:-16px;padding-bottom:15px;white-space:nowrap;text-transform:uppercase;font-family:var(--tp-ff-teko);color:var(--tp-common-yellow-1)}@media only screen and (min-width:1600px)and (max-width:1700px){.pp-hero-title{font-size:315px;letter-spacing:-12px}}@media only screen and (min-width:1400px)and (max-width:1599px){.pp-hero-title{font-size:300px}}@media only screen and (min-width:1200px)and (max-width:1399px){.pp-hero-title{font-size:242px}}@media only screen and (min-width:992px)and (max-width:1199px){.pp-hero-title{font-size:200px;letter-spacing:-10px}}@media only screen and (min-width:768px)and (max-width:991px){.pp-hero-title{font-size:135px;letter-spacing:-6px}}@media(max-width:767px){.pp-hero-title{font-size:65px;letter-spacing:0px}}@media only screen and (min-width:576px)and (max-width:767px){.pp-hero-title{font-size:100px;letter-spacing:0px}}.tp-hero-5-ptb{padding-top:240px}@media only screen and (min-width:768px)and (max-width:991px){.tp-hero-5-ptb{padding-top:170px}}@media(max-width:767px){.tp-hero-5-ptb{padding-top:130px}}.tp-hero-5-big-thumb{position:absolute;top:0;right:0;height:100%;width:auto}@media only screen and (min-width:992px)and (max-width:1199px){.tp-hero-5-big-thumb{width:50%}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-hero-5-big-thumb{position:static}}.tp-hero-5-big-thumb div{height:100%;width:100%;display:inline-block}.tp-hero-5-big-thumb div>div{width:100%;height:100%}.tp-hero-5-big-thumb img{height:100%;width:100%;object-fit:cover}.tp-hero-5-thumb-content{padding-left:20px;margin-bottom:110px;position:relative}.tp-hero-5-thumb-content:after{position:absolute;top:-6px;left:-1px;width:1px;height:100px;content:"";background-color:var(--tp-cream-2)}.tp-hero-5-thumb-content p{font-size:20px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.4px;color:var(--tp-cream-2);font-family:var(--tp-ff-playfair);margin-bottom:0}.tp-hero-5-thumb-content p span{margin-bottom:10px;display:inline-block}.tp-hero-5-thumb-wrap{display:none}@media(min-width:1600px){.tp-hero-5-thumb-wrap{display:block}}.tp-hero-5-title{font-size:170px;font-weight:700;line-height:1;letter-spacing:-10.2px;color:var(--tp-cream-2);font-family:var(--tp-ff-poppins);margin-left:-8px;margin-bottom:20px;display:inline-block}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-hero-5-title{font-size:150px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-hero-5-title{font-size:115px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-hero-5-title{font-size:150px}}@media(max-width:767px){.tp-hero-5-title{font-size:60px;margin-left:0;letter-spacing:1px}}@media only screen and (min-width:576px)and (max-width:767px){.tp-hero-5-title{font-size:110px;letter-spacing:1px}}.tp-hero-5-title span{-webkit-text-stroke:2px var(--tp-cream-2);text-stroke:2px var(--tp-cream-2);color:transparent}.tp-hero-5-title-box{padding-left:140px}@media only screen and (min-width:1701px)and (max-width:1800px){.tp-hero-5-title-box{padding-left:95px}}@media only screen and (min-width:1600px)and (max-width:1700px),only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-hero-5-title-box{padding-left:0}}@media(max-width:767px){.tp-hero-5-title-box{margin-bottom:80px}}.tp-hero-5-title-box p{font-size:24px;font-weight:400;line-height:1;color:var(--tp-cream-2);font-family:var(--tp-ff-playfair);margin-bottom:40px}@media(min-width:1800px){.tp-hero-5-bdr-left{border-left:1px solid rgba(183,171,152,.14)}}.tp-hero-5-thumb-sm{height:410px;overflow:hidden}.tp-image-distortion{overflow:hidden;height:100%;position:relative}.tp-image-distortion canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.creative-2-hero-title{font-weight:600;font-size:100px;line-height:1;margin-bottom:0;letter-spacing:-.04em;text-transform:uppercase;color:var(--tp-common-white)}@media only screen and (min-width:1200px)and (max-width:1399px){.creative-2-hero-title{font-size:80px}}@media only screen and (min-width:992px)and (max-width:1199px){.creative-2-hero-title{margin-bottom:40px}}@media only screen and (min-width:768px)and (max-width:991px){.creative-2-hero-title{font-size:90px;margin-bottom:30px}}@media(max-width:767px){.creative-2-hero-title{font-size:70px;margin-bottom:20px}}.creative-2-hero-title img{transform:translateY(-10px)}.creative-2-hero-text{transform:translate(-140px,-12px)}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-2-hero-text{display:none}}.creative-2-hero-text p{font-weight:600;font-size:16px;line-height:1.6;margin-bottom:0;color:var(--tp-common-white)}.creative-2-hero-icon{position:absolute;left:60%;bottom:-15px;display:inline-block;margin-bottom:15px;color:var(--tp-common-white)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-about-area{padding-top:80px;padding-bottom:80px}}.tp-about-wrap{margin-left:70px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-about-wrap{margin-left:0}}.tp-about-text p{font-weight:600;font-size:50px;line-height:1.2;margin-right:60px;margin-bottom:80px;letter-spacing:-.06em;color:var(--tp-common-black)}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-about-text p{font-size:40px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-about-text p{font-size:38px}}@media(max-width:767px){.tp-about-text p{font-size:30px}.tp-about-text p br{display:none}}.tp-about-thumb{height:415px;width:315px;overflow:hidden;margin-left:100px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-about-thumb{margin-left:0}}@media(max-width:767px){.tp-about-thumb{width:100%}}.tp-about-thumb img{width:100%;margin-top:-100px}.tp-about-funcact-wrap{margin-top:25px;margin-left:60px}@media(max-width:767px){.tp-about-funcact-wrap{margin-left:0}}.tp-about-funcact-item span{font-weight:400;font-size:70px;line-height:1;margin-bottom:17px;display:inline-block;letter-spacing:-.04em}.tp-about-funcact-item span i{font-style:normal}.tp-about-funcact-item p{line-height:1.33;margin-bottom:0}@media only screen and (min-width:768px)and (max-width:991px){.tp-about-funcact-item p{font-size:16px}.tp-about-funcact-item p br{display:none}}.tp-about-avater-info{margin-bottom:38px;padding-bottom:33px;border-bottom:1px solid var(--tp-border-2)}.tp-about-avater-info img{margin-bottom:18px}.tp-about-avater-info p{line-height:1.44;margin-bottom:0}@media only screen and (min-width:768px)and (max-width:991px){.tp-about-avater-info p{font-size:17px}.tp-about-avater-info p br{display:none}}@media(max-width:767px){.tp-about-avater-info p br{display:none}}.tp-about-shape-1{position:absolute;bottom:0;left:0}.tp-about-shape-1 img{animation:rotate2 5s linear infinite}@media only screen and (min-width:992px)and (max-width:1199px){.tp-about-title-box{margin-bottom:20px}}@media(max-width:767px){.tp-about-us-area{padding-bottom:50px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-about-us-2-ptb{padding-top:150px}}@media(max-width:767px){.tp-about-us-2-ptb{padding-top:130px}}.tp-about-us-2-line{padding-bottom:20px}.tp-about-us-2-line img{position:absolute;left:0;right:0;width:100%;margin:0 auto}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-about-us-2-top{padding:0 30px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-about-us-2-top{display:none}}.tp-about-us-2-text p{position:relative;font-size:14px;font-weight:500;padding-left:10px;margin-bottom:5px;display:inline-block;text-transform:uppercase;color:#21212d80;font-family:var(--tp-ff-clash-medium)}.tp-about-us-2-text p:before{position:absolute;content:"";height:3px;width:3px;left:0;top:10px;border-radius:50%;background-color:#21212d80}.tp-about-us-2-wrap{position:relative;padding:30px;border:1px solid rgba(34,34,34,.08)}@media(max-width:767px){.tp-about-us-2-wrap{border:none;padding:0}}.tp-about-us-2-wrap:after{position:absolute;content:"";width:1px;height:100%;top:0;left:50%;transform:translate(-50%);background-color:#22222214}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-about-us-2-wrap:after{content:none}}.tp-about-us-2-thumb{padding:70px 0}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-about-us-2-thumb{padding:30px 0}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-about-us-2-thumb img{width:100%}}.tp-about-us-2-thumb-shape .shape-1{position:absolute;top:50%;left:0;transform:translateY(-50%)}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-about-us-2-thumb-shape .shape-1{left:-8px}}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-about-us-2-thumb-shape .shape-1{display:none}}.tp-about-us-2-thumb-shape .shape-2{position:absolute;top:50%;right:30px;transform:translateY(-50%)}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-about-us-2-thumb-shape .shape-2{right:-8px}}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-about-us-2-thumb-shape .shape-2{display:none}}.tp-about-us-2-right{height:100%;padding-left:15px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-about-us-2-right{padding-left:0}}@media(max-width:767px){.tp-about-us-2-right{padding-left:20px}}.tp-about-us-2-right-shape{position:absolute;top:0;right:0}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-about-us-2-right-shape{display:none}}.tp-about-us-2-text-title{font-size:16px;font-weight:500;padding:5px 25px;margin-right:6px;border-radius:130px;display:inline-block;letter-spacing:-.32px;color:#21212db3;border:1px solid rgba(33,33,45,.08)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-about-us-2-btn{padding-bottom:50px}}.tp-about-us-2-btn a{font-size:16px;font-weight:500;padding:5px 25px;margin-right:6px;border-radius:130px;display:inline-block;letter-spacing:-.32px;color:#21212db3;border:1px solid rgba(33,33,45,.1)}.tp-about-us-2-btn a:hover{color:var(--tp-common-white);background-color:var(--tp-common-black)}.tp-about-us-2-subtitle{font-size:30px;font-weight:700;margin-bottom:10px;display:inline-block;letter-spacing:-.9px;text-transform:uppercase;color:var(--tp-common-red);font-family:var(--tp-ff-clash-semibold)}@media(max-width:767px){.tp-about-us-2-subtitle{font-size:20px;letter-spacing:0;margin-bottom:20px}}.tp-about-us-2-title{font-size:200px;font-weight:700;line-height:.75;letter-spacing:-6px;text-transform:uppercase;color:var(--tp-common-red);font-family:var(--tp-ff-clash-semibold)}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-about-us-2-title{font-size:170px}}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-about-us-2-title{font-size:115px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-about-us-2-title{font-size:100px}}@media(max-width:767px){.tp-about-us-2-title{font-size:70px;letter-spacing:-1px}}@media only screen and (min-width:576px)and (max-width:767px){.tp-about-us-2-title{font-size:100px;letter-spacing:-1px}}.des-about-text p{font-weight:400;font-size:75px;line-height:1;letter-spacing:1px;font-family:var(--tp-ff-mango);color:var(--tp-common-cream)}@media only screen and (min-width:1200px)and (max-width:1399px){.des-about-text p{font-size:65px}}@media only screen and (min-width:992px)and (max-width:1199px){.des-about-text p{font-size:60px}}@media only screen and (min-width:768px)and (max-width:991px){.des-about-text p{font-size:60px}}@media(max-width:767px){.des-about-text p{font-size:50px}}.des-about-text p span{color:#fb4566}@media only screen and (min-width:992px)and (max-width:1199px){.des-about-area{padding-bottom:160px}}@media only screen and (min-width:768px)and (max-width:991px){.des-about-area{padding-bottom:150px}}@media(max-width:767px){.des-about-area{padding-bottom:110px}}@media(max-width:767px){.des-about-inner-ptb{padding-bottom:0}}.dgm-about-thumb-1{position:absolute;bottom:0;right:0;box-shadow:0 20px 30px #1414141f}@media(max-width:767px){.dgm-about-thumb-1{position:static;margin-top:30px;width:100%}}.dgm-about-thumb-wrap{margin-left:80px;padding-bottom:90px}@media only screen and (min-width:992px)and (max-width:1199px){.dgm-about-thumb-wrap{margin-left:0}}@media only screen and (min-width:768px)and (max-width:991px){.dgm-about-thumb-wrap{margin-left:0;margin-bottom:50px}}@media(max-width:767px){.dgm-about-thumb-wrap{margin-left:0;display:flex;align-items:center}.dgm-about-thumb-wrap img{width:100%;max-width:310px}.dgm-about-thumb-1{position:absolute;right:-2px;bottom:-15px;max-width:270px!important}.dgm-about-right{margin-top:60px}.dgm-about-content p{margin-bottom:25px!important}.mb-35{margin-bottom:20px}.pb-120{padding-bottom:10px}.pt-100{padding-top:30px}.pb-80{padding-bottom:0}}.dgm-about-content{padding-left:50px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.dgm-about-content{padding-left:0}}.dgm-about-content p{font-weight:400;font-size:18px;line-height:1.56;margin-bottom:45px;padding-right:60px;letter-spacing:-.01em;color:var(--tp-common-black);text-align:justify}@media only screen and (min-width:1200px)and (max-width:1399px){.dgm-about-content p{padding-right:0}}@media only screen and (min-width:992px)and (max-width:1199px){.dgm-about-content p{font-size:17px;padding-right:0}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.dgm-about-content p{padding-right:0}}.dgm-about-review{padding-right:25px;margin-right:25px;padding-top:12px;position:relative}.dgm-about-review:after{position:absolute;top:0;right:0;width:1px;height:80px;content:"";background-color:#1414141a}.dgm-about-review-box{border-top:1px solid rgba(20,20,20,.1)}.dgm-about-review h4{font-weight:700;font-size:44px;line-height:1;margin-bottom:0;letter-spacing:-.04em;color:var(--tp-common-black);font-family:var(--tp-ff-grotesk)}.dgm-about-review span{font-weight:400;font-size:15px;line-height:1;letter-spacing:-.03em;color:var(--tp-common-black)}.dgm-about-ratting{padding-top:18px}.dgm-about-ratting h4{font-weight:500;font-size:14px;line-height:1;margin-bottom:7px;letter-spacing:-.02em;color:var(--tp-common-black)}.dgm-about-ratting-icon span{height:26px;width:26px;line-height:22px;text-align:center;display:inline-block;color:var(--tp-common-white);background-color:var(--tp-common-black)}.dgm-about-right{margin-left:50px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.dgm-about-right{margin-left:0}}@media only screen and (min-width:768px)and (max-width:991px){.creative-about-area{padding-top:80px;padding-bottom:80px}}.creative-about-text p{font-weight:600;font-size:44px;line-height:1.18;margin-bottom:40px;letter-spacing:-.03em;color:var(--tp-common-white)}@media only screen and (min-width:1400px)and (max-width:1599px){.creative-about-text p{font-size:40px}}@media only screen and (min-width:1200px)and (max-width:1399px){.creative-about-text p{font-size:41px}}@media only screen and (min-width:768px)and (max-width:991px){.creative-about-text p{font-size:35px}}@media(max-width:767px){.creative-about-text p{font-size:29px}}.creative-about-text p span{padding-left:150px;display:inline-block}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-about-text p span{padding-left:0}}.creative-brand-item{text-align:center}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.studio-about-area{padding-top:120px}}@media(max-width:767px){.studio-about-area{padding-top:60px;padding-bottom:100px}}.studio-about-wrap{padding-left:195px}@media only screen and (min-width:1701px)and (max-width:1800px){.studio-about-wrap{padding-left:160px}}@media only screen and (min-width:1600px)and (max-width:1700px){.studio-about-wrap{padding-left:60px}}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.studio-about-wrap{padding-left:0}}.studio-about-title-box{padding-left:110px}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.studio-about-title-box{padding-left:0}}@media(max-width:767px){.studio-about-title-box{margin-bottom:40px}}.studio-about-content{padding-left:45px;padding-bottom:150px;padding-right:90px}@media only screen and (min-width:1400px)and (max-width:1599px){.studio-about-content{padding-right:55px}}@media only screen and (min-width:1200px)and (max-width:1399px){.studio-about-content{padding-left:30px;padding-bottom:0;padding-right:0}}@media only screen and (min-width:992px)and (max-width:1199px){.studio-about-content{padding-right:0}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.studio-about-content{padding-left:0;padding-bottom:0;padding-right:0}}.studio-about-content p{font-weight:500;font-size:20px;line-height:1.4;color:#f9f4e8}@media only screen and (min-width:1200px)and (max-width:1399px){.studio-about-content p{font-size:18px}}@media only screen and (min-width:992px)and (max-width:1199px){.studio-about-content p{font-size:16px}.studio-about-content p br{display:none}}@media only screen and (min-width:768px)and (max-width:991px){.studio-about-content p{font-size:18px}}@media(max-width:767px){.studio-about-content p{font-size:19px}}.studio-about-content.about-us-2 p{color:var(--tp-common-black-10)}.studio-about-thumb.thumb-1{height:580px;width:460px;overflow:hidden}@media only screen and (min-width:1200px)and (max-width:1399px){.studio-about-thumb.thumb-1{width:100%;height:400px}}@media only screen and (min-width:768px)and (max-width:991px){.studio-about-thumb.thumb-1{width:100%;height:300px}}@media(max-width:767px){.studio-about-thumb.thumb-1{height:300px;width:100%;margin-bottom:30px}}.studio-about-thumb.thumb-1 img{margin-top:-20px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.ai-about-area{padding-bottom:80px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ai-about-area{padding-bottom:0}}.ai-about-thumb{position:relative}.ai-about-thumb.thumb-1{margin-top:190px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ai-about-thumb.thumb-1{margin-top:0;margin-right:20px}}.ai-about-thumb.thumb-2{margin-left:-190px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ai-about-thumb.thumb-2{margin-left:0}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ai-about-thumb-box{margin-bottom:30px}}.ai-about-thumb.tp--hover-img canvas{top:0;left:0;width:100%;height:100%;position:absolute}.ai-about-thumb img{width:100%;display:block;object-fit:cover}.ai-about-right{margin-left:80px}@media only screen and (min-width:992px)and (max-width:1199px){.ai-about-right{margin-left:20px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ai-about-right{margin-left:0}}.ai-about-title-box p{font-weight:400;font-size:18px;line-height:1.56;color:var(--tp-common-white)}.ai-about-list ul li{position:relative;padding-left:90px;list-style-type:none;margin-bottom:50px}@media(max-width:767px){.ai-about-list ul li{padding-left:75px}}.ai-about-list ul li>span{position:absolute;top:-16px;left:0;line-height:1}.ai-about-list ul li>span>span{position:relative;display:inline-block;line-height:1}.ai-about-list ul li>span>span i{height:60px;width:60px;transition:.3s;text-align:center;border-radius:50%;display:inline-block;background-color:#221939}.ai-about-list ul li>span>span svg{position:absolute;top:50%;left:0;right:0;margin:0 auto;transform:translateY(-50%);color:var(--tp-common-cream-2);transition:.3s}.ai-about-list ul li p{font-weight:600;font-size:20px;line-height:1.2;color:var(--tp-common-white)}@media(max-width:767px){.ai-about-list ul li p{font-size:17px}}.ai-about-list ul li:hover span span i{transform:scale(1.1);background-color:var(--tp-common-cream-2)}.ai-about-list ul li:hover span span svg{color:var(--tp-common-black)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ar-about-area{padding-top:80px;padding-bottom:80px}}.ar-about-thumb{margin-left:130px;display:inline-block;height:500px;width:400px;overflow:hidden}@media only screen and (min-width:1200px)and (max-width:1399px){.ar-about-thumb{margin-left:0}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.ar-about-thumb{margin-left:0;width:auto}}@media(max-width:767px){.ar-about-thumb{margin-left:0;width:auto;margin-bottom:40px}}.ar-about-thumb img{margin-top:-60px}.ar-about-shape{position:absolute;bottom:0;left:-62%;z-index:-1;max-width:inherit}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ar-about-shape{left:0}}.ar-about-title-sm{font-weight:400;font-size:36px;line-height:1.17;margin-bottom:15px;letter-spacing:-.04em;color:var(--tp-common-black)}@media only screen and (min-width:1400px)and (max-width:1599px){.ar-about-title-sm{font-size:33px}}@media only screen and (min-width:1200px)and (max-width:1399px){.ar-about-title-sm{font-size:32px}}@media only screen and (min-width:992px)and (max-width:1199px){.ar-about-title-sm{font-size:27px}}@media(max-width:767px){.ar-about-title-sm{font-size:30px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ar-about-title-wrap{margin-bottom:0}}.ar-about-content{margin-bottom:40px;padding-right:80px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ar-about-content{padding-right:0}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ar-about-content{margin-top:40px}}.ar-about-content p{font-weight:400;font-size:18px;line-height:1.44;margin-right:80px;margin-bottom:40px;letter-spacing:-.01em;color:#14141499}@media only screen and (min-width:1400px)and (max-width:1599px){.ar-about-content p{margin-right:50px}}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ar-about-content p{margin-right:0}}@media only screen and (min-width:992px)and (max-width:1199px){.ar-about-content p{font-size:17px}}.ar-about-exp-box{margin-left:-30px;padding:30px;background-position:bottom;background-repeat:no-repeat;display:inline-block;border:1px solid rgba(20,20,20,.06);border-top:4px solid var(--tp-common-red-2)}@media(max-width:767px){.ar-about-exp-box{width:100%}}.ar-about-exp-box span{font-size:15px;line-height:1.2;margin-bottom:17px;display:inline-block;letter-spacing:1px;text-transform:uppercase;color:var(--tp-common-red-2);font-family:var(--tp-ff-clash-medium)}.ar-about-exp-box h4{font-size:160px;line-height:.69;margin-bottom:0;text-transform:uppercase;color:var(--tp-common-red-2);font-family:var(--tp-ff-clash-semibold)}.ar-about-us-4-hero-ptb{padding-top:195px;padding-bottom:100px}@media only screen and (min-width:992px)and (max-width:1199px){.ar-about-us-4-hero-ptb{padding-bottom:60px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ar-about-us-4-hero-ptb{padding-bottom:40px}}@media(max-width:767px){.ar-about-us-4-hero-ptb{padding-top:150px}}.ar-about-us-4-hero-ptb.pb-70{padding-bottom:60px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ar-about-us-4-hero-ptb.pb-70{padding-bottom:40px}}.ar-about-us-4-title{color:#111013;font-size:100px;font-weight:800;line-height:1;margin-bottom:50px;letter-spacing:-4px;text-transform:uppercase}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.ar-about-us-4-title{font-size:90px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ar-about-us-4-title{font-size:70px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ar-about-us-4-title-box{flex-wrap:wrap;justify-content:start!important}}.ar-about-us-4-title-box p{color:#111013;font-size:18px;font-weight:400;line-height:26px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ar-about-us-4-title-box p br{display:none}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ar-about-us-4-title-box p{padding-top:20px}}.ar-about-us-4-title-box .tp-section-subtitle{margin-right:15px}.ar-about-us-4-title-box .ar-about-us-4-icon{margin-right:75px}.ar-about-us-4-shape{position:absolute;top:31%;right:10%}@media(max-width:767px){.ar-about-us-4-shape{display:none}}.ar-about-us-4-text-warp.title-black-color .ar-about-us-4-text-title{color:#111013}.ar-about-us-4-text-title{font-size:200px;font-weight:800;letter-spacing:-8px;text-transform:uppercase;color:#f9f4e81a}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.ar-about-us-4-text-title{font-size:145px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ar-about-us-4-text-title{font-size:90px;letter-spacing:-5px}}.ar-about-funfact-color .crp-hero-funfact-line{background-color:var(--tp-common-red-3)}.ar-about-funfact-color .crp-hero-funfact-line:before{background-color:var(--tp-common-red-3)}.ar-about-funfact-top-content h4{font-size:34px;font-weight:800;line-height:36px;margin-bottom:35px;letter-spacing:-.68px;text-transform:uppercase;color:var(--tp-common-white)}.ar-about-funfact-item:not(:last-of-type){margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1)}.ar-about-funfact-item-icon{margin-right:10px}.ar-about-funfact-item-icon span{display:grid;height:54px;width:54px;border-radius:50%;place-content:center;border:1px solid rgba(255,255,255,.14)}.ar-about-funfact-item-content p{margin:0 0 3px;font-size:13px;font-weight:500;color:var(--tp-common-white)}.ar-about-funfact-item-content a{font-size:18px;font-weight:700;color:var(--tp-common-white)}.ar-about-funfact-item-bottom p{font-size:13px;font-weight:500;line-height:1;color:#ffffffb3}.ar-about-funfact-item-bottom p span{font-weight:600;color:var(--tp-common-white)}@media only screen and (min-width:768px)and (max-width:991px){.crp-about-area{padding-top:80px}}@media(max-width:767px){.crp-about-area{padding-top:80px;padding-bottom:80px}}.crp-about-exp{height:250px;width:250px;border-radius:50%;display:inline-block;background-color:#ffeb53}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.crp-about-exp{height:155px;width:155px;display:grid;margin-bottom:20px;place-content:center}}.crp-about-exp-item span{font-weight:600;font-size:250px;line-height:.5;color:#2a4c3a;margin-top:35px;margin-bottom:10px;display:inline-block;letter-spacing:-.02em;font-family:var(--tp-ff-teko)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.crp-about-exp-item span{font-size:80px;margin-top:0;margin-bottom:0}}.crp-about-exp-item i{display:block;font-weight:500;font-size:28px;line-height:.86;color:#17312f;font-style:normal;font-family:var(--tp-ff-teko)}.crp-about-btn-box{flex:0 0 auto;margin-right:80px;margin-top:7px}@media only screen and (min-width:992px)and (max-width:1199px){.crp-about-btn-box{margin-right:40px}}@media(max-width:767px){.crp-about-btn-box{margin-right:0;margin-bottom:20px}}.crp-about-text p{max-width:345px;font-weight:500;font-size:18px;line-height:1.56;color:#ffffe6cc}@media only screen and (min-width:1200px)and (max-width:1399px){.crp-about-text p{max-width:100%;font-size:16px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.crp-about-text p{max-width:100%;font-size:16px}}.crp-about-right{padding-left:80px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.crp-about-right{padding-left:0}}@media(max-width:767px){.crp-about-right .tp-section-title-teko{margin-bottom:20px}}.crp-about-shape{position:absolute;top:-16%;left:13%;z-index:-1}@media(max-width:767px){.crp-about-bottom-wrap{flex-wrap:wrap}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.crp-about-left .tp-section-subtitle-teko{margin-bottom:20px}}.crp-about-3-hero-ptb{padding-top:245px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.crp-about-3-hero-ptb{padding-top:200px}}.crp-about-3-funfact{padding-top:65px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.crp-about-3-funfact{padding-top:0}}@media(max-width:767px){.it-about-ptb{padding-top:100px;padding-bottom:0}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.it-about-title-box{margin-bottom:50px}}.it-about-title-box p{font-weight:400;font-size:18px;line-height:1.44;color:#61616a;margin-bottom:45px;padding-right:40px}.it-about-thumb img{border-radius:12px;max-width:inherit}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.it-about-thumb img{max-width:100%}}.it-about-thumb img.img-2{margin-left:-150px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.it-about-thumb img.img-2{margin-left:0}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.it-about-thumb img.img-2{margin-bottom:60px}}.it-about-thumb-inner{width:360px;height:500px;overflow:hidden;border-radius:12px}.it-about-thumb-inner img{margin-top:-100px;margin-left:-100px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.it-about-thumb-inner img{margin-left:0;margin-top:0}}.it-about-info-wrap{position:absolute;display:grid;top:15%;right:-40%;z-index:2}@media only screen and (min-width:768px)and (max-width:991px){.it-about-info-wrap{right:0}}@media(max-width:767px){.it-about-info-wrap{display:none}}.it-about-info-item{padding:28px 50px 28px 28px;margin:6px 0;border-radius:12px;display:inline-block;background:#cdfaa4;box-shadow:inset 0 20px 40px #ffffff73}.it-about-info-item i{font-weight:500;font-size:60px;line-height:.7;font-style:normal;margin-right:20px;color:var(--tp-common-black-10);font-family:var(--tp-ff-platform)}.it-about-info-item p{font-weight:500;font-size:17px;margin-bottom:0;line-height:1.35;color:var(--tp-common-black-10)}.it-about-shape-1{position:absolute;bottom:0;left:0}@media only screen and (min-width:1400px)and (max-width:1599px){.it-about-shape-1{bottom:-7%}}.it-about-shape-2{position:absolute;top:-5%;right:0;z-index:2}@media(max-width:767px){.it-about-shape-2{display:none}}@media(max-width:767px){.st-about-ptb{padding-top:100px;padding-bottom:100px}}.st-about-shape{position:absolute;bottom:20%;left:10%}@media(max-width:767px){.st-about-shape{display:none}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-about-wrap{padding-left:0;padding-bottom:40px}}.st-about-title{font-size:36px;font-weight:600;line-height:48px;letter-spacing:-.36px;color:var(--tp-common-brown);font-family:var(--tp-ff-poppins)}@media(max-width:767px){.st-about-title{font-size:30px}}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),(max-width:767px){.st-about-title br{display:none}}.st-about-card{padding:40px;width:375px;border-radius:15px;background-color:var(--tp-common-white)}@media(max-width:767px){.st-about-card{width:100%}}.st-about-card-tag span{color:#494949;font-size:17px;font-weight:400;border-radius:16px;padding:2px 11px;display:inline-block;letter-spacing:-.34px;text-transform:uppercase;border:1px solid rgba(69,48,48,.15)}.st-about-card-btn a{width:36px;height:36px;display:grid;border-radius:50%;place-content:center;color:var(--tp-common-white);background-color:var(--tp-common-brown)}.st-about-card-bottom span{font-size:18px;font-weight:600;line-height:24px;display:inline-block;letter-spacing:-.36px;text-transform:uppercase;color:var(--tp-common-brown);font-family:var(--tp-ff-poppins)}.st-about-card-thumb img{animation:roteted 6s linear infinite}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-about-box{padding-bottom:40px}}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-about-box .tp-about-funcact-wrap{margin-left:0}}@media only screen and (min-width:992px)and (max-width:1199px){.st-about-box .tp-about-funcact-wrap .tp-about-avater-info p br{display:none}}.st-about-box .tp-about-funcact-item span{font-weight:600;color:var(--tp-common-brown)}.st-about-box .tp-about-avater-info{border-color:#45303026}.st-about-thumb-box img{border-radius:15px}@media only screen and (min-width:992px)and (max-width:1199px){.pp-about-ptb{padding-top:120px;padding-bottom:120px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-about-ptb{padding-top:100px;padding-bottom:100px}}.pp-about-shape{position:absolute;right:0;bottom:30%}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-about-shape{bottom:0}}@media(max-width:767px){.pp-about-shape{display:none}}@media only screen and (min-width:576px)and (max-width:767px){.pp-about-shape{display:block}}.pp-about-left{padding-left:60px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-about-left{padding-left:0}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-about-left{padding-bottom:30px}}.pp-about-wrap{padding-left:115px;display:flex}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-about-wrap{padding-left:0}}@media(max-width:767px){.pp-about-heading{padding-bottom:35px}}.pp-about-bottom-btn{margin-right:45px}@media(max-width:767px){.pp-about-bottom-btn{margin-right:30px}}.pp-about-bottom-btn a span{height:66px;width:40px;display:grid;place-content:center;text-align:center;border-radius:30px;color:var(--tp-common-white);display:inline-block;border:1px solid rgba(222,213,191,.1)}.pp-about-bottom-btn a span svg{-webkit-animation:scroll_anim 3s infinite;animation:scroll_anim 3s infinite}.pp-about-content p{font-size:20px;font-weight:500;margin-bottom:40px;color:var(--tp-common-white)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.pp-about-content p{font-size:18px}}@media(max-width:767px){.pp-about-content p{font-size:16px}}@media(max-width:767px){.pp-about-content p br{display:none}}.pp-about-me-ptb{padding-top:210px}@media(max-width:767px){.pp-about-me-ptb{padding-top:170px}}.pp-about-me-shape .shape-left{position:absolute;bottom:-100%;left:15%}@media only screen and (min-width:1200px)and (max-width:1399px){.pp-about-me-shape .shape-left{left:7%}}@media only screen and (min-width:992px)and (max-width:1199px){.pp-about-me-shape .shape-left{left:2px;bottom:-72%}}@media only screen and (min-width:768px)and (max-width:991px){.pp-about-me-shape .shape-left{left:0;bottom:-52%}}@media(max-width:767px){.pp-about-me-shape .shape-left{display:none}}@media only screen and (min-width:992px)and (max-width:1199px){.pp-about-me-shape .shape-left img{max-width:85%}}@media only screen and (min-width:768px)and (max-width:991px){.pp-about-me-shape .shape-left img{max-width:75%}}.pp-about-me-shape .shape-right{position:absolute;bottom:-100%;right:9%}@media only screen and (min-width:1200px)and (max-width:1399px){.pp-about-me-shape .shape-right{right:0%}}@media only screen and (min-width:992px)and (max-width:1199px){.pp-about-me-shape .shape-right{right:-5%;bottom:-69%}}@media only screen and (min-width:768px)and (max-width:991px){.pp-about-me-shape .shape-right{right:-10%;bottom:-48%}}@media(max-width:767px){.pp-about-me-shape .shape-right{display:none}}@media only screen and (min-width:992px)and (max-width:1199px){.pp-about-me-shape .shape-right img{max-width:85%}}@media only screen and (min-width:768px)and (max-width:991px){.pp-about-me-shape .shape-right img{max-width:75%}}.pp-about-me-title{margin:0;line-height:.4;font-size:280px;font-weight:600;white-space:nowrap;letter-spacing:-14px;font-family:var(--tp-ff-teko);color:var(--tp-common-yellow-1)}@media only screen and (min-width:1701px)and (max-width:1800px),only screen and (min-width:1600px)and (max-width:1700px){.pp-about-me-title{font-size:220px}}@media only screen and (min-width:1400px)and (max-width:1599px){.pp-about-me-title{font-size:200px}}@media only screen and (min-width:1200px)and (max-width:1399px){.pp-about-me-title{font-size:180px;letter-spacing:-8px}}@media only screen and (min-width:992px)and (max-width:1199px){.pp-about-me-title{font-size:150px;letter-spacing:-6px}}@media only screen and (min-width:768px)and (max-width:991px){.pp-about-me-title{font-size:110px;letter-spacing:-4px}}@media(max-width:767px){.pp-about-me-title{font-size:100px;letter-spacing:0}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-about-me-hero-left{padding-top:50px;padding-bottom:70px}}@media(max-width:767px){.pp-about-me-hero-left{padding-top:30px;padding-bottom:20px}}.pp-about-me-hero-left a{display:inline-block;margin-bottom:20px}.pp-about-me-hero-left .pp-hero-text{margin-bottom:25px;display:inline-block;text-transform:inherit}.pp-about-me-hero-left p{margin:0;font-size:16px;font-weight:500;line-height:1;padding-left:25px;position:relative;color:var(--tp-common-white)}.pp-about-me-hero-left p:before{position:absolute;content:"";top:6px;left:0;width:8px;height:8px;border-radius:50%;background-color:var(--tp-common-yellow-1)}.pp-about-me-hero-left p:after{position:absolute;content:"";top:0;left:-6px;width:20px;height:20px;border-radius:50%;background-color:#fff6691a;animation:animate-pulse-2 3s linear infinite}.pp-about-me-thumb{margin-left:-185px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-about-me-thumb{margin-left:0}}.pp-about-me-thumb img{max-width:inherit}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-about-me-thumb img{max-width:100%}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-about-me-social{padding-top:0}}.pp-about-me-social .tp-footer-widget-social a{background-color:transparent;color:var(--tp-common-white);border:1px solid rgba(255,255,255,.1)}.pp-about-me-social .tp-footer-widget-social a:hover{color:#2f1f19;background-color:var(--tp-common-white)}.pp-about-me-skill.pp-skill-list-wrap{padding-left:20px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-about-me-skill.pp-skill-list-wrap{padding-left:0}}.pp-about-me-skill.pp-skill-list-wrap .pp-skill-list ul li{color:#ffffffb3}.pp-about-me-skill.pp-skill-list-wrap .pp-skill-list-title{color:var(--tp-common-white)}@media only screen and (min-width:992px)and (max-width:1199px){.pp-about-me-skill.pp-skill-list-wrap .pp-skill-list-title{font-size:35px}}.pp-about-me-tool-item{padding:10px;border-radius:260px;border:1px solid rgba(255,255,255,.08)}.pp-about-me-tool-item-icon{margin-right:14px}.pp-about-me-tool-item-icon span{width:100px;height:100px;display:grid;place-content:center;border-radius:60px;background:#1a1b1e;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.pp-about-me-tool-item-icon span img{mix-blend-mode:luminosity}.pp-about-me-tool-item-content span{display:inline-block;font-size:46px;font-weight:500;margin-bottom:10px;letter-spacing:-.46px;color:var(--tp-common-white);font-family:var(--tp-ff-teko)}.pp-about-me-tool-item-content p{font-size:14px;font-weight:500;line-height:1;margin:0;text-transform:uppercase;color:#fff6}@media(max-width:767px){.pp-about-me-experience-item{padding-bottom:55px}}.pp-about-me-experience-item p{font-size:14px;font-weight:500;line-height:1;margin:0;text-transform:uppercase;color:#fff6}.pp-about-me-experience-title{font-size:46px;font-weight:500;line-height:1;margin:19px 0 11px;letter-spacing:-.46px;color:var(--tp-common-white);font-family:var(--tp-ff-teko)}@media(max-width:767px){.pp-about-me-experience-title{font-size:40px}}.pp-about-me-recognitions .studio-award-item span{font-size:14px;font-weight:500;line-height:1;margin:0;text-transform:uppercase;font-family:var(--tp-ff-body);color:#fff6}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-about-me-service-ptb{padding-bottom:100px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-about-me-service-item{padding-bottom:50px}}@media(max-width:767px){.pp-about-me-service-heading{margin-bottom:30px}}.pp-about-me-service-subtitle{font-size:18px;font-weight:500;line-height:20px;margin-right:20px;display:inline-block;letter-spacing:-.36px;color:var(--tp-common-white)}.pp-about-me-service-title{font-size:80px;font-weight:400;line-height:1;letter-spacing:-.8px;color:var(--tp-common-white);font-family:var(--tp-ff-teko)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-about-me-service-title{font-size:65px;margin-bottom:15px}}.tp-about-5-title-box{display:inline-block}.tp-about-5-title-box p{text-align:left;max-width:245px;font-size:15px;font-weight:400;line-height:22px;color:var(--tp-cream-2);font-family:var(--tp-ff-poppins);position:absolute;bottom:15px;left:50px}@media only screen and (min-width:992px)and (max-width:1199px){.tp-about-5-title-box p{bottom:3px;left:0}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-about-5-title-box p{position:static;text-align:center;margin:30px auto 0}}.tp-about-5-subtitle{font-size:14px;font-weight:600;line-height:1.3;text-transform:uppercase;color:var(--tp-cream-2);font-family:var(--tp-ff-poppins);display:inline-block;position:absolute;top:50px;left:80px;z-index:5}@media only screen and (min-width:992px)and (max-width:1199px){.tp-about-5-subtitle{top:40px;left:0}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-about-5-subtitle{position:static;margin-bottom:20px}}@media(max-width:767px){.creative-about-2-style.creative-about-area{padding-top:60px;padding-bottom:60px}}.tp-banner-img{height:900px;overflow:hidden;border-top:16px solid var(--tp-common-red-3)}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-banner-img{height:700px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-banner-img{height:500px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-banner-img{height:340px}}@media(max-width:767px){.tp-banner-img{height:200px}}.tp-banner-img.pink-style{border-color:var(--tp-common-red)}.tp-banner-img img{margin-top:-370px}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-banner-img img{margin-top:-70px}}@media(max-width:767px){.tp-banner-img img{margin-top:-30px;height:400px;object-fit:cover}}.studio-hero-banner{height:900px;overflow:hidden}@media only screen and (min-width:1400px)and (max-width:1599px){.studio-hero-banner{height:700px}}@media only screen and (min-width:1200px)and (max-width:1399px){.studio-hero-banner{height:600px}}@media only screen and (min-width:992px)and (max-width:1199px){.studio-hero-banner{height:400px}}@media only screen and (min-width:768px)and (max-width:991px){.studio-hero-banner{height:320px}}@media(max-width:767px){.studio-hero-banner{height:150px}}.studio-hero-banner img{margin-top:-340px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.studio-hero-banner img{margin-top:-100px}}@media(max-width:767px){.studio-hero-banner img{margin-top:-30px}}@media(max-width:767px){.studio-hero-banner-text{flex-wrap:wrap}}.studio-hero-banner-text span{font-weight:500;font-size:14px;line-height:1;color:#f9f4e8;text-transform:uppercase;font-family:var(--tp-ff-clash-medium)}@media(max-width:767px){.studio-hero-banner-text span{margin-right:20px;margin-bottom:10px}}.studio-hero-banner.about-us-2{height:860px}@media(max-width:767px){.studio-hero-banner-area{padding-bottom:50px}}.ar-banner-wrap{height:820px;overflow:hidden}@media only screen and (min-width:1400px)and (max-width:1599px){.ar-banner-wrap{height:720px}}@media only screen and (min-width:1200px)and (max-width:1399px){.ar-banner-wrap{height:580px}}@media only screen and (min-width:992px)and (max-width:1199px){.ar-banner-wrap{height:470px}}@media only screen and (min-width:768px)and (max-width:991px){.ar-banner-wrap{height:370px}}@media(max-width:767px){.ar-banner-wrap{height:250px}}.ar-banner-wrap img{margin-top:-150px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.ar-banner-wrap img{margin-top:-50px}}@media(max-width:767px){.ar-banner-wrap img{margin-top:-20px}}.ar-banner-wrap.about-us-4{height:900px}@media only screen and (min-width:1400px)and (max-width:1599px){.ar-banner-wrap.about-us-4{height:720px}}@media only screen and (min-width:1200px)and (max-width:1399px){.ar-banner-wrap.about-us-4{height:580px}}@media only screen and (min-width:992px)and (max-width:1199px){.ar-banner-wrap.about-us-4{height:470px}}@media only screen and (min-width:768px)and (max-width:991px){.ar-banner-wrap.about-us-4{height:370px}}@media(max-width:767px){.ar-banner-wrap.about-us-4{height:130px}}.ar-banner-shape img{max-width:inherit}.crp-banner-wrap{margin-top:-115px;height:860px;overflow:hidden}@media only screen and (min-width:1600px)and (max-width:1700px),only screen and (min-width:1400px)and (max-width:1599px){.crp-banner-wrap{height:700px}}@media only screen and (min-width:1200px)and (max-width:1399px){.crp-banner-wrap{height:600px}}@media only screen and (min-width:992px)and (max-width:1199px){.crp-banner-wrap{height:500px}}@media only screen and (min-width:768px)and (max-width:991px){.crp-banner-wrap{margin-top:0;height:400px}}@media(max-width:767px){.crp-banner-wrap{margin-top:0;height:200px}}.crp-banner-wrap img{margin-top:-130px}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.crp-banner-wrap img{margin-top:-50px}}@media only screen and (min-width:768px)and (max-width:991px){.crp-banner-wrap img{margin-top:-20px}}@media(max-width:767px){.crp-banner-wrap img{margin-top:-10px}}.crp-banner-style .crp-banner-wrap{margin-top:0}.st-banner-wrap{height:640px;overflow:hidden}@media only screen and (min-width:1200px)and (max-width:1399px){.st-banner-wrap{height:580px}}@media only screen and (min-width:992px)and (max-width:1199px){.st-banner-wrap{height:470px}}@media only screen and (min-width:768px)and (max-width:991px){.st-banner-wrap{height:370px}}@media(max-width:767px){.st-banner-wrap{height:250px}}.st-banner-wrap .w-100{margin-top:-150px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.st-banner-wrap .w-100{margin-top:-50px}}@media(max-width:767px){.st-banner-wrap .w-100{margin-top:-20px}}.st-banner-text-shape{position:absolute;bottom:-1px;right:21.2%}@media(max-width:767px){.st-banner-text-shape{display:none}}.st-banner-text-shape .crp-text-shape-wrap{top:auto;right:25%;bottom:-75px}.st-banner-text-shape .crp-text-shape-wrap .crp-text-shape-2{top:7px;left:6px}.pp-banner-wrap{margin-top:0;height:930px;overflow:hidden}@media only screen and (min-width:1400px)and (max-width:1599px){.pp-banner-wrap{height:800px}}@media only screen and (min-width:1200px)and (max-width:1399px){.pp-banner-wrap{height:550px}}@media only screen and (min-width:992px)and (max-width:1199px){.pp-banner-wrap{height:500px}}@media only screen and (min-width:768px)and (max-width:991px){.pp-banner-wrap{height:380px}}@media(max-width:767px){.pp-banner-wrap{height:200px}}.pp-banner-wrap img{margin-top:-50px;opacity:.6}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.pp-banner-wrap img{margin-top:-10px}}@media(max-width:767px){.pp-banner-wrap img{margin-top:0}}.tp-text-slide-title{font-weight:500;font-size:20px;line-height:1;letter-spacing:-.02em;text-transform:uppercase;color:var(--tp-common-white)}.tp-text-slide-title:after{content:"";height:6px;width:6px;margin-left:30px;border-radius:50%;display:inline-block;transform:translateY(-4px);background-color:var(--tp-common-white)}.tp-text-slide-wrapper{padding:24px 0 20px}.tp-text-slide-wrapper .slide-transtion{-webkit-transition-timing-function:linear;transition-timing-function:linear}.tp-text-slide-wrapper.pink-bg{background-color:var(--tp-common-red)}.tp-text-slide-active .swiper-slide{width:auto}.tp-text-slide-active.about-us-2 .swiper-slide{margin-right:6px!important}.des-text-item span{position:relative;padding-right:80px;margin-right:40px;font-weight:600;font-size:300px;line-height:1;white-space:nowrap;text-transform:uppercase;color:var(--tp-common-cream);font-family:var(--tp-ff-mango)}@media only screen and (min-width:1200px)and (max-width:1399px){.des-text-item span{font-size:240px}}@media only screen and (min-width:992px)and (max-width:1199px){.des-text-item span{font-size:235px}}@media only screen and (min-width:768px)and (max-width:991px){.des-text-item span{font-size:200px}}@media(max-width:767px){.des-text-item span{font-size:100px}}.des-text-item span:after{position:absolute;content:"";top:75px;right:0;width:40px;height:40px;border-radius:50%;background-color:#fb4566}@media(max-width:767px){.des-text-item span:after{top:24px}}.des-text-item.gradient-bulet span:after{background:linear-gradient(180deg,#faac60,#e44c2a)}.des-text-item.yellow-bulet span:after{background:linear-gradient(180deg,#fcce03,#ef6002)}.des-text-item.paste-bulet span:after{background:linear-gradient(180deg,#25f4d6,#0fa959)}.des-text-item.pink-bulet span:after{background:linear-gradient(180deg,#ffcfcf,#fe5e5e)}.des-text-item.sm{margin-bottom:160px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.des-text-item.sm{margin-bottom:80px}}.des-text-item.sm span{font-weight:300;font-size:160px;line-height:1;transition:.3s;text-transform:capitalize;color:#f9f4e81a;font-family:var(--tp-ff-mango-light)}@media(max-width:767px){.des-text-item.sm span{font-size:115px}}.des-text-item.sm span:after{top:50px;opacity:.1;transition:.3s}@media(max-width:767px){.des-text-item.sm span:after{top:30px}}.des-text-moving-bottom{transform:translateY(-45px)}@media(max-width:767px){.des-text-moving-bottom{transform:translateY(0)}}.des-text-moving-top.active .des-text-item.sm span{color:var(--tp-common-cream)}.des-text-moving-top.active .des-text-item.sm span:after{opacity:1}.des-text-title{font-size:56px;font-weight:400;line-height:1;text-align:center;margin-bottom:10px;display:inline-block;padding:0 70px;color:var(--tp-common-cream);font-family:var(--tp-ff-mango);background-color:var(--tp-common-black-4)}@media(max-width:767px){.des-text-title{padding:0;font-size:50px}}.des-text-title.sm{font-weight:400;font-size:16px;line-height:1;letter-spacing:-.01em;font-family:var(--tp-ff-inter);color:#f9f4e8b3}.des-text-title-box{padding-bottom:145px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.des-text-title-box{padding-bottom:90px}}@media(max-width:767px){.des-text-title-box{padding-bottom:90px}}.des-text-title-box p{font-weight:400;font-size:18px;line-height:1.2;letter-spacing:-.01em;color:var(--tp-common-cream)}@media(max-width:767px){.des-text-title-box p{font-size:15px}}.des-text-title-wrap{position:relative}.des-text-title-wrap:after{position:absolute;top:42%;left:0;right:0;text-align:center;margin:0 auto;content:"";height:1px;width:calc(100% - 200px);z-index:-1;background-color:#f9f4e81a;transform:translateY(-50%)}.des-text-about-us-wrap{margin-bottom:45px}.des-text-about-us-wrap .des-text-title{margin-bottom:-5px;padding:0 24px}@media only screen and (min-width:1200px)and (max-width:1399px){.des-text-moving-area{padding-top:0;padding-bottom:80px}}@media only screen and (min-width:992px)and (max-width:1199px){.des-text-moving-area{padding-bottom:80px}}@media only screen and (min-width:768px)and (max-width:991px){.des-text-moving-area{padding-bottom:90px}}@media(max-width:767px){.des-text-moving-area{padding-bottom:120px}}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.des-text-moving-2-area{padding-top:0}}@media only screen and (min-width:1200px)and (max-width:1399px){.des-text-moving-2-area{padding-bottom:0}}@media only screen and (min-width:768px)and (max-width:991px){.des-text-moving-2-area{padding-top:0;padding-bottom:0}}@media(max-width:767px){.des-text-moving-2-area{padding-top:100px}}.creative-text-item{display:flex;align-items:center}.creative-text-item span{font-weight:400;font-size:200px;line-height:.8;color:#e0eeee;white-space:nowrap;letter-spacing:-.02em;font-family:var(--tp-ff-dirtyline)}@media(max-width:767px){.creative-text-item span{font-size:120px}}.creative-text-item span:after{content:"";height:8px;width:210px;margin:0 20px;display:inline-block;transform:translateY(-50px);background-color:#e0eeee}@media only screen and (min-width:1200px)and (max-width:1399px){.design-text-slider-area{margin-bottom:0}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.design-text-slider-area{padding-top:0;margin-bottom:0}}@media only screen and (min-width:992px)and (max-width:1199px){.design-text-slider-area .creative-text-item span{font-size:160px}}@media only screen and (min-width:768px)and (max-width:991px){.design-text-slider-area .creative-text-item span{font-size:160px}}.ai-text-slider span{font-weight:800;font-size:140px;line-height:.76;letter-spacing:-.04em;color:#ffffff05;-webkit-text-stroke:2px rgba(255,255,255,.197);text-shadow:inset 0 -6px 12px 0 rgba(255,255,255,.14)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ai-text-slider span{font-size:100px}}.ai-text-slider img{margin:0 40px;transform:translateY(8px)}.ai-text-slider-active{padding:50px 0}.ai-text-slider-active .slide-transtion{-webkit-transition-timing-function:linear;transition-timing-function:linear}.ai-text-slider-active .swiper-slide{width:auto}.crp-text-slider-style.ar-brand-style .tp-brand-title{font-weight:500;font-size:40px;line-height:1;color:#2a4c3a;letter-spacing:-.01em;text-transform:capitalize;font-family:var(--tp-ff-teko)}.crp-text-slider-style.ar-brand-style .tp-brand-title:after{background-color:#2a4c3a}.crp-text-slider-item span{font-weight:600;font-size:240px;line-height:.46;letter-spacing:-.02em;text-transform:uppercase;font-family:var(--tp-ff-teko);color:#fffde11a}.crp-text-slider-item.stroke-text span{color:transparent;-webkit-text-stroke:2px rgba(255,253,225,.1)}.crp-text-slider-active{padding-top:160px;padding-bottom:150px}@media only screen and (min-width:768px)and (max-width:991px){.crp-text-slider-active{padding-top:70px}}@media(max-width:767px){.crp-text-slider-active{padding-top:55px;padding-bottom:60px}}.crp-text-slider-active .swiper-slide{width:auto}.crp-text-slider-active .slide-transtion{-webkit-transition-timing-function:linear;transition-timing-function:linear}.crp-text-slider-active.app-text-slider-color{padding-top:90px}.crp-text-slider-active.app-text-slider-color .swiper-wrapper .crp-text-slider-item.stroke-text span{color:transparent;-webkit-text-stroke:2px rgba(25,25,25,.9)}.crp-text-slider-active.app-text-slider-color .swiper-wrapper .crp-text-slider-item span{font-size:160px;opacity:.1;color:#191919;letter-spacing:-3.2px;font-family:var(--tp-ff-clash-semibold)}.crp-text-shape-wrap{position:absolute;top:8%;right:18%;z-index:55}@media only screen and (min-width:768px)and (max-width:991px){.crp-text-shape-wrap{top:0}}.crp-text-shape-wrap.app{top:-16%}.crp-text-shape-2{position:absolute;top:16px;left:16px;animation:rotate2 15s linear infinite}.pp-text-slider-title{font-size:30px;font-weight:400;padding-right:35px;font-family:var(--tp-ff-teko);color:var(--tp-common-yellow-1)}.tp-text-slider-5-style .tp-text-slider-4-wrap{padding:25px 0;background-color:var(--tp-coffe-2)}.tp-text-slider-5-style .tp-text-slider-4-item span{color:var(--tp-cream-2);font-size:34px;text-transform:capitalize}.tp-text-slider-4-item span{font-size:40px;font-weight:500;text-transform:uppercase;color:var(--tp-common-black);font-family:var(--tp-ff-playfair);margin-right:30px;padding:5px 0}@media(max-width:767px){.tp-service-area{padding-top:80px}}@media(max-width:767px){.tp-service-thumb img{width:100%}}.tp-service-item{padding:40px;border-top:1px dashed #CACACA;background-color:var(--tp-common-white)}@media(max-width:767px){.tp-service-item{padding:40px 15px}}.tp-service-item:last-child{border-bottom:1px dashed #CACACA}.tp-service-title-box{padding:0 220px 35px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.tp-service-title-box{padding:0 40px 35px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-service-title-box{padding:0 40px 35px}}@media(max-width:767px){.tp-service-title-box{padding:0 15px 35px}}.tp-service-number{padding-left:180px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-service-number{padding:0}}.tp-service-number span{font-weight:500;font-size:20px;line-height:1;text-transform:uppercase;color:var(--tp-common-black)}.tp-service-category span{padding:9px 17px;font-weight:500;font-size:14px;line-height:1;transition:.3s;margin-right:5px;margin-bottom:8px;border-radius:20px;display:inline-block;text-transform:uppercase;color:var(--tp-common-black);border:1px solid rgba(19,22,13,.1)}.tp-service-category span:hover{border-color:#f6f6f9;background-color:#f6f6f9;color:var(--tp-common-black)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-service-category br{display:none}}@media(max-width:767px){.tp-service-category{margin-bottom:30px}.tp-service-category br{display:none}.tp-service-category span{font-size:12px}}.tp-service-content .tp-section-title{margin-bottom:60px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-service-content .tp-section-title{margin-bottom:30px;letter-spacing:0}}@media(max-width:767px){.tp-service-content .tp-section-title{margin-bottom:20px;letter-spacing:0}}.tp-service-content p{margin-bottom:50px;padding-right:100px}@media only screen and (min-width:1701px)and (max-width:1800px){.tp-service-content p br{display:none}}@media only screen and (min-width:1600px)and (max-width:1700px){.tp-service-content p{padding-right:0}}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.tp-service-content p{padding-right:0}.tp-service-content p br{display:none}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-service-content p{font-size:16px;padding-right:0;margin-bottom:20px}.tp-service-content p br{display:none}}.tp-service-content .tp-service-btn{margin-bottom:90px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-service-content .tp-service-btn{margin-bottom:50px}}@media(max-width:767px){.tp-service-content .tp-service-btn{margin-bottom:40px}}.dgm-service-content-left{transition:.3s}@media(max-width:767px){.dgm-service-content-left{flex-wrap:wrap}}.dgm-service-content-left span{font-weight:500;font-size:18px;line-height:1;min-width:100px;transition:.3s;color:var(--tp-common-white);font-family:var(--tp-ff-grotesk)}@media(max-width:767px){.dgm-service-content-left span{min-width:100%;margin-bottom:20px;display:inline-block}}.dgm-service-content-left.black-text span,.dgm-service-content-left.black-text .dgm-service-title-sm{color:#111013;transition:none}@media(max-width:767px){.dgm-service-content-right{flex-wrap:wrap}}.dgm-service-content-right p{font-weight:500;font-size:17px;line-height:1.53;margin-bottom:0;max-width:420px;letter-spacing:-.01em;color:#ffffffb3}@media(max-width:767px){.dgm-service-content-right p{margin-bottom:30px}.dgm-service-content-right p br{display:none}}.dgm-service-content-right.black-text p{color:#111013b3}.dgm-service-content-right.black-text .dgm-service-link{color:#111013;border-color:#11101333}.dgm-service-link{height:64px;width:64px;line-height:65px;border-radius:50%;text-align:center;display:inline-block;color:var(--tp-common-white);transition:.3s;border:1px solid rgba(255,255,255,.2)}.dgm-service-link span{width:20px;height:20px;left:2px;overflow:hidden;position:relative;display:inline-block}.dgm-service-link span svg{transform:translateY(-2px);position:absolute;bottom:-1px;left:1px;transition:all .2s ease-out}.dgm-service-link span svg:last-child{left:-12px;bottom:-12px;opacity:0;transform:translate(0)}.dgm-service-link:hover span svg:first-child{transform:translate(20px,-20px)}.dgm-service-link:hover span svg:last-child{opacity:1;visibility:visible;transform:translate(13px,-13px)}.dgm-service-title-sm{font-weight:700;font-size:30px;line-height:1.07;letter-spacing:-.02em;color:var(--tp-common-white);font-family:var(--tp-ff-grotesk)}@media only screen and (min-width:768px)and (max-width:991px){.dgm-service-title-sm br{display:none}}@media(max-width:767px){.dgm-service-title-sm{margin-bottom:15px}.dgm-service-title-sm br{display:none}}.dgm-service-item{padding:38px 0;overflow:hidden;border-top:1px solid rgba(255,255,255,.1)}@media only screen and (min-width:768px)and (max-width:991px){.dgm-service-item{padding:38px 30px}}@media(max-width:767px){.dgm-service-item{padding:38px 15px}}.dgm-service-item:hover .dgm-service-bg img{transform:scale(1.3);opacity:1;visibility:visible}.dgm-service-item:hover .dgm-service-content-left{transform:translate(30px)}@media(max-width:767px){.dgm-service-item:hover .dgm-service-content-left{transform:translate(0)}}.dgm-service-item:hover .dgm-service-link{transform:translate(-30px);color:var(--tp-common-black);background-color:var(--tp-common-green-regular)}@media(max-width:767px){.dgm-service-item:hover .dgm-service-link{transform:translate(0)}}.dgm-service-bg{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%}.dgm-service-bg img{width:100%;height:100%;transition:.4s;transform:scale(1);opacity:0;visibility:hidden}.dgm-service-wrap .row [class*=col-] .dgm-service-item:last-child{border-bottom:1px solid rgba(255,255,255,.1)}.dgm-service-wrap.dgm-service-white .dgm-service-item{border-color:#1110131a}.dgm-service-wrap.dgm-service-white .dgm-service-item:hover .dgm-service-content-left.black-text span,.dgm-service-wrap.dgm-service-white .dgm-service-item:hover .dgm-service-content-left.black-text .dgm-service-title-sm{color:var(--tp-common-white)}.dgm-service-wrap.dgm-service-white .dgm-service-item:hover .dgm-service-content-right p{color:#ffffffb3}.dgm-service-wrap.dgm-service-white .dgm-service-item:hover .dgm-service-content-right a{border-color:var(--tp-common-green-regular)}.dgm-service-radius{margin-bottom:-1px;border-radius:20px 20px 0 0}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.dgm-service-radius{padding-top:100px}}.dgm-service-title-box.service-4-heading .tp-section-subtitle{text-transform:capitalize}@media(max-width:767px){.creative-service-content{flex-wrap:wrap}}.creative-service-content>span{font-weight:500;font-size:16px;line-height:1;min-width:125px;display:inline-block;letter-spacing:-.04em;transform:translateY(18px);color:var(--tp-common-white)}@media only screen and (min-width:1200px)and (max-width:1399px){.creative-service-content>span{min-width:100px}}@media only screen and (min-width:768px)and (max-width:991px){.creative-service-content>span{min-width:50px}}@media(max-width:767px){.creative-service-content>span{min-width:auto;margin-bottom:30px}}.creative-service-title{font-weight:400;font-size:134px;line-height:1;margin-bottom:20px;letter-spacing:-.04em;color:var(--tp-common-white)}@media only screen and (min-width:1200px)and (max-width:1399px){.creative-service-title{font-size:105px}}@media only screen and (min-width:992px)and (max-width:1199px){.creative-service-title{font-size:110px}}@media only screen and (min-width:768px)and (max-width:991px){.creative-service-title{font-size:80px}}@media(max-width:767px){.creative-service-title{font-size:70px}}.creative-service-title a{background:linear-gradient(#d0ff71,#d0ff71) left no-repeat,#fff;background-size:0% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;transition:.5s ease-in-out;padding-right:15px}.creative-service-category span{font-weight:500;font-size:16px;line-height:1;letter-spacing:-.02em;color:var(--tp-common-white)}@media only screen and (min-width:1200px)and (max-width:1399px){.creative-service-category span{font-size:15px}}@media only screen and (min-width:768px)and (max-width:991px){.creative-service-category span{font-size:13px}}.creative-service-category span:not(:last-child){padding-right:13px;margin-right:13px;position:relative}.creative-service-category span:not(:last-child):before{position:absolute;top:5px;right:-3px;content:"";height:6px;width:6px;border-radius:50%;transform:translateY(3px);background-color:var(--tp-common-white)}.creative-service-link{margin-top:20px}.creative-service-link a{height:64px;width:64px;line-height:58px;text-align:center;border-radius:40px;transition:.3s;display:inline-block;color:var(--tp-common-white);border:1px solid rgba(255,255,255,.1)}.creative-service-item{margin-left:80px;border-top:1px solid rgba(255,255,255,.1);padding-top:28px;padding-bottom:80px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-service-item{margin-left:0}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-service-item{padding-bottom:40px}}@media(max-width:767px){.creative-service-item{flex-wrap:wrap}}.creative-service-item:hover .creative-service-link a{border-color:#d0ff71;background-color:#d0ff71;color:var(--tp-common-black)}.creative-service-item:hover .creative-service-title a{background-size:100% 100%}.creative-service-item.about-us-4{border-color:#f6f6f9}.creative-service-item.about-us-4:hover .creative-service-link a{background-color:#ff5722;color:var(--tp-common-white);border:1px solid rgb(255,87,34)}.creative-service-item.about-us-4:hover .creative-service-title a{background-size:100% 100%}.creative-service-item.about-us-4 .creative-service-title{font-size:120px;font-weight:600}@media only screen and (min-width:1200px)and (max-width:1399px){.creative-service-item.about-us-4 .creative-service-title{font-size:105px}}@media only screen and (min-width:992px)and (max-width:1199px){.creative-service-item.about-us-4 .creative-service-title{font-size:110px}}@media only screen and (min-width:768px)and (max-width:991px){.creative-service-item.about-us-4 .creative-service-title{font-size:80px}}@media(max-width:767px){.creative-service-item.about-us-4 .creative-service-title{font-size:70px}}.creative-service-item.about-us-4 .creative-service-title a{background:linear-gradient(#ff5722,#ff5722) left no-repeat,#111013;background-size:auto,auto;background-clip:border-box,border-box;background-size:0% 100%;background-clip:text;-webkit-background-clip:text}.creative-service-item.about-us-4 .creative-service-content>span{color:#111013}.creative-service-item.about-us-4 .creative-service-category span{color:#111013}.creative-service-item.about-us-4 .creative-service-category span:before{background-color:#111013}.creative-service-item.about-us-4 .creative-service-link a{color:#000;border:1px solid rgba(0,0,0,.1)}.creative-service-wrap .row [class*=col-] .creative-service-item:last-child{border-bottom:1px solid rgba(255,255,255,.1)}.creative-service-subtitle-box .tp-section-subtitle{color:#111013}.creative-service-subtitle-box .tp-section-subtitle.fs-17.pre-circle:before{background-color:#111013}.creative-service-title-box{padding-left:80px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-service-title-box{padding-left:0}}.creative-service-title-box .tp-section-title,.creative-service-top-content p{color:#111013}@media only screen and (min-width:992px)and (max-width:1199px){.design-service-area{padding-top:80px}}@media(max-width:767px){.design-service-big-text{margin-bottom:50px}}.design-service-big-text h4{font-weight:400;font-size:410px;line-height:.9;color:#e0eeee;margin-bottom:0;display:inline-block;letter-spacing:-.02em;font-family:var(--tp-ff-dirtyline)}@media only screen and (min-width:1701px)and (max-width:1800px){.design-service-big-text h4{font-size:380px}}@media only screen and (min-width:1600px)and (max-width:1700px){.design-service-big-text h4{font-size:360px}}@media only screen and (min-width:1400px)and (max-width:1599px){.design-service-big-text h4{font-size:320px}}@media only screen and (min-width:1200px)and (max-width:1399px){.design-service-big-text h4{font-size:275px}}@media only screen and (min-width:992px)and (max-width:1199px){.design-service-big-text h4{font-size:225px}}@media only screen and (min-width:768px)and (max-width:991px){.design-service-big-text h4{font-size:170px}}@media(max-width:767px){.design-service-big-text h4{font-size:80px}}.design-service-left span{font-weight:500;font-size:13px;line-height:1;color:#999da6;letter-spacing:-.02em;text-transform:uppercase}.design-service-left span:after{content:"";height:1px;width:76%;margin-left:20px;display:inline-block;background-color:#3c3e3f;transform:translateY(-3px)}@media only screen and (min-width:1200px)and (max-width:1399px){.design-service-left span:after{display:none}}.design-service-right{margin-top:8px}@media(max-width:767px){.studio-service-area{padding-bottom:80px}}@media(max-width:767px){.studio-service-title-box{margin-bottom:40px}}.studio-service-wrap{margin-left:310px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.studio-service-wrap{margin-left:0}}.studio-service-item-wrap{margin-left:200px;border-bottom:1px solid rgba(249,244,232,.1)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.studio-service-item-wrap{margin-left:0}}.studio-service-item-wrap .tp-award-item:after{background-color:var(--tp-common-red)}.studio-service-item-wrap .tp-award-text{font-size:36px;color:var(--tp-common-cream);font-family:var(--tp-ff-clash-medium)}@media only screen and (min-width:768px)and (max-width:991px){.studio-service-item-wrap .tp-award-text{font-size:25px}}@media(max-width:767px){.studio-service-item-wrap .tp-award-text{font-size:20px;letter-spacing:0}}.studio-service-item-wrap .tp-award-year{min-width:70px;color:#f9f4e899}@media(max-width:767px){.studio-service-item-wrap .tp-award-year{min-width:30px}}.studio-service-item-wrap .tp-award-item:hover .tp-award-year,.studio-service-item-wrap .tp-award-item:hover .tp-award-text,.studio-service-item-wrap .tp-award-item:hover .tp-award-position,.studio-service-item-wrap .tp-award-item:hover .tp-award-icon{color:var(--tp-common-white)}.studio-service-item-wrap .tp-award-box-left,.studio-service-item-wrap .tp-award-box-right{transition:.3s}.studio-service-item-wrap .tp-award-item{padding:31px 13px;background-color:transparent;border-top:1px solid rgba(249,244,232,.1)}@media(max-width:767px){.studio-service-item-wrap .tp-award-item{padding:20px 13px}}.studio-service-item-wrap .tp-award-item:hover .tp-award-box-left{transform:translate(40px)}@media(max-width:767px){.studio-service-item-wrap .tp-award-item:hover .tp-award-box-left{transform:translate(0)}}.studio-service-item-wrap .tp-award-item:hover .tp-award-box-right{transform:translate(-40px)}@media(max-width:767px){.studio-service-item-wrap .tp-award-item:hover .tp-award-box-right{transform:translate(0)}}.studio-service-item-wrap.black-style .tp-award-item{border-color:#0000001a}.studio-service-item-wrap.black-style .tp-award-year,.studio-service-item-wrap.black-style .tp-award-text,.studio-service-item-wrap.black-style .tp-award-icon{color:var(--tp-common-black)}@media only screen and (min-width:1200px)and (max-width:1399px){.ai-service-area{padding-top:80px}}@media only screen and (min-width:992px)and (max-width:1199px){.ai-service-area{padding-top:80px;padding-bottom:100px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ai-service-area{padding-top:70px;padding-bottom:80px}}.ai-service-item{position:relative;padding:50px 70px;border-radius:20px;background-color:#08041d}@media only screen and (min-width:992px)and (max-width:1199px){.ai-service-item{padding:50px 40px}}@media only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:768px)and (max-width:991px){.ai-service-item{padding:50px}}.ai-service-item:hover:after{opacity:0;visibility:hidden}.ai-service-item:hover:before{opacity:1;visibility:visible}.ai-service-item:after{position:absolute;content:"";left:0;top:0;z-index:-1;margin:-2px;height:100%;border-radius:20px;width:calc(100% + 4px);transition:all .3s ease-out 0s;background:linear-gradient(90deg,#08041d,#fff3);background:-moz-linear-gradient(90deg,#08041D 0%,rgba(255,255,255,.2) 100%);background:-webkit-linear-gradient(90deg,#08041D 0%,rgba(255,255,255,.2) 100%);background:-ms-linear-gradient(90deg,#08041D 0%,rgba(255,255,255,.2) 100%)}.ai-service-item:before{position:absolute;content:"";left:0;top:0;z-index:-1;margin:-2px;border-radius:20px;height:calc(100% + 4px);width:calc(100% + 4px);opacity:0;visibility:hidden;transition:all .3s ease-out 0s;background:linear-gradient(304deg,#ff994b 23.79%,#d34be9 47%,#3188ff 85.86%);background:-moz-linear-gradient(304deg,#FF994B 23.79%,#D34BE9 47%,#3188FF 85.86%);background:-webkit-linear-gradient(304deg,#FF994B 23.79%,#D34BE9 47%,#3188FF 85.86%);background:-ms-linear-gradient(304deg,#FF994B 23.79%,#D34BE9 47%,#3188FF 85.86%)}.ai-service-top-text{padding-left:160px}@media only screen and (min-width:992px)and (max-width:1199px){.ai-service-top-text{padding-left:75px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ai-service-top-text{padding-left:0}}.ai-service-top-text p{font-size:16px;font-weight:500;line-height:26px;margin-bottom:0;padding-bottom:30px;color:#fff9}.ai-service-title-sm{font-weight:700;font-size:20px;line-height:1.5;letter-spacing:-.02em;color:var(--tp-common-white)}@media(max-width:767px){.ai-service-title-wrap{margin-bottom:0}}.ai-service-content p{font-weight:400;font-size:16px;line-height:1.47;margin-bottom:25px;color:#fff9}.ai-service-link a{height:48px;width:48px;transition:.4s;line-height:45px;border-radius:50%;text-align:center;display:inline-block;color:var(--tp-common-white);border:1px solid rgba(255,255,255,.1)}.ai-service-link a:hover{color:var(--tp-common-black);border-color:var(--tp-common-white);background-color:var(--tp-common-white)}.ai-service-icon{margin-bottom:30px}.ai-service-icon span{display:inline-block;min-height:60px}.ai-service-shape{position:absolute;top:-26%;right:-2%;z-index:-1}.ar-service-mr{margin-right:210px}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ar-service-mr{margin-right:0}}.ar-service-height{height:800px;display:flex}@media(max-width:767px){.ar-service-height{height:600px}}.ar-service-bg{position:absolute;top:0;left:0;height:100%;width:100%;z-index:-2;opacity:0;visibility:hidden;transition:.4s linear;transform:scale(1);background-size:cover;background-repeat:no-repeat}.ar-service-bg:after{position:absolute;content:"";top:0;left:0;height:100%;width:100%;background-color:#1414144d}.ar-service-title{font-size:18px;line-height:1.2;text-transform:uppercase;letter-spacing:1px;color:var(--tp-common-white);font-family:var(--tp-ff-clash-medium);writing-mode:vertical-rl;transform:rotate(180deg);margin-bottom:50px;margin-right:50px}.ar-service-title:before{content:"";height:0px;width:2px;margin-bottom:5px;transition:all .4s;display:inline-block;transform:translateY(-4px);background-color:var(--tp-common-white)}.ar-service-item{height:100%;width:25%;cursor:pointer}.ar-service-item:not(:last-child){border-right:1px solid rgba(255,255,255,.2)}.ar-service-item.active .ar-service-bg{opacity:1;visibility:visible;transform:scale(1.03)}.ar-service-item:hover .ar-service-title:before{height:30px}.ar-service-title-box{position:absolute;top:0;left:0;margin:150px 100px 100px}@media only screen and (min-width:992px)and (max-width:1199px){.ar-service-title-box{margin:60px}}@media(max-width:767px){.ar-service-title-box{margin:40px}}.crp-service-icon{flex:0 0 auto;margin-right:30px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.crp-service-icon{margin-right:0;margin-bottom:20px}}.crp-service-icon span{height:60px;width:60px;line-height:58px;text-align:center;border-radius:50%;display:inline-block;background-color:var(--tp-common-yellow-green)}.crp-service-title-sm{font-weight:600;font-size:34px;line-height:1.1;letter-spacing:.5px;margin-bottom:10px;font-family:var(--tp-ff-teko);color:var(--tp-common-cream-3)}@media only screen and (min-width:768px)and (max-width:991px){.crp-service-title-sm{font-size:30px}}@media(max-width:767px){.crp-service-title-box{margin-bottom:30px}}.crp-service-content p{font-weight:500;font-size:16px;line-height:1.6;margin-bottom:30px;color:#ffffe6b3}.crp-service-link{font-weight:600;font-size:15px;line-height:1;text-transform:uppercase;color:var(--tp-common-cream-3)}.crp-service-link span{position:relative;z-index:1;overflow:hidden;display:inline-block}.crp-service-link span span.text-1{position:relative;display:block;transition:.3s}.crp-service-link span span.text-2{position:absolute;bottom:100%;display:block;transition:.3s}.crp-service-link i{position:relative;overflow:hidden;width:14px;height:14px;color:#e9ff48;margin-left:11px;display:inline-flex}.crp-service-link i svg{transform:translateY(-2px);position:absolute;bottom:-1px;left:1px;transition:all .2s ease-out}.crp-service-link i svg:last-child{left:-12px;bottom:-12px;transform:translate(0);opacity:0}.crp-service-link:hover{color:var(--tp-common-cream-3)}.crp-service-link:hover span span.text-1{-webkit-transform:translateY(150%);transform:translateY(150%)}.crp-service-link:hover span span.text-2{bottom:50%;-webkit-transform:translateY(50%);transform:translateY(50%)}.crp-service-link:hover i svg:first-child{transform:translate(16px,-16px)}.crp-service-link:hover i svg:last-child{opacity:1;visibility:visible;transform:translate(13px,-13px)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.crp-service-item{flex-wrap:wrap;margin-top:0}}@media only screen and (min-width:768px)and (max-width:991px){.crp-service-area{padding-bottom:40px}}@media(max-width:767px){.crp-service-area{padding-top:0;padding-bottom:0}}.crp-service-area .row [class*=col-]:nth-child(2n+2) .crp-service-item{margin-left:115px;margin-right:80px}@media only screen and (min-width:1200px)and (max-width:1399px){.crp-service-area .row [class*=col-]:nth-child(2n+2) .crp-service-item{margin-left:110px;margin-right:0}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.crp-service-area .row [class*=col-]:nth-child(2n+2) .crp-service-item{margin-left:0;margin-right:0}}.crp-service-area .row [class*=col-]:nth-child(odd) .crp-service-item{margin-right:180px}@media only screen and (min-width:1200px)and (max-width:1399px){.crp-service-area .row [class*=col-]:nth-child(odd) .crp-service-item{margin-right:140px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.crp-service-area .row [class*=col-]:nth-child(odd) .crp-service-item{margin-right:0}}.crp-service-shape-1{position:absolute;left:0;bottom:18%;z-index:-1}.crp-service-shape-2{position:absolute;right:16%;top:0;z-index:-1}.crp-service-shape-3{position:absolute;bottom:0;right:0;z-index:-1}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-service-ptb{padding-top:100px;padding-bottom:100px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-service-heading{margin-bottom:30px}}.st-service-heading .tp-section-subtitle,.st-service-heading .tp-section-title-playfair{color:var(--tp-common-white)}.st-service-heading .tp-section-title-playfair span{color:#fff9}.st-service-heading p{letter-spacing:0;color:#ffffffa6}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-service-heading p br{display:none}}.st-service-item{padding:40px 0;border-top:1px solid rgba(255,255,255,.25)}.st-service-item:last-child{border-bottom:1px solid rgba(255,255,255,.25)}.st-service-item:hover .row [class*=col-] .st-service-item-wrap{transform:translate(0)}.st-service-item-wrap{transition:.9s;transform:translate(-340px)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-service-item-wrap{transform:translate(0)}}@media(max-width:767px){.st-service-item-wrap{flex-wrap:wrap}}.st-service-item-thumb{flex:0 0 auto;margin-right:50px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-service-item-thumb{margin-right:35px}}@media(max-width:767px){.st-service-item-thumb{width:100%}}.st-service-item-thumb img{border-radius:10px}@media(max-width:767px){.st-service-item-thumb img{width:100%}}@media(max-width:767px){.st-service-item-text{padding-top:30px}}.st-service-item-title{margin:0;line-height:1;font-size:50px;font-weight:600;letter-spacing:-1px;color:var(--tp-common-white);font-family:var(--tp-ff-poppins)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.st-service-item-title{font-size:44px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-service-item-title{font-size:40px}}.st-service-item-tags{flex:none;justify-content:flex-start;align-items:flex-start;display:flex;animation:marquee-horizontal 30s linear infinite}.st-service-item-tags span{font-size:14px;font-weight:500;margin-right:6px;padding:1px 15px;border-radius:20px;white-space:nowrap;display:inline-block;text-transform:uppercase;color:var(--tp-common-white);background:#ffffff0f;border:1px solid rgba(255,255,255,.2)}.st-service-item-slider{position:relative}.st-service-item-slider:after{position:absolute;top:0;right:0;content:"";height:100%;width:160px;display:inline-block;background:linear-gradient(-90deg,#151515,#15151500)}.st-service-item-slider:before{position:absolute;top:0;left:0;content:"";height:100%;width:160px;z-index:1;display:inline-block;background:linear-gradient(90deg,#151515,#15151500)}.st-service-item-wrapper{height:100%;text-align:end;display:flex;flex-direction:column;justify-content:space-between}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-service-item-btn{margin-bottom:30px}}.st-service-item-btn a{display:inline-block}.st-service-item-btn a span{height:60px;width:60px;display:grid;border-radius:30px;place-content:center;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;color:var(--tp-common-white);border:1px solid rgba(255,255,255,.2)}.st-service-item-btn a:hover span{color:var(--tp-common-black);background-color:var(--tp-common-white)}.cr-service-ptb{border-bottom:1px solid rgba(255,255,255,.07)}@media(max-width:767px){.cr-service-ptb{padding-bottom:80px}}.cr-service-item{padding:40px 0 40px 30px;position:relative;border-left:1px dashed rgba(255,255,255,.08)}@media(max-width:767px){.cr-service-item{padding:30px 0 30px 30px}}.cr-service-item:before{position:absolute;top:45%;left:-1px;content:"";width:1px;height:30px;display:inline-block;background:linear-gradient(172deg,#926aff 6.29%,#ff77b0 50.56%,#feb267 92.25%)}.cr-service-item-icon{margin-bottom:30px}.cr-service-item-icon span{width:56px;height:56px;display:grid;border-radius:12px;place-content:center;text-align:center;display:inline-block;border:1px solid rgba(255,255,255,.1)}.cr-service-item-content p{font-size:16px;font-weight:500;line-height:26px;color:#ffffff80}@media only screen and (min-width:992px)and (max-width:1199px){.cr-service-item-content p br{display:none}}.cr-service-item-title{font-size:20px;line-height:1;font-weight:700;margin-bottom:16px;color:var(--tp-common-white);font-family:var(--tp-ff-onest)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-service-ptb{padding-bottom:100px}}.pp-service-shape{position:absolute;top:-15%;left:0;z-index:2}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-service-shape{display:none}}.pp-service-shape.service-details-shape{top:auto;bottom:10%}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-service-shape.service-details-shape{display:none}}.pp-service-heading{margin-bottom:50px}.pp-service-heading span{font-size:18px;font-weight:600;display:inline-block;color:var(--tp-common-white)}.pp-service-wrapper .active-bg{inset:0;z-index:-1;position:absolute;-webkit-transition:.7s;-moz-transition:.7s;-ms-transition:.7s;-o-transition:.7s;transition:.7s;background:var(--tp-common-yellow-1)}.pp-service-item{display:block;padding:30px 0 0 242px;border-bottom:1px solid rgba(255,255,255,.1)}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px){.pp-service-item{padding:30px 0 0 160px}}@media only screen and (min-width:992px)and (max-width:1199px){.pp-service-item{padding:30px 0 0 95px}}@media only screen and (min-width:768px)and (max-width:991px){.pp-service-item{padding:30px 0 0 70px}}@media(max-width:767px){.pp-service-item{padding:25px 0 15px 30px}}@media only screen and (min-width:576px)and (max-width:767px){.pp-service-item{padding:25px 0 15px 50px}}.pp-service-item:before{position:absolute;top:0;left:0;height:100%;width:100%;content:"";background:var(--tp-common-yellow-1);-webkit-clip-path:inset(50% 0 50% 0);clip-path:inset(50% 0 50% 0);-webkit-transition:-webkit-clip-path .4s cubic-bezier(.165,.84,.44,1);transition:-webkit-clip-path .4s cubic-bezier(.165,.84,.44,1);transition:clip-path .4s cubic-bezier(.165,.84,.44,1);transition:clip-path .4s cubic-bezier(.165,.84,.44,1),-webkit-clip-path .4s cubic-bezier(.165,.84,.44,1);z-index:2}.pp-service-item:first-child{border-top:1px solid rgba(255,255,255,.1)}.pp-service-item:hover:before{-webkit-clip-path:inset(0);clip-path:inset(0);-webkit-transition:-webkit-clip-path .6s cubic-bezier(.165,.84,.44,1);transition:-webkit-clip-path .6s cubic-bezier(.165,.84,.44,1);transition:clip-path .6s cubic-bezier(.165,.84,.44,1);transition:clip-path .6s cubic-bezier(.165,.84,.44,1),-webkit-clip-path .6s cubic-bezier(.165,.84,.44,1)}.pp-service-item:hover .pp-service-item-title{color:#120f10}.pp-service-item-title{position:relative;z-index:2;font-size:180px;font-weight:600;line-height:.7;letter-spacing:-5.4px;display:inline-block;vertical-align:middle;text-transform:uppercase;color:var(--tp-common-white);font-family:var(--tp-ff-teko);-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition:.5s}@media only screen and (min-width:1200px)and (max-width:1399px){.pp-service-item-title{font-size:150px}}@media only screen and (min-width:992px)and (max-width:1199px){.pp-service-item-title{font-size:120px}}@media only screen and (min-width:768px)and (max-width:991px){.pp-service-item-title{font-size:85px;line-height:1;letter-spacing:-1.4px}}@media(max-width:767px){.pp-service-item-title{font-size:45px;letter-spacing:0;line-height:1}}.pp-service-2.ar-hero-area{padding-top:205px}@media only screen and (min-width:1200px)and (max-width:1399px){.pp-service-2.ar-hero-area{padding-top:200px}}@media only screen and (min-width:992px)and (max-width:1199px){.pp-service-2.ar-hero-area{padding-top:180px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-service-2.ar-hero-area{padding-top:150px;padding-bottom:50px}}.pp-service-2 .tp-career-shape-1{top:50%;right:23%}.pp-service-2-title-box .ar-about-us-4-title{font-size:200px;font-weight:700;letter-spacing:-6px}@media only screen and (min-width:1400px)and (max-width:1599px){.pp-service-2-title-box .ar-about-us-4-title{font-size:160px}}@media only screen and (min-width:1200px)and (max-width:1399px){.pp-service-2-title-box .ar-about-us-4-title{font-size:130px;margin-bottom:30px}}@media only screen and (min-width:992px)and (max-width:1199px){.pp-service-2-title-box .ar-about-us-4-title{font-size:115px;margin-bottom:0}}@media only screen and (min-width:768px)and (max-width:991px){.pp-service-2-title-box .ar-about-us-4-title{font-size:100px;letter-spacing:0;margin-bottom:0}}@media(max-width:767px){.pp-service-2-title-box .ar-about-us-4-title{font-size:50px;letter-spacing:0;margin-bottom:0}}@media only screen and (min-width:576px)and (max-width:767px){.pp-service-2-title-box .ar-about-us-4-title{font-size:70px}}.pp-service-2-hight{height:950px}@media only screen and (min-width:1400px)and (max-width:1599px){.pp-service-2-hight{height:720px}}@media only screen and (min-width:1200px)and (max-width:1399px){.pp-service-2-hight{height:580px}}@media only screen and (min-width:992px)and (max-width:1199px){.pp-service-2-hight{height:470px}}@media only screen and (min-width:768px)and (max-width:991px){.pp-service-2-hight{height:370px}}@media(max-width:767px){.pp-service-2-hight{height:250px}}.pp-service-2-banner-top{padding-bottom:20px}.pp-service-2-banner-text p,.pp-service-2-banner-text a{font-size:16px;font-weight:500;color:#111013;text-transform:uppercase}.pp-service-2-banner-text p span,.pp-service-2-banner-text a span{display:inline-block;margin-left:3px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.inner-service-1-left{margin-bottom:50px}}.inner-service-1-left>span{font-weight:500;font-size:14px;line-height:1;color:#f9f4e8;margin-bottom:25px;display:inline-block;letter-spacing:.02em;text-transform:uppercase;font-family:var(--tp-ff-clash-semibold)}.inner-service-1-left ul li{list-style-type:none}.inner-service-1-left ul li:not(:last-child){margin-bottom:12px}.inner-service-1-left ul li span{font-weight:600;font-size:20px;line-height:1;color:#ff535b;letter-spacing:.02em;text-transform:uppercase;font-family:var(--tp-ff-clash-semibold)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.inner-service-1-number{padding-bottom:30px}}.inner-service-1-number h1{font-size:400px;font-weight:600;line-height:.7;color:#ff535b;margin-bottom:0;margin-top:7px;letter-spacing:.02em;text-transform:uppercase;font-family:var(--tp-ff-clash-semibold)}@media only screen and (min-width:1200px)and (max-width:1399px){.inner-service-1-number h1{font-size:300px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.inner-service-1-number h1{font-size:200px}}@media(max-width:767px){.inner-service-1-number h1{margin-top:0;font-size:100px}}@media only screen and (min-width:576px)and (max-width:767px){.inner-service-1-number h1{font-size:130px}}.inner-service-1-text{margin-bottom:100px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.inner-service-1-text{margin-bottom:45px}}.inner-service-1-text span{font-weight:500;font-size:14px;line-height:1;margin-bottom:20px;display:inline-block;letter-spacing:.02em;text-transform:uppercase;color:#f9f4e899}.inner-service-1-text p{font-weight:400;font-size:30px;color:#f9f4e8;line-height:1.33;margin-bottom:40px;padding-right:100px;letter-spacing:-.01em}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.inner-service-1-text p{padding-right:0}}@media only screen and (min-width:576px)and (max-width:767px){.inner-service-1-text p{font-size:24px}}@media(max-width:767px){.inner-service-1-text p{font-size:20px}}.inner-service-1-right{padding-left:100px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.inner-service-1-right{padding-left:0}}.inner-service-1-category{margin-bottom:100px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.inner-service-1-category{margin-bottom:50px}}.inner-service-1-category-item{padding:17px 0;border-bottom:1px solid rgba(255,255,255,.06)}.inner-service-1-category-item:hover span{transform:translate(20px)}.inner-service-1-category-item:hover i{transform:translate(-20px)}.inner-service-1-category-item:first-child{border-top:1px solid rgba(255,255,255,.06)}.inner-service-1-category-item span{font-weight:500;font-size:18px;line-height:1;color:#f9f4e8;transition:.3s ease-in-out}.inner-service-1-category-item span:before{content:"";height:6px;width:6px;margin-right:12px;border-radius:50%;display:inline-block;background-color:#ff535b}.inner-service-1-category-item i{transition:.3s ease-in-out;color:var(--tp-common-white)}.inner-service-1-thumb{position:relative;border-radius:10px;overflow:hidden}.inner-service-1-thumb .tp--hover-img{overflow:hidden}.inner-service-1-thumb .tp--hover-img canvas{top:0;left:0;width:100%;height:100%;position:absolute}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.inner-service-1-thumb{margin-bottom:30px}}.inner-service-1-thumb img{border-radius:10px}.inner-service-1-thumb-text span{display:inline-block;font-weight:600;font-size:12px;line-height:1;margin-bottom:15px;letter-spacing:.02em;text-transform:uppercase;color:#ffffff80}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-inner-service-area{padding-top:20px;padding-bottom:0}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-inner-service-item{margin-bottom:50px}}.tp-service-4-area .tp-career-shape-1{top:55%;right:auto;left:44%;transform:scaleX(-1) rotate(50deg)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-service-4-area .ar-about-us-4-hero-ptb{padding-top:160px}}.tp-service-4-bg-shape{position:absolute;top:-450px;left:0}.tp-service-4-border{margin-bottom:25px;border-bottom:1px solid #EEE}.tp-service-4-title{font-size:70px;font-weight:700;line-height:1;color:#030303;font-family:var(--tp-ff-grotesk)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-service-4-title{font-size:56px}}@media(max-width:767px){.tp-service-4-title{font-size:43px}}@media only screen and (min-width:576px)and (max-width:767px){.tp-service-4-title{font-size:50px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-service-4-title{margin-bottom:30px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-service-4-title br{display:none}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-service-4-text{padding-top:0}}.tp-service-4-text p{font-size:20px;font-weight:500;line-height:28px;color:#525252;font-family:var(--tp-ff-grotesk)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-service-4-text p{font-size:18px}}@media(max-width:767px){.tp-service-4-text p{font-size:17px}}@media only screen and (min-width:576px)and (max-width:767px){.tp-service-4-text p{font-size:18px}}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-service-4-text p br{display:none}}.tp-service-4-banner-breadcrumb span{position:relative;font-size:18px;font-weight:500;line-height:26px;display:inline-block;color:var(--tp-common-black);font-family:var(--tp-ff-grotesk)}.tp-service-4-banner-breadcrumb span:not(:last-of-type){margin-right:25px}.tp-service-4-banner-breadcrumb span:not(:last-of-type):after{position:absolute;content:"";height:8px;width:8px;top:10px;right:-18px;border-radius:50%;background-color:#525252}.tp-service-4-banner-breadcrumb span a{color:#525252}@media only screen and (min-width:992px)and (max-width:1199px){.tp-service-4-solution-area{padding-top:120px;padding-bottom:120px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-service-4-solution-area{padding-top:100px;padding-bottom:100px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-service-4-solution-subtitle{padding-bottom:10px}}.tp-service-4-solution-subtitle p{position:relative;font-size:16px;font-weight:500;border-radius:100px;display:inline-block;border:1px solid #EEE;padding:6px 16px 6px 27px;color:var(--tp-common-black)}.tp-service-4-solution-subtitle p:before{position:absolute;content:"";height:10px;width:10px;top:12px;left:10px;border-radius:50%;background-color:var(--tp-common-black)}@media only screen and (min-width:992px)and (max-width:1199px){.tp-service-4-solution-heading{padding-bottom:60px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-service-4-solution-heading{padding-bottom:40px}}.tp-service-4-solution-title{font-size:50px;font-weight:700;line-height:1;color:#030303;letter-spacing:-1px;font-family:var(--tp-ff-grotesk)}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-service-4-solution-title{font-size:45px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-service-4-solution-title{font-size:40px}}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-service-4-solution-title br{display:none}}.tp-service-4-solution-item{padding:40px 35px 35px;border:1px solid rgba(3,3,3,.1)}.tp-service-4-solution-item:hover .tp-service-4-solution-item-icon span{animation-name:tpshake;animation-timing-function:ease-in-out;animation-duration:.4s;animation-iteration-count:1}.tp-service-4-solution-item-icon{padding-bottom:165px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-service-4-solution-item-icon{padding-bottom:100px}}.tp-service-4-solution-item-icon span{display:inline-block;transition:all .4s ease}.tp-service-4-solution-item-title{font-size:34px;font-weight:700;color:#030303;margin-bottom:16px;letter-spacing:-.34px;font-family:var(--tp-ff-grotesk)}@media(max-width:767px){.tp-service-4-solution-item-title{font-size:30px}}.tp-service-4-solution-item-content{margin-bottom:22px;padding-bottom:26px;border-bottom:1px solid rgba(3,3,3,.1)}.tp-service-4-solution-item-content p{font-size:17px;font-weight:400;letter-spacing:-.17px;color:#111013b3}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-service-4-solution-item-content p br{display:none}}.tp-service-4-solution-item-btn a{font-size:15px;font-weight:700;color:#030303;text-transform:uppercase}.tp-service-4-solution-item-btn a span{margin-left:4px;display:inline-block}.tp-service-4-solution-item.service-details{border-color:#ffffff1a}.tp-service-4-solution-item.service-details .tp-service-4-solution-item-icon{padding-bottom:60px}.tp-service-4-solution-item.service-details .tp-service-4-solution-item-title{font-size:40px;font-weight:500;line-height:1;margin-bottom:40px;padding-bottom:36px;color:var(--tp-common-white);font-family:var(--tp-ff-teko);border-bottom:1px solid rgba(255,255,255,.1)}@media only screen and (min-width:992px)and (max-width:1199px),(max-width:767px){.tp-service-4-solution-item.service-details .tp-service-4-solution-item-title{font-size:32px}}.tp-service-4-solution-item.service-details .tp-service-4-solution-item-title a{display:inline;transition:all .3s linear;background-repeat:no-repeat;background-size:0% 1px,0 1px;background-position:100% 100%,0px 82%;background-image:linear-gradient(currentcolor,currentcolor),linear-gradient(currentcolor,currentcolor)}.tp-service-4-solution-item.service-details .tp-service-4-solution-item-title a:hover{background-size:0% 1px,100% 1px}.tp-service-4-solution-item.service-details .tp-service-4-solution-item-content{border:none;margin-bottom:0;padding-bottom:0}.tp-service-4-solution-item.service-details .tp-service-4-solution-item-content p{color:var(--tp-common-white)}.tp-service-4-solution-item.service-details .tp-service-4-solution-item-content ul li{font-size:16px;font-weight:400;list-style:none;margin-bottom:6px;color:var(--tp-common-white)}@media only screen and (min-width:992px)and (max-width:1199px),(max-width:767px){.tp-service-4-solution-item.service-details .tp-service-4-solution-item-content ul li{font-size:14px}}.tp-service-4-dot .swiper-pagination-bullet{width:12px;height:12px;opacity:1;transition:.3s;border-radius:50%;display:inline-block;background:transparent;border:1px solid #999}.tp-service-4-dot .swiper-pagination-bullet.swiper-pagination-bullet-active{border-color:var(--tp-common-green-regular);background-color:var(--tp-common-green-regular)}.tp-service-4-padding-area{margin:0 20px;border-radius:24px}@media(max-width:767px){.tp-service-4-padding-area{margin:0}}.tp-service-4-padding-area .dgm-footer-bg{overflow:hidden;border-radius:24px}@media(max-width:767px){.tp-service-4-price-ptb{padding-bottom:100px}}.tp-service-4-price-shape{position:absolute;bottom:0;right:0;z-index:-1}.tp-service-4-price-shape img{border-radius:0 0 24px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-service-4-process-ptb{padding-bottom:80px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-service-4-process-ptb{padding-top:100px}}.tp-service-4-process-list{display:flex;position:relative;align-items:center;padding-bottom:60px}@media(max-width:767px){.tp-service-4-process-list{padding-bottom:30px}}.tp-service-4-process-list span{position:relative;font-size:18px;font-weight:500;color:#111013;display:grid;height:70px;width:70px;margin-right:20px;border-radius:50%;place-content:center;border:1px solid rgba(17,16,19,.08)}.tp-service-4-process-list:not(:last-child) span:before{position:absolute;content:"";height:50px;width:1px;left:0;right:0;margin:0 auto;top:calc(100% + 10px);background-color:#11101314}@media(max-width:767px){.tp-service-4-process-list:not(:last-child) span:before{content:none}}.tp-service-4-process-list p{font-size:26px;font-weight:500;color:#111013;line-height:1.2;letter-spacing:-.26px}@media(max-width:767px){.tp-service-4-process-list p{font-size:20px}}.tp-service-4-process-wrap{padding-top:110px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-service-4-process-wrap{padding-top:0}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-service-4-process-wrapper{padding-left:0}}.tp-service-4-process-wrapper p{font-size:16px;color:#111013b3}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-service-4-process-wrapper p br{display:none}}@media(max-width:767px){.tp-service-4-process-wrapper p{padding-left:0}}.tp-service-4-process-video{position:absolute;left:-20px;top:20%}@media(max-width:767px){.tp-service-4-process-video{position:static}}.tp-service-4-process-video .dgm-testimonial-playbtn{height:220px;width:220px;display:grid;place-content:center;background-color:var(--tp-common-green-regular)}@media(max-width:767px){.tp-service-4-process-video .dgm-testimonial-playbtn{position:static;margin:0;transform:translateY(30px)}}.tp-service-4-process-video.service-5-pos{inset:auto 30% 0 auto;z-index:1}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-service-4-process-video.service-5-pos{position:static;margin-bottom:30px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-service-4-process-video.service-5-pos .dgm-testimonial-playbtn{position:static;margin:0;transform:translateY(0)}}.tp-service-4-process-video.service-5-pos .dgm-testimonial-playbtn:hover span{color:#111013}.tp-service-4-process-video.service-5-pos .dgm-testimonial-playbtn span{font-size:18px;font-weight:500;color:#111013;letter-spacing:-.36px;text-transform:uppercase;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.tp-service-5-text{margin-bottom:35px}.tp-service-5-text p{font-size:20px;color:#535156;line-height:28px}@media(max-width:767px){.tp-service-5-text p br{display:none}}.tp-service-5-list ul li{list-style:none;width:50%;float:left;font-size:18px;font-weight:500;color:#111013;margin-bottom:8px}@media(max-width:767px){.tp-service-5-list ul li{width:100%}}.tp-service-5-feature-wrap{height:640px;overflow:hidden;position:relative;border-radius:20px}@media(max-width:767px){.tp-service-5-feature-wrap{height:300px}}.tp-service-5-feature-wrap img{border-radius:20px}.tp-service-5-feature img{position:absolute;top:0;left:0}.tp-service-5-feature-content{position:absolute;z-index:1;bottom:0;padding:215px 0 70px 170px}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-service-5-feature-content{padding:215px 0 60px 120px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-service-5-feature-content{padding:215px 0 60px 80px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-service-5-feature-content{padding:100px 0 60px 40px}}@media(max-width:767px){.tp-service-5-feature-content{padding:20px}}.tp-service-5-feature-content span{margin-bottom:45px;display:inline-block}.tp-service-5-feature-title{font-size:60px;font-weight:900;line-height:.92;letter-spacing:-2.4px;text-transform:uppercase;color:var(--tp-common-white)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-service-5-feature-title{letter-spacing:-.4px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-service-5-feature-title{font-size:52px}}@media(max-width:767px){.tp-service-5-feature-title{font-size:30px;letter-spacing:0}}@media(max-width:767px){.tp-service-5-feature-title br{display:none}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-service-5-price-ptb{padding-top:100px;padding-bottom:100px}}@media(max-width:767px){.tp-service-5-price-heading{flex-wrap:wrap}}@media only screen and (min-width:576px)and (max-width:767px){.tp-service-5-price-heading{padding-bottom:40px}}.tp-service-5-price-heading .tp-career-title{text-transform:uppercase}@media only screen and (min-width:768px)and (max-width:991px){.tp-service-5-price-heading .tp-career-title.fs-60{font-size:50px}}.tp-service-5-price-heading.service-details .tp-career-title{font-weight:600;line-height:.8;letter-spacing:-1px;text-transform:capitalize;color:var(--tp-common-white);font-family:var(--tp-ff-teko)}.tp-service-5-price-item{padding-top:45px;padding-bottom:45px;border-top:1px solid rgba(17,16,19,.08)}.tp-service-5-price-item:last-child{border-bottom:1px solid rgba(17,16,19,.08)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-service-5-price-item-heading{margin-bottom:20px}}.tp-service-5-price-item-title{font-size:30px;font-weight:600;color:#111013;letter-spacing:-.3px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-service-5-price-item-list{margin-bottom:20px}}.tp-service-5-price-item-list ul{display:grid;gap:0px 30px;grid-template-columns:repeat(2,1fr)}@media(max-width:767px){.tp-service-5-price-item-list ul{grid-template-columns:none}}.tp-service-5-price-item-list ul li{font-size:16px;list-style:none;font-weight:400;color:#111013;margin-bottom:4px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.tp-service-5-price-item-list ul li{font-size:14px}}.tp-service-5-price-item-list ul li span{margin-right:10px;display:inline-block}.tp-service-5-price-item-head h4{font-size:40px;font-weight:600;color:#111013;letter-spacing:-.4px;text-transform:uppercase}.tp-service-5-price-item.service-details{border-color:#ffffff14}.tp-service-5-price-item.service-details .tp-service-5-price-item-title,.tp-service-5-price-item.service-details .tp-service-5-price-item-list ul li,.tp-service-5-price-item.service-details .tp-service-5-price-item-head h4{color:var(--tp-common-white)}.pp-service-details-ptb{padding-top:215px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-service-details-ptb{padding-top:170px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-service-details-ptb .pp-about-shape{display:none}}.pp-service-details-about-wrap{padding-left:485px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-service-details-about-wrap{padding-left:0}}.pp-service-details-about-item{display:flex;align-items:center;border-radius:170px;padding:38px 50px 30px;border:1px solid rgba(255,255,255,.1)}@media only screen and (min-width:992px)and (max-width:1199px){.pp-service-details-about-item{padding:38px 30px 30px}}.pp-service-details-about-item span{width:105px;font-size:70px;font-weight:400;line-height:1;margin-right:20px;color:var(--tp-common-white);font-family:var(--tp-ff-teko)}@media(max-width:767px){.pp-service-details-about-item span{width:145px}}.pp-service-details-about-item span i{margin-right:-5px;font-style:normal}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.pp-service-details-about-item span{font-size:52px}}.pp-service-details-about-item p{margin:0;font-size:20px;font-weight:600;text-transform:uppercase;color:var(--tp-common-white)}@media only screen and (min-width:1200px)and (max-width:1399px){.pp-service-details-about-item p{font-size:18px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-service-details-about-item p{font-size:14px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-service-details-about-item p br{display:none}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-service-details-heading{padding-bottom:0;margin-bottom:45px}}.pp-service-details-title{margin:0;font-size:140px;font-weight:600;line-height:.8;letter-spacing:-1.4px;color:var(--tp-common-white);font-family:var(--tp-ff-teko)}@media only screen and (min-width:1200px)and (max-width:1399px){.pp-service-details-title{font-size:120px;line-height:.7}}@media only screen and (min-width:992px)and (max-width:1199px){.pp-service-details-title{font-size:99px;line-height:.6}}@media only screen and (min-width:768px)and (max-width:991px){.pp-service-details-title{font-size:80px;line-height:.9}}@media(max-width:767px){.pp-service-details-title{font-size:60px;line-height:.9}}@media(max-width:767px){.pp-service-details-title br{display:none}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-service-details-title i{display:none}}.pp-service-details-title span{position:relative;font-size:16px;font-weight:600;color:#0e0f11;margin-bottom:0;padding:16px 29px;border-radius:56px;display:inline-block;letter-spacing:-.16px;text-transform:uppercase;border:1px solid #FFF669;transform:translateY(-24px);font-family:var(--tp-ff-p);background:var(--tp-common-yellow-1)}@media only screen and (min-width:768px)and (max-width:991px){.pp-service-details-title span{transform:translateY(-16px)}}@media(max-width:767px){.pp-service-details-title span{transform:translateY(-4px)}}.pp-service-details-title span svg{position:absolute;bottom:-13px;right:-13px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-service-details-overview-ptb{padding-top:100px;padding-bottom:100px}}.pp-service-details-overview-heading{margin-bottom:70px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.1)}@media only screen and (min-width:768px)and (max-width:991px){.pp-service-details-overview-heading{margin-bottom:55px}}@media(max-width:767px){.pp-service-details-overview-heading{margin-bottom:45px}}.pp-service-details-overview-title{font-size:60px;font-weight:500;line-height:60px;color:var(--tp-common-white);font-family:var(--tp-ff-teko)}@media(max-width:767px){.pp-service-details-overview-title{font-size:52px}}.pp-service-details-overview-wrapper{padding-right:10px}.pp-service-details-overview-wrapper p{font-size:18px;font-weight:500;margin-bottom:45px;color:var(--tp-common-white)}.pp-service-details-overview-wrapper h4{font-size:34px;font-weight:500;margin-bottom:20px;color:var(--tp-common-white);font-family:var(--tp-ff-teko)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-service-details-overview-list{margin-bottom:30px}}.pp-service-details-overview-list ul{display:block}.pp-service-details-overview-list ul li{font-size:16px;font-weight:500;list-style:none;margin-bottom:20px;display:inline-flex;color:var(--tp-common-white)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-service-details-overview-list ul li br{display:none}}.pp-service-details-overview-list ul li span{display:grid;height:24px;width:24px;margin-right:12px;border-radius:50%;text-align:center;flex:0 0 auto;place-content:center;transform:translateY(4px);border:1px solid rgba(255,255,255,.1)}.pp-service-details-overview-thumb{margin-left:75px;overflow:hidden}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-service-details-overview-thumb{margin-left:0}}.pp-service-details-overview-thumb img{width:100%}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-service-details-process-ptb{padding-top:100px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-service-details-process-heading{padding-bottom:60px}}.pp-service-details-process-subtitle{font-size:16px;font-weight:500;color:#c4ee18;padding:6px 16px;margin-bottom:15px;display:inline-block;border-radius:100px;font-family:var(--tp-ff-grotesk);background:#03030366}.pp-service-details-process-subtitle svg{margin-right:4px;display:inline-block;transform:translateY(-1px)}.pp-service-details-process-title{font-size:70px;font-weight:600;line-height:.9;color:var(--tp-common-white);font-family:var(--tp-ff-teko)}@media only screen and (min-width:768px)and (max-width:991px){.pp-service-details-process-title{font-size:60px}}@media(max-width:767px){.pp-service-details-process-title{font-size:50px}}.pp-service-details-process-box:before{position:absolute;content:"";left:0;top:20px;height:1px;width:100%;z-index:-1;background-color:#ffffff1a}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-service-details-process-box:before{content:none}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-service-details-process-item{margin-bottom:40px}}.pp-service-details-process-item span{font-size:16px;font-weight:600;color:#030303;height:40px;width:40px;text-align:center;border-radius:50%;margin-bottom:45px;display:inline-block;place-content:center;background-color:#c4ee18}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-service-details-process-item span{margin-bottom:30px}}.pp-service-details-process-item h4{font-size:30px;font-weight:500;line-height:1.1;margin-bottom:20px;color:var(--tp-common-white);font-family:var(--tp-ff-teko)}.pp-service-details-process-item p{color:#999;line-height:1.4}.pp-service-details-process-bottom span{font-size:16px;font-weight:500;border-radius:100px;padding:8px 34px;display:inline-block;background:transparent;color:var(--tp-common-white);border:1px solid rgba(255,255,255,.1)}.pp-service-details-process-bottom span a{font-size:15px;color:#c4ee18;margin-left:5px;text-transform:uppercase}.pp-service-details-process-bottom span a svg{margin-right:4px}.creative-service-2-style .tp-section-subtitle{margin-bottom:70px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-service-2-style .tp-section-subtitle{margin-bottom:15px}}.creative-service-2-style .tp-service-5-feature-wrap{border-radius:0;position:relative}@media only screen and (min-width:768px)and (max-width:991px){.creative-service-2-style .tp-service-5-feature-wrap{height:450px}}.creative-service-2-style .tp-service-5-feature-wrap img{border-radius:0}.creative-service-2-style .tp-service-5-feature-wrap:after{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background-color:#0003}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-project-area{padding-top:130px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-project-area{padding-top:120px;padding-bottom:0}}@media(max-width:767px){.tp-project-area{padding-top:80px;padding-bottom:0}}.tp-project-title{font-weight:700;font-size:34px;line-height:1.2;margin-bottom:13px;letter-spacing:-.06em;text-transform:uppercase;color:var(--tp-common-black)}@media only screen and (min-width:768px)and (max-width:991px){.tp-project-title{font-size:28px}}@media(max-width:767px){.tp-project-title{font-size:25px}}.tp-project-category span{padding:7px 17px;font-weight:500;font-size:14px;line-height:1;transition:.3s;margin-right:5px;margin-bottom:8px;border-radius:20px;display:inline-block;text-transform:uppercase;color:var(--tp-common-black);border:1px solid rgba(19,22,13,.1)}.tp-project-category span:hover{border-color:#f6f6f9;background-color:#f6f6f9;color:var(--tp-common-black)}.tp-project-thumb{margin-bottom:25px;position:relative}.tp-project-thumb .tp--hover-img{overflow:hidden}.tp-project-thumb .tp--hover-img img{width:100%;display:block;object-fit:cover}.tp-project-thumb .tp--hover-img canvas{top:0;left:0;width:100%;height:100%;position:absolute}.tp-project-subtitle-wrap .tp-section-subtitle{margin-bottom:20px}@media only screen and (min-width:768px)and (max-width:991px){.tp-project-item{margin-bottom:50px}}@media(max-width:767px){.tp-project-item{margin-bottom:40px}}.des-portfolio-item img{width:100%;border-radius:20px}.des-portfolio-thumb{position:relative;border-radius:20px}.des-portfolio-thumb:after{position:absolute;content:"";top:0;left:0;width:100%;height:100%;border-radius:20px;background:linear-gradient(180deg,#14141400,#14141466)}.des-portfolio-category{position:absolute;top:45px;left:50px;z-index:2}@media(max-width:767px){.des-portfolio-category{top:15px;left:15px}}.des-portfolio-category.portfolio-meta{left:auto;right:50px}@media(max-width:767px){.des-portfolio-category.portfolio-meta{right:15px}}.des-portfolio-category span{font-weight:500;font-size:14px;line-height:1;border-radius:20px;padding:7px 12px;transition:.3s;letter-spacing:.4px;display:inline-block;text-transform:uppercase;color:var(--tp-common-white);border:1px solid rgba(255,255,255,.2)}@media(max-width:767px){.des-portfolio-category span{font-size:12px;padding:7px}}.des-portfolio-category span:hover{color:var(--tp-common-black);border-color:var(--tp-common-white);background-color:var(--tp-common-white)}.des-portfolio-content{position:absolute;bottom:50px;left:0;right:0;display:inline-block;text-align:center}@media(max-width:767px){.des-portfolio-content{bottom:5px}}.des-portfolio-title{font-weight:600;font-size:180px;line-height:1;margin-bottom:0;display:inline-block;font-family:var(--tp-ff-mango);color:var(--tp-common-cream)}@media only screen and (min-width:1200px)and (max-width:1399px){.des-portfolio-title{font-size:125px}}@media only screen and (min-width:992px)and (max-width:1199px){.des-portfolio-title{font-size:110px}}@media only screen and (min-width:768px)and (max-width:991px){.des-portfolio-title{font-size:90px}}@media(max-width:767px){.des-portfolio-title{font-size:60px}}@media only screen and (min-width:1200px)and (max-width:1399px){.des-portfolio-area{padding-bottom:120px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.des-portfolio-area{padding-bottom:110px}}@media(max-width:767px){.des-portfolio-area{padding-bottom:0}}.des-project-banner{height:800px;overflow:hidden}.des-project-banner img{margin-top:-350px}@media only screen and (min-width:1200px)and (max-width:1399px){.des-project-banner img{margin-top:-200px}}@media only screen and (min-width:992px)and (max-width:1199px){.des-project-banner img{margin-top:-150px}}@media only screen and (min-width:768px)and (max-width:991px){.des-project-banner img{margin-top:-70px}}@media(max-width:767px){.des-project-banner img{margin-top:-30px}}@media only screen and (min-width:1200px)and (max-width:1399px){.des-project-banner{height:620px}}@media only screen and (min-width:992px)and (max-width:1199px){.des-project-banner{height:480px}}@media only screen and (min-width:768px)and (max-width:991px){.des-project-banner{height:300px}}@media(max-width:767px){.des-project-banner{height:250px}}.des-project-top-text p{font-weight:400;font-size:20px;line-height:1.5;margin-bottom:0;padding-right:35px;color:#f9f4e8b3}@media(max-width:767px){.des-project-top-text p{padding-right:0}}.des-project-total{padding-right:20px}@media only screen and (min-width:576px)and (max-width:767px){.des-project-total{margin-right:30px}}.des-project-total span{width:380px;font-weight:500;font-size:180px;line-height:1;display:inline-block;color:var(--tp-common-cream);font-family:var(--tp-ff-mango-medium)}@media only screen and (min-width:1200px)and (max-width:1399px){.des-project-total span{width:360px}}@media(max-width:767px){.des-project-total span{width:100%;font-size:120px}}.des-project-total span:before{content:"";height:20px;width:20px;border-radius:50%;display:inline-block;margin-right:35px;transform:translateY(-50px);background-color:var(--tp-common-cream)}.des-project-total span i{font-style:normal}.des-project-info span{font-weight:500;font-size:16px;line-height:1;color:#f9f4e880}.des-project-info h4{font-weight:300;font-size:46px;line-height:1.2;font-family:var(--tp-ff-mango);color:var(--tp-common-cream)}.des-project-item{margin-bottom:40px;padding:0 25px;border-bottom:1px solid rgba(249,244,232,.1)}@media(max-width:767px){.des-project-item{flex-wrap:wrap;padding:15px 0}}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.des-project-area{padding-bottom:120px}}@media(max-width:767px){.des-project-area{padding-bottom:80px;padding-top:70px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.des-project-title-box{margin-bottom:30px}}.dgm-project-top-text{padding-left:180px}@media only screen and (min-width:1200px)and (max-width:1399px){.dgm-project-top-text{padding-left:100px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.dgm-project-top-text{padding-left:0}}.dgm-project-top-text p{font-weight:500;font-size:17px;line-height:1.5;margin-bottom:0;letter-spacing:-.01em;color:#ffffffb3}.dgm-project-top-wrap{margin-bottom:45px}.dgm-project-active{margin:0 -460px}@media only screen and (min-width:992px)and (max-width:1199px){.dgm-project-active{margin:0}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.dgm-project-active{margin:0 15px}}.dgm-project-title-sm{font-weight:700;font-size:46px;line-height:1.2;margin-bottom:0;letter-spacing:-.04em;color:var(--tp-common-white);font-family:var(--tp-ff-grotesk)}@media(max-width:767px){.dgm-project-title-sm{font-size:35px}}.dgm-project-content h5{overflow:hidden;margin-top:10px}.dgm-project-content h5 span{font-weight:500;font-size:16px;line-height:1;display:inline-block;letter-spacing:-.02em;text-transform:uppercase;color:var(--tp-common-white);transform:translateY(50px);transition:all .8s}.dgm-project-slider-wrap .swiper-container.dgm-project-text-active{height:100px!important}.dgm-project-slider-wrap .dgm-project-text-active .swiper-slide-active .dgm-project-content h5 span{transform:translateY(0);transition-delay:.5s}.dgm-project-arrow button{width:64px;height:64px;line-height:1;margin-left:8px;border-radius:40px;text-align:center;position:relative;color:var(--tp-common-white);border:1px solid rgba(255,255,255,.2)}.dgm-project-arrow button:after{position:absolute;top:0;left:0;content:"";width:100%;height:100%;z-index:-1;opacity:0;transition:.3s;visibility:hidden;border-radius:50%;transform:scale(.3);background-color:var(--tp-common-green-regular)}.dgm-project-arrow button:hover{transition:.4s;color:var(--tp-common-black)}.dgm-project-arrow button:hover:after{transform:scale(1.1);opacity:1;visibility:visible}.dgm-project-area{margin-top:-1px;border-radius:0 0 20px 20px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-project-area{padding-bottom:80px}}.creative-project-thumb{overflow:hidden;border-radius:20px;margin-bottom:25px}.creative-project-thumb img{width:100%;border-radius:20px;transition:transform .5s;transform-origin:center center;transform:perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1)}.creative-project-meta span{font-weight:400;font-size:16px;line-height:1;margin-bottom:10px;display:inline-block;color:var(--tp-common-white)}.creative-project-meta span:not(:last-child){padding-right:13px;margin-right:13px;position:relative}.creative-project-meta span:not(:last-child):after{position:absolute;top:7px;right:-2px;content:"";height:6px;width:6px;border-radius:50%;display:inline-block;background-color:var(--tp-common-white)}.creative-project-title-sm{font-weight:600;font-size:30px;line-height:1.1;letter-spacing:-.02em;color:var(--tp-common-white)}.creative-project-social a{width:54px;height:54px;line-height:50px;text-align:center;border-radius:40px;display:inline-block;border:2px solid #161618;background-color:#212123;color:var(--tp-common-white)}.creative-project-social a:last-child{margin-left:-15px}.creative-project-social a:hover{color:var(--tp-common-black);border-color:var(--tp-common-green-light);background-color:var(--tp-common-green-light)}.creative-project-social:after{content:"";height:2px;width:212px;margin-left:14px;display:inline-block;background-color:#212123;transform:translateY(-2px)}@media(max-width:767px){.creative-project-social:after{width:200px}}.creative-project-btn-box{padding-left:175px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-project-btn-box{padding-left:0}}.creative-project-btn-box p{font-weight:500;font-size:30px;line-height:1.2;margin-bottom:35px;letter-spacing:-.02em;color:var(--tp-common-white)}@media(max-width:767px){.creative-project-btn-box p br{display:none}}.creative-project-category{position:absolute;top:-2px;right:0;padding:7px 15px 15px;background-color:#0e0f11;border-radius:0 0 0 20px;opacity:0;visibility:hidden;transition:.4s;transform:translateY(-50px)}.creative-project-category span{border-radius:20px;padding:9px 18px;font-weight:500;font-size:15px;line-height:1;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;display:inline-block;background-color:#242426;color:var(--tp-common-white)}.creative-project-category span:hover{color:var(--tp-common-black);background-color:var(--tp-common-green-light)}.creative-project-category:before{content:"";position:absolute;background-color:transparent;bottom:-40px;right:0;height:40px;width:20px;border-top-right-radius:20px;box-shadow:0 -17px #0e0f11}.creative-project-category:after{content:"";position:absolute;background-color:transparent;top:1px;left:-20px;height:40px;width:20px;border-top-right-radius:20px;box-shadow:0 -18px #0e0f11}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-project-item{padding-left:0}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-project-item{margin-bottom:50px}}.creative-project-item:hover .creative-project-category{opacity:1;visibility:visible;transform:translateY(-1px)}.creative-project-item:hover .creative-project-thumb img{transform:perspective(400px) rotateX(.09deg) rotateY(0) scaleX(1.1) scaleY(1.1)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.design-project-area{padding-top:120px;padding-bottom:0}}@media(max-width:767px){.design-project-area{padding-top:120px;padding-bottom:0}}@media(max-width:767px){.design-project-item{margin-bottom:60px}}.design-project-title{font-weight:400;font-size:80px;line-height:.9;color:#e0eeee;margin-bottom:10px;letter-spacing:-.02em;font-family:var(--tp-ff-dirtyline)}@media only screen and (min-width:1200px)and (max-width:1399px){.design-project-title{font-size:65px}}@media only screen and (min-width:992px)and (max-width:1199px){.design-project-title{font-size:60px}}@media(max-width:767px){.design-project-title{font-size:50px}}@media(max-width:767px){.design-project-title-box{margin-bottom:20px}}.design-project-title-box p{font-weight:500;font-size:24px;line-height:1.25;color:#e0eeee;margin-bottom:0;max-width:300px;letter-spacing:-.02em}@media only screen and (min-width:992px)and (max-width:1199px){.design-project-title-box p{max-width:100%;font-size:20px}}@media(max-width:767px){.design-project-title-box p{max-width:100%;font-size:18px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.design-project-title-wrap{margin-bottom:80px}}@media only screen and (min-width:1200px)and (max-width:1399px){.design-project-content{padding-left:100px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.design-project-content{padding-left:0}}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.design-project-content.pr-200{padding-right:0}}.design-project-content span{display:block;font-weight:500;font-size:20px;line-height:1;color:#e0eeee;margin-bottom:45px;letter-spacing:-.02em}.design-project-thumb img{border-radius:30px;will-change:transform}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.design-project-thumb img{margin-bottom:60px}}@media(max-width:767px){.design-project-thumb img{margin-bottom:30px}}@media only screen and (min-width:768px)and (max-width:991px){.design-project-title-box .tp-section-title-dirtyline{font-size:110px}}.tp_text_invert>div{background-image:linear-gradient(to right,#111013 50%,#e4e4e4 50%);background-size:200% 100%;background-position:100%;color:transparent;background-clip:text;-webkit-background-clip:text}.tp_text_invert_2>div{background-image:linear-gradient(to right,#e0eeee 50%,#383c3e 50%);padding:10px 0;background-size:200% 100%;background-position:100%;-webkit-background-clip:text;background-clip:text;color:transparent}.tp_text_invert_3>div{background-image:linear-gradient(to right,#f9f4e8 50%,#383c3e 50%);padding:10px 0;background-size:200% 100%;background-position:100%;-webkit-background-clip:text;background-clip:text;color:transparent}.tp-text-right-scroll,.tp-text-left-scroll{display:inline-block}.tp-reveal-line{overflow:hidden}@media(max-width:767px){.studio-project-ptb{padding-bottom:0}}.studio-project-btn{transform:translateY(-10px)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.studio-project-top-wrap{margin-bottom:0}}.studio-project-title-wrap{margin-left:90px}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.studio-project-title-wrap{margin-left:0}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.studio-project-title-box{padding-left:0}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.studio-project-title-box{margin-bottom:40px}}.studio-project-thumb{height:630px;width:1090px;margin-left:90px}@media only screen and (min-width:1600px)and (max-width:1700px),only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.studio-project-thumb{width:100%;margin-left:0}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.studio-project-thumb{height:100%;width:100%;margin-left:0}}.studio-project-thumb img{width:100%}.studio-project-number{flex:0 0 auto;margin-right:45px}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px),(max-width:767px){.studio-project-number{margin-right:0;margin-bottom:20px}}.studio-project-number span{font-size:20px;line-height:1;margin-right:25px;letter-spacing:-.02em;color:var(--tp-common-cream);font-family:var(--tp-ff-clash-medium)}.studio-project-number i{color:var(--tp-common-white);transform:translateY(-1px)}.studio-project-title-sm{font-size:50px;line-height:.9;letter-spacing:-.02em;text-transform:uppercase;color:var(--tp-common-cream);font-family:var(--tp-ff-clash-semibold)}@media only screen and (min-width:768px)and (max-width:991px){.studio-project-title-sm{font-size:40px}}@media(max-width:767px){.studio-project-title-sm{font-size:30px;letter-spacing:0}}.studio-project-content{margin-top:5px}.studio-project-content span{font-weight:500;font-size:16px;line-height:1;letter-spacing:-.02em;text-transform:uppercase;color:#f9f4e899}.studio-project-content-wrap{margin-top:55px}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px){.studio-project-content-wrap{flex-wrap:wrap}}@media(max-width:767px){.studio-project-content-wrap{flex-wrap:wrap;margin-bottom:30px}}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.studio-project-item{margin-bottom:0}}.studio-showcase-wrap{height:1700px;overflow:hidden;margin:0 -370px}@media only screen and (min-width:992px)and (max-width:1199px){.studio-showcase-wrap{height:1000px}}@media only screen and (min-width:768px)and (max-width:991px){.studio-showcase-wrap{height:700px}}@media(max-width:767px){.studio-showcase-wrap{height:700px;margin:0}}.studio-showcase-main{gap:30px;margin-top:-370px}.studio-showcase-thumb img{width:100%}@media only screen and (min-width:768px)and (max-width:991px){.studio-showcase-area{margin-bottom:120px}}@media(max-width:767px){.studio-showcase-area{margin-bottom:80px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ai-project-area{padding-bottom:80px}}.ai-project-content{position:absolute;width:auto;max-width:calc(100% - 80px);height:auto;inset:auto auto 60px 60px;padding:0;background-color:transparent;overflow:hidden}.ai-project-subtitle{color:#494949;font-size:12px;font-weight:600;line-height:1;text-transform:uppercase;margin-top:5px;transform:translate(-101%);transition:all .3s;transition-delay:0s;transition-delay:50ms;transition-duration:.3s;display:inline-block;background-color:var(--tp-common-white);padding:13px 20px}.ai-project-title{font-size:22px;font-weight:600;line-height:1;letter-spacing:-.44px;padding:20px;transform:translate(-101%);transition:all .3s;transition-delay:0s;transition-duration:.3s;transition-delay:0ms;color:var(--tp-common-black);background-color:var(--tp-common-white);margin-bottom:0;margin-top:2px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ai-project-title{font-size:16px}}.ai-project-thumb img{transition:.9s;width:100%}.ai-project-item:hover .ai-project-title{transform:translate(0);transition:all .7s ease;transition-duration:.7s;transition-delay:0s;transition-delay:0ms;transition-duration:.5s}.ai-project-item:hover .ai-project-subtitle{transform:translate(0);transition:all .7s ease;transition-duration:.7s;transition-delay:0s;transition-delay:50ms;transition-duration:.5s}.ai-project-item:hover .ai-project-thumb img{transform:scale(1.1)}.ai-project-shape-1{position:absolute;bottom:-65px;left:0;z-index:-1}.ar-project-category{padding-top:20px;padding-bottom:20px}.ar-project-category span{font-size:20px;line-height:1;color:#1d2132;letter-spacing:1px;text-transform:uppercase;font-family:var(--tp-ff-clash-medium)}@media only screen and (min-width:768px)and (max-width:991px){.ar-project-category span{font-size:16px}}.ar-project-category i{font-weight:500;font-size:16px;line-height:1;color:#1d2132;font-style:normal;text-transform:uppercase}@media only screen and (min-width:768px)and (max-width:991px){.ar-project-category i{font-size:14px}}.ar-project-thumb{overflow:hidden}.ar-project-thumb img{transition:.9s}.ar-project-item{border-top:1px solid #fff;position:relative}.ar-project-item:after{position:absolute;content:"";top:0;right:0;width:0;height:1px;transition:.4s ease-in-out;background-color:var(--tp-common-red-3)}.ar-project-item:hover:after{right:auto;left:0;width:100%}.ar-project-item:hover .ar-project-thumb img{transform:scale(1.1)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ar-project-area{padding-top:80px;padding-bottom:40px}}@media(max-width:767px){.ar-project-title-box{margin-bottom:20px}}@media(max-width:767px){.crp-project-area{margin-bottom:60px}}.crp-project-item{padding:40px;border-radius:30px;border:4px solid #2a4c3a;background-color:var(--tp-common-cream-3)}.crp-project-meta{position:relative}.crp-project-meta:after{position:absolute;content:"";top:10px;left:30px;height:1px;width:86%;background-color:#2a4c3a14}.crp-project-meta span{font-weight:500;font-size:24px;line-height:1;color:#2a4c3a;font-family:var(--tp-ff-teko)}.crp-project-thumb{padding-top:40px;padding-bottom:45px;background-repeat:no-repeat;background-position:center}.crp-project-title-sm{font-weight:500;font-size:54px;line-height:.93;color:#2a4c3a;font-family:var(--tp-ff-teko)}@media only screen and (min-width:1200px)and (max-width:1399px){.crp-project-title-sm{font-size:45px}}@media(max-width:767px){.crp-project-title-sm{font-size:27px}.crp-project-title-sm br{display:none}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.crp-project-title-box{margin-bottom:40px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.crp-project-title-box .tp-section-title-teko.fs-150{margin-bottom:20px}}.crp-project-content{padding-top:25px;border-top:1px solid rgba(42,76,58,.08)}.crp-project-category a{font-weight:600;font-size:12px;line-height:1;color:#2a4c3a;padding:7px 18px;border-radius:10px;display:inline-block;text-transform:uppercase;border:1px solid rgba(42,76,58,.1)}.crp-project-category a:hover{background-color:#e9edd5}.crp-project-right{padding-left:75px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.crp-project-right{padding-left:0}}.crp-process-title-sm{font-weight:600;font-size:40px;line-height:1;margin-bottom:10px;letter-spacing:.3px;font-family:var(--tp-ff-teko);color:var(--tp-common-cream-3)}@media only screen and (min-width:1200px)and (max-width:1399px){.crp-process-title-sm{font-size:35px}}.crp-process-content p{font-weight:500;font-size:16px;line-height:1.62;color:#fcfede;margin-bottom:0}@media only screen and (min-width:1200px)and (max-width:1399px){.crp-process-content p{font-size:15px}}.crp-process-icon{margin-bottom:50px}.crp-process-item{margin-right:65px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.crp-process-item{margin-right:0}}.crp-process-shape-1{position:absolute;bottom:175px;left:0;z-index:-1}.crp-process-shape-2{position:absolute;bottom:17%;right:0;z-index:-1}.crp-process-shape-3{position:absolute;top:8%;right:21%;z-index:-1}@media(max-width:767px){.crp-process-area{padding:0;font-size:27px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.it-project-ptb{padding-top:65px}}.it-project-item{overflow:hidden;padding:8px;border-radius:20px;background:var(--tp-common-white);box-shadow:0 2px 3px #3229491a}.it-project-item:hover .it-project-thumb img{transform:scale(1.1)}.it-project-title{font-weight:500;font-size:30px;line-height:1.1;margin-bottom:8px;letter-spacing:.03em;color:var(--tp-common-black-10);font-family:var(--tp-ff-platform)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.it-project-title{font-size:25px}}.it-project-content{padding:30px}.it-project-content span{font-weight:600;font-size:11px;line-height:1;color:#61616a;letter-spacing:.02em;text-transform:uppercase;padding:9px 12px;border-radius:27px;display:inline-block;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;border:1px solid rgba(50,41,73,.1)}.it-project-content span:hover{border-color:#f3f3f9;background:#f3f3f9}.it-project-thumb{border-radius:16px}.it-project-thumb img{border-radius:16px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.it-project-active{margin:0 -260px}@media(max-width:767px){.it-project-active{margin:0}}@media(max-width:767px){.it-project-arrow{display:none}}.it-project-arrow button{width:50px;height:50px;line-height:1;margin:0 138px;border-radius:60px;display:inline-block;background-color:var(--tp-common-white);border:1px solid rgba(33,33,45,.1)}.it-project-arrow button:hover{background-color:#7463ff;color:var(--tp-common-white)}.it-project-dots{margin-top:-40px}@media(max-width:767px){.it-project-dots{margin-top:0}}.it-project-dots .swiper-pagination-bullet{border-radius:7px;width:50px;height:6px;opacity:1;margin:0 4px;transition:.3s;background:#21212d1a}.it-project-dots .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1;background:#7463ff}.st-portfolio-ptb{padding-top:130px;padding-bottom:440px}@media only screen and (min-width:992px)and (max-width:1199px){.st-portfolio-ptb{padding-bottom:120px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-portfolio-ptb{padding-bottom:100px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-portfolio-heading{margin-bottom:50px}}.st-portfolio-item:hover .st-portfolio-item-thumb img{transform:scale(1.1)}@media(max-width:767px){.st-portfolio-item{margin-bottom:30px}}.st-portfolio-item-thumb{overflow:hidden;border-radius:10px;margin-bottom:30px}.st-portfolio-item-thumb img{width:100%;border-radius:10px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.st-portfolio-item-content{padding-bottom:15px;border-bottom:1px solid rgba(69,48,48,.15)}.st-portfolio-item-btn a{font-size:20px;font-weight:500;color:var(--tp-common-brown)}.st-portfolio-item-btn a span{display:inline-block;margin-left:4px}.st-portfolio-item-title{font-size:34px;font-weight:600;line-height:1;letter-spacing:-.44px;color:var(--tp-common-brown);font-family:var(--tp-ff-poppins)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.st-portfolio-item-title{font-size:28px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-portfolio-item-title{font-size:24px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-portfolio-item-title br{display:none}}.st-portfolio-item-1{margin-right:48px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-portfolio-item-1{margin-right:0}}.st-portfolio-item-1 .st-portfolio-item-thumb img{height:315px;object-fit:cover}.st-portfolio-item-2{margin-top:430px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-portfolio-item-2{margin-top:0}}.st-portfolio-item-2 .st-portfolio-item-thumb img{height:264px;object-fit:cover}.st-portfolio-item-3{margin-top:-90px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-portfolio-item-3{margin-top:0}}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-portfolio-item-3{width:100%}}.st-portfolio-item-3 .st-portfolio-item-thumb img{height:306px;object-fit:cover}.st-portfolio-item-4{width:364px;margin-top:-210px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-portfolio-item-4{margin-top:0}}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-portfolio-item-4{width:100%}}.st-portfolio-item-4 .st-portfolio-item-thumb img{height:290px;object-fit:cover}.st-portfolio-item-5{margin-top:330px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-portfolio-item-5{margin-top:0}}.st-portfolio-item-5 .st-portfolio-item-thumb img{height:230px;object-fit:cover}.st-portfolio-item-6{width:364px;margin-top:330px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-portfolio-item-6{width:100%}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-portfolio-item-6{margin-top:0}}.st-portfolio-item-6 .st-portfolio-item-thumb img{height:430px;object-fit:cover}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-project-ptb{padding-top:100px;padding-bottom:40px}}.pp-project-heading{margin-left:-65px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-project-heading{margin-bottom:30px}}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-project-heading{margin-left:0}}@media only screen and (min-width:1200px)and (max-width:1399px),(max-width:767px){.pp-project-sub-heading{margin-bottom:30px}}.pp-project-item:hover .pp-project-item-thumb img{transform:scale(1.1)}.pp-project-item-thumb{overflow:hidden;margin-bottom:25px;border-radius:20px}.pp-project-item-thumb img{border-radius:20px;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition:.5s}.pp-project-item-title{font-size:46px;font-weight:500;line-height:1;margin-bottom:0;color:var(--tp-common-white);font-family:var(--tp-ff-teko)}.pp-project-item-title a:hover{color:var(--tp-common-yellow-1)}.pp-project-item-meta{font-size:17px;font-weight:500;line-height:30px;color:#fff9}.pp-project-btn{height:100%;display:flex;align-items:end;justify-content:end}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-project-btn{justify-content:start;padding-bottom:40px}}.tp-project-5-title{font-size:80px;font-weight:400;line-height:1;color:#846457;letter-spacing:-3.2px;font-family:var(--tp-ff-playfair)}@media only screen and (min-width:992px)and (max-width:1199px){.tp-project-5-title{font-size:50px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-project-5-title{font-size:40px}}@media(max-width:767px){.tp-project-5-title{font-size:45px}}.tp-project-5-title-box{position:relative;padding:32px 0;z-index:1;border-bottom:1px solid rgba(207,194,146,.2)}@media only screen and (min-width:992px)and (max-width:1199px){.tp-project-5-title-box{margin-bottom:40px}}.tp-project-5-title-box:last-child{margin-bottom:0}.tp-project-5-title-box span{font-size:14px;font-weight:500;line-height:1;color:#846457;text-transform:uppercase;font-family:var(--tp-ff-poppins);transition:.3s}.tp-project-5-title-box.active .tp-project-5-title,.tp-project-5-title-box.active span{color:var(--tp-cream-2)}.tp-project-5-title-box.active .tp-project-5-thumb-box{top:15%;opacity:1;visibility:visible}.tp-project-5-title-box.active .tp-project-5-title-box-bg{transform:scale(1);border-radius:0}.tp-project-5-title-box-bg{position:absolute;top:0;left:0;right:0;width:100%;height:100%;opacity:1;border-radius:0 0 50% 50%;transform:scaleY(0);transform-origin:top center;background-color:#552411;transition:transform .3s cubic-bezier(.19,1,.22,1),border-radius .3s cubic-bezier(.5,0,0,1);z-index:-1}.tp-project-5-thumb-box{position:absolute;top:70%;left:10%;right:0;width:80%;height:100%;z-index:-1;text-align:center;object-fit:cover;visibility:hidden;opacity:0;transition:all .3s cubic-bezier(.785,.135,.15,.86)}#tp-project-5-thumb-wrap.tp-project-5-thumb-box-1{opacity:1;visibility:visible}#tp-project-5-thumb-wrap.tp-project-5-thumb-box-1 .tp-project-5-thumb-box-1{top:0;opacity:1;visibility:visible}#tp-project-5-thumb-wrap.tp-project-5-thumb-box-2{opacity:1;visibility:visible}#tp-project-5-thumb-wrap.tp-project-5-thumb-box-2 .tp-project-5-thumb-box-2{top:0;opacity:1;visibility:visible}#tp-project-5-thumb-wrap.tp-project-5-thumb-box-3{opacity:1;visibility:visible}#tp-project-5-thumb-wrap.tp-project-5-thumb-box-3 .tp-project-5-thumb-box-3{top:0;opacity:1;visibility:visible}#tp-project-5-thumb-wrap.tp-project-5-thumb-box-4{opacity:1;visibility:visible}#tp-project-5-thumb-wrap.tp-project-5-thumb-box-4 .tp-project-5-thumb-box-4{top:0;opacity:1;visibility:visible}.tp-project-5-thumb.thumb-1 img{transform:rotate(-6deg)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-project-5-thumb.thumb-1 img{transform:rotate(0)}}@media only screen and (min-width:768px)and (max-width:991px){.tp-project-5-thumb.thumb-1 img{transform:scale(.7)}}@media only screen and (min-width:576px)and (max-width:767px){.tp-project-5-thumb.thumb-1 img{transform:scale(.7);margin-left:-50px}}.tp-project-5-thumb.thumb-2 img{transform:rotate(6deg)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-project-5-thumb.thumb-2 img{transform:rotate(0)}}@media only screen and (min-width:768px)and (max-width:991px){.tp-project-5-thumb.thumb-2 img{transform:scale(.7)}}@media only screen and (min-width:576px)and (max-width:767px){.tp-project-5-thumb.thumb-2 img{transform:scale(.7);margin-right:-50px}}.tp-project-5-section-subtitle,.tp-project-5-section-title,.tp-project-5-section-link{font-size:14px;font-weight:500;line-height:1;color:var(--tp-cream-2);text-transform:uppercase;font-family:var(--tp-ff-poppins);margin-bottom:0}@media(max-width:767px){.tp-project-5-section-subtitle,.tp-project-5-section-title,.tp-project-5-section-link{margin-bottom:15px}}.tp-project-5-section-link:hover{color:var(--tp-cream-2)}.tp-project-5-section-box{border-top:1px solid rgba(207,194,146,.2);padding-top:15px}@media(max-width:767px){.tp-project-5-section-box{flex-wrap:wrap}}.tp-project-5-2-title{font-size:326px;font-weight:400;line-height:1;letter-spacing:-19.56px;text-transform:uppercase;color:var(--tp-cream-2);font-family:var(--tp-ff-playfair)}@media only screen and (min-width:1600px)and (max-width:1700px){.tp-project-5-2-title{font-size:280px}}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-project-5-2-title{font-size:230px}}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-project-5-2-title{font-size:200px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-project-5-2-title{font-size:160px}}@media(max-width:767px){.tp-project-5-2-title{font-size:60px;letter-spacing:-2.56px}}@media(max-width:767px){.tp-project-5-2-title-box{margin-bottom:0}}.tp-project-5-2-item{display:inline-block;padding:50px 50px 55px;border:1px solid var(--tp-cream-2);background:#653624e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media only screen and (min-width:768px)and (max-width:991px){.tp-project-5-2-item{margin-bottom:40px}}@media(max-width:767px){.tp-project-5-2-item{padding:30px 30px 35px;margin-bottom:40px}}.tp-project-5-2-item.space-left{margin-left:200px}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-project-5-2-item.space-left{margin-left:0}}.tp-project-5-2-item-wrap{margin-bottom:200px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-project-5-2-item-wrap{margin-bottom:0}}.tp-project-5-2-item-wrap:last-child{margin-bottom:180px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-project-5-2-item-wrap:last-child{margin-bottom:0}}.tp-project-5-2-thumb{margin-bottom:50px}.tp-project-5-2-thumb img{max-width:inherit}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-project-5-2-thumb img{max-width:100%}}.tp-project-5-2-content span{font-size:14px;font-weight:500;line-height:1;text-transform:uppercase;color:var(--tp-cream-2);font-family:var(--tp-ff-poppins);margin-bottom:10px;display:inline-block}.tp-project-5-2-title-sm{font-size:50px;font-weight:400;line-height:1;letter-spacing:-2px;color:var(--tp-cream-2);font-family:var(--tp-ff-playfair);margin-bottom:0}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-project-5-2-title-sm{font-size:30px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-project-5-2-title-sm{font-size:40px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-project-5-2-title-sm{font-size:35px}}@media(max-width:767px){.tp-project-5-2-title-sm{font-size:40px}}.tp-project-5-2-btn{border-top:1px solid var(--tp-cream-2);border-bottom:1px solid var(--tp-cream-2);padding:15px 0}.tp-project-5-2-btn a{font-size:14px;font-weight:500;line-height:1;text-transform:uppercase;color:var(--tp-cream-2);font-family:var(--tp-ff-poppins)}.tp-project-5-2-btn a span{left:10px;top:0;overflow:hidden;position:relative}.tp-project-5-2-btn a span svg{-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px);transform:translateY(-2px);position:absolute;bottom:-1px;left:1px;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}.tp-project-5-2-btn a span svg:last-child{left:-12px;bottom:-12px;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0);opacity:0}.tp-project-5-2-btn a:hover span svg:first-child{-webkit-transform:translate(16px,-16px);-moz-transform:translate(16px,-16px);-ms-transform:translate(16px,-16px);-o-transform:translate(16px,-16px);transform:translate(16px,-16px);opacity:0;visibility:hidden}.tp-project-5-2-btn a:hover span svg:last-child{opacity:1;visibility:visible;-webkit-transform:translate(13px,-13px);-moz-transform:translate(13px,-13px);-ms-transform:translate(13px,-13px);-o-transform:translate(13px,-13px);transform:translate(13px,-13px)}.tp-project-5-2-shape{position:absolute;bottom:0;left:-200px}.tp-portfolio-11-slider-bg{height:100vh;width:100%;background-size:cover;background-position:center}.tp-portfolio-11-slider-bg.slick-active .tp-portfolio-11-slider-link,.tp-portfolio-11-slider-bg.slick-active .tp-portfolio-11-slider-subtitle,.tp-portfolio-11-slider-bg.slick-active .tp-portfolio-11-slider-title{opacity:1}.tp-portfolio-11-slider-content{padding-left:180px}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px){.tp-portfolio-11-slider-content{padding-left:80px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-portfolio-11-slider-content{padding-left:40px}}@media(max-width:767px){.tp-portfolio-11-slider-content{padding:0 15px}}.tp-portfolio-11-slider-link{margin-bottom:30px;opacity:0}.tp-portfolio-11-slider-subtitle{font-size:16px;font-weight:600;line-height:1.6;margin-bottom:50px;display:inline-block;text-transform:uppercase;color:var(--tp-common-white);opacity:0}.tp-portfolio-11-slider-title{font-size:130px;font-weight:700;line-height:.85;letter-spacing:2px;margin-bottom:0;color:var(--tp-common-white);font-family:var(--tp-ff-mango);opacity:0}@media only screen and (min-width:992px)and (max-width:1199px){.tp-portfolio-11-slider-title{font-size:90px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-portfolio-11-slider-title{font-size:90px}.tp-portfolio-11-slider-title br{display:none}}@media(max-width:767px){.tp-portfolio-11-slider-title{font-size:90px}.tp-portfolio-11-slider-title br{display:none}}.tp-portfolio-11-slider-active button{left:40px;bottom:60px;width:55px;height:56px;line-height:53px;text-align:center;border-radius:50%;position:absolute;color:var(--tp-common-white);border:2px solid rgba(255,255,255,.2);transition:.3s;z-index:99}@media only screen and (min-width:992px){.tp-portfolio-11-slider-active button{display:none!important}}@media(max-width:767px){.tp-portfolio-11-slider-active button{left:15px}}.tp-portfolio-11-slider-active button.slick-next{margin-left:70px}.tp-portfolio-11-slider-active button i{font-weight:500}.tp-portfolio-11-slider-active button:hover{color:var(--tp-common-black);border-color:var(--tp-common-white);background-color:var(--tp-common-white)}.tp-portfolio-11-slider-nav-item{cursor:pointer}.tp-portfolio-11-slider-nav-thumb img{border-radius:14px;box-shadow:0 20px 20px #0003}.tp-portfolio-11-slider-nav-wrap{width:1260px;position:absolute;bottom:110px;right:-65px;z-index:99}@media only screen and (min-width:1600px)and (max-width:1700px){.tp-portfolio-11-slider-nav-wrap{right:-280px}}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-portfolio-11-slider-nav-wrap{right:-80px;width:900px}}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.tp-portfolio-11-slider-nav-wrap{right:-80px;width:600px}}.tp-portfolio-11-slider-nav-wrap .slides-number{position:absolute;right:12%;bottom:-10%;z-index:99}@media only screen and (min-width:1600px)and (max-width:1700px){.tp-portfolio-11-slider-nav-wrap .slides-number{right:39%}}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-portfolio-11-slider-nav-wrap .slides-number{right:16%}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-portfolio-11-slider-nav-wrap .slides-number{right:19%}}.tp-portfolio-11-slider-nav-wrap .slides-number span{font-size:50px;font-weight:500;line-height:1;text-align:center;text-transform:uppercase;color:var(--tp-common-white);font-family:var(--tp-ff-body);min-width:50px}.tp-portfolio-11-slider-nav-wrap .slides-number .slider-line{height:1px;width:850px;margin-right:45px;background-color:#fff3}@media only screen and (min-width:1600px)and (max-width:1700px){.tp-portfolio-11-slider-nav-wrap .slides-number .slider-line{width:500px}}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-portfolio-11-slider-nav-wrap .slides-number .slider-line{width:520px}}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-portfolio-11-slider-nav-wrap .slides-number .slider-line{width:240px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-portfolio-11-slider-nav-wrap .slides-number .slider-line{width:215px}}.tp-portfolio-11-slider-nav-active button{left:0;width:55px;bottom:-45px;height:56px;line-height:53px;text-align:center;border-radius:50%;position:absolute;color:var(--tp-common-white);border:2px solid rgba(255,255,255,.2);transition:.3s}.tp-portfolio-11-slider-nav-active button.slick-next{margin-left:70px}.tp-portfolio-11-slider-nav-active button i{font-weight:500}.tp-portfolio-11-slider-nav-active button:hover{color:var(--tp-common-black);border-color:var(--tp-common-white);background-color:var(--tp-common-white)}.tp-portfolio-11-slider-nav-active .slick-list{padding:50px 0}.tp-portfolio-11-slider-nav-content-wrap{position:absolute;top:0;left:0;height:100%}.tp-portfolio-11-slider-nav-content{height:100%;padding:30px}.tp-portfolio-11-slider-nav-year span{height:30px;font-size:16px;font-weight:700;border-radius:4px;padding:0 12px;line-height:30px;display:inline-block;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:var(--tp-common-white);font-family:var(--tp-ff-body);background:#fff3}.tp-portfolio-11-slider-nav-subtittle{font-size:13px;font-weight:600;line-height:10px;margin-bottom:10px;display:inline-block;text-transform:uppercase;color:var(--tp-common-white)}.tp-portfolio-11-slider-nav-tittle{font-size:40px;font-weight:400;line-height:1;color:var(--tp-common-white);font-family:var(--tp-ff-mango);margin-bottom:0;letter-spacing:1px}.tp--hover-item{position:relative}.tp--hover-img canvas{top:0;left:0;width:100%;height:100%;position:absolute}@media only screen and (min-width:1200px)and (max-width:1399px){.creative-project-2-style{padding-bottom:0}}.creative-project-2-top{margin-bottom:70px}.creative-project-2-top .tp-section-subtitle{margin-bottom:100px}@media only screen and (min-width:1200px)and (max-width:1399px){.creative-project-2-top .tp-section-subtitle{margin-bottom:80px}}@media only screen and (min-width:992px)and (max-width:1199px){.creative-project-2-top .tp-section-subtitle{margin-bottom:60px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-project-2-top .tp-section-subtitle{margin-bottom:20px}}@media only screen and (min-width:1200px)and (max-width:1399px){.creative-project-2-top .tp-section-title.fs-64{font-size:50px}}@media only screen and (min-width:992px)and (max-width:1199px){.creative-project-2-top .tp-section-title.fs-64{font-size:40px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-project-2-top .tp-section-title.fs-64{font-size:40px;margin-bottom:30px}}.design-project-2-style .design-project-title-box p{max-width:350px}.tp-funfact-img img{height:144px;width:144px;border-radius:50%;object-fit:contain}@media only screen and (min-width:992px)and (max-width:1199px){.tp-funfact-img img{height:100px;width:100px;object-fit:contain}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-funfact-img img{height:100%;width:100%}}.tp-funfact-green-wrap{padding-top:130px;padding-bottom:70px;border-right:10px solid #fff}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-funfact-green-wrap{border-right:0;border-bottom:10px solid #fff}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-funfact-green-wrap{padding-top:70px}}.tp-funfact-shape-1{position:absolute;bottom:0;right:0}.tp-funfact-subtitle{font-weight:600;font-size:16px;line-height:1.5;margin-bottom:20px;display:inline-block;color:var(--tp-common-black)}@media(max-width:767px){.tp-funfact-subtitle{margin-bottom:10px}}.tp-funfact-title{font-weight:700;font-size:30px;line-height:1;letter-spacing:-.06em;text-transform:uppercase;color:var(--tp-common-black)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-funfact-title{padding-left:0}}.tp-funfact-number span{font-weight:700;font-size:400px;line-height:1;margin-left:-20px;display:inline-block;letter-spacing:-.1em;text-transform:uppercase;color:var(--tp-common-red-3);transform:translateY(-50px)}@media only screen and (min-width:992px)and (max-width:1199px){.tp-funfact-number span{font-size:300px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-funfact-number span{font-size:200px;margin-left:0;transform:translateY(0)}}@media(max-width:767px){.tp-funfact-number span{font-size:112px;margin-left:0;transform:translateY(0)}}.tp-funfact-number span i{color:var(--tp-common-red-3);-webkit-text-stroke:6px #F8F8FB;margin-left:-15px;font-style:normal;display:inline-block;transform:rotate(-8deg)}@media(max-width:767px){.tp-funfact-number span i{margin-left:0;transform:rotate(0)}}.tp-funfact-number span em{margin-right:45px}@media(max-width:767px){.tp-funfact-number span em{margin-right:20px}}.tp-funfact-green-wrap.pink-style .tp-funfact-subtitle,.tp-funfact-green-wrap.pink-style .tp-funfact-title,.tp-funfact-green-wrap.pink-style .tp-funfact-number span,.tp-funfact-green-wrap.pink-style .tp-funfact-number span i{color:var(--tp-theme-pink)}.tp-funfact-green-wrap.yellow-style .tp-funfact-number span,.tp-funfact-green-wrap.yellow-style .tp-funfact-subtitle,.tp-funfact-green-wrap.yellow-style .tp-funfact-title{color:var(--tp-theme-yellow)}.tp-funfact-panel{width:100%;height:100%;will-change:transform;opacity:1!important}.tp-funfact-panel-wrap{width:300%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:no-wrap;flex-wrap:no-wrap}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-funfact-panel-wrap{width:100%;height:100%;flex-wrap:wrap}}@media only screen and (min-width:768px)and (max-width:991px){.tp-funfact-content-wrap{padding-left:0}}@media(max-width:767px){.tp-funfact-content-wrap{padding-left:0;margin-bottom:30px}}@media(max-width:767px){.tp-funfact-big-img{display:none}}.ar-funfact-item h4{line-height:.8;font-size:100px;letter-spacing:-.04em;color:var(--tp-common-black);font-family:var(--tp-ff-clash-regular)}.ar-funfact-item h4 i{font-style:normal}.ar-funfact-item span{font-weight:500;font-size:16px;line-height:1;letter-spacing:1px;text-transform:uppercase;color:var(--tp-common-black);font-family:var(--tp-ff-clash-medium)}@media only screen and (min-width:992px)and (max-width:1199px){.ar-funfact-item span{font-size:15px}}.ar-funfact-bg{padding:45px 0 0}.st-counter-wrapper{border-top:1px solid rgba(69,48,48,.15);border-bottom:1px solid rgba(69,48,48,.15)}.st-counter-wrapper .row [class*=col-]:not(:last-child){border-right:1px solid rgba(69,48,48,.15)}@media(max-width:767px){.st-counter-wrapper .row [class*=col-]:not(:last-child){border:none}}.st-counter-item{position:relative;padding-top:105px;padding-bottom:110px;z-index:2}@media only screen and (min-width:768px)and (max-width:991px){.st-counter-item{padding-top:70px;padding-bottom:75px}}@media only screen and (min-width:992px)and (max-width:1199px){.st-counter-item{padding:70px 0}}@media(max-width:767px){.st-counter-item{padding:50px 0}}.st-counter-item:hover:before{opacity:1;height:100%;visibility:visible}.st-counter-item:before{position:absolute;content:"";top:0;left:0;height:0;width:100%;opacity:0;z-index:-1;visibility:hidden;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background:linear-gradient(180deg,#fff0,#ffffffe6)}.st-counter-item h4{font-size:80px;font-weight:700;line-height:1;margin-bottom:20px;letter-spacing:-3.2px;color:var(--tp-common-brown);font-family:var(--tp-ff-poppins)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-counter-item h4{font-size:60px;margin-bottom:10px}}.st-counter-item h4 i{font-style:normal}.st-counter-item span{font-size:18px;font-weight:400;color:#494949;line-height:1.3;display:inline-block;font-family:var(--tp-ff-poppins)}.ar-funfact-2-style .ar-funfact-item{position:relative;padding-left:30px}.ar-funfact-2-style .ar-funfact-item:after{position:absolute;content:"";top:-15px;left:0;width:1px;height:140px;display:inline-block;background-color:#ffffff1a}.ar-funfact-2-style .ar-funfact-item h4{color:var(--tp-common-white);font-family:var(--tp-ff-inter)}@media only screen and (min-width:1200px)and (max-width:1399px),(max-width:767px){.ar-funfact-2-style .ar-funfact-item h4{font-size:75px}}.ar-funfact-2-style .ar-funfact-item span{font-size:18px;letter-spacing:0;text-transform:capitalize;color:var(--tp-common-white);font-family:var(--tp-ff-inter)}@media only screen and (min-width:1200px)and (max-width:1399px){.ar-funfact-2-style .ar-funfact-item span{font-size:14px}}.ar-funfact-2-border{position:relative;border-bottom:1px solid rgba(255,255,255,.1)}.ar-funfact-2-border:after{position:absolute;bottom:-10px;left:0;right:0;height:1px;width:95%;content:"";margin:0 auto;text-align:center;display:inline-block;background-color:#ffffff1a}@media(max-width:767px){.tp-work-area{padding-top:20px;padding-bottom:20px}}.tp-work-item{border:4px solid #fff;padding:10px;background-color:#f6f6f9}@media(max-width:767px){.tp-work-item{padding:10px}}.tp-work-item.about-us-3-bg{border-radius:20px;border-color:#ffffe6;background-color:#ffffe6}.tp-work-item.about-us-3-bg .tp-work-number span{background-color:#e7ff48}.tp-work-item.about-us-3-bg .tp-work-number i,.tp-work-item.about-us-3-bg .tp-work-title{color:#2a4c3a}.tp-work-number{margin-bottom:45px;display:inline-block}.tp-work-number span{height:80px;width:60px;text-align:center;border-radius:50%;display:inline-block;transform:rotate(30deg);background-color:var(--tp-common-red-3)}.tp-work-number i{position:absolute;top:25px;left:12px;font-style:italic;font-weight:800;font-size:30px;letter-spacing:-.03em;color:var(--tp-common-white);font-family:var(--tp-ff-besley)}.tp-work-title{font-weight:700;font-size:30px;line-height:1.2;letter-spacing:-.04em;text-transform:uppercase;margin-bottom:12px}@media(max-width:767px){.tp-work-title{font-size:20px;margin-bottom:5px}.tp-work-content p{line-height:1.2!important}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-work-title-box{margin-bottom:15px}}.tp-work-content p{font-weight:400;font-size:16px;line-height:1.5;margin-bottom:0;letter-spacing:-.02em;color:var(--tp-common-black)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-work-content p br{display:none}}.tp-work-wrapper{margin-left:100px}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-work-wrapper{margin-left:60px}}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-work-wrapper{margin-left:0}}.creative-work-content p{font-weight:500;font-size:16px;line-height:1.5;margin-bottom:0;color:var(--tp-common-white)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-work-content p br{display:none}}.creative-work-icon img{margin-bottom:20px}.creative-work-item{padding:45px;border-radius:20px;background-color:#0e0f11;border:1px solid rgba(255,255,255,.1)}@media only screen and (min-width:1400px)and (max-width:1599px){.creative-work-item{padding:30px}}@media only screen and (min-width:1200px)and (max-width:1399px){.creative-work-item{padding:35px}}.creative-work-bg{padding:110px 100px 80px;border-radius:20px}@media only screen and (min-width:1200px)and (max-width:1399px){.creative-work-bg{padding:110px 70px 80px}}@media only screen and (min-width:992px)and (max-width:1199px){.creative-work-bg{padding:110px 30px 80px}}@media only screen and (min-width:768px)and (max-width:991px){.creative-work-bg{padding:110px 50px 80px}}@media(max-width:767px){.creative-work-bg{padding:110px 20px 80px}}.creative-work-square-box{position:absolute;top:0;left:0;height:100px;width:400px;display:inline-block;border-radius:0 0 20px;background-color:#0e0f11}@media only screen and (min-width:992px)and (max-width:1199px){.creative-work-square-box{top:-50px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-work-square-box{display:none}}.creative-work-square-box:after,.creative-work-square-box:before{content:"";position:absolute;bottom:60px;right:-20px;height:40px;width:20px;border-top-left-radius:20px;background-color:transparent;box-shadow:0 -18px #0e0f11}@media only screen and (min-width:992px)and (max-width:1199px){.creative-work-square-box:after{bottom:10px}}.creative-work-square-box:before{bottom:-40px;left:0}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.design-work-area{text-align:center;padding-bottom:80px}}.design-work-item img{width:100%;border-radius:30px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.design-work-item img{margin-bottom:60px}}@media(max-width:767px){.design-work-item img{margin-bottom:30px}}.design-work-content{position:absolute;top:50%;left:0;right:0;margin:0 auto;max-width:420px;text-align:center;display:inline-block;transform:translateY(-50%)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.design-work-content{position:static;margin-bottom:60px;transform:translateY(0)}}.design-work-content p{font-weight:500;font-size:24px;line-height:1.25;color:#e0eeee;margin-bottom:55px;letter-spacing:-.02em}@media(max-width:767px){.design-work-content p{font-size:20px}}.design-work-content img{margin-bottom:30px}.creative-work-2-style .tp-section-title.fs-44{font-weight:500}.tp-testimonial-bg{padding-top:160px;padding-bottom:125px;border-radius:50px 50px 0 0}@media only screen and (min-width:768px)and (max-width:991px){.tp-testimonial-bg{padding-top:100px;padding-bottom:100px}}@media(max-width:767px){.tp-testimonial-bg{padding-top:80px;padding-bottom:80px}}.tp-testimonial-ratting{display:inline-block;border-radius:100px;padding:11px 30px 11px 16px;border:1px solid rgba(255,255,255,.1)}.tp-testimonial-ratting img{flex:0 0 auto;margin-right:15px}.tp-testimonial-ratting-icon span{font-weight:600;font-size:16px;line-height:1;margin-right:4px;display:inline-block;letter-spacing:-.04em;text-transform:uppercase;color:var(--tp-common-white)}.tp-testimonial-ratting-icon i{font-size:14px;color:#ef2b10}.tp-testimonial-ratting-icon i svg{transform:translateY(-3px)}.tp-testimonial-ratting-info p{font-weight:500;font-size:13px;line-height:1.2;margin-bottom:0;letter-spacing:-.01em;color:#fff9}.tp-testimonial-item{transition:.3s;margin:0 -25px;display:inline-block;padding:30px 30px 45px;background-color:var(--tp-common-red-3);border:6px solid var(--tp-common-black-3)}@media(max-width:767px){.tp-testimonial-item{margin:0}}.tp-testimonial-item.grey-style{transform:rotate(-7deg);background-color:#e1e1e1}@media(max-width:767px){.tp-testimonial-item.grey-style{transform:rotate(0)}}.tp-testimonial-item.green-style{margin-top:70px;position:relative;z-index:2;transform:rotate(2deg)}.tp-testimonial-item.green-style .tp-testimonial-text p,.tp-testimonial-item.green-style .tp-testimonial-author-info span,.tp-testimonial-item.green-style .tp-testimonial-author-info p{color:var(--tp-common-white)}@media(max-width:767px){.tp-testimonial-item.green-style{margin-top:0;transform:rotate(0)}}.tp-testimonial-item.black-style{margin-top:-50px;transform:rotate(2deg);background:#2a2a2a}@media(max-width:767px){.tp-testimonial-item.black-style{margin-top:0;transform:rotate(0)}}.tp-testimonial-item.black-style .tp-testimonial-text p,.tp-testimonial-item.black-style .tp-testimonial-author-info span{color:var(--tp-common-white)}.tp-testimonial-item.black-style .tp-testimonial-author-info p{color:#ffffff80}.tp-testimonial-item.white-style{position:relative;z-index:2;transform:rotate(-7deg);background-color:var(--tp-common-white)}@media(max-width:767px){.tp-testimonial-item.white-style{transform:rotate(0)}}.tp-testimonial-item:hover{position:relative;z-index:5}.tp-testimonial-text p{font-weight:500;font-size:22px;line-height:1.27;margin-bottom:65px;letter-spacing:-.04em;color:var(--tp-common-black)}.tp-testimonial-avater{flex:0 0 auto;margin-right:12px}.tp-testimonial-avater img{height:50px;width:50px;border-radius:50%}.tp-testimonial-author-info span{font-weight:700;font-size:18px;letter-spacing:-.02em;color:var(--tp-common-black)}.tp-testimonial-author-info p{font-weight:500;font-size:14px;line-height:1.43;color:#4d5051;margin-bottom:0}.tp-testimonial-slider-active{padding-top:180px;margin:0 -100px}@media(max-width:767px){.tp-testimonial-slider-active{padding-top:60px;margin:0}}.tp-testimonial-global img.global-img{position:absolute;top:25%;left:0;right:0;text-align:center;width:900px;margin:0 auto;padding-top:100px;animation:animationglob 30s cubic-bezier(1,.99,.03,.01) infinite;-webkit-animation:animationglob 50s cubic-bezier(1,.99,.03,.01) infinite}@media only screen and (min-width:576px)and (max-width:767px){.tp-testimonial-global img.global-img{top:10%}}.tp-testimonial-global img.overlay-img{position:absolute;top:16%;left:0;right:0;text-align:center;margin:0 auto;z-index:2}.dgm-testimonial-quote{margin-bottom:15px}.dgm-testimonial-quote span{color:var(--tp-common-black)}.dgm-testimonial-text{margin-bottom:35px}.dgm-testimonial-text p{font-weight:400;font-size:22px;line-height:1.56;letter-spacing:-.02em;color:var(--tp-common-black);font-family:var(--tp-ff-grotesk)}.dgm-testimonial-author{display:inline-block;height:50px;width:50px}.dgm-testimonial-author-wrap{margin-bottom:40px}.dgm-testimonial-author-img{border-radius:50%;border:2px solid var(--tp-common-white)}.dgm-testimonial-author-logo{position:absolute;bottom:-5px;right:0;border-radius:50%;border:2px solid var(--tp-common-white)}.dgm-testimonial-author-name{font-weight:700;font-size:18px;margin-bottom:5px;letter-spacing:-.02em;color:var(--tp-common-black);font-family:var(--tp-ff-grotesk)}.dgm-testimonial-author-info{line-height:1;margin-left:15px;text-align:left}.dgm-testimonial-author-info span{font-weight:500;font-size:14px;line-height:1.43;color:#525356}.dgm-testimonial-slider-wrap{padding:0 170px}@media only screen and (min-width:1600px)and (max-width:1700px){.dgm-testimonial-slider-wrap{padding:0 80px}}@media only screen and (min-width:1400px)and (max-width:1599px){.dgm-testimonial-slider-wrap{padding:0 70px}}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.dgm-testimonial-slider-wrap{padding:0}}.dgm-testimonial-dot .swiper-pagination-bullet{width:12px;height:12px;opacity:1;transition:.3s;border-radius:50%;display:inline-block;background:transparent;border:1px solid rgba(20,24,32,.3)}.dgm-testimonial-dot .swiper-pagination-bullet.swiper-pagination-bullet-active{border-color:var(--tp-common-black);background-color:var(--tp-common-black)}@media only screen and (min-width:1200px)and (max-width:1399px){.dgm-testimonial-space{padding-top:80px;padding-bottom:80px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.dgm-testimonial-space{padding-top:0}.dgm-testimonial-radius{border-radius:40px 40px 0 0!important}}.dgm-testimonial-bg{position:absolute;height:100%;width:100%;z-index:0;background-repeat:no-repeat;background-position:right bottom}.dgm-testimonial-thumb{position:absolute;top:0;left:0;height:100%;width:50%;overflow:hidden}@media only screen and (min-width:992px)and (max-width:1199px){.dgm-testimonial-thumb{position:relative;width:100%;height:500px;margin-bottom:60px}}@media only screen and (min-width:768px)and (max-width:991px){.dgm-testimonial-thumb{position:relative;width:100%;height:400px;margin-bottom:60px}}@media(max-width:767px){.dgm-testimonial-thumb{position:relative;width:100%;height:250px;margin-bottom:30px}}.dgm-testimonial-thumb img{width:100%;height:100%;object-fit:cover}.dgm-testimonial-thumb .anim-zoomin-wrap{height:100%}.dgm-testimonial-playbtn{position:absolute;top:50%;left:0;right:0;width:100px;height:100px;margin:0 auto;line-height:100px;text-align:center;border-radius:50%;transform:translateY(-50%);display:inline-block;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:var(--tp-common-black);background-color:var(--tp-common-white);animation:animate-pulse 3s linear infinite}.dgm-testimonial-playbtn span{margin-left:2px}.dgm-testimonial-playbtn:hover{transform:translateY(-50%) scale(1.1)}.dgm-testimonial-radius{border-radius:20px;overflow:hidden;background-size:cover;background-repeat:no-repeat}.creative-testimonial-item{padding:35px;border-radius:20px;background-color:#1a1b1e}.creative-testimonial-avater img{flex:0 0 auto;border-radius:50%;margin-right:13px;height:54px;width:54px}.creative-testimonial-avater-info{line-height:1}.creative-testimonial-avater-info h4{font-weight:500;font-size:16px;line-height:1;margin-bottom:8px;letter-spacing:-.03em;color:var(--tp-common-white)}.creative-testimonial-avater-info span{font-weight:400;font-size:15px;line-height:1;letter-spacing:-.03em;color:#fff9}.creative-testimonial-avater-wrap{margin-bottom:35px}@media(max-width:767px){.creative-testimonial-avater-wrap{flex-wrap:wrap}}.creative-testimonial-text p{font-weight:600;font-size:26px;line-height:1.3;margin-bottom:0;letter-spacing:-.02em;color:var(--tp-common-white)}@media(max-width:767px){.creative-testimonial-text p{font-size:24px}}.creative-testimonial-text p span{margin-right:8px;display:inline-block}.creative-testimonial-text p span svg{transform:translateY(-7px)}.creative-testimonial-active{margin-right:-370px}@media(max-width:767px){.creative-testimonial-active{margin:0}}.creative-testimonial-slider-wrap .tp-scrollbar{margin-top:80px;height:2px;width:100%;overflow:hidden;background:#ffffff1a}@media(max-width:767px){.creative-testimonial-slider-wrap .tp-scrollbar{margin-top:40px}}.creative-testimonial-slider-wrap .tp-scrollbar .swiper-scrollbar-drag{background:#fff}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-testimonial-arrow{margin-bottom:30px}}.creative-testimonial-arrow button{height:40px;width:40px;line-height:1;border-radius:50%;text-align:center;display:inline-block;transition:.3s;color:var(--tp-common-white);background-color:#242426}.creative-testimonial-arrow button:hover{color:var(--tp-common-black);background-color:var(--tp-common-green-light)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-testimonial-btn{margin-bottom:30px}}@media only screen and (min-width:768px)and (max-width:991px){.design-testimonial-area{padding-top:0;padding-bottom:80px}}@media(max-width:767px){.design-testimonial-area{padding-top:0;padding-bottom:80px}}.design-testimonial-right .tp-testimonial-ratting-box{transform:translateY(-45px)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.design-testimonial-right .tp-testimonial-ratting-box{transform:translateY(0)}}.design-testimonial-slide-wrap.studio-testimonial-color .design-testimonial-author h4,.design-testimonial-slide-wrap.studio-testimonial-color .design-testimonial-review h4,.design-testimonial-slide-wrap.studio-testimonial-color .design-testimonial-text p{color:var(--tp-common-cream)}.design-testimonial-item{padding:50px 60px;border-radius:30px;background-color:#1a1b1e}@media(max-width:767px){.design-testimonial-item{padding:40px 30px}}.design-testimonial-author{margin-bottom:60px}.design-testimonial-author h4{font-weight:600;font-size:20px;line-height:1.5;color:#e0eeee;margin-bottom:0;letter-spacing:-.02em}.design-testimonial-author span{font-weight:400;font-size:18px;line-height:1.67;color:#999da6;letter-spacing:-.02em}.design-testimonial-review{margin-bottom:10px}.design-testimonial-review h4{font-weight:500;font-size:100px;line-height:1;color:#e0eeee;margin-bottom:0;margin-right:15px;letter-spacing:-.08em}@media only screen and (min-width:576px)and (max-width:767px){.design-testimonial-review h4{font-size:80px}}.design-testimonial-review-icon{transform:translateY(-15px)}.design-testimonial-text p{font-weight:500;font-size:24px;color:#e0eeee;line-height:1.42;margin-bottom:0;letter-spacing:-.02em}@media(max-width:767px){.design-testimonial-text p{font-size:20px}}.design-testimonial-active{margin:0 -380px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.design-testimonial-active{margin:0}}@media only screen and (min-width:992px)and (max-width:1199px){.design-testimonial-area{padding-top:0}}@media only screen and (min-width:768px)and (max-width:991px){.design-testimonial-area{padding-bottom:120px}}.ar-testimonial-item p{font-size:36px;line-height:1.2;margin-bottom:0;letter-spacing:0;color:var(--tp-common-black);font-family:var(--tp-ff-clash-regular)}@media only screen and (min-width:1200px)and (max-width:1399px){.ar-testimonial-item p{font-size:34px}}@media only screen and (min-width:768px)and (max-width:991px){.ar-testimonial-item p{font-size:30px}}@media(max-width:767px){.ar-testimonial-item p{font-size:30px}.ar-testimonial-item p br{display:none}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ar-testimonial-arrow{text-align:center;margin-top:70px}}.ar-testimonial-arrow button{width:50px;height:50px;line-height:1;transition:.3s;border-radius:50%;display:inline-block;border:1px solid rgba(25,25,25,.1)}.ar-testimonial-arrow button:hover{color:var(--tp-common-white);border-color:var(--tp-common-red-2);background-color:var(--tp-common-red-2)}.ar-testimonial-arrow button span svg{margin-left:1px}.ar-testimonial-arrow button.ar-testimonial-prev,.ar-testimonial-arrow button.ar-testimonial-next{position:absolute;top:50%;left:-85px;transform:translateY(-50%)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ar-testimonial-arrow button.ar-testimonial-prev,.ar-testimonial-arrow button.ar-testimonial-next{position:static}}.ar-testimonial-arrow button.ar-testimonial-next{left:auto;right:-85px}.ar-testimonial-shape-1{position:absolute;top:-52%;left:-2%;right:0;z-index:-1;text-align:center}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ar-testimonial-area{padding-bottom:80px}}.ar-testimonial-author span{font-weight:600;font-size:16px;text-align:center;color:var(--tp-common-cream-3)}.ar-testimonial-author span i{font-style:normal;color:#fffde180}.ar-testimonial-quote{margin-bottom:35px}.ar-testimonial-quote span{color:var(--tp-common-cream-3)}.fraction-wrapper{position:absolute;bottom:-80px;left:50%;width:270px;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%);z-index:1;height:12px}.fraction-wrapper #paginations span{font-size:16px;color:var(--tp-common-black)}.fraction-wrapper #paginations span:last-child{float:right}#paginations{position:absolute;bottom:-7px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%);z-index:1}.shop-slider-progress-bar{position:absolute;top:50%;left:50%;width:200px;height:1px;z-index:11;background-color:#d9d9d9;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.crp-testimonial-style .ar-testimonial-item p{font-weight:400;font-size:40px;line-height:1.1;padding:0 20px;margin-bottom:30px;font-family:var(--tp-ff-teko);color:var(--tp-common-cream-3)}@media only screen and (min-width:992px)and (max-width:1199px){.crp-testimonial-style .ar-testimonial-item p{padding:0}.crp-testimonial-style .ar-testimonial-item p br{display:none}}@media only screen and (min-width:768px)and (max-width:991px){.crp-testimonial-style .ar-testimonial-item p{padding:0;font-size:35px}.crp-testimonial-style .ar-testimonial-item p br{display:none}}@media(max-width:767px){.crp-testimonial-style .ar-testimonial-item p{font-size:27px;padding:0}.crp-testimonial-style .ar-testimonial-item p br{display:none}}.crp-testimonial-style .ar-testimonial-arrow button{color:var(--tp-common-cream-3);border:1px solid rgba(255,253,225,.1)}.crp-testimonial-style .ar-testimonial-arrow button:hover{color:var(--tp-common-black);border-color:var(--tp-common-yellow-green);background-color:var(--tp-common-yellow-green)}@media(max-width:767px){.app-testimonial-ptb{padding-bottom:100px}}.app-testimonial-shape .shape-1{position:absolute;right:21%;top:8%}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.app-testimonial-shape .shape-1{right:15%}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.app-testimonial-shape .shape-1{display:none}}.app-testimonial-shape .shape-2{position:absolute;left:21%;top:22%}@media only screen and (min-width:992px)and (max-width:1199px){.app-testimonial-shape .shape-2{left:12%}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.app-testimonial-shape .shape-2{display:none}}.app-testimonial-shape .shape-3{top:0;left:50%;position:absolute;transform:translate(-50%)}.app-testimonial-big-text{top:80px;left:50%;position:absolute;transform:translate(-50%)}.app-testimonial-big-text h3{margin:0;font-size:320px;font-weight:700;text-transform:uppercase;font-family:var(--tp-ff-phudu);background:linear-gradient(180deg,#21212d0a,#21212d05);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media only screen and (min-width:768px)and (max-width:991px){.app-testimonial-big-text h3{font-size:235px}}@media(max-width:767px){.app-testimonial-big-text h3{font-size:182px}}.app-testimonial-review{width:290px;display:flex;padding:9px 16px;align-items:center;border-radius:100px;border:1px solid #FFF;background:linear-gradient(180deg,#fff9 .96%,#e0e1e999);box-shadow:0 1px 2px #21212d1a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.app-testimonial-review-width{display:flex;justify-content:center}.app-testimonial-review-icon{margin-right:12px}.app-testimonial-review-content span{font-size:16px;font-weight:600;line-height:1;display:inline-block;letter-spacing:-.64px;text-transform:uppercase;color:var(--tp-common-black-10)}.app-testimonial-review-content span i{font-style:normal;margin-right:5px}.app-testimonial-review-content p{font-size:13px;margin-bottom:0;line-height:1;letter-spacing:-.13px}.app-testimonial-content{text-align:start}.app-testimonial-content p{font-size:24px;font-weight:500;line-height:1.5;margin-bottom:0;color:var(--tp-common-black)}.app-testimonial-item{padding:30px;border-radius:24px;margin:17px;min-width:460px;background:var(--tp-common-white);box-shadow:0 4px 12px #21212d14}.app-testimonial-item-icon{margin-right:15px}.app-testimonial-item-icon span{display:inline-block;height:60px;width:60px;line-height:55px;text-align:center;border-radius:50%;border:1px solid rgba(33,33,45,.08)}.app-testimonial-item-icon-title{font-size:16px;font-weight:600;margin-bottom:0;color:var(--tp-common-black-10)}.app-testimonial-item-icon-content p{margin:0;color:#494954;font-size:14px;font-weight:400;line-height:28px}.app-testimonial-item-content p{color:#494954;letter-spacing:-.18px}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.app-testimonial-item-content p br{display:none}}.app-testimonial-item-star{line-height:1}.app-testimonial-wrapper{display:flex;align-items:flex-start;justify-content:flex-start;animation:marquee-horizontal 30s linear infinite}@media(max-width:767px){.app-testimonial-wrapper{animation:marquee-horizontal 10s linear infinite}}.app-testimonial-wrapper:hover{animation-play-state:paused}.app-testimonial-slider{margin-left:-250px}@media(max-width:767px){.app-testimonial-slider{margin-left:0}}@media(max-width:767px){.it-testimonial-ptb{padding-top:100px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.it-testimonial-thumb{margin-bottom:30px}}.it-testimonial-thumb img{border-radius:50%}.it-testimonial-content{margin-left:30px;margin-top:10px}.it-testimonial-content img{margin-bottom:23px}.it-testimonial-content p{font-weight:300;font-size:24px;line-height:1.3;color:#61616a;margin-bottom:25px;letter-spacing:.02em;font-family:var(--tp-ff-platform)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.it-testimonial-content p br{display:none}}.it-testimonial-content span{font-weight:500;font-size:24px;line-height:1.1;letter-spacing:.04em;color:var(--tp-common-black-10);font-family:var(--tp-ff-platform)}@media(max-width:767px){.it-testimonial-arrow{display:none}}.it-testimonial-arrow button{width:50px;height:50px;line-height:1;border-radius:60px;background-color:var(--tp-common-white);border:1px solid rgba(33,33,45,.1)}.it-testimonial-arrow button:hover{background-color:#7463ff;color:var(--tp-common-white)}.it-testimonial-prev{position:absolute;top:50%;left:-15%;transform:translateY(-50%)}.it-testimonial-next{position:absolute;top:50%;right:-12%;transform:translateY(-50%)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-testimonial-ptb{padding-top:100px;padding-bottom:100px}}.st-testimonial-shape-1{position:absolute;left:0;right:0;top:20%;z-index:-1;margin:0 auto;text-align:center}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-testimonial-shape-1{display:none}}.st-testimonial-shape-2{position:absolute;right:20%;top:20%}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-testimonial-shape-2{display:none}}.st-testimonial-box{padding:45px 55px 50px;border-radius:15px;background:var(--tp-common-white);box-shadow:-10px 10px 60px #ebe4db}.st-testimonial-box-top{padding-bottom:40px;margin-bottom:40px;border-bottom:1px solid rgba(69,48,48,.15)}.st-testimonial-box-top i{display:block;color:#494949;font-size:18px;font-style:normal;font-weight:400;text-transform:uppercase}.st-testimonial-box-rating{font-size:80px;font-weight:700;letter-spacing:-3.2px;color:var(--tp-common-brown);font-family:var(--tp-ff-poppins)}.st-testimonial-box-star{margin-bottom:15px;display:inline-block}.st-testimonial-box-star svg{margin-right:2px}.st-testimonial-box-content p{margin:0;font-size:20px;font-weight:500;letter-spacing:-.4px;color:var(--tp-common-brown);font-family:var(--tp-ff-poppins)}@media only screen and (min-width:1200px)and (max-width:1399px){.st-testimonial-box-content p{font-size:18px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-testimonial-box-content p{font-size:16px}}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-testimonial-box-content p br{display:none}}.st-testimonial-wrapper{margin-right:-300px}@media(max-width:767px){.st-testimonial-wrapper{margin-right:0}}.st-testimonial-item{position:relative;padding:60px 40px;border-radius:15px;background:var(--tp-common-brown)}@media(max-width:767px){.st-testimonial-item{padding:45px 30px}}.st-testimonial-item-user{position:absolute;bottom:60px;left:40px;height:calc(100% - 120px);display:inline-block;padding-right:30px;margin-right:30px;writing-mode:sideways-lr;border-right:1px solid rgba(255,255,255,.2)}@media(max-width:767px){.st-testimonial-item-user{position:static;writing-mode:unset;padding-right:0;margin-right:0;border-right:none}}.st-testimonial-item-user span{font-size:24px;font-weight:500;margin-right:10px;display:inline-block;letter-spacing:-.48px;color:var(--tp-common-white);font-family:var(--tp-ff-poppins)}.st-testimonial-item-user p{font-size:17px;font-weight:400;margin-bottom:0;line-height:1;color:#fff9}.st-testimonial-item-content{margin-left:120px}@media(max-width:767px){.st-testimonial-item-content{margin-left:0;margin-top:30px}}.st-testimonial-item-content p{font-size:24px;font-weight:400;margin-bottom:20px;letter-spacing:-.48px;color:#fff9}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-testimonial-item-content p{font-size:20px}}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-testimonial-item-content p br{display:none}}.st-testimonial-item-content p i{font-style:normal;color:var(--tp-common-white)}.st-testimonial-item-quote{margin-bottom:25px}.st-testimonial-bottom{margin-top:55px}.st-testimonial-bottom span{font-size:18px;font-weight:600;color:#494949;display:inline-block;letter-spacing:-.36px;text-transform:uppercase}.st-testimonial-bottom span a{color:var(--tp-common-brown);text-decoration:underline}.cr-testimonial-ptb{border-bottom:1px solid rgba(255,255,255,.07)}.cr-testimonial-box{padding:24px 24px 24px 0;border-left:1px solid rgba(255,255,255,.07);border-right:1px solid rgba(255,255,255,.07)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.cr-testimonial-box{padding:20px}}.cr-testimonial-title{font-size:30px;font-weight:500;letter-spacing:-.6px;color:var(--tp-common-white);font-family:var(--tp-ff-onest)}.cr-testimonial-content{padding-bottom:70px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.cr-testimonial-content{padding-bottom:30px}}.cr-testimonial-content span{font-size:36px;font-weight:700;margin-bottom:5px;display:inline-block;letter-spacing:-1.08px;color:var(--tp-common-white)}.cr-testimonial-content span svg{display:inline-block;transform:translateY(-10px)}.cr-testimonial-content p{color:#aaaab2;font-size:15px;font-weight:500;margin:0}.cr-testimonial-wrapper{border-radius:6px;background:#131416;box-shadow:0 0 4px #ffffff1f inset,0 0 2px 2px #0006}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.cr-testimonial-wrap{padding-bottom:50px;padding-left:0}}.cr-testimonial-item{margin:60px 100px}@media only screen and (min-width:992px)and (max-width:1199px){.cr-testimonial-item{margin:60px 70px}}@media only screen and (min-width:768px)and (max-width:991px){.cr-testimonial-item{margin:60px 85px}}@media(max-width:767px){.cr-testimonial-item{margin:30px}}.cr-testimonial-item-shape{top:-5px;left:50%;line-height:1;position:absolute;transform:translate(-50%)}.cr-testimonial-item-subtitle{color:#aaaab2;font-size:11px;font-weight:600;margin-bottom:5px;text-transform:uppercase}.cr-testimonial-item-title{font-size:24px;font-weight:400;line-height:1.4;margin-bottom:40px;letter-spacing:-.48px;color:var(--tp-common-white);font-family:var(--tp-ff-onest)}@media(max-width:767px){.cr-testimonial-item-title{font-size:20px}}.cr-testimonial-item-user span{font-size:18px;font-weight:700;letter-spacing:-.18px;color:var(--tp-common-white);font-family:var(--tp-ff-onest)}.cr-testimonial-item-user p{margin:0;font-size:14px;font-weight:500;color:#ffffff80}.cr-testimonial-nav{display:flex;gap:10px;padding-top:55px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.cr-testimonial-nav{padding-top:20px}}.cr-testimonial-nav button{display:grid;height:50px;width:50px;place-content:center;display:inline-block;border-radius:40px;color:var(--tp-common-white);border:1px solid rgba(255,255,255,.06);background:#ffffff0f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cr-testimonial-nav button svg{display:inline-block;transform:translateY(-2px)}.cr-testimonial-nav button:hover{color:var(--tp-common-black);background-color:var(--tp-common-white)}@media(max-width:767px){.pp-testimonial-ptb{padding-bottom:100px}}@media(max-width:767px){.tp-testimonial-15-area{padding-top:100px;padding-bottom:100px}}.tp-testimonial-15-bg{position:absolute;top:0;right:0;width:100%;height:100%;mix-blend-mode:luminosity}.tp-testimonial-15-bg img{width:100%;height:100%;object-fit:cover}.tp-testimonial-15-content p{font-size:50px;font-weight:400;line-height:1.2;letter-spacing:-2px;color:var(--tp-cream-2);font-family:var(--tp-ff-playfair);margin-bottom:55px}@media(max-width:767px){.tp-testimonial-15-content p{font-size:36px}}.tp-testimonial-15-content span{font-size:20px;font-weight:500;line-height:1;color:var(--tp-cream-2);font-family:var(--tp-ff-playfair)}.tp-testimonial-15-content span:before{content:"";display:inline-block;height:2px;width:30px;background-color:var(--tp-cream-2);transform:translateY(-5px);margin-right:15px}.tp-testimonial-15-content .quote-shape{position:absolute;top:-37px;left:-70px;z-index:-1;font-style:normal;color:#6f402e;stroke-width:.5px;stroke:#cfc29233}@media only screen and (min-width:992px)and (max-width:1199px){.tp-testimonial-15-content .quote-shape{top:-38px;left:-10px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-testimonial-15-content .quote-shape{left:0}}@media(max-width:767px){.tp-testimonial-15-content .quote-shape{top:-50px;left:0}}.tp-award-area{position:relative;z-index:5;margin-top:-1px}.tp-award-top-wrap{padding:30px 30px 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}@media only screen and (min-width:768px)and (max-width:991px){.tp-award-top-wrap{margin-bottom:100px}}@media(max-width:767px){.tp-award-top-wrap{margin-bottom:80px}}.tp-award-subtitle{font-weight:600;font-size:16px;line-height:1;text-transform:uppercase;color:var(--tp-common-red-3)}.tp-award-item{padding:37px 30px 31px;transition:.3s;position:relative;background-color:var(--tp-common-black-2)}@media(max-width:767px){.tp-award-item{padding:37px 20px 31px}}.tp-award-item:after{position:absolute;content:"";top:0;left:0;height:0;width:100%;transition:.3s ease-in-out;background-color:var(--tp-common-red-3)}.tp-award-item:hover .tp-award-year,.tp-award-item:hover .tp-award-text,.tp-award-item:hover .tp-award-position,.tp-award-item:hover .tp-award-icon{color:var(--tp-common-white)}.tp-award-item:hover:after{height:100%}.tp-award-year{font-weight:400;font-size:20px;line-height:1;min-width:170px;display:inline-block;text-transform:uppercase;color:var(--tp-common-white);transition:.3s}@media only screen and (min-width:768px)and (max-width:991px){.tp-award-year{font-size:14px;min-width:70px}}@media(max-width:767px){.tp-award-year{font-size:14px;min-width:70px;display:block;margin-bottom:10px}}.tp-award-text{font-weight:600;font-size:20px;line-height:1;transition:.3s;letter-spacing:-.02em;text-transform:uppercase;color:var(--tp-common-white)}@media only screen and (min-width:768px)and (max-width:991px){.tp-award-text{font-size:17px}}@media(max-width:767px){.tp-award-text{font-size:14px}}@media only screen and (min-width:576px)and (max-width:767px){.tp-award-text{font-size:20px}}.tp-award-position{font-weight:500;font-size:20px;line-height:1;transition:.3s;color:#fff9}@media(max-width:767px){.tp-award-position{font-size:14px}}.tp-award-icon{transition:.3s;color:var(--tp-common-white)}.tp-award-bg{padding-bottom:165px;border-radius:0 0 50px 50px}@media only screen and (min-width:768px)and (max-width:991px){.tp-award-bg{padding-bottom:110px}}@media(max-width:767px){.tp-award-bg{padding-bottom:80px}}@media(max-width:767px){.tp-award-box-left{margin-bottom:10px}}.hover-reveal-item .tp-award-reveal-img{position:absolute;top:0;left:0;width:210px;height:250px;opacity:0;z-index:9;overflow:hidden;pointer-events:none;border-radius:10px;margin:-150px 0 0 -150px;-webkit-transition:opacity .3s,transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);-moz-transition:opacity .3s,transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);-ms-transition:opacity .3s,transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);-o-transition:opacity .3s,transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);transition:opacity .3s,transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);transform:scale(.4);background-repeat:no-repeat;background-size:cover}.hover-reveal-item:hover .tp-award-reveal-img{opacity:1}.hover-reveal-item .des-team-reveal-img{position:absolute;top:0;left:0;width:300px;height:400px;opacity:0;z-index:9;overflow:hidden;pointer-events:none;border-radius:10px;margin:-150px 0 0 -150px;-webkit-transition:opacity .3s,transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);-moz-transition:opacity .3s,transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);-ms-transition:opacity .3s,transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);-o-transition:opacity .3s,transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);transition:opacity .3s,transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);transform:scale(.4)}.hover-reveal-item:hover .des-team-reveal-img{opacity:1}.hover-reveal-item .des-text-reveal-img{position:absolute;top:0;left:0;width:300px;height:320px;opacity:0;z-index:9;overflow:hidden;pointer-events:none;border-radius:10px;margin:-150px 0 0 -150px;-webkit-transition:opacity .3s,transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);-moz-transition:opacity .3s,transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);-ms-transition:opacity .3s,transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);-o-transition:opacity .3s,transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);transition:opacity .3s,transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);transform:scale(.4)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.hover-reveal-item .des-text-reveal-img{width:200px;height:220px;margin:-120px 0 0 -120px}}@media(max-width:767px){.hover-reveal-item .des-text-reveal-img{width:120px;height:140px;margin:-80px 0 0 -100px}}.hover-reveal-item .des-text-reveal-img img{max-width:100%}.hover-reveal-item:hover .des-text-reveal-img{opacity:1}.hover-reveal-item .design-award-reveal-img{position:absolute;top:0;left:0;width:250px;height:250px;opacity:0;z-index:9;overflow:hidden;pointer-events:none;background-size:cover;border-radius:20px;margin:-150px 0 0 -150px;-webkit-transition:opacity .3s,transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);-moz-transition:opacity .3s,transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);-ms-transition:opacity .3s,transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);-o-transition:opacity .3s,transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);transition:opacity .3s,transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);transform:scale(.4)}.hover-reveal-item:hover .design-award-reveal-img{opacity:1}.hover-reveal-item .studio-service-reveal-img{position:absolute;top:0;left:0;width:360px;height:360px;opacity:0;z-index:9;overflow:hidden;pointer-events:none;margin:-150px 0 0 -150px;-webkit-transition:opacity .3s,transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);-moz-transition:opacity .3s,transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);-ms-transition:opacity .3s,transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);-o-transition:opacity .3s,transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);transition:opacity .3s,transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);transform:scale(.4);object-fit:cover}@media(max-width:767px){.hover-reveal-item .studio-service-reveal-img{height:200px;width:200px}}.hover-reveal-item:hover .studio-service-reveal-img{opacity:1}@media only screen and (min-width:1200px)and (max-width:1399px){.design-award-area{padding-bottom:0}}.design-award-title-box p{font-weight:500;font-size:24px;line-height:1.25;color:#e0eeee;letter-spacing:-.02em;max-width:470px;margin:0 auto}@media(max-width:767px){.design-award-title-box p{font-size:20px}}.design-award-content h4{font-weight:500;font-size:24px;line-height:1.2;margin-bottom:0;padding-right:60px;letter-spacing:-.02em;color:#e0eeee4d}.design-award-content span{flex:0 0 auto;font-weight:500;font-size:18px;line-height:1;letter-spacing:-.02em;color:#e0eeee4d}.design-award-content img{opacity:.3;will-change:transform;transition:all linear 1s}@media(max-width:767px){.design-award-content-xs{flex-direction:column}}@media(max-width:767px){.design-award-content-xs.design-award-content h4{font-size:16px;padding-right:0;margin-bottom:10px}}.design-award-item{position:relative;width:70%;margin:0 auto;padding-bottom:35px;transition-duration:.3s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,1,1);border-bottom:1px solid rgba(224,238,238,.3)}@media only screen and (min-width:768px)and (max-width:991px){.design-award-item{width:690px}}@media(max-width:767px){.design-award-item{width:100%}}.design-award-item:after{position:absolute;content:"";bottom:2px;right:0;height:1px;width:8px;transform:rotate(40deg);background:#e0eeee4d}.design-award-item:before{position:absolute;content:"";bottom:-4px;right:0;height:1px;width:8px;transform:rotate(-40deg);background:#e0eeee4d}.design-award-item:hover{border-color:var(--tp-common-white)}.design-award-item:hover:after,.design-award-item:hover:before{background-color:var(--tp-common-white)}.design-award-item:hover .design-award-content h4,.design-award-item:hover .design-award-content span{color:var(--tp-common-white)}.design-award-item:hover .design-award-content img{transform:rotate(360deg)}.design-award-item.active .design-award-content h4{color:var(--tp-common-white)}.design-award-item.active .design-award-content img{opacity:1}.design-award-item.active .design-award-content span{color:var(--tp-common-white)}.design-award-wrap .row [class*=col]:not(:first-child) .design-award-item{padding-top:40px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.design-social-area{padding-top:0;padding-bottom:0}}@media(max-width:767px){.studio-award-area{padding-bottom:80px}}@media(max-width:767px){.studio-award-title-box{margin-bottom:30px}}.studio-award-content p{font-size:32px;line-height:1.19;margin-bottom:75px;text-transform:uppercase;color:var(--tp-common-cream);font-family:var(--tp-ff-clash-semibold)}@media only screen and (min-width:992px)and (max-width:1199px){.studio-award-content p{font-size:30px}}@media(max-width:767px){.studio-award-content p{font-size:25px}.studio-award-content p br{display:none}}.studio-award-content-wrap{padding-left:55px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.studio-award-content-wrap{padding-left:0}}.studio-award-content-wrap.black-style .studio-award-content p{color:var(--tp-common-black-10)}.studio-award-item span{font-size:16px;display:block;line-height:1;text-transform:uppercase;color:var(--tp-common-cream);font-family:var(--tp-ff-clash-semibold)}.studio-award-item.black-style .studio-award-icon{border-color:#21212d1a}.studio-award-item.black-style span{color:var(--tp-common-black-10)}.studio-award-icon{width:100%;display:block;padding-bottom:30px;margin-bottom:30px;border-bottom:1px solid rgba(249,244,232,.1)}.ar-award-wrap{padding-left:100px;padding-right:100px;border-left:1px solid rgba(29,33,50,.08);border-right:1px solid rgba(29,33,50,.08)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ar-award-wrap{padding:80px 0;border-left:0;border-right:0}}.ar-award-item{padding:26px 0;position:relative;border-bottom:1px solid rgba(29,33,50,.08)}@media(max-width:767px){.ar-award-item{padding:26px 10px}}.ar-award-item:first-child{border-top:1px solid rgba(29,33,50,.08)}.ar-award-item:after{position:absolute;content:"";top:0;left:0;height:0;width:100%;transition:.3s ease-in-out;background-color:var(--tp-common-red-2)}.ar-award-item:hover:after{height:100%}.ar-award-item:hover span{color:var(--tp-common-white)}.ar-award-item:hover span svg{color:var(--tp-common-white)}.ar-award-item:hover .ar-award-box-left{transform:translate(20px)}@media(max-width:767px){.ar-award-item:hover .ar-award-box-left{transform:translate(0)}}.ar-award-item:hover .ar-award-box-right{transform:translate(-20px)}@media(max-width:767px){.ar-award-item:hover .ar-award-box-right{transform:translate(0)}}.ar-award-year{font-size:16px;line-height:1;min-width:130px;transition:all .3s;display:inline-block;text-transform:uppercase;color:var(--tp-common-black);font-style:var(--tp-ff-clash-medium)}@media only screen and (min-width:768px)and (max-width:991px){.ar-award-year{min-width:80px}}@media(max-width:767px){.ar-award-year{min-width:50px;display:block}}.ar-award-title{font-size:20px;line-height:1;font-weight:500;transition:all .3s;color:var(--tp-common-black)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ar-award-title{font-size:18px}}.ar-award-category{font-size:16px;line-height:1;transition:all .3s;color:#19191999}.ar-award-icon svg{transition:all .3s;color:var(--tp-common-black)}.ar-award-box-left,.ar-award-box-right{transition:.4s;display:inline-block}.ar-award-box-left{display:flex}@media(max-width:767px){.ar-award-box-left{display:inline-block}}.ar-award-shape-1{position:absolute;top:0;left:0;z-index:-1}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-award-ptb{margin-bottom:100px}}.st-award-title{font-size:36px;font-weight:600;letter-spacing:-.36px;color:var(--tp-common-brown);font-family:var(--tp-ff-poppins)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-award-title br{display:none}}.st-award-title span{color:#45303066}.st-award-wrapper .ar-award-right-wrap .ar-award-item{padding:29px 0}.st-award-wrapper .ar-award-right-wrap .ar-award-item:after{border-radius:15px;background-color:var(--tp-common-brown)}.st-award-wrapper .ar-award-right-wrap .ar-award-item:first-child:hover,.st-award-wrapper .ar-award-right-wrap .ar-award-item:hover{border-color:transparent}.st-award-wrapper .ar-award-right-wrap .ar-award-item:hover .ar-award-box-left{transform:translate(40px)}@media(max-width:767px){.st-award-wrapper .ar-award-right-wrap .ar-award-item:hover .ar-award-box-left{transform:translate(0)}}.st-award-wrapper .ar-award-right-wrap .ar-award-item:hover .ar-award-box-left .ar-award-year{color:#ffffffb3}.st-award-wrapper .ar-award-right-wrap .ar-award-item:hover .ar-award-box-left .ar-award-title{color:var(--tp-common-white)}.st-award-wrapper .ar-award-right-wrap .ar-award-item:hover .ar-award-box-right{transform:translate(-40px)}@media(max-width:767px){.st-award-wrapper .ar-award-right-wrap .ar-award-item:hover .ar-award-box-right{transform:translate(0)}}.st-award-wrapper .ar-award-right-wrap .ar-award-item:hover .ar-award-box-right .ar-award-category{color:#ffffffb3}@media(max-width:767px){.st-award-wrapper .ar-award-right-wrap .ar-award-item .ar-award-box-left{margin-left:20px;margin-bottom:15px}}@media only screen and (min-width:576px)and (max-width:767px){.st-award-wrapper .ar-award-right-wrap .ar-award-item .ar-award-box-left{margin-bottom:0}}.st-award-wrapper .ar-award-right-wrap .ar-award-item .ar-award-box-left .ar-award-year{font-size:18px;min-width:75px;color:#494949;font-family:var(--tp-ff-poppins)}@media(max-width:767px){.st-award-wrapper .ar-award-right-wrap .ar-award-item .ar-award-box-left .ar-award-year{margin-bottom:15px}}.st-award-wrapper .ar-award-right-wrap .ar-award-item .ar-award-box-left .ar-award-title{font-size:22px;letter-spacing:-.44px;color:var(--tp-common-brown);font-family:var(--tp-ff-poppins)}@media(max-width:767px){.st-award-wrapper .ar-award-right-wrap .ar-award-item .ar-award-box-right{margin-left:20px}}.st-award-wrapper .ar-award-right-wrap .ar-award-item .ar-award-box-right .ar-award-category{color:#494949;font-size:18px;font-family:var(--tp-ff-poppins)}.st-award-list-thumb-wrap{width:50%;height:78%}@media only screen and (min-width:992px)and (max-width:1199px){.st-award-list-thumb-wrap{width:62%}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-award-list-thumb-wrap{display:none}}.st-award-list-thumb-1,.st-award-list-thumb-2,.st-award-list-thumb-3,.st-award-list-thumb-4,.st-award-list-thumb-5{top:0;left:0;width:100%;height:100%;object-fit:cover;visibility:hidden;position:absolute;border-radius:10px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-award-list-thumb-1,.st-award-list-thumb-2,.st-award-list-thumb-3,.st-award-list-thumb-4,.st-award-list-thumb-5{position:static;width:inherit;height:inherit}}.st-award-thumb-shape{position:absolute;width:175px;height:70px;bottom:0;left:0;border-radius:5px;background-color:#ffcf27;-webkit-transform:rotate(-55deg) translate(-100%,150%);transform:rotate(-55deg) translate(-100%,150%);-webkit-transition:all .5s;transition:all .5s;z-index:1;opacity:0}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-award-thumb-shape{display:none}}#st-award-thumb img{transform-origin:bottom left}#st-award-thumb.st-award-list-thumb-1 .st-award-list-thumb-1{opacity:1;visibility:visible;transition:all .5s;transform:rotate(15deg) translate(30px) translateY(0)}#st-award-thumb.st-award-list-thumb-1 .current{visibility:visible;-webkit-transform:rotate(-55deg) translate(30px,150%);transform:rotate(-55deg) translate(30px,150%);opacity:1}#st-award-thumb.st-award-list-thumb-2 .st-award-list-thumb-2{opacity:1;visibility:visible;transition:all .5s;transform:rotate(15deg) translate(30px) translateY(0)}#st-award-thumb.st-award-list-thumb-2 .current{visibility:visible;-webkit-transform:rotate(-55deg) translate(30px,150%);transform:rotate(-55deg) translate(30px,150%);opacity:1}#st-award-thumb.st-award-list-thumb-3 .st-award-list-thumb-3{opacity:1;visibility:visible;transition:all .5s;transform:rotate(15deg) translate(30px) translateY(0)}#st-award-thumb.st-award-list-thumb-3 .current{visibility:visible;-webkit-transform:rotate(-55deg) translate(30px,150%);transform:rotate(-55deg) translate(30px,150%);opacity:1}#st-award-thumb.st-award-list-thumb-4 .st-award-list-thumb-4{opacity:1;visibility:visible;transition:all .5s;transform:rotate(15deg) translate(30px) translateY(0)}#st-award-thumb.st-award-list-thumb-4 .current{visibility:visible;-webkit-transform:rotate(-55deg) translate(30px,150%);transform:rotate(-55deg) translate(30px,150%);opacity:1}#st-award-thumb.st-award-list-thumb-5 .st-award-list-thumb-5{opacity:1;visibility:visible;transition:all .5s;transform:rotate(15deg) translate(30px) translateY(0)}#st-award-thumb.st-award-list-thumb-5 .current{visibility:visible;-webkit-transform:rotate(-55deg) translate(30px,150%);transform:rotate(-55deg) translate(30px,150%);opacity:1}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-award-ptb{padding-top:100px;padding-bottom:100px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-award-left{margin-bottom:30px}}.pp-award-wrapper .tp-award-item-wrap .tp-award-item{padding:25px 30px;border-bottom:1px solid rgba(255,255,255,.1);background-color:transparent}.pp-award-wrapper .tp-award-item-wrap .tp-award-item:after{background:#ffffff12}.pp-award-wrapper .tp-award-item-wrap .tp-award-item.pp-award-header{padding:15px 30px;border:none}.pp-award-wrapper .tp-award-item-wrap .tp-award-item.pp-award-header:after{content:none}.pp-award-wrapper .tp-award-item-wrap .tp-award-item .row [class*=col-] .tp-award-text{min-width:350px;display:inline-block}@media only screen and (min-width:1200px)and (max-width:1399px){.pp-award-wrapper .tp-award-item-wrap .tp-award-item .row [class*=col-] .tp-award-text{min-width:250px}}@media only screen and (min-width:992px)and (max-width:1199px){.pp-award-wrapper .tp-award-item-wrap .tp-award-item .row [class*=col-] .tp-award-text{min-width:210px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-award-wrapper .tp-award-item-wrap .tp-award-item .row [class*=col-] .tp-award-text{margin-bottom:15px}}.pp-award-wrapper .tp-award-item-wrap .tp-award-item .row [class*=col-] .tp-award-text-2{font-size:14px;line-height:1;font-weight:600;text-transform:uppercase;color:#fff6}.pp-award-wrapper .tp-award-item-wrap .tp-award-item .row [class*=col-] .tp-award-position{line-height:1.3;font-weight:600;color:var(--tp-common-white)}.pp-award-wrapper .tp-award-item-wrap .tp-award-item .row [class*=col-] .tp-award-year{font-size:18px;font-weight:500}@media only screen and (min-width:992px)and (max-width:1199px){.pp-award-wrapper .tp-award-item-wrap .tp-award-item .row [class*=col-] .tp-award-year{min-width:130px}}@media only screen and (min-width:768px)and (max-width:991px){.pp-award-wrapper .tp-award-item-wrap .tp-award-item .row [class*=col-] .tp-award-year{margin-bottom:15px}}@media(max-width:767px){.pp-award-wrapper .tp-award-item-wrap .tp-award-item .row [class*=col-] .tp-award-year{font-size:16px;margin-bottom:15px}}.pp-award-wrapper .tp-award-item-wrap .tp-award-item .row [class*=col-] .tp-award-year.tp-award-text-2{font-size:14px;font-weight:600}.pp-award-wrapper .tp-award-item-wrap .tp-award-item .row [class*=col-] .tp-award-link{text-align:end;font-size:18px;font-weight:500;line-height:1;min-width:170px;display:inline-block;text-transform:capitalize;color:var(--tp-common-white)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-video-area.video-inner-style{margin-bottom:80px}}.tp-video-thumb{width:32.5%}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-video-thumb{width:100%;margin-bottom:0}}.tp-video-thumb-wrap{transform-origin:top center;display:flex;flex-wrap:wrap;justify-content:space-between}.tp-video-thumb video{height:100%;width:100%;background-position:center center;background-size:cover;object-fit:cover}.tp-video-thumb img{width:100%}.design-video-thumb{height:850px;overflow:hidden}@media only screen and (min-width:768px)and (max-width:991px){.design-video-thumb{height:500px}}@media(max-width:767px){.design-video-thumb{height:450px}}.design-video-thumb img{margin-top:-150px}@media(max-width:767px){.design-video-thumb img{margin-top:100px}}.st-video-item .creative-choose-text{top:50px;left:12%}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px){.st-video-item .creative-choose-text{top:10px;left:0%}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-video-item .creative-choose-text{display:none}}.st-video-item .creative-choose-text p{color:var(--tp-common-brown)}.st-video-item .creative-choose-text p span{background-color:#f7f1ec}.st-video-item .creative-choose-text-bottom:after{box-shadow:0 -18px #f7f1ec}.st-video-item .creative-choose-avater-box{background-color:#f7f1ec}.st-video-item .creative-choose-avater-box:after{bottom:34px;box-shadow:0 -18px #f7f1ec}.st-video-item .creative-choose-avater-info h4,.st-video-item .creative-choose-avater-info span{color:var(--tp-common-brown)}.st-video-img{height:900px;overflow:hidden}@media only screen and (min-width:1400px)and (max-width:1599px){.st-video-img{height:750px}}@media only screen and (min-width:1200px)and (max-width:1399px){.st-video-img{height:600px}}@media only screen and (min-width:992px)and (max-width:1199px){.st-video-img{height:470px}}@media only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:576px)and (max-width:767px){.st-video-img{height:400px}}@media(max-width:767px){.st-video-img{height:240px}}.st-video-img .dgm-testimonial-playbtn{width:80px;height:80px;line-height:80px;animation:none}.st-video-img .dgm-testimonial-playbtn:after{position:absolute;content:"";left:50%;top:50%;width:90%;height:90%;z-index:-1;border-radius:50%;transform:scale(1);border:1px solid var(--tp-common-white);animation:video-border 1.5s linear infinite}.st-video-text-slider{position:absolute;bottom:30px;left:0;right:0}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-video-text-slider{bottom:0}}.st-video-text-wrapper .slide-transtion{-webkit-transition-timing-function:linear;transition-timing-function:linear}.st-video-text-title{font-size:120px;font-weight:700;line-height:1;display:inline-block;letter-spacing:-3.6px;color:var(--tp-common-white);font-family:var(--tp-ff-poppins)}@media only screen and (min-width:992px)and (max-width:1199px){.st-video-text-title{font-size:85px}}@media only screen and (min-width:768px)and (max-width:991px){.st-video-text-title{font-size:80px}}@media(max-width:767px){.st-video-text-title{font-size:35px}}.st-video-text-title i{font-style:normal;color:#fff6}.tp-video-15-wrap{line-height:0}.tp-video-15-wrap video{height:800px;width:100%;object-fit:cover}@media(max-width:767px){.des-brand-area{padding-bottom:100px}}.des-brand-item.black-style .des-brand-item-inner{background-color:#1b1b1d}.des-brand-item.black-style .des-brand-item-inner img{filter:invert(1)}.des-brand-item-inner{height:220px;min-width:380px;display:grid;padding:40px;margin:0 5px;border-radius:20px;place-content:center;background-color:#f6f6f9}@media(max-width:767px){.des-brand-item-inner{height:120px;min-width:250px}}.tp-brand-title{font-weight:500;font-size:30px;line-height:1;letter-spacing:-.02em;color:var(--tp-common-black);font-family:var(--tp-ff-grotesk)}.tp-brand-title:after{content:"";height:8px;width:8px;margin-left:30px;border-radius:50%;display:inline-block;transform:translateY(-4px);background-color:var(--tp-common-black)}.tp-brand-item.text-color .tp-brand-title{color:var(--tp-common-black)}.tp-brand-item.text-color .tp-brand-title:after{background-color:var(--tp-common-black)}.tp-brand-wrapper{padding:30px 0 26px;transform:rotate(2deg)}@media(max-width:767px){.tp-brand-wrapper{transform:rotate(0)}}.tp-brand-wrapper .slide-transtion{-webkit-transition-timing-function:linear;transition-timing-function:linear}.tp-brand-active .swiper-slide{width:auto}.tp-brand-style-2{margin-top:-89px;transform:rotate(-4deg)}@media(max-width:767px){.tp-brand-style-2{margin-top:0;transform:rotate(0)}}.tp-brand-style-2 .tp-brand-title{color:var(--tp-common-white)}.tp-brand-style-2 .tp-brand-title:after{margin-left:0;margin-right:30px;background-color:var(--tp-common-white)}@media(max-width:767px){.tp-brand-area{padding-top:80px;padding-bottom:80px}}@media(max-width:767px){.tp-brand-inner-item{margin-bottom:20px}}.tp-brand-inner-item img{width:100%}.dgm-brand-item{height:140px;display:flex;align-items:center;justify-content:center;margin:0 -1px 0 0;border:1px solid #E8E8E8;border-bottom:0}.dgm-brand-active{margin:0 -20px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-brand-area{padding-bottom:80px}}.creative-brand-active .slider-transtion{-webkit-transition-timing-function:linear;transition-timing-function:linear}.creative-brand-top-text{font-style:italic;font-weight:500;font-size:22px;line-height:1;display:inline-block;margin-bottom:70px;letter-spacing:.04em;color:var(--tp-common-white)}.ai-brand-item{padding:14px 20px;border-radius:10px;display:inline-block;background-color:#201c35}.ai-brand-slider-active .slide-transtion{-webkit-transition-timing-function:linear;transition-timing-function:linear}.ai-brand-slider-active .swiper-slide{width:auto}.ar-brand-active .slide-transtion{-webkit-transition-timing-function:linear;transition-timing-function:linear}.ar-brand-active .swiper-slide{width:auto}.ar-brand-active .swiper-wrapper{align-items:center}.ar-brand-bg{padding:42px 0;border-top:1px solid rgba(25,25,25,.06);border-bottom:1px solid rgba(25,25,25,.06)}.ar-brand-style .tp-brand-wrapper{margin-top:-1px;transform:rotate(0);padding:30px 0 26px}.ar-brand-style .tp-brand-wrapper.pp-about-me-brand-wrap{z-index:-1;padding:26px 0 13px}.ar-brand-style .tp-brand-title{font-size:20px;letter-spacing:1px;text-transform:uppercase;color:var(--tp-common-white);font-family:var(--tp-ff-clash-medium)}.ar-brand-style .tp-brand-title:after{background-color:var(--tp-common-white)}@media(max-width:767px){.ar-brand-area{margin-bottom:80px}}.app-brand-active .slider-transtion{-webkit-transition-timing-function:linear;transition-timing-function:linear}.app-brand-active .swiper-slide{width:auto}.app-brand-heading .tp-section-subtitle{color:#21212d}.app-brand-item{text-align:center;border-right:1px solid rgba(33,33,45,.1)}@media(max-width:767px){.app-brand-item{border:none}}.it-brand-style{margin-top:-2px}.it-brand-style .creative-brand-shape{position:absolute;top:100%;left:0;margin-top:-2px}.it-brand-style .creative-brand-shape-2{position:absolute;bottom:-50%;right:0}.it-brand-style .tp-brand-wrapper{padding:35px 0 32px;transform:rotate(3deg)}.it-brand-style .tp-brand-style-2{transform:rotate(-5deg)}.it-brand-style .tp-brand-style-2 .tp-brand-title{color:var(--tp-common-black);margin-right:0;margin-left:30px}.it-brand-style .tp-brand-style-2 .tp-brand-title:after{display:none}.it-brand-style .tp-brand-title:after{display:none}.it-brand-style .tp-brand-title{margin-right:30px;font-weight:500;font-size:26px;line-height:1;color:#21212d;text-transform:uppercase;font-family:var(--tp-ff-inter)}.it-brand-style .tp-brand-item{display:flex;align-items:center}.st-brand-ptb{padding-top:130px;padding-bottom:60px}@media(max-width:767px){.st-brand-ptb{padding-top:85px}}.st-brand-border{border-bottom:1px solid rgba(69,48,48,.15)}.st-brand-border:after{position:absolute;top:0;left:32%;height:100%;width:1px;content:"";background-color:#45303026}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-brand-border:after{content:none}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-brand-heading{margin-bottom:50px}}.st-brand-heading span{font-size:24px;font-weight:600;color:var(--tp-common-brown);font-family:var(--tp-ff-poppins)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-brand-heading span br{display:none}}.st-brand-active{margin-right:-90px;margin-left:80px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-brand-active{margin-right:0;margin-left:0}}.st-brand-active .slider-transtion{-webkit-transition-timing-function:linear;transition-timing-function:linear}.st-brand-active .swiper-slide{width:auto}.it-comparison-bg{border-radius:20px;background:var(--tp-common-white);box-shadow:0 2px 3px #3229491a}.it-comparison-bg .row [class*=col-]:last-child .it-comparison-item{border-right:none}.it-comparison-item{padding:35px 30px 20px;border-right:3px solid #fdf7f4}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.it-comparison-item{border:none}}.it-comparison-logo{padding-bottom:30px;margin-bottom:25px;border-bottom:1px solid rgba(36,46,69,.06)}.it-comparison-content span{font-weight:400;font-size:16px;line-height:1;color:#61616a;letter-spacing:-.02em}.it-comparison-content span i{font-weight:500;color:#242e45;font-style:normal}.slide-transtion{-webkit-transition-timing-function:linear;transition-timing-function:linear}.cr-brand-heading p{font-size:17px;font-weight:500;line-height:26px;font-family:var(--tp-ff-onest);color:#ffffff80}.cr-brand-wrapper .app-brand-item{border-color:#ffffff1a}.cr-multi-border{position:relative;border-right:1px solid rgba(255,255,255,.06);border-left:1px solid rgba(255,255,255,.06)}.cr-multi-border:after,.cr-multi-border:before{position:absolute;top:0;width:1px;height:100px;opacity:.5;content:"";background:linear-gradient(180deg,#fff0,#fff)}.cr-multi-border:after{right:0;animation:scroll1 15s ease-out infinite}.cr-multi-border:before{left:0;animation:scroll1 20s ease-out infinite}.cr-multi-border-bottom{border-bottom:1px solid rgba(255,255,255,.06)}.tp-border-line{position:absolute;top:0;left:0;bottom:0;width:18.8%;z-index:-1;border-right:1px solid rgba(255,255,255,.06)}@media only screen and (min-width:1600px)and (max-width:1700px){.tp-border-line{width:12.5%}}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-border-line{width:7.2%}}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-border-line{width:3.8%}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-border-line{width:3%}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-border-line{display:none}}.tp-border-line:after{position:absolute;top:300px;right:-1px;width:1px;opacity:.5;height:100px;content:"";animation:scroll1 15s ease-out infinite;background:linear-gradient(180deg,#fff0,#fff)}.tp-border-line.line-2{width:81.2%}@media only screen and (min-width:1600px)and (max-width:1700px){.tp-border-line.line-2{width:87.5%}}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-border-line.line-2{width:93%}}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-border-line.line-2{width:96.2%}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-border-line.line-2{width:97%}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-border-line.line-2{display:none}}.tp-border-line.line-2:after{animation:scroll2 20s ease-out infinite}.pp-brand-area{border-bottom:1px solid rgba(236,227,206,.1)}.pp-brand-title{font-size:34px;font-weight:500;color:var(--tp-common-white);font-family:var(--tp-ff-teko);padding-right:52px}.pp-brand-title i{font-style:normal;margin-right:5px;color:var(--tp-common-yellow-1)}.pp-brand-item.pp-about-me-brand .pp-brand-title{color:#852a1b;padding-right:50px}@media(max-width:767px){.pp-brand-item.pp-about-me-brand .pp-brand-title{padding-right:20px}}.pp-brand-item.pp-about-me-brand .pp-brand-title i{color:#852a1b}.pp-brand-icon{padding-right:30px;display:inline-block;transform:translateY(-6px)}@media(max-width:767px){.pp-brand-icon{padding-right:20px}}.des-team-title{font-size:160px;font-weight:400;line-height:1;text-align:center;transition:.3s;margin-bottom:0;font-family:var(--tp-ff-mango);color:#f9f4e81a}@media only screen and (min-width:992px)and (max-width:1199px){.des-team-title{font-size:110px}}@media only screen and (min-width:768px)and (max-width:991px){.des-team-title{font-size:80px}}@media(max-width:767px){.des-team-title{font-size:75px;display:block;padding:10px 0}}.des-team-item-box{padding:40px 120px 15px;border-bottom:1px solid rgba(159,156,149,.2)}@media only screen and (min-width:1200px)and (max-width:1399px){.des-team-item-box{padding:30px 40px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.des-team-item-box{padding:40px 0 15px}}@media(max-width:767px){.des-team-item-box{padding:40px 0}}.des-team-item-box span{font-weight:600;font-size:16px;line-height:1;transition:.3s;color:#f9f4e81a}.des-team-item-box.active span{color:var(--tp-common-cream)}@media(max-width:767px){.des-team-item-box.active span{display:block}}.des-team-item-box.active .des-team-title{color:var(--tp-common-cream)}.des-team-item-box.active .des-team-item{position:relative;z-index:999}.des-team-item-box.team-inner-color{padding-top:26px;padding-bottom:28px}.des-team-item-box.team-inner-color span{color:#ececec}.des-team-item-box.team-inner-color .des-team-title{color:#ececec;font-size:100px;font-weight:700;letter-spacing:-3.8px;font-family:var(--tp-ff-body)}.des-team-item-box.team-inner-color.active span,.des-team-item-box.team-inner-color.active .des-team-title{color:#111013}@media(max-width:767px){.des-team-item{flex-direction:column}}@media(max-width:767px){.des-team-area{padding-bottom:100px}}.des-team-wrap.des-team-inner-style .des-team-title{letter-spacing:-4.8px;font-family:var(--tp-ff-teko);color:#f9f4e81a}.des-team-wrap.des-team-inner-style .des-team-item-box.active .des-team-title{color:#ffffe6}.dgm-team-title-sm{font-weight:700;font-size:20px;line-height:1.1;margin-bottom:0;letter-spacing:-.01em;color:var(--tp-common-black);font-family:var(--tp-ff-grotesk)}.dgm-team-content span{font-weight:400;font-size:14px;line-height:1;color:#4d5051;display:inline-block;margin-bottom:15px;letter-spacing:-.01em;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.dgm-team-thumb{margin-bottom:15px}.dgm-team-thumb img{width:100%}.dgm-team-social a{height:30px;width:30px;line-height:25px;text-align:center;border-radius:50%;display:inline-block;border:1px solid rgba(20,20,20,.1)}.dgm-team-social a:hover{color:var(--tp-common-black);border-color:var(--tp-common-green-regular);background-color:var(--tp-common-green-regular)}@media(max-width:767px){.dgm-team-title-box{margin-bottom:30px}}.studio-team-title-box p{font-weight:500;font-size:20px;margin-bottom:0;line-height:1.4;letter-spacing:-.02em;color:#f9f4e8cc}@media(max-width:767px){.studio-team-title-box p{font-size:18px}.studio-team-title-box p br{display:none}}.studio-team-thumb{overflow:hidden;display:inline-block;transition:.4s ease-in-out}@media(max-width:767px){.studio-team-thumb{width:100%;margin-bottom:40px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.studio-team-thumb-wrap{margin-top:0}}.studio-team-thumb:after{position:absolute;content:"";bottom:0;left:0;right:0;width:100%;height:50%;opacity:0;transition:.4s;visibility:hidden;background:linear-gradient(180deg,#0e0f1100,#0e0f11)}.studio-team-thumb img{transition:.6s}@media(max-width:767px){.studio-team-thumb img{width:100%}}.studio-team-thumb-2{margin-left:240px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.studio-team-thumb-2{margin-left:90px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.studio-team-thumb-2{margin-left:0}}.studio-team-thumb-4{margin-right:200px}@media only screen and (min-width:1200px)and (max-width:1399px){.studio-team-thumb-4{margin-right:90px}}@media only screen and (min-width:992px)and (max-width:1199px){.studio-team-thumb-4{margin-right:0;margin-left:100px}}@media only screen and (min-width:768px)and (max-width:991px){.studio-team-thumb-4{margin-right:0;margin-left:90px}}@media only screen and (min-width:768px)and (max-width:991px){.studio-team-thumb-4{margin-right:0;margin-left:0}}.studio-team-thumb:hover{transform:rotate(2deg);border-radius:300px}.studio-team-thumb:hover img{border-radius:300px}.studio-team-thumb:hover:after{opacity:1;visibility:visible}.studio-team-thumb:hover .studio-team-content{opacity:1;visibility:visible}.studio-team-title-sm{font-size:34px;line-height:.95;margin-bottom:0;text-transform:uppercase;color:var(--tp-common-cream);font-family:var(--tp-ff-clash-semibold)}.studio-team-content{position:absolute;left:0;right:0;bottom:0;z-index:22;opacity:0;margin:30px;transition:.5s ease-in-out;visibility:hidden;text-align:center}.studio-team-content span{font-size:14px;line-height:1;letter-spacing:1px;text-transform:uppercase;color:var(--tp-common-cream);font-family:var(--tp-ff-clash-semibold)}.dgm-team-thumb .tp--hover-img canvas{position:absolute;top:0;left:0;width:100%;height:100%}.tp-team-bg{padding-top:160px;padding-bottom:200px;border-radius:50px 50px 0 0}.tp-team-item-thumb{transition:.6s;border-radius:300px}.tp-team-item-thumb:after{position:absolute;content:"";bottom:0;left:0;right:0;width:100%;height:100%;opacity:0;transition:.4s;visibility:hidden;pointer-events:none;background:linear-gradient(180deg,#0e0f1100,#0e0f11 150%)}.tp-team-item-thumb:hover .studio-team-content{opacity:1;visibility:visible}.tp-team-item-thumb:hover:after{opacity:1;border-radius:300px;visibility:visible}.tp-team-item-thumb:hover img{border-radius:300px}.tp-team-item-thumb img{height:500px;transition:.6s;object-fit:cover;border-radius:20px}@media(max-width:767px){.tp-team-item-thumb img{width:100%}}.tp-team-slider-active{margin:0 -65px}@media(max-width:767px){.tp-team-slider-active{margin:0}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-team-hero-subtitle{margin-bottom:20px}}.tp-team-hero-subtitle span{display:inline-block;color:#111013;font-size:16px;font-weight:400;line-height:22px;letter-spacing:-.32px;text-transform:uppercase}.tp-team-hero-text p{font-size:18px;font-weight:400;line-height:28px;color:#111013;letter-spacing:-.36px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-team-hero-text p br{display:none}}.tp-team-inner-ptb .tp-career-shape-1{position:absolute;top:30%;right:18%}.tp-team-inner-thumb{width:100%;height:760px;overflow:hidden;border-radius:40px}@media only screen and (min-width:992px)and (max-width:1199px){.tp-team-inner-thumb{height:600px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-team-inner-thumb{height:380px}}.tp-team-inner-thumb img{width:100%;margin-top:-100px}@media(max-width:767px){.tp-team-inner-thumb img{margin-top:0}}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.tp-team-inner-thumb-box{margin-bottom:100px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-team-inner-thumb-box{margin-bottom:80px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-team-part-shape{padding-bottom:30px}}.tp-team-part-shape img{animation:rotate2 8s linear infinite}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-team-part-top{padding-bottom:100px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-team-part-heading p br{display:none}}.tp-team-part-item{display:grid;height:380px;width:380px;margin:0 -33px;text-align:center;place-content:center;border-radius:380px;border:1px solid #EEE}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-team-part-item{height:330px;width:330px;margin:0}}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-team-part-item{height:270px;width:270px;margin:0}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-team-part-item{height:230px;width:230px;margin:0}}@media only screen and (min-width:768px)and (max-width:991px){.tp-team-part-item{height:350px;width:100%;margin:0 0 20px}}@media(max-width:767px){.tp-team-part-item{height:250px;width:250px;margin:0 auto 20px;text-align:center}}.tp-team-part-item-title h4{font-size:70px;font-weight:500;color:#030303}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:768px)and (max-width:991px){.tp-team-part-item-title h4{font-size:55px}}@media only screen and (min-width:992px)and (max-width:1199px),(max-width:767px){.tp-team-part-item-title h4{font-size:50px}}.tp-team-part-item-title h4 i{font-style:normal}.tp-team-part-item-content p{color:#525252;font-size:18px;font-weight:500;margin-bottom:20px}.tp-team-details-thumb img{width:100%;border-radius:14px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-team-details-info{flex-wrap:wrap}}.tp-team-details-info-contact{padding:10px 0;border-top:1px solid rgba(17,16,19,.1);border-bottom:1px solid rgba(17,16,19,.1)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-team-details-info-contact{margin-bottom:20px}}.tp-team-details-info-contact a{font-size:14px;font-weight:500;color:#111013;display:inline-block;letter-spacing:-.28px}.tp-team-details-info-contact a:not(:last-of-type){margin-right:20px;padding-right:20px;border-right:1px solid rgba(17,16,19,.1)}.tp-team-details-info-contact a svg{margin-right:5px}.tp-team-details-info-social .tp-footer-widget-social a{background-color:transparent;border:1px solid rgba(17,16,19,.08)}.tp-team-details-info-social .tp-footer-widget-social a:hover{border-color:var(--tp-common-red-3);background-color:var(--tp-common-red-3)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-team-details-wrap{margin-bottom:30px}}.tp-team-details-wrapper{padding-left:70px}@media only screen and (min-width:992px)and (max-width:1199px){.tp-team-details-wrapper{padding-left:50px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-team-details-wrapper{padding-left:0}}.tp-team-details-text{margin-bottom:30px}.tp-team-details-text p{color:#4d5051}.tp-team-details-text-sub{color:#525356;font-size:16px;font-weight:400;display:inline-block}.tp-team-details-text-title{color:#111013;font-size:40px;font-weight:700;margin-bottom:25px;letter-spacing:-.8px}.tp-team-details-more-title{color:#111013;font-size:24px;font-weight:600;margin-bottom:18px;letter-spacing:-.48px}.tp-team-details-more ul li{list-style:none;color:#111013;font-size:16px;font-weight:500;margin-bottom:12px}.tp-team-details-more ul li span{color:#525356;font-size:16px;font-weight:400;min-width:100px;margin-right:40px;display:inline-block}.tp-team-details-progress-title{color:#111013;font-size:16px;font-weight:500}.tp-team-details-progress-inner{position:relative;width:100%;height:5px;background:#d9d9d9}.tp-team-details-progress-bar{overflow:visible;display:flex;height:5px;text-align:center;white-space:nowrap;transition:.6s ease;position:relative;background-color:var(--tp-common-red-3)}.tp-team-details-progress-bar:before{position:absolute;content:"";height:20px;width:1px;right:0;top:-8px;margin:auto;background-color:var(--tp-common-red-3)}.tp-team-details-progress-counter{margin-top:-29px;font-weight:500;font-size:14px;position:absolute;top:0;right:-15px;text-transform:uppercase}.tp-team-details-input-content input,.tp-team-details-input-content textarea{border-radius:6px;margin-bottom:20px;background-color:#f8f8fb;color:var(--tp-common-black);border:1px solid rgba(17,16,19,.08)}.tp-team-details-input-content input:focus,.tp-team-details-input-content textarea:focus{background-color:transparent;border-color:var(--tp-common-red-3);box-shadow:0 0 0 3px #ff57221a}.tp-team-details-input-content input::placeholder,.tp-team-details-input-content textarea::placeholder{color:#848788}.tp-team-details-input-content textarea{resize:none;height:160px}.tp-team-details-input-btn button{font-size:16px;font-weight:700;padding:15px 35px;border-radius:6px;letter-spacing:0;border:1px solid transparent;color:var(--tp-common-white);background-color:var(--tp-common-red-3)}.tp-team-details-input-btn button:hover{color:var(--tp-common-black);background-color:transparent;border-color:var(--tp-common-red-3)}.dgm-step-title{font-weight:700;font-size:30px;line-height:1;letter-spacing:-.04em;color:var(--tp-common-black);font-family:var(--tp-ff-grotesk)}.dgm-step-title-sm{font-weight:700;font-size:24px;line-height:1;margin-bottom:15px;letter-spacing:-.02em;color:var(--tp-common-black);font-family:var(--tp-ff-grotesk)}.dgm-step-item p{font-weight:400;font-size:15px;line-height:1.6;color:#4d5051;margin-bottom:0}.dgm-step-number{font-weight:700;font-size:70px;position:absolute;top:-8px;left:-30px;z-index:-1;color:transparent;-webkit-text-stroke:1px rgba(193,237,0,.6)}@media(max-width:767px){.dgm-step-number{left:0}}.dgm-step-space-2{margin-left:55px;margin-right:20px}@media only screen and (min-width:1200px)and (max-width:1399px){.dgm-step-space-2{margin-left:0}}@media(max-width:767px){.dgm-step-space-2{margin-left:0;margin-right:0}}.dgm-step-space-3{margin-left:50px}@media only screen and (min-width:1200px)and (max-width:1399px){.dgm-step-space-3{margin-left:0}}@media only screen and (min-width:768px)and (max-width:991px){.dgm-step-space-3{margin-left:30px}}@media(max-width:767px){.dgm-step-space-3{margin-left:0}}.dgm-step-space-4{margin-left:75px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.dgm-step-space-4{margin-left:30px}}@media only screen and (min-width:768px)and (max-width:991px){.dgm-step-space-4{margin-left:55px}}@media(max-width:767px){.dgm-step-space-4{margin-left:0}}@media(max-width:767px){.studio-step-area{padding-top:0;padding-bottom:80px}}.studio-step-item{padding:55px 80px;background-color:var(--tp-common-cream);box-shadow:-40px 0 80px #4f43261a}@media only screen and (min-width:1400px)and (max-width:1599px){.studio-step-item{padding:55px 50px}}@media only screen and (min-width:992px)and (max-width:1199px){.studio-step-item{padding:55px 40px}}@media(max-width:767px){.studio-step-item{padding:30px 20px}}.studio-step-item span{font-size:14px;line-height:1;margin-bottom:25px;display:inline-block;text-transform:uppercase;color:var(--tp-common-red);font-family:var(--tp-ff-clash-medium)}.studio-step-item p{font-weight:400;font-size:14px;line-height:1.43;color:#101114;max-width:500px;margin:0 auto}.studio-step-title{font-size:60px;line-height:.83;margin-bottom:60px;letter-spacing:-.04em;text-transform:uppercase;color:var(--tp-common-red);font-family:var(--tp-ff-clash-semibold)}@media only screen and (min-width:1400px)and (max-width:1599px){.studio-step-title{font-size:57px}}@media only screen and (min-width:992px)and (max-width:1199px){.studio-step-title{font-size:45px}}@media(max-width:767px){.studio-step-title{font-size:35px;margin-bottom:30px}}.studio-step-slider-active{margin:0 -200px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.studio-step-slider-active{margin:0}}.ar-category-ptb{padding:27px 0 17px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ar-category-wrap{flex-wrap:wrap}}.ar-category-item{margin-bottom:10px}.ar-category-item:not(:last-child){position:relative}.ar-category-item:not(:last-child):after{position:absolute;content:"";top:-4px;right:-80px;width:1px;height:30px;border-radius:16px;background-color:#1919191a}@media only screen and (min-width:1200px)and (max-width:1399px){.ar-category-item:not(:last-child):after{right:-50px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ar-category-item:not(:last-child):after{display:none}}.ar-category-item span{font-size:18px;letter-spacing:1px;text-transform:uppercase;color:var(--tp-common-black);font-family:var(--tp-ff-clash-medium)}@media only screen and (min-width:992px)and (max-width:1199px){.ar-category-item span{font-size:16px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ar-category-item span{font-size:15px}}.ar-category-item i svg{margin-right:12px;transform:translateY(-3px)}.ar-step-bg{background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.ar-step-bg:after{position:absolute;content:"";top:0;left:0;z-index:-1;width:100%;height:100%;background-color:#14141480}.ar-step-title-box{padding-top:165px;padding-left:90px;padding-bottom:50px}@media only screen and (min-width:1200px)and (max-width:1399px){.ar-step-title-box{padding-top:120px;padding-left:40px}}@media only screen and (min-width:768px)and (max-width:991px){.ar-step-title-box{padding-top:80px;padding-left:60px}}@media(max-width:767px){.ar-step-title-box{padding-top:40px;padding-left:40px;padding-bottom:40px}}.ar-step-icon{height:60px;width:60px;line-height:56px;margin-bottom:25px;text-align:center;border-radius:30px;display:inline-block;border:1px solid rgba(255,255,255,.2)}.ar-step-icon svg{margin-left:1px}.ar-step-number{font-weight:500;font-size:18px;line-height:1;text-transform:uppercase;color:#fff9}.ar-step-title-sm{font-size:20px;line-height:1;letter-spacing:1px;text-transform:uppercase;color:var(--tp-common-white);font-family:var(--tp-ff-clash-semibold)}.ar-step-content span{font-weight:500;font-size:16px;line-height:1.5;color:#fff9}@media only screen and (min-width:768px)and (max-width:991px){.ar-step-content span{font-size:14px}}.ar-step-item{height:100%;padding:100px 40px 60px;border-left:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.ar-step-right-wrap{border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.it-step-bg{margin-top:-5px}.it-step-title-box p{font-weight:500;font-size:18px;margin-bottom:0;line-height:1.56;color:#fefff9b3}@media(max-width:767px){.it-step-title-box p br{display:none}}.it-step-thumb{margin-left:-115px}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.it-step-thumb{margin-left:0}}.it-step-thumb img{border-radius:30px;max-width:inherit}@media(max-width:767px){.it-step-thumb img{width:100%}}.it-step-thumb-shape-1{position:absolute;top:27%;right:-8%}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.it-step-thumb-shape-1{right:0}}@media(max-width:767px){.it-step-thumb-shape-1{display:none}}.it-step-thumb-shape-2{position:absolute;bottom:4%;left:-18%}@media only screen and (min-width:1200px)and (max-width:1399px){.it-step-thumb-shape-2{left:7%}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:576px)and (max-width:767px){.it-step-thumb-shape-2{left:6%}}@media(max-width:767px){.it-step-thumb-shape-2{display:none}}@media only screen and (min-width:576px)and (max-width:767px){.it-step-thumb-shape-2{display:block}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.it-step-thumb-wrap{margin-bottom:50px}}.it-step-shape-1{position:absolute;left:0%;top:13%}@media only screen and (min-width:1200px)and (max-width:1399px){.it-step-shape-1{left:-8%}}.it-step-shape-2{position:absolute;right:0;bottom:-47%;z-index:1}.creative-choose-thumb{height:550px;overflow:hidden;border-radius:20px}@media(max-width:767px){.creative-choose-thumb{margin-bottom:30px;height:400px}}.creative-choose-thumb>img{border-radius:20px;object-fit:cover}.creative-choose-text{position:absolute;top:0;left:0;display:inline-block;margin:50px}@media(max-width:767px){.creative-choose-text{position:static;margin:0}}.creative-choose-text p{font-weight:600;font-size:44px;line-height:1.18;margin-bottom:0;letter-spacing:-.03em;color:var(--tp-common-white)}@media only screen and (min-width:768px)and (max-width:991px){.creative-choose-text p{font-size:35px}}@media(max-width:767px){.creative-choose-text p{font-size:30px;margin-bottom:30px}.creative-choose-text p br{display:none}}.creative-choose-text p span{display:inline-block;background-color:#0e0f11}@media(max-width:767px){.creative-choose-text p span{display:initial;background-color:transparent}}.creative-choose-text p span svg{margin-right:20px}.creative-choose-text-top{padding:10px 20px 0;border-radius:20px 20px 0 0}@media(max-width:767px){.creative-choose-text-top{padding:0}}.creative-choose-text-middle{padding:3px 20px 5px;border-radius:0 20px 20px 0;position:relative}@media(max-width:767px){.creative-choose-text-middle{padding:0}}.creative-choose-text-middle:before{content:"";position:absolute;bottom:60px;right:170px;height:40px;width:20px;z-index:-1;background-color:transparent;border-bottom-left-radius:20px;box-shadow:0 18px #0e0f11}@media only screen and (min-width:768px)and (max-width:991px){.creative-choose-text-middle:before{bottom:56px;right:140px}}@media(max-width:767px){.creative-choose-text-middle:before{display:none}}.creative-choose-text-bottom{padding:0 20px 20px;border-radius:0 0 20px;position:relative}@media(max-width:767px){.creative-choose-text-bottom{padding:0}}.creative-choose-text-bottom:after{content:"";position:absolute;bottom:32px;right:-20px;height:40px;width:20px;z-index:-1;border-top-left-radius:20px;background-color:transparent;box-shadow:0 -18px #0e0f11}@media only screen and (min-width:768px)and (max-width:991px){.creative-choose-text-bottom:after{bottom:22px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.creative-choose-text-bottom:after{display:none}}.creative-choose-avater img{flex:0 0 auto;border-radius:50%;margin-right:13px;height:54px;width:54px}.creative-choose-avater-box{position:relative;border-radius:0 0 20px 20px;background-color:#0e0f11;padding:0 70px 20px 20px}@media(max-width:767px){.creative-choose-avater-box{padding-left:0;padding-right:0;background-color:transparent}}.creative-choose-avater-box:after{content:"";position:absolute;bottom:32px;right:-20px;height:40px;width:20px;border-top-left-radius:20px;background-color:transparent;box-shadow:0 -18px #0e0f11}@media only screen and (min-width:768px)and (max-width:991px){.creative-choose-avater-box:after{bottom:34px}}@media(max-width:767px){.creative-choose-avater-box:after{display:none}}.creative-choose-avater-info{line-height:1}.creative-choose-avater-info h4{font-weight:500;font-size:16px;line-height:1;margin-bottom:8px;letter-spacing:-.03em;color:var(--tp-common-white)}.creative-choose-avater-info span{font-weight:400;font-size:15px;line-height:1;letter-spacing:-.03em;color:#fff9}.creative-choose-customer{position:absolute;bottom:0;right:0;padding:15px 25px 0;background-color:#0e0f11;border-radius:20px 0 0}@media(max-width:767px){.creative-choose-customer{position:static;padding-left:0;padding-right:0}}.creative-choose-customer:after{content:"";position:absolute;bottom:63px;right:-1px;height:40px;width:20px;border-bottom-right-radius:20px;background-color:transparent;box-shadow:0 13px #0e0f11}@media(max-width:767px){.creative-choose-customer:after{display:none}}.creative-choose-customer:before{content:"";position:absolute;bottom:-1px;left:-19px;height:40px;width:20px;border-bottom-right-radius:20px;background-color:transparent;box-shadow:0 13px #0e0f11}@media(max-width:767px){.creative-choose-customer:before{display:none}}.creative-choose-customer img{flex:0 0 auto;margin-right:12px}.creative-choose-customer-info h4{font-weight:700;font-size:15px;line-height:1;margin-bottom:0;letter-spacing:-.01em;color:var(--tp-common-white)}.creative-choose-customer-info span{font-weight:500;font-size:14px;color:#ffffffb3}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.design-choose-area{padding-bottom:120px}}@media only screen and (min-width:768px)and (max-width:991px){.design-choose-area{padding-bottom:60px}}@media(max-width:767px){.design-choose-area{padding-bottom:0}}@media only screen and (min-width:992px)and (max-width:1199px){.design-choose-title-box{margin-bottom:30px}}.design-choose-title-box p{font-weight:500;font-size:44px;line-height:1.18;color:#e0eeee;margin-bottom:0;max-width:715px;letter-spacing:-.04em}@media only screen and (min-width:1600px)and (max-width:1700px){.design-choose-title-box p{font-size:35px}}@media only screen and (min-width:1200px)and (max-width:1399px){.design-choose-title-box p{max-width:100%;font-size:35px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.design-choose-title-box p{max-width:100%;font-size:30px}}@media(max-width:767px){.design-choose-title-box p{max-width:100%;font-size:28px}.design-choose-title-box p br{display:none}}.design-choose-content{max-width:440px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.design-choose-content{max-width:100%}}@media(max-width:767px){.design-choose-content{max-width:100%;margin-bottom:30px}}.design-choose-content p{font-weight:500;font-size:20px;line-height:1.5;color:#e0eeee;margin-bottom:40px;letter-spacing:-.02em}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.design-choose-content-wrap{margin-bottom:50px}}.design-choose-item{padding:65px 70px;border-radius:30px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.design-choose-item{margin-top:0}}@media(max-width:767px){.design-choose-item{margin-top:0;padding:60px 30px}}.design-choose-item span{font-weight:500;font-size:124px;line-height:1;margin-bottom:125px;display:inline-block;letter-spacing:-.04em;color:var(--tp-common-black)}.design-choose-item span i{font-style:normal}.design-choose-item p{font-weight:400;font-size:40px;line-height:.9;text-align:end;margin-bottom:0;letter-spacing:-.02em;color:var(--tp-common-black);font-family:var(--tp-ff-dirtyline)}.design-choose-item-3{transform:translateY(-170px)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.design-choose-item-3{transform:translateY(0)}}@media only screen and (min-width:1200px)and (max-width:1399px){.ai-choose-area{padding-bottom:120px}}@media only screen and (min-width:992px)and (max-width:1199px){.ai-choose-area{padding-top:100px;padding-bottom:120px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ai-choose-area{padding-top:80px;padding-bottom:80px}}@media(max-width:767px){.ai-choose-title-box{margin-bottom:45px}}.ai-choose-icon{margin-right:20px}.ai-choose-icon span{height:60px;width:60px;line-height:56px;border-radius:50%;text-align:center;display:inline-block;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);mix-blend-mode:luminosity;color:var(--tp-common-cream-2);background:#fff6bf14}.ai-choose-text p{font-weight:700;font-size:18px;line-height:1.4;margin-bottom:0;color:var(--tp-common-white)}@media only screen and (min-width:1200px)and (max-width:1399px){.ai-choose-text p{font-size:16px}}@media only screen and (min-width:992px)and (max-width:1199px){.ai-choose-text p{font-size:14px}}@media only screen and (min-width:768px)and (max-width:991px){.ai-choose-text p{font-size:16px}}@media(max-width:767px){.ai-choose-text p{font-size:15px}}.ai-choose-bottom-text{border-radius:20px;padding:5px 20px;display:inline-block;border:1px solid rgba(255,255,255,.1)}.ai-choose-bottom-text p{font-weight:500;font-size:15px;line-height:1.73;margin-bottom:0;color:#ffffffb3}.ai-choose-bottom-text p a{font-weight:600;text-decoration:underline;color:var(--tp-common-white)}.ai-choose-shape{position:absolute;top:-14%;left:0;right:0;text-align:center;z-index:-1}@media(max-width:767px){.ai-choose-item{margin-bottom:45px}}.st-choose-bg:after{position:absolute;content:"";right:0;bottom:7%;height:340px;width:945px;z-index:-1;background-color:#fffbf6;border-radius:10px 0 0 10px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-choose-bg:after{width:100%}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-choose-shape{display:none}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-choose-heading{margin-bottom:20px}}.st-choose-list{padding-left:75px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-choose-list{padding-left:0}}.st-choose-list ul li{font-size:18px;font-weight:500;line-height:1;list-style:none;letter-spacing:-.18px;color:var(--tp-common-brown)}.st-choose-list ul li:not(:last-child){margin-bottom:15px}.st-choose-text-wrap p{color:#494949;letter-spacing:0;line-height:30px;font-family:var(--tp-ff-poppins)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-choose-text-wrap p br{display:none}}.st-choose-thumb{height:416px;overflow:hidden}@media(max-width:767px){.st-choose-thumb{height:inherit}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.design-choose-2-style.design-choose-area{padding-top:60px}}.design-choose-2-style .design-choose-item{padding:65px 70px;border-radius:30px;background-color:#0e0f11;border:1px solid rgba(255,255,255,.1)}@media only screen and (min-width:1200px)and (max-width:1399px){.design-choose-2-style .design-choose-item{padding:65px 35px}}@media(max-width:767px){.design-choose-2-style .design-choose-item{padding:50px 30px}}.design-choose-2-style .design-choose-item p{font-weight:500;font-size:18px;line-height:1.5;text-align:left;letter-spacing:-.02em;color:var(--tp-common-white);font-family:var(--tp-ff-inter);color:#e0eeee99}.design-choose-2-style .design-choose-item span{color:var(--tp-common-white)}@media only screen and (min-width:1400px)and (max-width:1599px){.design-choose-2-style .design-choose-title-box p{font-size:36px}}@media only screen and (min-width:1200px)and (max-width:1399px){.design-choose-2-style .design-choose-title-box p{font-size:30px}}@media(max-width:767px){.design-choose-2-style .design-choose-title-box p{font-size:25px}}@media only screen and (min-width:1400px)and (max-width:1599px){.design-choose-2-style .tp-section-title-dirtyline{font-size:160px}.design-choose-2-style .tp-section-title-dirtyline br{display:none}}@media(max-width:767px){.ai-price-area{padding-top:0}}.ai-price-shape-1{position:absolute;top:-10%;right:-3%;z-index:-1}.ai-price-shape-2{position:absolute;bottom:0;left:5%;z-index:-1}.ai-price-head span{font-weight:500;font-size:20px;line-height:1;margin-bottom:15px;display:inline-block;letter-spacing:-.02em;color:var(--tp-common-white)}.ai-price-head h4{font-weight:600;font-size:54px;line-height:1;margin-bottom:30px;letter-spacing:-.04em;color:var(--tp-common-white)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ai-price-head h4{font-size:42px}}.ai-price-head h4 i{font-style:normal;font-weight:500;font-size:18px;letter-spacing:-.02em;color:#fff9}.ai-price-item{padding:50px;border-radius:60px;background-color:#17132a}.ai-price-list-item:not(:last-child){margin-bottom:20px}.ai-price-list-item i{flex:0 0 auto;height:24px;width:24px;line-height:16px;border-radius:50%;text-align:center;margin-right:14px;display:inline-block;transform:translateY(-3px);color:var(--tp-common-white);border:2px solid rgba(255,255,255,.2)}.ai-price-list-item span{font-size:16px;font-style:normal;font-weight:500;line-height:1;letter-spacing:-.32px;color:var(--tp-common-white)}.ai-price-btn{margin-bottom:40px}.ai-price-wrap.active{position:relative}.ai-price-wrap.active:after{position:absolute;content:"";left:0;top:0;z-index:-1;margin:-2px;border-radius:60px;height:calc(100% + 4px);width:calc(100% + 4px);transition:all .3s ease-out 0s;background:linear-gradient(304deg,#ff994b 23.79%,#d34be9 47%,#3188ff 85.86%);background:-moz-linear-gradient(304deg,#FF994B 23.79%,#D34BE9 47%,#3188FF 85.86%);background:-webkit-linear-gradient(304deg,#FF994B 23.79%,#D34BE9 47%,#3188FF 85.86%);background:-ms-linear-gradient(304deg,#FF994B 23.79%,#D34BE9 47%,#3188FF 85.86%)}.ai-price-badge{padding:12px}.ai-price-badge span{font-weight:500;font-size:15px;line-height:1;letter-spacing:-.02em;color:var(--tp-common-black)}.ai-price-badge span svg{margin-right:12px;transform:translateY(-2px)}.ai-price-title-box p{font-weight:400;font-size:20px;line-height:1.2;margin-bottom:0;letter-spacing:-.02em;color:#fff9}@media(max-width:767px){.ai-price-title-box p{font-size:16px}}.ai-price-tab ul{padding:4px;border-radius:12px;border:1px solid rgba(255,246,191,.1)}.ai-price-tab ul li button{font-weight:500;font-size:15px;line-height:1;padding:10px 20px;letter-spacing:-.02em;color:var(--tp-common-white)}.ai-price-tab ul li button.active{color:var(--tp-common-black)}.ai-price-bottom-text span{display:inline-block;border-radius:20px;padding:10px 20px;font-weight:500;font-size:15px;line-height:1;color:#ffffffb3;border:1px solid rgba(255,255,255,.1)}.ai-price-bottom-text span a{font-weight:600;text-decoration:underline;color:var(--tp-common-white)}#lineMarker{position:absolute;top:5px;height:36px;z-index:-1;transition:.4s;border-radius:6px;display:inline-block;background:var(--tp-common-white)}.crp-price-item{padding:45px 40px;border-radius:20px;background:#ffffff14;border:1px solid rgba(255,253,225,.1)}@media only screen and (min-width:768px)and (max-width:991px){.crp-price-item{padding:45px 30px}}.crp-price-item.active .tp-btn-yellow-border.sm{color:var(--tp-common-black);background-color:var(--tp-common-yellow-green)}.crp-price-head{padding-bottom:30px;margin-bottom:40px;border-bottom:1px solid rgba(255,253,225,.1)}.crp-price-head span{font-weight:500;font-size:16px;line-height:1;margin-bottom:20px;display:inline-flex;color:var(--tp-common-cream-3)}.crp-price-head h4{font-weight:600;font-size:66px;line-height:1;font-family:var(--tp-ff-teko);color:var(--tp-common-cream-3)}.crp-price-head h4 i{font-weight:500;font-size:15px;line-height:1;font-style:normal;font-family:var(--tp-ff-inter);color:var(--tp-common-cream-3)}.crp-price-head p{font-weight:500;font-size:15px;line-height:1.4;letter-spacing:.3px;color:var(--tp-common-cream-3)}.crp-price-list{margin-bottom:50px}.crp-price-list ul li{font-weight:600;font-size:15px;line-height:1;letter-spacing:.3px;list-style-type:none;color:var(--tp-common-cream-3)}.crp-price-list ul li:before{content:"";height:4px;width:4px;border-radius:50%;margin-right:9px;display:inline-block;transform:translateY(-3px);background-color:var(--tp-common-cream-3)}.crp-price-list ul li:not(:last-child){margin-bottom:20px}.crp-price-bg{background-color:#335341}.crp-price-shape{position:absolute;top:140px;left:95px;z-index:-1}.crp-price-shape-2{position:absolute;top:0;right:0;z-index:-1}.app-price-bg-shape{position:absolute;top:-140px;right:70px;z-index:-1}.app-price-box{padding:15px;border-radius:30px;background:var(--tp-common-white)}@media(max-width:767px){.app-price-box{padding:0}}@media(max-width:767px){.app-price-box .crp-price-item{padding:45px 30px}}.app-price-box .crp-price-item.active{border-radius:24px;background:linear-gradient(126deg,#f6f5ff 3.33%,#ebf9ff 85.8%)}.app-price-box .crp-price-item.active .app-price-btn-box .animated-border-box.radius-style-2{padding:0;border-radius:12px}.app-price-box .crp-price-item.active .app-price-btn-box .animated-border-box.radius-style-2 .tp-btn-gradient.sm{border-radius:12px}.app-price-box .crp-price-head{padding-bottom:10px;margin-bottom:30px;border-color:#2222310f}.app-price-box .crp-price-head span{font-size:14px;font-weight:600;padding:4px 15px;border-radius:40px;display:inline-block;color:var(--tp-common-black-10);border:1px solid rgba(33,33,45,.06);box-shadow:0 0 2px #27272e0a}.app-price-box .crp-price-head h4{font-size:70px;font-weight:500;margin-bottom:16px;text-transform:uppercase;font-family:var(--tp-ff-phudu);color:var(--tp-common-black-10)}@media only screen and (min-width:768px)and (max-width:991px){.app-price-box .crp-price-head h4{font-size:55px}}@media(max-width:767px){.app-price-box .crp-price-head h4{font-size:50px}}.app-price-box .crp-price-head h4 i{font-size:16px;display:inline-block;text-transform:lowercase;color:var(--tp-common-black-10);transform:translate(-14px,-2px)}.app-price-box .crp-price-head p{color:#61616a}.app-price-box .crp-price-list{margin-bottom:40px}.app-price-box .crp-price-list ul li{font-size:16px;font-weight:500;letter-spacing:-.32px;color:var(--tp-common-black-10)}.app-price-box .crp-price-list ul li:before{content:none}.app-price-box .crp-price-list ul li span{width:20px;height:20px;line-height:16px;text-align:center;border-radius:50%;margin-right:10px;display:inline-block;border:1px solid rgba(33,33,45,.06)}.app-price-box .row [class*=col-]:not(:last-child){border-right:1px solid rgba(34,34,49,.06)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.app-price-box .row [class*=col-]:not(:last-child){border:none}}.app-price-box.app-price-service{border-radius:0}.app-price-box.app-price-service .crp-price-item.active{border-radius:0;background:none;background-color:#f6f8ef}.app-price-box.app-price-service .crp-price-item.active .animated-border-box,.app-price-box.app-price-service .crp-price-item.active .animated-border-box.radius-style-2{border-radius:0}.app-price-box.app-price-service .crp-price-item.active .animated-border-box.radius-style-2 .tp-btn-gradient{background:none;color:var(--tp-common-black);background-color:var(--tp-common-green-regular)}.app-price-box.app-price-service .crp-price-item.active .animated-border-box.radius-style-2 .tp-btn-gradient.sm{border-radius:0}.app-price-box.app-price-service .animated-border-box{line-height:1;border-radius:0}.app-price-box.app-price-service .animated-border-box:hover{transform:scale(1)}.app-price-box.app-price-service .animated-border-box:before{content:none}.app-price-box.app-price-service .animated-border-box .tp-btn-black-border{border-radius:0}.app-price-box.app-price-service .animated-border-box .tp-btn-black-border:hover{color:var(--tp-common-white);background-color:var(--tp-common-black)}.app-price-box.app-price-service .crp-price-head h4{font-family:var(--tp-ff-grotesk)}.app-price-box.app-price-inner-style{background-color:transparent;border:1px solid rgba(0,0,0,.1)}.app-price-box.app-price-inner-style .app-price-btn-box .animated-border-box .tp-btn-black-border{background:#f6f6f9;border:1px solid transparent}.app-price-heading p{color:#61616a}@media(max-width:767px){.app-price-heading p br{display:none}}.app-price-tab-wrap .ai-price-tab ul{padding:6px;border-radius:40px;background:var(--tp-common-white);border:1px solid rgba(33,33,45,.08)}.app-price-tab-wrap .ai-price-tab ul li{display:inline-block}.app-price-tab-wrap .ai-price-tab ul li button{padding:9px 37px;color:#61616a;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.app-price-tab-wrap .ai-price-tab ul li button.active{position:relative;z-index:1;color:var(--tp-common-white)}.app-price-tab-wrap .ai-price-tab #lineMarker{top:6px;left:6px;z-index:0;border-radius:40px;border:1px solid rgba(33,33,45,.06);background:#21212d;box-shadow:0 0 2px #27272e0a}.app-price-store{gap:14px}.app-price-store p{font-size:16px;color:#61616a;margin:0}.app-price-store p b{font-weight:600;color:var(--tp-common-black-10)}.app-price-store p span{margin-right:8px}.app-price-btn-box .animated-border-box{padding:1px}.app-price-btn-box .animated-border-box .tp-btn-black-border{margin:0;font-size:16px;border-radius:12px;letter-spacing:-.16px;background:#fff;color:var(--tp-common-black-10);border:1px solid rgba(33,33,46,.1);box-shadow:0 0 1px #22223033}.app-price-btn-box .animated-border-box:before{background-image:conic-gradient(#0000,#646363,#0000 25%)}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px){.ai-faq-area{margin-bottom:120px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ai-faq-area{margin-bottom:80px}}.ai-faq-video{margin-bottom:25px}.ai-faq-video a{height:70px;width:70px;line-height:75px;text-align:center;border-radius:50%;display:inline-block;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:#ffffff0f;animation:animate-pulse 3s linear infinite;border:1px solid rgba(255,255,255,.1);box-shadow:0 2px 10px #1b1b1b1a}.ai-faq-video a span{margin-left:6px}.ai-faq-bg{border:1px solid rgba(255,246,191,.08)}.ai-faq-thumb{position:absolute;top:0;left:0;width:50%;height:100%}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.ai-faq-thumb{position:static;width:100%;margin-bottom:40px}}.ai-faq-thumb img{width:100%;height:100%}@media(max-width:767px){.ai-faq-thumb img{margin-bottom:20px}}.ai-faq-thumb .anim-zoomin-wrap,.ai-faq-thumb .anim-zoomin{height:100%}.ai-faq-content-wrap{padding-left:50px;padding-top:120px;padding-bottom:120px}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px){.ai-faq-content-wrap{padding-top:80px;padding-bottom:80px}}@media only screen and (min-width:992px)and (max-width:1199px){.ai-faq-content-wrap{padding-top:50px;padding-bottom:50px}}@media only screen and (min-width:768px)and (max-width:991px){.ai-faq-content-wrap{padding-left:0;padding-bottom:60px}}@media(max-width:767px){.ai-faq-content-wrap{padding-left:0;padding-top:0;padding-bottom:60px}}.ai-faq-user-box{margin-top:-300px;margin-right:-60px}@media only screen and (min-width:992px)and (max-width:1199px){.ai-faq-user-box{margin-right:-20px}}@media only screen and (min-width:768px)and (max-width:991px){.ai-faq-user-box{margin-right:20px}}@media(max-width:767px){.ai-faq-user-box{margin-top:0;margin-right:0;flex-wrap:wrap}}.ai-faq-user-item{padding:29px 39px;display:inline-block;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);box-shadow:0 2px 10px #1b1b1b1a}@media(max-width:767px){.ai-faq-user-item{width:100%;margin-right:0}}.ai-faq-user-item span{font-weight:400;font-size:16px;line-height:1;margin-bottom:10px;display:inline-block;letter-spacing:-.02em;color:var(--tp-common-black)}.ai-faq-user-item h4{font-weight:700;font-size:54px;line-height:1;letter-spacing:-.04em;color:var(--tp-common-black)}.app-faq-shape{position:absolute;top:100px;left:0}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.app-faq-shape{display:none}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.app-faq-wrap{padding-left:0}}.app-faq-wrap .ai-faq-accordion-wrap .accordion{border-radius:12px;background-color:var(--tp-common-white);box-shadow:0 1px 2px #27272e0a}.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items{padding-left:0;padding-bottom:0}.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items:not(:last-child){border-bottom:2px solid rgb(247,247,253);box-shadow:0 1px 2px #27272e0a}.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons{padding:26px 60px 28px 30px;color:var(--tp-common-black)}@media(max-width:767px){.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons{font-size:18px}}.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon{top:18px;right:20px;left:auto;width:36px;height:36px;margin:0;line-height:36px;border-radius:50%;background-color:#f3f3f9}.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon:before,.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon:after{background-color:var(--tp-common-black-10)}.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon:before{height:12px}.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon:after{width:12px}.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-body{padding-left:30px;padding-bottom:20px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-body{padding-right:30px}}.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-body p{font-weight:400;color:#66666c}.app-faq-wrap.faq-inner-style .ai-faq-accordion-wrap .accordion{border-radius:12px;background-color:var(--tp-common-white);box-shadow:none}.app-faq-wrap.faq-inner-style .ai-faq-accordion-wrap .accordion .accordion-items{padding-left:0;padding-bottom:0;border-bottom:1px solid rgba(17,16,19,.1)}.app-faq-wrap.faq-inner-style .ai-faq-accordion-wrap .accordion .accordion-items:not(:last-child){box-shadow:none}.app-faq-wrap.faq-inner-style .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons{font-size:26px;font-weight:500;letter-spacing:-.52px;padding:26px 0 28px;color:var(--tp-common-black)}@media(max-width:767px){.app-faq-wrap.faq-inner-style .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons{font-size:18px}}.app-faq-wrap.faq-inner-style .ai-faq-accordion-wrap .accordion .accordion-items .accordion-body{padding-left:0;padding-bottom:20px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.app-faq-wrap.faq-inner-style .ai-faq-accordion-wrap .accordion .accordion-items .accordion-body{padding-right:30px}}.app-faq-wrap.faq-inner-style .ai-faq-accordion-wrap .accordion .accordion-items .accordion-body p{font-size:16px;font-weight:400;color:#66666c;letter-spacing:-.16px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.app-faq-wrap.faq-inner-style .ai-faq-accordion-wrap .accordion .accordion-items .accordion-body p br{display:none}}.it-faq-shape-1{position:absolute;left:0;bottom:-30px}@media only screen and (min-width:1400px)and (max-width:1599px){.it-faq-shape-1{left:-10%}}.it-faq-shape-2{margin-left:75px}@media(max-width:767px),only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px){.it-faq-shape-2{margin-left:0}}.it-faq-accordion .faq-active{position:relative}.it-faq-accordion .faq-active:before{content:"";position:absolute;top:0;left:0;width:8px;height:0;transition:.5s;background:#ffd743;border-radius:20px}.it-faq-accordion .accordion-items.faq-active:before{top:auto;bottom:0;height:100%;transition:.5s}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-faq-text p br{display:none}}.service-faq-style .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items{box-shadow:none;border:0;border-bottom:1px solid rgba(255,255,255,.1)}.service-faq-style .app-faq-wrap .ai-faq-accordion-wrap .accordion{border-radius:0;background-color:transparent;box-shadow:none}.service-faq-style .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons{font-size:26px;font-weight:500;padding:36px 60px 38px 30px;color:var(--tp-common-white)}.service-faq-style .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-body p{font-weight:400;font-size:16px;line-height:1.62;letter-spacing:-.01em;color:#fff9}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.service-faq-style .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-body p br{display:none}}.service-faq-style .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon{border:1px solid rgb(34,34,34);background-color:#ffffff1a}.service-faq-style .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon:before,.service-faq-style .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon:after{background-color:#fff9}.service-faq-style .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon{top:30px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.crp-success-area{margin-bottom:0}}.crp-success-big-img{position:absolute;top:0;left:0;height:calc(100% - 10px);width:58.1%}@media only screen and (min-width:1200px)and (max-width:1399px){.crp-success-big-img{width:49.5%}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.crp-success-big-img{position:static;height:400px;width:100%;margin-bottom:10px}}.crp-success-big-img img{height:100%;object-fit:cover}.crp-success-big-img .anim-zoomin-wrap{height:100%}.crp-success-item{height:100%;overflow:hidden}.crp-success-item-shape-1{position:absolute;top:-25px;right:0;transform-origin:top right}@media only screen and (min-width:1600px)and (max-width:1700px){.crp-success-item-shape-1{transform:scale(.5)}}@media only screen and (min-width:1400px)and (max-width:1599px){.crp-success-item-shape-1{transform:scale(.3)}}.crp-success-item-shape-2{position:absolute;bottom:-1px;right:0;transform-origin:right bottom}@media only screen and (min-width:1600px)and (max-width:1700px){.crp-success-item-shape-2{transform:scale(.6)}}@media only screen and (min-width:1400px)and (max-width:1599px){.crp-success-item-shape-2{transform:scale(.4)}}.crp-success-item.about-us{background-size:cover;background-position:0px 30px}.crp-success-item.about-us .crp-about-us-item-wrap{padding-top:160px;text-align:center}@media only screen and (min-width:1200px)and (max-width:1399px){.crp-success-item.about-us .crp-about-us-item-wrap{padding-top:30px}}@media only screen and (min-width:992px)and (max-width:1199px){.crp-success-item.about-us .crp-about-us-item-wrap{padding-top:185px}}@media only screen and (min-width:768px)and (max-width:991px){.crp-success-item.about-us .crp-about-us-item-wrap{padding-top:110px}}@media(max-width:767px){.crp-success-item.about-us .crp-about-us-item-wrap{padding-top:100px;padding-bottom:45px}}.crp-success-item.about-us .crp-about-us-item-title{font-size:46px;font-weight:500;line-height:46px;color:#f9f4e8;font-family:var(--tp-ff-mango-light)}.crp-success-item.about-us .crp-about-us-item-icon{display:inline-block;margin-bottom:14px}.crp-success-item.about-us .crp-about-us-item-icon span{height:40px;width:40px;border-radius:50%;display:grid;place-content:center;background-color:#323234}.crp-success-item.about-us .crp-about-us-item-btn-box{display:flex;padding:80px 30px 0;justify-content:space-between}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.crp-success-item.about-us .crp-about-us-item-btn-box{padding:25px 10px 0}}.crp-success-item.about-us .crp-about-us-item-btn-box span{color:#f9f4e8;font-size:14px;font-weight:400;padding:7px 26px;border-radius:70px;display:inline-block;text-shadow:0px 14px 14px rgba(8,29,49,.03);background:#ffffff1a;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.crp-success-item.about-us .crp-about-us-item-btn-box span svg{margin-left:4px}.crp-success-item.about-us .crp-about-us-item-btn-box a:hover span{color:var(--tp-common-black);background-color:var(--tp-common-white)}.crp-success-item.about-us-img{display:flex;justify-content:center;align-items:center}@media(max-width:767px){.crp-success-item.about-us-img .crp-about-us-item-img{padding:50px 0}}.crp-success-item.about-us .crp-success-video{line-height:1}.crp-success-item.about-us .crp-success-video video{width:475px;height:475px;object-fit:cover}@media only screen and (min-width:1200px)and (max-width:1399px){.crp-success-item.about-us .crp-success-video video{height:302px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.crp-success-item.about-us .crp-success-video video{width:100%}}.crp-success-content{height:100%}.crp-success-content-wrap{height:100%;padding:50px}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px){.crp-success-content-wrap{padding:30px}}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px),(max-width:767px){.crp-success-content-wrap{padding:30px}}.crp-success-content p{font-weight:500;font-size:34px;line-height:1;margin-bottom:40px;letter-spacing:.05px;display:inline-block;font-family:var(--tp-ff-teko);color:var(--tp-common-cream-3)}.crp-success-content>span{font-weight:500;font-size:120px;line-height:.7;display:inline-block;font-family:var(--tp-ff-teko);color:var(--tp-common-cream-3)}@media only screen and (min-width:1200px)and (max-width:1399px){.crp-success-content>span{font-size:100px}}.crp-success-content>span i{font-style:normal}.crp-success-yellow-box .crp-success-content p{font-weight:600;font-size:54px;line-height:1;color:#2a4c3a}@media only screen and (min-width:1600px)and (max-width:1700px){.crp-success-yellow-box .crp-success-content p{font-size:45px}}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px){.crp-success-yellow-box .crp-success-content p{font-size:40px}}.crp-success-img,.crp-success-img .anim-zoomin-wrap,.crp-success-img img{height:100%}.crp-success-about-us-big-img{position:absolute;top:0;right:0;width:49.7%;height:calc(100% - 10px)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.crp-success-about-us-big-img{position:static;height:400px;width:100%;margin-bottom:10px}}.crp-success-about-us-big-img .anim-zoomin-wrap{height:100%}.crp-success-about-us-big-img img{height:100%;object-fit:cover}.ai-instagram-img{overflow:hidden}.ai-instagram-img img{width:100%;transition:.9s}.ai-instagram-img:hover img{transform:scale(1.1)}.ai-instagram-shape-1{position:absolute;left:-2%;z-index:-1;top:-125%}.pp-social-item{display:block;text-align:center;padding:45px 0 20px;border-bottom:1px solid rgba(255,255,255,.08)}.pp-social-item:last-child{border:none}.pp-social-item.active .pp-social-item-wrap .pp-social-item-title,.pp-social-item.active .pp-social-item-wrap p{color:var(--tp-common-white)}.pp-social-item.img-pos-1:hover .pp-social-item-thumb .thumb-1,.pp-social-item.img-pos-1.active .pp-social-item-thumb .thumb-1,.pp-social-item.img-pos-2:hover .pp-social-item-thumb .thumb-1,.pp-social-item.img-pos-2.active .pp-social-item-thumb .thumb-1,.pp-social-item.img-pos-3:hover .pp-social-item-thumb .thumb-1,.pp-social-item.img-pos-3.active .pp-social-item-thumb .thumb-1,.pp-social-item.img-pos-4:hover .pp-social-item-thumb .thumb-1,.pp-social-item.img-pos-4.active .pp-social-item-thumb .thumb-1{opacity:1;transform:translate(0);transform:scale(1);transition-delay:.2s}.pp-social-item.img-pos-1:hover .pp-social-item-thumb .thumb-2,.pp-social-item.img-pos-1.active .pp-social-item-thumb .thumb-2,.pp-social-item.img-pos-2:hover .pp-social-item-thumb .thumb-2,.pp-social-item.img-pos-2.active .pp-social-item-thumb .thumb-2,.pp-social-item.img-pos-3:hover .pp-social-item-thumb .thumb-2,.pp-social-item.img-pos-3.active .pp-social-item-thumb .thumb-2,.pp-social-item.img-pos-4:hover .pp-social-item-thumb .thumb-2,.pp-social-item.img-pos-4.active .pp-social-item-thumb .thumb-2{opacity:1;transform:scale(1);transition-delay:.3s}.pp-social-item.img-pos-1:hover .pp-social-item-thumb .thumb-3,.pp-social-item.img-pos-1.active .pp-social-item-thumb .thumb-3,.pp-social-item.img-pos-2:hover .pp-social-item-thumb .thumb-3,.pp-social-item.img-pos-2.active .pp-social-item-thumb .thumb-3,.pp-social-item.img-pos-3:hover .pp-social-item-thumb .thumb-3,.pp-social-item.img-pos-3.active .pp-social-item-thumb .thumb-3,.pp-social-item.img-pos-4:hover .pp-social-item-thumb .thumb-3,.pp-social-item.img-pos-4.active .pp-social-item-thumb .thumb-3{opacity:1;transform:scale(1);transition-delay:.2s}.pp-social-item.img-pos-1:hover .pp-social-item-thumb .thumb-4,.pp-social-item.img-pos-1.active .pp-social-item-thumb .thumb-4,.pp-social-item.img-pos-2:hover .pp-social-item-thumb .thumb-4,.pp-social-item.img-pos-2.active .pp-social-item-thumb .thumb-4,.pp-social-item.img-pos-3:hover .pp-social-item-thumb .thumb-4,.pp-social-item.img-pos-3.active .pp-social-item-thumb .thumb-4,.pp-social-item.img-pos-4:hover .pp-social-item-thumb .thumb-4,.pp-social-item.img-pos-4.active .pp-social-item-thumb .thumb-4{opacity:1;transform:scale(1);transform:translateY(0);transition-delay:.3s}.pp-social-item.img-pos-1 .pp-social-item-thumb .thumb-1{position:absolute;opacity:0;top:0;left:12%;z-index:1;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;transform:scale(.7)}@media(max-width:767px){.pp-social-item.img-pos-1 .pp-social-item-thumb .thumb-1{display:none}}.pp-social-item.img-pos-1 .pp-social-item-thumb .thumb-2{position:absolute;opacity:0;top:0;right:20%;z-index:1;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;transform:translate(100px)}.pp-social-item.img-pos-1 .pp-social-item-thumb .thumb-3{position:absolute;opacity:0;bottom:20%;left:19%;z-index:1;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;transform:translateY(100px)}.pp-social-item.img-pos-1 .pp-social-item-thumb .thumb-4{position:absolute;opacity:0;bottom:25%;right:15%;z-index:1;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;transform:scale(.7)}@media(max-width:767px){.pp-social-item.img-pos-1 .pp-social-item-thumb .thumb-4{display:none}}.pp-social-item.img-pos-2 .pp-social-item-thumb .thumb-1{position:absolute;opacity:0;top:0;left:17%;z-index:1;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;transform:translate(-100px)}.pp-social-item.img-pos-2 .pp-social-item-thumb .thumb-2{position:absolute;opacity:0;top:0;right:16%;z-index:1;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;transform:scale(.7)}@media(max-width:767px){.pp-social-item.img-pos-2 .pp-social-item-thumb .thumb-2{display:none}}.pp-social-item.img-pos-2 .pp-social-item-thumb .thumb-3{position:absolute;opacity:0;bottom:20%;left:24%;z-index:1;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;transform:scale(.7)}@media(max-width:767px){.pp-social-item.img-pos-2 .pp-social-item-thumb .thumb-3{display:none}}.pp-social-item.img-pos-2 .pp-social-item-thumb .thumb-4{position:absolute;opacity:0;bottom:8%;right:18%;z-index:1;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;transform:scale(.7)}.pp-social-item.img-pos-3 .pp-social-item-thumb .thumb-1{position:absolute;opacity:0;top:0;left:12%;z-index:1;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;transform:scale(.7)}@media(max-width:767px){.pp-social-item.img-pos-3 .pp-social-item-thumb .thumb-1{display:none}}.pp-social-item.img-pos-3 .pp-social-item-thumb .thumb-2{position:absolute;opacity:0;top:0;right:20%;z-index:1;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;transform:translate(100px)}.pp-social-item.img-pos-3 .pp-social-item-thumb .thumb-3{position:absolute;opacity:0;bottom:20%;left:19%;z-index:1;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;transform:translateY(100px)}.pp-social-item.img-pos-3 .pp-social-item-thumb .thumb-4{position:absolute;opacity:0;bottom:25%;right:15%;z-index:1;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;transform:translateY(100px)}@media(max-width:767px){.pp-social-item.img-pos-3 .pp-social-item-thumb .thumb-4{display:none}}.pp-social-item.img-pos-4 .pp-social-item-thumb .thumb-1{position:absolute;opacity:0;top:0;left:17%;z-index:1;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;transform:translate(-100px)}.pp-social-item.img-pos-4 .pp-social-item-thumb .thumb-2{position:absolute;opacity:0;top:0;right:16%;z-index:1;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;transform:scale(.7)}@media(max-width:767px){.pp-social-item.img-pos-4 .pp-social-item-thumb .thumb-2{display:none}}.pp-social-item.img-pos-4 .pp-social-item-thumb .thumb-3{position:absolute;opacity:0;bottom:20%;left:24%;z-index:1;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;transform:scale(.7)}@media(max-width:767px){.pp-social-item.img-pos-4 .pp-social-item-thumb .thumb-3{display:none}}.pp-social-item.img-pos-4 .pp-social-item-thumb .thumb-4{position:absolute;opacity:0;bottom:8%;right:18%;z-index:1;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;transform:scale(.7)}.pp-social-item-title{margin:0;font-size:180px;font-weight:400;line-height:.6;letter-spacing:-5.4px;font-family:var(--tp-ff-teko);color:#ffffff1a;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media only screen and (min-width:768px)and (max-width:991px){.pp-social-item-title{font-size:120px}}@media(max-width:767px){.pp-social-item-title{font-size:70px;letter-spacing:0}}.pp-social-item-wrap{display:inline-block}.pp-social-item-wrap p{margin:0;line-height:20px}.pp-social-item-wrap .text-left{top:15%;right:104%;position:absolute;text-align:end;white-space:nowrap}@media(max-width:767px){.pp-social-item-wrap .text-left{display:none}}.pp-social-item-wrap .text-right{top:15%;left:106%;position:absolute;text-align:start;white-space:nowrap}@media(max-width:767px){.pp-social-item-wrap .text-right{display:none}}.app-feature-border-style .row [class*=col-]:first-child .app-feature-item{border-radius:24px 0 0 24px}@media only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:576px)and (max-width:767px),(max-width:767px){.app-feature-border-style .row [class*=col-]:first-child .app-feature-item{border-radius:0}}.app-feature-border-style .row [class*=col-]:last-child .app-feature-item{border-radius:0 24px 24px 0}@media only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:576px)and (max-width:767px),(max-width:767px){.app-feature-border-style .row [class*=col-]:last-child .app-feature-item{border-radius:0}}.app-feature-heading p{color:#61616a}.app-feature-item{padding:50px 40px 30px;background-color:#eeeff8}@media(max-width:767px){.app-feature-item{padding:50px 30px 30px}}.app-feature-item-icon{margin-bottom:35px}.app-feature-item-content p{font-size:15px;color:#61616a}@media only screen and (min-width:992px)and (max-width:1199px),(max-width:767px){.app-feature-item-content p br{display:none}}.app-feature-title{font-size:24px;font-weight:600;margin-bottom:10px;text-transform:uppercase;font-family:var(--tp-ff-phudu);color:var(--tp-common-black-10)}.app-feature-bottom p{margin:0;font-size:16px;color:#61616a;display:inline-block}@media only screen and (min-width:576px)and (max-width:767px){.app-feature-bottom p{font-size:16px}}@media(max-width:767px){.app-feature-bottom p{font-size:14px}}.app-feature-bottom p span{font-weight:600;padding:4px 17px;margin-right:10px;border-radius:30px;color:var(--tp-common-black-10);border:1px solid rgba(0,0,0,.1);background-color:var(--tp-common-white);box-shadow:0 20px 40px #21212d1a}.app-feature-bottom p a{font-weight:500;text-decoration:underline;color:var(--tp-common-black-10)}@media only screen and (min-width:992px)and (max-width:1199px){.app-feature-2-ptb{padding-bottom:0}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.app-feature-2-ptb{padding-top:120px;padding-bottom:60px}}.app-feature-2-bg{position:absolute;top:0%;left:22%}@media only screen and (min-width:1200px)and (max-width:1399px){.app-feature-2-bg{left:17%}}@media only screen and (min-width:992px)and (max-width:1199px){.app-feature-2-bg{left:18%;top:11%}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.app-feature-2-bg{display:none}}.app-feature-2-bg .shape-1{position:absolute;top:37%;left:23%}.app-feature-2-bg .shape-2{position:absolute;top:46%;left:31%}@media only screen and (min-width:992px)and (max-width:1199px){.app-feature-2-bg .shape-2{left:40%;top:47%}}.app-feature-2-bg .shape-3{position:absolute;top:56%;right:13%}@media only screen and (min-width:992px)and (max-width:1199px){.app-feature-2-bg .shape-3{right:0;top:60%}}.app-feature-2-thumb{padding-top:75px}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.app-feature-2-thumb{padding-top:0}}@media(max-width:767px){.app-feature-2-thumb{padding-top:45px}}@media only screen and (min-width:992px)and (max-width:1199px){.app-feature-2-thumb img{transform:scale(.7)}}.app-feature-2-content{padding-left:40px}@media(max-width:767px){.app-feature-2-content{padding-left:0}}.app-feature-2-content .tp-section-subtitle.border-bg{position:relative;font-size:17px;font-weight:400;letter-spacing:-.17px;padding:11px 26px;margin-bottom:25px;border-radius:30px;border:1px solid #FFF;background:#ffffff80;box-shadow:0 20px 40px #21212d1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.app-feature-2-content-icon{margin-left:25px}.app-feature-2-content-icon span{display:inline-block;margin-right:15px;transform:translateY(5px)}.app-feature-2-content-icon p{color:#61616a;font-size:15px;margin:0}.app-feature-2-brd{height:30px;width:2px;margin-left:35px;margin-bottom:18px;background:#22222e14}.it-feature-ptb{padding-top:150px}@media(max-width:767px){.it-feature-ptb{padding-top:100px}}.it-feature-brand-shape{position:absolute;top:-5.5%;left:0;right:0}@media only screen and (min-width:992px)and (max-width:1199px){.it-feature-brand-shape{top:-4.3%}}@media only screen and (min-width:768px)and (max-width:991px){.it-feature-brand-shape{top:-3%}}@media(max-width:767px){.it-feature-brand-shape{display:none}}.it-feature-item{position:relative;height:100%;border-radius:20px;padding:60px 30px 55px;z-index:1;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.it-feature-item:before{position:absolute;content:"";top:0;left:0;height:100%;width:100%;z-index:-1;border-radius:20px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background:var(--tp-common-white);box-shadow:0 2px 3px #3229491a}.it-feature-item:hover:before{top:15px;left:15px;height:calc(100% - 30px);width:calc(100% - 30px)}.it-feature-item:hover .it-feature-icon:before{transform:translate(-50%,-50%) scale(1.25)}.it-feature-item-style-bg{padding:50px 40px;background-size:cover;background-position:center;background-repeat:no-repeat}.it-feature-item-style-bg:before{content:none}.it-feature-item-style-bg .it-feature-title{font-size:34px;line-height:1.18;color:var(--tp-common-white)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.it-feature-item-style-bg .it-feature-title{font-size:30px}}.it-feature-title{font-weight:500;font-size:30px;line-height:1;margin-bottom:55px;letter-spacing:.02em;color:var(--tp-common-black-10);font-family:var(--tp-ff-platform)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.it-feature-title{margin-bottom:15px}}.it-feature-icon{position:relative;width:200px;height:200px;line-height:200px;text-align:center;border-radius:50%;margin-bottom:55px;display:inline-block;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.it-feature-icon{margin-bottom:15px}}.it-feature-icon.color-1:before{background-color:#ffe9fd}.it-feature-icon.color-2:before{background-color:#e9edff}.it-feature-icon.color-3:before{background-color:#fff0fa}.it-feature-icon.color-4:before{background-color:#e4eeff}.it-feature-icon.color-5:before{background-color:#ffe9fd}.it-feature-icon:before{position:absolute;content:"";top:50%;left:50%;height:160px;width:160px;z-index:-1;border-radius:50%;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;transform:translate(-50%,-50%)}.it-feature-icon img{min-width:110px}.it-feature-content p{font-weight:400;font-size:17px;color:#61616a;margin-bottom:25px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.it-feature-content p br{display:none}}.it-feature-category span{font-weight:500;font-size:11px;line-height:1;color:#61616a;padding:7px 12px;border-radius:27px;display:inline-block;letter-spacing:.02em;text-transform:uppercase;margin-bottom:5px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;border:1px solid rgba(50,41,73,.1)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.it-feature-category span{margin-bottom:5px}}.it-feature-category span:hover{background:#f3f3f9;border-color:#f3f3f9}.it-feature-shape-1{position:absolute;bottom:0;left:0;z-index:-1}.cr-feature-heading{border-bottom:1px solid rgba(255,255,255,.07)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.cr-feature-heading{padding-bottom:50px}}.cr-feature-heading p{font-size:17px;font-weight:500;line-height:26px;color:#ffffff80}.cr-feature-item{position:relative;margin:15px;border-radius:6px;background:#131416;box-shadow:0 0 4px #ffffff1f inset,0 0 2px 2px #0006}.cr-feature-item-content{padding:35px}.cr-feature-item-content p{font-size:17px;font-weight:500;line-height:26px;color:#ffffff80}@media(max-width:767px){.cr-feature-item-content p br{display:none}}.cr-feature-item-icon{margin-bottom:30px;align-items:end}.cr-feature-item-icon-title{margin:0;font-size:28px;font-weight:600;letter-spacing:-.56px;color:var(--tp-common-white);font-family:var(--tp-ff-onest)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.cr-feature-item-icon-title{font-size:20px}}.cr-feature-item-icon span{margin-right:14px;flex:0 0 auto}.cr-feature-item.hight{height:600px}@media(max-width:767px){.cr-feature-item.hight{height:440px}}.cr-feature-item-box .row [class*=col-]:first-child{border-right:1px solid rgba(255,255,255,.07)}@media(max-width:767px){.cr-feature-item-box .row [class*=col-]:first-child{border:none}}.cr-feature-item-box .row [class*=col-]:last-child{border-top:1px solid rgba(255,255,255,.07)}.cr-feature-thumb.big{position:absolute;right:0;bottom:0}.cr-feature-2-ptb{padding-top:185px;padding-bottom:185px;border-bottom:1px solid rgba(255,255,255,.07)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.cr-feature-2-ptb{padding-top:100px;padding-bottom:100px}}.cr-feature-2-bg{position:absolute;top:120px;left:0;right:0;z-index:-1;margin:0 auto;text-align:center}@media(max-width:767px){.cr-feature-2-heading{margin-bottom:40px}}.cr-feature-2-heading p{font-size:17px;font-weight:500;line-height:26px;margin-bottom:35px;color:#ffffff80}@media only screen and (min-width:1400px)and (max-width:1599px),(max-width:767px){.cr-feature-2-heading p br{display:none}}.cr-feature-2-left{margin-left:-6px}.cr-feature-2-right{margin-right:-6px}@media(max-width:767px){.cr-feature-2-right{display:none}}@media only screen and (min-width:576px)and (max-width:767px){.cr-feature-2-right{display:block}}.cr-feature-2-item{position:relative;width:100%;height:122px;display:grid;padding:0;place-items:center;margin:-1px -1px 0;border:1px solid #1B1C1C}.cr-feature-2-item span{position:absolute;width:10px;height:10px;z-index:1;display:inline-block;border-radius:50%;background-color:#212222}.cr-feature-2-item span.bullet-top-right{top:-4px;right:-6px}.cr-feature-2-item span.bullet-top-left{top:-4px;left:-6px}.cr-feature-2-item span.bullet-bottom-right{bottom:-6px;right:-6px}.cr-feature-2-item span.bullet-bottom-left{bottom:-6px;left:-6px}.cr-feature-2-item-icon{position:relative}.cr-feature-2-item-icon img{max-height:54px;max-width:50px;animation:transform 8s infinite linear}.cr-feature-2-item-icon.animation-2 img{animation:transform 5s infinite linear}.cr-feature-3-border{border-bottom:1px solid rgba(255,255,255,.07)}.cr-feature-3-border-box{padding:15px 0;position:relative;border-left:1px solid rgba(255,255,255,.07);border-right:1px solid rgba(255,255,255,.07)}.cr-feature-3-border-box:after,.cr-feature-3-border-box:before{position:absolute;top:0;width:1px;height:100px;opacity:.5;content:"";background:linear-gradient(180deg,#fff0,#fff)}.cr-feature-3-border-box:after{right:0;animation:scroll1 20s ease-out infinite}.cr-feature-3-border-box:before{left:0;animation:scroll1 15s ease-out infinite}.cr-feature-3-box{padding:55px;margin:0 15px;border-radius:6px;background:#131416;box-shadow:0 0 4px #ffffff1f inset,0 0 2px 2px #0006}@media(max-width:767px){.cr-feature-3-box{padding:30px}}@media only screen and (min-width:576px)and (max-width:767px){.cr-feature-3-box{padding:45px}}.cr-feature-3-heading{padding:90px 0 0 28px}@media only screen and (min-width:992px)and (max-width:1199px){.cr-feature-3-heading{padding:30px 0 0 28px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.cr-feature-3-heading{padding:0}}.cr-feature-3-heading p{font-size:17px;font-weight:500;line-height:26px;margin-bottom:35px;color:#ffffff80}@media(max-width:767px){.cr-feature-3-heading p{font-size:16px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.cr-feature-3-heading p br{display:none}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.app-review-ptb{padding-bottom:120px}}.app-review-bg{padding:40px;border-radius:30px;background:linear-gradient(265deg,#d0f2f0cc 16.29%,#c5e0fccc 84.71%)}.app-review-img{position:absolute;bottom:0;left:20%}@media only screen and (min-width:992px)and (max-width:1199px){.app-review-img{bottom:-54px;left:22%;transform:scale(.6)}}@media(max-width:767px){.app-review-img{display:none}}@media only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:576px)and (max-width:767px){.app-review-img{bottom:-26px;left:auto;transform:scale(.8);right:0;display:block}}.app-review-title{font-size:30px;font-weight:600;text-transform:uppercase;font-family:var(--tp-ff-phudu);line-height:1;margin-bottom:10px;background:linear-gradient(293deg,#3188ff -3.2%,#d34be9 48.62%,#ff994b 102.56%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media only screen and (min-width:768px)and (max-width:991px){.app-review-heading{margin-bottom:50px}}@media(max-width:767px){.app-review-heading{margin-bottom:30px}}.app-review-heading p{color:#61616a;font-size:14px}.app-review-heading p span{font-weight:700}@media only screen and (min-width:768px)and (max-width:991px){.app-review-item{margin-bottom:50px}}@media(max-width:767px){.app-review-item{margin-bottom:30px}}.app-review-item.ml{margin-left:-5px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.app-review-item.ml{margin-left:0}}.app-review-item.mr{margin-left:10px;margin-right:-12px}.app-review-item-icon{margin-bottom:18px}.app-review-item-content p{color:#61616a;font-size:14px;margin:0}.app-review-item-title{font-size:44px;font-weight:500;line-height:1;margin-bottom:10px;letter-spacing:-.44px;font-family:var(--tp-ff-phudu);color:var(--tp-common-black-10)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.app-stack-ptb{margin-top:60px;padding-bottom:60px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.app-stack-heading{padding-bottom:5px}}.app-stack-subtitle{font-size:15px;font-weight:600;padding:2px 16px;display:inline-block;border-radius:40px;margin-bottom:25px;color:#fff;border:1px solid rgba(33,33,45,.06);box-shadow:0 0 2px #27272e0a;background:#000}.app-stack-number{font-size:220px;font-weight:700;line-height:.7;margin-bottom:30px;text-transform:uppercase;font-family:var(--tp-ff-phudu);background:linear-gradient(180deg,#21212d42 13.2%,#f7f7fd38 94.29%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media(max-width:767px){.app-stack-number{font-size:130px}}.app-stack-title{font-size:44px;font-weight:700;margin-bottom:15px;text-transform:uppercase;color:var(--tp-common-black-10);font-family:var(--tp-ff-phudu)}@media(max-width:767px){.app-stack-title{font-size:38px}}@media(max-width:767px){.app-stack-title br{display:none}}.app-stack-content{position:relative;margin-left:38px}@media(max-width:767px){.app-stack-content{margin-left:0}}@media only screen and (min-width:576px)and (max-width:767px){.app-stack-content{margin-left:30px}}.app-stack-content:before{position:absolute;content:"";top:8px;left:-38px;height:80px;width:1px;background-color:#21212d1a}@media(max-width:767px){.app-stack-content:before{display:none}}@media only screen and (min-width:576px)and (max-width:767px){.app-stack-content:before{display:block}}.app-stack-content:after{position:absolute;content:"";top:8px;left:-38px;height:20px;width:1px;background-color:var(--tp-common-black-10)}@media(max-width:767px){.app-stack-content:after{display:none}}@media only screen and (min-width:576px)and (max-width:767px){.app-stack-content:after{display:block}}.app-stack-content p{font-size:15px;color:#61616a;margin-bottom:35px}@media(max-width:767px){.app-stack-content p br{display:none}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.app-stack-item{padding-top:120px;padding-bottom:120px}}@media(max-width:767px){.app-stack-item{padding-top:10px;padding-bottom:10px}}.app-stack-item-02{background:linear-gradient(265deg,#d0f2f0 16.29%,#c5e0fc 84.71%)}.app-stack-btn a{display:inline-block;font-size:15px;font-weight:600;border-radius:42px;padding:8px 24px;color:var(--tp-common-white);border:1px solid rgba(33,33,45,.06);background:var(--tp-common-black-10);box-shadow:0 0 2px #27272e0a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.app-stack-btn a:hover{transform:scale(1.1)}@media(max-width:767px){.app-stack-thumb-box{padding-bottom:10px}}.app-stack-thumb-box .shape-1{position:absolute;top:90px;left:-25px}@media only screen and (min-width:1200px)and (max-width:1399px){.app-stack-thumb-box .shape-1{left:-70px}}@media(max-width:767px){.app-stack-thumb-box .shape-1{top:-25px;left:-30px;transform:scale(.8)}}@media only screen and (min-width:576px)and (max-width:767px){.app-stack-thumb-box .shape-1{top:50px;transform:scale(1)}}.app-stack-thumb-box .shape-2{position:absolute;top:-80px;right:0}@media only screen and (min-width:992px)and (max-width:1199px){.app-stack-thumb-box .shape-2{top:-70px;right:-40px;transform:scale(.8)}}@media only screen and (min-width:768px)and (max-width:991px){.app-stack-thumb-box .shape-2{top:-70px}}@media(max-width:767px){.app-stack-thumb-box .shape-2{top:-60px;right:-33px;transform:scale(.8)}}@media only screen and (min-width:576px)and (max-width:767px){.app-stack-thumb-box .shape-2{top:-100px;right:-40px;transform:scale(.8)}}.app-stack-thumb-box .shape-3{position:absolute;top:140px;right:-25px}@media(max-width:767px){.app-stack-thumb-box .shape-3{top:0}}.app-stack-thumb-box .shape-4{position:absolute;bottom:100px;right:15px}@media(max-width:767px){.app-stack-thumb-box .shape-4{bottom:0}}@media only screen and (min-width:768px)and (max-width:991px){.pp-skill-ptb{padding-bottom:120px}}@media(max-width:767px){.pp-skill-ptb{padding-bottom:100px}}.pp-skill-big-text{padding-bottom:90px}@media only screen and (min-width:1200px)and (max-width:1399px){.pp-skill-big-text{padding-bottom:65px}}@media only screen and (min-width:992px)and (max-width:1199px){.pp-skill-big-text{padding-bottom:50px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-skill-big-text{padding-bottom:30px}}.pp-skill-big-text-title{font-size:380px;font-weight:600;line-height:.7;margin:0;color:#0e0f11;letter-spacing:-12px;font-family:var(--tp-ff-teko)}@media only screen and (min-width:1600px)and (max-width:1700px){.pp-skill-big-text-title{font-size:330px}}@media only screen and (min-width:1400px)and (max-width:1599px){.pp-skill-big-text-title{font-size:300px}}@media only screen and (min-width:1200px)and (max-width:1399px){.pp-skill-big-text-title{font-size:265px}}@media only screen and (min-width:992px)and (max-width:1199px){.pp-skill-big-text-title{font-size:200px;letter-spacing:-5px}}@media only screen and (min-width:768px)and (max-width:991px){.pp-skill-big-text-title{font-size:165px;letter-spacing:-5px}}@media(max-width:767px){.pp-skill-big-text-title{font-size:75px;letter-spacing:0}}@media only screen and (min-width:576px)and (max-width:767px){.pp-skill-big-text-title{font-size:90px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-skill-heading{margin-bottom:30px}}.pp-skill-subtitle{font-size:18px;font-weight:500;margin-right:20px;letter-spacing:-.36px;display:inline-block;color:var(--tp-common-black)}.pp-skill-title{font-size:80px;font-weight:600;line-height:.9;letter-spacing:-.8px;color:var(--tp-common-black);font-family:var(--tp-ff-teko)}@media(max-width:767px){.pp-skill-title{font-size:50px}}@media(max-width:767px){.pp-skill-title br{display:none}}@media(max-width:767px){.pp-skill-list{margin-bottom:40px}}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-skill-list-wrapper{padding-bottom:0}}.pp-skill-list-wrap{padding-left:60px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-skill-list-wrap{padding-left:0}}.pp-skill-list-wrap .row [class*=col-]:nth-child(2n){padding-left:30px}@media only screen and (min-width:768px)and (max-width:991px){.pp-skill-list-wrap .row [class*=col-]:nth-child(2n){padding-left:0}}@media(max-width:767px){.pp-skill-list-wrap .row [class*=col-]:nth-child(2n){padding-left:15px}}.pp-skill-list-title{font-size:46px;font-weight:500;line-height:1;letter-spacing:-.46px;color:var(--tp-common-black);font-family:var(--tp-ff-teko)}@media(max-width:767px){.pp-skill-list-title{font-size:40px}}.pp-skill-list ul{padding-left:15px;display:inline-block}.pp-skill-list ul li{font-size:18px;font-weight:500;margin-bottom:6px;letter-spacing:-.18px;color:var(--tp-common-black)}.pp-skill-tools .row [class*=col-]{display:grid;justify-content:center}.pp-skill-tools-item{display:grid;width:330px;height:330px;border-radius:50%;place-content:center;border:1px solid rgba(0,0,0,.1)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-skill-tools-item{height:285px;width:285px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.pp-skill-tools-item{margin-bottom:30px}}.pp-skill-tools-item-icon{margin-bottom:15px}.pp-skill-tools-item-title{font-size:20px;font-weight:600;margin-bottom:25px;letter-spacing:-.2px;color:var(--tp-common-black)}.pp-skill-tools-item-persent{font-size:34px;font-weight:500;border-radius:14px;padding:8px 48px 6px;display:inline-block;letter-spacing:.34px;color:var(--tp-common-black);font-family:var(--tp-ff-teko);background:#0000001a}.app-benefits-wrapper{border-radius:60px;padding:110px 200px 90px}@media only screen and (min-width:1600px)and (max-width:1700px){.app-benefits-wrapper{padding:110px 100px 90px}}@media only screen and (min-width:1400px)and (max-width:1599px){.app-benefits-wrapper{padding:110px 100px 90px}}@media only screen and (min-width:1200px)and (max-width:1399px){.app-benefits-wrapper{padding:50px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.app-benefits-wrapper{padding:30px}}.app-benefits-item{width:100%;height:308px;overflow:hidden;border-radius:24px;background:#141416;border:2px solid rgba(255,255,255,.1)}.app-benefits-item:hover .app-benefits-item-thumb img{transform:scale(1.1)}@media only screen and (min-width:768px)and (max-width:991px){.app-benefits-item{height:360px}}@media(max-width:767px){.app-benefits-item{padding:0 20px}}.app-benefits-item-thumb{position:absolute;left:0;bottom:0;width:100%;border-radius:24px}.app-benefits-item-thumb img{width:100%;transition:.9s;border-radius:24px}.app-benefits-item-content{padding-top:40px}.app-benefits-item-title{font-size:30px;font-weight:600;margin:0;color:var(--tp-common-white);font-family:var(--tp-ff-phudu)}@media(max-width:767px){.app-benefits-item-title{font-size:25px}}@media(max-width:767px){.app-benefits-item-title br{display:none}}.app-benefits-item-2-star{margin-bottom:5px}.app-benefits-item-2-content{padding-top:40px}.app-benefits-item-2-content p{font-size:20px;font-weight:500;margin:0;color:#ffffffa8}@media(max-width:767px){.app-benefits-item-2-content p{font-size:16px}}.app-benefits-item-2-title{font-size:70px;font-weight:500;margin-bottom:15px;line-height:.8;color:var(--tp-common-white);font-family:var(--tp-ff-phudu)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.app-benefits-item-2-title{font-size:62px}}@media(max-width:767px){.app-benefits-item-2-title{font-size:55px}}.app-benefits-item-3{height:642px;width:100%;overflow:hidden;border-radius:30px;border:2px solid rgba(255,255,255,.1);background:radial-gradient(371.89% 134.33% at 3.21% 1.26%,#ffffff12,#d9d9d900)}.app-benefits-item-3:hover .app-benefits-item-thumb img{transform:scale(1.1)}@media(max-width:767px){.app-benefits-item-3{height:460px}}@media only screen and (min-width:576px)and (max-width:767px){.app-benefits-item-3{height:600px}}.app-benefits-item-3-bg{position:absolute;left:0;top:0;width:100%;height:100%}.app-benefits-item-3-bg img{width:100%;height:100%;transition:.9s;border-radius:30px}.app-benefits-item-3-content{padding-top:35px}.app-benefits-item-3-content span{font-size:18px;font-weight:500;margin-bottom:2px;display:inline-block;color:var(--tp-common-white)}.app-benefits-item-3-content p{font-size:20px;font-weight:500;margin:0;color:#ffffffa8}@media(max-width:767px){.app-benefits-item-3-content p{font-size:16px}}.app-benefits-item-3-title{font-size:100px;font-weight:500;margin-bottom:15px;line-height:.8;color:var(--tp-common-white);font-family:var(--tp-ff-phudu)}.it-benifit-bg{padding:70px;border-radius:30px}@media(max-width:767px){.it-benifit-bg{padding:30px}}.it-benifit-shape{position:absolute;top:50px;right:20px}@media(max-width:767px),only screen and (min-width:768px)and (max-width:991px){.it-benifit-shape{display:none}}.it-benifit-icon{height:46px;width:46px;line-height:42px;text-align:center;position:relative;margin-bottom:30px}.it-benifit-icon:after{position:absolute;top:0;left:0;z-index:-1;content:"";height:100%;width:100%;border-radius:12px;display:inline-block;transform:rotate(45deg);background-color:#ffc4c0}.it-benifit-icon svg{margin-left:2px}.it-benifit-title{font-weight:500;font-size:24px;line-height:1;margin-bottom:12px;letter-spacing:.02em;color:var(--tp-common-black-10);font-family:var(--tp-ff-platform);position:relative}.it-benifit-title:before{position:absolute;top:-6px;left:-25px;content:"";height:36px;width:1px;display:inline-block;background-color:var(--tp-common-black-10)}.it-benifit-content p{font-weight:400;font-size:16px;line-height:1.5;margin-bottom:0;color:var(--tp-common-black-10)}.it-benifit-item{padding:20px 0 20px 24px;border-left:1px solid rgba(33,33,45,.1)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.it-benifit-item{margin-bottom:30px}}.tp-gsap-bg{position:absolute;top:0;left:0;right:0;width:100%;margin:0 auto;height:100%;text-align:center;background-color:var(--tp-common-black);z-index:-1}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.tp-benefits-ptb{padding-bottom:100px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-benefits-ptb{padding-bottom:65px}}.tp-benefits-heading p{font-size:16px;color:#111013b3}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-benefits-heading p br{display:none}}@media(max-width:767px){.tp-benefit-ptb{padding-top:100px;padding-bottom:100px}}@media(max-width:767px){.tp-benefit-heading{margin-bottom:50px}}.tp-benefit-box .row [class*=col]:nth-child(4n) .tp-benefit-item{border-right:none}.tp-benefit-item{padding:40px;border-right:1px solid #F1F1F4}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-benefit-item{margin-left:-1px;margin-top:-1px;border:1px solid #f1f1f4!important}}.tp-benefit-item.tp-benefit-borber-bottom{border-bottom:1px solid #F1F1F4}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-benefit-item.tp-benefit-borber-bottom{border:none}}.tp-benefit-item-icon{height:74px}.tp-benefit-item-title{font-size:20px;font-weight:600;color:#111013;letter-spacing:-.4px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-benefit-item-title{font-size:18px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-benefit-item-title br{display:none}}.app-cta-wrap{border-radius:30px;background:linear-gradient(265deg,#d0f2f0 16.29%,#c5e0fc 84.71%)}.app-cta-wrapper{padding-left:170px}@media only screen and (min-width:1400px)and (max-width:1599px){.app-cta-wrapper{padding-left:135px}}@media only screen and (min-width:1200px)and (max-width:1399px){.app-cta-wrapper{padding-left:100px}}@media only screen and (min-width:992px)and (max-width:1199px){.app-cta-wrapper{padding-left:50px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.app-cta-wrapper{padding-left:30px;padding-bottom:30px}}@media(max-width:767px){.app-cta-wrapper{padding-top:45px;padding-right:30px}}.app-cta-heading p{color:#61616a;letter-spacing:-.18px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.app-cta-heading p br{display:none}}.app-cta-store{display:flex;width:184px;align-items:center;border-radius:12px;padding:9px 20px;transition:.4s;background:var(--tp-common-white);box-shadow:0 14px 24px #032e4133}@media(max-width:767px){.app-cta-store{margin-bottom:20px}}.app-cta-store:hover{transform:scale(1.1)}.app-cta-store-icon{margin-right:10px}.app-cta-store-content p{margin:0;font-size:12px;color:var(--tp-common-black-10)}.app-cta-store-content span{font-size:21px;font-weight:600}@media(max-width:767px){.app-cta-store-box{flex-wrap:wrap}}.app-cta-thumb-2{position:absolute;bottom:0;right:12%}.st-cta-ptb{overflow:hidden;padding-top:180px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-cta-ptb{padding-top:120px;padding-bottom:100px}}.st-cta-bg-circle{position:absolute;top:0;left:-3.5%;height:1000px;width:107%;display:inline-block;right:0;margin:0 auto;text-align:center}.st-cta-wrapper .tp-section-title-playfair{font-size:120px;color:var(--tp-common-white)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.st-cta-wrapper .tp-section-title-playfair{font-size:100px}}@media(max-width:767px){.st-cta-wrapper .tp-section-title-playfair{font-size:62px}}.st-cta-wrapper .tp-section-title-playfair span{color:var(--tp-common-white)}.st-cta-wrapper p{margin-bottom:45px;color:var(--tp-common-white);font-family:var(--tp-ff-poppins)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.st-cta-wrapper p br{display:none}}.st-cta-wrapper .tp-btn-border-2.st{background-color:var(--tp-common-white)}.st-cta-wrapper .tp-btn-border-2.st:hover{background-color:transparent;color:var(--tp-common-white);border-color:var(--tp-common-white)}@media(max-width:767px){.cr-cta-ptb{padding-top:100px}}.cr-cta-bg{position:absolute;bottom:-30%;left:0;right:0;z-index:-1;margin:0 auto;text-align:center}@media(max-width:767px){.cr-cta-shape{display:none}}.cr-cta-shape span{height:5px;width:5px;border-radius:50%;background:#d9d9d9;display:inline-block}.cr-cta-shape .shape-1{position:absolute;animation:bannerAnimationTwo 8s infinite linear}.cr-cta-shape .shape-2{position:absolute;animation:bannerAnimationTwo 9s infinite linear}.cr-cta-shape .shape-3{position:absolute;animation:bannerAnimationTwo 10s infinite linear}.cr-cta-shape .shape-4{position:absolute;animation:bannerAnimationTwo 11s infinite linear}.cr-cta-shape .shape-5{position:absolute;animation:bannerAnimationTwo 7s infinite linear}.cr-cta-shape .shape-6{position:absolute;animation:bannerAnimationTwo 8s infinite linear}.cr-cta-shape .shape-7{position:absolute;animation:bannerAnimationTwo 9s infinite linear}.cr-cta-shape .shape-8{position:absolute;animation:bannerAnimationTwo 10s infinite linear}.cr-cta-shape .shape-9{position:absolute;animation:bannerAnimationTwo 11s infinite linear}.cr-cta-shape .shape-10{position:absolute;animation:bannerAnimationTwo 7s infinite linear}.cr-cta-shape .shape-11{position:absolute;animation:bannerAnimationTwo 8s infinite linear}.cr-cta-shape .shape-12{position:absolute;animation:bannerAnimationTwo 9s infinite linear}.cr-cta-shape .shape-13{position:absolute;animation:bannerAnimationTwo 10s infinite linear}.cr-cta-shape .shape-14{position:absolute;animation:bannerAnimationTwo 11s infinite linear}.cr-cta-shape .shape-15{position:absolute;animation:bannerAnimationTwo 7s infinite linear}.cr-cta-shape .shape-1{bottom:15%;left:35%}.cr-cta-shape .shape-2{bottom:8%;right:45%}.cr-cta-shape .shape-3{bottom:20%;left:40%}.cr-cta-shape .shape-4{bottom:16%;right:37%}.cr-cta-shape .shape-5{bottom:10%;left:40%}.cr-cta-shape .shape-6{bottom:20%;left:45%}.cr-cta-shape .shape-7{bottom:9%;right:35%}.cr-cta-shape .shape-8{bottom:30%;left:50%}.cr-cta-shape .shape-9{bottom:22%;right:31%}.cr-cta-shape .shape-10{bottom:15%;left:24%}.cr-cta-shape .shape-11,.cr-cta-shape .shape-12,.cr-cta-shape .shape-13,.cr-cta-shape .shape-14,.cr-cta-shape .shape-15{width:1px;height:1px}.cr-cta-shape .shape-11{bottom:10%;left:35%}.cr-cta-shape .shape-12{bottom:15%;right:35%}.cr-cta-shape .shape-13{bottom:20%;left:50%}.cr-cta-shape .shape-14{bottom:26%;right:27%}.cr-cta-shape .shape-15{bottom:10%;left:30%}.cr-cta-text{font-size:16px;font-weight:500;margin-bottom:35px;color:#ffffff80}.tp-porfolio-10-title-wrap ul li{list-style-type:none;display:inline-block;padding-right:30px;padding-bottom:25px;transition:.4s}@media(max-width:767px){.tp-porfolio-10-title-wrap ul li{padding:16px}}.tp-porfolio-10-title-wrap ul li.active{transition:.4s}.tp-porfolio-10-title-wrap ul li.active a .tp-porfolio-10-title,.tp-porfolio-10-title-wrap ul li.active a .tp-porfolio-10-category{color:var(--tp-common-white);opacity:1}.tp-porfolio-10-title{font-size:120px;font-weight:800;line-height:1;opacity:.06;transition:.4s;margin-bottom:0;letter-spacing:-2.6px;color:var(--tp-common-white);font-family:var(--tp-ff-teko)}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-porfolio-10-title{font-size:100px}}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-porfolio-10-title{font-size:90px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-porfolio-10-title{font-size:85px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-porfolio-10-title{font-size:61px}}@media(max-width:767px){.tp-porfolio-10-title{font-size:45px;letter-spacing:0}}@media only screen and (min-width:576px)and (max-width:767px){.tp-porfolio-10-title{font-size:58px}}.tp-porfolio-10-title-box{transition:.4s}.tp-porfolio-10-category{font-size:30px;font-weight:500;line-height:1;margin-left:15px;transform:translateY(-12px);color:var(--tp-common-white);font-family:var(--tp-ff-teko);transition:.4s;opacity:.06}@media only screen and (min-width:768px)and (max-width:991px){.tp-porfolio-10-category{font-size:23px}}@media(max-width:767px){.tp-porfolio-10-category{font-size:18px}}.tp-porfolio-10-height{height:100vh;padding-top:190px;padding-bottom:100px}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-porfolio-10-height{padding-top:140px}}@media(max-width:767px){.tp-porfolio-10-height{padding-top:120px}}.tp-porfolio-10-bg-1,.tp-porfolio-10-bg-2,.tp-porfolio-10-bg-3,.tp-porfolio-10-bg-4,.tp-porfolio-10-bg-5,.tp-porfolio-10-bg-6,.tp-porfolio-10-bg-7,.tp-porfolio-10-bg-8{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;object-fit:cover;visibility:hidden;transition:all .9s;transform:scale(1.04)}#tp-porfolio-10-bg-box.tp-porfolio-10-bg-1{opacity:1}#tp-porfolio-10-bg-box.tp-porfolio-10-bg-1 .tp-porfolio-10-bg-1{opacity:1;visibility:visible;transform:scale(1)}#tp-porfolio-10-bg-box.tp-porfolio-10-bg-2{opacity:1}#tp-porfolio-10-bg-box.tp-porfolio-10-bg-2 .tp-porfolio-10-bg-2{opacity:1;visibility:visible;transform:scale(1)}#tp-porfolio-10-bg-box.tp-porfolio-10-bg-3{opacity:1}#tp-porfolio-10-bg-box.tp-porfolio-10-bg-3 .tp-porfolio-10-bg-3{opacity:1;visibility:visible;transform:scale(1)}#tp-porfolio-10-bg-box.tp-porfolio-10-bg-4{opacity:1}#tp-porfolio-10-bg-box.tp-porfolio-10-bg-4 .tp-porfolio-10-bg-4{opacity:1;visibility:visible;transform:scale(1)}#tp-porfolio-10-bg-box.tp-porfolio-10-bg-5{opacity:1}#tp-porfolio-10-bg-box.tp-porfolio-10-bg-5 .tp-porfolio-10-bg-5{opacity:1;visibility:visible;transform:scale(1)}#tp-porfolio-10-bg-box.tp-porfolio-10-bg-6{opacity:1}#tp-porfolio-10-bg-box.tp-porfolio-10-bg-6 .tp-porfolio-10-bg-6{opacity:1;visibility:visible;transform:scale(1)}#tp-porfolio-10-bg-box.tp-porfolio-10-bg-7{opacity:1}#tp-porfolio-10-bg-box.tp-porfolio-10-bg-7 .tp-porfolio-10-bg-7{opacity:1;visibility:visible;transform:scale(1)}#tp-porfolio-10-bg-box.tp-porfolio-10-bg-8{opacity:1}#tp-porfolio-10-bg-box.tp-porfolio-10-bg-8 .tp-porfolio-10-bg-8{opacity:1;visibility:visible;transform:scale(1)}.tp-port-slider-main{height:100vh;overflow:hidden}.tp-port-slider-content-wrap{position:absolute;top:0;left:170px;height:100%;width:50%;overflow-y:scroll;scrollbar-width:none;padding-top:150px}@media only screen and (min-width:768px)and (max-width:991px){.tp-port-slider-content-wrap{left:120px}}@media(max-width:767px){.tp-port-slider-content-wrap{left:20px;width:100%}}@media only screen and (min-width:576px)and (max-width:767px){.tp-port-slider-content-wrap{left:120px;width:100%}}.tp-port-slider-title{font-size:180px;font-weight:600;line-height:1;letter-spacing:5px;text-transform:uppercase;color:transparent;transition:.3s;cursor:pointer;display:block;background-size:0% 100%;background-repeat:no-repeat;-webkit-background-clip:text;font-family:var(--tp-ff-mango-bold);-webkit-text-fill-color:transparent;-webkit-text-stroke:2px rgba(255,255,255,.4);transition:background-size .6s cubic-bezier(.32,.55,.58,.76) 0s,.6s -webkit-clip-path cubic-bezier(.32,.55,.58,.76) 0s;background-image:linear-gradient(90deg,#fff 0%,#fff 50%,transparent 50.1%);mix-blend-mode:luminosity}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-port-slider-title{font-size:120px}}@media(max-width:767px){.tp-port-slider-title{font-size:70px}}.tp-port-slider-title:hover{background-size:200% 100%;color:var(--tp-common-white)}.tp-port-1,.tp-port-2,.tp-port-3,.tp-port-4,.tp-port-5,.tp-port-6,.tp-port-7,.tp-port-8,.tp-port-9{position:absolute;top:0;left:0;height:100vh;width:100%;opacity:0;object-fit:cover;transform:scale(1.04);transform-origin:50% 50%;transition:all .9s}.tp-port-1 img,.tp-port-2 img,.tp-port-3 img,.tp-port-4 img,.tp-port-5 img,.tp-port-6 img,.tp-port-7 img,.tp-port-8 img,.tp-port-9 img{height:100vh;width:100%;object-fit:cover;transition:none}#tp-port-slider-wrap.tp-port-1{opacity:1}#tp-port-slider-wrap.tp-port-1 .tp-port-1{opacity:1;transform:scale(1)}#tp-port-slider-wrap.tp-port-2{opacity:1}#tp-port-slider-wrap.tp-port-2 .tp-port-2{opacity:1;transform:scale(1)}#tp-port-slider-wrap.tp-port-3{opacity:1}#tp-port-slider-wrap.tp-port-3 .tp-port-3{opacity:1;transform:scale(1)}#tp-port-slider-wrap.tp-port-4{opacity:1}#tp-port-slider-wrap.tp-port-4 .tp-port-4{opacity:1;transform:scale(1)}#tp-port-slider-wrap.tp-port-5{opacity:1}#tp-port-slider-wrap.tp-port-5 .tp-port-5{opacity:1;transform:scale(1)}#tp-port-slider-wrap.tp-port-6{opacity:1}#tp-port-slider-wrap.tp-port-6 .tp-port-6{opacity:1;transform:scale(1)}#tp-port-slider-wrap.tp-port-7{opacity:1}#tp-port-slider-wrap.tp-port-7 .tp-port-7{opacity:1;transform:scale(1)}#tp-port-slider-wrap.tp-port-8{opacity:1}#tp-port-slider-wrap.tp-port-8 .tp-port-8{opacity:1;transform:scale(1)}#tp-port-slider-wrap.tp-port-9{opacity:1}#tp-port-slider-wrap.tp-port-9 .tp-port-9{opacity:1;transform:scale(1)}.tp-portfolio-slider__wrap{grid-area:main;position:relative;overflow:hidden;display:grid;place-items:center;width:100%;height:100vh}.tp-portfolio-slider__item{grid-area:1/1/-1/-1;position:relative;width:100%;height:100%;overflow:hidden;display:grid;place-items:center;opacity:0;pointer-events:none}.tp-portfolio-slider__item.current{opacity:1;z-index:50;pointer-events:auto}.tp-portfolio-slider__item-inner{position:relative;width:120%;height:120%;display:grid;place-items:center;grid-area:1/1/-1/-1;background-size:cover;background-position:50% 50%}.tp-portfolio-slider-type{grid-area:main;display:grid;place-items:center;z-index:9;position:absolute;bottom:6%;left:50%;transform:translate(-50%)}@media(max-width:767px){.tp-portfolio-slider-type{bottom:20%;width:100%}}.tp-portfolio-slider-type-title{font-weight:600;font-size:120px;line-height:.9;margin-bottom:0;text-align:center;color:var(--tp-common-white);font-family:var(--tp-ff-mango)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-portfolio-slider-type-title{font-size:90px}}@media(max-width:767px){.tp-portfolio-slider-type-title{font-size:60px}}@media only screen and (min-width:576px)and (max-width:767px){.tp-portfolio-slider-type-title{font-size:80px}}.tp-portfolio-slider__mail{position:absolute;top:50%;right:5%;z-index:55;transform:translateY(-50%)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-portfolio-slider__mail{right:45px}}@media(max-width:767px){.tp-portfolio-slider__mail{right:30px}}.tp-portfolio-slider__mail a{font-weight:600;font-size:16px;line-height:1;letter-spacing:.6px;writing-mode:vertical-lr;color:var(--tp-common-white)}.tp-portfolio-slider__social{position:absolute;top:50%;left:5%;z-index:55;writing-mode:vertical-rl;transform:translateY(-50%) rotate(180deg)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-portfolio-slider__social{left:45px}}@media(max-width:767px){.tp-portfolio-slider__social{left:30px;display:none}}.tp-portfolio-slider__social a{font-weight:700;font-size:14px;line-height:1;margin:14px 0;display:inline-block;text-transform:uppercase;color:var(--tp-common-white)}.tp-portfolio-slider__copyright{position:absolute;top:45px;left:50%;z-index:55;transform:translate(-50%)}@media only screen and (min-width:992px)and (max-width:1199px){.tp-portfolio-slider__copyright{top:65px}}@media(max-width:767px){.tp-portfolio-slider__copyright{display:none}}.tp-portfolio-slider__copyright p{font-weight:700;font-size:14px;line-height:1;margin-bottom:0;letter-spacing:.8px;text-transform:uppercase;color:var(--tp-common-white)}.tp-portfolio-slider__copyright p a{position:relative}.tp-portfolio-slider__copyright p a:after{position:absolute;content:"";bottom:-1px;left:0;width:0;height:1px;transition:.3s;display:inline-block;opacity:0;visibility:hidden;background-color:var(--tp-common-white)}.tp-portfolio-slider__copyright p:hover a:after{right:auto;width:100%;opacity:1;visibility:visible}.tp-portfolio-slider__style-2 .tp-portfolio-slider__copyright{position:absolute;top:auto;bottom:80px;left:50%;z-index:55;transform:translate(-50%)}@media(max-width:767px){.tp-portfolio-slider__style-2 .tp-portfolio-slider__copyright{bottom:140px;text-align:center}}.tp-portfolio-slider__style-2 .tp-portfolio-slider-type-title{font-size:180px}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-portfolio-slider__style-2 .tp-portfolio-slider-type-title{font-size:140px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-portfolio-slider__style-2 .tp-portfolio-slider-type-title{font-size:120px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-portfolio-slider__style-2 .tp-portfolio-slider-type-title{font-size:100px}}@media(max-width:767px){.tp-portfolio-slider__style-2 .tp-portfolio-slider-type-title{font-size:70px}}.tp-portfolio-slider__style-2 .tp-portfolio-slider-type{top:65%}.type__item{grid-area:1/1/-1/-1;opacity:0}.type__item--current{opacity:1}.char-wrap{display:inline-block;position:relative;overflow:hidden;display:inline-flex}.slider--bg{z-index:1}.slider--bg .tp-portfolio-slider__item-inner{position:relative}.slider--bg .tp-portfolio-slider__item-inner:after{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:#02020133}.slider--fg{position:absolute;width:20vw;min-width:200px;aspect-ratio:.75;height:auto;z-index:2;top:50%;left:50%;transform:translate(-50%,-50%)}.slider-nav{position:fixed;width:100%;line-height:1;bottom:0;right:0;z-index:2;display:flex;justify-content:space-between}.slider-nav__item .icon-1,.slider-nav__item .icon-2{transition:.3s;transform:translateY(-1px)}.slider-nav__item:hover .icon-1{transform:translate(-5px)}.slider-nav__item:hover .icon-2{transform:translate(5px)}.slider-nav__item--prev{grid-area:prev}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.slider-nav__item--prev{margin-left:45px}}@media(max-width:767px){.slider-nav__item--prev{margin-left:30px}}.slider-nav__item--next{grid-area:next}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.slider-nav__item--next{margin-right:45px}}@media(max-width:767px){.slider-nav__item--next{margin-right:30px}}.tp-portfolio-slider-small__wrap{border-radius:200px}.slider-nav-text{font-weight:700;font-size:14px;line-height:1;text-transform:uppercase;color:var(--tp-common-white)}.tp-showcase-slider .swiper-slide{position:relative;overflow:hidden;width:100%;min-height:100vh;padding:80px 0}.tp-showcase-slider-bg{display:flex;align-items:center;position:absolute;inset:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}.tp-showcase-slider-bg:after{opacity:.3;background:#1d1d1d;content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;pointer-events:none}.tp-showcase-slider-subtitle{font-weight:600;font-size:24px;line-height:1;letter-spacing:-.02em;color:var(--tp-common-white);font-family:var(--tp-ff-inter)}@media(max-width:767px){.tp-showcase-slider-subtitle{font-size:20px}}.tp-showcase-slider-title{font-size:200px;font-weight:600;line-height:1;color:var(--tp-common-white);font-family:var(--tp-ff-mango-semibold)}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-showcase-slider-title{font-size:170px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-showcase-slider-title{font-size:160px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-showcase-slider-title{font-size:140px}}@media(max-width:767px){.tp-showcase-slider-title{font-size:90px}}.tp-showcase-slider-button-wrap .swiper-button-prev,.tp-showcase-slider-button-wrap .swiper-button-next{position:absolute;display:flex;align-items:center;top:auto;color:#fff;z-index:9;cursor:pointer;width:auto;bottom:30px;font-weight:700;font-size:14px;line-height:1;letter-spacing:.5px;text-transform:uppercase;color:var(--tp-common-white)}.tp-showcase-slider-button-wrap .swiper-button-prev i,.tp-showcase-slider-button-wrap .swiper-button-next i{transform:translateY(1px)}.tp-showcase-slider-button-wrap .swiper-button-prev:after,.tp-showcase-slider-button-wrap .swiper-button-next:after{display:none}.tp-showcase-slider-button-wrap .swiper-button-prev{left:5%}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-showcase-slider-button-wrap .swiper-button-prev{left:4%}}.tp-showcase-slider-button-wrap .swiper-button-prev i{transition:.3s;margin-right:7px}.tp-showcase-slider-button-wrap .swiper-button-prev:hover i{transform:translate(-3px,1px)}.tp-showcase-slider-button-wrap .swiper-button-next{right:5%}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-showcase-slider-button-wrap .swiper-button-next{right:4%}}.tp-showcase-slider-button-wrap .swiper-button-next i{transition:.3s;margin-left:7px}.tp-showcase-slider-button-wrap .swiper-button-next:hover i{transform:translate(3px,1px)}.tp-showcase-slider-main .swiper-pagination{bottom:40px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%);width:auto}@media(max-width:767px){.tp-showcase-slider-main .swiper-pagination{display:none}}.tp-showcase-slider-main .swiper-pagination-bullet{background:transparent;margin:0 10px!important}.tp-showcase-slider-main .path{display:none}.tp-showcase-slider-main .swiper-pagination-bullet-active .path{display:inline-block!important;stroke-dasharray:1000;stroke-dashoffset:0;-webkit-animation:dash linear 10s;animation:dash linear 10s;-webkit-animation-iteration-count:unset;animation-iteration-count:unset}.parallax-slider-wrapper{position:fixed;top:0;left:0;width:100%;height:100vh}.parallax-sliders{position:absolute;top:0;left:0;width:3800px;height:100%}.parallax-slider-inner{position:absolute;top:50%;transform:translateY(-50%);height:80%;width:100%;display:flex;gap:30px;left:70px;margin-top:15px}@media only screen and (min-width:1200px)and (max-width:1399px){.parallax-slider-inner{left:40px}}@media only screen and (min-width:992px)and (max-width:1199px){.parallax-slider-inner{left:25px}}@media only screen and (min-width:768px)and (max-width:991px){.parallax-slider-inner{left:35px}}@media(max-width:767px){.parallax-slider-inner{left:0}}@media only screen and (min-width:576px)and (max-width:767px){.parallax-slider-inner{left:30px}}.parallax-item{position:relative;width:500px;height:100%;overflow:hidden}.parallax-item:hover .parallax-content{bottom:0;opacity:1;visibility:visible}.parallax-item:hover .parallax-img:after{opacity:1;height:100%;visibility:visible}.parallax-content{position:absolute;bottom:-100px;left:0;z-index:55;overflow:hidden;opacity:0;visibility:hidden;margin:40px 40px 30px 35px;transition:.4s}.parallax-content span{font-size:24px;line-height:1;display:block;font-size:20px;margin-bottom:10px;color:var(--tp-common-white);font-family:var(--tp-ff-marcellus);text-transform:capitalize}.parallax-content h4{font-size:50px;line-height:1;padding-bottom:7px;display:inline-block;letter-spacing:-3px;color:var(--tp-common-white);font-family:var(--tp-ff-marcellus)}.parallax-img{position:absolute;height:100%;width:800px;background-size:cover;background-position:center;margin-left:-100px}.parallax-img:after{position:absolute;bottom:0;left:0;width:100%;height:100%;content:"";opacity:0;visibility:hidden;transition:.4s;background-color:#0000004d}#canvas-slider{width:100%;height:100%;position:fixed;top:0;right:0;overflow:hidden;-webkit-transition:width .5s ease-in-out 0;transition:width .5s ease-in-out 0s;z-index:1}#showcase-slider-holder{width:100%;height:100vh;position:relative;overflow:hidden;opacity:1;z-index:2}#canvas-slider .slider-img{position:absolute;height:100%;width:100%;background-size:cover;background-position:center center;background-color:#222;visibility:hidden;top:0;left:0;z-index:0;opacity:0;-webkit-transform:scale(1.01);transform:scale(1.01);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.port-showcase-slider-item{height:100vh}.parallax-slider-active .swiper-slide{position:relative;overflow:hidden;width:100%;height:100vh}.parallax-slider-active .swiper-container{width:100%;height:100vh}.port-showcase-slider-space{padding:100px}.port-showcase-slider-content{position:absolute;top:50%;left:50%;vertical-align:middle;transform:translate(-50%,-50%)}@media only screen and (min-width:1200px)and (max-width:1399px){.port-showcase-slider-content{left:40%}}.port-showcase-slider-subtitle{font-size:16px;font-weight:500;line-height:1;margin-bottom:30px;display:inline-block;color:var(--tp-common-white)}.port-showcase-slider-title{font-size:215px;font-weight:500;line-height:.8;color:var(--tp-common-white);font-family:var(--tp-ff-teko);letter-spacing:-6px}@media only screen and (min-width:1200px)and (max-width:1399px){.port-showcase-slider-title{font-size:145px}}@media only screen and (min-width:768px)and (max-width:991px){.port-showcase-slider-title{font-size:120px}}@media(max-width:767px){.port-showcase-slider-title{font-size:90px}}.port-showcase-slider-social{position:absolute;bottom:75px;z-index:99;left:50%;text-align:center}.port-showcase-slider-social a{font-size:16px;font-weight:600;line-height:1;margin:0 12px;color:var(--tp-common-white)}.tp-showcase-arrow-box{position:absolute;bottom:80px;left:0;z-index:99;width:100%;padding:0 100px}.tp-showcase-arrow-box button{font-weight:700;font-size:14px;line-height:1;text-transform:uppercase;color:var(--tp-common-white)}.tp-showcase-arrow-box button i{transform:translateY(1px)}.tp-showcase-arrow-box button.swiper-next i{transition:.3s;margin-left:5px}.tp-showcase-arrow-box button.swiper-next:hover i{transform:translate(4px)}.tp-showcase-arrow-box button.swiper-prev i{transition:.3s;margin-right:5px}.tp-showcase-arrow-box button.swiper-prev:hover i{transform:translate(-4px)}.slide{width:100%;height:100%;grid-area:1/1/-1/-1;pointer-events:none;opacity:0;overflow:hidden;position:relative;display:grid;place-items:center;will-change:transform,opacity}.slide--current{pointer-events:auto;opacity:1}.slide--current .skew-slider-content{opacity:1;visibility:visible}.slide__img{width:100%;height:100%;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;will-change:transform,opacity,filter}.skew-slider-wrap{width:100%;height:100vh;display:grid;overflow:hidden;place-items:center;grid-template-rows:100%;grid-template-columns:100%}.skew-slider-arrow{position:absolute;bottom:80px;gap:10px;width:100%;display:flex;padding:0 100px;align-items:center;justify-content:space-between}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.skew-slider-arrow{padding:0 45px}}@media(max-width:767px){.skew-slider-arrow{padding:0 20px}}.skew-slider-arrow button{font-weight:700;font-size:14px;line-height:1;text-transform:uppercase;color:var(--tp-common-white)}.skew-slider-arrow button .icon-1,.skew-slider-arrow button .icon-2{transition:.3s;margin-right:7px;transform:translateY(-1px)}.skew-slider-arrow button .icon-2{margin-left:7px}.skew-slider-arrow button:hover .icon-1{transform:translate(-3px,-1px)}.skew-slider-arrow button:hover .icon-2{transform:translate(3px,-1px)}.skew-slider-content{position:absolute;top:50%;opacity:0;left:0;padding-left:320px;visibility:hidden;transform:translateY(-50%)}@media only screen and (min-width:1200px)and (max-width:1399px){.skew-slider-content{padding-left:200px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.skew-slider-content{padding-left:150px}}@media(max-width:767px){.skew-slider-content{padding-left:50px}}.skew-slider-content h4{font-size:140px;line-height:.9;letter-spacing:-.03em;text-transform:uppercase;color:var(--tp-ff-clash);color:var(--tp-common-white);font-family:var(--tp-ff-clash-semibold)}@media only screen and (min-width:1200px)and (max-width:1399px){.skew-slider-content h4{font-size:100px}}@media only screen and (min-width:992px)and (max-width:1199px){.skew-slider-content h4{font-size:90px}}@media only screen and (min-width:768px)and (max-width:991px){.skew-slider-content h4{font-size:80px}}@media(max-width:767px){.skew-slider-content h4{font-size:60px}}.skew-slider-content>span{margin-bottom:15px;display:inline-block;font-weight:600;font-size:16px;line-height:1;text-transform:uppercase;color:var(--tp-common-white)}.slides-numbers{position:absolute;top:50%;right:100px;transform:translateY(-50%)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.slides-numbers-wrap{display:none}}.slides-numbers span{font-size:14px;font-weight:600;display:block;line-height:1;color:var(--tp-common-white)}.slides-numbers span.text-1{transform:translate(-5px)}.slides-numbers span.text-2{margin-left:10px;transform:rotate(25deg);transform-origin:left bottom}.slides-numbers span.text-3{margin-left:27px}.slides-numbers:after,.slides-numbers:before{content:"";width:2px;height:130px;display:inline-block;transform:translate(13px);background-color:var(--tp-common-white)}.slides-numbers:before{margin-bottom:30px}.slides-numbers:after{margin-top:40px}.coverflow-slider-wrap{display:flex;align-items:center;height:100vh}.coverflow-slider-active{padding:100px 0}.coverflow-slider-text-active{height:100px}.coverflow-slider-text-wrap{position:absolute;bottom:60px;left:50%;transform:translate(-50%)}@media(max-width:767px){.coverflow-slider-text-wrap{bottom:40px}}.coverflow-slider-title-sm{font-size:100px;line-height:1;font-weight:600;letter-spacing:2px;color:var(--tp-common-white);font-family:var(--tp-ff-mango)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.coverflow-slider-title-sm{font-size:80px}}@media only screen and (min-width:768px)and (max-width:991px){.coverflow-slider-title-sm{font-size:60px}}@media(max-width:767px){.coverflow-slider-title-sm{font-size:50px}}.coverflow-slider-item{height:500px;overflow:hidden}.coverflow-slider-arrow{position:absolute;left:0;bottom:65px;width:100%;display:flex;align-items:center;justify-content:space-between}.coverflow-slider-arrow button{font-weight:700;font-size:14px;line-height:1;text-transform:uppercase;color:var(--tp-common-white)}.coverflow-slider-arrow button svg{transition:.3s;transform:translateY(-1px)}.coverflow-slider-arrow button:hover svg{transform:translate(4px,-1px)}.coverflow-slider-arrow button.coverflow-slider-prev:hover svg{transform:translate(-4px,-1px)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.coverflow-slider-arrow .coverflow-slider-prev{padding-left:40px}}@media(max-width:767px){.coverflow-slider-arrow .coverflow-slider-prev{padding-left:20px}}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.coverflow-slider-arrow .coverflow-slider-next{padding-right:40px}}@media(max-width:767px){.coverflow-slider-arrow .coverflow-slider-next{padding-right:20px}}.coverflow-slider-prev svg{margin-right:8px}.coverflow-slider-next svg{margin-left:8px}.tp-slider-elegant-area{height:100vh}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-slider-elegant-area{height:auto;padding-bottom:40px}}.tp-slider-elegant-wrapper{height:100%}.tp-slider-elegant-title{font-size:16px;font-weight:500;line-height:1;text-transform:uppercase;color:var(--tp-common-white)}.tp-slider-elegant-inner-wrap{height:100%;width:100%;display:flex;grid-area:list;box-sizing:border-box}@media(max-width:767px){.tp-slider-elegant-inner-wrap{flex-wrap:wrap}}.tp-slider-elegant-item{width:30%;height:100%;display:block;position:relative!important;left:0!important;top:0!important;margin:0 15px;transition:width .6s cubic-bezier(.38,.005,.215,1)}@media(max-width:767px){.tp-slider-elegant-item{width:100%;margin-bottom:30px}}.tp-slider-elegant-item:hover{width:80%}@media(max-width:767px){.tp-slider-elegant-item:hover{width:100%}}.tp-slider-elegant-thumb{height:100%;width:100%;margin-bottom:30px}.tp-slider-elegant-thumb img{width:100%;height:100%;object-fit:cover}.tp-portfolio-slicer-wrap{margin-bottom:220px}@media only screen and (min-width:768px)and (max-width:991px){.tp-portfolio-slicer-wrap{margin-bottom:130px}}@media(max-width:767px){.tp-portfolio-slicer-wrap{margin-bottom:100px}}.tp-portfolio-slicer-thumb img{border-radius:20px;width:100%}@media(max-width:767px){.tp-portfolio-slicer-thumb.pro-img-1{margin-bottom:30px}}.tp-portfolio-slicer-thumb.pro-img-1 img{transform-origin:bottom left;transform:rotate(-2deg);position:relative;z-index:2}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-portfolio-slicer-thumb.pro-img-1 img{transform:rotate(0)}}.tp-portfolio-slicer-thumb.pro-img-2 img{transform-origin:bottom right;transform:rotate(2deg)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-portfolio-slicer-thumb.pro-img-2 img{transform:rotate(0)}}.tp-portfolio-slicer-meta{font-size:16px;font-weight:400;line-height:1;text-transform:uppercase;color:var(--tp-common-white);font-family:var(--tp-ff-body);margin-bottom:65px;display:inline-block}@media only screen and (min-width:992px)and (max-width:1199px){.tp-portfolio-slicer-meta{margin-bottom:40px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-portfolio-slicer-meta{margin-bottom:30px}}@media(max-width:767px){.tp-portfolio-slicer-meta{margin-bottom:25px}}.tp-portfolio-slicer-meta-box .tp-portfolio-slicer-meta{position:relative}.tp-portfolio-slicer-meta-box .tp-portfolio-slicer-meta:not(:last-of-type){margin-right:14px;padding-right:14px}.tp-portfolio-slicer-meta-box .tp-portfolio-slicer-meta:not(:last-of-type):after{position:absolute;right:-3px;top:8px;content:"";height:4px;width:4px;border-radius:50%;display:inline-block;background-color:var(--tp-common-white)}.tp-portfolio-slicer-title-sm{font-size:100px;font-weight:500;line-height:.9;margin-bottom:30px;letter-spacing:-.9px;color:var(--tp-common-white);font-family:var(--tp-ff-teko)}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-portfolio-slicer-title-sm{font-size:70px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-portfolio-slicer-title-sm{font-size:60px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-portfolio-slicer-title-sm{font-size:60px}}@media(max-width:767px){.tp-portfolio-slicer-title-sm{font-size:40px}}.tp-portfolio-slicer-content{margin-top:50px;margin-bottom:80px}@media only screen and (min-width:992px)and (max-width:1199px){.tp-portfolio-slicer-content{margin-bottom:30px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-portfolio-slicer-content{margin-bottom:55px}}@media(max-width:767px){.tp-portfolio-slicer-content{margin-bottom:60px}}.tp-portfolio-slicer-border span{width:240px;height:20px;border-radius:100px;display:inline-block;background:linear-gradient(90deg,#4c4968b3,#7303c0b3,#ec38bcb3,#fdeff9b3)}.tp-portfolio-slicer-border.color-2 span{background:linear-gradient(90deg,#1a2a6cb3,#b21f1fb3,#fdbb2db3)}.tp-portfolio-slicer-border.color-3 span{background:linear-gradient(90deg,#ff4b1fb3,#1fddffb3)}.tp-perspective-slider{width:100%;overflow:hidden;padding:2vw 3vw 0;box-sizing:border-box;margin-bottom:80px}.tp-perspective-slider .tp-perspective-inner{width:100%;height:90vh;position:relative;display:inline-block}.tp-perspective-slider .tp-perspective-inner .tp-perspective-content{position:absolute;text-align:center;width:100%;top:50%;z-index:10;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%)}.tp-perspective-slider .tp-perspective-inner .tp-perspective-image{width:100%;height:100%;background-size:cover;position:relative;display:inline-block}.tp-perspective-slider .tp-perspective-inner .tp-perspective-image:before{content:"";width:40px;height:103%;position:absolute;left:-20px;top:-1.5%;z-index:10;border-radius:100%;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;background:#000}@media(max-width:767px){.tp-perspective-slider .tp-perspective-inner .tp-perspective-image:before{content:none}}.tp-perspective-slider .tp-perspective-inner .tp-perspective-image:after{content:"";width:40px;height:103%;position:absolute;right:-20px;top:-1.5%;z-index:10;border-radius:100%;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;background:#000}@media(max-width:767px){.tp-perspective-slider .tp-perspective-inner .tp-perspective-image:after{content:none}}.tp-perspective-slider .tp-perspective-category{font-weight:400;font-size:40px;line-height:1;margin-bottom:0;color:var(--tp-common-white);font-family:var(--tp-ff-teko)}.tp-perspective-slider .tp-perspective-title{font-weight:400;font-size:180px;line-height:1;display:inline-block;color:var(--tp-common-white);font-family:var(--tp-ff-teko)}@media only screen and (min-width:992px)and (max-width:1199px){.tp-perspective-slider .tp-perspective-title{font-size:130px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-perspective-slider .tp-perspective-title{font-size:110px}}@media(max-width:767px){.tp-perspective-slider .tp-perspective-title{font-size:70px}}.tp-perspective-social-wrap{position:fixed;bottom:0;left:0;right:0}.tp-perspective-social-info span{font-size:17px;font-weight:400;line-height:1;text-transform:uppercase;color:var(--tp-common-white);font-family:var(--tp-ff-onest)}.tp-perspective-social-info span svg{display:inline-block}.tp-perspective-scroll a{font-size:17px;font-weight:400;line-height:1;text-transform:uppercase;color:var(--tp-common-white);font-family:var(--tp-ff-onest)}@media(max-width:767px){.tp-pd-3-hero-area{padding-top:80px}}.tp-pd-3-hero-style{padding-top:20px}.tp-pd-3-hero-style .des-portfolio-category{top:auto;left:60px;bottom:60px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-pd-3-hero-style .des-portfolio-category{left:20px}}.tp-pd-3-hero-style .des-portfolio-category.portfolio-meta{left:auto;right:50px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-pd-3-hero-style .des-portfolio-category.portfolio-meta{right:20px}}.tp-pd-3-hero-style .des-portfolio-content{bottom:20px}@media(max-width:767px){.tp-pd-3-hero-style .des-portfolio-content{bottom:10px}}.tp-pd-3-subtitle{font-weight:500;font-size:16px;line-height:1;margin-bottom:20px;display:inline-block;letter-spacing:-.02em;text-transform:uppercase;color:#fff9}.tp-pd-3-title{font-size:80px;line-height:.9;color:#f9f4e8;margin-bottom:25px;font-family:var(--tp-ff-mango-semibold)}@media(max-width:767px){.tp-pd-3-title{font-size:55px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-3-overview-area{padding-top:80px;padding-bottom:55px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-3-overview-left{margin-bottom:40px}}.tp-pd-3-overview-info span{font-weight:500;font-size:16px;line-height:1;color:#f9f4e880}.tp-pd-3-overview-info h4{font-size:40px;line-height:1.4;color:#f9f4e8;margin-bottom:0;letter-spacing:.02em;font-family:var(--tp-ff-mango)}.tp-pd-3-overview-text p{font-weight:500;font-size:20px;line-height:1.5;margin-bottom:55px;margin-right:20px;color:#fff9}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-3-overview-text p br{display:none}}.tp-pd-3-gallery-img img{width:100%;border-radius:20px}.tp-pd-3-gallery-img.height{height:880px;overflow:hidden;border-radius:20px}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-pd-3-gallery-img.height{height:800px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-pd-3-gallery-img.height{height:650px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-pd-3-gallery-img.height{height:480px}}@media(max-width:767px){.tp-pd-3-gallery-img.height{height:260px}}@media(max-width:767px){.tp-pd-3-gallery-img.height img{margin-top:-50px}}.tp-pd-3-gallery-img.medium-img{height:720px;border-radius:20px;overflow:hidden}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-pd-3-gallery-img.medium-img{height:630px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-pd-3-gallery-img.medium-img{height:550px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-pd-3-gallery-img.medium-img{height:480px}}@media(max-width:767px){.tp-pd-3-gallery-img.medium-img{height:260px}}.tp-pd-3-gallery-img.medium-img img{margin-top:-80px}@media only screen and (min-width:992px)and (max-width:1199px){.tp-pd-3-gallery-img.medium-img img{margin-top:-40px}}.tp-pd-3-gallery-img.small-img{height:400px;overflow:hidden;border-radius:20px}.tp-pd-3-gallery-img.small-img img{margin-top:-150px}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-pd-3-gallery-img.small-img img{margin-top:-100px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-pd-3-gallery-img.small-img img{margin-top:-20px}}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-pd-3-portfolio-area{padding-top:160px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-pd-3-portfolio-area{padding-top:100px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-3-portfolio-area{padding-top:80px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-3-portfolio-thumb{padding-bottom:40px}}.tp-pd-3-portfolio-thumb img{border-radius:20px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-3-portfolio-item{margin-bottom:0}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-3-portfolio-item-wrap{padding-top:0}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-3-portfolio-content{margin-left:0}}.tp-pd-3-navigation-title{font-size:160px;font-weight:700;line-height:.69;text-transform:uppercase;color:var(--tp-common-white);font-family:var(--tp-ff-mango-bold)}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-pd-3-navigation-title{font-size:145px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-pd-3-navigation-title{font-size:125px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-pd-3-navigation-title{font-size:115px}}@media(max-width:767px){.tp-pd-3-navigation-title{font-size:70px}}.tp-pd-3-navigation-title-sm{font-size:120px;line-height:.62;position:relative;display:inline-block;padding:15px 0;transition:.4s ease-in-out;transform:translateY(120px);color:var(--tp-common-white);font-family:var(--tp-ff-mango-semibold)}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-pd-3-navigation-title-sm{font-size:100px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-pd-3-navigation-title-sm{font-size:90px}}@media(max-width:767px){.tp-pd-3-navigation-title-sm{font-size:60px}}.tp-pd-3-navigation-title-sm:after{position:absolute;content:"";bottom:7px;left:0;height:6px;width:0;transition:.4s;background-color:var(--tp-common-white)}.tp-pd-3-navigation-title-sm:hover:after{width:100%}.tp-pd-3-navigation-thumb{border-radius:20px}.tp-pd-3-navigation-thumb img{transition:.5s;border-radius:20px}.tp-pd-3-navigation-thumb-overlay{position:relative;overflow:hidden}.tp-pd-3-navigation-thumb-overlay:after{position:absolute;content:"";top:0;left:0;width:100%;height:100%;opacity:0;border-radius:20px;visibility:hidden;pointer-events:none;transition:.3s ease-in-out;background:linear-gradient(180deg,#0000001a,#0006)}.tp-pd-3-navigation-thumb-wrap{border-radius:20px}.tp-pd-3-navigation-thumb-wrap .des-portfolio-category span{transition:.4s ease-in-out;transform:translateY(30px)}.tp-pd-3-navigation-thumb-wrap:hover .tp-pd-3-navigation-title-sm,.tp-pd-3-navigation-thumb-wrap:hover .des-portfolio-category span{transform:translateY(0)}.tp-pd-3-navigation-thumb-wrap:hover.tp-pd-3-navigation-thumb-overlay:after{opacity:1;visibility:visible}.tp-pd-3-navigation-thumb-wrap:hover .tp-pd-3-navigation-thumb img{transform:scale(1.1) rotate(-2deg)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-3-navigation-top{padding-bottom:50px}}.tp-pd-3-navigation-content{position:absolute;bottom:70px;left:0;right:0;z-index:3;text-align:center}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-pd-3-navigation-content{bottom:40px}}@media(max-width:767px){.tp-pd-3-navigation-content{bottom:20px}}.tp-pd-6-hero-ptb{height:100vh}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-6-hero-ptb{height:100%}}.tp-pd-6-hero-wrapper{margin:0 60px}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-6-hero-wrapper{margin:0}}.tp-pd-6-hero-title{font-size:70px;line-height:.9;font-weight:500;color:#1d1d1f;margin-bottom:25px;letter-spacing:-1.4px;text-transform:uppercase}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-pd-6-hero-title{font-size:60px}}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-pd-6-hero-title{font-size:55px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-6-hero-title{font-size:45px}}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.tp-pd-6-hero-heading{padding-top:50px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-pd-6-hero-heading{padding-bottom:60px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-pd-6-hero-heading{padding-top:40px;padding-bottom:30px}}@media(max-width:767px){.tp-pd-6-hero-heading{padding-top:30px;padding-bottom:30px}}.tp-pd-6-hero-heading p{color:#1d1d1f;margin-bottom:32px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-6-hero-heading p br{display:none}}.tp-pd-6-hero-wrap{padding-top:40px;padding-left:135px}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-pd-6-hero-wrap{padding-left:45px}}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),(max-width:767px){.tp-pd-6-hero-wrap{padding-left:0}}@media only screen and (min-width:768px)and (max-width:991px){.tp-pd-6-hero-wrap{padding-top:30px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-pd-6-hero-content{padding-bottom:50px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-6-hero-content{padding-bottom:40px}}.tp-pd-6-hero-btn .tp-portfolio-details-btn{color:#1d1d1f;border:1px solid rgba(29,29,31,.1)}.tp-pd-6-hero-btn .tp-portfolio-details-btn:hover{color:var(--tp-common-white);background-color:var(--tp-common-black)}.tp-pd-6-hero-info-item span{font-size:16px;font-weight:400;margin-bottom:2px;display:inline-block;color:#1d1d1f99}.tp-pd-6-hero-info-item h5{color:#1d1d1f;font-size:18px;font-weight:500;font-family:var(--tp-ff-clash-medium)}.tp-pd-6-hero-thumb img{width:100%;border-radius:50%}.tp-pd-6-hero-thumb-text span{font-size:16px;font-weight:400;line-height:1;display:inline-block;color:#1d1d1f99}.tp-pd-6-hero-thumb-text .text-1{position:absolute;top:0;left:0}.tp-pd-6-hero-thumb-text .text-2{position:absolute;bottom:0;right:0}.tp-pd-6-hero-slider-wrapper{margin:0 45px;overflow:hidden}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-6-hero-slider-wrapper{margin:0}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-6-hero-slider-wrapper{margin-bottom:30px}}.tp-pd-6-hero-slider-active .slick-dots{text-align:center}.tp-pd-6-hero-slider-active .slick-dots li{font-size:0;height:12px;width:12px;margin:0 5px;border-radius:50%;cursor:pointer;display:inline-block;border:2px solid rgba(20,24,32,.3)}.tp-pd-6-hero-slider-active .slick-dots li.slick-active{border-color:var(--tp-common-black);background-color:var(--tp-common-black)}.tp-pd-6-hero-slider-thumb{margin-bottom:20px;border-radius:20px}.tp-pd-6-hero-slider-thumb img{width:100%;border-radius:20px}.tp-pd-6-hero-progress .progress-circle{width:290px;height:290px}@media only screen and (min-width:992px)and (max-width:1199px){.tp-pd-6-hero-progress .progress-circle{height:250px;width:250px}}.tp-pd-6-hero-progress .progress-circle svg{width:100%;height:100%}.tp-pd-6-hero-progress .circle{fill:none;stroke:#000;stroke-width:.3;stroke-linecap:round;transition:stroke-dasharray .3s ease}.tp-pd-6-hero-progress .circle-bg{fill:none;stroke:#1d1d1f1a;stroke-width:.2}.tp-pd-6-hero-progress .percentage-text{fill:#1d1d1f;font-size:10px;transform:translateY(.7px);font-family:var(--tp-ff-clash-medium)}.tp-pd-6-hero-fraction{padding-bottom:20px}.tp-pd-6-hero-fraction span{width:40px;line-height:1;font-size:70px;color:#1d1d1f;display:inline-block;font-family:var(--tp-ff-clash-medium)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-pd-6-hero-fraction span{font-size:50px}}@media(max-width:767px){.tp-pd-6-hero-fraction span{font-size:45px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-6-hero-fraction span.ml-10{margin-left:0}}.tp-pd-6-hero-fraction #total-slides{transform:translate(-5px)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-6-hero-fraction #total-slides{transform:translate(-12px)}}.tp-career-title{font-size:120px;font-weight:700;line-height:1;color:#111013;letter-spacing:-4.8px}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-career-title{font-size:100px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-career-title{font-size:90px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-career-title{font-size:70px;letter-spacing:-1.8px}}@media(max-width:767px){.tp-career-title{font-size:52px;letter-spacing:-1.8px}}@media(max-width:767px){.tp-career-title br{display:none}}.tp-career-title .shape-1{margin-left:4px;display:inline-block}@media(max-width:767px){.tp-career-title .shape-1{display:none}}.tp-career-title .shape-2{margin-right:10px}@media(max-width:767px){.tp-career-title .shape-2{display:none}}.tp-career-title.fs-100{font-size:100px}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-career-title.fs-100{font-size:85px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-career-title.fs-100{font-size:75px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-career-title.fs-100{font-size:65px}}@media(max-width:767px){.tp-career-title.fs-100{font-size:55px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-career-title.fs-100 br{display:none}}.tp-career-title.fs-70{font-size:70px;letter-spacing:-2.8px}@media(max-width:767px){.tp-career-title.fs-70{font-size:60px}}.tp-career-title.fs-60{font-size:60px;letter-spacing:-2.4px}@media(max-width:767px){.tp-career-title.fs-60{font-size:50px}}.tp-career-shape-1{position:absolute;top:37%;right:22%}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-career-shape-1{display:none}}.tp-career-btn{position:absolute;bottom:70px;right:100px}@media only screen and (min-width:992px)and (max-width:1199px){.tp-career-btn{right:50px;bottom:35px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-career-btn{padding-left:100px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-career-btn{position:static;padding-left:30px}}.tp-career-btn .st-hero-btn a{width:160px;height:160px;border:1px solid #EEE}.tp-career-btn .st-hero-btn a .st-hero-btn-text{font-weight:500;color:#030303;line-height:20px;text-transform:uppercase}.tp-career-btn .st-hero-btn a .st-hero-btn-svg{padding-bottom:10px}.tp-career-btn .st-hero-btn a:hover{background-color:var(--tp-common-red-3)}.tp-career-btn .st-hero-btn a:hover .st-hero-btn-text{color:var(--tp-common-white)}.tp-career-opening-item{border-bottom:1px solid rgba(17,16,19,.08)}.tp-career-opening-item.ptb{padding-top:40px;padding-bottom:40px}.tp-career-opening-heading{padding-bottom:20px}.tp-career-opening-heading span{display:inline-block;color:#111013;font-size:18px;font-weight:400;letter-spacing:-.18px}.tp-career-opening-title-name{font-size:30px;font-weight:600;color:#111013;letter-spacing:-.3px}.tp-career-opening-role span{color:#111013;font-size:18px;font-weight:400;display:inline-block;letter-spacing:-.18px}.tp-career-opening-type span{font-size:18px;color:#111013;font-weight:400;display:inline-block;letter-spacing:-.18px}@media(max-width:767px){.tp-career-slider-ptb{padding-bottom:100px}}@media(max-width:767px){.tp-career-details-ptb{padding-top:100px}}.tp-career-details-wrapper{padding-right:105px}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-career-details-wrapper{padding-right:50px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-career-details-wrapper{padding-right:0}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-career-details-top{padding-bottom:50px}}.tp-career-details-subtitle{position:relative;color:#111013;font-size:18px;font-weight:400;padding-left:12px;display:inline-block;margin-bottom:10px;letter-spacing:-.18px;text-transform:uppercase}.tp-career-details-subtitle:before{position:absolute;content:"";top:8px;left:-5px;height:8px;width:8px;border-radius:4px;background:#ff5722}.tp-career-details-title{font-size:80px;font-weight:700;line-height:1;color:#111013;margin-bottom:30px;letter-spacing:-2.4px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-career-details-title{font-size:60px}}.tp-career-details-title-2{color:#111013;font-size:34px;font-weight:700;margin-bottom:15px;letter-spacing:-.68px}@media(max-width:767px){.tp-career-details-info{flex-wrap:wrap}}.tp-career-details-info-item:not(:last-of-type){margin-right:50px}.tp-career-details-info-item span{font-size:14px;font-weight:400;color:#6b6c74;display:inline-block;margin-bottom:5px}.tp-career-details-info-item h5{font-size:16px;font-weight:500;color:#111013;letter-spacing:-.16px}.tp-career-details-wrap p{font-size:16px;color:#111013;line-height:26px}@media only screen and (min-width:992px)and (max-width:1199px),(max-width:767px){.tp-career-details-wrap p br{display:none}}.tp-career-details-list ul{display:inline-block;padding-left:30px}.tp-career-details-list ul li{font-size:16px;line-height:1.2;color:#111013;margin-bottom:20px}.tp-career-details-sidebar-box{border-radius:20px;border:1px solid #F2F2F5;background:#f8f8fb;padding:50px 40px}@media only screen and (min-width:992px)and (max-width:1199px),(max-width:767px){.tp-career-details-sidebar-box{padding:50px 25px}}.tp-career-details-sidebar-title{margin:0;font-size:26px;font-weight:500;color:#111013;letter-spacing:-.52px}@media only screen and (min-width:992px)and (max-width:1199px),(max-width:767px){.tp-career-details-sidebar-title{font-size:24px}}.tp-career-details-sidebar-heading{margin-bottom:50px}@media only screen and (min-width:992px)and (max-width:1199px),(max-width:767px){.tp-career-details-sidebar-heading{margin-bottom:40px}}.tp-career-details-sidebar-heading span{font-size:16px;font-weight:400;color:#6b6c74;margin-bottom:10px;display:inline-block}.tp-career-details-sidebar-thumb img{width:100%}.tp-career-details-sidebar-item{margin-bottom:30px}.tp-career-details-sidebar-item-icon{margin-right:12px}.tp-career-details-sidebar-item-icon span{display:grid;height:50px;width:50px;place-content:center;border-radius:50%;background:var(--tp-common-white);border:1px solid rgba(17,16,19,.1)}.tp-career-details-sidebar-item-content span{font-size:15px;font-weight:400;color:#6b6c74;display:inline-block}.tp-career-details-sidebar-item-content h5{margin:0;font-size:18px;font-weight:500;color:#111013;letter-spacing:-.36px}@media only screen and (min-width:992px)and (max-width:1199px),(max-width:767px){.tp-career-details-sidebar-item-content h5{font-size:16px}}.tp-career-details-sidebar-btn a{width:100%;font-size:20px;font-weight:500;text-align:center;padding:17px 30px;border-radius:200px;display:inline-block;letter-spacing:-.2px;background:#ff5722;color:var(--tp-common-white)}@media only screen and (min-width:992px)and (max-width:1199px),(max-width:767px){.tp-career-details-sidebar-btn a{font-size:17px;padding:14px 27px}}.tp-career-details-sidebar-btn a:hover{background-color:#111013}.tp-application-subtitle{font-weight:600;font-size:16px;text-transform:uppercase;color:var(--tp-common-black);line-height:1;position:relative;display:inline-block;font-family:var(--tp-ff-clash-semibold);border:1px solid rgba(1,1,3,.1);border-radius:20px;padding:10px 22px 10px 40px}.tp-application-subtitle:before{position:absolute;content:"";width:6px;height:6px;background:#010103;border-radius:40px;top:50%;transform:translateY(-50%);left:20px}.tp-application-title{font-weight:600;font-size:42px;line-height:1;letter-spacing:-.02em;color:var(--tp-common-black)}.tp-application-form-wrap .tp-contact-form-input textarea{height:133px}.tp-application-form-btn .tp-btn-yellow-green{background:#ff5722;color:var(--tp-common-white)}.tp-application-form-btn .tp-btn-yellow-green.btn-60:hover{color:var(--tp-common-white)}.tp-application-upload span{font-weight:500;font-size:16px;letter-spacing:-.02em;color:var(--tp-common-black);display:block;margin-bottom:10px}.tp-application-btn a{border-radius:0;text-transform:uppercase}.tp-contact-main-ptb{padding-top:195px}@media(max-width:767px){.tp-contact-main-ptb{padding-top:150px}}.tp-contact-main-ptb .tp-career-shape-1{top:25%;right:33%}.tp-contact-main-bottom{margin-top:-200px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-contact-main-bottom{margin-top:0}}.tp-contact-map-ptb{margin-top:-200px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-contact-map-ptb{margin-top:0}}@media(max-width:767px){.tp-contact-map-ptb{padding-bottom:100px}}.tp-contact-map-wrapper{width:100%;height:760px}@media only screen and (min-width:992px)and (max-width:1199px){.tp-contact-map-wrapper{height:600px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-contact-map-wrapper{height:500px}}@media(max-width:767px){.tp-contact-map-wrapper{height:450px}}.tp-contact-map-wrapper iframe{width:100%;height:100%}.tp-contact-map-icon{position:relative}.tp-contact-map-icon:after{position:absolute;content:"";top:-5px;left:-5px;margin:0 auto;height:120px;width:120px;z-index:-1;border-radius:140px;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);transform:translate(-20%,-20%);background:#ffffff0a;border:1px solid var(--tp-common-white);animation:animate-pulse 3s linear infinite;box-shadow:0 20px 50px #11101324}.tp-contact-map-icon span{display:grid;height:60px;width:60px;z-index:2;text-align:center;border-radius:50%;place-content:center;background-color:var(--tp-common-red-3)}.tp-contact-map-icon-box{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media(max-width:767px),only screen and (min-width:768px)and (max-width:991px){.tp-contact-form-ptb{padding-bottom:100px}}.tp-contact-form-input label{font-size:16px;font-weight:500;color:#111013;line-height:1;margin-bottom:12px}.tp-contact-form-input input,.tp-contact-form-input textarea{border-radius:8px;background:#f8f8fb;border-color:#f8f8fb}.tp-contact-form-input input:focus,.tp-contact-form-input textarea:focus{background:var(--tp-common-white);border-color:var(--tp-common-red-3)}.tp-contact-form-input textarea{resize:none;height:160px}.tp-contact-form-btn button{font-size:18px;font-weight:600;line-height:1;border-radius:30px;padding:20px 54px;letter-spacing:-.18px;color:var(--tp-common-white);background-color:var(--tp-common-red-3)}.tp-contact-form-btn button span{position:relative;z-index:1;line-height:1;overflow:hidden;display:inline-block}.tp-contact-form-btn button span span.text-1{position:relative;display:block;transition:.3s}.tp-contact-form-btn button span span.text-2{position:absolute;top:100%;display:block;transition:.3s}.tp-contact-form-btn button:hover span span.text-1{-webkit-transform:translateY(-150%);transform:translateY(-150%)}.tp-contact-form-btn button:hover span span.text-2{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.tp-contact-category-btn{font-size:18px;font-weight:600;line-height:1;cursor:pointer;border-radius:12px;padding:20px 43px;margin-bottom:10px;margin-right:10px;display:inline-block;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;color:var(--tp-common-white);border:1px solid rgba(255,255,255,.08)}.tp-contact-category-btn:hover,.tp-contact-category-btn.active{background-color:#fff669;color:var(--tp-common-black-7)}@media(max-width:767px){.tp-contact-category-btn{font-size:16px;padding:16px 36px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-contact-location-ptb{padding-bottom:120px}}@media(max-width:767px){.tp-contact-location-ptb{padding-bottom:100px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-contact-location-wrapper{padding:0 80px}}.tp-contact-location-wrapper .tp-contact-location-item:first-child{padding-top:0}.tp-contact-location-wrapper .tp-contact-location-item:last-child{padding-bottom:0;border-bottom:none}.tp-contact-location-item{padding-top:100px;padding-bottom:100px;border-bottom:1px solid rgba(255,255,255,.2)}@media(max-width:767px){.tp-contact-location-item{padding-top:50px;padding-bottom:50px}}.tp-contact-location-item:hover .tp-contact-location-info-thumb img{transform:scale(1.1)}.tp-contact-location-info-thumb{overflow:hidden;margin-right:85px}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-contact-location-info-thumb{margin-right:50px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-contact-location-info-thumb{margin-right:50px}}@media(max-width:767px){.tp-contact-location-info-thumb{margin-right:0;margin-bottom:30px}}@media only screen and (min-width:576px)and (max-width:767px){.tp-contact-location-info-thumb{margin-right:20px;margin-bottom:30px}}.tp-contact-location-info-thumb img{width:320px;transition:.9s}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-contact-location-left{margin-bottom:90px}}.tp-contact-location-left-title{font-size:40px;font-weight:500;line-height:1;letter-spacing:-.8px;color:var(--tp-common-white);margin-bottom:160px}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-contact-location-left-title{font-size:30px}}@media(max-width:767px){.tp-contact-location-left-title{margin-bottom:10px}}@media(max-width:767px){.tp-contact-location-left-info{margin-bottom:30px}}.tp-contact-location-left-info span{font-size:18px;font-weight:500;line-height:26px;text-transform:uppercase;color:#fff9}.tp-contact-location-left-info span i{padding-right:5px}.tp-contact-location-loc{margin-bottom:115px}@media(max-width:767px){.tp-contact-location-loc{margin-bottom:50px}}.tp-contact-location-loc-title{font-size:20px;font-weight:600;line-height:1;color:var(--tp-common-white);display:block;margin-bottom:15px}.tp-contact-location-loc a{font-size:18px;font-weight:500;line-height:26px;color:#fff9}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-contact-location-loc a{font-size:16px}}.tp-contact-location-loc a:hover{color:var(--tp-common-white)}.tp-contact-location-map a{font-size:20px;font-weight:500;line-height:1;color:var(--tp-common-white);position:relative}@media(max-width:767px){.tp-contact-location-map a{margin-bottom:20px;display:inline-block}}.tp-contact-location-map a:after{position:absolute;bottom:0;left:0;height:1px;width:100%;content:"";background:#ffffff4d}.tp-contact-location-map a:before{position:absolute;bottom:0;right:0;height:1px;width:0;content:"";background:var(--tp-common-white);transition:.4s}.tp-contact-location-map a:hover:before{right:auto;left:0;width:100%}.tp-contact-location-right{padding-left:20px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-contact-location-right{padding-left:0}}@media(max-width:767px){.tp-contact-location-right-wrap{flex-wrap:wrap}}.tp-contact-location-right-info a{font-size:20px;font-weight:500;line-height:1;color:var(--tp-common-white);margin-bottom:40px;position:relative;display:inline-block}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-contact-location-right-info a{font-size:18px}}@media(max-width:767px){.tp-contact-location-right-info a{margin-bottom:15px}}.tp-contact-location-right-info a:after{position:absolute;bottom:0;left:0;height:1px;width:100%;content:"";background:#ffffff4d}.tp-contact-location-right-info a:before{position:absolute;bottom:0;right:0;height:1px;width:0;content:"";background:var(--tp-common-white);transition:.4s}.tp-contact-location-right-info a:hover:before{right:auto;left:0;width:100%}.tp-contact-us-text p{font-size:18px;font-weight:400;color:#f5f7f580}.tp-contact-us-text a{display:inline-block}.tp-contact-us-text a:hover p{color:var(--tp-common-white)}@media(max-width:767px){.tp-contact-us-form-ptb{padding-top:30px}}.tp-contact-us-form-wrapper{padding:10px;border-radius:14px;background:#1b1b1d}.tp-contact-us-map{width:100%;height:100%;border-radius:8px}@media only screen and (min-width:768px)and (max-width:991px){.tp-contact-us-map{height:500px;margin-bottom:30px}}@media(max-width:767px){.tp-contact-us-map{height:450px;margin-bottom:30px}}.tp-contact-us-map iframe{width:100%;height:100%;border-radius:8px}@media(max-width:767px){.tp-contact-us-heading .tp-career-title{padding-bottom:20px}}.tp-contact-us-title{font-size:30px;font-weight:600;letter-spacing:-.6px;text-transform:uppercase;color:var(--tp-common-white)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-contact-us-title{margin-bottom:30px}}.tp-contact-us-wrap{padding:110px}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-contact-us-wrap{padding:70px}}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-contact-us-wrap{padding:50px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-contact-us-wrap{padding:30px}}@media(max-width:767px){.tp-contact-us-wrap{padding:20px}}.tp-contact-us-wrap .tp-contact-form-input label{color:var(--tp-common-white)}.tp-contact-us-wrap .tp-contact-form-input input,.tp-contact-us-wrap .tp-contact-form-input textarea{background:#302f32;border-color:#302f32;color:var(--tp-common-white)}.tp-contact-us-wrap .tp-contact-form-input input:focus,.tp-contact-us-wrap .tp-contact-form-input textarea:focus{background-color:#1b1b1d;border-color:var(--tp-common-red-3)}.tp-contact-us-thumb{overflow:hidden;border-radius:10px;margin-bottom:40px}.tp-contact-us-thumb img{width:100%;transition:.9s;border-radius:10px}.tp-contact-us-content{padding:15px;border-radius:14px;background:#1b1b1d}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-contact-us-content{margin-top:0}}.tp-contact-us-content:hover .tp-contact-us-thumb img{transform:scale(1.1)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-contact-us-info-area{padding-bottom:90px}}.tp-contact-us-info-title{font-size:26px;font-weight:700;color:#f5f7f5;letter-spacing:-.52px;margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1)}.tp-contact-us-info-details{margin-bottom:45px}.tp-contact-us-info-details a{font-size:18px;font-weight:400;display:block;margin-bottom:15px;color:#ffffffb3}.tp-contact-us-info-details a:hover{color:var(--tp-common-white)}.tp-contact-us-bottom{padding:0 22px 28px}.tp-contact-us-btn .tp-btn-yellow-green{font-size:16px;font-weight:600;padding:15px 10px;border-radius:30px;display:inline-block;text-transform:capitalize;color:var(--tp-common-white);background-color:transparent;border:1px solid rgba(255,255,255,.1)}.tp-contact-us-btn .tp-btn-yellow-green.active{background-color:var(--tp-common-red-3)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.cn-contactform-support-area{margin-bottom:80px}}.cn-contactform-support-bg{background-repeat:no-repeat;background-size:cover;object-fit:cover;height:385px}.cn-contactform-support-text span{font-size:44px;font-weight:500;line-height:52px;max-width:755px;margin:0 auto;display:inline-block;letter-spacing:-.88px;color:var(--tp-common-white)}@media(max-width:767px){.cn-contactform-support-text span{font-size:40px}}.tp-contact-me-ptb{padding-top:190px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.tp-contact-me-ptb{padding-bottom:85px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-contact-me-ptb{padding-top:160px;padding-bottom:70px}}@media(max-width:767px){.tp-contact-me-ptb{padding-top:150px;padding-bottom:60px}}.tp-contact-me-ptb .tp-career-shape-1{top:25%;right:28%}.tp-contact-me-ptb .pp-service-shape{top:auto;bottom:-30%}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-contact-me-ptb .pp-service-shape{display:none}}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-contact-me-heading{padding-bottom:50px}}@media(max-width:767px){.tp-contact-me-heading{padding-bottom:30px}}.tp-contact-me-heading .tp-section-subtitle-clash.clash-subtitle-pos.body-ff{position:relative;padding-left:20px;text-transform:uppercase}.tp-contact-me-heading .tp-section-subtitle-clash.clash-subtitle-pos.body-ff:before{position:absolute;content:"";top:7px;left:0;width:8px;height:8px;border-radius:8px;background-color:#fff669}.tp-contact-me-heading .pp-service-details-title img{margin-right:15px;border-radius:50px;transform:translateY(7px)}@media only screen and (min-width:992px)and (max-width:1199px){.tp-contact-me-heading .pp-service-details-title img{transform:translateY(10px)}}@media(max-width:767px){.tp-contact-me-heading .pp-service-details-title img{display:none}}.tp-contact-me-wrap{padding-left:350px}@media only screen and (min-width:992px)and (max-width:1199px){.tp-contact-me-wrap{padding-left:300px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-contact-me-wrap{padding-left:0}}@media(max-width:767px){.tp-contact-me-wrap p br{display:none}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-contact-me-interest-ptb{padding-bottom:80px}}@media(max-width:767px){.tp-contact-me-interest-wrapper{padding-bottom:80px}}.tp-contact-me-interest-title{font-size:46px;line-height:1;font-weight:500;margin-bottom:15px;letter-spacing:-.46px;color:var(--tp-common-white);font-family:var(--tp-ff-teko)}.tp-contact-me-interest-form-wrap .tp-contact-form-input label{color:var(--tp-common-white)}.tp-contact-me-interest-form-wrap .tp-contact-form-input input,.tp-contact-me-interest-form-wrap .tp-contact-form-input textarea{background:#1d1d1f;border-color:#1d1d1f;color:var(--tp-common-white)}.tp-contact-me-interest-form-wrap .tp-contact-form-input input:focus,.tp-contact-me-interest-form-wrap .tp-contact-form-input textarea:focus{border-color:#fff669;background-color:var(--tp-common-black-7)}.tp-contact-me-interest-form-wrap .tp-contact-form-btn button{background-color:#fff669;color:var(--tp-common-black-7)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-portfolio-heading{flex-wrap:wrap}}.tp-portfolio-heading .tp-section-subtitle{transform:translateY(20px)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-portfolio-heading .tp-section-subtitle{transform:translateY(-15px)}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-portfolio-heading .tp-blog-title img{display:none}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-portfolio-inner-box{padding-bottom:50px}}.tp-portfolio-inner-item:hover .tp-portfolio-inner-thumb img{transform:scale(1.1)}.tp-portfolio-inner-thumb{overflow:hidden;margin-bottom:26px;border-radius:20px}.tp-portfolio-inner-thumb img{width:100%;transition:.9s;border-radius:20px}.tp-portfolio-inner-content span{font-size:16px;font-weight:500;display:inline-block;color:#fff9}.tp-portfolio-inner-title{font-size:34px;font-weight:600;line-height:1;letter-spacing:-1.36px;color:var(--tp-common-white)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-portfolio-inner-title{font-size:30px}}.tp-portfolio-inner-title.fs-30{font-size:30px}.tp-portfolio-inner-tab-wrap{padding-left:22%}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-portfolio-inner-tab-wrap{padding-left:0}}.tp-portfolio-inner-tab-wrap nav .nav-tabs{border-bottom:none}.tp-portfolio-inner-tab-wrap nav .nav-tabs .nav-link{font-size:15px;font-weight:600;padding:6px 25px;margin-right:10px;margin-bottom:20px;border-radius:30px;display:inline-block;color:var(--tp-common-white);border:1px solid rgba(255,255,255,.1)}.tp-portfolio-inner-tab-wrap nav .nav-tabs .nav-link.active,.tp-portfolio-inner-tab-wrap nav .nav-tabs .nav-link:hover{color:#020202}.tp-portfolio-inner-tab-wrap nav .nav-tabs .nav-link:hover{background-color:var(--tp-common-white)}.tp-portfolio-metro-shape{position:absolute;bottom:26%;left:40%}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-portfolio-metro-shape{display:none}}.tp-portfolio-metro-shape span{font-size:12px;font-weight:600;text-transform:uppercase;color:#e0eeeecc}.tp-portfolio-metro-shape span svg{margin-right:7px}.tp-portfolio-metro-sub .tp-section-subtitle-clash{color:#c5fcfc}@media(max-width:767px){.tp-portfolio-metro-social{padding-bottom:0}}.tp-portfolio-metro-social a{font-size:14px;font-weight:600;color:#e0eeee;padding:1px 18px;margin-bottom:10px;border-radius:30px;display:inline-block;border:1px solid rgba(255,255,255,.1)}.tp-portfolio-metro-social a:hover{color:#020202;background-color:#c5fcfc}@media only screen and (min-width:768px)and (max-width:991px){.tp-portfolio-metro-footer{padding-top:70px}}@media(max-width:767px){.tp-portfolio-metro-footer{padding-top:0}}@media(max-width:767px){.tp-portfolio-masonry-heading{padding-bottom:40px}}.tp-portfolio-masonry-big-text{font-size:305px;font-weight:800;line-height:.8;text-align:center;letter-spacing:-11.5px;text-transform:uppercase;color:var(--tp-common-white)}@media only screen and (min-width:1801px)and (max-width:1850px){.tp-portfolio-masonry-big-text{font-size:300px;letter-spacing:-10.5px}}@media only screen and (min-width:1701px)and (max-width:1800px){.tp-portfolio-masonry-big-text{font-size:285px;letter-spacing:-10.5px}}@media only screen and (min-width:1600px)and (max-width:1700px){.tp-portfolio-masonry-big-text{font-size:268px;letter-spacing:-10.5px}}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-portfolio-masonry-big-text{font-size:235px;letter-spacing:-10.5px}}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-portfolio-masonry-big-text{font-size:190px;letter-spacing:-8.5px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-portfolio-masonry-big-text{font-size:140px;letter-spacing:-5.5px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-portfolio-masonry-big-text{font-size:100px;letter-spacing:0}}@media(max-width:767px){.tp-portfolio-masonry-big-text{font-size:50px;letter-spacing:0}}.tp-portfolio-masonry-wrap{padding-bottom:125px;border-bottom:1px solid rgba(255,255,255,.1)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-portfolio-masonry-wrap{padding-bottom:60px}}.tp-portfolio-masonry-top-left{height:100%;display:flex;flex-direction:column;justify-content:space-between}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-portfolio-masonry-top-left{display:none}}.tp-portfolio-masonry-top-left span{font-size:14px;font-weight:600;line-height:1;display:inline-block;letter-spacing:-.14px;text-transform:uppercase;color:var(--tp-common-white)}.tp-portfolio-masonry-top-right p{font-size:26px;font-weight:600;line-height:1.4;margin-bottom:30px;letter-spacing:-.52px;color:var(--tp-common-white)}@media(max-width:767px){.tp-portfolio-masonry-top-right p{font-size:17px}}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-portfolio-masonry-top-right p br{display:none}}.tp-portfolio-masonry-top-right span{position:relative;font-size:14px;font-weight:700;padding-left:18px;margin-bottom:50px;display:inline-block;letter-spacing:-.14px;text-transform:uppercase;color:var(--tp-common-white)}.tp-portfolio-masonry-top-right span:after{position:absolute;content:"";left:0;top:8px;width:8px;height:8px;border-radius:50%;background-color:var(--tp-common-red-3)}.tp-portfolio-masonry-social a{font-size:15px;font-weight:600;padding:3px 13px;margin-right:10px;border-radius:30px;display:inline-block;color:var(--tp-common-white);border:1px solid rgba(255,255,255,.1)}@media(max-width:767px){.tp-portfolio-masonry-social a{margin-bottom:15px}}.tp-portfolio-masonry-social a:hover{color:#020202;background-color:var(--tp-common-white)}.tp-portfolio-masonry-grid-heading span{position:relative;font-size:14px;font-weight:700;padding-left:18px;display:inline-block;letter-spacing:-.14px;text-transform:uppercase;color:var(--tp-common-white)}.tp-portfolio-masonry-grid-heading span:after{position:absolute;content:"";left:0;top:8px;width:8px;height:8px;border-radius:50%;background-color:var(--tp-common-white)}.tp-portfolio-masonry-grid-item:hover .tp-portfolio-masonry-grid-thumb img{transform:scale(1.1)}.tp-portfolio-masonry-grid-thumb{overflow:hidden;border-radius:14px}.tp-portfolio-masonry-grid-thumb img{width:100%;transition:.9s;border-radius:14px}.tp-portfolio-masonry-grid-content{padding:20px 0 0}.tp-portfolio-masonry-grid-title{font-size:26px;font-weight:600;line-height:1;letter-spacing:-1.04px;color:var(--tp-common-white)}.tp-portfolio-masonry-grid-categories span{font-size:14px;font-weight:600;padding:4px 26px;position:relative;border-radius:30px;margin-bottom:10px;display:inline-block;color:var(--tp-common-white);border:1px solid rgba(255,255,255,.1)}.tp-portfolio-masonry-grid-categories span:not(:last-of-type){margin-right:8px}.tp-portfolio-masonry-grid-categories span:after{content:"";left:10px;top:14px;width:8px;height:8px;position:absolute;border-radius:50%;background-color:var(--tp-common-red-3)}.tp-portfolio-masonry-grid-bottom{width:340px;overflow:hidden;border-radius:30px;text-align:center;margin:0 auto}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-portfolio-details-1-area{padding-bottom:80px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-portfolio-details-1-ptb{padding-bottom:80px}}.tp-portfolio-details-1-banner{height:760px;overflow:hidden;border-radius:14px}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px){.tp-portfolio-details-1-banner{height:680px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-portfolio-details-1-banner{height:600px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-portfolio-details-1-banner{height:500px}}@media(max-width:767px){.tp-portfolio-details-1-banner{height:250px}}.tp-portfolio-details-1-banner img{width:100%;margin-top:-150px}@media only screen and (min-width:992px)and (max-width:1199px){.tp-portfolio-details-1-banner img{margin-top:-100px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-portfolio-details-1-banner img{margin-top:-20px}}@media(max-width:767px){.tp-portfolio-details-1-banner img{margin-top:-50px}}.tp-portfolio-details-1-banner.hight{height:1040px}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px){.tp-portfolio-details-1-banner.hight{height:680px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-portfolio-details-1-banner.hight{height:600px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-portfolio-details-1-banner.hight{height:500px}}@media(max-width:767px){.tp-portfolio-details-1-banner.hight{height:250px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-portfolio-details-1-heading{padding-bottom:40px}}.tp-portfolio-details-1-sub{font-size:16px;font-weight:500;margin-bottom:10px;display:inline-block;letter-spacing:-.32px;text-transform:uppercase;color:#fff9}.tp-portfolio-details-1-title{font-size:80px;font-weight:600;line-height:1;margin-bottom:25px;letter-spacing:-1.6px;text-transform:uppercase;color:var(--tp-common-white);font-family:var(--tp-ff-clash-semibold)}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-portfolio-details-1-title{font-size:72px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-portfolio-details-1-title{font-size:60px}}@media(max-width:767px){.tp-portfolio-details-1-title{font-size:52px}}.tp-portfolio-details-1-content{padding-left:100px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-portfolio-details-1-content{padding-left:0}}.tp-portfolio-details-1-content p{font-size:18px;font-weight:500;line-height:26px;margin-bottom:45px;color:#fff9}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-portfolio-details-1-content p br{display:none}}.tp-portfolio-details-1-list ul li{font-size:16px;font-weight:600;list-style:none;margin-bottom:16px;padding-bottom:16px;letter-spacing:-.32px;text-transform:uppercase;color:var(--tp-common-white)}.tp-portfolio-details-1-list ul li:not(:last-of-type){border-bottom:1px solid rgba(255,255,255,.1)}.tp-portfolio-details-1-list ul li span{width:120px;font-weight:500;display:inline-block;color:#f9f4e899}@media only screen and (min-width:992px)and (max-width:1199px){.tp-portfolio-details-1-thumb-ptb{padding-bottom:100px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-portfolio-details-1-thumb-ptb{padding-bottom:80px}}.tp-portfolio-details-1-thumb-1,.tp-portfolio-details-1-thumb-2,.tp-portfolio-details-1-thumb-3,.tp-portfolio-details-1-thumb-4,.tp-portfolio-details-1-thumb-5{overflow:hidden;border-radius:14px}.tp-portfolio-details-1-thumb-1 img,.tp-portfolio-details-1-thumb-2 img,.tp-portfolio-details-1-thumb-3 img,.tp-portfolio-details-1-thumb-4 img,.tp-portfolio-details-1-thumb-5 img{width:100%;border-radius:14px}.tp-portfolio-details-1-thumb-1{height:950px}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px){.tp-portfolio-details-1-thumb-1{height:680px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-portfolio-details-1-thumb-1{height:600px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-portfolio-details-1-thumb-1{height:500px}}@media(max-width:767px){.tp-portfolio-details-1-thumb-1{height:250px}}.tp-portfolio-details-1-thumb-2,.tp-portfolio-details-1-thumb-3{height:800px}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-portfolio-details-1-thumb-2,.tp-portfolio-details-1-thumb-3{height:580px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-portfolio-details-1-thumb-2,.tp-portfolio-details-1-thumb-3{height:470px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-portfolio-details-1-thumb-2,.tp-portfolio-details-1-thumb-3{height:450px}}@media(max-width:767px){.tp-portfolio-details-1-thumb-2,.tp-portfolio-details-1-thumb-3{height:250px}}.tp-portfolio-details-1-thumb-2 img,.tp-portfolio-details-1-thumb-3 img{margin-top:-100px}.tp-portfolio-details-1-thumb-4,.tp-portfolio-details-1-thumb-5{height:680px}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-portfolio-details-1-thumb-4,.tp-portfolio-details-1-thumb-5{height:550px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-portfolio-details-1-thumb-4,.tp-portfolio-details-1-thumb-5{height:420px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-portfolio-details-1-thumb-4,.tp-portfolio-details-1-thumb-5{height:450px}}@media(max-width:767px){.tp-portfolio-details-1-thumb-4,.tp-portfolio-details-1-thumb-5{height:250px}}.tp-portfolio-details-1-thumb-4 img,.tp-portfolio-details-1-thumb-5 img{margin-top:-100px}@media only screen and (min-width:992px)and (max-width:1199px){.tp-portfolio-details-1-thumb-4 img,.tp-portfolio-details-1-thumb-5 img{margin-top:-60px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-portfolio-details-1-about-ptb{padding-bottom:100px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-portfolio-details-1-about-ptb{padding-bottom:80px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-1-about-heading{padding-bottom:30px}}.tp-pd-1-about-title{font-size:16px;font-weight:500;text-transform:uppercase;color:var(--tp-common-white);font-family:var(--tp-ff-clash-medium)}.tp-pd-1-about-title svg{margin-left:5px}.tp-pd-1-about-text{font-size:32px;font-weight:600;line-height:1.2;margin-bottom:65px;text-transform:uppercase;color:var(--tp-common-white);font-family:var(--tp-ff-clash-semibold)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-1-about-text{font-size:30px;margin-bottom:40px}}.tp-pd-1-about-text.color-cng{color:#e0eeee;font-family:var(--tp-ff-inter)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-1-about-text.color-cng br{display:none}}.tp-pd-1-about-list{display:inline-block}.tp-pd-1-about-list ul li{position:relative;font-size:18px;font-weight:500;list-style:none;float:left;width:50%;padding-left:18px;margin-bottom:14px;color:var(--tp-common-white)}@media(max-width:767px){.tp-pd-1-about-list ul li{width:100%;float:none}}.tp-pd-1-about-list ul li:before{position:absolute;content:"";width:6px;height:6px;top:10px;left:0;border-radius:50%;background-color:var(--tp-common-white)}@media only screen and (min-width:992px)and (max-width:1199px){.tp-pd-1-work-ptb{padding-bottom:100px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-1-work-ptb{padding-bottom:80px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-1-work-heading{padding-bottom:30px}}.tp-pd-1-work-title{font-size:140px;font-weight:700;line-height:.8;letter-spacing:-4.2px;text-transform:uppercase;color:var(--tp-common-white);font-family:var(--tp-ff-clash-semibold)}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-pd-1-work-title{font-size:110px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-pd-1-work-title{font-size:100px}}@media(max-width:767px){.tp-pd-1-work-title{font-size:60px;letter-spacing:0}}.tp-pd-1-work-title.ff-clash{color:#e0eeee;text-transform:lowercase;font-family:var(--tp-ff-dirtyline)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-1-work-content{padding-left:0}}.tp-pd-1-work-content p{font-size:20px;font-weight:400;letter-spacing:-.4px;color:#fff9}@media(max-width:767px){.tp-pd-1-work-content p br{display:none}}.tp-pd-1-work-item{display:flex;align-items:center;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.1)}.tp-pd-1-work-item-title{width:130px;font-size:50px;font-weight:500;margin-right:52px;color:var(--tp-common-white);font-family:var(--tp-ff-clash-semibold)}@media(max-width:767px){.tp-pd-1-work-item-title{font-size:45px;margin-right:35px}}.tp-pd-1-work-item-title i{font-style:normal}.tp-pd-1-work-item-text span{font-size:20px;font-weight:400;letter-spacing:-.4px;color:#fff9}.tp-pd-1-np-ptb{padding-bottom:240px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.tp-pd-1-np-ptb{padding-bottom:170px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-pd-1-np-ptb{padding-bottom:150px}}@media(max-width:767px){.tp-pd-1-np-ptb{padding-bottom:120px}}.tp-pd-1-np-title{font-size:100px;font-weight:600;line-height:1;text-transform:uppercase;color:var(--tp-common-white);font-family:var(--tp-ff-clash-semibold)}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-pd-1-np-title{font-size:80px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-pd-1-np-title{font-size:70px}}@media(max-width:767px){.tp-pd-1-np-title{font-size:45px}}.tp-pd-1-np-box{padding:20px 0}.tp-pd-1-np-box.hover-reveal-item .tp-award-reveal-img{width:520px;height:360px;object-fit:cover;mix-blend-mode:difference}@media(max-width:767px){.tp-pd-1-np-box.hover-reveal-item .tp-award-reveal-img{height:260px;width:220px;background-position:center}}.tp-pd-1-np-content span{font-size:30px;font-weight:500;display:block;margin-bottom:30px;text-transform:uppercase;color:#fff3;font-family:var(--tp-ff-clash-semibold)}.tp-pd-1-np-content p{font-size:20px;font-weight:500;line-height:30px;letter-spacing:-.4px;color:#fff3}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-2-ptb{padding-top:150px}}@media(max-width:767px){.tp-pd-2-ptb{padding-bottom:50px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-pd-2-area{padding-bottom:100px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-2-area{padding-bottom:80px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-pd-2-top{padding-bottom:50px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-2-top{padding-bottom:40px}}.tp-pd-2-title{font-size:140px;font-weight:700;line-height:1;letter-spacing:-7px;color:var(--tp-common-white)}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-pd-2-title{font-size:110px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-pd-2-title{font-size:100px;letter-spacing:0}}@media(max-width:767px){.tp-pd-2-title{font-size:60px;letter-spacing:0}}.tp-pd-2-categories span{font-size:14px;font-weight:600;padding:4px 24px;position:relative;border-radius:30px;margin-right:10px;display:inline-block;color:var(--tp-common-white);border:1px solid rgba(255,255,255,.1)}.tp-pd-2-categories span:before{position:absolute;top:15px;left:12px;content:"";height:5px;width:5px;border-radius:50%;background-color:var(--tp-common-red-3)}@media(max-width:767px){.tp-pd-2-bottom{flex-wrap:wrap}}.tp-pd-2-bottom .tp-pd-2-bottom-item:not(:last-of-type){margin-right:20px}@media(max-width:767px){.tp-pd-2-bottom-item{padding-bottom:20px}}.tp-pd-2-bottom-item span{font-size:16px;font-weight:600;line-height:1;margin-bottom:10px;display:inline-block;color:#ffffffb3}.tp-pd-2-bottom-item h6{font-size:20px;font-weight:600;color:var(--tp-common-white)}.tp-pd-2-banner{height:950px;overflow:hidden}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px){.tp-pd-2-banner{height:680px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-pd-2-banner{height:600px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-pd-2-banner{height:500px}}@media(max-width:767px){.tp-pd-2-banner{height:250px}}.tp-pd-2-banner img{width:100%;margin-top:-150px}@media only screen and (min-width:992px)and (max-width:1199px){.tp-pd-2-banner img{margin-top:-100px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-pd-2-banner img{margin-top:-20px}}@media(max-width:767px){.tp-pd-2-banner img{margin-top:-50px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-2-overview-heading{padding-bottom:30px}}.tp-pd-2-overview-title{font-size:50px;font-weight:700;line-height:1;letter-spacing:-1.5px;color:var(--tp-common-white)}.tp-pd-2-overview-wrap p{font-size:16px;font-weight:500;line-height:26px;margin-bottom:24px;color:#fff9}.tp-pd-2-overview-wrap ul{padding-top:20px;display:inline-block}.tp-pd-2-overview-wrap ul li{font-size:20px;font-weight:600;margin-bottom:20px;padding-bottom:20px;margin-left:16px;color:var(--tp-common-white)}.tp-pd-2-overview-wrap ul li:not(:last-of-type){border-bottom:1px solid rgba(255,255,255,.08)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.tp-pd-2-slider-ptb{padding-bottom:100px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-2-slider-ptb{padding-bottom:80px}}.tp-pd-2-slider-wrapper{margin:0 -200px}@media(max-width:767px){.tp-pd-2-slider-wrapper{margin:0}}.tp-pd-2-slider-wrapper .swiper-wrapper{padding-bottom:40px}.tp-pd-2-slider-thumb{overflow:hidden}.tp-pd-2-slider-thumb:hover img{transform:scale(1.2)}.tp-pd-2-slider-thumb img{transition:.9s ease-in-out}.tp-pd-2-dot .swiper-pagination-bullet{width:6px;height:6px;opacity:1;transition:.3s;border-radius:50%;display:inline-block;background:#ffffff4d}.tp-pd-2-dot .swiper-pagination-bullet.swiper-pagination-bullet-active{width:24px;border-radius:10px;background-color:var(--tp-common-white)}@media(max-width:767px){.tp-pd-2-step-heading{padding-bottom:40px}}.tp-pd-2-step-title{font-size:40px;font-weight:700;line-height:1.2;letter-spacing:-1.2px;color:var(--tp-common-white)}@media(max-width:767px){.tp-pd-2-step-title{font-size:35px;letter-spacing:0}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-2-step-title br{display:none}}.tp-pd-2-step-item-title{font-size:22px;font-weight:600;margin-bottom:10px;color:var(--tp-common-white)}.tp-pd-2-step-item span{font-size:15px;font-weight:500;line-height:24px;display:inline-block;color:#fff9}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-2-step-item span br{display:none}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-pd-2-thumb-ptb{padding-bottom:100px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-2-thumb-ptb{padding-bottom:80px}}.tp-pd-2-thumb-item{overflow:hidden;height:600px}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-pd-2-thumb-item{height:500px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-pd-2-thumb-item{height:400px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-pd-2-thumb-item{height:450px}}@media(max-width:767px){.tp-pd-2-thumb-item{height:250px}}.tp-pd-2-thumb-item img{margin-top:-100px;width:100%}@media only screen and (min-width:992px)and (max-width:1199px){.tp-pd-2-thumb-item img{margin-top:-60px}}@media(max-width:767px){.tp-pd-2-thumb-item img{margin-top:-40px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-2-np-ptb{padding-bottom:80px}}.tp-pd-2-np-content a{width:180px;height:180px;font-size:16px;font-weight:600;margin:0 -14px;text-align:center;line-height:180px;border-radius:50%;display:inline-block;color:var(--tp-common-white);border:1px solid rgba(255,255,255,.1)}.tp-pd-2-np-content a:hover{color:var(--tp-common-black);background-color:var(--tp-common-white)}.tp-pd-2-np-content a svg{margin:0 4px}.tp-pd-4-ptb{padding-top:220px;padding-bottom:50px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-4-ptb{padding-top:150px}}.tp-pd-4-title{font-size:100px;font-weight:400;line-height:1;color:#e0eeee;letter-spacing:-2px;font-family:var(--tp-ff-dirtyline)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-pd-4-title{font-size:80px;letter-spacing:0}}@media(max-width:767px){.tp-pd-4-title{font-size:65px;letter-spacing:0}}.tp-pd-4-bottom-btn .tp-portfolio-details-btn{color:#c5fcfc;border-color:#c5fcfc}.tp-pd-4-bottom-btn .tp-portfolio-details-btn:hover{background-color:#c5fcfc;color:var(--tp-common-black)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-4-banner-ptb{padding-top:80px}}.tp-pd-4-banner-thumb{margin-bottom:-275px}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-pd-4-banner-thumb{margin-bottom:-100px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-4-banner-thumb{margin-bottom:0}}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px){.tp-pd-4-heading{margin-bottom:60px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-4-heading{margin-bottom:40px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-4-heading-bottom{flex-wrap:wrap}.tp-pd-4-heading-bottom .tp-pd-2-bottom-item{margin-right:20px;padding-bottom:0}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-pd-4-about-ptb{padding-top:100px;padding-bottom:100px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-4-about-ptb{padding-top:80px;padding-bottom:80px}}.tp-pd-4-about-sub{font-size:20px;font-weight:400;color:#e0eeee;letter-spacing:-.4px;font-family:var(--tp-ff-dirtyline)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-4-about-sub{letter-spacing:0}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-4-color-ptb{margin-bottom:80px}}.tp-pd-4-color-shape{position:absolute;top:18%;left:20%;z-index:-1}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-pd-4-color-shape{left:-3%;top:6%}}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-pd-4-color-shape{top:10%;left:-2%}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-pd-4-color-shape{left:3%;top:10%}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-4-color-shape{display:none}}.tp-pd-4-color-picker{bottom:0;z-index:2;right:38.5%;position:absolute}@media only screen and (min-width:1600px)and (max-width:1700px){.tp-pd-4-color-picker{right:33%}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-4-color-picker{display:none}}.tp-pd-4-color-heading{z-index:1;height:100%;position:relative;padding:300px 120px;background:#85291a}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-pd-4-color-heading{padding:200px 60px}}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-pd-4-color-heading{padding:130px 50px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-pd-4-color-heading{padding:170px 60px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-pd-4-color-heading{padding:100px}}@media(max-width:767px){.tp-pd-4-color-heading{padding:60px 40px}}.tp-pd-4-color-heading p{font-size:16px;font-weight:500;line-height:26px;letter-spacing:-.16px;color:var(--tp-common-white)}@media only screen and (min-width:1801px)and (max-width:1850px),only screen and (min-width:1701px)and (max-width:1800px),only screen and (min-width:1600px)and (max-width:1700px),only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-4-color-heading p br{display:none}}.tp-pd-4-color-title{font-size:30px;font-weight:700;color:#fff669;line-height:1;margin-bottom:14px;letter-spacing:-.6px}.tp-pd-4-color-content{padding:78px 0 56px}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-pd-4-color-content{padding:60px 22px 50px 0}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-pd-4-color-content{padding:50px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-4-color-content{padding:40px}}.tp-pd-4-color-content span{font-size:30px;font-weight:700;line-height:1;margin-bottom:14px;display:inline-block;letter-spacing:-.6px;color:var(--tp-common-white)}.tp-pd-4-color-content p{font-size:16px;font-weight:500;line-height:26px;letter-spacing:-.16px;color:var(--tp-common-white)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-4-color-content p br{display:none}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-4-thumb-ptb{padding-bottom:80px}}.tp-pd-4-thumb-wrap{height:950px;border-radius:20px;background-color:#fff669}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-pd-4-thumb-wrap{height:750px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-pd-4-thumb-wrap{height:650px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-pd-4-thumb-wrap{height:500px}}@media(max-width:767px){.tp-pd-4-thumb-wrap{height:300px}}.tp-pd-4-thumb-item{margin-bottom:-100%}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-4-thumb-item{margin-bottom:0}}.tp-pd-4-thumb-box{height:800px;border-radius:20px;overflow:hidden}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-pd-4-thumb-box{height:520px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-pd-4-thumb-box{height:420px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-pd-4-thumb-box{height:450px}}@media(max-width:767px){.tp-pd-4-thumb-box{height:250px}}.tp-pd-4-thumb-box img{width:100%;margin-top:-40px;object-fit:cover;border-radius:20px}.tp-pd-4-slider-wrapper{margin:0 -220px}@media(max-width:767px){.tp-pd-4-slider-wrapper{margin:0}}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.tp-pd-4-slider-heading{margin-bottom:100px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-4-slider-heading{margin-bottom:80px}}.tp-pd-4-slider-thumb img{border-radius:20px;border:1px solid rgba(255,255,255,.0784313725)}.tp-pd-5-hero-black-overlay{position:absolute;top:0;left:0;width:100%;height:100%;opacity:1;z-index:1;background-color:#000;transition:opacity .2s ease}.tp-pd-5-hero-white-overlay{position:absolute;top:0;left:0;width:100%;height:100%;opacity:1;z-index:1;background-color:#fff;transition:opacity .4s ease}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-5-hero-ptb{padding-top:150px;padding-bottom:120px}}.tp-pd-5-hero-title{font-size:80px;font-weight:700;line-height:1;margin-bottom:24px;letter-spacing:-4px;color:var(--tp-common-white)}@media only screen and (min-width:768px)and (max-width:991px){.tp-pd-5-hero-title{font-size:75px}}@media(max-width:767px){.tp-pd-5-hero-title{font-size:60px;letter-spacing:0}}.tp-pd-5-hero-heading p{font-size:16px;font-weight:500;line-height:26px;margin-bottom:50px;color:#ffffffb3}@media only screen and (min-width:992px)and (max-width:1199px),(max-width:767px){.tp-pd-5-hero-heading p br{display:none}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-5-hero-top{padding-bottom:40px}}.tp-pd-5-hero-info-ptb{transition:.3s}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-5-hero-info-ptb{padding-bottom:30px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-5-hero-info-item{padding-bottom:30px}}.tp-pd-5-hero-info-item-title{font-size:30px;font-weight:700;line-height:1;letter-spacing:-.9px;color:var(--tp-common-black)}.tp-pd-5-hero-info-item-title span{font-size:12px;display:inline-block;transform:translate(-9px,-13px)}.tp-pd-5-hero-info-item-content{padding-left:80px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-5-hero-info-item-content{padding-left:0}}.tp-pd-5-hero-info-item-content p{font-size:18px;font-weight:500;line-height:26px;color:#0009}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-5-hero-info-item-content p br{display:none}}.tp-pd-5-light-ptb{padding-top:120px;padding-bottom:200px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.tp-pd-5-light-ptb{padding-top:100px;padding-bottom:100px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-5-light-ptb{padding-top:80px;padding-bottom:80px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-5-light-heading{padding-bottom:35px}}.tp-pd-5-light-title{font-size:50px;font-weight:700;color:#0e0f11;line-height:1;letter-spacing:-1.5px}.tp-pd-5-light-slider-thumb img{width:100%;border-radius:30px;border:1px solid rgba(0,0,0,.0705882353)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.tp-pd-5-mockup-ptb{padding-top:100px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-5-mockup-ptb{padding-top:80px;padding-bottom:80px}}.tp-pd-5-mockup-title{font-size:50px;font-weight:700;line-height:1;margin-bottom:20px;letter-spacing:-1.5px;color:var(--tp-common-white)}.tp-pd-5-mockup-heading{padding-bottom:30px}.tp-pd-5-mockup-heading p{font-size:18px;font-weight:500;line-height:26px;color:#fff9}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-5-mockup-heading p br{display:none}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-pd-5-slider-ptb{padding-bottom:80px}}.project-details-1-pt{padding-top:107px}.project-details-1-left .project-details-1-thumb:last-child{margin-bottom:0}.project-details-1-subtitle{font-size:18px;font-weight:500;line-height:1;margin-bottom:10px;display:inline-block;color:var(--tp-common-white)}.project-details-1-subtitle i{font-style:normal}.project-details-1-subtitle i:after{content:"";height:1px;width:40px;margin:0 10px;display:inline-block;transform:translateY(-4px);background-color:#ffffff24}.project-details-1-title{font-size:80px;font-weight:600;line-height:1;margin-bottom:24px;letter-spacing:-3.2px;color:var(--tp-common-white)}@media(max-width:767px){.project-details-1-title{font-size:50px}}.project-details-1-title-box{margin-bottom:40px}@media(max-width:767px){.project-details-1-title-box{margin-bottom:0}}.project-details-1-title-box p{font-size:18px;font-weight:400;line-height:28px;color:var(--tp-common-white)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.project-details-1-title-box p br{display:none}}.project-details-1-info{margin-bottom:32px}.project-details-1-info span{font-size:20px;font-weight:600;line-height:1;color:#fcf6f4;margin-bottom:10px;display:inline-block}.project-details-1-info h4{font-size:17px;font-weight:600;line-height:1;margin-bottom:0;letter-spacing:-.4px;color:#fcf6f4b3}@media(max-width:767px){.project-details-1-info-wrap{flex-wrap:wrap;margin-bottom:50px}.project-details-1-info-wrap .project-details-1-info{margin-right:20px}}.project-details-1-navigation{border-top:1px solid rgba(255,255,255,.1);padding:20px 60px 33px}@media(max-width:767px){.project-details-1-navigation{padding:33px 0}}.project-details-1-navigation a i{height:44px;width:44px;line-height:44px;border-radius:50%;text-align:center;margin-top:10px;display:inline-block;color:var(--tp-common-white);border:1px solid rgba(255,255,255,.14)}.project-details-1-navigation a span{font-size:17px;font-weight:600;line-height:1;color:var(--tp-common-white)}.project-details-1-navigation a span svg{transform:translateY(5px)}.project-details-1-prev{line-height:0}.project-details-1-prev i{margin-right:10px;transition:.3s}.project-details-1-prev:hover i{color:var(--tp-common-black);border-color:var(--tp-common-white);background-color:var(--tp-common-white)}.project-details-1-next{line-height:0}.project-details-1-next i{margin-left:10px;transition:.3s}.project-details-1-next:hover i{color:var(--tp-common-black);border-color:var(--tp-common-white);background-color:var(--tp-common-white)}.project-details-video{margin-bottom:60px}.project-details-video video{height:800px;width:100%!important;object-fit:cover;overflow:hidden}@media(max-width:767px){.project-details-video video{height:400px}}.project-details-video figcaption{align-items:center;display:grid;grid-gap:1rem;grid-template-columns:50px auto 115px;padding:.5rem}.project-details-video button{border:0;display:inline;color:#fff;order:1;padding:.5rem;transition:opacity .25s ease-out;width:100%;font-size:24px}.project-details-video button:hover{cursor:pointer;opacity:.8}.project-details-video label{font-size:20px;text-align:center;color:var(--tp-common-white);transform:translateY(35px)}.project-details-video progress[value]{position:relative;appearance:none;border:none;display:inline;height:3px;order:1;width:100%;background:#fff3}.project-details-video progress[value]::-webkit-progress-bar{background-color:#f5f5f5;box-shadow:0 2px 3px #00000040 inset}.project-details-video progress[value]::-webkit-progress-value{background-color:var(--tp-common-white);position:relative;transition:width 1s linear}.project-details-video progress[value]::-moz-progress-bar{background-color:var(--tp-common-white);position:relative;transition:width 1s linear}.video-progress-btn-wrap{position:absolute;left:40px;right:40px;bottom:80px}.project-details-video-overlay{position:relative;z-index:1}.project-details-video-overlay:after{position:absolute;left:0;width:100%;height:106%;content:"";z-index:-1;bottom:0;background:linear-gradient(180deg,#12121200 1.63%,#0e0f11 26.67%)}.tp-hero-shop-title{font-weight:700;font-size:350px;line-height:.8;color:#4d3d30;margin-bottom:0;text-align:center;letter-spacing:-.03em;text-transform:uppercase;font-family:var(--tp-ff-onest)}@media only screen and (min-width:1801px)and (max-width:1850px){.tp-hero-shop-title{font-size:320px}}@media only screen and (min-width:1701px)and (max-width:1800px){.tp-hero-shop-title{font-size:310px}}@media only screen and (min-width:1600px)and (max-width:1700px){.tp-hero-shop-title{font-size:290px}}@media only screen and (min-width:1400px)and (max-width:1599px){.tp-hero-shop-title{font-size:250px}}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-hero-shop-title{font-size:215px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-hero-shop-title{font-size:175px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-hero-shop-title{font-size:135px}}@media(max-width:767px){.tp-hero-shop-title{font-size:65px;letter-spacing:0}}@media only screen and (min-width:576px)and (max-width:767px){.tp-hero-shop-title{font-size:100px}}.tp-hero-shop-slider-content{padding-bottom:170px}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-hero-shop-slider-content{padding-bottom:70px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-hero-shop-slider-content{padding-bottom:0;padding-top:50px}}@media(max-width:767px){.tp-hero-shop-slider-content{padding-top:30px}}.tp-hero-shop-slider-subtitle{font-weight:400;font-size:16px;line-height:1;color:#4d3d30;margin-bottom:12px;display:inline-block;font-family:var(--tp-ff-onest)}.tp-hero-shop-slider-title{font-weight:500;font-size:70px;line-height:1;color:#4d3d30;margin-bottom:40px;letter-spacing:-.04em;font-family:var(--tp-ff-onest)}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px){.tp-hero-shop-slider-title{font-size:55px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-hero-shop-slider-title{font-size:50px}}.tp-hero-shop-slider-nav{position:absolute;right:50px;width:120px;bottom:60px}@media(max-width:767px){.tp-hero-shop-slider-nav{right:15px;bottom:20px}}.tp-hero-shop-slider-nav-thumb{padding:5px;cursor:pointer}.tp-hero-shop-slider-nav-thumb img{transition:.3s;border-radius:4px;border:1px solid rgba(77,61,48,.1);background-color:#e8e0d4}.tp-hero-shop-slider-nav-thumb.slick-current img{border-color:#4d3d30}.tp-hero-shop-slider-main{margin-top:-50px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-hero-shop-slider-main{margin-top:0}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-hero-shop-slider-thumb img{width:80%}}.tp-hero-shop-dot{position:absolute;bottom:60px!important}.tp-hero-shop-dot .swiper-pagination-bullet{width:16px;height:16px;opacity:1;transition:.3s;border-radius:50%;display:inline-block;background:transparent;border:1px solid #F4F0EA}.tp-hero-shop-dot .swiper-pagination-bullet.swiper-pagination-bullet-active{border-color:var(--tp-common-white);background-color:var(--tp-common-white)}.tp-hero-shop-arrow button{top:50%;z-index:99;left:60px;position:absolute;transform:translateY(-50%);color:var(--tp-common-white)}.tp-hero-shop-arrow button.tp-hero-shop-next{left:auto;right:60px}.tp-hero-shop-2-slider-item{position:relative;padding-top:260px;padding-bottom:320px;z-index:99}.tp-hero-shop-2-slider-bg{position:absolute;content:"";top:0;left:0;height:100%;width:100%;z-index:-1;background-position:center;background-size:cover;background-repeat:no-repeat;-webkit-transform:scale(1.15);transform:scale(1.15);transition:transform 6s ease,opacity 1s ease-in,-webkit-transform 6s ease}.tp-hero-shop-2-slider-bg:before{position:absolute;content:"";top:0;left:0;height:100%;width:100%;z-index:1;background:#0003}.tp-hero-shop-2-slider-sub{font-size:14px;font-weight:500;margin-bottom:2px;display:inline-block;text-transform:uppercase;color:#fff9;opacity:0;transform:translateY(-70px)}.tp-hero-shop-2-slider-title{font-size:80px;font-weight:250;line-height:1.1;margin-bottom:32px;letter-spacing:-2.4px;color:var(--tp-common-white);font-family:var(--tp-ff-onest);opacity:0;transform:translateY(-70px)}@media(max-width:767px){.tp-hero-shop-2-slider-title{font-size:50px}}.tp-hero-shop-2-slider-title span{font-weight:700}.tp-hero-shop-2-slider-btn{opacity:0;transform:translateY(70px)}.tp-hero-shop-2-slider-btn a{font-size:16px;font-weight:600;color:#4d3d30;padding:14px 40px;display:inline-block;background:#f4f0ea;border:1px solid #FFF}.tp-hero-shop-2-slider-btn a:hover{color:var(--tp-common-white);background-color:transparent}.tp-hero-shop-2-active .swiper-slide-active .tp-hero-shop-2-slider-bg{-webkit-transform:scale(1);transform:scale(1)}.tp-hero-shop-2-active .swiper-slide-active .tp-hero-shop-2-slider-sub,.tp-hero-shop-2-active .swiper-slide-active .tp-hero-shop-2-slider-title,.tp-hero-shop-2-active .swiper-slide-active .tp-hero-shop-2-slider-btn{opacity:1;transform:translatey(0);transition:all 1.5s ease}.shop-text-slider-active{border-bottom:1px solid rgba(77,61,48,.12)}.shop-text-slider-active .swiper-slide{width:100%}.shop-text-slider-item{padding:15px 0}.shop-text-slider-item span{text-align:center;font-weight:500;font-size:18px;line-height:1;color:#4d3d30;letter-spacing:-.01em;font-family:var(--tp-ff-onest)}@media only screen and (min-width:1600px)and (max-width:1700px),only screen and (min-width:576px)and (max-width:767px){.shop-text-slider-item span{font-size:16px}}@media only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px){.shop-text-slider-item span{font-size:15px}}@media only screen and (min-width:768px)and (max-width:991px){.shop-text-slider-item span{font-size:14px}}.shop-text-slider-style .shop-text-slider-active{border-bottom:0}.shop-text-slider-style .shop-text-slider-item{padding:25px 0}.tp-shop-popup-wrap{height:500px;width:800px;margin:0 auto;background-color:#fff;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);transition:all .3s;display:flex;align-items:center}@media only screen and (min-width:768px)and (max-width:991px){.tp-shop-popup-wrap{width:700px}}@media(max-width:767px){.tp-shop-popup-wrap{width:360px}}.tp-shop-popup-content{padding:40px}.tp-shop-popup-img{position:relative;height:100%;flex:0 0 auto}.tp-shop-popup-img img{height:100%}.tp-shop-popup-logo{margin-bottom:60px}.tp-shop-popup-text h4{font-size:46px;font-weight:600;line-height:1;margin-bottom:13px;color:#4d3d30;text-transform:uppercase;font-family:var(--tp-ff-onest)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-shop-popup-text h4{font-size:40px}}.tp-shop-popup-text p{font-size:28px;color:#4d3d30;font-weight:400;margin-bottom:40px;text-transform:uppercase;font-family:var(--tp-ff-onest)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-shop-popup-text p{font-size:20px}}.tp-shop-popup-text span{font-weight:400;font-size:16px;line-height:1;color:#4d3d30;letter-spacing:.04em;text-transform:uppercase;font-family:var(--tp-ff-onest);margin-bottom:55px;display:inline-block}.tp-shop-popup-inputbox input{height:50px;font-weight:400;font-size:17px;letter-spacing:.04em;color:var(--tp-common-black);border:1px solid rgba(25,25,26,.1);font-family:var(--tp-ff-onest);margin-bottom:10px}.tp-shop-popup-inputbox input::-webkit-input-placeholder{font-weight:400;font-size:17px;letter-spacing:.04em;color:var(--tp-common-black)}.tp-shop-popup-inputbox input::-moz-placeholder{font-weight:400;font-size:17px;letter-spacing:.04em;color:var(--tp-common-black)}.tp-shop-popup-inputbox input:-moz-placeholder{font-weight:400;font-size:17px;letter-spacing:.04em;color:var(--tp-common-black)}.tp-shop-popup-inputbox input:-ms-input-placeholder{font-weight:400;font-size:17px;letter-spacing:.04em;color:var(--tp-common-black)}.tp-shop-popup-inputbox input::placeholder{font-weight:400;font-size:17px;letter-spacing:.04em;color:var(--tp-common-black)}.tp-shop-popup-inputbox .tp-btn-black-square{font-size:18px;font-weight:400;padding:14px 34px;border-radius:8px;text-transform:uppercase;color:var(--tp-common-white);font-family:var(--tp-ff-onest);background-color:#4d3d30;border:2px solid transparent}.tp-shop-popup-inputbox .tp-btn-black-square:hover{background-color:transparent;border-color:var(--tp-common-black);color:var(--tp-common-black)}.subscribe-popup{position:fixed;left:0;top:0;right:0;width:100%;height:100%;z-index:1099;background-color:#00000080;visibility:hidden;opacity:0;transition:all .3s;margin:0 auto;text-align:center}.subscribe-popup.show{visibility:visible;opacity:1}.subscribe-popup .close i{position:absolute;right:20px;top:20px;font-size:20px;cursor:pointer;font-weight:400;color:var(--tp-common-black);transition:.3s}.subscribe-popup .close:hover i{transform:rotate(180deg)}@keyframes zoomInOut{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.tp-shop-section-subtitle{font-weight:500;font-size:14px;line-height:1;display:inline-block;text-transform:uppercase;color:#4d3d3099;font-family:var(--tp-ff-onest)}.tp-shop-section-title{font-weight:600;font-size:46px;line-height:1;color:#4d3d30;letter-spacing:-.02em;font-family:var(--tp-ff-onest)}.tp-shop-section-title.fs-100{font-weight:700;font-size:100px;color:#322820;text-transform:uppercase}@media only screen and (min-width:768px)and (max-width:991px){.tp-shop-section-title.fs-100{font-size:80px}}@media(max-width:767px){.tp-shop-section-title.fs-100{font-size:50px}}.tp-shop-category-bdr{border-bottom:1px solid rgba(77,61,48,.12)}.tp-shop-category-item{width:100%;padding:40px 10px;display:inline-block;border:1px solid rgba(77,61,48,.12)}.tp-shop-category-item:hover{background-color:#e8e0d4}.tp-shop-category-item:hover span{color:#4d3d30}.tp-shop-category-item i{margin-bottom:22px;display:inline-block;min-height:58px;color:#4d3d30;transition:.3s}.tp-shop-category-item span{font-weight:500;font-size:16px;line-height:1;display:block;text-align:center;transition:.3s ease-in-out;color:#4d3d3099;font-family:var(--tp-ff-onest)}.tp-shop-category-2-content{position:absolute;bottom:0;left:0;z-index:2;margin:40px;overflow:hidden}.tp-shop-category-2-content-wrap{transition:.4s;transform:translateY(28px)}.tp-shop-category-2-content span{color:#fff;font-size:14px;font-weight:500;line-height:1;font-family:var(--tp-ff-onest)}.tp-shop-category-2-title{font-size:46px;font-weight:700;line-height:1;margin-bottom:0;letter-spacing:-.46px;text-transform:uppercase;color:var(--tp-common-white);font-family:var(--tp-ff-onest)}.tp-shop-category-2-title.sm{font-size:26px}.tp-shop-category-2-item:after{position:absolute;content:"";top:0;left:0;width:100%;height:100%;transition:.3s;pointer-events:none;display:inline-block;background:#09060133}.tp-shop-category-2-item:hover .tp-shop-category-2-thumb img{transform:scale(1.1) rotate(-2deg)}.tp-shop-category-2-item:hover .tp-shop-category-2-content-wrap{transform:translateY(0)}.tp-shop-category-2-item:hover:after{opacity:1;visibility:visible}.tp-shop-category-2-thumb img{transition:.9s}.tp-shop-banner-wrap{position:relative;height:900px;overflow:hidden}@media only screen and (min-width:768px)and (max-width:991px){.tp-shop-banner-wrap{height:800px}}@media(max-width:767px){.tp-shop-banner-wrap{height:700px}}.tp-shop-banner-img{position:absolute;top:-50px;left:0;width:100%;height:100%}.tp-shop-banner-sm-img{position:absolute;height:300px;top:50%;left:0;right:0;overflow:hidden;text-align:center;transform:translateY(-50%)}.tp-shop-banner-sm-img img{margin-top:-50px}.tp-shop-instagram-item{position:relative;overflow:hidden;z-index:1}.tp-shop-instagram-item:hover:before{opacity:1;visibility:visible}.tp-shop-instagram-item:hover .tp-shop-instagram-icon{opacity:1;margin-top:0}.tp-shop-instagram-item:hover img{transform:scale(1.1)}.tp-shop-instagram-item:before{position:absolute;content:"";top:0;left:0;height:100%;width:100%;opacity:0;visibility:hidden;pointer-events:none;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:2;background-color:#0006}.tp-shop-instagram-item img{width:100%;transition:all .5s cubic-bezier(.5,1,.89,1)}.tp-shop-instagram-icon{position:absolute;left:50%;top:50%;opacity:0;cursor:pointer;margin-top:15px;z-index:3;pointer-events:none;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:all .5s cubic-bezier(.5,1,.89,1);-webkit-transition:all .5s cubic-bezier(.5,1,.89,1)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-shop-newsletter-ptb{padding-top:60px}}.tp-shop-newsletter-content{margin-top:-185px}.tp-shop-newsletter-content span{font-weight:400;font-size:30px;line-height:.87;color:#322820;margin-bottom:55px;display:inline-block;letter-spacing:-.02em;text-transform:uppercase;font-family:var(--tp-ff-onest)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-shop-newsletter-content span{margin-bottom:30px}}@media(max-width:767px){.tp-shop-newsletter-content span{font-size:25px}}.tp-shop-newsletter-content p{font-weight:400;font-size:14px;line-height:1.5;color:#322820;max-width:400px;margin:0 auto 110px;font-family:var(--tp-ff-onest)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-shop-newsletter-content p{margin-bottom:30px}}.tp-shop-newsletter-thumb .img-left{margin-left:-15px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-shop-newsletter-thumb .img-left{margin-left:0}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-shop-newsletter-thumb .img-left{margin-bottom:0}}.tp-shop-newsletter-thumb .img-1{margin-left:100px;margin-bottom:150px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-shop-newsletter-thumb .img-1{display:none}}.tp-shop-newsletter-btn{margin-bottom:200px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-shop-newsletter-btn{margin-bottom:50px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-shop-about-ptb{padding-top:0}}.tp-shop-about-thumb .img-1{margin-left:100px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-shop-about-thumb .img-1{text-align:end}}.tp-shop-about-thumb .img-2{margin-top:-60px}.tp-shop-about-thumb .img-3{margin-left:25px}@media(max-width:767px){.tp-shop-about-thumb .img-3{display:none}}.tp-shop-about-thumb .img-4{margin-right:30px}.tp-shop-about-thumb .img-5{margin-top:-75px;margin-bottom:60px}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px){.tp-shop-about-thumb .img-5{text-align:start}}@media(max-width:767px){.tp-shop-about-thumb .img-5{display:none}}.tp-shop-about-thumb .img-6{margin-right:160px}.tp-shop-about-content p{font-weight:500;font-size:40px;line-height:1.25;color:#322820;margin-bottom:50px;letter-spacing:-.02em;text-transform:uppercase;font-family:var(--tp-ff-onest)}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-shop-about-content p{font-size:37px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-shop-about-content p{font-size:35px;margin-bottom:30px}}@media only screen and (min-width:768px)and (max-width:991px){.tp-shop-about-content p{font-size:30px;margin-bottom:30px}}@media(max-width:767px){.tp-shop-about-content p{font-size:26px;margin-bottom:30px}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-shop-about-content p br{display:none}}.tp-shop-about-circle-text{margin-bottom:35px;animation:rotate2 5s linear infinite}.tp-shop-about-btn{margin-bottom:140px}@media(max-width:767px){.tp-shop-about-btn{margin-bottom:50px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-shop-feature-ptb{padding-bottom:100px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-shop-feature-ptb{padding-bottom:80px}}.tp-shop-feature-item span{display:inline-block;margin-bottom:20px}.tp-shop-feature-item h4{font-weight:600;font-size:20px;line-height:1;color:#4d3d30;margin-bottom:15px;letter-spacing:-.01em;font-family:var(--tp-ff-onest)}.tp-shop-feature-item p{font-weight:400;font-size:15px;line-height:1.6;color:#4d3d30;margin-bottom:0;font-family:var(--tp-ff-onest)}.tp-shop-feature-wrap{padding-bottom:60px;border-bottom:1px solid rgba(77,61,48,.1)}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-shop-product-banner{margin-bottom:15px}}.tp-shop-popup-logo img{width:120px;height:100%}.slick-active .tp-hero-shop-slider-subtitle,.slick-active .tp-hero-shop-slider-title,.slick-active .tp-hero-shop-btn a{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-fill-mode:both;animation-fill-mode:both}.slick-active .tp-hero-shop-slider-subtitle{-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-duration:.3s;animation-duration:.3s}.slick-active .tp-hero-shop-slider-title{-webkit-animation-delay:.5s;animation-delay:.5s;-webkit-animation-duration:.5s;animation-duration:.5s}.slick-active .tp-hero-shop-btn a{-webkit-animation-delay:.7s;animation-delay:.7s;-webkit-animation-duration:.7s;animation-duration:.7s}@media only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:576px)and (max-width:767px),(max-width:767px){.tp-product-details-wrapper{margin-top:50px}}.tp-product-details-sort-desc p{font-size:15px;line-height:1.7;color:#4d3d3099}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-product-details-sort-desc p br{display:none}}.tp-product-details-sort-desc p span{font-weight:500;color:#4d3d30}.tp-product-details-nav-main-thumb{position:relative;background-color:#ded5c9}@media(max-width:767px){.tp-product-details-nav-main-thumb{margin-bottom:20px}}.tp-product-details-thumb-wrapper .tab-content{margin-right:24px}@media(max-width:767px){.tp-product-details-thumb-wrapper .tab-content{margin-right:0}}@media only screen and (min-width:576px)and (max-width:767px){.tp-product-details-thumb-wrapper .tab-content{margin-right:15px}}.tp-product-details-thumb-wrapper .nav-tab .nav-links{padding:0;width:100px;height:120px;border-radius:0;position:relative;transition:.3s;background-color:#ded5c9;border:1px solid transparent}.tp-product-details-thumb-wrapper .nav-tab .nav-links.active{border:1px solid #453528}@media(max-width:767px){.tp-product-details-thumb-wrapper .nav-tab .nav-links{margin-right:10px;margin-bottom:10px}}.tp-product-details-thumb-wrapper .nav-tab .nav-links:not(:last-child){margin-bottom:10px}.tp-product-details-thumb-wrapper .nav-tab .nav-links:hover{border-color:#453528}.tp-product-details-thumb-wrapper .nav-tab .nav-links img{width:100%;height:100%;object-fit:cover}.tp-product-details-thumb-wrapper nav{padding-top:140px}@media only screen and (min-width:1600px)and (max-width:1700px),only screen and (min-width:1400px)and (max-width:1599px),only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-product-details-thumb-wrapper nav{padding-top:0}}.tp-product-details-category span{font-size:15px;line-height:1;color:#4d3d3099}.tp-product-details-title{font-size:32px;font-weight:600;line-height:1;color:#4d3d30;margin-bottom:15px}.tp-product-details-stock{margin-right:12px}.tp-product-details-stock span{font-size:15px;line-height:1;padding:4px 12px;display:inline-block;color:#4d3d30;background-color:#4d3d300f}.tp-product-details-rating{margin-right:11px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center}.tp-product-details-rating span{font-size:12px;color:#ffb21d}.tp-product-details-rating span:not(:last-child){margin-right:3px}.tp-product-details-price{font-size:24px;font-weight:600;color:#4d3d30;letter-spacing:-.02em}.tp-product-details-price.new-price{color:#4d3d30}.tp-product-details-price.old-price{font-weight:400;font-size:16px;color:#4d3d3099;text-decoration-line:line-through}.tp-product-details-variation{margin-bottom:30px}.tp-product-details-variation-title{font-size:15px;font-weight:400;color:#010f1c;margin-bottom:4px}.tp-product-details-variation-item:not(:last-child){margin-bottom:15px}.tp-product-details-variation-list button{display:inline-block;width:26px;height:26px;border-radius:50%;position:relative;-webkit-transition:box-shadow .2s linear;-moz-transition:box-shadow .2s linear;-ms-transition:box-shadow .2s linear;-o-transition:box-shadow .2s linear;transition:box-shadow .2s linear}.tp-product-details-variation-list button span[data-bg-color]{position:absolute;top:50%;left:50%;width:100%;height:100%;background-color:var(--tp-common-white);border-radius:50%;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.tp-product-details-variation-list button .tp-color-variation-tootltip{position:absolute;bottom:100%;left:50%;-webkit-transform:translateX(-50%) translateY(2px);-moz-transform:translateX(-50%) translateY(2px);-ms-transform:translateX(-50%) translateY(2px);-o-transform:translateX(-50%) translateY(2px);transform:translate(-50%) translateY(2px);width:max-content;background-color:var(--tp-common-black);color:var(--tp-common-white);text-align:center;font-size:12px;font-weight:500;line-height:1;padding:4px 6px;border-radius:4px;visibility:hidden;opacity:0;-webkit-transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24),-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);-moz-transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24),-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);-ms-transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24),-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);-o-transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24),-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24),-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24)}.tp-product-details-variation-list button .tp-color-variation-tootltip:before{position:absolute;content:"";bottom:-6px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%);width:0;height:0;border-top:6px solid var(--tp-common-black);border-left:6px solid transparent;border-right:6px solid transparent}.tp-product-details-variation-list button.tp-size-variation-btn{width:40px;height:40px;border-radius:0;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;border:1px solid rgba(0,0,0,.2)}.tp-product-details-variation-list button.tp-size-variation-btn:hover,.tp-product-details-variation-list button.tp-size-variation-btn.active{border-color:var(--tp-common-black);box-shadow:none;color:var(--tp-common-black)}.tp-product-details-variation-list button:hover,.tp-product-details-variation-list button.active{box-shadow:0 1px 2px #010f1c33}.tp-product-details-variation-list button:hover span[data-bg-color],.tp-product-details-variation-list button.active span[data-bg-color]{-webkit-transform:translate(-50%,-50%) scale(.7);-moz-transform:translate(-50%,-50%) scale(.7);-ms-transform:translate(-50%,-50%) scale(.7);-o-transform:translate(-50%,-50%) scale(.7);transform:translate(-50%,-50%) scale(.7)}.tp-product-details-variation-list button:hover .tp-color-variation-tootltip{visibility:visible;opacity:1;-webkit-transform:translateX(-50%) translateY(-6px);-moz-transform:translateX(-50%) translateY(-6px);-ms-transform:translateX(-50%) translateY(-6px);-o-transform:translateX(-50%) translateY(-6px);transform:translate(-50%) translateY(-6px)}.tp-product-details-action-title{font-size:16px;font-weight:400;color:#010f1c;margin-bottom:13px}.tp-product-details-quantity .tp-product-quantity{width:122px;border-radius:0;position:relative}.tp-product-details-quantity .tp-cart-plus,.tp-product-details-quantity .tp-cart-minus{width:24px;height:24px;line-height:21px;text-align:center;border-radius:50%;left:14px;top:11px;cursor:pointer;position:absolute;display:inline-block;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.tp-product-details-quantity .tp-cart-plus:hover,.tp-product-details-quantity .tp-cart-minus:hover{background-color:var(--tp-common-white);color:var(--tp-theme-primary)}.tp-product-details-quantity .tp-cart-plus{left:auto;right:14px}.tp-product-details-quantity .tp-cart-input[type=text]{height:46px;line-height:46px;border:0;padding:0 45px;border-radius:0;font-size:16px;background-color:#eae5df;color:var(--tp-common-black);text-align:center}.tp-product-details-add-to-cart-btn{font-size:15px;font-weight:500;text-align:center;padding:9px 30px;color:var(--tp-common-black);border:1px solid rgba(1,15,28,.08)}.tp-product-details-add-to-cart-btn:hover{background-color:#e8e0d4;border-color:#e8e0d4;color:#4d3d30}.tp-product-details-buy-now-btn{display:inline-block;font-size:15px;font-weight:600;padding:10px 30px;color:#f4f0ea;background-color:#4d3d30;border:1px solid transparent}.tp-product-details-buy-now-btn:hover{color:#4d3d30;border-color:#4d3d30;background-color:transparent}.tp-product-details-action-wrapper{margin-bottom:17px}.tp-product-details-action-sm{padding-bottom:9px;margin-bottom:25px;border-bottom:1px solid rgba(77,61,48,.1)}.tp-product-details-action-sm-btn{font-size:16px;margin-bottom:10px;color:#4d3d3099}.tp-product-details-action-sm-btn:not(:last-child){margin-right:10px}.tp-product-details-action-sm-btn i,.tp-product-details-action-sm-btn svg{margin-right:2px;color:#4d3d30}.tp-product-details-action-sm-btn:hover{color:var(--tp-theme-primary)}.tp-product-details-query{margin-bottom:22px}.tp-product-details-query-item:not(:last-child){margin-bottom:3px}.tp-product-details-query-item>span{font-size:15px;line-height:1.4;margin-right:6px;color:#4d3d30}.tp-product-details-query-item p{font-size:15px;margin-bottom:0;line-height:1.4;color:#4d3d3099}.tp-product-details-social{margin-bottom:22px}.tp-product-details-social span{font-size:15px;margin-right:2px;color:var(--tp-common-black)}.tp-product-details-social a{display:inline-block;width:38px;height:38px;line-height:36px;text-align:center;color:#4d3d30;border-radius:50%;border:1px solid #E6E7E8;background:var(--tp-common-white)}.tp-product-details-social a:hover{border-color:#4d3d30;background-color:#4d3d30;color:var(--tp-common-white)}.tp-product-details-msg ul li{font-size:15px;list-style:none;padding-left:25px;position:relative;color:#4d3d3099}.tp-product-details-msg ul li:after{position:absolute;content:url(../img/product/product-details-main/product-icon.html);top:4px;left:0;width:18px;height:18px;line-height:16px;text-align:center;color:var(--tp-common-white);-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear}.tp-product-details-payment{padding:18px 30px;background:#4d3d300f}.tp-product-details-payment p{font-size:16px;line-height:1;margin-bottom:0;margin-right:46px;flex:0 0 auto;color:#4d3d30}@media only screen and (min-width:992px)and (max-width:1199px){.tp-product-details-payment p{margin-right:25px}}@media(max-width:767px){.tp-product-details-payment p{margin-right:0;margin-bottom:15px}.tp-product-details-payment p br{display:none}}.tp-product-details-desc-title{font-size:34px;font-weight:700;margin-bottom:20px}@media only screen and (min-width:576px)and (max-width:767px){.tp-product-details-desc-title{font-size:30px}}@media(max-width:767px){.tp-product-details-desc-title{font-size:26px}}.tp-product-details-desc-title-2{font-size:34px;font-weight:400;margin-bottom:14px}@media only screen and (min-width:576px)and (max-width:767px),(max-width:767px){.tp-product-details-desc-title-2{font-size:25px}}.tp-product-details-desc-content{margin-bottom:25px;padding-right:45px}@media only screen and (min-width:1200px)and (max-width:1399px),only screen and (min-width:992px)and (max-width:1199px),(max-width:767px){.tp-product-details-desc-content{padding-right:0}}@media(max-width:767px){.tp-product-details-desc-content{padding-left:0}}.tp-product-details-desc-content span{font-size:20px;color:var(--tp-common-black)}.tp-product-details-desc-content p{font-size:17px;line-height:1.8;color:#55585b}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:576px)and (max-width:767px),(max-width:767px){.tp-product-details-desc-content-2{padding-right:0;padding-left:0}}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:576px)and (max-width:767px),(max-width:767px){.tp-product-details-desc-content-2.pt-75{padding-top:25px}}.tp-product-details-desc-content-2 p{font-size:16px;line-height:1.6}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:576px)and (max-width:767px),(max-width:767px){.tp-product-details-desc-thumb img{max-width:100%}}.tp-product-details-desc-list{padding-top:13px}.tp-product-details-desc-list ul li{list-style:none;font-size:16px;color:var(--tp-common-black);position:relative;padding-left:17px}.tp-product-details-desc-list ul li:not(:last-child){margin-bottom:3px}.tp-product-details-desc-list ul li:after{position:absolute;content:"";left:0;top:11px;width:4px;height:4px;background-color:#a8acb0;border-radius:50%}.tp-product-details-desc-fact-thumb img{margin-bottom:16px}.tp-product-details-desc-fact-content span{display:inline-block;font-size:50px;line-height:1.2;color:var(--tp-common-black)}@media only screen and (min-width:768px)and (max-width:991px){.tp-product-details-desc-fact-content span{font-size:35px}}@media only screen and (min-width:576px)and (max-width:767px){.tp-product-details-desc-fact-content span{font-size:30px}}@media(max-width:767px){.tp-product-details-desc-fact-content span{font-size:25px}}.tp-product-details-desc-fact-content p{font-size:22px}@media(max-width:767px){.tp-product-details-desc-fact-content p{font-size:20px}}.tp-product-details-additional-info{padding-top:60px}@media(max-width:767px){.tp-product-details-additional-info{overflow-x:scroll}}.tp-product-details-additional-info-title{font-size:24px;font-weight:400;margin-bottom:16px;display:none}.tp-product-details-additional-info.tp-table-style-2{padding-top:50px}.tp-product-details-additional-info.tp-table-style-2 .tp-product-details-additional-info-title{display:block}.tp-product-details-additional-info.tp-table-style-2 table{border:0;border-collapse:separate;border-spacing:0 7px}.tp-product-details-additional-info.tp-table-style-2 table tr{border:0}.tp-product-details-additional-info.tp-table-style-2 table tr:not(:last-child){border:0;margin-bottom:6px}.tp-product-details-additional-info.tp-table-style-2 table tr td{padding:7px 24px;border:1px solid #E6E7E8}.tp-product-details-additional-info.tp-table-style-2 table tr td:first-child{padding-left:24px;border-right:0}.tp-product-details-additional-info.tp-table-style-2 table tr td:last-child{padding-left:34px}.tp-product-details-additional-info table{width:100%;border:1px solid rgba(0,0,0,.1)}.tp-product-details-additional-info table tr:not(:last-child){border-bottom:1px solid rgba(0,0,0,.1)}.tp-product-details-additional-info table tr td{padding:12px 34px}.tp-product-details-additional-info table tr td:first-child{width:306px;font-size:16px;background-color:#eae5df;color:var(--tp-common-black)}.tp-product-details-additional-info table tr td:last-child{font-size:16px;color:var(--tp-text-body)}.tp-product-details-review-number{border:1px solid #E0E2E3;padding:35px 43px 33px 40px;background-color:#eae5df}@media(max-width:767px){.tp-product-details-review-number{padding:35px 25px 33px}}.tp-product-details-review-number-title{font-size:20px;font-weight:500;margin-bottom:14px}.tp-product-details-review-summery{margin-bottom:12px}.tp-product-details-review-summery-value span{font-size:40px;font-weight:500;color:var(--tp-common-black);margin-right:8px}.tp-product-details-review-summery-rating{margin-right:3px}.tp-product-details-review-summery-rating span{color:#ffb21d}.tp-product-details-review-summery-rating p{margin-left:4px;font-size:14px;margin-bottom:0}.tp-product-details-review-rating-item>span{color:#a0a2a4;font-size:15px;margin-right:10px}.tp-product-details-review-rating-bar{width:260px;height:10px;position:relative;margin-right:12px;background-color:var(--tp-common-white)}@media(max-width:767px){.tp-product-details-review-rating-bar{width:130px}}.tp-product-details-review-rating-bar-inner{height:100%;background-color:#ffb21d;display:inline-block;position:absolute;top:0;left:0}.tp-product-details-review-rating-percent span{font-size:14px}.tp-product-details-review-title{font-size:24px;font-weight:500;margin-bottom:22px}@media(max-width:767px){.tp-product-details-review-list{padding-right:0}}.tp-product-details-review-avater:not(:last-child){margin-bottom:32px}.tp-product-details-review-avater-thumb{flex:0 0 auto}.tp-product-details-review-avater-thumb img{width:60px;height:60px;border-radius:50%;margin-right:20px}.tp-product-details-review-avater-rating{line-height:1;margin-bottom:3px}.tp-product-details-review-avater-rating span{font-size:10px;margin-right:2px;color:#ffb21d}.tp-product-details-review-avater-title{font-size:16px;font-weight:500;margin-bottom:9px;display:inline-block}.tp-product-details-review-avater-meta{font-size:14px;position:relative;padding-left:11px;margin-left:3px}.tp-product-details-review-avater-meta:after{position:absolute;content:"";left:0;top:8px;width:4px;height:4px;border-radius:50%;background-color:#a8acb0}.tp-product-details-review-avater-comment p{font-size:14px;margin-bottom:0;line-height:1.4}@media only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:576px)and (max-width:767px),(max-width:767px){.tp-product-details-review-form{margin-top:50px}}.tp-product-details-review-form>p{font-size:16px;margin-bottom:8px}.tp-product-details-review-form-title{font-size:24px;font-weight:500;margin-bottom:4px}.tp-product-details-review-form-rating{margin-bottom:28px}.tp-product-details-review-form-rating p{margin-bottom:0;font-size:14px;margin-right:8px}.tp-product-details-review-form-rating-icon span{font-size:12px;color:#ffb21d}.tp-product-details-review-input-wrapper{margin-bottom:11px}.tp-product-details-review-input-box{position:relative;margin-bottom:29px}.tp-product-details-review-input label{font-size:16px;font-weight:500;color:#111013;line-height:1;margin-bottom:12px}.tp-product-details-review-input input,.tp-product-details-review-input textarea{border-radius:0;border-color:#e0e2e3;background:#eae5df}.tp-product-details-review-input input:focus,.tp-product-details-review-input textarea:focus{background:transparent;border-color:#4d3d30}.tp-product-details-review-input textarea{resize:none;height:160px}.tp-product-details-review-input-title label{font-size:16px;font-weight:500;color:#111013;line-height:1;margin-bottom:12px}.tp-product-details-review-remeber input{display:none}.tp-product-details-review-remeber input:checked~label:after{background-color:var(--tp-common-black);border-color:var(--tp-common-black)}.tp-product-details-review-remeber input:checked~label:before{visibility:visible;opacity:1}.tp-product-details-review-remeber label{font-size:15px;color:#55585b;position:relative;padding-left:26px;z-index:1}.tp-product-details-review-remeber label:after{position:absolute;content:"";top:4px;left:0;width:18px;height:18px;line-height:16px;text-align:center;border:1px solid #C3C7C9;z-index:-1;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.tp-product-details-review-remeber label:before{position:absolute;content:url(../img/product/product-details-main/check.html);top:4px;left:0;width:18px;height:18px;line-height:16px;text-align:center;visibility:hidden;opacity:0;color:var(--tp-common-white);-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.tp-product-details-review-remeber label a:hover{color:var(--tp-theme-primary)}.tp-product-details-review-remeber label:hover{cursor:pointer}.tp-product-details-review-btn{font-size:16px;font-weight:500;padding:9px 45px;color:var(--tp-common-white);border:1px solid rgba(1,15,28,.08);background-color:#4d3d30}.tp-product-details-review-btn:hover{color:var(--tp-common-white);background-color:var(--tp-common-black)}.tp-product-details-bottom{border-bottom:1px solid #E0E2E3}.tp-product-details-tab-nav .nav-tabs{padding-bottom:12px;border-bottom:1px solid #E0E2E3}@media(max-width:767px){.tp-product-details-tab-nav .nav-tabs{padding-bottom:0}}.tp-product-details-tab-nav .nav-tabs .nav-link{font-size:20px;color:#0009;border:none;padding:0 7px 0 9px;position:relative;background-color:transparent}.tp-product-details-tab-nav .nav-tabs .nav-link:not(:first-child){margin-left:40px}.tp-product-details-tab-nav .nav-tabs .nav-link.active,.tp-product-details-tab-nav .nav-tabs .nav-link:hover{color:var(--tp-common-black)}.tp-product-details-tab-nav .nav-tabs .nav-link.active:after,.tp-product-details-tab-nav .nav-tabs .nav-link:hover:after{width:100%;left:0;right:auto}@media(max-width:767px){.tp-product-details-tab-nav .nav-tabs .nav-link:after{position:absolute;content:"";left:auto;right:0;bottom:-1px;width:0%;height:2px;background-color:var(--tp-common-black);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}}@media(max-width:767px){.tp-product-details-tab-nav .nav-tabs span#productTabMarker{display:none!important}}.tp-product-details-tab-line{bottom:0;height:1px;position:absolute;background-color:var(--tp-common-black);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;display:block}.tp-product-details-views{margin-bottom:10px}.tp-product-details-views>span{color:var(--tp-common-black);font-size:16px;margin-right:8px}.tp-product-details-views p{font-size:16px;margin-bottom:0}.tp-product-details-views p span{color:var(--tp-common-black);font-weight:500}.tp-product-details-stock-bar p{font-size:15px;margin-bottom:5px}.tp-product-details-stock-bar p span{font-weight:500;color:var(--tp-common-black)}.tp-product-details-stock-bar-line{height:4px;position:relative}.tp-product-details-stock-bar-line-inner{position:absolute;top:0;left:0;background-color:var(--tp-theme-primary);height:100%;display:inline-block}.tp-product-details-wishlist-btn{width:46px;height:46px;line-height:46px;text-align:center;display:inline-block;background-color:var(--tp-common-white);box-shadow:0 1px 3px #010f1c1a}.tp-product-details-wishlist-btn:hover{background-color:var(--tp-common-black);color:var(--tp-common-white)}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-product-ptb{padding-top:150px}}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px){.tp-product-cats{padding-bottom:20px}}.tp-product-cats a{font-size:15px;font-weight:500;padding:6px 20px;margin-right:5px;margin-bottom:20px;border-radius:30px;color:#4d3d30;display:inline-block;text-transform:uppercase;border:1px solid #4D3D30;font-family:var(--tp-ff-onest)}.tp-product-cats a.active,.tp-product-cats a:hover{background:#4d3d30;border-color:#4d3d30;color:var(--tp-common-white)}.tp-product-filter-select .custom-select{width:225px;border-radius:60px;border:1px solid #4D3D30}.tp-product-filter-select .custom-select .selected{font-size:15px;font-weight:500;color:#4d3d30;padding:8px 20px 7px;text-transform:uppercase;background-color:transparent;font-family:var(--tp-ff-onest)}.tp-product-related-title{color:#4d3d30;font-size:24px;font-weight:600;letter-spacing:-.24px;text-transform:uppercase;font-family:var(--tp-ff-onest)}.tp-product-item:hover .tp-product-item-thumb img{transform:scale(1.2) rotate(-2deg)}.tp-product-item:hover .tp-product-item-btn{opacity:1;visibility:visible}.tp-product-item:hover .tp-product-item-btn .tp-action-btn{transform:translateY(0);transition-delay:0ms;transition-duration:.5s}.tp-product-item:hover .tp-product-quick-view-wrapper{opacity:1;visibility:visible}.tp-product-item:hover .tp-product-quick-view-wrapper .tp-quick-view-btn{transform:translate(0);transition-delay:0ms;transition-duration:.5s}.tp-product-item-thumb{position:relative;overflow:hidden;margin-bottom:16px}.tp-product-item-thumb img{width:100%;transition:.9s}.tp-product-item-btn{position:absolute;left:0;right:0;bottom:10px;opacity:0;margin:0 10px;visibility:hidden;transition:.4s;overflow:hidden}.tp-product-item-title{padding-right:30px}.tp-product-item-title,.tp-product-item-price{font-size:20px;font-weight:400;color:#4d3d30;letter-spacing:-.4px;font-family:var(--tp-ff-onest)}@media(max-width:767px){.tp-product-item-title,.tp-product-item-price{font-size:18px}}.tp-product-quick-view-wrapper{position:absolute;inset:20px 20px auto auto;z-index:1;overflow:hidden;transition:.4s;visibility:hidden;opacity:0}.tp-product-instagram-heading p{font-size:16px;color:#4d3d30;letter-spacing:-.32px}.tp-product-testimonial-title{color:#4d3d30;font-size:24px;font-weight:600;letter-spacing:-.24px;font-family:var(--tp-ff-onest)}.tp-product-testimonial-item{border-radius:0;box-shadow:none;padding:40px 35px;background:#ede6dd}.tp-product-testimonial-item .app-testimonial-item-star{margin-bottom:25px}.tp-product-testimonial-item .app-testimonial-item-content{margin-bottom:70px}.tp-product-testimonial-item .app-testimonial-item-content p{font-size:20px;color:#4d3d30;letter-spacing:-.2px;font-family:var(--tp-ff-onest)}.tp-product-testimonial-user{padding:4px 25px 4px 4px;display:inline-flex;border-radius:30px;align-items:center;border:1px solid rgba(77,61,48,.1)}.tp-product-testimonial-user-thumb{margin-right:10px}.tp-product-testimonial-user-thumb img{width:34px;border-radius:50%}.tp-product-testimonial-user-name{font-size:15px;font-weight:500;margin:0;color:#4d3d30;letter-spacing:-.15px}.modal .modal-dialog{width:100%;max-width:100%;margin-top:0;margin-bottom:0}.modal-wrapper{position:relative;z-index:999999999}.modal{overflow-y:scroll;overflow-x:hidden;--bs-modal-border-width: 0;--bs-modal-border-radius: 0}.btn-close{position:absolute;top:35px;right:35px;z-index:99999999999;padding:0;margin:0;height:50px;width:50px;border-radius:50%;color:var(--tp-common-black);background-color:#fff!important;border:1px solid rgba(25,25,26,.2);opacity:1;transition:.3s}.btn-close:hover{border-color:var(--tp-common-black)!important;transform:rotate(180deg)}.btn-close:focus{outline:0;box-shadow:none;opacity:1}.modal-body{padding:0}.modal-header{padding:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0}.tp-product-modal .modal-dialog{width:1200px}.tp-product-modal .modal-content{padding:50px}@media(max-width:767px){.tp-product-modal .modal-content{padding:30px}}.tp-product-modal .tp-product-modal-close-btn{position:absolute;right:30px;top:30px;font-size:20px}@media(max-width:767px){.tp-product-modal .tp-product-modal-close-btn{top:6px;right:20px}}.tp-product-modal .tp-product-details-thumb-wrapper nav{padding-top:0}.tp-product-modal .tp-product-details-wrapper{flex:0 0 auto;margin-left:40px}@media(max-width:767px){.tp-product-modal .tp-product-details-wrapper{margin-left:0}}.tp-product-modal .tp-product-details-wrapper .tp-product-details-action-sm{padding-bottom:0;margin-bottom:0;border:none}.tp-login-wrapper{padding:50px 74px 70px;background-color:#fff}@media(max-width:767px){.tp-login-wrapper{padding-left:20px;padding-right:20px}}.tp-login-title{font-weight:500;font-size:30px;margin-bottom:4px;font-family:var(--tp-ff-onest)}.tp-login-top p{font-size:16px;font-weight:400;color:#49535b}.tp-login-top p a{position:relative;display:inline-block;color:var(--tp-common-black)}.tp-login-top p a:after{position:absolute;content:"";left:auto;right:0;bottom:4px;width:0%;height:1px;background-color:var(--tp-common-black);transition:.3s}.tp-login-top p a:hover:after{left:0;right:auto;width:100%}.tp-login-option-item{margin-bottom:10px}.tp-login-option-item:not(:last-child){margin-right:10px}.tp-login-option-item.has-google a{width:220px}.tp-login-option-item.has-google a img{margin-right:7px}.tp-login-option-item a{font-size:16px;color:#041226;width:98px;height:56px;line-height:54px;text-align:center;border-radius:8px;display:inline-block;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(198,198,198,.4)}.tp-login-option-item a img{-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px);transform:translateY(-2px)}.tp-login-option-item a img.apple{-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px);transform:translateY(-3px)}.tp-login-option-item a:hover{border-color:#4d3d3033}.tp-login-mail{position:relative;z-index:1}.tp-login-mail p{font-size:15px;color:#55585b;margin-bottom:0;padding:0 20px;position:relative;display:inline-block;background-color:#fff}.tp-login-mail p a,.tp-login-mail p a:hover{color:var(--tp-common-black)}.tp-login-mail:after{position:absolute;content:"";left:0;right:0;bottom:12px;width:100%;height:1px;z-index:-1;transition:.3s;background-color:#c6c6c6}.tp-login-input-wrapper{margin-bottom:20px}.tp-login-input-box{position:relative}.tp-login-input-box:not(:last-child){margin-bottom:15px}.tp-login-input input{font-size:14px;border:1px solid transparent;color:var(--tp-common-black);background-color:#f4f0ea}.tp-login-input input::placeholder{color:#0006}.tp-login-input input:focus{background-color:transparent}.tp-login-input-title label{font-size:16px;padding:0 5px;line-height:1;font-weight:500;margin-bottom:10px;color:var(--tp-common-black)}.tp-login-input-eye{position:absolute;right:26px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.tp-login-input-eye .open-eye{display:none}.tp-login-input-eye span{transition:.3s}.tp-login-input-eye:hover{cursor:pointer}.tp-login-input-eye:hover span{color:var(--tp-common-black)}.tp-login-remeber input{display:none}.tp-login-remeber input:checked~label:after{border-color:#4d3d30;background-color:#4d3d30}.tp-login-remeber input:checked~label:before{visibility:visible;opacity:1}.tp-login-remeber label{font-size:15px;position:relative;padding-left:26px;z-index:1;color:var(--tp-common-black)}.tp-login-remeber label:after{position:absolute;content:"";top:4px;left:0;width:18px;height:18px;line-height:16px;text-align:center;border:1px solid #C3C7C9;z-index:-1;transition:.3s}.tp-login-remeber label:before{position:absolute;content:url(../img/login/check.html);top:4px;left:0;width:18px;height:18px;line-height:16px;text-align:center;visibility:hidden;opacity:0;color:var(--tp-common-white);transition:.3s}.tp-login-remeber label a:hover{color:var(--tp-theme-primary)}.tp-login-remeber label:hover{cursor:pointer}.tp-login-forgot a{font-weight:400;font-size:15px;color:var(--tp-common-black);position:relative;display:inline-block}.tp-login-forgot a:after{position:absolute;content:"";left:auto;right:0;bottom:4px;width:0%;height:1px;background-color:var(--tp-common-black);transition:.3s}.tp-login-forgot a:hover:after{left:0;right:auto;width:100%}.tp-login-btn{font-size:16px;font-weight:500;padding:14px 30px;text-align:center;border-radius:8px;display:inline-block;color:var(--tp-common-white);border:1px solid #4d3d30;background-color:#4d3d30}.tp-login-btn:hover{color:#4d3d30;background-color:#fff}.tp-checkout-verify-item{margin-bottom:40px}.tp-checkout-verify-item:not(:last-child){margin-bottom:14px}.tp-checkout-verify-reveal{width:100%;font-size:14px;margin-bottom:0;padding:8px 26px;display:inline-block;border:1px dashed #AAB0B2;color:var(--tp-common-black)}.tp-checkout-verify-reveal button{position:relative;color:var(--tp-common-black)}.tp-checkout-verify-reveal button:after{position:absolute;content:"";left:0;bottom:4px;width:100%;height:1px;background-color:var(--tp-common-black)}.tp-checkout-btn{font-size:16px;font-weight:500;height:50px;padding:0 30px;line-height:50px;text-align:center;border-radius:8px;display:inline-block;color:var(--tp-common-white);background-color:#4d3d30;border:1px solid transparent}.tp-checkout-btn.btn-plr{padding:0 150px;border-radius:0}@media(max-width:767px){.tp-checkout-btn.btn-plr{padding:0 100px}}.tp-checkout-btn.border-style{font-weight:500;font-size:15px;color:#4d3d30;border-radius:0;text-transform:capitalize;background-color:transparent;border:1px solid rgba(77,61,48,.12)}.tp-checkout-btn.border-style span{margin-left:7px;transform:translateY(-1px);display:inline-block}.tp-checkout-btn.border-style:hover{color:var(--tp-common-white);background-color:#4d3d30;border-color:#4d3d30}.tp-checkout-btn:hover{border-color:#4d3d30;color:var(--tp-common-black);background-color:transparent}.tp-checkout-input{margin-bottom:20px}.tp-checkout-input label{font-size:16px;font-weight:500;margin-bottom:12px;color:var(--tp-common-black)}.tp-checkout-input label span{color:red}.tp-checkout-input input,.tp-checkout-input textarea{width:100%;padding:0 26px;line-height:56px;font-size:14px;text-transform:capitalize;border:1px solid transparent;color:var(--tp-common-black);background:#f4f0ea}.tp-checkout-input input::placeholder,.tp-checkout-input textarea::placeholder{font-size:14px;line-height:56px;text-transform:capitalize;color:#0006}.tp-checkout-input input:focus,.tp-checkout-input textarea:focus{background:transparent;border-color:var(--tp-common-black)}.tp-checkout-input textarea{height:200px;resize:none}.tp-checkout-input .custom-select{height:60px;border:1px solid transparent;color:var(--tp-common-black);padding:6px 12px 0;width:100%;border-radius:8px;background:#f4f0ea}.tp-checkout-input .custom-select .selected{background:#f4f0ea}.tp-checkout-option{margin-bottom:4px}.tp-checkout-option-wrapper{margin-top:10px;margin-bottom:17px}.tp-checkout-option input{display:none}.tp-checkout-option input:checked~label:after{background-color:#4d3d30;border-color:#4d3d30}.tp-checkout-option input:checked~label:before{visibility:visible;opacity:1}.tp-checkout-option label{font-size:15px;color:#55585b;position:relative;padding-left:26px;z-index:1}.tp-checkout-option label:after{position:absolute;content:"";top:4px;left:0;width:18px;height:18px;line-height:16px;text-align:center;border:1px solid #C3C7C9;z-index:-1;transition:all .4s ease}.tp-checkout-option label:before{position:absolute;content:url(../img/login/check.html);top:4px;left:0;width:18px;height:18px;line-height:16px;text-align:center;visibility:hidden;opacity:0;color:var(--tp-common-white);transition:all .4s ease}.tp-checkout-option label a:hover{color:var(--tp-common-black)}.tp-checkout-option label:hover{cursor:pointer}.tp-checkout-bill-area{padding:45px 40px 24px;background-color:var(--tp-common-white)}@media(max-width:767px){.tp-checkout-bill-area{padding:45px 25px 24px}}.tp-checkout-bill-title{font-weight:600;font-size:26px;margin-bottom:35px}.tp-checkout-place{padding:44px 50px 50px;background:var(--tp-common-white)}@media only screen and (min-width:992px)and (max-width:1199px){.tp-checkout-place{padding:35px 30px}}@media only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:576px)and (max-width:767px),(max-width:767px){.tp-checkout-place{margin-top:50px}}@media(max-width:767px){.tp-checkout-place{padding:45px 25px 24px}}.tp-checkout-place-title{font-size:26px;font-weight:600;margin-right:37px;margin-bottom:30px}.tp-checkout-payment{padding-bottom:26px;margin-bottom:24px;border-bottom:1px solid #E0E2E3}.tp-checkout-payment-item:not(:last-child){margin-bottom:10px}.tp-checkout-payment-item.paypal-payment label{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;flex-wrap:wrap}.tp-checkout-payment-item input{display:none}.tp-checkout-payment-item input:checked~label:after{border-color:#4d3d30}.tp-checkout-payment-item input:checked~label:before{opacity:1;visibility:visible}.tp-checkout-payment-item label{font-size:14px;position:relative;padding-left:27px;font-weight:500;color:var(--tp-common-black)}.tp-checkout-payment-item label:hover{cursor:pointer}.tp-checkout-payment-item label:after{position:absolute;content:"";left:0;top:5px;width:16px;height:16px;border-radius:50%;border:1px solid #BCBCBC;transition:all .4s ease}.tp-checkout-payment-item label:before{position:absolute;content:"";left:3px;top:8px;width:10px;height:10px;border-radius:50%;background-color:#4d3d30;visibility:hidden;opacity:0;transition:all .4s ease}.tp-checkout-payment-item label img{margin-left:14px;-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px);transform:translateY(-2px)}.tp-checkout-payment-item label a{margin-left:20px;position:relative}.tp-checkout-payment-item label a:after{position:absolute;content:"";left:0;bottom:3px;width:100%;height:1px;background-color:var(--tp-common-black)}.tp-checkout-payment-desc{position:relative;padding-top:10px;display:none}.tp-checkout-payment-desc:after{position:absolute;content:"";left:57px;top:0;width:16px;height:16px;background-color:#f6f7f9;-webkit-transform:translateY(3px) rotate(45deg);-moz-transform:translateY(3px) rotate(45deg);-ms-transform:translateY(3px) rotate(45deg);-o-transform:translateY(3px) rotate(45deg);transform:translateY(3px) rotate(45deg)}.tp-checkout-payment-desc p{font-size:14px;color:#55585b;margin-bottom:0;margin-left:27px;line-height:1.57;padding:19px 30px;background-color:#f6f7f9}.tp-checkout-agree{margin-bottom:24px}.tp-return-customer{display:none;margin-top:14px;padding:40px;background-color:var(--tp-common-white)}.tp-return-customer-input{margin-bottom:20px}.tp-return-customer-input label{font-size:16px;font-weight:500;margin-bottom:12px;color:var(--tp-common-black)}.tp-return-customer-input label span{color:red}.tp-return-customer-input input,.tp-return-customer-input textarea{width:100%;padding:0 26px;line-height:56px;font-size:14px;text-transform:capitalize;border:1px solid transparent;color:var(--tp-common-black);background:#f4f0ea}.tp-return-customer-input input::placeholder,.tp-return-customer-input textarea::placeholder{font-size:14px;line-height:56px;text-transform:capitalize;color:#0006}.tp-return-customer-input input:focus,.tp-return-customer-input textarea:focus{background:transparent;border-color:var(--tp-common-black)}.tp-return-customer-remeber input{display:none}.tp-return-customer-remeber input:checked~label:after{border-color:var(--tp-common-black);background-color:var(--tp-common-black)}.tp-return-customer-remeber input:checked~label:before{opacity:1;visibility:visible}.tp-return-customer-remeber label{font-size:15px;color:#55585b;position:relative;padding-left:26px;z-index:1}.tp-return-customer-remeber label:after{position:absolute;content:"";top:4px;left:0;width:18px;height:18px;line-height:16px;text-align:center;border:1px solid #C3C7C9;z-index:-1;transition:all .4s ease}.tp-return-customer-remeber label:before{position:absolute;content:url(../img/login/check.html);top:4px;left:0;width:18px;height:18px;line-height:16px;text-align:center;visibility:hidden;opacity:0;color:var(--tp-common-white);transition:all .4s ease}.tp-return-customer-remeber label a:hover{color:var(--tp-common-black)}.tp-return-customer-remeber label:hover{cursor:pointer}.tp-return-customer-forgot a{font-weight:400;font-size:15px;color:var(--tp-common-black);position:relative;display:inline-block}.tp-return-customer-forgot a:after{position:absolute;content:url(../img/login/check.html);left:auto;right:0;bottom:4px;width:0%;height:1px;background-color:var(--tp-common-black);transition:all .4s ease}.tp-return-customer-forgot a:hover:after{left:0;right:auto;width:100%}.tp-order-details{padding:70px 100px 55px}@media only screen and (min-width:1200px)and (max-width:1399px){.tp-order-details{padding:70px 70px 55px}}@media only screen and (min-width:992px)and (max-width:1199px){.tp-order-details{padding:70px 30px 55px}}@media only screen and (min-width:576px)and (max-width:767px){.tp-order-details{padding:70px 50px 55px}}@media(max-width:767px){.tp-order-details{padding:40px 30px 45px}}.tp-order-details-icon{margin-bottom:22px}.tp-order-details-icon span{display:inline-block;width:120px;height:120px;line-height:118px;text-align:center;font-size:55px;color:var(--tp-common-white);border-bottom:1px solid #E0E2E3;border-radius:50%}.tp-order-details-icon span svg{transform:translateY(-1px)}.tp-order-details-title{font-size:30px;font-weight:600;color:var(--tp-common-white);margin-bottom:7px}.tp-order-details-content p{font-size:16px;color:var(--tp-common-white);line-height:1.38}.tp-order-details-item{margin-bottom:38px}.tp-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .tp-order-details-item{padding-left:40px}@media(max-width:767px){.tp-order-details-item-wrapper .row [class*=col-]:nth-child(2n) .tp-order-details-item{padding-left:0}}.tp-order-details-item h4{font-size:18px;color:var(--tp-common-white);margin-bottom:0;font-weight:400}.tp-order-details-item p{font-weight:700;font-size:18px;color:var(--tp-common-white);margin-bottom:0}.tp-order-info-wrapper{padding:42px 50px}@media only screen and (min-width:992px)and (max-width:1199px){.tp-order-info-wrapper{padding:42px 40px}}@media(max-width:767px){.tp-order-info-wrapper{padding:42px 30px}}.tp-order-info-title{font-size:26px;font-weight:600;margin-bottom:40px}.tp-order-info-list ul li{list-style:none;padding:15px 0;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;justify-content:space-between}.tp-order-info-list ul li:not(:last-child){border-bottom:1px solid #E0E2E3}.tp-order-info-list ul li span{font-size:15px;color:var(--tp-common-black)}.tp-order-info-list ul li.tp-order-info-list-header{padding-top:0;padding-bottom:12px}.tp-order-info-list ul li.tp-order-info-list-header h4{font-size:16px;font-weight:500;margin-bottom:0}.tp-order-info-list ul li.tp-order-info-list-desc p{font-size:15px;margin-bottom:0}.tp-order-info-list ul li.tp-order-info-list-desc p span{font-size:15px;font-weight:500}.tp-order-info-list ul li.tp-order-info-list-subtotal span:last-child{color:var(--tp-common-black)}.tp-order-info-list ul li.tp-order-info-list-shipping span input{display:none}.tp-order-info-list ul li.tp-order-info-list-shipping span input:checked~label:after{border-color:#4d3d30}.tp-order-info-list ul li.tp-order-info-list-shipping span input:checked~label:before{opacity:1;visibility:visible}.tp-order-info-list ul li.tp-order-info-list-shipping span label{font-size:14px;position:relative;padding-right:27px}.tp-order-info-list ul li.tp-order-info-list-shipping span label span{color:var(--tp-common-black)}.tp-order-info-list ul li.tp-order-info-list-shipping span label:hover{cursor:pointer}.tp-order-info-list ul li.tp-order-info-list-shipping span label:after{position:absolute;content:"";right:0;top:5px;width:16px;height:16px;border-radius:50%;border:1px solid #BCBCBC;transition:all .4s ease}.tp-order-info-list ul li.tp-order-info-list-shipping span label:before{position:absolute;content:"";right:4px;top:9px;width:8px;height:8px;border-radius:50%;background-color:#4d3d30;visibility:hidden;opacity:0;transition:all .4s ease}.tp-order-info-list ul li.tp-order-info-list-total{padding:14px 0}.tp-order-info-list ul li.tp-order-info-list-total span{font-size:16px;font-weight:500}.tp-order-inner{background-color:var(--tp-common-white);box-shadow:0 30px 70px #010f1c1a}.tp-cart-header-product{padding-left:30px!important}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:576px)and (max-width:767px),(max-width:767px){.tp-cart-list{overflow-x:scroll}}@media only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:576px)and (max-width:767px),(max-width:767px){.tp-cart-list{overflow-x:scroll;margin-right:0}}.tp-cart-list .table>:not(caption)>*>*{padding:20px 0;box-shadow:none;vertical-align:middle}@media only screen and (min-width:992px)and (max-width:1199px),only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:576px)and (max-width:767px),(max-width:767px){.tp-cart-list table{width:840px}}.tp-cart-list thead{background-color:#eae5df}.tp-cart-list thead th{font-weight:500;font-size:14px;color:var(--tp-common-black);border:0!important;padding-top:9px!important;padding-bottom:9px!important;background:transparent}.tp-cart-list tr td{border-color:#e0e2e3}.tp-cart-list tr td .tp-cart-action-btn{font-weight:400;font-size:14px;color:#818487}.tp-cart-list tr td .tp-cart-action-btn svg{transform:translateY(-1px)}.tp-cart-list tr td .tp-cart-action-btn:hover{color:#ff1826}.tp-cart-list tr td.tp-cart-add-to-cart .tp-btn{border-radius:0}.tp-cart-list tbody tr:first-child td{padding-top:30px!important}.tp-cart-img{width:78px;margin-right:20px}.tp-cart-img img{width:78px;height:100px;object-fit:cover}.tp-cart-title a{margin-left:20px;font-weight:400;font-size:16px;color:var(--tp-common-black)}.tp-cart-title a:hover{color:var(--tp-common-black)}.tp-cart-price{width:126px}.tp-cart-price span{font-size:16px;color:var(--tp-common-black)}.tp-cart-quantity{width:180px}@media only screen and (min-width:576px)and (max-width:767px),(max-width:767px){.tp-cart-coupon{margin-bottom:20px}}.tp-cart-coupon-input-box label{font-size:14px;color:var(--tp-common-black);margin-bottom:7px}.tp-cart-coupon-input input{background:#eae5df;margin-right:4px;max-width:282px;font-size:14px;padding-left:26px;padding-right:26px;border-radius:0;color:var(--tp-common-black);border:1px solid transparent;text-transform:capitalize}.tp-cart-coupon-input input::-webkit-input-placeholder{font-size:14px;text-transform:capitalize;color:#0006}.tp-cart-coupon-input input::-moz-placeholder{font-size:14px;text-transform:capitalize;color:#0006}.tp-cart-coupon-input input:-moz-placeholder{font-size:14px;text-transform:capitalize;color:#0006}.tp-cart-coupon-input input:-ms-input-placeholder{font-size:14px;text-transform:capitalize;color:#0006}.tp-cart-coupon-input input::placeholder{font-size:14px;text-transform:capitalize;color:#0006}.tp-cart-coupon-input input:focus{border-color:#4d3d30;background-color:transparent}.tp-cart-coupon-input button{font-size:16px;font-weight:500;padding:17px 30px;color:var(--tp-common-white);background-color:#4d3d30}.tp-cart-coupon-input button:hover{color:var(--tp-common-white);background-color:var(--tp-common-black)}.tp-cart-update-btn{font-size:16px;font-weight:500;padding:16px 29px;color:var(--tp-common-black);background-color:var(--tp-common-white);border:1px solid rgba(1,15,28,.1)}.tp-cart-update-btn:hover{background-color:#4d3d30;color:var(--tp-common-white);border-color:var(--tp-common-black)}.tp-cart-checkout-wrapper{margin-left:-24px;padding:36px 24px 28px;background:var(--tp-common-white);box-shadow:0 30px 70px #010f1c1a}@media only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:576px)and (max-width:767px),(max-width:767px){.tp-cart-checkout-wrapper{margin-top:50px;margin-left:0}}.tp-cart-checkout-top{padding-bottom:13px;margin-bottom:19px;border-bottom:1px solid #E0E2E3}.tp-cart-checkout-top span{font-size:20px;color:var(--tp-common-black);font-weight:500}.tp-cart-checkout-shipping{padding-bottom:16px;border-bottom:1px solid #E0E2E3;margin-bottom:15px}.tp-cart-checkout-shipping-title{font-weight:500;font-size:15px;margin-bottom:7px}.tp-cart-checkout-shipping-option:not(:last-child){margin-bottom:4px}.tp-cart-checkout-shipping-option input{display:none}.tp-cart-checkout-shipping-option input:checked+label:after{border-color:var(--tp-common-black)}.tp-cart-checkout-shipping-option input:checked+label:before{opacity:1;visibility:visible}.tp-cart-checkout-shipping-option label{font-weight:400;font-size:14px;color:#161c2d;position:relative;padding-left:25px}.tp-cart-checkout-shipping-option label:hover{cursor:pointer}.tp-cart-checkout-shipping-option label span{color:var(--tp-common-black)}.tp-cart-checkout-shipping-option label:after{position:absolute;content:"";left:0;top:5px;width:16px;height:16px;border-radius:50%;border:1px solid #BCBCBC;transition:all .4s ease}.tp-cart-checkout-shipping-option label:before{position:absolute;content:"";left:4px;top:9px;width:8px;height:8px;border-radius:50%;background-color:var(--tp-common-black);visibility:hidden;opacity:0;transition:all .4s ease}.tp-cart-checkout-total{margin-bottom:25px}.tp-cart-checkout-total span{font-weight:500;font-size:18px;color:var(--tp-common-black)}.tp-cart-checkout-btn{font-size:16px;font-weight:500;padding:10px 30px;text-align:center;display:inline-block;color:var(--tp-common-white);background-color:#4d3d30}.tp-cart-checkout-btn:hover{background-color:var(--tp-common-black);color:var(--tp-common-white)}.cartmini__area{position:fixed;right:0;top:0;width:320px;height:100%;-webkit-transform:translateX(calc(100% + 80px));-moz-transform:translateX(calc(100% + 80px));-ms-transform:translateX(calc(100% + 80px));-o-transform:translateX(calc(100% + 80px));transform:translate(calc(100% + 80px));background:var(--tp-common-white) none repeat scroll 0 0;z-index:99999;scrollbar-width:none;transition:.3s}.cartmini__area::-webkit-scrollbar{display:none}.cartmini__area.cartmini-opened{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translate(0)}.cartmini__wrapper{position:relative;min-height:100%;padding-left:25px;padding-right:25px}.cartmini__top-title{padding:20px 0;border-bottom:1px solid #E0E2E3}.cartmini__top-title h4{font-size:18px;font-weight:600;margin-bottom:0;text-transform:capitalize}.cartmini__close{position:absolute;top:17px;right:0}.cartmini__close-btn{background:transparent;color:var(--tp-common-black);font-size:22px}.cartmini__close-btn:hover{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.cartmini__shipping{padding:15px 0;border-bottom:1px solid #E0E2E3}.cartmini__shipping .progress{height:10px;border-radius:0}.cartmini__shipping .progress-bar{background-color:#ffaf1b}.cartmini__shipping p{margin-bottom:5px;font-size:16px}.cartmini__shipping p span{color:red;font-weight:600}.cartmini__widget{height:calc(100vh - 380px);overflow-y:scroll;overscroll-behavior-y:contain;scrollbar-width:none}.cartmini__widget::-webkit-scrollbar{display:none}.cartmini__widget-item{position:relative;display:flex;padding:20px 0;border-bottom:1px solid rgba(129,129,129,.2)}.cartmini__widget-item:last-child{border-bottom:0}.cartmini__thumb{border:1px solid #E0E2E3;margin-right:15px}.cartmini__thumb img{width:70px;height:auto}.cartmini__title{font-size:15px;margin-bottom:4px;font-weight:500}.cartmini__title a{display:inline;transition:all .3s linear;background-repeat:no-repeat;background-size:0% 1px,0 1px;background-position:100% 100%,0 100%;background-image:linear-gradient(currentcolor,currentcolor),linear-gradient(currentcolor,currentcolor)}.cartmini__title a:hover{color:#4d3d30;background-size:0% 1px,100% 1px}.cartmini__content{padding-right:15px}.cartmini__content .tp-product-quantity{width:75px;padding:0}.cartmini__content .tp-product-quantity .tp-cart-input[type=text]{height:30px;text-align:center;font-size:13px;border:1px solid #E0E2E3;background-color:var(--tp-common-white);padding:0}.cartmini__content .tp-product-quantity .tp-cart-plus,.cartmini__content .tp-product-quantity .tp-cart-minus{width:20px;height:30px;line-height:30px;display:inline-block;text-align:center;font-size:13px;left:3px}.cartmini__content .tp-product-quantity .tp-cart-plus svg,.cartmini__content .tp-product-quantity .tp-cart-minus svg{-webkit-transform:translateY(-1px);-moz-transform:translateY(-1px);-ms-transform:translateY(-1px);-o-transform:translateY(-1px);transform:translateY(-1px);width:10px}.cartmini__content .tp-product-quantity .tp-cart-plus:after,.cartmini__content .tp-product-quantity .tp-cart-minus:after{display:none}.cartmini__content .tp-product-quantity .tp-cart-plus{left:auto;right:3px}.cartmini__del{position:absolute;top:15px;right:0;width:25px;height:25px;line-height:25px;text-align:center;color:var(--tp-common-black);font-size:14px}.cartmini__del:hover{color:#4d3d30}.cartmini__checkout{padding-top:15px;padding-bottom:85px;width:100%;border-top:2px solid #E0E2E3}.cartmini__checkout-title h4{font-size:15px;display:inline-block;font-weight:500;margin-bottom:0;text-transform:capitalize}.cartmini__checkout-title span{float:right;font-size:15px;color:var(--tp-common-black);font-weight:500}.cartmini__price{font-size:14px;font-weight:500;color:var(--tp-common-black)}.cartmini__quantity{font-size:12px;font-weight:500}.cartmini__empty{margin-top:150px}.cartmini__empty img{margin-bottom:30px}.cartmini__empty p{font-size:16px;color:var(--tp-common-black);margin-bottom:15px}@media only screen and (min-width:768px)and (max-width:991px),(max-width:767px),only screen and (min-width:576px)and (max-width:767px){.profile__tab{margin-right:0;margin-bottom:50px}}.profile__tab nav .nav-tabs{border:0;margin:0;padding:20px 0;border:1px solid #E0E2E3;background-color:var(--tp-common-white)}.profile__tab nav .nav-tabs .nav-link{font-weight:400;font-size:16px;padding:14px 0;margin:0 30px;position:relative;border-radius:0;text-align:left;border:0;color:#5d5d63;font-family:var(--tp-ff-onest)}.profile__tab nav .nav-tabs .nav-link:after{position:absolute;top:14px;left:-31px;height:25px;width:2px;content:"";transition:.4s;opacity:0;visibility:hidden;background-color:var(--tp-common-black)}.profile__tab nav .nav-tabs .nav-link:not(:last-child){border-bottom:1px dashed #E0E2E3}.profile__tab nav .nav-tabs .nav-link span{margin-right:7px}.profile__tab nav .nav-tabs .nav-link.active{color:var(--tp-common-black)}.profile__tab nav .nav-tabs .nav-link.active:after{opacity:1;visibility:visible}.profile__tab .tp-tab-menu{position:relative}.profile__tab-content{padding:35px 40px 40px;background-color:var(--tp-common-white)}.profile__info-title{font-size:20px;margin-bottom:25px;font-family:var(--tp-ff-onest)}.profile__input{margin-bottom:25px;position:relative}.profile__input-box h4{font-weight:500;font-size:14px;letter-spacing:-.02em;color:var(--tp-common-black-solid);margin-bottom:10px}.profile__input-box h4 span{color:var(--tp-theme-primary)}.profile__input-box p{font-size:13px;color:var(--tp-common-white);opacity:.7;margin-bottom:10px}.profile__input>span{position:absolute;top:50%;left:20px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.profile__input>span svg{-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px);transform:translateY(-2px)}.profile__input input,.profile__input textarea{width:100%;height:60px;line-height:60px;padding:0 25px 0 50px;border:0;outline:0;background-color:#f4f0ea;border:1px solid transparent;color:var(--tp-common-black);font-family:var(--tp-ff-onest)}.profile__input input:focus,.profile__input textarea:focus{background-color:transparent;border-color:var(--tp-theme-primary)}.profile__input textarea{line-height:1.5;padding:20px;height:200px;resize:none}.profile__input .nice-select{width:100%;float:none;height:60px;border:1px solid #EAEAEF;border-radius:0;line-height:58px;padding-left:27px}.profile__input .nice-select .current{color:var(--tp-common-black);font-family:var(--tp-ff-onest)}.profile__input .nice-select:after{right:25px;color:var(--tp-common-black)}.profile__input .nice-select.open .list{-webkit-transform:scale(1) translateY(0px);-moz-transform:scale(1) translateY(0px);-ms-transform:scale(1) translateY(0px);-o-transform:scale(1) translateY(0px);transform:scale(1) translateY(0)}.profile__input .nice-select .list{width:100%;border-radius:0;margin-top:0;padding:13px 8px;transform-origin:center center;-webkit-transform:scale(.9) translateY(0px);-moz-transform:scale(.9) translateY(0px);-ms-transform:scale(.9) translateY(0px);-o-transform:scale(.9) translateY(0px);transform:scale(.9) translateY(0);font-family:var(--tp-ff-onest)}.profile__input .nice-select .list .option:hover{color:var(--tp-common-black)}.profile__password input{padding:0 20px;background-color:#f4f0ea;border:1px solid transparent}.profile__password input:focus{background-color:transparent}.profile__ticket{border:1px solid #E0E2E3}@media only screen and (min-width:576px)and (max-width:767px),(max-width:767px){.profile__ticket{overflow-x:scroll}}.profile__ticket table thead tr{background-color:transparent}.profile__ticket table th{color:var(--tp-common-black);border-color:#e0e2e3;box-shadow:none;font-family:var(--tp-ff-onest)}.profile__ticket table td{color:var(--tp-common-black)}.profile__ticket table tbody>tr:first-child{background-color:transparent}.profile__ticket table tbody>tr:not(:last-child){border-bottom:1px solid #E0E2E3}.profile__ticket table tbody>tr td,.profile__ticket table tbody>tr th{vertical-align:middle;color:var(--tp-common-black);font-family:var(--tp-ff-onest)}.profile__ticket table tbody>tr>th{padding-left:15px;padding-right:15px}.profile__ticket table tbody>tr th[scope=row]{color:var(--tp-common-black)}.profile__ticket table tbody>tr td[data-info="status done"]{color:#08af5c}.profile__ticket table tbody>tr td[data-info="status pending"]{color:#6364db}.profile__ticket table tbody>tr td[data-info="status reply"]{color:#d93d1e}.profile__ticket table tbody>tr td[data-info="status hold"]{color:#ffb422}.profile__ticket table tbody>tr .tp-btn{padding:7px 18px;background-color:#e0e2e3;color:var(--tp-common-black);font-weight:500;min-width:90px}.profile__ticket table tbody>tr .tp-btn:hover{color:var(--tp-common-white);background-color:var(--tp-common-black)}.profile__ticket .table{margin-bottom:0;--bs-table-bg: none}@media only screen and (min-width:576px)and (max-width:767px),(max-width:767px){.profile__ticket .table{width:700px}}.profile__ticket .table>:not(:first-child){border-color:#eaeaef;border-top-width:1px}.profile__ticket .table>:not(caption)>*>*{padding:1rem 1.5rem;border:0;box-shadow:none}@media only screen and (min-width:576px)and (max-width:767px),(max-width:767px){.profile__address-item{margin-bottom:40px}}.profile__address-title{font-size:22px;margin-bottom:20px;font-family:var(--tp-ff-onest)}.profile__address-icon span{display:inline-block;min-width:45px;margin-right:20px}@media(max-width:767px){.profile__address-icon span{margin-bottom:20px}}.profile__address-icon span svg{width:45px}.profile__address-icon span svg path{fill:var(--tp-common-black)}.profile__address-content p{font-size:16px;margin-bottom:10px;font-family:var(--tp-ff-onest)}.profile__address-content p span{font-weight:600;margin-right:7px;color:var(--tp-common-black)}.profile__notification-title{font-size:24px;margin-bottom:10px;color:var(--tp-common-black);font-family:var(--tp-ff-onest)}.profile__notification p{font-family:var(--tp-ff-onest)}.profile__notification-item .form-check-input{margin-top:0;width:40px;height:20px;box-shadow:none}.profile__notification-item .form-check-label{font-size:16px;margin-left:10px;color:var(--tp-common-black);font-family:var(--tp-ff-onest)}.profile__notification-item .form-check-label:hover{cursor:pointer;color:var(--tp-common-black)}.profile__notification-item .form-check-input:checked{background-color:var(--tp-common-black);border-color:var(--tp-common-black)}.profile__btn .tp-btn{padding:14px 39px;border:1px solid #EAEAEF}.profile__btn .tp-btn-cart{font-size:16px;font-weight:500;height:50px;line-height:45px;padding:0 30px;transition:.3s;display:inline-block;text-align:center;border-radius:8px;text-transform:capitalize;color:var(--tp-common-white);font-family:var(--tp-ff-onest);background-color:#4d3d30;border:2px solid transparent}.profile__btn .tp-btn-cart:hover{border-color:#4d3d30;color:var(--tp-common-black);background-color:transparent}@media(max-width:767px){.profile__main-inner{margin-bottom:20px}}.profile__main-thumb{position:relative}.profile__main-thumb img{width:80px;height:80px;border-radius:50%;margin-right:16px}@media(max-width:767px){.profile__main-thumb img{margin-bottom:20px}}.profile__main-thumb-edit input{display:none}.profile__main-thumb-edit label{position:absolute;bottom:2px;right:12px;width:25px;height:25px;line-height:25px;text-align:center;color:var(--tp-common-black);background-color:#fff;border-radius:50%;transition:.3s;box-shadow:0 1px 2px #19191a33}.profile__main-thumb-edit label i{margin-left:2px}.profile__main-thumb-edit label:hover{cursor:pointer;color:var(--tp-common-white);background-color:#4d3d30}.profile__main-title{font-size:24px;margin-bottom:0;font-family:var(--tp-ff-onest)}.profile__main-content p{font-size:14px;margin-bottom:0;font-family:var(--tp-ff-onest)}.profile__main-content p span{color:var(--tp-common-black);font-weight:500}.profile__main-info-item{text-align:center;padding:27px 30px 25px;background-color:#f4f0ea}@media only screen and (min-width:576px)and (max-width:767px),(max-width:767px){.profile__main-info-item{margin-bottom:25px}}@media only screen and (min-width:992px)and (max-width:1199px){.profile__main-info-item{padding:22px 0 20px}}.profile__main-info-icon{position:relative;margin-bottom:15px}.profile__main-info-icon>span{position:relative;display:inline-block;width:60px;height:60px;line-height:60px;text-align:center}.profile__main-info-icon>span svg{width:60px}.profile__main-info-icon>span svg path{fill:var(--tp-common-black)}.profile__main-info-icon .profile-icon-count{position:absolute;top:2px;right:-8px;width:26px;height:26px;line-height:21px;border-radius:50%;font-size:12px;font-weight:600;border:2px solid #fff;color:var(--tp-common-white);font-family:var(--tp-ff-onest);background-color:#4d3d30}.profile__main-info-title{font-size:18px;margin-bottom:0;font-family:var(--tp-ff-onest)}.tp-logout-btn{font-size:14px;font-weight:500;padding:6px 18px;text-align:center;display:inline-block;color:var(--tp-common-black);font-family:var(--tp-ff-onest);border:1px solid rgba(2,6,38,.12)}.tp-logout-btn:hover{color:var(--tp-common-white);border-color:#4d3d30;background-color:#4d3d30}.tp-profile-input-wrapper{margin-bottom:8px}.tp-profile-input-box{position:relative;margin-bottom:30px}.tp-profile-input input{background:#f4f0ea;border:1px solid transparent;font-size:14px;color:var(--tp-common-black)}.tp-profile-input input::-webkit-input-placeholder{color:#95999d}.tp-profile-input input::-moz-placeholder{color:#95999d}.tp-profile-input input:-moz-placeholder{color:#95999d}.tp-profile-input input:-ms-input-placeholder{color:#95999d}.tp-profile-input input::placeholder{color:#95999d}.tp-profile-input textarea{height:165px;resize:none}.tp-profile-input-title label{font-size:16px;padding:0 5px;line-height:1;font-weight:500;margin-bottom:12px;display:inline-block;color:var(--tp-common-black)}.tp-profile-input-eye{top:50%;right:26px;position:absolute;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.tp-profile-input-eye .open-eye{display:none}.tp-profile-input-eye span{transition:.3s}.tp-profile-input-eye:hover{cursor:pointer}.tp-profile-input-eye:hover span{color:var(--tp-common-black)}.tp-error-title{font-weight:700;font-size:64px;margin-bottom:50px;color:var(--tp-common-black)}.tp-error-title-sm{font-weight:600;font-size:26px;line-height:1;text-transform:uppercase;color:var(--tp-common-black)}.tp-error-content p{font-weight:400;font-size:18px;color:#57575a;margin-bottom:30px}.tp-error-content .tp-btn{height:60px;line-height:55px;border-radius:40px;padding:0 18px 0 24px;font-weight:500;font-size:18px;letter-spacing:.03em;z-index:9;overflow:hidden;display:inline-block;text-transform:capitalize;position:relative;transition:all .3s;background-color:var(--tp-common-black);color:var(--tp-common-white);border:2px solid transparent}.tp-error-content .tp-btn:hover{background-color:transparent;color:var(--tp-common-black);border-color:var(--tp-common-black)}.tp-error-wrapper img{margin-bottom:55px}.agntix-dark body{background-color:#0e0f11}.agntix-dark .tp-section-subtitle,.agntix-dark .tp-about-text p{color:var(--tp-common-white)}.agntix-dark .tp-about-avater-info p{color:#fff9}.agntix-dark .tp-about-shape-1 img{filter:invert(1);opacity:.4}.agntix-dark .tp-about-funcact-item span{color:var(--tp-common-white)}.agntix-dark .tp-about-funcact-item p{color:#fff9}.agntix-dark .tp-service-item{background-color:#0e0f11;border-color:#cacaca66}.agntix-dark .tp-service-number span{color:var(--tp-common-white)}.agntix-dark .tp_text_invert>div{background-image:linear-gradient(to right,#fff 50%,#383c3e 50%)}.agntix-dark .tp-service-content p{color:#fff9}.agntix-dark .tp-service-category span{color:var(--tp-common-white);border-color:#ffffff1a}.agntix-dark .tp-service-category span:hover{color:var(--tp-common-black);background-color:var(--tp-common-white)}.agntix-dark .tp-project-title{color:var(--tp-common-white)}.agntix-dark .tp-project-category span{color:var(--tp-common-white);border-color:#ffffff1a}.agntix-dark .tp-project-category span:hover{color:var(--tp-common-black);background-color:var(--tp-common-white)}.agntix-dark .tp-funfact-green-wrap{border-color:#0e0f11}.agntix-dark .tp-funfact-subtitle,.agntix-dark .tp-funfact-title{color:var(--tp-common-white)}.agntix-dark .tp-funfact-number span i{-webkit-text-stroke:6px #1A1B1E}.agntix-dark .tp-section-title{color:var(--tp-common-white)}.agntix-dark .tp-work-item{border-color:#0e0f11;background-color:#1a1b1e}.agntix-dark .tp-work-title{color:var(--tp-common-white)}.agntix-dark .tp-work-content p{color:#fff9}.agntix-dark .tp-award-item{background:#262528e6}.agntix-dark .tp-about-avater-info{border-color:#ffffff1a}.agntix-dark .tp-header-3-style .tp-header-menu>nav>ul>li>a{font-size:16px;color:var(--tp-common-white)}.agntix-dark .tp-header-3-style .tp-header-dropdown nav ul li.has-dropdown:after{color:var(--tp-common-white)}.agntix-dark .dgm-hero-bg{inset:0;filter:invert(1)}.agntix-dark .dgm-hero-social a span,.agntix-dark .dgm-hero-subtitle,.agntix-dark .dgm-hero-title,.agntix-dark .dgm-hero-social-text span,.agntix-dark .dgm-hero-funfact span,.agntix-dark .dgm-hero-funfact p{color:var(--tp-common-white)}.agntix-dark .dgm-hero-content .tp-btn-black-square{color:var(--tp-common-black);background-color:var(--tp-common-white)}.agntix-dark .dgm-hero-rotate-text span{color:var(--tp-common-white)}.agntix-dark .dgm-hero-text-box{filter:invert(1)}.agntix-dark .tp-section-title-grotesk{color:var(--tp-common-white)}.agntix-dark .dgm-about-content p{color:#fff9}.agntix-dark .dgm-about-review h4,.agntix-dark .dgm-about-review span,.agntix-dark .dgm-about-ratting h4{color:var(--tp-common-white)}.agntix-dark .dgm-about-review-box{border-color:#ffffff1a}.agntix-dark .dgm-about-review:after{background-color:#ffffff1a}.agntix-dark .dgm-about-ratting-icon span{color:var(--tp-common-black);background-color:var(--tp-common-white)}.agntix-dark .dgm-step-title,.agntix-dark .dgm-step-title-sm{color:var(--tp-common-white)}.agntix-dark .dgm-step-item p{color:#fff9}.agntix-dark .dgm-hero-rotate-text span:after{background-color:var(--tp-common-white)}.agntix-dark .dgm-team-title-sm{color:var(--tp-common-white)}.agntix-dark .dgm-team-content span{color:#fff9}.agntix-dark .dgm-team-social a{color:var(--tp-common-white);border:1px solid rgba(255,255,255,.1)}.agntix-dark .dgm-team-social a:hover span{color:var(--tp-common-black)}.agntix-dark .dgm-brand-item{border:1px solid #1F1E24}.agntix-dark .dgm-brand-item img{filter:invert(1)}.agntix-dark .dgm-hero-social-text span:after{background-color:#fff6}.agntix-dark .dgm-testimonial-bg{filter:invert(1)}.agntix-dark .dgm-testimonial-title-box .tp-section-subtitle,.agntix-dark .dgm-testimonial-quote span,.agntix-dark .dgm-testimonial-text p,.agntix-dark .dgm-testimonial-author-name{color:var(--tp-common-white)}.agntix-dark .dgm-testimonial-author-info span{color:#fff9}.agntix-dark .dgm-testimonial-dot .swiper-pagination-bullet{border:1px solid rgba(255,255,255,.8)}.agntix-dark .dgm-testimonial-dot .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--tp-common-white)}.agntix-dark .dgm-blog-main,.agntix-dark .dgm-blog-item{border-color:#1f1e24}.agntix-dark .dgm-blog-category span{color:#effac0;background-color:#effac01a}.agntix-dark .dgm-blog-meta h4{color:var(--tp-common-white)}.agntix-dark .dgm-blog-meta span{color:#fff9}.agntix-dark .dgm-blog-title-sm{color:var(--tp-common-white)}.agntix-dark .dgm-footer-area,.agntix-dark .tp-copyright-2-area{background-color:#ffffff0a}.agntix-dark .tp-copyright-img{filter:invert(1);opacity:.4}.agntix-dark .ar-hero-title,.agntix-dark .ar-category-item span,.agntix-dark .ar-category-item a{color:var(--tp-common-white)}.agntix-dark .ar-hero-bg{border-left:1px solid rgba(255,255,255,.08);border-right:1px solid rgba(255,255,255,.08)}.agntix-dark .ar-hero-border{border-color:#ffffff14}.agntix-dark .ar-category-item:not(:last-child):after{background-color:#ffffff1a}.agntix-dark .tp-section-title-clash-600,.agntix-dark .ar-about-title-sm{color:var(--tp-common-white)}.agntix-dark .tp-btn-black-solid{color:var(--tp-common-black);border:1px solid transparent;background-color:var(--tp-common-white)}.agntix-dark .tp-btn-black-solid:hover{color:var(--tp-common-white);background-color:var(--tp-common-red-2);border-color:var(--tp-common-red-2)}.agntix-dark .ar-banner-shape img{filter:invert(1)}.agntix-dark .ar-about-content p{color:#fff9}.agntix-dark .ar-about-exp-box{border:1px solid rgba(255,255,255,.08);border-top:4px solid var(--tp-common-red-2)}.agntix-dark .ar-project-category span,.agntix-dark .ar-project-category i{color:var(--tp-common-white)}.agntix-dark .ar-project-item{border-color:#fff3}.agntix-dark .tp-btn-red-circle-text,.agntix-dark .tp-btn-red-circle-icon{color:var(--tp-common-white);background-color:var(--tp-common-red-2);border:1px solid var(--tp-common-red-2)}.agntix-dark .tp-btn-red-circle-box:hover .tp-btn-red-circle-text{border-color:transparent}.agntix-dark .tp-btn-red-circle-box:hover>:nth-child(1){border-color:transparent}.agntix-dark .ar-funfact-item h4,.agntix-dark .ar-funfact-item span{color:var(--tp-common-white)}.agntix-dark .ar-testimonial-shape-1{filter:invert(1)}.agntix-dark .ar-testimonial-item p,.agntix-dark .fraction-wrapper #paginations span{color:var(--tp-common-white)}.agntix-dark .shop-slider-progress-bar{background-color:#fff6}.agntix-dark .ar-testimonial-arrow button{color:var(--tp-common-white);border-color:#fff9}.agntix-dark .ar-testimonial-arrow button:hover{border-color:transparent}.agntix-dark .crp-text-slider-active.app-text-slider-color .swiper-wrapper .crp-text-slider-item span{color:var(--tp-common-white)}.agntix-dark .crp-text-slider-active.app-text-slider-color .swiper-wrapper .crp-text-slider-item.stroke-text span{color:transparent;-webkit-text-stroke:2px rgba(255,255,255,.9)}.agntix-dark .app-hero-round-shape{opacity:.1}.agntix-dark .app-hero-btn-text p{color:#fff9}.agntix-dark .ar-award-shape-1{filter:invert(1)}.agntix-dark .ar-award-wrap{border-left:1px solid rgba(255,255,255,.08);border-right:1px solid rgba(255,255,255,.08)}.agntix-dark .ar-award-year,.agntix-dark .ar-award-title{color:var(--tp-common-white)}.agntix-dark .ar-award-icon svg{color:var(--tp-common-white)}.agntix-dark .ar-award-category{color:#fff9}.agntix-dark .ar-award-item{border-bottom:1px solid rgba(255,255,255,.08)}.agntix-dark .ar-award-item:first-child{border-top:1px solid rgba(255,255,255,.08)}.agntix-dark .ar-brand-bg{border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.agntix-dark .ar-brand-item img{filter:invert(1)}.agntix-dark .ar-blog-title-sm{color:var(--tp-common-white)}.agntix-dark .ar-blog-meta{color:#fff9}.agntix-dark .tp-header-8-border{border-bottom:1px solid rgba(252,252,252,.08)}.agntix-dark .app-brand-item{border-right:1px solid rgba(255,255,255,.1)}.agntix-dark .app-brand-item img{filter:invert(1)}.agntix-dark .tp-section-subtitle.border-bg.bg-color{background:var(--tp-common-black)}.agntix-dark .tp-section-title-phudu{color:var(--tp-common-white)}.agntix-dark .app-feature-heading p{color:#fff9}.agntix-dark .app-feature-item{background-color:#1a1b1e}.agntix-dark .app-feature-item-icon span,.agntix-dark .app-feature-title{color:var(--tp-common-white)}.agntix-dark .app-feature-item-content p,.agntix-dark .app-feature-bottom p{color:#fff9}.agntix-dark .app-feature-bottom p a{color:var(--tp-common-white)}.agntix-dark .app-feature-2-bg .main-bg{opacity:.1}.agntix-dark .app-feature-2-brd{background:#ffffff14}.agntix-dark .app-feature-2-content-icon span{filter:invert(1)}.agntix-dark .app-feature-2-content-icon p{color:#fff9}.agntix-dark .app-review-bg{background:linear-gradient(265deg,#d0f2f01a 16.29%,#c5e0fc1a 84.71%)}.agntix-dark .app-review-heading p{color:#fff9}.agntix-dark .app-review-item-title{color:var(--tp-common-white)}.agntix-dark .app-review-item-content p{color:#fff9}.agntix-dark .app-stack-item.dark-stack-color .app-stack-number{background:linear-gradient(0deg,#21212d1a 13.2%,#f7f7fd1a 94.29%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.agntix-dark .app-stack-item.dark-stack-color .app-stack-title{color:var(--tp-common-white)}.agntix-dark .app-stack-item.dark-stack-color .app-stack-content p{color:#fff9}.agntix-dark .app-stack-item.dark-stack-color .app-stack-content:before{background-color:#ffffff1a}.agntix-dark .app-stack-item.dark-stack-color .app-stack-content:after{background-color:var(--tp-common-white)}.agntix-dark .tp-gsap-bg{background-color:#1a1b1e}.agntix-dark .app-price-store p b{color:var(--tp-common-white)}.agntix-dark .app-price-tab-wrap .ai-price-tab ul,.agntix-dark .app-price-box{background:#1a1b1e}.agntix-dark .app-price-tab-wrap .ai-price-tab ul li button.active{color:var(--tp-common-black)}.agntix-dark .app-price-tab-wrap .ai-price-tab ul li button{color:#fff9}.agntix-dark .app-price-tab-wrap .ai-price-tab #lineMarker{background:var(--tp-common-white)}.agntix-dark .crp-price-item{border:none;background:#1a1b1e}.agntix-dark .app-price-box .crp-price-head span{color:var(--tp-common-white);border:1px solid rgba(255,255,255,.06)}.agntix-dark .app-price-box .crp-price-head h4{color:var(--tp-common-white)}.agntix-dark .app-price-box .crp-price-head p{color:#fff9}.agntix-dark .app-price-box .crp-price-head{border-color:#ffffff0f}.agntix-dark .app-price-box .row [class*=col-]:not(:last-child){border-right:1px solid rgba(255,255,255,.06)}.agntix-dark .app-price-box .crp-price-list ul li{color:var(--tp-common-white)}.agntix-dark .app-price-box .crp-price-list ul li span{filter:invert(1)}.agntix-dark .app-price-box .crp-price-head h4 i{color:var(--tp-common-white)}.agntix-dark .app-price-box .crp-price-item.active{background:linear-gradient(265deg,#d0f2f00f 16.29%,#c5e0fc0f 84.71%)}.agntix-dark .app-price-btn-box .animated-border-box .tp-btn-black-border{color:var(--tp-common-white);background:#313234}.agntix-dark .app-testimonial-big-text h3{background:linear-gradient(180deg,#ffffff1a,#fff0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.agntix-dark .app-testimonial-review{border:1px solid #000;background:linear-gradient(180deg,#0009 .96% 100%)}.agntix-dark .app-testimonial-review-content span{color:var(--tp-common-white)}.agntix-dark .app-testimonial-review-content p{color:#fff9}.agntix-dark .app-testimonial-item{background:#1a1b1e}.agntix-dark .app-testimonial-item-icon-title{color:var(--tp-common-white)}.agntix-dark .app-testimonial-item-icon-content p,.agntix-dark .app-testimonial-item-content p{color:#fff9}.agntix-dark .app-testimonial-item-icon span{border:1px solid rgba(255,255,255,.08)}.agntix-dark .app-faq-wrap .ai-faq-accordion-wrap .accordion{background:#1a1b1e}.agntix-dark .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons{color:var(--tp-common-white)}.agntix-dark .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-body p{color:#fff9}.agntix-dark .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items:not(:last-child){border-bottom:2px solid rgb(0,0,0)}.agntix-dark .app-cta-wrap{background:#1a1b1e}.agntix-dark .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon{background-color:#ffffff1a}.agntix-dark .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon:after,.agntix-dark .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon:before{background-color:var(--tp-common-white)}.agntix-dark .app-cta-heading p,.agntix-dark .app-footer-col-1 .dgm-footer-widget-paragraph p{color:#fff9}.agntix-dark .app-footer-widget .dgm-footer-widget-title{color:var(--tp-common-white)}.agntix-dark .app-footer-widget-info-title{color:#fff9}.agntix-dark .app-footer-widget-info a{color:var(--tp-common-white)}.agntix-dark .app-footer-widget .dgm-footer-widget-menu ul li a{color:#fff9}.agntix-dark .app-footer-widget .dgm-footer-widget-menu ul li a:hover{color:var(--tp-common-white)}.agntix-dark .app-footer-widget .dgm-footer-widget-paragraph.color-style p,.agntix-dark .app-copyright-text p{color:#fff9}.agntix-dark .app-copyright-text p a{color:var(--tp-common-white)}.agntix-dark .app-price-store p span{filter:invert(1)}.agntix-dark .app-price-store p{color:#fff9}.agntix-dark .app-footer-rating{background:#1a1b1e}.agntix-dark .app-footer-rating .app-hero-bottom-rating-point span,.agntix-dark .app-footer-rating .app-hero-bottom-rating-star a{color:var(--tp-common-white)}.agntix-dark .app-footer-widget .dgm-footer-widget-input input{background:#1a1b1e;color:var(--tp-common-white)}.agntix-dark .app-footer-widget .dgm-footer-widget-input input:focus{border-color:var(--tp-common-white)}.agntix-dark .app-copyright-text p a:hover{border-bottom:1px solid white}.agntix-dark .tp-copyright-2-border.app-copyright-border{border-color:#ffffff0f}.agntix-dark .app-feature-2-content .tp-section-subtitle.border-bg{border-color:#0000001a}.agntix-dark .it-hero-subtitle,.agntix-dark .it-hero-title{color:var(--tp-common-white)}.agntix-dark .it-hero-content p{color:#fff9}.agntix-dark .tp-btn-black-radius.btn-blue-bg.btn-border{color:var(--tp-common-white);border:1px solid rgba(255,255,255,.1)}.agntix-dark .it-feature-shape-1,.agntix-dark .it-hero-shape-2{filter:invert(1)}.agntix-dark .tp-section-subtitle-platform.platform-text-black,.agntix-dark .tp-section-title-platform.platform-text-black{color:var(--tp-common-white)}.agntix-dark .it-feature-item:before{background:#1a1b1e}.agntix-dark .it-feature-title{color:var(--tp-common-white)}.agntix-dark .it-feature-content p{color:#fff9}.agntix-dark .it-feature-category span{color:#fff9;border:1px solid rgba(255,255,255,.1)}.agntix-dark .it-feature-category span:hover{color:#0009}.agntix-dark .it-feature-icon:before{opacity:.1}.agntix-dark .it-about-title-box p{color:#fff9}.agntix-dark .it-about-shape-2,.agntix-dark .it-about-shape-1{filter:invert(1)}.agntix-dark .it-project-item{background:#1a1b1e}.agntix-dark .it-project-title{color:var(--tp-common-white)}.agntix-dark .it-project-content span{color:#fff9;border:1px solid rgba(255,255,255,.1)}.agntix-dark .it-project-content span:hover{color:#0009}.agntix-dark .it-project-dots .swiper-pagination-bullet{background:#1a1b1e}.agntix-dark .it-project-dots .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1;background:#7463ff}.agntix-dark .it-testimonial-content img{filter:invert(1)}.agntix-dark .it-testimonial-content p{color:#fff9}.agntix-dark .it-testimonial-content span{color:var(--tp-common-white)}.agntix-dark .it-comparison-bg{background:#1a1b1e}.agntix-dark .it-comparison-logo{border-bottom:1px solid rgba(255,255,255,.1)}.agntix-dark .it-comparison-logo img{filter:invert(1)}.agntix-dark .it-comparison-content span{color:#fff9}.agntix-dark .it-comparison-content span i{color:var(--tp-common-white)}.agntix-dark .it-comparison-item{border-right:3px solid #0e0f11}.agntix-dark .it-benifit-title{color:var(--tp-common-white)}.agntix-dark .it-benifit-content p{color:#fff9}.agntix-dark .it-benifit-item{border-left:1px solid rgba(255,255,255,.1)}.agntix-dark .it-benifit-title:before{background-color:var(--tp-common-white)}.agntix-dark .it-benifit-shape{opacity:.1}.agntix-dark .it-benifit-icon:after{background-color:#0e0f11}.agntix-dark .it-benifit-icon span{color:var(--tp-common-white)}.agntix-dark .it-faq-shape-1,.agntix-dark .it-faq-shape-2{filter:invert(1)}.agntix-dark .st-hero-title{color:var(--tp-common-white)}.agntix-dark .st-hero-border .tp-border-line{border-right:1px solid rgba(255,255,255,.08)}.agntix-dark .st-hero-bottom-right p,.agntix-dark .st-hero-user-content span{color:#fff9}.agntix-dark .st-banner-text-bg .bg-shape{filter:invert(1)}.agntix-dark .st-brand-heading span{color:var(--tp-common-white)}.agntix-dark .st-brand-border{border-bottom:1px solid rgba(255,255,255,.15)}.agntix-dark .st-brand-border:after{background-color:#ffffff26}.agntix-dark .st-brand-item img{filter:invert(1)}.agntix-dark .st-about-title{color:var(--tp-common-white)}.agntix-dark .st-about-card{background-color:#1a1b1e}.agntix-dark .st-about-card-tag span{color:#fff9}.agntix-dark .st-about-card-btn a{color:var(--tp-common-black);background-color:var(--tp-common-white)}.agntix-dark .st-about-card-bottom span{color:var(--tp-common-white)}.agntix-dark .st-about-shape{filter:invert(1)}.agntix-dark .tp-section-title-playfair{color:var(--tp-common-white)}.agntix-dark .tp-section-title-playfair span{color:#fff9}.agntix-dark .st-portfolio-item-title,.agntix-dark .st-portfolio-item-btn a{color:var(--tp-common-white)}.agntix-dark .st-portfolio-item-content{border-bottom:1px solid rgba(255,255,255,.15)}.agntix-dark .st-testimonial-shape-1{filter:invert(1)}.agntix-dark .st-testimonial-bottom span{color:#fff9}.agntix-dark .st-testimonial-bottom span a{color:var(--tp-common-white)}.agntix-dark .st-testimonial-item{background:#1a1b1e}.agntix-dark .st-testimonial-box{background:var(--tp-common-brown);box-shadow:-10px 10px 60px #0e0f11}.agntix-dark .st-testimonial-item-quote img{opacity:.1;filter:invert(1)}.agntix-dark .st-hero-shape{filter:invert(1)}.agntix-dark .st-testimonial-box-top i{color:#fff9}.agntix-dark .st-testimonial-box-top{border-bottom:1px solid rgba(255,255,255,.15)}.agntix-dark .st-testimonial-box-content p,.agntix-dark .st-testimonial-box-rating,.agntix-dark .st-award-title{color:var(--tp-common-white)}.agntix-dark .st-award-title span{color:#fff6}.agntix-dark .st-award-wrapper .ar-award-right-wrap .ar-award-item .ar-award-box-left .ar-award-title{color:var(--tp-common-white)}.agntix-dark .st-award-wrapper .ar-award-right-wrap .ar-award-item .ar-award-box-right .ar-award-category,.agntix-dark .st-award-wrapper .ar-award-right-wrap .ar-award-item .ar-award-box-left .ar-award-year{color:#fff9}.agntix-dark .st-award-wrapper .ar-award-right-wrap .ar-award-item:after{background-color:#1a1b1e}.agntix-dark .st-choose-list ul li{color:var(--tp-common-white)}.agntix-dark .st-choose-text-wrap p{color:#fff9}.agntix-dark .st-choose-bg:after{background-color:#1a1b1e}.agntix-dark .st-counter-wrapper{border-color:#ffffff26}.agntix-dark .st-counter-wrapper .row [class*=col-]:not(:last-child){border-right:1px solid rgba(255,255,255,.15)}.agntix-dark .st-counter-item h4{color:var(--tp-common-white)}.agntix-dark .st-counter-item span{color:#fff9}.agntix-dark .st-counter-item:before{background:linear-gradient(180deg,#fff0,#ffffff1a)}.agntix-dark .st-blog-text p{color:#fff9}.agntix-dark .st-blog-item-title{color:var(--tp-common-white)}.agntix-dark .st-blog-item-tags span{color:var(--tp-common-white);border:1px solid rgba(255,255,255,.15)}.agntix-dark .st-blog-item-tags-devide{background:#ffffff26}.agntix-dark .st-blog-item-tags p,.agntix-dark .st-footer-widget-content p{color:#fff9}.agntix-dark .st-footer-widget-social-title,.agntix-dark .st-footer-widget-title{color:var(--tp-common-white)}.agntix-dark .st-footer-widget-info-title a,.agntix-dark .st-footer-widget-menu ul li a{color:#fff9}.agntix-dark .st-footer-top-icon span{border-bottom:7px solid var(--tp-common-white)}.agntix-dark .st-footer-top-border{border-bottom:1px solid rgba(255,255,255,.15)}.agntix-dark .st-copyright-sub{color:#fff9}.agntix-dark .st-copyright-title{color:var(--tp-common-white)}.agntix-dark .st-copyright-title span{color:var(--tp-common-black);background-color:var(--tp-common-white)}.agntix-dark .tp-btn-border-2.st{color:var(--tp-common-white);border-color:#ffffff26}.agntix-dark .tp-btn-border-2.st:hover{color:var(--tp-common-black);background-color:var(--tp-common-white)}.agntix-dark .st-cta-wrapper .tp-btn-border-2.st{color:var(--tp-common-black)}.agntix-dark .st-hero-plain span{background-color:#ffffff17}.agntix-dark .ar-about-us-4-title-box .ar-about-us-4-icon{filter:invert(1)}.agntix-dark .ar-about-us-4-title-box.shape-color .ar-about-us-4-icon{filter:invert(0)}.agntix-dark .tp-service-4-bg-shape{filter:invert(1)}.agntix-dark .tp-career-details-sidebar-btn a:hover{background-color:#fff;color:var(--tp-common-black)}.agntix-dark .tp-team-details-input-content input,.agntix-dark .tp-team-details-input-content textarea{color:#f8f8fb}.agntix-dark .tp-team-part-item-content p{color:#fff9}.agntix-dark .tp-career-details-sidebar-item-icon span{filter:invert(1);background-color:#fff6}.agntix-dark .tp-career-details-info-item span,.agntix-dark .tp-career-details-sidebar-item-content span{color:#fff9}.agntix-dark .breadcrumb__list span a:hover,.agntix-dark .tp-footer-style-6 .tp-footer-widget-title,.agntix-dark .tp-footer-style-6 .tp-footer-widget-info a,.agntix-dark .tp-footer-style-6 .tp-footer-widget-title-sm,.agntix-dark .tp-copyright-style-6 .tp-copyright-left span,.agntix-dark .tp-copyright-style-6 .tp-copyright-right a{color:var(--tp-common-white)}.agntix-dark .tp-shop-category-item{border-color:#59493d}.agntix-dark .tp-shop-category-item i,.agntix-dark .tp-shop-category-item span{color:#fff9}.agntix-dark .tp-shop-category-item:hover{background-color:#59493d}.agntix-dark .tp-shop-category-item:hover i,.agntix-dark .tp-shop-category-item:hover span{color:var(--tp-common-white)}.agntix-dark .shop-text-slider-active{border-bottom:1px solid #59493D}.agntix-dark .tp-hero-shop-title,.agntix-dark .tp-hero-shop-slider-subtitle,.agntix-dark .tp-hero-shop-slider-title{color:var(--tp-common-white)}.agntix-dark .tp-hero-shop-btn .tp-btn-white-border.coffee-bg{border-color:transparent;color:var(--tp-common-black);background-color:var(--tp-common-white)}.agntix-dark .tp-hero-shop-slider-nav-thumb img{border:1px solid rgba(232,224,212,.1);background-color:transparent}.agntix-dark .shop-text-slider-item{background-color:#453528}.agntix-dark .tp-action-btn{color:#fff;background:#59493d}.agntix-dark .tp-action-btn:hover{background-color:#453528}.agntix-dark .tp-shop-about-content p{color:#fff}.agntix-dark .tp-checkout-btn.border-style{font-weight:500;font-size:15px;color:#4d3d30;text-transform:capitalize;background-color:transparent;border:1px solid rgba(77,61,48,.12)}.agntix-dark .tp-checkout-btn.border-style{color:#4d3d30;background-color:#e3ddd7;border:1px solid transparent}.agntix-dark .tp-checkout-btn.border-style:hover{background-color:transparent;border-color:#e3ddd7}.agntix-dark .tp-checkout-btn{color:#4d3d30;background-color:#e3ddd7;border:1px solid transparent}.agntix-dark .tp-checkout-btn:hover{background-color:transparent;border-color:#e3ddd7;color:#e3ddd7}.agntix-dark .tp-product-testimonial-ptb .app-testimonial-item{background:#4d3d30}.agntix-dark .tp-product-testimonial-ptb .app-testimonial-item-content p,.agntix-dark .tp-product-testimonial-user-name{color:var(--tp-common-white)}.agntix-dark .tp-shop-feature-item p{color:#fff9}.agntix-dark .tp-shop-feature-item span{color:var(--tp-common-white)}.agntix-dark .tp-product-testimonial-user{border:1px solid #59493D}.agntix-dark .tp-shop-feature-item h4,.agntix-dark .tp-product-testimonial-title{color:var(--tp-common-white)}.agntix-dark .tp-shop-newsletter-content p{color:#fff9}.agntix-dark .tp-shop-newsletter-content span{color:var(--tp-common-white)}.agntix-dark .tp-header-shop-menu>nav>ul>li>a{color:#4d3d30;border-right:1px solid rgba(77,61,48,.2)}.agntix-dark .tp-shop-section-title.fs-100{color:var(--tp-common-white)}.agntix-dark .tp-product-instagram-heading p{color:#fff9}.agntix-dark .tp-shop-about-circle-text{filter:invert(1)}.agntix-dark .shop-text-slider-item span{color:var(--tp-common-white)}.agntix-dark .tp-hero-shop-slider-nav-thumb.slick-current img{border-color:#59493d;background-color:#59493d}.agntix-dark .ar-about-us-4-title{color:var(--tp-common-white)}.agntix-dark .ar-about-us-4-title-box p{color:#f9f4e899}.agntix-dark .ar-about-us-4-text-title{color:var(--tp-common-white)}.agntix-dark .creative-service-subtitle-box .tp-section-subtitle.fs-17.pre-circle:before{background-color:var(--tp-common-red-3)}.agntix-dark .creative-service-top-content p{color:var(--tp-common-white)}.agntix-dark .creative-service-item.about-us-4 .creative-service-content>span{color:var(--tp-common-white)}.agntix-dark .creative-service-title{color:var(--tp-common-black)}.agntix-dark .creative-service-item.about-us-4 .creative-service-title a{background:linear-gradient(#ff5722,#ff5722) left no-repeat,#fff;background-size:auto,auto;background-clip:border-box,border-box;background-size:0% 100%;background-clip:text;-webkit-background-clip:text}.agntix-dark .creative-service-item.about-us-4 .creative-service-link a{color:var(--tp-common-white);border:1px solid rgba(255,255,255,.1)}.agntix-dark .creative-service-item.about-us-4 .creative-service-category span{color:#fff9}.agntix-dark .creative-service-item.about-us-4 .creative-service-category span:before{background-color:#fff9}.agntix-dark .tp-about-us-2-text p{color:#f9f4e899}.agntix-dark .tp-about-us-2-wrap{border:1px solid rgba(255,248,232,.06)}.agntix-dark .tp-about-us-2-line img{filter:invert(1)}.agntix-dark .tp-about-us-2-wrap:after{background-color:#fff8e80f}.agntix-dark .tp-about-us-2-text p:before{background-color:#999da6}.agntix-dark .tp-about-us-2-btn a{color:#ffffffb3;border:1px solid rgba(255,248,232,.06)}.agntix-dark .tp-about-us-2-btn a:hover{background:var(--tp-common-white);color:var(--tp-common-black);border-color:var(--tp-common-white)}.agntix-dark .tp-about-us-2-text-title{color:#ffffffb3;border:1px solid rgba(255,248,232,.06)}.agntix-dark .tp-section-subtitle-clash.clash-subtitle-pos.about-us-2{color:var(--tp-common-white)}.agntix-dark .tp-about-us-2-thumb-shape img,.agntix-dark .tp-about-us-2-right-shape img{filter:invert(1)}.agntix-dark .studio-about-content.about-us-2 p{color:#bfbfc0}.agntix-dark .tp-btn-red-border.about-us-2{color:var(--tp-common-white)}.agntix-dark .studio-service-dark .tp-award-item{background-color:transparent}.agntix-dark .tp-career-title{color:var(--tp-common-white)}.agntix-dark .tp-career-btn .st-hero-btn a{border:1px solid #0E0F11;background-color:#1a1b1e;color:var(--tp-common-white)}.agntix-dark .tp-career-btn .st-hero-btn a .st-hero-btn-text,.agntix-dark .tp-benefit-item-title{color:var(--tp-common-white)}.agntix-dark .tp-benefit-item.tp-benefit-borber-bottom{border-bottom:1px solid rgba(255,255,255,.1)}.agntix-dark .tp-benefit-item{border-right:1px solid rgba(255,255,255,.1)}.agntix-dark .tp-career-opening-heading span{color:#fff9}.agntix-dark .tp-career-opening-title-name{color:var(--tp-common-white)}.agntix-dark .tp-career-opening-role span,.agntix-dark .tp-career-opening-Type span{color:#fff9}.agntix-dark .tp-career-opening-item{border-bottom:1px solid rgba(255,255,255,.1)}.agntix-dark .pp-service-2-banner-text p,.agntix-dark .pp-service-2-banner-text a,.agntix-dark .tp-service-4-title{color:var(--tp-common-white)}.agntix-dark .tp-service-4-text p{color:#c6c6c6}.agntix-dark .tp-service-4-banner-breadcrumb span{color:var(--tp-common-white)}.agntix-dark .tp-service-4-banner-breadcrumb span a{color:#c6c6c6}.agntix-dark .tp-service-4-banner-breadcrumb span:not(:last-of-type):after{background:#c6c6c6}.agntix-dark .tp-service-4-border{border-bottom:1px solid rgba(34,34,34,.79)}.agntix-dark .tp-service-4-solution-subtitle p{border:1px solid rgba(34,34,34,.79);color:var(--tp-common-white)}.agntix-dark .tp-service-4-solution-subtitle p:before{background-color:var(--tp-common-white)}.agntix-dark .tp-service-4-solution-title,.agntix-dark .tp-service-4-solution-item-title{color:var(--tp-common-white)}.agntix-dark .tp-service-4-solution-item-content p{color:#ffffffb3}.agntix-dark .tp-service-4-solution-item-btn a{color:var(--tp-common-white)}.agntix-dark .tp-service-4-solution-item{border:1px solid rgba(255,255,255,.1)}.agntix-dark .tp-service-4-solution-item-icon span{color:var(--tp-common-white)}.agntix-dark .tp-service-4-price-shape{filter:invert(1)}.agntix-dark .service-4-price{background:#282a2e!important}.agntix-dark .service-4-price .crp-price-item{background:transparent}.agntix-dark .tp-section-subtitle,.agntix-dark .tp-service-4-process-list p{color:var(--tp-common-white)}.agntix-dark .tp-service-4-process-list span{color:var(--tp-common-white);border:1px solid rgba(255,255,255,.08)}.agntix-dark .tp-service-4-process-list:not(:last-child) span:before{background-color:#ffffff14}.agntix-dark .tp-service-4-process-wrapper p{color:#ffffffb3}.agntix-dark .tp-service-5-text p{color:#fff9}.agntix-dark .tp-service-5-list ul li{color:var(--tp-common-white)}.agntix-dark .tp-benefits-heading p{color:#ffffffb3}.agntix-dark .tp-service-5-price-item-title{color:var(--tp-common-white)}.agntix-dark .tp-service-5-price-item-list ul li,.agntix-dark .tp-service-5-price-item-list ul li span{color:#ffffffb3}.agntix-dark .tp-service-5-price-item-head h4{color:var(--tp-common-white)}.agntix-dark .tp-service-5-price-item{border-top:1px solid rgba(255,255,255,.08)}.agntix-dark .tp-career-details-subtitle,.agntix-dark .tp-career-details-title,.agntix-dark .tp-career-details-info-item h5,.agntix-dark .tp-career-details-title-2{color:var(--tp-common-white)}.agntix-dark .tp-career-details-wrap p{color:#fffc}.agntix-dark .tp-career-details-list ul li{color:#f9f4e8e6}.agntix-dark .tp-career-details-sidebar-box{border:1px solid rgba(255,255,255,.1);background:#1b1b1d}.agntix-dark .creative-service-item.about-us-4{border-color:#ffffff1a}.agntix-dark .creative-service-wrap .row [class*=col-] .creative-service-item:last-child{border-bottom:1px solid rgba(255,255,255,.1)}.agntix-dark .tp-career-details-sidebar-heading span{color:#fffc}.agntix-dark .tp-career-details-sidebar-title,.agntix-dark .tp-career-details-sidebar-item-content h5{color:var(--tp-common-white)}.agntix-dark .tp-faq-text p{color:#ffffffe6}.agntix-dark .tp-team-hero-subtitle span{color:var(--tp-common-white)}.agntix-dark .tp-team-hero-text p{color:#f9f4e8e6}.agntix-dark .des-team-item-box.team-inner-color span{color:#f9f4e833}.agntix-dark .des-team-item-box.team-inner-color.active .des-team-title{color:var(--tp-common-white)}.agntix-dark .des-team-item-box.team-inner-color .des-team-title{color:#f9f4e833}.agntix-dark .des-team-item-box.team-inner-color.active span{color:var(--tp-common-white)}.agntix-dark .tp-team-part-shape img{filter:invert(1)}.agntix-dark .ar-hero-title-box p{color:#ffffffb3}.agntix-dark .tp-team-part-item{border:1px solid rgba(255,255,255,.1)}.agntix-dark .tp-team-part-item-title h4{color:var(--tp-common-white)}.agntix-dark .tp-team-part-item-title p{color:#ffffffb3}.agntix-dark .tp-team-part-item-content svg{color:var(--tp-common-white)}.agntix-dark .tp-team-details-text-sub{color:#ffffffb3}.agntix-dark .tp-team-details-text-title{color:var(--tp-common-white)}.agntix-dark .tp-team-details-text p,.agntix-dark .tp-team-details-more ul li span{color:#ffffffb3}.agntix-dark .tp-team-details-more ul li,.agntix-dark .tp-team-details-more-title{color:var(--tp-common-white)}.agntix-dark .tp-team-details-input-content input,.agntix-dark .tp-team-details-input-content textarea{background-color:#1a1b1e}.agntix-dark .tp-team-details-progress-title,.agntix-dark .tp-team-details-progress-counter{color:var(--tp-common-white)}.agntix-dark .tp-team-details-info-contact a{color:#ffffffb3}.agntix-dark .tp-team-details-info-contact{border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.agntix-dark .tp-team-details-info-contact a:not(:last-of-type){border-right:1px solid rgba(255,255,255,.1)}.agntix-dark .tp-team-details-info-social .tp-footer-widget-social a{border:1px solid rgba(255,255,255,.08);color:var(--tp-common-white)}.agntix-dark .ai-faq-accordion-dark-wrap.app-faq-wrap .ai-faq-accordion-wrap .accordion{background:transparent}.agntix-dark .ai-faq-accordion-dark-wrap.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items:not(:last-child){border-bottom:2px solid rgba(255,255,255,.03)}.agntix-dark .tp-error-title{color:var(--tp-common-white)}.agntix-dark .tp-error-wrapper img{filter:invert(1)}.agntix-dark .tp-error-title-sm{color:var(--tp-common-white)}.agntix-dark .tp-error-content .tp-btn{background-color:var(--tp-common-white);color:var(--tp-common-black)}.agntix-dark .tp-error-content .tp-btn:hover{color:var(--tp-common-white);border-color:var(--tp-common-white);background-color:transparent}.agntix-dark .tp-contact-form-input input,.agntix-dark .tp-contact-form-input textarea{background:#1d1d1f;border-color:#1d1d1f;color:var(--tp-common-white)}.agntix-dark .tp-contact-form-input input:focus,.agntix-dark .tp-contact-form-input textarea:focus{background:transparent;border-color:var(--tp-common-red-3)}.agntix-dark .tp-contact-form-input label{color:var(--tp-common-white)}.agntix-dark .tp-shop-section-subtitle{color:#fff9}.agntix-dark .tp-shop-section-title{color:var(--tp-common-white)}.agntix-dark .tp-product-cats a{color:var(--tp-common-white);border-color:#59493d}.agntix-dark .tp-product-cats a:hover{background-color:#59493d}.agntix-dark .tp-product-filter-select .custom-select .selected{color:var(--tp-common-white)}.agntix-dark .tp-product-filter-select .custom-select{border-color:#59493d}.agntix-dark .custom-select .selected .arrow{filter:invert(1)}.agntix-dark .tp-product-item-title,.agntix-dark .tp-product-item-price{color:var(--tp-common-white)}.agntix-dark .basic-pagination.product-pagination ul li>a{color:var(--tp-common-white);border:1px solid rgba(255,255,255,.1)}.agntix-dark .basic-pagination.product-pagination ul li .current,.agntix-dark .basic-pagination.product-pagination ul li:hover a{background-color:var(--tp-common-white);color:var(--tp-common-black)}.agntix-dark .breadcrumb__list span{color:#fff9}.agntix-dark .breadcrumb__style-2 .breadcrumb__list span:last-child{color:var(--tp-common-white)}.agntix-dark .tp-product-details-category span{color:#fff9}.agntix-dark .tp-product-details-title{color:var(--tp-common-white)}.agntix-dark .tp-product-details-stock span{color:var(--tp-common-white);background-color:#ffffff0f}.agntix-dark .tp-product-details-reviews span{color:var(--tp-common-white)}.agntix-dark .tp-product-details-sort-desc p{color:#fff9}.agntix-dark .tp-product-details-sort-desc p span,.agntix-dark .tp-product-details-price.new-price{color:var(--tp-common-white)}.agntix-dark .tp-product-details-price.old-price{color:#fff9}.agntix-dark .tp-product-details-variation-title{color:var(--tp-common-white)}.agntix-dark .tp-product-details-variation-list button:hover,.agntix-dark .tp-product-details-variation-list button.active{box-shadow:0 1px 2px #ffffffe6}.agntix-dark .tp-product-details-variation-list button .tp-color-variation-tootltip{color:var(--tp-common-black);background-color:#e8e0d4}.agntix-dark .tp-product-details-quantity .tp-cart-input[type=text]{background-color:#4d3d30;color:var(--tp-common-white)}.agntix-dark .tp-product-details-action-title{color:var(--tp-common-white)}.agntix-dark .tp-product-details-tab-line{background-color:var(--tp-common-white)}.agntix-dark .tp-product-details-quantity .tp-cart-plus,.agntix-dark .tp-product-details-quantity .tp-cart-minus{color:var(--tp-common-white)}.agntix-dark .tp-product-details-add-to-cart-btn{color:var(--tp-common-white);border:1px solid rgba(255,255,255,.08)}.agntix-dark .tp-product-details-buy-now-btn:hover{background-color:var(--tp-common-white);color:var(--tp-common-black)}.agntix-dark .tp-product-details-variation-list button .tp-color-variation-tootltip:before{border-top:6px solid #e8e0d4}.agntix-dark .tp-product-details-action-sm-btn{color:#fff9}.agntix-dark .tp-product-details-action-sm-btn:hover{color:var(--tp-common-white)}.agntix-dark .agntix-dark .tp-product-details-action-sm-btn i,.agntix-dark .tp-product-details-action-sm-btn svg{color:var(--tp-common-white)}.agntix-dark .tp-product-details-query-item p{color:#fff9}.agntix-dark .tp-product-details-query-item>span{color:var(--tp-common-white)}.agntix-dark .tp-product-details-social span{color:var(--tp-common-white)}.agntix-dark .tp-product-details-social a{color:var(--tp-common-white);border:1px solid transparent;background-color:#4d3d30}.agntix-dark .tp-product-details-social a:hover{color:#4d3d30;border-color:#4d3d30;background-color:var(--tp-common-white)}.agntix-dark .modal-content{background-color:#453528}.agntix-dark .tp-product-modal .tp-product-modal-close-btn{color:var(--tp-common-white)}.agntix-dark .tp-product-details-msg ul li{color:#fff9}.agntix-dark .tp-product-details-msg ul li:after{filter:invert(1)}.agntix-dark .tp-product-details-payment p{color:var(--tp-common-white)}.agntix-dark .tp-product-details-payment{background-color:#4d3d30}.agntix-dark .tp-product-details-action-sm{border-bottom:1px solid rgba(255,255,255,.1)}.agntix-dark .tp-product-details-tab-nav .nav-tabs .nav-link.active,.agntix-dark .tp-product-details-tab-nav .nav-tabs .nav-link:hover{color:var(--tp-common-white)}.agntix-dark .tp-product-details-tab-nav .nav-tabs{border-bottom:1px solid rgba(255,255,255,.1)}.agntix-dark .tp-product-details-additional-info table tr:not(:last-child){border-bottom:1px solid rgba(255,255,255,.1)}.agntix-dark .tp-product-details-tab-nav .nav-tabs .nav-link{color:#fff9}.agntix-dark .tp-product-details-additional-info table tr td:first-child{background-color:#4d3d30;color:var(--tp-common-white)}.agntix-dark .tp-product-details-additional-info table tr td:last-child{color:#fff9}.agntix-dark .tp-product-details-additional-info table{border:1px solid rgba(255,255,255,.1)}.agntix-dark .tp-product-details-desc-title{color:var(--tp-common-white)}.agntix-dark .tp-product-details-desc-content p{color:#fff9}.agntix-dark .tp-product-details-thumb-wrapper .nav-tab .nav-links{background-color:#4d3d30}.agntix-dark .tp-product-details-thumb-wrapper .nav-tab .nav-links.active{border:1px solid #e8e0d4;background:#e8e0d4}.agntix-dark .tp-product-details-review-number{border:1px solid #584A3E;background-color:#4d3d30}.agntix-dark .tp-product-details-review-title,.agntix-dark .tp-product-details-review-number-title,.agntix-dark .tp-product-details-review-summery-value span,.agntix-dark .tp-product-details-review-summery-rating p{color:var(--tp-common-white)}.agntix-dark .tp-product-details-review-rating-percent span{color:#a0a2a4}.agntix-dark .tp-product-details-review-rating-item>span{color:var(--tp-common-white)}.agntix-dark .tp-product-details-review-form-title{color:var(--tp-common-white)}.agntix-dark .tp-product-details-review-form>p{color:#a0a2a4}.agntix-dark .tp-product-details-review-form-rating p{color:var(--tp-common-white)}.agntix-dark .tp-product-details-review-input input,.agntix-dark .tp-product-details-review-input textarea{border-color:#584a3e;background:#4d3d30;color:var(--tp-common-white)}.agntix-dark .tp-product-details-review-input input::placeholder,.agntix-dark .tp-product-details-review-input textarea::placeholder{color:#fff9}.agntix-dark .tp-product-details-review-input input:focus,.agntix-dark .tp-product-details-review-input textarea:focus{border-color:#ffffffe6}.agntix-dark .tp-product-details-review-input-title label{color:var(--tp-common-white)}.agntix-dark .tp-product-details-review-remeber label{color:#fff9}.agntix-dark .tp-product-details-review-remeber label:after{border:1px solid #686a6c}.agntix-dark .tp-product-details-review-btn{color:var(--tp-common-black);border:1px solid #F4F0EA;background-color:#f4f0ea}.agntix-dark .tp-product-details-review-btn:hover{color:#f4f0ea;background-color:transparent}.agntix-dark .tp-product-details-review-remeber input:checked~label:after{border:1px solid #F4F0EA;background-color:#f4f0ea}.agntix-dark .tp-product-details-review-avater-title{color:var(--tp-common-white)}.agntix-dark .tp-product-details-review-avater-meta,.agntix-dark .tp-product-details-review-avater-comment p{color:#fff9}.agntix-dark .tp-product-details-bottom{border-bottom:1px solid rgba(255,255,255,.1)}.agntix-dark .tp-product-related-title{color:var(--tp-common-white)}.agntix-dark .tp-product-details-review-remeber label:before{filter:invert(1)}.agntix-dark .tp-header-8-lang a{color:var(--tp-common-white)}.agntix-dark .tp-header-8-lang a:hover{color:var(--tp-common-red-2)}.agntix-light .des-about-text .tp-btn-border{color:var(--tp-common-black);border:1px solid rgba(0,0,0,.1)}.agntix-light .des-about-text .tp-btn-border:hover{color:var(--tp-common-white);background-color:var(--tp-common-black);border-color:var(--tp-common-black)}.agntix-light .des-text-item.sm span{color:#0000001a}.agntix-light .des-text-moving-area{padding-bottom:60px}.agntix-light .des-about-area{padding-top:160px}.agntix-light .tp_text_invert_3>div{background-image:linear-gradient(to right,#000 50%,#e4e4e4 50%)}.agntix-light .des-text-title{color:var(--tp-common-black);background-color:var(--tp-common-white)}.agntix-light .des-text-title-wrap:after{background-color:#0000000f}.agntix-light .des-text-title-box p,.agntix-light .des-text-moving-top.active .des-text-item.sm span,.agntix-light .tp-section-subtitle,.agntix-light .tp-section-title-mango{color:var(--tp-common-black)}.agntix-light .des-project-top-text p{color:var(--tp-text-body)}.agntix-light .des-project-total span{color:var(--tp-common-black)}.agntix-light .des-project-total span:before{background-color:var(--tp-common-black)}.agntix-light .des-project-info span{color:#00000080}.agntix-light .des-project-info h4{color:var(--tp-common-black)}.agntix-light .des-project-item{border-color:#0000001a}.agntix-light .des-brand-item.black-style .des-brand-item-inner{background-color:#f6f6f9}.agntix-light .des-brand-item.black-style .des-brand-item-inner img{filter:invert(0)}.agntix-light .tp-header-4-style .tp-header-menu nav ul li a{color:var(--tp-common-black)}.agntix-light .tp-header-4-style .tp-header-dropdown nav ul li.has-dropdown:after{color:var(--tp-common-black)}.agntix-light .creative-hero-black-box,.agntix-light .creative-hero-title em{background-color:var(--tp-common-white)}.agntix-light .creative-hero-title{color:var(--tp-common-black)}.agntix-light .creative-hero-title i,.agntix-light .creative-hero-btn{background-color:var(--tp-common-white)}.agntix-light .creative-hero-black-box:before{box-shadow:0 -18px #fff}.agntix-light .creative-hero-title em:before{box-shadow:0 -18px #fff}.agntix-light .creative-hero-title i:before{box-shadow:0 18px #fff}.agntix-light .creative-hero-btn:before{box-shadow:0 -18px #fff}.agntix-light .creative-hero-title img,.agntix-light .creative-2-hero-title img{filter:invert(1)}.agntix-light .creative-2-hero-title,.agntix-light .creative-2-hero-text p,.agntix-light .creative-2-hero-icon{color:var(--tp-common-black)}.agntix-light .design-choose-2-style .design-choose-item{background-color:#fff;border:1px solid rgba(0,0,0,.1)}.agntix-light .design-choose-2-style .design-choose-item span{color:var(--tp-common-black)}.agntix-light .design-choose-2-style .design-choose-item p{color:#0009}.agntix-light .creative-hero-banner:after{box-shadow:0 -18px #fbfbfb}.agntix-light .tp-header-border{border-bottom:1px solid rgba(0,0,0,.1)}.agntix-light .creative-hero-avater-box{background-color:var(--tp-common-white)}.agntix-light .creative-hero-avater-info h4{color:var(--tp-common-black)}.agntix-light .creative-hero-avater-info span{color:var(--tp-text-body)}.agntix-light .tp-section-subtitle.fs-17.pre-circle:before{background-color:var(--tp-common-black)}.agntix-light .creative-about-text p{color:var(--tp-common-black)}.agntix-light .creative-brand-item img{filter:invert(1)}.agntix-light .tp-section-title.fs-64,.agntix-light .creative-project-title-sm,.agntix-light .creative-project-meta span{color:var(--tp-common-black)}.agntix-light .creative-project-meta span:not(:last-child):after{background-color:var(--tp-common-black)}.agntix-light .creative-project-category{background-color:var(--tp-common-white)}.agntix-light .creative-project-category:before{box-shadow:0 -17px #fff}.agntix-light .creative-project-category:after{box-shadow:0 -17px #fff}.agntix-light .creative-project-btn-box p,.agntix-light .tp-section-title.fs-44{color:var(--tp-common-black)}.agntix-light .creative-blog-top-content p{color:#4d5051}.agntix-light .creative-service-content>span{color:var(--tp-common-black)}.agntix-light .creative-service-title{color:var(--tp-common-black)}.agntix-light .creative-service-item.about-us-4{border-color:#0003}.agntix-light .creative-service-item.about-us-4 .creative-service-title a{background:linear-gradient(#d0ff71,#d0ff71) left no-repeat,#111013;background-size:auto,auto;background-clip:border-box,border-box;background-size:0% 100%;background-clip:text;-webkit-background-clip:text}.agntix-light .creative-service-item.about-us-4:hover .creative-service-title a{background-size:100% 100%}.agntix-light .creative-service-item.about-us-4:hover .creative-service-link a{background-color:#d0ff71;color:var(--tp-common-black);border:1px solid rgb(208,255,113)}.agntix-light .creative-choose-text p{color:var(--tp-common-black)}.agntix-light .creative-choose-text p span{background-color:#fff}.agntix-light .creative-choose-text p span svg{filter:invert(1)}.agntix-light .creative-choose-text-middle:before{box-shadow:0 18px #fff}.agntix-light .creative-choose-avater-box{background-color:var(--tp-common-white)}.agntix-light .creative-choose-avater-info h4{color:var(--tp-common-black)}.agntix-light .creative-choose-avater-info span{color:var(--tp-text-body)}.agntix-light .creative-choose-avater-box:after{bottom:34px;box-shadow:0 -18px #fff}.agntix-light .creative-choose-customer{background-color:var(--tp-common-white)}.agntix-light .creative-choose-customer-info h4,.agntix-light .creative-choose-customer-info span{color:var(--tp-text-body)}.agntix-light .creative-choose-customer:before{box-shadow:0 13px #fff}.agntix-light .creative-choose-customer:after{box-shadow:0 13px #fff}.agntix-light .creative-testimonial-item{background-color:#f6f6f9}.agntix-light .creative-testimonial-avater-info h4{color:var(--tp-common-black)}.agntix-light .creative-testimonial-avater-info span{color:var(--tp-text-body)}.agntix-light .creative-testimonial-text p{color:var(--tp-common-black)}.agntix-light .creative-testimonial-text p span svg{filter:invert(1)}.agntix-light .creative-testimonial-slider-wrap .tp-scrollbar{background:#0000001a}.agntix-light .creative-testimonial-slider-wrap .tp-scrollbar .swiper-scrollbar-drag{background:var(--tp-common-black)}.agntix-light .creative-work-square-box{background-color:var(--tp-common-white)}.agntix-light .creative-work-square-box:after,.agntix-light .creative-work-square-box:before{box-shadow:0 -18px #fff}.agntix-light .creative-work-item{background-color:var(--tp-common-white)}.agntix-light .creative-work-icon img{filter:invert(1)}.agntix-light .creative-work-content p{color:var(--tp-common-black)}.agntix-light .creative-blog-meta span{color:var(--tp-text-body)}.agntix-light .creative-blog-meta span:not(:last-child):after{background-color:#2e2d2d}.agntix-light .creative-blog-title-sm{color:var(--tp-common-black)}.agntix-light .creative-footer-style .tp-footer-widget-social{background-color:#fff}.agntix-light .creative-footer-style .tp-footer-widget-social:after,.agntix-light .creative-footer-style .tp-footer-widget-social:before{box-shadow:0 -18px #fff}.agntix-light .creative-footer-text{background-color:#fff}.agntix-light .creative-footer-text:after,.agntix-light .creative-footer-text:before{box-shadow:0 -18px #fff}.agntix-light .creative-footer-text p{color:var(--tp-common-black)}.agntix-light .creative-footer-style .tp-footer-widget-menu ul li a:hover{border:1px solid rgb(208,255,113)}.agntix-light .creative-footer-style .tp-footer-widget-title,.agntix-light .creative-footer-style .tp-footer-widget-title-sm,.agntix-light .creative-footer-style .tp-copyright-big-text{color:var(--tp-common-black)}.agntix-light .creative-footer-style .tp-footer-widget-menu ul li a{color:var(--tp-common-black);border:1px solid rgba(0,0,0,.1)}.agntix-light .creative-footer-style .tp-footer-widget-info a,.agntix-light .creative-footer-style .tp-copyright-left span,.agntix-light .creative-footer-style .tp-copyright-right a{color:var(--tp-common-black)}.agntix-light .creative-footer-style .tp-footer-widget-social a:hover{color:var(--tp-common-white);background-color:var(--tp-common-black)}.agntix-light .tp_text_invert_2>div{background-size:200% 100%;background-position:100%;-webkit-background-clip:text;background-clip:text;color:transparent;background-image:linear-gradient(to right,#111013 50%,#e4e4e4 50%)}.agntix-light .design-project-title-box p{color:var(--tp-common-black-7)}.agntix-light .tp-btn-sky-border{color:var(--tp-common-black-7);border:1.5px solid #0e0f11}.agntix-light .tp-btn-sky-border:hover{background-color:#0e0f11;color:var(--tp-common-white)}.agntix-light .design-project-title,.agntix-light .design-project-content span,.agntix-light .design-choose-title-box p,.agntix-light .design-choose-content p{color:var(--tp-common-black-7)}.agntix-light .creative-footer-style .tp-footer-widget-title-sm.pre:before{background-color:var(--tp-common-black)}.agntix-light .design-service-left span{color:var(--tp-text-body)}.agntix-light .design-service-left span:after{background-color:#0000001a}.agntix-light .design-service-accordion .accordion-buttons span,.agntix-light .design-service-accordion .accordion-body p{color:var(--tp-text-body)}.agntix-light .design-service-accordion .accordion-buttons i{color:var(--tp-common-black-7)}.agntix-light .design-service-accordion .accordion-buttons:not(.collapsed) i{color:var(--tp-common-black)}.agntix-light .design-service-category a{color:var(--tp-common-black-7);border-color:#0000001a}.agntix-light .design-service-category a:hover{color:var(--tp-common-white)}.agntix-light .creative-project-social a{background-color:#f6f6f9;color:var(--tp-common-black);border-color:var(--tp-common-white)}.agntix-light .creative-project-social:after{background-color:#0000001a}.agntix-light .design-hero-slide-text span,.agntix-light .design-hero-content p,.agntix-light .design-hero-social a{color:var(--tp-common-black-7)}.agntix-light .design-hero-social a:not(:last-child):after{background-color:#0006}.agntix-light .tp-btn-sky-border.solid-bg{color:var(--tp-common-white);background-color:#0e0f11}.agntix-light .tp-btn-sky-border.solid-bg:hover{color:var(--tp-common-black-7);background-color:transparent}.agntix-light .creative-text-item span{color:var(--tp-common-black-7)}.agntix-light .creative-text-item span:after{background-color:var(--tp-common-black-7)}.agntix-light .design-work-content p,.agntix-light .design-award-title-box p{color:var(--tp-common-black-7)}.agntix-light .design-award-item{border-bottom:1px solid rgba(0,0,0,.3)}.agntix-light .design-award-item:hover{border-color:var(--tp-common-black-7)}.agntix-light .design-award-item:before{background:#0000004d}.agntix-light .design-award-item:after{background:#0000004d}.agntix-light .design-award-item:hover:before,.agntix-light .design-award-item:hover:after{background:var(--tp-common-black-7)}.agntix-light .design-award-item.active .design-award-content h4,.agntix-light .design-award-item.active .design-award-content span{color:var(--tp-common-black-7)}.agntix-light .design-award-content h4,.agntix-light .design-award-content span{color:#00000040}.agntix-light .tp-testimonial-ratting{border:1px solid rgba(0,0,0,.1)}.agntix-light .tp-testimonial-ratting img{filter:invert(1)}.agntix-light .tp-testimonial-ratting-icon span{color:var(--tp-common-black-7)}.agntix-light .tp-testimonial-ratting-info p{color:#0009}.agntix-light .design-footer-widget-title{color:var(--tp-common-black-7)}.agntix-light .design-footer-widget-input input{color:var(--tp-common-black);border-color:#1414141a}.agntix-light .design-footer-widget-input input::placeholder{color:var(--tp-common-black)}.agntix-light .design-footer-widget-input input:focus{border-color:var(--tp-common-black-7)}.agntix-light .design-footer-widget-input-icon{background-color:var(--tp-common-black-7)}.agntix-light .design-footer-widget-info a{color:var(--tp-common-black)}.agntix-light .design-footer-middle,.agntix-light .design-footer-top-wrap{border-bottom:1px solid rgba(0,0,0,.2)}.agntix-light .design-copyright-text p{color:#00000080}.agntix-light .design-copyright-backtoTop a,.agntix-light .design-copyright-backtoTop a span{color:var(--tp-common-black-7)}.agntix-light .design-copyright-big-text img{filter:invert(1)}.agntix-light .design-hero-circle-1{filter:blur(400px);-webkit-filter:blur(400px);background-color:#052d9233}.agntix-light .design-hero-circle-2{filter:blur(400px);-webkit-filter:blur(400px);background-color:#6d61ff1a}.agntix-light .creative-choose-text-bottom:after{box-shadow:0 -18px #fff}.agntix-light .des-team-item-box span,.agntix-light .des-team-item-box .des-team-title{color:#ececec}.agntix-light .des-team-item-box.active span,.agntix-light .des-team-item-box.active .des-team-title{color:#111013}.agntix-light .des-team-wrap.des-team-inner-style .des-team-item-box span,.agntix-light .des-team-wrap.des-team-inner-style .des-team-item-box .des-team-title{color:#ececec}.agntix-light .des-team-wrap.des-team-inner-style .des-team-item-box.active span,.agntix-light .des-team-wrap.des-team-inner-style .des-team-item-box.active .des-team-title{color:#2a4c3a}.agntix-light .studio-hero-info a,.agntix-light .studio-hero-info span,.agntix-light .studio-hero-banner-text span,.agntix-light .tp-section-subtitle-clash,.agntix-light .studio-about-content p,.agntix-light .studio-project-number span,.agntix-light .studio-project-number i,.agntix-light .studio-project-title-sm{color:var(--tp-common-black-7)}.agntix-light .studio-project-content span,.agntix-light .studio-service-item-wrap .tp-award-year{color:#0009}.agntix-light .studio-service-item-wrap .tp-award-text{color:var(--tp-common-black-7)}.agntix-light .tp-award-icon{color:var(--tp-common-black)}.agntix-light .studio-service-item-wrap .tp-award-item{border-top:1px solid rgba(0,0,0,.1)}.agntix-light .studio-service-item-wrap{border-bottom:1px solid rgba(0,0,0,.1)}.agntix-light .studio-award-content p{color:var(--tp-common-black-7)}.agntix-light .studio-award-icon img{filter:invert(1)}.agntix-light .studio-award-icon{border-bottom:1px solid rgba(0,0,0,.1)}.agntix-light .studio-award-item span{color:#0009}.agntix-light .design-testimonial-author h4{color:var(--tp-common-black-7)}.agntix-light .design-testimonial-author span{color:var(--tp-text-body)}.agntix-light .design-testimonial-review h4,.agntix-light .design-testimonial-text p{color:var(--tp-common-black-7)}.agntix-light .design-testimonial-item{background-color:#f6f6f9}.agntix-light .studio-team-title-box p{color:#000c}.agntix-light .studio-step-item{box-shadow:none;background-color:#f6f6f9}.agntix-light .tp-btn-red-border{color:var(--tp-common-red)}.agntix-light .tp-btn-red-border:hover{color:var(--tp-common-white)}.agntix-light .tp-section-title.fs-54,.agntix-light .ai-choose-text p{color:var(--tp-common-black)}.agntix-light .ai-choose-bottom-text p{color:#000000b3}.agntix-light .ai-choose-bottom-text p a{color:var(--tp-common-black)}.agntix-light .ai-choose-icon span{color:var(--tp-common-black);background:#00000014}.agntix-light .ai-choose-bottom-text{border:1px solid rgba(0,0,0,.1)}.agntix-light .ai-choose-shape{filter:invert(1)}.agntix-light .ai-about-title-box p,.agntix-light .ai-about-list ul li p{color:var(--tp-common-black)}.agntix-light .ai-about-list ul li>span>span svg{color:var(--tp-common-black)}.agntix-light .ai-about-list ul li>span>span i{background:#00000014}.agntix-light .ai-text-slider span{color:#00000005;-webkit-text-stroke:2px rgba(0,0,0,.197);text-shadow:inset 0 -6px 12px 0 rgba(0,0,0,.14)}.agntix-light .ai-text-slider img{filter:invert(1)}.agntix-light .ai-service-top-text p{color:#0009}.agntix-light .ai-service-item{background-color:#fff}.agntix-light .ai-service-title-sm{color:var(--tp-common-black)}.agntix-light .ai-service-content p{color:#0009}.agntix-light .ai-service-link a{color:var(--tp-common-black);border:1px solid rgba(0,0,0,.1)}.agntix-light .ai-service-item:after{filter:invert(1);background:-webkit-linear-gradient(90deg,#08041D 0%,rgba(255,255,255,.1) 100%)}.agntix-light .ai-service-link a:hover{color:var(--tp-common-white);background-color:var(--tp-common-black)}.agntix-light .ai-price-title-box p{color:#0009}.agntix-light .ai-price-tab ul{border:1px solid rgba(0,0,0,.1)}.agntix-light .ai-price-tab ul li button.active{color:var(--tp-common-white)}.agntix-light #lineMarker{background:var(--tp-common-black)}.agntix-light .ai-price-tab ul li button{color:var(--tp-common-black)}.agntix-light .ai-price-item{background-color:#f6f6f9}.agntix-light .ai-price-head span,.agntix-light .ai-price-head h4{color:var(--tp-common-black)}.agntix-light .ai-price-head h4 i{color:#0009}.agntix-light .ai-price-list-item span{color:var(--tp-common-black)}.agntix-light .ai-price-list-item i{color:var(--tp-common-black);border:2px solid rgba(0,0,0,.2)}.agntix-light .ai-price-bottom-text span{color:#000000b3;border:1px solid rgba(0,0,0,.1)}.agntix-light .ai-price-bottom-text span a{color:var(--tp-common-black)}.agntix-light .ai-faq-video a{background:#0000000f;border:1px solid rgba(0,0,0,.1);box-shadow:0 2px 10px #0000001a}.agntix-light .ai-faq-accordion-wrap .accordion-header .accordion-buttons{color:var(--tp-common-black)}.agntix-light .ai-faq-accordion-wrap .accordion-body p{color:#0009}.agntix-light .ai-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon:before{background-color:var(--tp-common-black)}.agntix-light .ai-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon:after{background-color:var(--tp-common-black)}.agntix-light .ai-blog-content span{background:linear-gradient(139deg,#9968ff,#ff6cb2 49%,#ffaf56);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.agntix-light .ai-blog-title{color:var(--tp-common-black)}.agntix-light .ai-blog-meta span{color:#0006}.agntix-light .ai-blog-meta span:not(:last-child):after{background-color:#0006}.agntix-light .ai-blog-item{border:1px solid rgba(0,0,0,.08)}.agntix-light .tp-section-subtitle-teko,.agntix-light .tp-section-subtitle-teko i,.agntix-light .tp-section-title-teko,.agntix-light .tp-section-title-teko span{color:#2a4c3a}.agntix-light .crp-about-text p{color:#000c}.agntix-light .crp-service-icon span{background-color:#2a4c3a}.agntix-light .crp-service-title-sm{color:#2a4c3a}.agntix-light .crp-service-content p{color:#000000b3}.agntix-light .crp-service-link,.agntix-light .crp-service-link i{color:#2a4c3a}.agntix-light .tp-btn-yellow-border{color:#2a4c3a;border:1px solid #2A4C3A}.agntix-light .crp-project-item{background-color:var(--tp-common-white);border:1px solid rgba(42,76,58,.1)}.agntix-light .crp-process-title-sm{color:#2a4c3a}.agntix-light .crp-process-content p{color:#000000b3}.agntix-light .crp-blog-title{color:var(--tp-common-black)}.agntix-light .crp-blog-meta{color:#000000b3}.agntix-light .crp-blog-title-sm{color:#2a4c3a}.agntix-light .crp-blog-category span{color:#2a4c3a;border:1px solid rgba(0,0,0,.1)}.agntix-light .crp-price-title-box .tp-section-subtitle-teko{color:var(--tp-common-white)}.agntix-light .crp-price-title-box .tp-section-title-teko{color:var(--tp-common-cream-3)}.agntix-light .crp-price-title-box .tp-section-title-teko span{color:var(--tp-common-yellow-green)}.agntix-light .crp-price-btn-box .tp-btn-yellow-border{color:var(--tp-common-yellow-green);border:1px solid var(--tp-common-yellow-green)}.agntix-light .crp-about-btn-box .tp-btn-yellow-green{color:#fff;background-color:#2a4c3a}.agntix-light .creative-hero-black-box:after{box-shadow:0 -18px #fff}.agntix-light .creative-hero-title em:after{box-shadow:0 18px #fff}.agntix-light .tp-price-light-anim .animated-border-box:before{background-image:conic-gradient(#fff,#000,#fff 25%)}.agntix-light .ai-faq-accordion-wrap .accordion-items:not(:last-child){border-bottom:1px solid rgba(0,0,0,.1)}.agntix-light .ai-price-btn .tp-btn-black-border{color:var(--tp-common-black);background:#fff}.agntix-light .cr-multi-border{border-color:#0000000f}.agntix-light .cr-multi-border:after,.agntix-light .cr-multi-border:before{background:linear-gradient(180deg,#0000,#000)}.agntix-light .ca-brand-sub img{filter:invert(1)}.agntix-light .tp-btn-white-border.tp-btn-light-bg{color:#0e0f11;background-color:var(--tp-common-white);border:1px solid rgba(255,255,255,.1)}.agntix-light .tp-btn-white-border.tp-btn-light-bg:hover{color:var(--tp-common-white);border-color:var(--tp-common-white);background-color:transparent}.agntix-light .cr-brand-heading p{color:#00000080}.agntix-light .cr-brand-wrapper .app-brand-item{border-color:#0000001a}.agntix-light .cr-brand-wrapper .app-brand-item img,.agntix-light .cr-brand-bottom img{filter:invert(1)}.agntix-light .tp-section-subtitle-gradient.ct{border-color:#0000001a}.agntix-light .tp-section-title-onest{color:var(--tp-common-black)}.agntix-light .cr-feature-heading p{color:#00000080}.agntix-light .cr-feature-heading{border-bottom:1px solid rgba(0,0,0,.07)}.agntix-light .cr-multi-border-bottom{border-bottom:1px solid rgba(0,0,0,.06)}.agntix-light .cr-feature-2-bg{filter:invert(1)}.agntix-light .cr-feature-2-heading p{color:#00000080}.agntix-light .cr-feature-2-btn .tp-btn-white-border{color:var(--tp-common-white);border:1px solid rgba(0,0,0,.1);background-color:var(--tp-common-black)}.agntix-light .cr-feature-2-btn .tp-btn-white-border:hover{color:var(--tp-common-black);background-color:transparent;border-color:var(--tp-common-black)}.agntix-light .cr-feature-2-item{border-color:#ebebeb}.agntix-light .cr-feature-2-item span{background-color:#ebebeb}.agntix-light .cr-feature-2-ptb{border-bottom:1px solid rgba(0,0,0,.07)}.agntix-light .cr-feature-3-border-box{border-color:#00000012}.agntix-light .cr-feature-3-border-box:after,.agntix-light .cr-feature-3-border-box:before{background:linear-gradient(180deg,#0000,#000)}.agntix-light .cr-feature-3-border{border-bottom:1px solid rgba(0,0,0,.07)}.agntix-light .cr-service-item{border-left:1px dashed rgba(0,0,0,.08)}.agntix-light .cr-service-item-icon span{border:1px solid rgba(0,0,0,.1)}.agntix-light .cr-service-item-icon span svg{filter:invert(1)}.agntix-light .cr-service-item-title{color:var(--tp-common-black)}.agntix-light .cr-feature-3-heading .tp-section-title-onest{color:var(--tp-common-white)}.agntix-light .cr-service-item-content p{color:#00000080}.agntix-light .cr-hero-heading .tp-section-title-onest{color:var(--tp-common-white)}.agntix-light .cr-service-ptb{border-bottom:1px solid rgba(0,0,0,.07)}.agntix-light .cr-testimonial-box{border-color:#00000012}.agntix-light .cr-testimonial-ptb{border-bottom:1px solid rgba(0,0,0,.07)}.agntix-light .cr-testimonial-content span{color:var(--tp-common-black)}.agntix-light .cr-testimonial-content p{color:#00000080}.agntix-light .cr-testimonial-title{color:var(--tp-common-black)}.agntix-light .cr-testimonial-nav button{color:var(--tp-common-black);background:#0000000f;border:1px solid rgba(0,0,0,.06)}.agntix-light .cr-testimonial-nav button:hover{color:var(--tp-common-white);border-color:var(--tp-common-black);background-color:var(--tp-common-black)}.agntix-light .cr-testimonial-wrapper{background:#f6f6f9;box-shadow:0 0 4px #0000001f inset,0 0 2px 2px #fff6}.agntix-light .cr-testimonial-item-subtitle{color:#00000080}.agntix-light .cr-testimonial-item-top img{filter:invert(1)}.agntix-light .cr-testimonial-item-title,.agntix-light .cr-testimonial-item-user span{color:var(--tp-common-black)}.agntix-light .cr-testimonial-item-user p{color:#00000080}.agntix-light .cr-blog-item{border:1px solid rgba(0,0,0,.08)}.agntix-light .cr-blog-item-category,.agntix-light .cr-blog-item-title{color:var(--tp-common-black)}.agntix-light .cr-blog-item-meta{color:#00000080}.agntix-light .cr-blog-bottom-text{color:var(--tp-common-black)}.agntix-light .cr-blog-bottom-border{border-bottom:1px solid rgba(0,0,0,.07)}.agntix-light .cr-cta-text{color:#00000080}.agntix-light .cr-cta-bg{filter:invert(1)}.agntix-light .cr-footer-border-wrap{border-color:#0000000f}.agntix-light .cr-cta-btn .tp-btn-white-border{color:var(--tp-common-white);border:1px solid rgba(0,0,0,.1);background-color:var(--tp-common-black)}.agntix-light .cr-cta-btn .tp-btn-white-border:hover{background-color:transparent;color:var(--tp-common-black);border-color:var(--tp-common-black)}.agntix-light .tp-hero-5-thumb-content p{color:var(--tp-common-black-8)}.agntix-light .tp-hero-5-thumb-content:after{background-color:var(--tp-common-black-8)}@media(min-width:1800px){.agntix-light .tp-hero-5-bdr-left{border-left:1px solid rgba(46,46,46,.1)}}.agntix-light .tp-hero-5-title span{-webkit-text-stroke:2px var(--tp-common-black-8);text-stroke:2px var(--tp-common-black-8)}.agntix-light .tp-hero-5-title,.agntix-light .tp-hero-5-title-box p{color:var(--tp-common-black-8)}.agntix-light .tp-hero-5-title-box .tp-btn-cream-bdr{color:var(--tp-common-black-8);border:1px solid var(--tp-common-black-8)}.agntix-light .tp-hero-5-title-box .tp-btn-cream-bdr:hover{background-color:var(--tp-common-black-8);color:#f3f1ea}.agntix-light .tp-project-5-title-box-bg,.agntix-light .tp-text-slider-5-style .tp-text-slider-4-wrap{background-color:#e5e1d3}.agntix-light .tp-text-slider-5-style .tp-text-slider-4-item span{color:var(--tp-common-black-8)}.agntix-light .tp-text-slider-4-item img{filter:invert(100%) sepia(80%) saturate(280%) hue-rotate(200deg) brightness(105%) contrast(100%)}.agntix-light .tp-about-5-subtitle,.agntix-light .tp-section-title-5.fs-140,.agntix-light .tp-about-5-title-box p,.agntix-light .tp-project-5-section-subtitle,.agntix-light .tp-project-5-section-title,.agntix-light .tp-project-5-section-link{color:var(--tp-common-black-8)}.agntix-light .tp-project-5-section-box{border-top:1px solid rgba(46,46,46,.1)}.agntix-light .tp-project-5-title-box.active .tp-project-5-title{color:var(--tp-common-black-8)}.agntix-light .tp-project-5-title,.agntix-light .tp-project-5-title-box span{color:#2f2e2b4d}.agntix-light .tp-project-5-title-box.active span,.agntix-light .tp-project-5-2-title{color:var(--tp-common-black-8)}.agntix-light .tp-project-5-2-item{border:1px solid var(--tp-common-black-8);background:#f3f1eae6}.agntix-light .tp-project-5-2-content span,.agntix-light .tp-project-5-2-title-sm{color:var(--tp-common-black-8)}.agntix-light .tp-project-5-2-shape span{filter:invert(100%) sepia(80%) saturate(280%) hue-rotate(200deg) brightness(105%) contrast(100%)}.agntix-light .tp-project-5-2-btn{border-top:1px solid var(--tp-common-black-8);border-bottom:1px solid var(--tp-common-black-8)}.agntix-light .tp-project-5-2-btn a,.agntix-light .tp-project-5-2-btn a span{color:var(--tp-common-black-8)}.agntix-light .tp-testimonial-5-content .quote-shape svg{color:#3e3e2140;stroke-width:.5px;stroke:#cfc2924d}.agntix-light .tp-testimonial-5-content p,.agntix-light .tp-testimonial-5-content span{color:var(--tp-common-white)}.agntix-light .tp-testimonial-5-content span:before{background-color:var(--tp-common-white)}.agntix-light .tp-testimonial-5-bg{mix-blend-mode:normal}.agntix-light .tp-footer-15-social span,.agntix-light .tp-footer-15-social a,.agntix-light .tp-footer-15-social a span{color:var(--tp-common-black-8)}.agntix-light .tp-footer-15-social:after{background-color:var(--tp-common-black-8)}.agntix-light .tp-footer-15-social a:after{background-color:var(--tp-common-black-8)}.agntix-light .tp-footer-15-copyright-text span{color:var(--tp-common-black-8)}.agntix-light .tp-footer-15-copyright-text span a:after{background-color:var(--tp-common-black-8)}.agntix-light .pp-brand-title{color:var(--tp-common-black)}.agntix-light .pp-brand-title i{color:#0000004d}.agntix-light .pp-brand-area{border-bottom:1px solid rgba(0,0,0,.1)}.agntix-light .pp-service-heading span{color:var(--tp-common-black)}.agntix-light .pp-service-item{border-color:#0000001a}.agntix-light .pp-service-item-title{color:var(--tp-common-black)}.agntix-light .pp-banner-wrap img{opacity:1}.agntix-light .pp-project-heading .tp-section-title-teko,.agntix-light .pp-project-item-title,.agntix-light .pp-project-item-title:hover a{color:var(--tp-common-black-7)}.agntix-light .pp-project-item-meta{color:#0009}.agntix-light .pp-text-slider-wrapper .pp-brand-title{color:var(--tp-common-white)}.agntix-light .pp-about-heading .tp-section-title-teko{color:var(--tp-common-black-7)}.agntix-light .pp-award-wrapper .tp-award-item-wrap .tp-award-item .row [class*=col-] .tp-award-text-2{color:#0006}.agntix-light .tp-award-year,.agntix-light .pp-award-wrapper .tp-award-item-wrap .tp-award-item .row [class*=col-] .tp-award-position,.agntix-light .pp-award-wrapper .tp-award-item-wrap .tp-award-item .row [class*=col-] .tp-award-link{color:var(--tp-common-black)}.agntix-light .pp-award-wrapper .tp-award-item-wrap .tp-award-item{border-bottom:1px solid rgba(0,0,0,.1)}.agntix-light .pp-award-wrapper .tp-award-item-wrap .tp-award-item:after{background:#00000012}.agntix-light .tp-award-item:hover .tp-award-year,.agntix-light .tp-award-item:hover .tp-award-text,.agntix-light .tp-award-item:hover .tp-award-position,.agntix-light .tp-award-item:hover .tp-award-icon,.agntix-light .tp-award-text,.agntix-light .pp-social-item.active .pp-social-item-wrap .pp-social-item-title{color:var(--tp-common-black)}.agntix-light .pp-social-item{border-bottom:1px solid rgba(0,0,0,.08)}.agntix-light .pp-social-item-title,.agntix-light .pp-social-item-wrap p{color:#0000001a}.agntix-light .pp-social-item.active .pp-social-item-wrap p{color:var(--tp-common-black)}.agntix-light .pp-hero-btn .tp-btn-red-circle-box.tp-pp-btn-style:hover .tp-btn-red-circle-text{color:var(--tp-common-black);background-color:#fff669}.agntix-light .pp-hero-btn .tp-btn-red-circle-box.tp-pp-btn-style .tp-btn-red-circle-icon{background:#fff669;color:var(--tp-common-black);border:1px solid #FFF669}.agntix-light .pp-hero-btn .tp-btn-red-circle-box.tp-pp-btn-style .tp-btn-red-circle-text{color:#fff669;border:1px solid #FFF669}.agntix-light .ai-project-title-box span{filter:invert(1)}.agntix-light .tp-hero-2-btn-box .tp-btn-border{color:var(--tp-common-cream);border:1px solid rgba(249,244,232,.1)}.agntix-light .crp-hero-subtitle .tp-section-subtitle-teko{color:var(--tp-common-cream-3)}.agntix-light .tp-work-item.about-us-3-bg{border:4px solid #fff;background-color:#edf2ef}.agntix-light .crp-price-shape-2{filter:invert(1);opacity:.1}.agntix-light .inner-service-1-category-item i{color:var(--tp-common-black)}.agntix-light .pp-service-details-process-item p{color:#0009}.agntix-light .sidebar-search input:focus{border:1px solid var(--tp-common-black)}.agntix-light .postbox-title a{display:inline;transition:all .3s linear;background-repeat:no-repeat;background-size:0% 1px,0 1px;background-position:100% 94%,0 94%;background-image:linear-gradient(currentcolor,currentcolor),linear-gradient(currentcolor,currentcolor)}.agntix-light .postbox-title a:hover{color:var(--tp-common-black);background-size:0% 1px,100% 1px}.agntix-light .rc-post-title a{display:inline;transition:all .3s linear;background-repeat:no-repeat;background-size:0% 1px,0 1px;background-position:100% 94%,0 94%;background-image:linear-gradient(currentcolor,currentcolor),linear-gradient(currentcolor,currentcolor)}.agntix-light .rc-post-title a:hover{color:var(--tp-common-black);background-size:0% 1px,100% 1px}.agntix-light .basic-pagination ul li .current,.agntix-light .basic-pagination ul li:hover a{border-color:#ff5722;background-color:#ff5722;color:var(--tp-common-white)}.agntix-light .blog-footer-style.creative-footer-style .tp-footer-widget-social a{color:var(--tp-common-white);background-color:#ff5722}.agntix-light .blog-footer-style.creative-footer-style .tp-footer-widget-menu ul li a:hover{border:1px solid rgb(244,83,34);background-color:var(--tp-common-red-3);color:var(--tp-common-white)}.agntix-light .blog-footer-style.creative-footer-style .tp-footer-widget-info a:hover{color:var(--tp-common-red-3)}.agntix-light .rc-post-wrap .rc-post:not(:last-child){border-bottom:1px solid rgba(0,0,0,.08)}.agntix-light .tp-btn-yellow-green.sidebar-btn{color:var(--tp-common-white);background-color:var(--tp-common-red-3)}.agntix-light .sidebar-widget-author-social a:hover span{color:var(--tp-common-red-3)}.agntix-light .tagcloud a:hover{color:var(--tp-common-white);background-color:var(--tp-common-red-3)}.agntix-light .postbox-details-list ul li i{color:var(--tp-common-red-3)}.agntix-light .postbox-details-social a:hover{color:var(--tp-common-white);background-color:var(--tp-common-red-3)}.agntix-light .postbox__comment-reply a:hover{color:var(--tp-common-white);border-color:var(--tp-common-red-3);background-color:var(--tp-common-red-3)}.agntix-light .postbox-details-input input:focus,.agntix-light .postbox-details-input textarea:focus{border-color:var(--tp-common-red-3)}.agntix-light .pp-project-item-title a{display:inline;transition:all .3s linear;background-repeat:no-repeat;background-size:0% 1px,0 1px;background-position:100% 100%,0 75%;background-image:linear-gradient(currentcolor,currentcolor),linear-gradient(currentcolor,currentcolor)}.agntix-light .pp-project-item-title a:hover{color:var(--tp-common-black);background-size:0% 1px,100% 1px}.agntix-light .crp-service-shape-wrap{opacity:.6}.agntix-light .crp-inner-style .pp-award-left .tp-section-subtitle-clash,.agntix-light .crp-inner-style .pp-about-heading .tp-section-title-teko{color:#2a4c3a}.agntix-light .pp-service-details-process-item span{color:var(--tp-common-white);background-color:var(--tp-common-red-2)}.agntix-light .tp-portfolio-slicer-meta{color:var(--tp-common-black)}.agntix-light .tp-portfolio-slicer-meta:not(:last-of-type):after{background-color:var(--tp-common-black)}@keyframes animate-pulse-2{0%{box-shadow:0 0 #0000001a,0 0 #0000001a}40%{box-shadow:0 0 0 50px #00004a00,0 0 #0000001a}80%{box-shadow:0 0 0 50px #00004a00,0 0 0 30px #00004a00}to{box-shadow:0 0 #00004a00,0 0 0 30px #00004a00}}.agntix-light .tp-career-shape-1{filter:invert(1)}.agntix-light .tp-slider-elegant-title{color:var(--tp-common-black)}.agntix-light .tp-footer-widget-menu ul li a{color:var(--tp-common-black);background-color:var(--tp-common-white)}.agntix-light .tp-header-14-info a,.agntix-light .coverflow-slider-title-sm{color:var(--tp-common-black)}.agntix-light .coverflow-slider-title-sm .tp-line-white{background-position:100% 100%,0 88%}.agntix-light .tp-footer-style-6 .tp-footer-widget-title,.agntix-light .tp-footer-style-6 .tp-footer-widget-title-sm,.agntix-light .tp-footer-style-6 .tp-footer-widget-info a{color:var(--tp-common-white)}.agntix-light .tp-footer-style-6 .tp-footer-widget-info a:hover{color:var(--tp-common-red-2)}.agntix-light .tp-copyright-style-6 .tp-copyright-left span,.agntix-light .tp-copyright-style-6 .tp-copyright-right a{color:var(--tp-common-white)}.agntix-light .tp-btn-white-border{color:var(--tp-common-white);background-color:var(--tp-common-black);border:1px solid rgba(0,0,0,.1)}.agntix-light .tp-btn-white-border:hover{color:var(--tp-common-black);background-color:transparent;border-color:var(--tp-common-black)}.agntix-light .tp-btn-white-border.tp-btn-transparent{color:var(--tp-common-black);background-color:transparent;border-color:#0003}.agntix-light .tp-btn-white-border.tp-btn-transparent:hover{color:var(--tp-common-white);background-color:var(--tp-common-black)}.agntix-light .tp-portfolio-slicer-title-sm{color:var(--tp-common-black)}.agntix-light .tp-perspective-slider .tp-perspective-inner .tp-perspective-image:before{background:#fff}.agntix-light .tp-perspective-slider .tp-perspective-inner .tp-perspective-image:after{background:#fff}.agntix-light .tp-perspective-social-info span,.agntix-light .tp-perspective-scroll a,.agntix-light .coverflow-slider-arrow button{color:var(--tp-common-black)}.agntix-light .tp-header-14-bar-wrap .tp-header-8-bar{background-color:transparent;border:1px solid rgba(0,0,0,.2)}.agntix-light .tp-header-14-bar-wrap .tp-header-8-bar span{color:var(--tp-common-black)}.agntix-light .tp-header-14-bar-wrap .tp-header-8-bar:hover{border-color:var(--tp-common-black);background-color:var(--tp-common-black)}.agntix-light .tp-header-14-bar-wrap .tp-header-8-bar:hover span{color:var(--tp-common-white)}.agntix-light .creative-footer-style .tp-footer-widget-social a{color:var(--tp-common-black);background-color:#d0ff71}.agntix-light .tp-section-title-teko.fs-80 span{color:#0000004d}.agntix-light .tp-section-title-teko.fs-80,.agntix-light .pp-about-content p{color:var(--tp-common-black)}.agntix-light .pp-about-bottom-btn a span{border:1px solid rgba(0,0,0,.1)}.agntix-light .pp-about-bottom-btn a span{color:var(--tp-common-black)}.agntix-light .tp-btn-red-circle-box.tp-pp-btn-style .tp-btn-red-circle-text{color:var(--tp-common-black);border:1px solid var(--tp-common-black)}.agntix-light .tp-btn-red-circle-box.tp-pp-btn-style .tp-btn-red-circle-icon{background:var(--tp-common-black);color:var(--tp-common-white);border:1px solid var(--tp-common-black)}.agntix-light .tp-btn-red-circle-box.tp-pp-btn-style:hover .tp-btn-red-circle-text{color:var(--tp-common-white);background-color:var(--tp-common-black)}.agntix-light .pp-about-me-service-subtitle,.agntix-light .pp-about-me-service-title,.agntix-light .pp-about-me-skill.pp-skill-list-wrap .pp-skill-list-title{color:var(--tp-common-black)}.agntix-light .pp-about-me-skill.pp-skill-list-wrap .pp-skill-list ul li{color:#000000b3}.agntix-light .pp-about-me-service-heading img{filter:invert(1)}.agntix-light .pp-about-me-tool-item-content span{color:var(--tp-common-black)}.agntix-light .pp-about-me-tool-item-content p{color:#000000b3}.agntix-light .pp-about-me-tool-item{border:1px solid rgba(0,0,0,.08)}.agntix-light .pp-about-me-tool-item-icon span{background:#f6f6f9}.agntix-light .pp-about-me-tool-item-icon span img{filter:saturate(1);mix-blend-mode:normal}.agntix-light .pp-about-me-experience-item p{color:#0009}.agntix-light .pp-about-me-experience-title,.agntix-light .pp-footer-subtitle,.agntix-light .pp-footer-title{color:var(--tp-common-black)}.agntix-light .pp-footer-box{background-color:var(--tp-common-yellow-1)}.agntix-light .pp-footer-btn{border:1px solid rgba(0,0,0,.1);color:var(--tp-common-black)}.agntix-light .pp-footer-copyright-text p{color:#14141499}.agntix-light .pp-footer-copyright-text-center p{color:var(--tp-common-black)}.agntix-light .pp-footer-copyright-text-center:before{background-color:var(--tp-common-black)}.agntix-light .pp-footer-copyright-text-center:after{background-color:#14141433}.agntix-light .des-about-text p{color:var(--tp-common-black)}.agntix-light .inner-service-1-text span{color:#0009}.agntix-light .inner-service-1-text p,.agntix-light .inner-service-1-category-item span{color:var(--tp-common-black)}.agntix-light .inner-service-1-category-item{border-bottom:1px solid rgba(0,0,0,.1)}.agntix-light .inner-service-1-category-item:first-child{border-top:1px solid rgba(0,0,0,.1)}.agntix-light .inner-service-1-left>span{color:var(--tp-common-black)}.agntix-light .inner-service-1-thumb-text span{color:#00000080}.agntix-light .ar-about-us-4-text-title{color:#0000001a}.agntix-light .service-faq-style .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons{color:var(--tp-common-black)}.agntix-light .service-faq-style .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-body p{color:#0009}.agntix-light .service-faq-style .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items{border-bottom:1px solid rgba(0,0,0,.1)}.agntix-light .service-faq-style .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon{border:1px solid #F3F3F9;background-color:#f3f3f9}.agntix-light .service-faq-style .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon:before,.agntix-light .service-faq-style .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon:after{background-color:#0009}.agntix-light .pp-service-details-title,.agntix-light .pp-service-details-overview-title,.agntix-light .pp-service-details-overview-wrapper p,.agntix-light .pp-service-details-overview-wrapper h4,.agntix-light .pp-service-details-overview-list ul li{color:var(--tp-common-black)}.agntix-light .pp-service-details-overview-list ul li span{border:1px solid rgba(0,0,0,.1)}.agntix-light .pp-service-details-overview-heading{border-bottom:1px solid rgba(0,0,0,.11)}.agntix-light .tp-service-4-solution-item.service-details .tp-service-4-solution-item-title{color:var(--tp-common-black);border-bottom:1px solid rgba(0,0,0,.1)}.agntix-light .tp-service-4-solution-item.service-details .tp-service-4-solution-item-content ul li{color:var(--tp-common-black)}.agntix-light .tp-service-4-solution-item.service-details{border-color:#0000001a}.agntix-light .tp-service-5-price-heading.service-details .tp-career-title,.agntix-light .tp-service-5-price-item.service-details .tp-service-5-price-item-title,.agntix-light .tp-service-5-price-item.service-details .tp-service-5-price-item-list ul li,.agntix-light .tp-service-5-price-item.service-details .tp-service-5-price-item-head h4{color:var(--tp-common-black)}.agntix-light .tp-service-5-price-item.service-details{border-color:#00000014}.agntix-light .pp-service-details-process-subtitle{background:#03030312;color:var(--tp-common-red-2)}.agntix-light .pp-service-details-process-title{color:var(--tp-common-black)}.agntix-light .pp-service-details-process-box:before{background-color:#0000001a}.agntix-light .pp-service-details-process-item h4{color:var(--tp-common-black)}.agntix-light .pp-service-details-process-bottom span{background:transparent;color:var(--tp-common-black);border:1px solid rgba(0,0,0,.1)}.agntix-light .pp-service-details-process-bottom span a{color:var(--tp-common-black)}.agntix-light .pp-service-details-process-bottom span a:hover{color:var(--tp-common-red-2)}.agntix-light .tp-breadcrumb-title{color:var(--tp-common-black)}.agntix-light .tp-breadcrumb-list span:last-child{color:var(--tp-common-black)}.agntix-light .tp-breadcrumb-list span{color:#0006}.agntix-light .postbox-item{border:1px solid rgba(0,0,0,.08)}.agntix-light .postbox-author-name{color:#000000e6}.agntix-light .postbox-author-info span,.agntix-light .postbox-meta span,.agntix-light .postbox-tag{color:#0009}.agntix-light .postbox-title{color:var(--tp-common-black)}.agntix-light .postbox-content p{color:#0009}.agntix-light .tp-btn-yellow-border.postbox-btn{color:var(--tp-common-black);background:#f6f6f9;border:1px solid #F6F6F9}.agntix-light .postbox-blockquote{background:#f6f6f9}.agntix-light .postbox-blockquote-paragraph p{color:var(--tp-common-black)}.agntix-light .basic-pagination ul li>a{border:1px solid rgba(0,0,0,.08);color:var(--tp-common-black)}.agntix-light .sidebar-search input{background:#f6f6f9;border-color:#f6f6f9;color:var(--tp-common-black)}.agntix-light .sidebar-search input:focus{background:transparent}.agntix-light .sidebar-search input::placeholder{color:#0009}.agntix-light .sidebar-search button,.agntix-light .sidebar-widget-author-name{color:var(--tp-common-black)}.agntix-light .sidebar-widget-author-content span{color:#0006}.agntix-light .sidebar-widget-author-content p{color:#000000b3}.agntix-light .sidebar-widget-author-social a span{color:var(--tp-common-black)}.agntix-light .sidebar-widget-author{border:1px solid rgba(0,0,0,.06)}.agntix-light .sidebar-widget-title{color:var(--tp-common-black)}.agntix-light .sidebar-widget-category ul li a{color:#000c;background:#f6f6f9}.agntix-light .sidebar-widget-category ul li a span:last-child{color:#0006}.agntix-light .sidebar-widget-category ul li a:hover span:last-child{color:var(--tp-common-red-3)}.agntix-light .sidebar-widget-category ul li a:hover{color:var(--tp-common-red-3)}.agntix-light .rc-post-category a{color:#626264;background:#f6f6f9}.agntix-light .rc-post-title{color:var(--tp-common-black)}.agntix-light .rc-post-title a:hover{color:#000c}.agntix-light .rc-post-meta span{color:#0009}.agntix-light .tagcloud a{color:#0009;background:#f6f6f9}.agntix-light .pp-service-details-about-item span,.agntix-light .pp-service-details-about-item p{color:var(--tp-common-black)}.agntix-light .pp-service-details-about-item{border:1px solid rgba(0,0,0,.1)}.agntix-light .tp-blog-title{color:var(--tp-common-black)}.agntix-light .tp-blog-heading-wrap .tp-section-subtitle.pre:before{background:#ff5722}.agntix-light .tp-blog-title a{background-color:#f6f6f9}.agntix-light .tp-blog-list-item-title{color:var(--tp-common-black)}.agntix-light .tp-blog-list-item-tags p{color:#0006}.agntix-light .tp-blog-list-item-tags-name{color:var(--tp-common-black)}.agntix-light .tp-blog-list-item-meta{color:#141414;border:1px solid rgba(0,0,0,.1)}.agntix-light .tp-blog-list-item{border-top:1px solid rgba(0,0,0,.08)}.agntix-light .tp-blog-list-item-wrap .tp-blog-list-item:last-child{border-bottom:1px solid rgba(0,0,0,.08)}.agntix-light .tp-blog-masonry-item{border:1px solid rgba(0,0,0,.08)}.agntix-light .tp-blog-masonry-item-user-content span{color:#000000e6}.agntix-light .tp-blog-masonry-item-user-content p,.agntix-light .tp-blog-masonry-item-time span,.agntix-light .tp-blog-masonry-tag span{color:#0009}.agntix-light .tp-blog-masonry-title{color:var(--tp-common-black)}.agntix-light .tp-blog-masonry-btn a{color:#ff5722}.agntix-light .tp-blog-masonry-item-2,.agntix-light .tp-blog-masonry-item-3{background:#f6f6f9}.agntix-light .tp-blog-masonry-item-icon span{background:#e3e3e5}.agntix-light .tp-blog-masonry-item-text span,.agntix-light .tp-blog-masonry-item-text p,.agntix-light .postbox-details-tag span{color:var(--tp-common-black)}.agntix-light .postbox-details-tag span:last-child:after{background-color:#0009}.agntix-light .postbox-details-meta .postbox-author-name{color:#0009}.agntix-light .postbox-details-meta>div:not(:first-child):after{background:#0000001a}.agntix-light .postbox-details-text p{color:#000000b3}.agntix-light .postbox-details-quote p{color:var(--tp-common-black)}.agntix-light .postbox-details-quote span{color:#0009}.agntix-light .postbox-details-quote span:before{background-color:#0009}.agntix-light .postbox-details-text p span{color:#ff5722}.agntix-light .postbox-details-list ul li{color:#000000b3}.agntix-light .postbox-details-list ul li:before{background-color:#000000b3}.agntix-light .postbox-details-list ul li span{color:#0000004d}.agntix-light .postbox-details-code{background:#f6f6f9}.agntix-light .postbox-details-code pre{color:#000000b3}.agntix-light .postbox-details-author .sidebar-widget-author{background:#f6f6f9}.agntix-light .postbox-details-social a{background-color:#f6f6f9;color:#000c}.agntix-light .postbox__comment-title,.agntix-light .postbox__comment-name h5{color:var(--tp-common-black)}.agntix-light .postbox__comment-name span,.agntix-light .postbox__comment-text p{color:#000000b3}.agntix-light .postbox__comment-reply a{color:var(--tp-common-black);border:1px solid rgba(0,0,0,.1)}.agntix-light .postbox-details-form{border:1px solid rgba(0,0,0,.08)}.agntix-light .postbox-details-form-title{color:var(--tp-common-black)}.agntix-light .postbox-details-form p{color:#000000b3}.agntix-light .postbox-details-input label{color:var(--tp-common-black)}.agntix-light .postbox-details-input input,.agntix-light .postbox-details-input textarea{background:#f6f6f9;color:var(--tp-common-black);border:1px solid rgb(246,246,249)}.agntix-light .postbox-details-input input:focus,.agntix-light .postbox-details-input textarea:focus{background:transparent}.agntix-light .postbox-details-remeber label{color:#000000b3}.agntix-light .postbox-details-remeber label:before{color:var(--tp-common-black);filter:invert(1)}.agntix-light .postbox-details-remeber label:after{border:1px solid rgba(0,0,0,.1)}.agntix-light .tp-blog-details-without-heading .postbox-details-item .postbox-tag span{color:#0009}.agntix-light .postbox-details-item.item-border{border:1px solid rgba(0,0,0,.08)}.agntix-light .tp-contact-category-btn{border:1px solid rgba(0,0,0,.08);color:var(--tp-common-black)}.agntix-light .tp-contact-me-interest-title{color:var(--tp-common-black)}.agntix-light .tp-contact-me-interest-form-wrap .tp-contact-form-input input,.agntix-light .tp-contact-me-interest-form-wrap .tp-contact-form-input textarea{background:#f6f6f9;color:var(--tp-common-black);border:1px solid rgb(246,246,249)}.agntix-light .tp-contact-me-interest-form-wrap .tp-contact-form-input input:focus,.agntix-light .tp-contact-me-interest-form-wrap .tp-contact-form-input textarea:focus{background:transparent;border-color:var(--tp-common-black)}.agntix-light .tp-contact-me-interest-form-wrap .tp-contact-form-input label,.agntix-light .tp-career-title{color:var(--tp-common-black)}.agntix-light .tp-contact-us-text p{color:#00000080}.agntix-light .tp-contact-us-text p:hover{color:var(--tp-common-black)}.agntix-light .tp-contact-us-form-wrapper{background:#f6f6f9}.agntix-light .tp-contact-us-title,.agntix-light .tp-contact-us-wrap .tp-contact-form-input label{color:var(--tp-common-black)}.agntix-light .tp-contact-us-wrap .tp-contact-form-input input,.agntix-light .tp-contact-us-wrap .tp-contact-form-input textarea{background:#fff;border-color:#ededf5;color:var(--tp-common-black)}.agntix-light .tp-contact-us-wrap .tp-contact-form-input input:focus,.agntix-light .tp-contact-us-wrap .tp-contact-form-input textarea:focus{background:transparent;border-color:var(--tp-common-red-3)}.agntix-light .cn-contactform-support-text span{color:var(--tp-common-black)}.agntix-light .tp-contact-us-content{background:#f6f6f9}.agntix-light .tp-contact-us-info-title{color:var(--tp-common-black)}.agntix-light .tp-contact-us-info-details a{color:#000000b3}.agntix-light .tp-contact-us-info-details a:hover{color:var(--tp-common-black)}.agntix-light .tp-contact-us-btn .tp-btn-yellow-green{color:var(--tp-common-black);border:1px solid rgba(0,0,0,.1)}.agntix-light .tp-contact-us-btn .tp-btn-yellow-green.active{color:var(--tp-common-white)}.agntix-light .tp-portfolio-inner-tab-wrap nav .nav-tabs .nav-link{color:var(--tp-common-black);border:1px solid rgba(0,0,0,.1)}.agntix-light .tp-portfolio-inner-tab-wrap nav .nav-tabs .nav-link.active,.agntix-light .tp-portfolio-inner-tab-wrap nav .nav-tabs .nav-link:hover{background:var(--tp-grey-2);border:1px solid var(--tp-grey-2)}.agntix-light .tp-portfolio-inner-title{color:var(--tp-common-black)}.agntix-light .tp-portfolio-inner-content span{color:#0009}.agntix-light .tp-portfolio-masonry-big-text,.agntix-light .tp-portfolio-masonry-top-left span,.agntix-light .tp-portfolio-masonry-top-right p,.agntix-light .tp-portfolio-masonry-top-right span{color:var(--tp-common-black)}.agntix-light .tp-portfolio-masonry-social a{color:var(--tp-common-black);border:1px solid rgba(0,0,0,.1)}.agntix-light .tp-portfolio-masonry-social a:hover{color:var(--tp-common-white);border-color:var(--tp-common-black);background-color:var(--tp-common-black)}.agntix-light .tp-portfolio-masonry-wrap{border-bottom:1px solid rgba(0,0,0,.1)}.agntix-light .tp-portfolio-masonry-grid-heading span{color:var(--tp-common-black)}.agntix-light .tp-portfolio-masonry-grid-heading span:after{background-color:var(--tp-common-black)}.agntix-light .tp-portfolio-masonry-grid-title{color:var(--tp-common-black)}.agntix-light .tp-portfolio-masonry-grid-categories span{color:var(--tp-common-black);border:1px solid rgba(0,0,0,.1)}.agntix-light .tp-btn-animation span{color:var(--tp-common-black)}.agntix-light .tp-btn-animation{background:#f6f6f9}.agntix-light .tp-portfolio-metro-shape span{color:#000c}.agntix-light .tp-portfolio-metro-social a{color:var(--tp-common-black);border:1px solid rgba(0,0,0,.1)}.agntix-light .tp-portfolio-details-1-sub{color:#0009}.agntix-light .tp-portfolio-details-1-title{color:var(--tp-common-black)}.agntix-light .tp-portfolio-details-btn{color:var(--tp-common-black);border:1px solid rgba(0,0,0,.1)}.agntix-light .tp-portfolio-details-btn:hover{color:var(--tp-common-white);background-color:var(--tp-common-black)}.agntix-light .tp-portfolio-details-1-content p{color:#0009}.agntix-light .tp-portfolio-details-1-list ul li{color:var(--tp-common-black)}.agntix-light .tp-portfolio-details-1-list ul li span{color:#0009}.agntix-light .tp-portfolio-details-1-list ul li:not(:last-of-type){border-bottom:1px solid rgba(0,0,0,.1)}.agntix-light .tp-pd-1-about-title,.agntix-light .tp-pd-1-about-text,.agntix-light .tp-pd-1-about-list ul li{color:var(--tp-common-black)}.agntix-light .tp-pd-1-about-list ul li:before{background-color:var(--tp-common-black)}.agntix-light .tp-pd-1-work-title{color:var(--tp-common-black)}.agntix-light .tp-pd-1-work-content p,.agntix-light .tp-pd-1-work-item-text span{color:#0009}.agntix-light .tp-pd-1-work-item-title{color:var(--tp-common-black)}.agntix-light .tp-pd-1-work-item{border-bottom:1px solid rgba(0,0,0,.1)}.agntix-light .tp-pd-1-np-content span{color:#0003}.agntix-light .tp-pd-1-np-title{color:var(--tp-common-black)}.agntix-light .tp-pd-1-np-content p{color:#0003}.agntix-light .tp-pd-3-title{color:var(--tp-common-black)}.agntix-light .tp-pd-3-subtitle{color:#0009}.agntix-light .tp-btn-border{color:var(--tp-common-black);border:1px solid rgba(0,0,0,.1)}.agntix-light .tp-btn-border:hover{color:var(--tp-common-white);background-color:var(--tp-common-black);border-color:var(--tp-common-black)}.agntix-light .tp-pd-3-overview-text p{color:#0009}.agntix-light .tp-pd-3-overview-info span{color:#00000080}.agntix-light .tp-pd-3-overview-info h4,.agntix-light .tp-pd-3-navigation-title{color:var(--tp-common-black)}.agntix-light .des-portfolio-title,.agntix-light .des-footer-title,.agntix-light .des-footer-top span{color:var(--tp-common-white)}.agntix-light .tp-pd-2-categories span{color:var(--tp-common-black);border:1px solid rgba(0,0,0,.1)}.agntix-light .tp-pd-2-title{color:var(--tp-common-black)}.agntix-light .tp-pd-2-bottom-item span{color:#000000b3}.agntix-light .tp-pd-2-bottom-item h6,.agntix-light .tp-pd-2-overview-title{color:var(--tp-common-black)}.agntix-light .tp-pd-2-overview-wrap p{color:#0009}.agntix-light .tp-pd-2-overview-wrap ul li:not(:last-of-type){border-bottom:1px solid rgba(0,0,0,.08)}.agntix-light .tp-pd-2-overview-wrap ul li{color:var(--tp-common-black)}.agntix-light .tp-pd-2-dot .swiper-pagination-bullet{background:#0000004d}.agntix-light .tp-pd-2-dot .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--tp-common-black)}.agntix-light .tp-pd-2-step-title,.agntix-light .tp-pd-2-step-item-title{color:var(--tp-common-black)}.agntix-light .tp-pd-2-step-item span{color:#0009}.agntix-light .tp-pd-2-np-content a{color:var(--tp-common-black);border:1px solid rgba(0,0,0,.1)}.agntix-light .tp-pd-2-np-content a:hover{color:var(--tp-common-white);background-color:var(--tp-common-black)}.agntix-light .tp-pd-4-title{color:var(--tp-common-black)}.agntix-light .tp-pd-4-bottom-btn .tp-portfolio-details-btn{color:var(--tp-common-black);border-color:var(--tp-common-black)}.agntix-light .tp-pd-4-bottom-btn .tp-portfolio-details-btn:hover{color:var(--tp-common-white);background-color:var(--tp-common-black);border:1px solid var(--tp-common-black)}.agntix-light .tp-pd-4-about-sub,.agntix-light .tp-pd-1-about-text.color-cng,.agntix-light .tp-pd-4-color-content span,.agntix-light .tp-pd-4-color-content p,.agntix-light .tp-pd-1-work-title.ff-clash{color:var(--tp-common-black)}.agntix-light .project-details-video-overlay:after{background:linear-gradient(180deg,#12121200 1.63%,#fff 26.67%)}.agntix-light .project-details-1-info span{color:var(--tp-common-black)}.agntix-light .project-details-1-info h4{color:#000000b3}.agntix-light .project-details-1-subtitle,.agntix-light .project-details-1-title,.agntix-light .project-details-1-title-box p,.agntix-light .project-details-1-navigation a span{color:var(--tp-common-black)}.agntix-light .project-details-1-navigation a i{color:var(--tp-common-black);border:1px solid rgba(0,0,0,.14)}.agntix-light .project-details-1-navigation a:hover i{color:var(--tp-common-white);background:var(--tp-common-black);border-color:var(--tp-common-black)}.agntix-light .tp-header-light .tp-header-14-info a{color:var(--tp-common-white)}.agntix-light .tp-header-light .tp-header-14-bar-wrap .tp-header-8-bar{background-color:transparent;border:1px solid rgba(255,255,255,.2)}.agntix-light .tp-header-light .tp-header-14-bar-wrap .tp-header-8-bar span{color:var(--tp-common-white)}.agntix-light .tp-header-light .tp-header-14-bar-wrap .tp-header-8-bar:hover{border-color:var(--tp-common-white);background-color:var(--tp-common-white)}.agntix-light .tp-header-light .tp-header-14-bar-wrap .tp-header-8-bar:hover span{color:var(--tp-common-black)}.agntix-light .tp-hero-2-btn-box.tp-light-bg-btn .tp-btn-border:hover{color:var(--tp-common-black);border-color:var(--tp-common-cream);background-color:var(--tp-common-cream)}.agntix-light .ai-about-list ul li:hover span span i{background-color:var(--tp-common-black)}.agntix-light .ai-about-list ul li:hover span span svg{color:var(--tp-common-white)}.agntix-light .pp-about-me-social .tp-footer-widget-social a{background-color:transparent;color:var(--tp-common-white);border:1px solid rgba(255,255,255,.1)}.agntix-light .pp-about-me-social .tp-footer-widget-social a:hover{color:#2f1f19;background-color:var(--tp-common-white)}.paste-bg-2{background-color:#038cd0}.tp-btn-yellow-green.green-solid{background-color:#018dd2!important;color:#fff!important}@media(max-width:767px){.tp-btn-yellow-green.green-solid{gap:8px;font-size:14px;padding:14px}.tp-header-logo img{height:40px}}@media(max-width:768px){.app-stack-thumb-box img{width:100%;max-height:360px;height:auto;object-fit:cover;border-radius:10px}.app-stack-content p{margin-bottom:10px}.app-stack-number{line-height:.8}}.team-scroll-wrapper{overflow-x:auto;scroll-behavior:smooth}.team-scroll-wrapper::-webkit-scrollbar{display:none}.team-scroll-wrapper .row{flex-wrap:nowrap}.team-scroll-wrapper .col-xl-3,.team-scroll-wrapper .col-lg-3,.team-scroll-wrapper .col-md-6,.team-scroll-wrapper .col-sm-6{flex:0 0 auto;width:280px}.team-scroll-btn{border:1px solid #ddd;background:#fff;width:42px;height:42px;border-radius:50%;cursor:pointer;font-size:18px;transition:all .3s ease}.team-scroll-btn:hover{background:#000;color:#fff}@media(max-width:767px){.dgm-hero-thumb{padding:0 10px}.dgm-hero-thumb img{border-radius:20px}}@media(max-width:991px){.mobile-offcanvas{width:70%!important}}.mobile-offcanvas-header{display:flex;align-items:center;padding:19px 16px 0}.mobile-offcanvas-header .btn-close{position:static!important;margin:0!important}.mobile-offcanvas-header .btn-close{width:36px;height:36px;border-radius:50%;border:1px solid #ddd;padding:0;border:none}.lp-sk-page{background:#fff;padding-top:54px;padding-bottom:30px;margin-top:20px}.lp-sk-container{max-width:1200px;margin:40px auto;padding:40px 24px;background:#dcdedf;border-radius:14px;box-shadow:0 4px 20px #0000000a}.lp-sk-page>.lp-sk-container:last-of-type{margin-bottom:0}.lp-sk-center{display:flex;justify-content:center}.lp-sk-line,.lp-sk-img,.lp-sk-btn,.lp-sk-hero-img,.lp-sk-step-circle,.lp-sk-stat-card,.lp-sk-avatar-card,.lp-sk-video{background:#c3c5c9;border-radius:8px}.lp-sk-hero{display:grid;grid-template-columns:1fr 1fr;gap:50px}.lp-sk-hero-left.hero-editorial{display:flex;flex-direction:column;gap:40px}.lp-sk-hero-heading{display:flex;flex-direction:column;gap:10px}.lp-sk-line.hero-h1{height:42px;width:65%;background:#c3c5c9;border-radius:10px}.lp-sk-line.hero-h1.wide{width:90%}.lp-sk-line.hero-h1.short{width:60%}.lp-sk-hero-desc{display:flex;flex-direction:column;gap:14px}.lp-sk-line.hero-p{height:24px;width:78%;background:#bcbdc0}.lp-sk-line.hero-p.wide{width:85%}.lp-sk-btn.hero-btn{width:200px;height:52px;border-radius:12px;margin-top:0!important}.lp-sk-hero-img{height:380px}.lp-sk-about-text{display:flex;flex-direction:column;gap:18px}.lp-sk-line.xl{height:62px;width:40%}.lp-sk-line.lg{height:56px;width:90%}.lp-sk-line.md,.lp-sk-line.sm{height:15px;width:80%}.lp-sk-about-rating{display:flex;align-items:center;gap:24px;margin-top:32px}.lp-sk-rating-left{display:flex;flex-direction:column;gap:8px}.lp-sk-divider{width:1px;height:60px;background:#b9bcc0}.lp-sk-rating-right{display:flex;flex-direction:column;gap:10px}.lp-sk-line.rating-number{width:60px;height:46px}.lp-sk-line.rating-review{width:90px;height:20px}.lp-sk-line.rating-title{width:130px;height:22px}.lp-sk-stars{width:160px;height:36px;background:#c3c5c9;border-radius:6px}.lp-sk-img-box{position:relative;max-width:420px}.lp-sk-img-main{height:380px;background:#c3c5c9;border-radius:16px;box-shadow:0 25px 60px #0000001f}.lp-sk-img-overlay{position:absolute;bottom:-40px;right:-100px;width:320px;height:300px;background:#b9bcc0;border-radius:16px}@media(max-width:768px){.lp-sk-img-box{margin:auto}.lp-sk-img-overlay{right:0;bottom:-24px;width:180px;height:160px}}.lp-sk-heading{display:flex;flex-direction:column;align-items:center;text-align:center}.lp-sk-pill{width:140px;height:38px;border-radius:999px;background:#c3c5c9;margin-bottom:28px}.lp-sk-heading-lines{position:relative;display:flex;flex-direction:column;align-items:center}.heading-line-1{width:680px;height:40px;margin-bottom:18px}.heading-line-2{width:560px;height:40px}@media(max-width:768px){.heading-line-1{width:90%;height:46px}.heading-line-2{width:75%;height:46px}.lp-sk-underline{width:200px}}.lp-sk-step-left.clean{padding-top:40px}.lp-sk-step-content.clean{display:flex;gap:24px}.lp-sk-step-bar{width:2px;background:#c3c5c9;border-radius:999px;height:120px;margin-top:10px}.lp-sk-step-text{display:flex;flex-direction:column;gap:16px}.lp-sk-line.step-title{height:46px;width:420px}.lp-sk-line.step-title.short{width:360px}.lp-sk-line.step-desc{height:22px;width:460px}.lp-sk-line.step-desc.wide{width:500px}.lp-sk-pill.small{width:140px;height:34px;border-radius:999px;background:#c3c5c9;margin-bottom:28px}@media(max-width:768px){.lp-sk-step-content.clean{gap:16px}.lp-sk-line.step-title,.lp-sk-line.step-title.short,.lp-sk-line.step-desc,.lp-sk-line.step-desc.wide{width:100%}.lp-sk-step-bar{height:100px}}.lp-sk-btn{width:160px;height:44px;margin-top:24px}.lp-sk-two{display:grid;grid-template-columns:1fr 1fr;gap:50px}.lp-sk-img{height:340px}.lp-sk-img.tall{height:320px}.lp-sk-step-circle{width:48px;height:48px;border-radius:50%;margin-bottom:16px}.lp-sk-feature{background:#f8fafc}.lp-sk-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.lp-sk-feature-left{position:relative}.lp-sk-feature-img{height:420px;border-radius:24px;background:#c3c5c9}.lp-sk-float-card{position:absolute;background:#e5e7eb;border-radius:14px;box-shadow:0 12px 30px #0000001f}.lp-sk-float-card.small{width:160px;height:60px;top:40px;right:-20px}.lp-sk-float-card.large{width:220px;height:120px;bottom:40px;left:-20px}.lp-sk-feature-right{display:flex;flex-direction:column;gap:48px}.lp-sk-step-block{display:flex;flex-direction:column;gap:16px}.lp-sk-line.step-label{width:70px;height:20px;border-radius:999px;background:#d1d5db}.lp-sk-line.step-title{width:520px;height:48px;background:#c3c5c9;border-radius:10px}.lp-sk-line.step-title.short{width:420px}.lp-sk-step-desc{display:flex;flex-direction:column;gap:12px;margin-top:6px}.lp-sk-line.desc{width:520px;height:20px;background:#d1d5db}.lp-sk-line.desc.wide{width:560px}.lp-sk-step-indicator{width:4px;height:48px;border-radius:999px;background:#d1d5db}.lp-sk-feature-heading{text-align:center}.lp-sk-feature-pill{width:140px;height:22px;background:#c3c5c9;border-radius:999px;margin:0 auto 24px}.lp-sk-feature-title{width:720px;height:64px;background:#c3c5c9;border-radius:10px;margin:0 auto 22px}.lp-sk-feature-subtitle{width:460px;height:22px;background:#d1d5db;border-radius:999px;margin:0 auto}.lp-sk-stats-section{background:#f8fafc}.lp-sk-stats-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:start}.lp-sk-pill.tiny{width:130px;height:18px;background:#d1d5db;border-radius:999px}.lp-sk-big-heading{display:flex;flex-direction:column;gap:20px}.lp-sk-line.heading{height:72px;width:60%;background:#c3c5c9}.lp-sk-line.heading.short{width:70%}.lp-sk-stats-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.lp-sk-stat-card.detailed{background:#eeeded;border-radius:14px;padding:28px;box-shadow:0 10px 30px #0000000f;display:flex;flex-direction:column;gap:16px}.lp-sk-stat-icon{width:56px;height:56px;border-radius:50%;background:#c3c5c9}.lp-sk-line.stat-title{height:28px;width:80%}.lp-sk-line.stat-desc{height:18px;width:100%;background:#d1d5db}.lp-sk-line.stat-desc.short{width:70%}.lp-sk-team{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.lp-sk-avatar-card{height:220px}.lp-sk-video{height:260px}.lp-sk-testimonial-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.lp-sk-testimonial-media{height:420px;background:#c3c5c9;border-radius:20px}.lp-sk-testimonial-content{display:flex;flex-direction:column;gap:24px}.lp-sk-pill.tiny{width:140px;height:20px;background:#d1d5db;border-radius:999px}.lp-sk-line.testimonial-title{height:56px;width:90%}.lp-sk-line.testimonial-title.short{width:65%}.lp-sk-testimonial-desc{display:flex;flex-direction:column;gap:14px}.lp-sk-line.sm.wide{width:85%}.lp-sk-testimonial-user{display:flex;align-items:center;gap:16px;margin-top:10px}.lp-sk-avatar{width:48px;height:48px;border-radius:50%;background:#c3c5c9}.lp-sk-user-text{display:flex;flex-direction:column;gap:8px}.lp-sk-line.user-name{width:140px;height:18px}.lp-sk-line.user-role{width:180px;height:16px;background:#d1d5db}.lp-sk-dots{display:flex;gap:10px;margin-top:10px}.lp-sk-dots span{width:10px;height:10px;border-radius:50%;background:#d1d5db}.lp-sk-dots span.active{background:#9ca3af}@media(max-width:768px){.lp-sk-hero,.lp-sk-two,.lp-sk-blue-grid{grid-template-columns:1fr}.lp-sk-stats,.lp-sk-team{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.lp-sk-testimonial-grid{grid-template-columns:1fr}.lp-sk-testimonial-media{height:280px}.lp-sk-line.testimonial-title{height:40px;width:100%}.lp-sk-line.testimonial-title.short{width:80%}}@media(max-width:768px){.lp-sk-hero{grid-template-columns:1fr;gap:20px}.lp-sk-hero-left{order:1}.lp-sk-hero-img{order:2;height:280px}.lp-sk-line.hero-h1,.lp-sk-line.hero-h1.wide,.lp-sk-line.hero-h1.short,.lp-sk-line.hero-p,.lp-sk-line.hero-p.wide{width:100%}.lp-sk-btn.hero-btn{width:100%;height:48px}}@media(max-width:768px){.lp-sk-page{padding-left:0;padding-right:0}.lp-sk-hero,.lp-sk-two,.lp-sk-feature-grid,.lp-sk-stats-grid,.lp-sk-testimonial-grid{grid-template-columns:1fr;gap:24px}.lp-sk-container{padding:28px 20px;margin:20px auto;max-width:360px}.lp-sk-hero-left{max-width:320px}.lp-sk-line.hero-h1{width:35%;height:30px}.lp-sk-line.hero-h1.wide{width:50%}.lp-sk-line.hero-h1.short{width:90%}.lp-sk-line.hero-p,.lp-sk-line.hero-p.wide{width:100%;height:18px}.lp-sk-hero-heading,.lp-sk-hero-desc{margin-bottom:0}.lp-sk-line.hero-para{width:50%;height:18px}.lp-sk-btn.hero-btn{width:180px;height:46px}.lp-sk-img-box{display:none}.lp-sk-about-text{max-width:320px;margin:0 auto}.lp-sk-line.step-title,.lp-sk-line.step-desc{width:100%}.lp-sk-stats-cards{grid-template-columns:1fr}.lp-sk-team{grid-template-columns:repeat(2,1fr)}.lp-sk-testimonial-media{display:none}.lp-sk-testimonial-content{max-width:320px;margin:0 auto}.lp-sk-feature-pill{width:140px;height:22px;background:#c3c5c9;border-radius:999px}.lp-sk-feature-title{width:320px;height:55px;background:#c3c5c9;border-radius:10px;margin:0 auto 22px}.lp-sk-feature-subtitle{width:320px;height:22px;background:#d1d5db;border-radius:999px;margin:0 auto}.lp-sk-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.lp-sk-feature-left{display:none}.lp-sk-feature-right{display:flex;flex-direction:column;gap:48px}.lp-sk-step-block{display:flex;flex-direction:column;gap:16px}.lp-sk-line.step-label{width:70px;height:20px;border-radius:999px;background:#d1d5db}.lp-sk-line.step-title{width:320px;height:48px;background:#c3c5c9;border-radius:10px}.lp-sk-line.step-title.short{width:300px}.lp-sk-step-desc{display:flex;flex-direction:column;gap:12px;margin-top:6px}.lp-sk-line.desc{width:290px;height:20px;background:#d1d5db}.lp-sk-line.desc.wide{width:260px}.lp-sk-step-indicator{width:4px;height:48px;border-radius:999px;background:#d1d5db}.lp-sk-feature-heading{text-align:center}.lp-sk-feature-pill{width:140px;height:22px;background:#c3c5c9;border-radius:999px;margin:0 auto 24px}.lp-sk-feature-title{width:720px;height:64px;background:#c3c5c9;border-radius:10px;margin:0 auto 22px}.lp-sk-feature-subtitle{width:460px;height:22px;background:#d1d5db;border-radius:999px;margin:0 auto}.lp-sk-pill{margin-bottom:-100px}}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f1f5f9;font-family:system-ui,-apple-system,sans-serif;line-height:1.4}i{display:inline-block}.loader-container{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background:#fff;z-index:9999}.spinner{width:60px;height:60px;border-radius:50%;border:6px solid #018ed3;border-color:#018ed3 #018ed3 #018ed3 transparent;animation:spin .9s linear infinite;box-shadow:0 0 10px #018ed333}@keyframes spin{to{transform:rotate(360deg)}}.header-stats{padding:30px 20px 140px}.stats-container{margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.stat-card{background:#fff;padding:20px;box-shadow:0 10px 25px #00000014;display:flex;flex-direction:column;gap:10px;position:relative;transition:.3s ease;box-shadow:0 6px 12px #0000000f,0 10px 24px #00000014}.stat-card:hover{transform:translateY(-6px);box-shadow:0 10px 25px #0000001f,0 15px 45px #0000001a}.stat-value{font-size:26px;font-weight:700;color:#0f172a}.stat-icon{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;position:absolute;top:20px;right:20px}.stat-icon i{color:#fff;font-size:18px}.red{background:#ef4444}.orange{background:#f97316}.pink{background:#ec4899}.blue{background:#3b82f6}.stat-bottom{display:flex;gap:8px;align-items:center;margin-top:10px;font-size:13px}.stat-percent.up{color:#16a34a;font-weight:600}.stat-percent.down{color:#dc2626;font-weight:600}@media(max-width:1100px){.stats-container{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.stats-container{display:flex!important;flex-direction:row!important;overflow-x:auto;gap:12px;padding-bottom:10px;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.stats-container::-webkit-scrollbar{display:none}.stats-container>div{flex:0 0 calc(60% - 6px)}}.dashboard-content{margin-left:260px;padding-top:70px;min-height:100vh;background:#f8fafc}@media(max-width:768px){.dashboard-content{margin-left:0}}.sidebar{position:fixed;left:0;top:0;width:260px;height:100vh;background:#fff;color:#1e293b;padding:20px;overflow-y:auto;scrollbar-width:none;border-right:1px solid #e5e7eb}.sidebar-user{text-align:center;padding-bottom:5px}.sidebar-user.banner{text-align:center;position:relative}.sidebar-user.banner .bg{height:80px;background:linear-gradient(135deg,#77a521,#192207);border-radius:12px}.sidebar-user.banner .profile-img{width:85px;height:85px;border-radius:50%;border:3px solid white;object-fit:cover;margin-top:-35px}.sidebar-user.banner h4{margin-top:8px;font-size:15px;font-weight:700}.sidebar-user.banner p{font-size:12px;color:#64748b;margin-bottom:0}.profile-img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #018ed3;padding:2px}.username{margin-top:10px;font-size:16px;font-weight:700;color:#0f172a}.role{font-size:12px;color:#64748b}.sidebar-logo{width:100%;display:flex;justify-content:center;align-items:center}.logo-img{width:100px!important;height:auto;object-fit:contain}.sidebar-section{margin:8px 0 10px;padding-top:10px;border-top:1px solid #e5e7eb;font-size:12px;font-weight:700;color:#64748b;letter-spacing:1px}.sidebar-links{display:flex;flex-direction:column;gap:6px}.sidebar-links a{display:flex;align-items:center;gap:14px;padding:6px 14px;border-radius:8px;font-size:14px;text-decoration:none;color:#1e293b;transition:all .25s ease-in-out}.sidebar-links i{width:22px;text-align:center;font-size:16px;color:#94a3b8}.sidebar-links a:hover,.sidebar-links a.active{background:linear-gradient(90deg,#dff6ff,#fff);color:#018ed3;box-shadow:inset 3px 0 #018ed3}.sidebar-links a.active i{color:#018ed3}@media(max-width:768px){.sidebar{position:relative;width:100%;height:auto;display:none}}.logout-box{margin-top:auto;padding-top:18px;border-top:1px solid #e5e7eb}.logout-btn{width:100%;display:flex;align-items:center;gap:12px;padding:12px 16px;background:#018ed315;border:1px solid transparent;color:#018ed3;font-size:15px;font-weight:600;cursor:pointer;border-radius:10px;transition:.3s ease}.logout-btn:hover{background:#018ed3;color:#fff;border-color:#018ed3;transform:translate(4px)}.logout-btn i{font-size:18px;transition:.3s ease}.logout-btn:hover i{transform:rotate(-12deg)}.admin-navbar{width:100%;height:70px;background:#fff;padding:0 30px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 18px #fff9,0 2px 10px #0000000d;position:sticky;top:0;z-index:99}.admin-navbar h3{font-size:20px;font-weight:600;color:#000}.admin-navbar-right{display:flex;align-items:center;gap:20px}.navbar-modern{position:fixed;top:0;left:260px;width:calc(100% - 260px);height:70px;background:#fff;box-shadow:0 1px 3px #0000001a;z-index:999}@media(max-width:768px){.navbar-modern{left:0;width:100%}}.navbar-modern .flex-container{margin:0 auto;padding:0 30px;height:100%;display:flex;align-items:center;justify-content:space-between}.navbar-modern .left-area,.navbar-modern .logo-area{display:flex;align-items:center;gap:20px}.navbar-modern .logo-area{gap:12px}.logo-square,.icon-button{width:40px;height:40px;display:flex;align-items:center;justify-content:center}.logo-square{width:38px;height:38px;background:#eef4ff;border-radius:10px}.inner-square{width:28px;height:28px;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.inner-square img{width:100%;height:100%;object-fit:contain}.navbar-modern .text-stack{display:flex;flex-direction:column}.navbar-modern .main-text{font-size:18px;font-weight:700;color:#2d3748}.navbar-modern .sub-text{font-size:12px;color:#718096}.navbar-modern .right-area{display:flex;align-items:center;gap:6px}.navbar-modern .icon-button{border:none;background:transparent;border-radius:8px;cursor:pointer;transition:all .3s;color:#4a5568}.icon-button i{font-size:20px;color:inherit}.navbar-modern .icon-button:hover{background:#e2e8f0;color:#3182ce}.navbar-modern .notif-btn{position:relative}.navbar-modern .badge{position:absolute;top:4px;right:0;background:#ff4b4b;color:#fff;font-size:10px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;transform:translate(50%,-20%)}.navbar-modern .divider{width:1px;height:30px;background:#cfc7c7;margin:0 8px}.navbar-modern .user-section{display:flex;align-items:center;gap:10px;cursor:pointer;padding:6px 12px;border-radius:8px;transition:background .3s}.navbar-modern .user-section:hover{background:#f7fafc}.navbar-modern .user-img{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center}.navbar-modern .user-details{display:flex;flex-direction:column}.navbar-modern .name{font-size:14px;font-weight:600;color:#2d3748}.navbar-modern .role{font-size:12px;color:#718096}.notification-dropdown{position:absolute;right:20px;top:63px;width:320px;background:#fff;border-radius:10px;padding:15px;box-shadow:0 20px 35px #0000001a;z-index:1000}.notification-dropdown h4{font-size:18px;font-weight:600;margin-bottom:12px}.notif-list{max-height:260px;overflow-y:auto;padding-right:6px}.notif-list::-webkit-scrollbar{width:3px}.notif-list::-webkit-scrollbar-thumb{background:#018ed3;border-radius:10px}.notif-item{display:flex;align-items:center;gap:10px;padding:12px 0;position:relative;border-bottom:1px solid #f0f0f0}.notification-img{width:40px;height:40px;border-radius:50%;object-fit:cover}.text-area{display:flex;flex-direction:column}.notif-title-line{margin:0;font-size:15px;font-weight:600;color:#018ed3}.notif-desc-line{margin:3px 0 0;font-size:14px;color:#333}.notif-time{font-size:12px;color:gray;margin-top:4px}.unread-dot{width:10px;height:10px;background:orange;border-radius:50%;right:5px;top:20px;position:absolute}.view-all{margin-top:10px;text-align:center;color:#018ed3;font-weight:600;cursor:pointer;text-decoration:underline}.notification-container{background:#fff;border-radius:12px;padding:25px;box-shadow:0 1px 4px #0000000f;margin-top:20px}.notif-item.unread{background:#eef6ff;font-weight:600}.notif-item.read{background:#fff;opacity:.6}.unread-dot{width:8px;height:8px;background:#1e60ff;border-radius:50%;margin-left:6px}.notif-top-text{font-size:15px;color:#7a7f8c;margin-bottom:25px}.notif-row{display:flex;align-items:flex-start;gap:18px;margin-bottom:25px;cursor:pointer}.notif-row:last-child{margin-bottom:10px}.notif-timeline{display:flex;flex-direction:column;align-items:center;position:relative}.notif-icon{width:38px;height:38px;background:#fff7d6;border-radius:50%;display:flex;justify-content:center;align-items:center;color:#ffb624;font-size:16px;border:1px solid #ffe9aa}.notif-line{width:2px;height:45px;background:#e5e7eb;margin-top:6px}.notif-content-box{flex:1}.notif-title{font-size:15px;font-weight:600;margin:0;color:#1e293b}.notif-desc{font-size:14px;color:#6b7280;margin-top:4px}.notif-time{font-size:13px;color:#9ca3af;white-space:nowrap}.notif-pagination{margin-top:18px;display:flex;justify-content:center}.notification-list{display:flex;flex-direction:column;gap:10px}.notif-card{display:flex;align-items:center;justify-content:space-between;background:#fff;padding:18px;border-radius:14px;border:1px solid #e7ebf3;gap:15px;cursor:pointer}.notif-avatar{width:55px;height:55px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:22px;flex-shrink:0}.notif-content{flex:1;margin-left:8px}.notif-content h4{margin:0;font-size:15px;font-weight:600;color:#121b28}.notif-content p{margin:5px 0;font-size:14px;color:#6b6f79}.notif-tag{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;font-size:12px;font-weight:600;border-radius:30px;text-transform:uppercase;letter-spacing:.5px;border:1px solid transparent;background:#e9f2ff;border-color:#b5d4ff;color:#063045}.notif-right{display:flex;flex-direction:column;align-items:flex-end;gap:6px;min-width:120px}.notif-img{width:65px;height:65px;object-fit:cover;border-radius:10px}.notif-time{font-size:12px;color:#8d96a6}.notif-card.read{background:#f7fafc;border:1px solid #d9e1ec;opacity:.7}.notif-dot{width:8px;height:8px;background:#1e60ff;border-radius:50%;display:inline-block;margin-left:8px}.notif-card.read .notif-avatar{filter:grayscale(50%);opacity:.6}.notif-card.read .notif-content h4,.notif-card.read .notif-content p{color:#5f6975}.notif-read-badge{background:#e4ffe9;color:#31a153;padding:4px 10px;font-size:11px;border-radius:12px;font-weight:600}@media(max-width:767px){.chart-header{flex-direction:column;align-items:flex-start!important;gap:12px}.filter-box{width:100%;flex-direction:column;gap:12px}.filter-dates{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%}.date-input{width:100%}.filter-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%}.btn-search,.btn-reset{width:100%;justify-content:center}}@media(max-width:767px){.apexcharts-toolbar{display:none!important}}@media(max-width:768px){.pagevisits-card{padding:13px!important}.chart-card{padding:10px!important}.header-stats{padding:15px 12px 12px!important}.stats-container{gap:10px!important}.stat-card{padding:10px!important}.stat-icon{top:10px!important;right:7px!important;width:30px!important;height:30px!important;border-radius:3px!important;font-size:15px!important}.stat-bottom{margin-top:5px}.stat-value{font-size:18px!important}.transaction-card{padding:10px!important;border-radius:15px!important}.icon-box{width:40px!important;height:40px!important;font-size:20px!important}.txn-title{font-size:14px!important}.txn-details{margin-left:7px!important}.txn-meta{font-size:11px!important}.txn-amount{font-size:15px!important;font-weight:800!important}.card-container{display:grid;gap:7px!important;grid-template-columns:repeat(2,1fr)!important}.card-content{padding:6px!important}.card-title{font-size:14px!important}.analytics-box-modern{padding:5px!important;margin-top:0!important}.analytics-row-modern{gap:0px!important}.icon-wrap{width:30px!important;height:30px!important;margin-bottom:2px!important;font-size:12px!important}.metric-value{margin-bottom:5px}.action-row{gap:5px!important;margin-top:6px!important}.swiper{width:100%!important;height:150px!important}.card-share-btn{right:10px!important;top:10px!important;padding:3px 5px!important;font-size:15px!important}.copy-btn,.view-btn{padding:8px!important;font-size:12px!important}input[type=text],input[type=email],input[type=tel],input[type=number],input[type=password],input[type=url],textarea{padding-left:6px;padding-right:6px}.list-actions button{width:25px!important;height:25px!important;font-size:15px}.search-action-box{gap:20px!important}.notif-card{padding:10px 5px 5px;gap:0px!important}.notif-content p{font-size:12px!important}.notif-content h4{font-size:14px!important}.notif-avatar{width:40px;height:40px;font-size:20px}.notif-tag{padding:4px 10px;font-size:10px}.notification-list{gap:8px}.notif-item{gap:5px!important;padding:5px 0!important}.notif-desc-line{margin:1px 0 0;font-size:12px}.notification-dropdown{padding:7px}.modal-overlay{padding:15px!important}.card-table{padding:12px!important}.dashboard-inner{padding:15px 13px 13px!important}.settings-grid{gap:0!important}.tab-content{padding:10px!important}.settings-header{padding:15px 25px 5px!important}.profile-image-section{margin-bottom:15px!important}.settings-body{padding:0 15px 30px!important}.settings-title{margin:15px 0!important}.settings-btn{margin-top:10px!important;width:100%}.navbar-modern .center-area,.navbar-modern .user-details{display:none}.navbar-modern .flex-container{padding:0 25px!important}.navbar-modern .left-area,.navbar-modern .logo-area{gap:10px}.logo-square{display:none}.navbar-modern .main-text{font-size:15px}.navbar-modern .sub-text{font-size:10px}.navbar-modern .right-area{gap:0}.icon-button i{font-size:18px}.navbar-modern .badge{top:6px;left:10px;font-size:8px;width:10px;height:15px;padding:0 9px}.navbar-modern .user-section{padding:0}.profile-card{display:none}}.admin-avatar{width:100%;height:100%;border-radius:100%;object-fit:cover;border:2px solid #334155;max-width:none}@media(max-width:767px){.mobile-half-width{width:70%!important;max-width:70%!important;border-top-right-radius:16px;border-bottom-right-radius:16px}}.profile-header{position:relative;background:linear-gradient(135deg,#a7cbf4,#c0facd);padding:15px 20px;display:flex;align-items:center;gap:10px;color:#fff;border-top-right-radius:16px}.profile-photo{width:55px;height:55px;border-radius:50%;border:2px solid rgba(255,255,255,.4);object-fit:cover;max-width:none}.profile-right{display:flex;flex-direction:column}.user-name{font-size:16px;font-weight:600;margin:0}.user-email{font-size:13px;opacity:.85;margin:2px 0 0}.menu-title{margin:15px 0 8px;font-size:13px;font-weight:600;color:#777;text-transform:uppercase;padding-left:10px}.menu-item{display:flex;align-items:center;gap:12px;padding:12px 16px;font-size:15px;border-radius:10px;color:#333;cursor:pointer;text-decoration:none;transition:.2s}.menu-item i{width:20px;font-size:17px}.menu-item:hover{background:#eef3ff}.active-item{background:#e0ecff;color:#0d6efd;font-weight:600}.menu-item{border:none!important;border-bottom:1px solid #d1e0e1!important;border-radius:0!important;padding:10px 15px;position:relative;transition:all .3s ease}.menu-item:hover{background:#00111214;padding-left:20px}.menu-item:after{content:"";position:absolute;left:0;bottom:0;height:2px;width:0%;background-color:#001112;transition:width .3s ease}.menu-item:hover:after{width:100%}.no-border{border-bottom:none!important}.no-border:hover:after{width:0%!important}.btn-close-header{position:absolute;right:15px;top:12px;border:none;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#070606;border-radius:8px;cursor:pointer;font-size:18px;transition:.2s ease-in-out}.btn-close-header:hover{background:#ffffff4d;transform:scale(1.18);transition:transform .2s cubic-bezier(.34,1.56,.64,1)}.stat-card{background:linear-gradient(135deg,#fff,#f1e8ef);border-radius:8px;padding:22px;display:flex;flex-direction:column;gap:14px;box-shadow:0 10px 25px #0000000d;transition:.25s;position:relative;overflow:hidden}.stat-card:nth-child(1){background:linear-gradient(135deg,#fdfbfb,#f9e4f6)}.stat-card:nth-child(2){background:linear-gradient(135deg,#fdfbfb,#d5effe)}.stat-card:nth-child(3){background:linear-gradient(135deg,#fdfbfb,#c9eac9)}.stat-card:nth-child(4){background:linear-gradient(135deg,#fdfbfb,#ecc9ae)}.stat-card:nth-child(5){background:linear-gradient(135deg,#fdfbfb,#aeecca)}.stat-card:hover{transform:translateY(-4px);box-shadow:0 14px 35px #00000014}.stat-left{display:flex;flex-direction:column;gap:5px}.stat-title{font-size:12px;font-weight:600;color:#64748b}.stat-value{font-size:28px;font-weight:700;color:#0f172a}.stat-icon{position:absolute;top:18px;right:18px;width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff}.stat-icon.blue{background:#4f46e5}.stat-icon.green{background:#16a34a}.stat-icon.red{background:#dc2626}.stat-icon.orange{background:#ea580c}.stat-icon.pink{background:#db2777}.stat-bottom{display:flex;align-items:center;gap:8px;font-size:13px}.stat-percent{font-weight:600}.stat-percent.up{color:#16a34a}.stat-percent.down{color:#dc2626}.stat-desc{color:#64748b}.header-stats{padding:30px 20px 10px}.stats-container{margin:0 auto;display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}@media(max-width:1024px){.stats-container{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.stats-container{grid-template-columns:1fr}}.profile-page{background:#f1f5f9}.profile-header{position:relative}.profile-bg{width:100%;height:100%;background-image:url(https://images.unsplash.com/photo-1499336315816-097655dcfbda?auto=format&fit=crop&w=2710&q=80);background-size:cover;background-position:center;position:relative}.profile-overlay{position:absolute;inset:0;background:#00000080}.profile-section{padding:80px 20px}.profile-container{max-width:1100px;margin:0 auto}.profile-card{background:#fff;padding:50px 30px;margin-top:-180px;border-radius:14px;box-shadow:0 20px 40px #0000001a;text-align:center}.profile-image-wrapper{display:flex;justify-content:center;margin-top:-130px}.profile-image{width:160px;height:160px;border-radius:50%;border:5px solid white;object-fit:cover;box-shadow:0 10px 30px #0003}.profile-info h3{margin-top:30px;font-size:32px;color:#1e293b}.profile-location{margin-top:10px;color:#64748b;font-size:14px;font-weight:700;text-transform:uppercase}.profile-meta{margin-top:20px;color:#334155}.profile-description{margin-top:30px;padding-top:25px;border-top:1px solid #e2e8f0;color:#1e293b;font-size:18px}@media(max-width:768px){.profile-card{margin-top:-120px;padding:40px 20px}.profile-image{width:120px;height:120px}.profile-info h3{font-size:24px}}.settings-card{background:#fff;border-radius:12px;box-shadow:0 10px 25px #0000000d;padding:0;margin-bottom:30px}.settings-header{background:#fff;padding:20px 25px;border-radius:12px 12px 0 0;display:flex;justify-content:space-between;align-items:center}.settings-header h6{font-size:20px;color:#1e293b;display:flex;align-items:center;gap:6px}.settings-header h6 i{font-size:25px}.settings-btn{background-image:linear-gradient(to right,#1fa2ff,#12d8fa 51%,#1fa2ff);margin-top:10px;padding:15px 45px;text-align:center;text-transform:uppercase;transition:.5s;background-size:200% auto;color:#fff;box-shadow:0 0 20px #eee;border-radius:10px;display:inline-block;cursor:pointer;border:none}.settings-btn:hover{background-position:right center;color:#fff;text-decoration:none}.settings-btn i{margin-right:8px;font-size:15px}.settings-body{padding:0 30px 30px}.settings-title{color:#2d3136;font-size:14px;margin:15px 0 25px;text-transform:uppercase;font-weight:700}.settings-grid{display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.settings-grid .full{grid-column:1 / -1}.form-group{display:flex;flex-direction:column}.form-group label{font-size:12px;font-weight:700;margin-bottom:6px;color:#2d3136;text-transform:uppercase}.form-group input{background:#fff;border:none;padding:12px 14px;border-radius:8px;font-size:14px;box-shadow:0 2px 8px #00000014;outline:none;height:45px}.form-group textarea{background:#fff;border:none;padding:12px 14px;border-radius:8px;font-size:14px;box-shadow:0 2px 8px #00000014;outline:none}.form-group input:focus,.form-group textarea:focus{outline:2px solid #011d44}.settings-body hr{margin:30px 0;border:0;height:1px;background:#e2e8f0}.profile-image-section{text-align:center;margin-bottom:25px}.image-container{position:relative;display:inline-block}.image-wrapper{width:130px;height:130px;border-radius:50%;overflow:hidden;border:3px solid #ddd}.profile-preview-image{width:100%;height:100%;object-fit:cover}.camera-icon{position:absolute;bottom:10px;right:-3px;background:#0b486b;color:#fff;width:36px;height:36px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;border:3px solid white;font-size:15px;transition:.2s ease}.camera-icon:hover{background:#012b40;transform:scale(1.1)}.camera-icon input{display:none}@media(max-width:768px){.settings-grid{grid-template-columns:1fr}.settings-header{flex-direction:column;gap:15px}}.profile-card{background:#fff;margin-top:105px;padding:25px;border-radius:14px;box-shadow:0 15px 40px #00000014;position:relative;text-align:center}.profile-image-wrapper{position:absolute;left:50%;top:10%;transform:translate(-50%)}.profile-image{width:130px;height:130px;object-fit:cover;border-radius:50%;border:5px solid white;box-shadow:0 10px 25px #00000040}.profile-stats{margin-top:80px;display:flex;justify-content:center;gap:40px}.profile-stats h4{font-size:20px;color:#1e293b;margin-bottom:5px}.profile-stats span{font-size:13px;color:#94a3b8}.profile-info{margin-top:40px}.profile-info h2{font-size:24px;color:#1e293b;margin-bottom:6px}.profile-info p{margin:8px 0;color:#475569;font-size:14px}.profile-info i{margin-right:6px;color:#94a3b8}.profile-location{font-weight:700;text-transform:uppercase;color:#64748b}.profile-description{border-top:1px solid #e2e8f0;margin-top:30px;padding-top:25px}.profile-description p{max-width:700px;margin:0 auto 12px;line-height:1.6;color:#334155}.profile-description a{color:#0ea5e9;text-decoration:none;font-weight:500}.profile-description a:hover{text-decoration:underline}@media(max-width:768px){.profile-stats{flex-direction:column;gap:25px}.profile-image{width:110px;height:110px}}.settings-page{display:flex;gap:24px;align-items:flex-start}.settings-left{width:70%}.settings-right{width:30%}@media(max-width:1024px){.settings-left{width:60%}.settings-right{width:40%}}@media(max-width:768px){.settings-page{flex-direction:column}.settings-left,.settings-right{width:100%}}.table-container{width:100%;overflow-x:auto;overflow-y:hidden;display:block;-webkit-overflow-scrolling:touch;border-radius:10px}.responsive-table{width:100%;min-width:950px;border-collapse:collapse}.responsive-table th,.responsive-table td{white-space:nowrap}.table-container::-webkit-scrollbar{height:4px}.table-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.table-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:10px}.table-container::-webkit-scrollbar-thumb:hover{background:#999}.card-table{width:100%;overflow:hidden;background:#fff;border-radius:16px;padding:20px;box-shadow:0 10px 30px #0000000d;margin-bottom:40px}.card-table.dark{background:#1e293b;color:#fff}.card-table .search-box{width:250px;padding:10px 14px;border-radius:8px;font-size:14px;border:1px solid #dcdcdc;background:#fafafa;transition:all .25s ease;margin:12px 0}.card-table .search-box:focus{outline:none;border-color:#018ed3;background:#fff;box-shadow:0 0 6px #018ed340}.card-table .search-box::placeholder{color:#9aa0ac;font-size:13px}.card-table-header h3{font-size:20px;margin-bottom:20px}.card-table table{width:100%;border-collapse:collapse}.card-table th{text-align:left;font-size:12px;color:#242628;white-space:nowrap;padding:10px 18px}.card-table td{padding:10px 0;border-top:1px solid #e2e8f0;font-size:14px;text-align:center}.url-cell{padding-left:20px}.url-link{color:#0284c7;text-decoration:underline;white-space:nowrap}.project-cell{display:flex;align-items:center;gap:15px}.project-icon{width:55px;height:55px;border-radius:50%}.status-dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:8px}.status-dot.pending{background:orange}.status-dot.complete{background:#10b981}.users{display:flex;align-items:center}.user-img{width:40px;height:40px;border-radius:50%;border:2px solid white;margin-left:-10px}.user-img:first-child{margin-left:0}.progress-wrapper{display:flex;align-items:center;gap:14px}.progress-wrapper span{min-width:40px;font-size:14px;font-weight:500}.progress{width:140px;height:8px;background:#f1f5f9;border-radius:20px;overflow:hidden;position:relative}.progress-bar{height:100%;border-radius:20px}.progress-bar.red{background:#ef4444}.progress-bar.green{background:#10b981}.dots-menu{font-size:20px;cursor:pointer;color:#64748b}.map-wrapper{width:100%;height:600px;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #0000000d;background:#fff}.map-container{width:100%;height:100%}.login-container{width:100%;padding:0 80px}@media(min-width:1600px){.login-container{padding:0 120px}}@media(min-width:2000px){.login-container{padding:0 180px}}.main-wrapper{width:100%;height:100vh;background:linear-gradient(135deg,#f0f7ff,#e8ffed)}.badge-tag{padding:8px 20px;background:#fff;border-radius:25px;font-size:14px;color:#444;display:inline-block;margin-bottom:25px}.main-heading{font-size:50px;font-weight:700;line-height:1.2;color:#222}.gradient-text{background:linear-gradient(90deg,#3a7bff,#00c741);-webkit-background-clip:text;color:transparent}.description-text{font-size:18px;margin-top:20px;color:#555}.avatar-img{width:45px;height:45px;border-radius:50%;border:3px solid #fff;box-shadow:0 2px 5px #00000026}.overlap{margin-left:-15px}.trusted-text{font-size:16px;color:#444}.simple-login-card{width:100%;max-width:450px;padding:30px;background:#fff;border-radius:18px;box-shadow:0 8px 30px #0000001f;animation:fadeIn .4s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.logo-wrapper{display:flex;justify-content:center;margin-bottom:20px}.center-logo{width:90px;height:auto;object-fit:contain}.simple-title{font-size:20px;font-weight:600;margin-bottom:20px}.simple-label{font-size:15px;font-weight:500;color:#222}.simple-input{width:100%;background:#e7f0ff;border:none;padding:6px 12px;font-size:13px;border-radius:8px;margin-top:5px;height:45px!important}.simple-input:focus{outline:none}.forgot-text{color:#0d6efd;font-size:14px;text-decoration:none;font-weight:500}.submit-btn{padding:12px;font-weight:600;background-image:linear-gradient(to right,#1fa2ff,#12d8fa 51%,#1fa2ff);margin-top:10px;text-align:center;text-transform:uppercase;transition:.5s;background-size:200% auto;color:#fff;box-shadow:0 0 20px #eee;border-radius:10px;display:inline-block;cursor:pointer;border:none}.submit-btn:hover{background-position:right center;color:#fff;text-decoration:none}.highlight-link{background:linear-gradient(90deg,#1fa2ff,#12d8fa);-webkit-background-clip:text;color:transparent;font-weight:700;text-decoration:none}.highlight-link:hover{opacity:.8}.otp-info-text{text-align:center;font-size:14px;color:#777;margin-top:15px}.otp-resend-link{background:linear-gradient(90deg,#1fa2ff,#12d8fa);-webkit-background-clip:text;color:transparent;font-weight:700;text-decoration:none;cursor:pointer}.otp-resend-link:hover{text-decoration:underline;color:#085a83}.success-fullscreen{position:fixed;inset:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;z-index:99999;overflow:hidden;pointer-events:none}.fullscreen-gif{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1;filter:contrast(1.05) saturate(1.05)}.overlay-tint{position:absolute;inset:0;background:#2878dc8c;z-index:2;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.success-card{pointer-events:auto;z-index:3;max-width:560px;width:calc(100% - 80px);margin:0 auto;text-align:center;padding:36px 48px;border-radius:16px;background:#ffffff0f;box-shadow:0 15px 40px #0a142873;color:#fff;transform:translateY(-6px);animation:cardPop .6s cubic-bezier(.2,.9,.3,1);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.08)}.success-top{color:#fffffff2;font-weight:600;font-size:14px;margin-bottom:8px;display:block;opacity:.95}.success-title{font-size:clamp(28px,5vw,52px);margin:6px 0 8px;font-weight:800;line-height:1.02;color:#fff;text-shadow:0 4px 20px rgba(0,0,0,.5)}.success-sub{margin:10px auto 0;font-size:16px;max-width:720px;color:#fffffff2;opacity:.95}.success-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#ffffff24;color:#fff;font-weight:700;margin:0 auto 14px;font-size:22px;box-shadow:0 6px 22px #00000059}@keyframes cardPop{0%{transform:translateY(10px) scale(.96);opacity:0}60%{transform:translateY(-6px) scale(1.02);opacity:1}to{transform:translateY(0) scale(1);opacity:1}}@media(max-width:640px){.fullscreen-gif{object-position:center top}.success-card{padding:20px;border-radius:12px;width:calc(100% - 36px)}.success-title{font-size:28px}}@media(max-width:576px){.main-wrapper{height:auto!important}.left-side{padding:10px!important;text-align:center}.badge-tag{font-size:12px;padding:6px 15px;margin-bottom:5px}.main-heading{font-size:32px!important}.description-text{font-size:16px;margin-top:0}.avatar-img{width:38px;height:38px}.trusted-text{font-size:14px}.simple-login-card{width:100%!important;padding:20px 30px 10px;margin-top:15px}.simple-title{font-size:18px}.simple-label{font-size:14px}.simple-input{font-size:14px;height:42px!important}.submit-btn{padding:10px;font-size:14px}.password-wrapper{position:relative}.login-password-eye{position:absolute;right:12px;top:12px;font-size:16px}}@media(min-width:577px)and (max-width:768px){.main-wrapper{height:auto!important;padding:40px 20px}.main-heading{font-size:32px!important}.simple-login-card{width:80%;margin:auto}}@media(max-width:992px){.main-heading{font-size:42px}.simple-login-card{width:85%}}@media(min-width:1400px){.main-heading{font-size:55px}.simple-login-card{width:480px}}.auth-navbar{position:absolute;top:0;width:100%;height:70px;z-index:99;display:flex;align-items:center}.auth-navbar-container{max-width:1300px;width:100%;margin:auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center}.brand{color:#fff;font-weight:800;text-transform:uppercase;font-size:14px;letter-spacing:1px}.auth-toggle{display:none;background:transparent;border:none;color:#fff;font-size:20px;cursor:pointer}.auth-links{display:flex;align-items:center;gap:20px}.docs-link{display:flex;align-items:center;gap:6px;color:#fff;font-size:12px;text-transform:uppercase;font-weight:700}@media(max-width:768px){.auth-toggle{display:block}.auth-links{position:absolute;top:70px;left:0;width:100%;background:#fff;flex-direction:column;align-items:flex-start;padding:15px 20px;display:none;box-shadow:0 10px 30px #0000001a}.auth-links.open{display:flex}.docs-link{color:#1e293b}}.footer-small{width:100%;padding:25px 0;background:#1e293b;color:#fff}.absolute-footer{position:absolute;bottom:0;left:0}.footer-container{max-width:1200px;margin:0 auto;padding:0 24px}.footer-divider{border:none;border-top:1px solid #334155;margin-bottom:20px}.footer-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.footer-left{font-size:14px;color:#94a3b8;font-weight:600}.footer-right{display:flex;gap:24px}.footer-right span{font-size:14px;cursor:pointer;transition:.2s;color:#fff}.footer-right span:hover{color:#38bdf8}@media(max-width:768px){.footer-row{flex-direction:column;gap:12px;text-align:center}}.pages-dropdown-wrapper{position:relative}.pages-dropdown-wrapper{position:relative;z-index:99999}.pages-dropdown-btn{background:transparent;border:0;color:#fff;padding:10px 14px;font-size:13px;font-weight:600;cursor:pointer;text-transform:uppercase;letter-spacing:.04em;display:flex;align-items:center;gap:8px}.pages-dropdown-btn i{font-size:10px}.pages-dropdown-menu{position:absolute;top:120%;left:0;background:#fff;min-width:180px;border-radius:10px;box-shadow:0 15px 35px #0000001a;padding:8px 0;display:none;flex-direction:column;z-index:100000!important}.pages-dropdown-menu.show{display:flex}.pages-dropdown-link{padding:10px 16px;text-decoration:none;color:#334155;font-size:14px;transition:.2s ease;font-weight:500}.pages-dropdown-link:hover{background:#f1f5f9;color:#0f172a;padding-left:20px}@media(max-width:768px){.pages-dropdown-btn{color:#0f172a}}.auth-page{min-height:100vh;background:linear-gradient(135deg,#0f172a,#020617);display:flex;justify-content:center;align-items:center;padding:50px 15px}.auth-wrapper{width:100%;max-width:460px}.auth-card{background:#f8fafc;border-radius:18px;box-shadow:0 30px 60px #00000040;overflow:hidden}.auth-header{padding:25px 20px;text-align:center;background:#e2e8f0}.auth-header h6{font-size:18px;font-weight:700;color:#0f172a}.auth-body{padding:30px 26px;background:#f8fafc}.error-text{color:#dc2626;font-weight:600;margin-bottom:16px;text-align:center}.form-group{margin-bottom:18px}.form-group label{display:block;font-size:13px;font-weight:700;text-transform:uppercase;margin-bottom:6px;color:#334155}.form-group input,.form-group select{width:100%;padding:12px 14px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;font-size:15px;transition:.2s ease;outline:none}.form-group input:focus,.form-group select:focus{border-color:#052251;box-shadow:0 0 0 3px #3b82f626}.form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg fill='%2364748b' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.23 7.21a.75.75 0 011.06.02L10 10.94l3.71-3.71a.75.75 0 111.06 1.06l-4.24 4.25a.75.75 0 01-1.06 0L5.25 8.29a.75.75 0 01-.02-1.08z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:14px;padding-right:34px;cursor:pointer}.checkbox-wrapper{display:flex;align-items:center;gap:10px;margin:12px 0 18px;font-size:14px;color:#334155}.checkbox-wrapper input{width:16px;height:16px}.auth-submit-btn{width:100%;background:linear-gradient(to right,#0f172a,#1e293b);color:#fff;border:none;border-radius:14px;padding:14px 0;font-size:15px;font-weight:700;letter-spacing:.05em;cursor:pointer;transition:.2s ease;margin-top:8px}.auth-submit-btn:hover{opacity:.9;transform:translateY(-1px)}.auth-submit-btn:disabled{background:#94a3b8;cursor:not-allowed}.auth-resend-btn{width:100%;border:none;background:transparent;margin-top:12px;color:#3b82f6;font-weight:600;cursor:pointer}.auth-resend-btn:hover{text-decoration:underline}.form-group input[name=otp]{letter-spacing:6px;text-align:center;font-size:20px;font-weight:700}@media(max-width:500px){.auth-body{padding:24px 18px}}.dashboard-wrapper{width:100%;overflow-x:hidden}.dashboard-inner{padding:20px;min-height:calc(100vh - 70px);overflow-y:auto}.dashboard-row{display:grid;grid-template-columns:repeat(12,1fr);gap:10px;margin-bottom:25px}.dashboard-col-6{grid-column:span 6}.dashboard-col-12{grid-column:span 12}@media(max-width:1024px){.dashboard-row{grid-template-columns:1fr}}@media(max-width:768px){.dashboard-col-6{grid-column:span 12}}.dashboard-col-8,.dashboard-col-4{width:100%}.chart-card{background:#fff;padding:20px;min-height:420px;box-shadow:0 10px 25px #0003;display:flex;flex-direction:column}.chart-header{margin-bottom:20px}.chart-header h6{font-size:12px;text-transform:uppercase;color:#cbd5e1;margin-bottom:4px;font-weight:600}.chart-header h2{color:#fff;font-size:18px;font-weight:700}.chart-body{flex:1;position:relative;padding:10px 0}.chart-body canvas{width:100%!important;height:100%!important}.bar-chart-card{background:#fff;border-radius:16px;padding:20px;min-height:420px;box-shadow:0 15px 30px #0000000f;display:flex;flex-direction:column}.bar-chart-header{margin-bottom:20px}.bar-chart-header h6{font-size:12px;text-transform:uppercase;color:#64748b;margin-bottom:4px;font-weight:600}.bar-chart-header h2{color:#1e293b;font-size:18px;font-weight:700}.bar-chart-body{flex:1;position:relative;padding:10px 0}.bar-chart-body canvas{width:100%!important;height:100%!important}.pagevisits-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 15px 35px #0000000f}.pagevisits-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.pagevisits-header h3{font-size:18px;font-weight:600;color:#1e293b}.styled-title{font-size:20px;font-weight:600;color:#162133;position:relative;padding-bottom:6px;display:flex;align-items:center;gap:8px}.styled-title i{color:#0978b0;font-size:18px}.styled-title:after{content:"";position:absolute;bottom:0;left:0;width:45px;height:3px;background:#0674ab;border-radius:4px}.pagevisits-btn{background:#6366f1;border:none;color:#fff;padding:6px 12px;font-size:12px;font-weight:600;text-transform:uppercase;border-radius:6px;cursor:pointer}.pagevisits-btn:hover{background:#4f46e5}.pagevisits-table-wrapper{width:100%;overflow-x:auto}.pagevisits-table{width:100%;border-collapse:collapse;min-width:500px}.pagevisits-table th{text-align:left;padding:12px 5px;font-size:12px;color:#2f353c;text-transform:uppercase}.pagevisits-table td{padding:18px 0;border-top:1px solid #e2e8f0;font-size:14px;color:#334155}.rate{font-weight:600}.rate.up{color:#10b981}.rate.down{color:#f97316}.rate.danger{color:#ef4444}.social-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 15px 35px #0000000f;margin-bottom:40px}.social-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.social-header h3{font-size:18px;font-weight:600;color:#1e293b}.social-btn{background:#018ed3;border:0;color:#fff;padding:6px 12px;font-size:12px;font-weight:600;border-radius:6px;cursor:pointer;text-transform:uppercase}.social-btn:hover{background:#018ed3}.social-table-wrapper{width:100%;overflow-x:auto}.social-table{width:100%;border-collapse:collapse}.social-table th{text-align:left;font-size:12px;color:#64748b;text-transform:uppercase;padding-bottom:16px}.social-table td{padding:18px 0;border-top:1px solid #e2e8f0;font-size:14px;color:#334155}.social-progress-wrapper{display:flex;flex-direction:column;gap:6px}.social-progress{width:140px;height:8px;background:#e5e7eb;border-radius:999px;overflow:hidden}.social-progress-bar{height:100%;border-radius:999px}.social-progress-bar.red{background:#ef4444}.social-progress-bar.green{background:#10b981}.social-progress-bar.purple{background:#8b5cf6}.social-progress-bar.blue{background:#3b82f6}.social-progress-bar.orange{background:#f97316}.password-wrapper{position:relative}.password-wrapper input{padding-right:35px}.password-eye{position:absolute;right:10px;top:68%!important;transform:translateY(-50%);cursor:pointer;font-size:16px;-webkit-user-select:none;user-select:none}.success-text{color:green;font-weight:600;margin-bottom:10px}.top-bar{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:10px 14px;border-radius:10px;box-shadow:0 3px 10px #0000000d;margin-bottom:18px;gap:10px}.search-wrapper{position:relative;display:flex;align-items:center;gap:6px;flex:1;background:#f3f4f6;padding:8px 12px;border-radius:6px;border:1px solid #d1d5db;transition:.25s;max-width:40%;height:40px}.search-wrapper i{color:#6b7280;font-size:14px}.search-wrapper input{flex:1;border:none;background:transparent;outline:none;font-size:14px}.search-wrapper:hover,.search-wrapper:focus-within{border-color:#2563eb;box-shadow:0 0 5px #2563eb40}.search-wrapper .clear-icon{position:absolute;right:10px;font-size:14px;cursor:pointer;color:#777}.search-wrapper .clear-icon:hover{color:#000}.toggle-buttons{display:flex;background:#f3f4f6;padding:4px;border-radius:8px;gap:6px;align-items:center}.toggle-buttons button{border:none;padding:6px 12px;font-size:16px;cursor:pointer;background:none;border-radius:6px;transition:.2s}.toggle-buttons button.active{background:linear-gradient(135deg,#436402,#88c735);color:#fff}.toggle-buttons i{font-size:18px}@media(max-width:600px){.top-bar{padding:7px;gap:5px}.search-wrapper{max-width:100%}.toggle-buttons{justify-content:center}}.loading-text,.empty-text{text-align:center;color:#666;font-size:16px;padding:30px 0}.toggle-buttons{display:flex;gap:10px}.toggle-buttons button{padding:9px 14px;border-radius:6px;background:#e5e7eb;border:none;cursor:pointer;transition:.25s}.toggle-buttons .active{background:#018ed3;color:#fff}.search-wrapper input::placeholder{opacity:.6;animation:typingBlink 1s steps(2) infinite}@keyframes typingBlink{50%{opacity:.2}}.card-container{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(270px,1fr))}.card{background:linear-gradient(135deg,#018dd121,#028dcf00,#88be2e26)!important;-webkit-backdrop-filter:blur(19px)!important;backdrop-filter:blur(19px)!important;border-radius:14px;position:relative;overflow:hidden;transition:.3s;box-shadow:0 3px 10px #00000014}.card:hover{transform:translateY(-5px)}.card-share-btn{position:absolute;right:12px;top:10px;background:transparent;padding:6px 9px;border-radius:6px;border:none;cursor:pointer;font-size:18px;z-index:20;pointer-events:auto}.swiper{pointer-events:none}.swiper *{pointer-events:auto}.badge,.badge-list{padding:5px 9px;font-size:12px;border-radius:6px;font-weight:700}.badge{position:absolute;left:12px;top:10px}.badge.top,.badge-list.top{background:#4ade80;color:#064e3b}.badge.low,.badge-list.low{background:#fca5a5;color:#7f1d1d}.swiper{width:100%;height:200px}.slide-img{width:100%;height:100%;object-fit:contain;padding:5px}.card-content{padding:16px}.card-header{display:flex;justify-content:space-between;align-items:center}.card-title{font-size:16px;font-weight:600}.clicks{background:#eef6ff;color:#07f;padding:4px 8px;border-radius:8px;font-size:12px}.action-row{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:10px}.copy-btn,.view-btn{padding:10px;border-radius:8px;border:none;cursor:pointer}.copy-btn{background:#e0e7ff}.view-btn{background:#018ed3;color:#fff}.copy-icon{margin-left:8px}.list-container{display:grid;gap:14px}.list-item{display:grid;grid-template-columns:75px 1fr auto;gap:16px;align-items:center;background:linear-gradient(135deg,#018dd121,#028dcf00,#88be2e26)!important;-webkit-backdrop-filter:blur(19px)!important;backdrop-filter:blur(19px)!important;padding:16px;border-radius:16px;box-shadow:0 2px 4px #0000000d,0 8px 18px #00000014;position:relative;transition:.25s ease}.list-item:hover{transform:translateY(-3px)}.list-img{width:75px;height:75px;object-fit:contain;border-radius:12px}.badge-list{position:absolute;top:10px;left:14px;font-size:11px;color:#fff}.list-details{display:flex;flex-direction:column;gap:10px}.list-title{margin:0;font-size:15px;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list-analytics-compact{display:flex;align-items:center;gap:24px;margin-top:6px;padding:6px 0}.metric{display:flex;flex-direction:column;align-items:center;gap:2px}.metric i{width:26px;height:26px;border-radius:50%;color:#fff;display:flex;justify-content:center;align-items:center;font-size:13px}.score{background:#f59e0b}.clicks{background:#3b82f6}.trend-up{background:#10b981}.trend{background:#ef4444}.metric span{font-size:13px;font-weight:600}.metric label{font-size:10px;color:#6b7280}.list-bar{width:55%;height:5px;background:#e5e7eb;border-radius:20px;overflow:hidden;margin:6px auto 0}.list-bar-progress{height:100%;border-radius:inherit;background:linear-gradient(90deg,#3b82f6,#0ea5e9);transition:width .3s ease}.list-actions{display:grid;grid-template-columns:repeat(3,42px);gap:10px}.list-actions button{width:42px;height:42px;border-radius:10px;background:#eef2ff;border:none;cursor:pointer;font-size:18px;color:#374151;display:flex;justify-content:center;align-items:center;transition:.25s}.list-actions button:hover{background:#dbeafe}.analytics-box-modern{background:#f9fafb;border:1px solid #e5e7eb;padding:12px;border-radius:14px;margin-top:10px}.analytics-row-modern{display:grid;grid-template-columns:repeat(3,1fr);text-align:center;gap:10px}.analytics-unit{display:flex;flex-direction:column;align-items:center}.icon-wrap{width:34px;height:34px;border-radius:50%;margin-bottom:5px;display:flex;justify-content:center;align-items:center;color:#fff;font-size:15px}.icon-wrap.score{background:#1fa6bb}.icon-wrap.ctr,.icon-wrap.trend.up{background:#3f741f}.icon-wrap.trend{background:#bb0a0a}.metric-value{font-size:14px;font-weight:600;margin-bottom:10px!important}.metric-label{font-size:11px;color:#6b7280}.performance-track{height:6px;background:#e5e7eb;border-radius:6px;margin-top:10px;overflow:hidden}.performance-progress{height:100%;border-radius:6px;background:linear-gradient(90deg,#3b82f6,#0ea5e9);transition:width .4s}.pagination-wrapper{display:flex;justify-content:center;margin:20px 0}.pagination{display:flex;gap:8px;align-items:center;list-style:none!important;padding:0;margin:0}.pagination li a{padding:8px 12px;background:#e5e7eb;border-radius:6px;cursor:pointer}.pagination .active a{background:#018ed3;color:#fff}@media(max-width:650px){.login-container{padding:0 14px;gap:0!important}.min-vh-100{min-height:auto!important}.left-side{padding-top:40px!important}.list-item{grid-template-columns:70px 1fr;gap:10px;padding:10px;width:100%}.list-details{gap:0}.list-actions{grid-column:1 / 3;width:100%;grid-template-columns:repeat(3,1fr)}.list-analytics-compact{flex-wrap:wrap;gap:14px}.list-bar{width:100%;margin-left:0}.list-title{white-space:wrap;font-size:14px}}@media(max-width:700px){.list-item{align-items:flex-start}}.basic-profile{width:100%;background:#fff;border-radius:16px;overflow:hidden;border:1px solid #e5e7eb}.header{position:relative}.cover{width:100%;height:180px;object-fit:cover}.avatar{width:95px;height:95px;border-radius:50%;border:4px solid white;position:absolute;bottom:-45px;left:20px}.info{padding:60px 20px 10px}.info h2{font-size:22px;font-weight:700}.role{color:#64748b;font-size:14px}.phone{font-size:14px;margin-top:5px;color:#475569}.details-box{border-top:1px solid #e5e7eb;padding:20px}.grid-layout{display:grid;gap:5px;grid-template-columns:repeat(2,1fr)}.detail{padding:10px 0;font-size:15px;color:#374151}.detail:last-child{border-bottom:none}.bio p{margin-top:6px;color:#475569}@media(max-width:768px){.avatar{left:50%;transform:translate(-50%)}.grid-layout{grid-template-columns:1fr}.info{text-align:center}}.wallet-banner{background:#fff;border-radius:20px;padding:20px;display:flex;align-items:center;gap:15px;border-left:4px solid #018ED3;margin-bottom:15px;position:relative}.wallet-underline{margin-top:3px;width:80px;height:3px;background:linear-gradient(90deg,#018ed3,#04c0ff);border-radius:10px;animation:blinkLine 1.5s infinite ease-in-out}@keyframes blinkLine{0%{opacity:.2;transform:scaleX(.5)}50%{opacity:1;transform:scaleX(1)}to{opacity:.2;transform:scaleX(.5)}}.wallet-icon-box{font-size:20px;color:#018ed3}.wallet-banner h2{margin:0;font-size:20px;color:#018ed3;font-weight:700}.wallet-info-card{background:#fff;padding:25px;border-radius:15px;border:1px solid #e5e5e5;margin-bottom:25px;text-align:center;transition:.3s ease;box-shadow:0 3px 10px #0000000d}.wallet-info-center{display:flex;flex-direction:column;align-items:center}.wallet-label{font-size:24px;color:#000;font-weight:600;margin:0}.wallet-amount{font-size:38px;font-weight:600;color:#000;margin:5px 0}.wallet-date{font-size:16px;font-weight:600;color:#444;margin-top:5px}.wallet-actions{display:flex;justify-content:center;gap:15px;margin-top:20px}.btn{padding:10px 18px;border-radius:8px;font-size:16px;cursor:pointer;border:none;transition:.3s ease}.wallet-add{background:#018ed3;color:#fff}.wallet-add:hover{background:#016ca6}.wallet-withdraw{background:#fff;border:1px solid #018ED3;color:#018ed3}.wallet-withdraw:hover{background:#e6f7ff}.wallet-card{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#fdfbfb,#aeecca);padding:25px;border-radius:14px;box-shadow:0 4px 20px #0000000f;width:100%;margin-bottom:20px}.wallet-label{font-size:15px;font-weight:500;color:#7b7b7b;margin-bottom:4px}.amount{font-size:36px;font-weight:700;color:#044e72;line-height:1}.date{font-size:13px;color:#999;margin-top:4px}.wallet-btn{background-image:linear-gradient(to right,#4ade80,#22c55e,#4ade80);margin:10px;padding:15px 45px;text-align:center;text-transform:uppercase;transition:.5s;background-size:200% auto;color:#fff;box-shadow:0 0 20px #16a34a66;border-radius:10px;display:inline-block;cursor:pointer;border:none}.wallet-btn:hover{background-position:right center;color:#fff;text-decoration:none}.wallet-btn i{margin-right:8px;font-size:15px}@media(max-width:600px){.wallet-card{flex-direction:column;gap:12px;text-align:center}.wallet-btn{width:100%}}.txn-type{padding:6px 12px;border-radius:8px;font-weight:600;display:inline-flex;align-items:center;gap:6px;font-size:13px}.txn-type.credit{background:#e9fce9;color:#16a34a;border:1px solid #b2ebb2}.txn-type.debit{background:#ffecec;color:#dc2626;border:1px solid #ffb3b3}.txn-status{padding:6px 10px;border-radius:6px;font-size:12px;font-weight:600;text-transform:capitalize}.txn-status.completed{background:#e8fff0;color:#16a34a;border:1px solid #b6f1c7}.txn-status.pending{background:#fff6e5;color:#f58a07;border:1px solid #ffd8a8}.txn-status.rejected{background:#ffe5e5;color:#dc2626;border:1px solid #ffb3b3}.modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;justify-content:center;align-items:center;z-index:2000}.wallet-modal{width:430px;background:#fff;border-radius:16px;padding:25px;animation:fadeIn .25s ease;box-shadow:0 8px 25px #00000026}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.wallet-modal .modal-header{display:flex;align-items:center;justify-content:space-between}.wallet-modal .icon-circle{background:#018ed3;width:40px;height:40px;display:flex;justify-content:center;align-items:center;color:#fff;font-size:20px;border-radius:50%}.wallet-modal .close-btn{background:none;border:none;font-size:22px;cursor:pointer;color:#333}.wallet-modal .close-btn:hover{color:#018ed3}.wallet-modal .modal-balance{margin:10px 0;font-size:14px;color:#444;font-weight:600}.wallet-modal .modal-label{margin-top:12px;font-weight:600}.wallet-modal .modal-input{width:100%;padding:12px;margin:8px 0;border-radius:10px;border:1px solid #ccc;font-size:16px;transition:.2s;height:45px}.wallet-modal .modal-input:focus{border-color:#018ed3;outline:none}.wallet-modal .note{font-size:13px;color:#888}.wallet-modal .method-toggle{display:flex;gap:10px;margin:18px 0}.wallet-modal .method-toggle button{flex:1;padding:12px;border-radius:10px;border:1px solid #ddd;background:#f6f6f6;cursor:pointer;transition:.25s;font-size:15px;display:flex;justify-content:center;align-items:center;gap:6px}.wallet-modal .method-toggle button.active{background-image:linear-gradient(to right,#1fa2ff,#12d8fa 51%,#1fa2ff);font-weight:600;text-align:center;text-transform:uppercase;transition:.5s;background-size:200% auto;color:#fff;box-shadow:0 0 20px #eee;border-radius:10px;display:inline-block;cursor:pointer;border:none}.wallet-modal .method-toggle button.active:hover{background-position:right center;box-shadow:0 0 25px #1fa2ff99}.wallet-modal .list-box{margin-top:14px}.wallet-modal .list-box .modal-label{margin-bottom:8px;display:block;font-weight:600}.wallet-modal .list-item{display:flex;align-items:center;justify-content:space-between;padding:14px;border-radius:12px;background:#fff!important;margin-bottom:10px;cursor:pointer;transition:.25s}.wallet-modal .list-item:hover{border-color:#018ed3}.wallet-modal .list-item i{font-size:18px;color:#018ed3}.wallet-modal .list-item span{flex:1;margin-left:12px;font-size:15px;font-weight:500;color:#333}.wallet-modal .list-item input[type=radio]{accent-color:#018ed3;width:18px;height:18px}.wallet-modal .list-item.selected{border-color:#eef5f9;background:#eef5f9}.wallet-modal .list-item.selected span,.wallet-modal .list-item.selected i{color:#018ed3}.wallet-modal .empty{text-align:center;font-size:14px;padding:10px;color:#777}.wallet-modal .submit-btn{width:100%;background-image:linear-gradient(to right,#1fa2ff,#12d8fa 51%,#1fa2ff);font-size:16px;margin-top:15px;padding:15px 45px;text-align:center;text-transform:uppercase;transition:.5s;background-size:200% auto;color:#fff;box-shadow:0 0 20px #eee;border-radius:10px;display:inline-block;cursor:pointer;border:none}.wallet-modal .submit-btn:hover{background-position:right center;color:#fff;text-decoration:none}.wallet-modal .submit-btn:disabled{opacity:.4;pointer-events:none}.wallet-wrapper{display:grid;grid-template-columns:1fr 1fr;border-radius:20px;overflow:hidden;position:relative;width:100%;box-shadow:0 8px 30px #0000001a;margin-bottom:15px}.wallet-left-box{background:linear-gradient(135deg,#309cf5,#277dd4);color:#fff;padding:35px 30px;display:flex;flex-direction:column;justify-content:center}.wallet-right-box{background:#fff;padding:35px 30px;display:flex;justify-content:center;align-items:center}.paypal-center-badge{width:85px;height:85px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#fff;border-radius:50%;border:4px solid #eef2ff;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:28px;color:#003087;box-shadow:0 5px 25px #00000026}.withdraw-btn{background:#1976d2;padding:12px 25px;border-radius:25px;border:none;color:#fff;font-weight:600;cursor:pointer;transition:.3s}.withdraw-btn:hover{background:#0d56a6;transform:translateY(-2px)}@media(max-width:600px){.wallet-wrapper{grid-template-columns:1fr;text-align:center;padding-top:50px}.paypal-center-badge{top:20px;transform:translate(-50%,-50%)}}.wallet-action-bar{background:#fff;border-radius:18px;display:flex;justify-content:space-between;align-items:center;margin-top:15px}.balance-box{display:flex;flex-direction:column}.balance-label{font-size:18px;color:#6f6f6f;margin-bottom:4px}.balance-value{margin:0;font-size:19px;font-weight:700;color:#018ed3}.withdraw-btn{background:#018ed3;border:none;padding:12px 28px;border-radius:10px;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s}.withdraw-btn:hover{background:#018ed3;box-shadow:0 4px 14px #007bff4d}@media(max-width:768px){.wallet-action-bar{flex-direction:column;gap:15px;text-align:center}.balance-value{font-size:28px}.withdraw-btn{width:100%;padding:14px}}.transaction-list{margin-top:20px;display:flex;flex-direction:column;gap:10px}.transaction-card{display:flex;justify-content:space-between;align-items:center;background:#fff;border-radius:18px;padding:18px;border:1px solid #eef0f3;box-shadow:0 4px 15px #0000000a;transition:.2s;cursor:pointer;position:relative}.transaction-card:hover{box-shadow:0 6px 18px #00000017;transform:translateY(-2px)}.transaction-card:before{content:"";width:5px;height:80%;background:var(--txn-color);border-radius:10px;position:absolute;left:0;top:50%;transform:translateY(-50%)}.icon-box{width:50px;height:50px;border-radius:12px;background:var(--icon-bg);display:flex;align-items:center;justify-content:center;font-size:22px}.txn-details{flex:1;margin-left:18px}.txn-title{font-weight:600;font-size:16px}.txn-meta{font-size:12px;color:#8a8a8a;display:flex;gap:14px;margin-top:4px}.txn-amount{font-size:18px;font-weight:700}.txn-status{font-size:11px;padding:4px 10px;border-radius:10px;font-weight:600;margin-top:5px;display:inline-block}.txn-status.pending{background:#fffae6;color:#cc8b00}.txn-status.success{background:#e9ffe9;color:#168a40}.txn-status.failed{background:#ffe8e8;color:#b91c1c}.filter-grid{display:grid;gap:12px;background:#fff;border-radius:14px;padding:14px;border:1px solid #eef0f3;grid-template-columns:repeat(5,1fr);align-items:center}.filter-input{padding:10px 16px;border-radius:12px;border:1px solid #dfe3e7;font-size:14px;outline:none}.filter-input:focus{border-color:#2196f3}.filter-tabs{display:flex;gap:6px;background:#f7f8fa;padding:6px;border-radius:14px}.filter-tab{padding:8px 16px;border-radius:10px;font-weight:500;border:none;background:transparent;cursor:pointer;transition:.25s;color:#555}.filter-tab.active{background:#fff;color:#018ed3;border:2px solid #018ed3;box-shadow:0 3px 12px #1c8b7a26}.search-action-box{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:15px}.input-icon-wrapper{position:relative;width:250px}.input-icon-wrapper input{height:40px}.search-box{width:100%;padding:10px 14px 10px 36px!important;border-radius:8px;font-size:14px;border:1px solid #dcdcdc}.filter-select,.date-input{padding:10px 14px;border-radius:8px;border:1px solid #dcdcdc;background:#fff;font-size:14px;outline:none;cursor:pointer;min-width:150px;transition:.2s ease-in-out}.search-box:focus,.filter-select:focus,.date-input:focus{border:1px solid #085a84;box-shadow:0 0 4px #018ed366}.search-input-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:14px;color:#9aa0ac}.btn-search,.btn-reset{display:flex;align-items:center;gap:6px;background:#018ed3;color:#fff;border:none;padding:10px 18px;border-radius:8px;cursor:pointer;font-size:14px;transition:.3s}.btn-reset{background:#6c757d}.btn-search:hover{background:#047eba}.btn-reset:hover{background:#555}@media(max-width:1024px){.filter-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.filter-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.filter-grid{grid-template-columns:1fr}.btn-reset,.filter-tabs{width:100%}}.date-grid{display:contents}@media(max-width:768px){.date-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}}@media(max-width:768px){.search-action-box{flex-direction:column;width:100%}.btn-search,.btn-reset{width:100%;justify-content:center}.input-icon-wrapper{width:100%}}.order-badge,.commission-badge{padding:8px 18px;border-radius:20px;font-size:12px;font-weight:600;display:inline-block;text-transform:capitalize}.order-badge.pending,.commission-badge.pending{background:#fff4cc;color:#997404}.order-badge.confirmed{background:#e0f2fe;color:#0369a1}.order-badge.completed,.order-badge.delivered,.commission-badge.paid,.commission-badge.completed{background:#d1fadf;color:#027a48}.order-badge.processing{background:#ede9fe;color:#6b21a8}.order-badge.cancelled,.order-badge.failed,.commission-badge.failed,.commission-badge.rejected{background:#fee2e2;color:#b91c1c}.order-badge.refunded{background:#f1f5f9;color:#334155}.order-badge.none,.commission-badge.none{background:#e5e7eb;color:#374151}.empty-row{text-align:center;padding:40px 0}.empty-state{display:flex;flex-direction:column;align-items:center;opacity:.7}.empty-state-icon{font-size:48px;color:#9ca3af;margin-bottom:10px}.empty-state-title{font-size:16px;font-weight:600;color:#6b7280;margin:0}.empty-state-text{font-size:13px;color:#9ca3af;margin-top:4px}.chart-card{background:#fff;padding:20px;border-radius:10px;color:#000}.chart-header{display:flex;justify-content:space-between;align-items:center}.filter-box{display:flex;align-items:center;gap:10px}.filter-dates,.filter-actions{display:flex;gap:10px}.filter-input{padding:6px;border-radius:6px;border:1px solid #444}.to-text{color:#ccc;font-weight:500}.filter-btn{background:#018ed3;padding:8px 30px;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:.2s}.filter-btn:hover{background:#0485c6}.chart-container{margin-top:15px;height:300px}.legend-explain{display:flex;justify-content:center;gap:50px;font-size:14px;color:#c7c7c7}.legend-item{display:flex;align-items:center;gap:6px}.legend-title{font-weight:600}.legend-desc{color:#9ca3af;font-size:13px}.legend-dot{width:12px;height:12px;border-radius:50%;display:inline-block;margin-right:6px}.legend-dot.payable{border:2px solid #ff6b00}.legend-dot.paid{border:2px solid #10b981}.loading-text{color:#ddd}.error-text{color:#ff6b6b}.skeleton-dashboard-container{padding:20px}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:30px}.stat-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 8px 10px #0000001a}.charts-row{display:grid;grid-template-columns:2fr 1fr;gap:25px}.chart-box{background:#fff;border-radius:16px;padding:20px;box-shadow:#0000000d 0 4px 10px}.copy-btn,.list-actions button{position:relative}.copy-tooltip{position:absolute;top:-36px;left:50%;transform:translate(-50%);background:#0b486b;color:#fff;padding:6px 12px;border-radius:6px;font-size:13px;font-weight:500;white-space:nowrap;opacity:0;animation:fadeTooltip 1.4s forwards}.copy-tooltip:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%);border-width:6px;border-style:solid;border-color:#0b486b transparent transparent transparent}@keyframes fadeTooltip{0%{opacity:0;transform:translate(-50%,8px) scale(.92)}20%{opacity:1;transform:translate(-50%) scale(1)}80%{opacity:1;transform:translate(-50%) scale(1)}to{opacity:0;transform:translate(-50%,8px) scale(.96)}}.tabs-container{width:100%;margin:20px 0}.tabs{display:flex;border-bottom:1px solid #4f7704;gap:25px}.tab-btn{border:none;background:transparent;padding:12px 0;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:6px;color:#555;font-weight:600;transition:.2s}.tab-btn i{font-size:14px}.tab-btn:hover{color:#77a521}.tab-btn.active{background:#436402;color:#fff;font-weight:600;border-bottom:2px solid #77a521;border-radius:10px 0;padding:12px;margin-bottom:-2px}.tab-content{margin-top:20px;padding:20px;background:#fff;border-radius:6px;font-size:14px}.bank-grid{display:grid;grid-template-columns:7fr 5fr;gap:25px;margin-top:10px}@media(max-width:900px){.bank-grid{grid-template-columns:1fr}}.grid-left{padding:0 10px}.title{font-size:18px;font-weight:600;margin-bottom:12px}.upi-section .title{display:flex;align-items:center;gap:3px;font-size:18px;margin-bottom:12px}.upi-section .title img{width:22px;height:22px;object-fit:contain;transition:.25s ease}.upi-section .title:hover img{transform:scale(1.1)}.input{width:100%;padding:12px;border:1px solid #ddd;margin-top:10px;border-radius:8px;font-size:14px}.checkbox{margin-top:10px;display:flex;gap:8px;font-size:14px}.btn_bank_deatil{margin-top:15px;padding:12px 60px;background:linear-gradient(135deg,#436402,#88c735);text-transform:uppercase;color:#fff;border:none;border-radius:8px;cursor:pointer}.btn_bank_deatil:hover{background:linear-gradient(135deg,#88c735,#436402);transform:translateY(-2px);box-shadow:0 6px 18px #43640240}.styled-bank-card{width:100%;padding:5px 15px 25px;border-radius:16px;color:#000;position:relative;margin-bottom:20px;box-shadow:0 10px 13px #0000001a;transition:.3s ease}.styled-bank-card:hover{transform:scale(1.02)}.gradient-2{background:linear-gradient(135deg,#fdfbfb,#f4c8ee)}.gradient-1{background:linear-gradient(135deg,#fdfbfb,#ecc9ae)}.gradient-0{background:linear-gradient(135deg,#fdfbfb,#aeecca)}.gradient-3{background:linear-gradient(135deg,#fdfbfb,#d5effe)}.card-top{display:flex;justify-content:space-between;align-items:center}.dots{font-size:20px;font-weight:700}.card-logo{width:38px}.primary-tag{position:absolute;bottom:8px;right:10px;background:#fff3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#0c0202;padding:4px 10px;border-radius:10px;font-size:11px;font-weight:500}.holder{margin-top:30px;font-size:18px;font-weight:500}.card-row{display:flex;justify-content:space-between;margin-top:5px;font-size:15px;letter-spacing:2px}.masked{font-weight:700}.info-row{display:flex;justify-content:space-between;margin:6px 0;font-size:14px;border-bottom:1px dashed rgba(255,255,255,.2);padding-bottom:4px}.info-row label{font-size:12px;opacity:.8}.info-row p{margin:0;font-weight:600;text-align:right;font-size:13px}.info-icon{position:relative;cursor:pointer;display:inline-flex;align-items:center}.info-tooltip{position:absolute;top:30px;left:50%;transform:translate(-50%) translateY(6px);background:#0b486b;color:#fff;padding:6px 12px;border-radius:6px;font-size:13px;white-space:nowrap;opacity:0;pointer-events:none;z-index:999;transition:opacity .35s ease,transform .35s cubic-bezier(.22,1,.36,1)}.info-tooltip:after{content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%);border-width:6px;border-style:solid;border-color:transparent transparent #0b486b transparent}.info-icon:hover .info-tooltip{opacity:1;transform:translate(-100%) translateY(0)}.card-actions{position:absolute;bottom:5px;left:15px;display:flex;gap:12px;opacity:0;pointer-events:none;transition:.3s}.styled-bank-card:hover .card-actions{opacity:1;pointer-events:auto}.icon-btn{width:25px;height:25px;display:flex;justify-content:center;align-items:center;background:#ffffffb3;border-radius:8px;cursor:pointer;transition:.25s ease;position:relative}.icon-btn:hover{background:#fff;transform:scale(1.15)}.icon-btn.delete i{color:#ff2e4c}.icon-btn.delete:hover{background:#ff2e4c}.icon-btn.delete:hover i{color:#fff}.icon-btn:after{content:attr(data-title);position:absolute;bottom:45px;right:0;opacity:0;pointer-events:none;padding:5px 10px;background:#000;color:#fff;border-radius:6px;font-size:11px;white-space:nowrap;transform:translateY(5px);transition:.25s ease}.icon-btn:before{content:"";position:absolute;bottom:35px;right:12px;border:5px solid transparent;border-top-color:#000;opacity:0;transition:.25s ease}.icon-btn:hover:after,.icon-btn:hover:before{opacity:1;transform:translateY(0)}.empty-box{text-align:center;margin-top:30px;padding:40px 20px;background:#f5f6fa;border-radius:12px;border:1px dashed #bfbfbf;color:#525252}.empty-box p{margin-top:10px;font-size:15px;font-weight:500}.empty-icon{font-size:40px;opacity:.6;color:#444}.status-row{display:flex;justify-content:space-between;align-items:center}.status{font-weight:600;font-size:14px}.status.active{color:#0abf4b}.status.inactive{color:#d94e4e}.toggle-icon{font-size:22px;cursor:pointer;transition:.3s;color:#105810}.toggle-icon:hover{transform:scale(1.1)}.status-row{display:flex;justify-content:space-between;align-items:flex-start}.status-toggle-wrapper{display:flex;flex-direction:column;align-items:flex-end}.status-toggle{display:flex;align-items:center;gap:10px}.status-success{margin-top:4px;font-size:12px;animation:fadeIn .25s ease;font-weight:500}.success-green{color:#0abf4b}.success-red{color:#d9534f}@keyframes fadeIn{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.alert-message{padding:10px;border-radius:6px;margin-bottom:10px;font-weight:500}.alert-message.success{background:#d1f9df;color:#0d8a3c;border-left:5px solid #0d8a3c}.alert-message.error{background:#fddddd;color:#b30101;border-left:5px solid #b30101}.pagevisits-table-wrapper::-webkit-scrollbar{width:4px;height:0px}.pagevisits-table-wrapper::-webkit-scrollbar:horizontal{height:4px}.pagevisits-table-wrapper::-webkit-scrollbar-track{background:transparent}.pagevisits-table-wrapper::-webkit-scrollbar-thumb{background:#bfbfbf;border-radius:10px}.pagevisits-table-wrapper::-webkit-scrollbar-thumb:hover{background:#9c9c9c}.no-data{text-align:center;padding:60px 20px;display:flex;flex-direction:column;align-items:center;gap:8px;color:#6b7280;animation:fadeIn .4s ease}.no-data-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#e8f0ff,#eef4ff);display:flex;align-items:center;justify-content:center;margin-bottom:8px;box-shadow:0 4px 10px #0000000d}.no-data-icon i{font-size:34px;color:#3b82f6}.no-data h3{font-size:20px;margin:0;font-weight:600;color:#374151}.no-data p{font-size:14px;margin:0;opacity:.8}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.password-wrapper{position:relative;width:100%}.password-input{padding-right:40px!important}.login-password-eye{position:absolute;right:10px;top:18px!important;cursor:pointer;font-size:16px}.error-box{background:#ffe0e0;color:#b10000;padding:8px 12px;border-radius:6px;font-size:13px;margin-bottom:12px;border:1px solid #ffb5b5}.page-404-container{min-height:100vh;text-align:center;padding-top:40px;background:#fff;color:#333;font-family:Inter,sans-serif}.page-404-text{margin-top:10px;font-size:15px;color:#555;line-height:1.5}.page-404-container{min-height:100vh;text-align:center;padding:40px 20px;background:#fff;color:#333;font-family:Inter,sans-serif}.gradient-text{background:linear-gradient(90deg,#3a7bff,#00c741);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.page-404-title{font-size:110px;font-weight:800;margin:0}.page-404-subtitle{font-size:26px;margin-top:-10px;color:#333;font-weight:600}.page-404-text{margin-top:10px;font-size:16px;color:#555;line-height:1.6;max-width:450px}@media(max-width:992px){.page-404-title{font-size:90px}.page-404-subtitle{font-size:24px}.page-404-text{font-size:15px}}@media(max-width:768px){.page-404-title{font-size:75px}.page-404-subtitle{font-size:22px}.page-404-text{font-size:14px;max-width:330px}}@media(max-width:480px){.page-404-title{font-size:60px}.page-404-subtitle{font-size:20px}.page-404-text{font-size:13px}}@media(max-width:991px){atropos-component{pointer-events:none!important}}.dgm-footer-widget-menu button{background:none;border:none;padding:0;color:#fff;font:inherit;cursor:pointer;text-align:left}.dgm-footer-widget-menu button:hover{color:#43e508}
