.theme-light .page-hero{width:100%;height:25vh;position:relative}.theme-light .page-hero .page-hero-info{position:absolute;inset:0;z-index:5;background-color:rgba(0,0,0,.612);display:flex;flex-direction:column;justify-content:flex-end;padding:20px}.theme-light .page-hero .page-hero-info .page-hero-container{border-left:3px solid #e82e59}.theme-light .page-hero .page-hero-info .page-hero-container h3{color:#e6e6e6;margin-left:10px}.theme-light .page-hero .page-hero-image{object-fit:cover}.theme-dark .page-hero{width:100%;height:25vh;position:relative}.theme-dark .page-hero .page-hero-info{position:absolute;inset:0;z-index:5;background-color:rgba(0,0,0,.612);display:flex;flex-direction:column;justify-content:flex-end;padding:20px}.theme-dark .page-hero .page-hero-info .page-hero-container{border-left:3px solid #e82e59}.theme-dark .page-hero .page-hero-info .page-hero-container h3{color:#e6e6e6;margin-left:10px}.theme-dark .page-hero .page-hero-image{object-fit:cover}.loading-spiner{width:100%;height:80vh;display:flex;justify-content:center;padding-top:20vh}.loading-spiner .dot-spinner{--uib-size:2.8rem;--uib-speed:0.9s;--uib-color:#e82e59;position:relative;display:flex;align-items:center;justify-content:flex-start;height:var(--uib-size);width:var(--uib-size)}.loading-spiner .dot-spinner__dot{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:flex-start;height:100%;width:100%}.loading-spiner .dot-spinner__dot:before{content:"";height:20%;width:20%;border-radius:50%;background-color:var(--uib-color);transform:scale(0);opacity:.5;animation:pulse0112 calc(var(--uib-speed)*1.111) ease-in-out infinite;box-shadow:0 0 20px rgba(232,46,89,.118)}.loading-spiner .dot-spinner__dot:nth-child(2){transform:rotate(45deg)}.loading-spiner .dot-spinner__dot:nth-child(2):before{animation-delay:calc(var(--uib-speed)*-.875)}.loading-spiner .dot-spinner__dot:nth-child(3){transform:rotate(90deg)}.loading-spiner .dot-spinner__dot:nth-child(3):before{animation-delay:calc(var(--uib-speed)*-.75)}.loading-spiner .dot-spinner__dot:nth-child(4){transform:rotate(135deg)}.loading-spiner .dot-spinner__dot:nth-child(4):before{animation-delay:calc(var(--uib-speed)*-.625)}.loading-spiner .dot-spinner__dot:nth-child(5){transform:rotate(180deg)}.loading-spiner .dot-spinner__dot:nth-child(5):before{animation-delay:calc(var(--uib-speed)*-.5)}.loading-spiner .dot-spinner__dot:nth-child(6){transform:rotate(225deg)}.loading-spiner .dot-spinner__dot:nth-child(6):before{animation-delay:calc(var(--uib-speed)*-.375)}.loading-spiner .dot-spinner__dot:nth-child(7){transform:rotate(270deg)}.loading-spiner .dot-spinner__dot:nth-child(7):before{animation-delay:calc(var(--uib-speed)*-.25)}.loading-spiner .dot-spinner__dot:nth-child(8){transform:rotate(315deg)}.loading-spiner .dot-spinner__dot:nth-child(8):before{animation-delay:calc(var(--uib-speed)*-.125)}@keyframes pulse0112{0%,to{transform:scale(0);opacity:.5}50%{transform:scale(1);opacity:1}}.theme-light .dlist{padding:50px 20px;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:50px}.theme-light .dlist .dlist-cont{max-width:800px;width:100%}.theme-light .dlist .dlist-cont .dlist-image-cont{position:relative;width:100%;aspect-ratio:1.7/1}@media(max-width:600px){.theme-light .dlist .dlist-cont .dlist-image-cont{aspect-ratio:1/1}}.theme-light .dlist .dlist-cont .dlist-image-cont .dlist-image{object-fit:cover}.theme-light .dlist .dlist-cont .dlist-content .dlc-top{margin:10px 0}.theme-light .dlist .dlist-cont .dlist-content .dlc-top p{font-style:italic;font-size:clamp(14px,3vw,17px)}.theme-dark .dlist{padding:50px 20px;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:50px}.theme-dark .dlist .dlist-cont{max-width:800px;width:100%}.theme-dark .dlist .dlist-cont .dlist-image-cont{position:relative;width:100%;aspect-ratio:1.7/1}@media(max-width:600px){.theme-dark .dlist .dlist-cont .dlist-image-cont{aspect-ratio:1/1}}.theme-dark .dlist .dlist-cont .dlist-image-cont .dlist-image{object-fit:cover}.theme-dark .dlist .dlist-cont .dlist-content .dlc-top{margin:10px 0}.theme-dark .dlist .dlist-cont .dlist-content .dlc-top p{font-style:italic;font-size:clamp(14px,3vw,17px)}