@charset "UTF-8";
/***!  Style Declaration  !***/

:root{--dk-bg-base:#0b2735;--dk-bg-mid:#123e53;--dk-bg-light:#18506b;--dk-gold:#caa84b;--dk-gold-light:#f0d47a;--dk-gold-dark:#9c7826;--dk-gold-glow:rgba(240,212,122,0.4);--dk-white:#fff;--dk-gray:#bcbcbc;--dk-border:rgba(202,168,75,.30)}html,body{overflow-x:hidden !important}#sp-header{position:relative !important;width:100% !important;background:linear-gradient(115deg,var(--dk-bg-base) 0%,var(--dk-bg-mid) 52%,var(--dk-bg-base) 100%) !important;border:0 !important;border-bottom:2px solid transparent !important;border-image:linear-gradient(90deg,var(--dk-gold-dark),var(--dk-gold-light),var(--dk-gold-dark)) 1 !important;box-shadow:0 15px 40px rgba(0,0,0,.4),inset 0 -1px 0 rgba(255,255,255,.05) !important;z-index:9999 !important;transition:all 0.4s cubic-bezier(0.25,0.8,0.25,1) !important}#sp-header::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(240,212,122,.06),transparent 40%);pointer-events:none}#sp-header .container,#sp-header .container-inner,#sp-header .row{position:relative;z-index:2}@media screen and (min-width:1200px){#sp-header .sp-megamenu-parent{display:flex !important;align-items:center !important;justify-content:flex-end !important;gap:8px !important;margin:0 !important;padding:0 !important}#sp-header .sp-megamenu-parent>li{position:relative !important;margin:0 !important;padding:0 !important}#sp-header .sp-megamenu-parent>li>a{position:relative !important;min-height:60px !important;padding:0 20px !important;display:flex !important;align-items:center !important;justify-content:center !important;color:#e8d08a !important;font-family:"Manrope",Arial,Helvetica,sans-serif !important;font-size:13.5px !important;font-weight:700 !important;line-height:1 !important;letter-spacing:1.5px !important;text-transform:uppercase !important;text-decoration:none !important;text-shadow:0 2px 5px rgba(0,0,0,.6) !important;background:transparent !important;border-radius:4px !important;overflow:hidden !important;transition:all 0.4s cubic-bezier(0.165,0.84,0.44,1) !important}#sp-header .sp-megamenu-parent>li>a::before{content:'';position:absolute;top:0;left:-150%;width:50%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,0.15),transparent);transition:all 0.6s ease;z-index:1}#sp-header .sp-megamenu-parent>li>a:hover{color:#fff !important;background:linear-gradient(180deg,rgba(202,168,75,.15),rgba(202,168,75,.03)) !important;transform:translateY(-2px) !important;text-shadow:0 0 10px rgba(240,212,122,0.4) !important}#sp-header .sp-megamenu-parent>li>a:hover::before{left:150%}#sp-header .sp-megamenu-parent>li>a::after{content:"";position:absolute;left:50%;bottom:5px;width:0;height:2px;transform:translateX(-50%);background:linear-gradient(90deg,transparent,var(--dk-gold-light),transparent);box-shadow:0 0 8px var(--dk-gold-glow);transition:width 0.4s cubic-bezier(0.25,0.8,0.25,1)}#sp-header .sp-megamenu-parent>li>a:hover::after,#sp-header .sp-megamenu-parent>li.active>a::after{width:80%}@keyframes dkSlideUpFade{0%{opacity:0;transform:translateY(15px) scale(0.98)}100%{opacity:1;transform:translateY(0) scale(1)}}#sp-header .sp-megamenu-parent>li:hover .sp-dropdown,#sp-header .sp-megamenu-parent>li:hover .sp-megamenu-child{animation:dkSlideUpFade 0.35s cubic-bezier(0.1,1,0.1,1) forwards}#sp-header .sp-dropdown{padding-top:15px !important}#sp-header .sp-dropdown-inner,#sp-header .sp-megamenu-child{position:relative !important;min-width:280px !important;padding:22px !important;background:linear-gradient(145deg,var(--dk-bg-mid) 0%,var(--dk-bg-base) 100%) !important;border:1px solid var(--dk-gold-dark) !important;border-radius:6px !important;outline:1px solid rgba(202,168,75,.3) !important;outline-offset:-6px !important;box-shadow:0 30px 60px rgba(0,0,0,.6),inset 0 1px 0 rgba(255,255,255,.05) !important}#sp-header .sp-dropdown-inner::before,#sp-header .sp-megamenu-child::before{content:"";position:absolute;top:0;left:25px;right:25px;height:2px;background:linear-gradient(90deg,transparent,var(--dk-gold-light),transparent)}#sp-header .sp-dropdown li>a,#sp-header .sp-megamenu-child li>a{position:relative !important;display:flex !important;align-items:center !important;padding:12px 15px !important;color:#d1dadd !important;-webkit-text-fill-color:#d1dadd !important;font-family:"Manrope",Arial,sans-serif !important;font-size:14px !important;font-weight:600 !important;letter-spacing:0.3px !important;background:transparent !important;border-radius:4px !important;transition:all 0.3s ease !important}#sp-header .sp-dropdown li>a span,#sp-header .sp-megamenu-child li>a span{color:inherit !important;-webkit-text-fill-color:inherit !important}#sp-header .sp-dropdown li:hover>a,#sp-header .sp-megamenu-child li:hover>a{color:var(--dk-gold-light) !important;-webkit-text-fill-color:var(--dk-gold-light) !important;background:linear-gradient(90deg,rgba(202,168,75,.12),transparent) !important;padding-left:22px !important}#sp-header .sp-dropdown li>a::before,#sp-header .sp-megamenu-child li>a::before{content:"◆";position:absolute;left:5px;color:var(--dk-gold-light);font-size:9px;opacity:0;transform:scale(0);transition:all 0.3s cubic-bezier(0.175,0.885,0.32,1.275)}#sp-header .sp-dropdown li:hover>a::before,#sp-header .sp-megamenu-child li:hover>a::before{opacity:1;transform:scale(1)}#sp-header .sp-mega-group-title,#sp-header .sp-megamenu-child .sp-mega-group-title{margin-bottom:12px !important;padding:5px 10px 10px !important;color:#fff !important;font-family:"Playfair Display",Georgia,serif !important;font-size:18px !important;font-weight:700 !important;letter-spacing:0.5px !important;border-bottom:1px solid rgba(202,168,75,.3) !important}}#sp-header .search,#sp-header .icon-search,#sp-header .fa-search,#sp-header .fas.fa-search,#sp-header .fa-magnifying-glass{color:var(--dk-gold-light) !important;font-size:21px !important;transition:color .24s ease,transform .24s ease !important}#sp-header .search:hover,#sp-header .icon-search:hover,#sp-header .fa-search:hover,#sp-header .fas.fa-search:hover,#sp-header .fa-magnifying-glass:hover{color:#fff !important;transform:scale(1.08) !important}.sticky-wrapper.is-sticky #sp-header,#sp-header.header-sticky,#sp-header.sticky{background:rgba(11,39,53,0.90) !important;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);box-shadow:0 15px 35px rgba(0,0,0,.5) !important;border-bottom-color:rgba(202,168,75,.6) !important}@media screen and (max-width:1199px){#sp-header{min-height:80px !important}#sp-header .sp-megamenu-parent{display:none !important}#sp-header #sp-menu{display:flex !important;align-items:center !important;justify-content:flex-end !important}#offcanvas-toggler{display:flex !important;align-items:center !important;justify-content:center !important;width:48px !important;height:48px !important;border:1px solid rgba(202,168,75,.4) !important;border-radius:6px !important;background:transparent !important;transition:all 0.3s ease !important}#offcanvas-toggler:hover{background:rgba(202,168,75,.15) !important;border-color:var(--dk-gold-light) !important;transform:scale(0.95)}#offcanvas-toggler .burger-icon span{display:block !important;width:24px !important;height:2px !important;margin:4px 0 !important;background:linear-gradient(90deg,var(--dk-gold-light),var(--dk-gold-dark)) !important;transition:all 0.3s ease !important}.offcanvas-menu{width:340px !important;max-width:85vw !important;background:var(--dk-bg-base) !important;border-left:2px solid var(--dk-gold-dark) !important;box-shadow:-25px 0 60px rgba(0,0,0,.7) !important;z-index:100002 !important}.offcanvas-menu .offcanvas-inner{padding:80px 25px 40px !important;background:linear-gradient(155deg,rgba(18,62,83,0.95) 0%,rgba(11,39,53,0.95) 100%) !important}.offcanvas-menu .offcanvas-inner::before{content:"DK KAPI";position:absolute;top:25px;left:25px;color:var(--dk-gold-light);font-family:"Playfair Display",Georgia,serif !important;font-size:22px;font-weight:700;letter-spacing:2px}.offcanvas-menu ul.menu>li>a{position:relative !important;display:flex !important;align-items:center !important;padding:15px 20px !important;margin-bottom:8px !important;color:#fff !important;background:rgba(255,255,255,.03) !important;border:1px solid rgba(202,168,75,.15) !important;border-radius:4px !important;font-family:"Manrope",Arial,sans-serif !important;font-size:14.5px !important;font-weight:700 !important;letter-spacing:1px !important;text-transform:uppercase !important;transition:all 0.3s ease !important}.offcanvas-menu ul.menu>li>a span{color:#fff !important;transition:all 0.3s ease !important}.offcanvas-menu ul.menu>li>a:hover,.offcanvas-menu ul.menu>li.active>a{color:var(--dk-gold-light) !important;background:linear-gradient(90deg,rgba(202,168,75,.2),rgba(202,168,75,.03)) !important;border-color:rgba(202,168,75,.6) !important;padding-left:28px !important;box-shadow:0 4px 15px rgba(0,0,0,.2)}.offcanvas-menu ul.menu>li>a:hover span,.offcanvas-menu ul.menu>li.active>a span{color:var(--dk-gold-light) !important}.offcanvas-menu ul.menu ul{margin:5px 0 15px 15px !important;padding:5px 0 5px 15px !important;border-left:1px dashed rgba(202,168,75,.4) !important}.offcanvas-menu ul.menu ul li>a{padding:10px !important;color:#d1dadd !important;font-size:13.5px !important;font-weight:600 !important;transition:color 0.3s ease}.offcanvas-menu ul.menu ul li>a span{color:#d1dadd !important;transition:color 0.3s ease}.offcanvas-menu ul.menu ul li>a:hover,.offcanvas-menu ul.menu ul li>a:hover span{color:var(--dk-gold-light) !important}.offcanvas-menu .close-offcanvas{top:20px !important;right:20px !important;width:44px !important;height:44px !important;border-radius:50% !important;border:1px solid rgba(202,168,75,.5) !important;color:var(--dk-gold-light) !important;transition:all 0.4s cubic-bezier(0.175,0.885,0.32,1.275) !important}.offcanvas-menu .close-offcanvas:hover{background:rgba(202,168,75,.2) !important;transform:rotate(90deg);border-color:var(--dk-gold-light) !important;color:#fff !important}.offcanvas-overlay{background:rgba(4,18,25,0.85) !important;backdrop-filter:blur(5px) !important;-webkit-backdrop-filter:blur(5px) !important}}@media screen and (min-width:1200px) and (max-width:1400px){#sp-header .sp-megamenu-parent>li>a{padding-left:13px !important;padding-right:13px !important;font-size:13px !important;letter-spacing:1px !important}}@media screen and (max-width:420px){#offcanvas-toggler,#sp-header #offcanvas-toggler,#sp-header .offcanvas-toggler{width:42px !important;height:42px !important}.offcanvas-menu{width:300px !important;max-width:88vw !important}}@media screen and (max-width:1199px){html body .offcanvas-menu,html body .offcanvas-menu .offcanvas-inner,html body .offcanvas-menu .sp-module,html body .offcanvas-menu .sp-module-content{color:#fff !important}html body .offcanvas-menu ul.menu>li>a,html body .offcanvas-menu ul.nav>li>a,html body .offcanvas-menu .mod-menu>li>a,html body .offcanvas-menu .menu>li>a,html body .offcanvas-menu .nav>li>a,html body .offcanvas-menu .sp-module ul>li>a{color:#fff !important;-webkit-text-fill-color:#fff !important;text-shadow:0 2px 5px rgba(0,0,0,.35) !important;opacity:1 !important;visibility:visible !important}html body .offcanvas-menu ul.menu>li>a span,html body .offcanvas-menu ul.nav>li>a span,html body .offcanvas-menu .mod-menu>li>a span,html body .offcanvas-menu .menu>li>a span,html body .offcanvas-menu .nav>li>a span,html body .offcanvas-menu .sp-module ul>li>a span,html body .offcanvas-menu .menu-title,html body .offcanvas-menu .nav-header,html body .offcanvas-menu .sp-menu-item-title,html body .offcanvas-menu a strong,html body .offcanvas-menu a i{color:#fff !important;-webkit-text-fill-color:#fff !important;opacity:1 !important;visibility:visible !important}html body .offcanvas-menu ul.menu>li>a:hover,html body .offcanvas-menu ul.nav>li>a:hover,html body .offcanvas-menu .mod-menu>li>a:hover,html body .offcanvas-menu .menu>li>a:hover,html body .offcanvas-menu ul.menu>li.active>a,html body .offcanvas-menu ul.nav>li.active>a,html body .offcanvas-menu .mod-menu>li.active>a,html body .offcanvas-menu ul.menu>li.current>a,html body .offcanvas-menu ul.nav>li.current>a,html body .offcanvas-menu .mod-menu>li.current>a{color:var(--dk-gold-light) !important;-webkit-text-fill-color:var(--dk-gold-light) !important}html body .offcanvas-menu ul.menu>li>a:hover span,html body .offcanvas-menu ul.nav>li>a:hover span,html body .offcanvas-menu .mod-menu>li>a:hover span,html body .offcanvas-menu ul.menu>li.active>a span,html body .offcanvas-menu ul.nav>li.active>a span,html body .offcanvas-menu .mod-menu>li.active>a span,html body .offcanvas-menu ul.menu>li.current>a span,html body .offcanvas-menu ul.nav>li.current>a span{color:var(--dk-gold-light) !important;-webkit-text-fill-color:var(--dk-gold-light) !important}html body .offcanvas-menu ul.menu ul li>a,html body .offcanvas-menu ul.nav ul li>a,html body .offcanvas-menu .mod-menu ul li>a,html body .offcanvas-menu .menu-child li>a,html body .offcanvas-menu .nav-child li>a,html body .offcanvas-menu .dropdown-menu li>a{color:#dce7eb !important;-webkit-text-fill-color:#dce7eb !important;text-shadow:0 1px 3px rgba(0,0,0,.28) !important;opacity:1 !important;visibility:visible !important}html body .offcanvas-menu ul.menu ul li>a span,html body .offcanvas-menu ul.nav ul li>a span,html body .offcanvas-menu .mod-menu ul li>a span,html body .offcanvas-menu .menu-child li>a span,html body .offcanvas-menu .nav-child li>a span,html body .offcanvas-menu .dropdown-menu li>a span,html body .offcanvas-menu .menu-child li>a i,html body .offcanvas-menu .nav-child li>a i{color:#dce7eb !important;-webkit-text-fill-color:#dce7eb !important;opacity:1 !important}html body .offcanvas-menu ul.menu ul li>a:hover,html body .offcanvas-menu ul.nav ul li>a:hover,html body .offcanvas-menu .mod-menu ul li>a:hover,html body .offcanvas-menu .menu-child li>a:hover,html body .offcanvas-menu .nav-child li>a:hover,html body .offcanvas-menu .dropdown-menu li>a:hover,html body .offcanvas-menu .menu-child li.active>a,html body .offcanvas-menu .nav-child li.active>a{color:var(--dk-gold-light) !important;-webkit-text-fill-color:var(--dk-gold-light) !important}html body .offcanvas-menu ul.menu ul li>a:hover span,html body .offcanvas-menu ul.nav ul li>a:hover span,html body .offcanvas-menu .mod-menu ul li>a:hover span,html body .offcanvas-menu .menu-child li>a:hover span,html body .offcanvas-menu .nav-child li>a:hover span{color:var(--dk-gold-light) !important;-webkit-text-fill-color:var(--dk-gold-light) !important}html body .offcanvas-menu .menu-toggler,html body .offcanvas-menu .menu-toggler::before,html body .offcanvas-menu .menu-toggler::after,html body .offcanvas-menu .menu-parent-indicator,html body .offcanvas-menu .menu-parent-indicator i{color:var(--dk-gold-light) !important;border-color:var(--dk-gold-light) !important}html body .offcanvas-menu .sp-module-title,html body .offcanvas-menu .sp-mega-group-title,html body .offcanvas-menu h1,html body .offcanvas-menu h2,html body .offcanvas-menu h3,html body .offcanvas-menu h4{color:var(--dk-gold-light) !important;-webkit-text-fill-color:var(--dk-gold-light) !important}}#sp-header .sp-megamenu-parent>li>a{padding-left:10px;padding-right:10px}#sp-header .sp-megamenu-parent a[href^="tel:"]{white-space:nowrap;font-size:14px;padding-left:8px;padding-right:0}.dk-home-menu-icon{display:inline-block;width:22px !important;height:22px !important;object-fit:contain;vertical-align:middle}body.com-finder.view-search{background-color:#f4f6f8 !important;background-image:none !important;color:#26313a !important}body.com-finder.view-search #sp-main-body{padding-top:55px !important;padding-bottom:70px !important;background:#f4f6f8 !important}body.com-finder.view-search #sp-component .com-finder.finder{width:min(1160px,calc(100% - 30px));margin:0 auto;padding:32px;border:1px solid #e5e9ed;border-radius:18px;background:#fff !important;color:#334155 !important;box-shadow:0 16px 45px rgba(15,23,42,0.09)}body.com-finder.view-search #sp-component .com-finder.finder,body.com-finder.view-search #sp-component .com-finder.finder p,body.com-finder.view-search #sp-component .com-finder.finder li,body.com-finder.view-search #sp-component .com-finder.finder label,body.com-finder.view-search #sp-component .com-finder.finder span{color:#475569}body.com-finder.view-search #sp-component .com-finder__search{padding:0;border:0}body.com-finder.view-search #sp-component #q{min-height:50px;border:1px solid #d8dee5 !important;border-radius:10px !important;background:#fff !important;color:#17212b !important;box-shadow:none !important}body.com-finder.view-search #sp-component #q:focus{border-color:#c8212b !important;box-shadow:0 0 0 4px rgba(200,33,43,0.10) !important}body.com-finder.view-search #sp-component .btn-primary{border-color:#c8212b !important;background:#c8212b !important;color:#fff !important}body.com-finder.view-search #sp-component .btn-primary:hover{border-color:#a91821 !important;background:#a91821 !important}body.com-finder.view-search #sp-component .btn-secondary{border-color:#243746 !important;background:#243746 !important;color:#fff !important}body.com-finder.view-search #sp-component .com-finder__explained{margin:22px 0;padding:14px 17px;border-left:4px solid #c8212b;border-radius:8px;background:#fff5f5;color:#334155 !important}body.com-finder.view-search #sp-component .com-finder__results-list{margin:0;padding:0;list-style:none}body.com-finder.view-search #sp-component .result__item{margin:0;padding:24px 4px;border-bottom:1px solid #e6eaee;background:#fff !important}body.com-finder.view-search #sp-component .result__item:last-child{border-bottom:0}body.com-finder.view-search #sp-component .result__title{margin:0 0 8px}body.com-finder.view-search #sp-component .result__title-link,body.com-finder.view-search #sp-component .result__title-text{color:#c8212b !important;font-size:21px;font-weight:800;line-height:1.35}body.com-finder.view-search #sp-component .result__title-link:hover,body.com-finder.view-search #sp-component .result__title-link:hover .result__title-text{color:#94151d !important}body.com-finder.view-search #sp-component .result__title-url{display:block;margin-top:5px;color:#718096 !important;font-size:12px;overflow-wrap:anywhere}body.com-finder.view-search #sp-component .result__description{color:#475569 !important;line-height:1.75}body.com-finder.view-search #sp-component .result__taxonomy{margin-top:12px;color:#64748b !important}body.com-finder.view-search #sp-component mark{padding:2px 5px;border-radius:4px;background:#fff0b8 !important;color:#18222c !important}@media (max-width:767px){body.com-finder.view-search #sp-main-body{padding-top:25px !important;padding-bottom:45px !important}body.com-finder.view-search #sp-component .com-finder.finder{width:calc(100% - 22px);padding:20px 15px;border-radius:13px}body.com-finder.view-search #sp-component .result__title-link,body.com-finder.view-search #sp-component .result__title-text{font-size:18px}}
