body #header{display:flex;flex-direction:row;justify-content:space-between;padding:10px}body #header .col1{display:flex;flex-direction:column;align-items:center;line-height:1em}@media(max-width: 767px){body #header .col1{flex-direction:row;align-items:flex-start}}body #header .col1 .tagline{font-size:clamp(.7rem,2vw,.8rem)}@media(max-width: 767px){body #header .col1 img.logo{width:50px;height:auto}body #header .col1 .tagline{margin-top:15px;margin-left:5px}}body #header .col2{display:flex;flex-direction:column}@media(max-width: 767px){body #header .col2 .icon_hamburger-menu{margin-top:10px}}body #header .col2 nav{display:flex;flex-direction:row;justify-content:flex-end;margin-top:10px}body #header .col2 nav ul{display:flex;flex-direction:row;align-items:center;list-style-type:none}body #header .col2 nav.row1 ul li{margin-left:20px}body #header .col2 nav.row1 ul li a{vertical-align:middle}body #header .col2 nav.row2 ul{border-top:#450015 1px solid;border-bottom:#450015 1px solid}body #header .col2 nav.row2 ul li{margin:5px 10px 5px 60px}body #header .col2 nav.row2 ul li a{padding:0px 5px}body #header .col2 nav.row2 ul li a:hover{color:#f7f7f2;background-color:#450015}body #header .col2 nav.row2 ul li:first-child{margin-left:10px}@media(min-width: 768px)and (max-width: 1260px){body #header .col2 nav.row2 ul li{margin-left:15px}}body #header .col2 #mobileMenu{display:none}body #header .col2 #mobileMenu #mobileMenuItems{display:none}@media(max-width: 767px){body #header .col2 #mobileMenu{display:flex}body #header .col2 #mobileMenu #menuToggle{width:35px;height:35px;border:1px solid #404040;transition:all .4s ease;z-index:10000}body #header .col2 #mobileMenu #menuToggle svg rect{fill:#f7f7f2}body #header .col2 #mobileMenu #menuToggle svg .hamburger line{stroke:#404040;stroke-width:1px}body #header .col2 #mobileMenu #mobileMenuItems{position:fixed;top:0;right:10px;display:flex;flex-direction:column;background-color:#f7f7f2;border:1px solid #404040;opacity:0;transform-origin:top right;transition:all .4s ease;z-index:-10000}body #header .col2 #mobileMenu #mobileMenuItems .row1{display:flex;flex-direction:column;align-items:flex-end;font-size:clamp(.8rem,1.8vw,.9rem)}body #header .col2 #mobileMenu #mobileMenuItems .row1 li{margin:10px 10px 0}body #header .col2 #mobileMenu #mobileMenuItems .row2{margin-top:10px}body #header .col2 #mobileMenu #mobileMenuItems .row2 li{flex:1 1 auto;margin:10px 10px 10px 5px}body #header .col2 #mobileMenu.menu-open #menuToggle{opacity:0}body #header .col2 #mobileMenu.menu-open{z-index:10000}body #header .col2 #mobileMenu.menu-open #mobileMenuItems{opacity:1;transform:scale(1.5);z-index:1000}}@media(max-width: 480px){body #header .desktop{display:none}body #header .mobile{display:flex}}@media(min-width: 481px)and (max-width: 767px){body #header .desktop{display:none}body #header .mobile{display:flex}}*{margin:0;padding:0;box-sizing:content-box}body{min-height:100vh;font-size:clamp(.9rem,2vw,1rem);line-height:1.4em;letter-spacing:.25px;font-family:"EB Garamond",serif;font-weight:400;color:#450015;background-color:#f7f7f2;background:url("../images/background_parchment_desktop.jpg") no-repeat center center/cover fixed}body h1,body h2{font-weight:100}body a{color:#450015;text-decoration:none}body button{appearance:none}body iframe{border:none}body .signup-link:hover{text-decoration:underline}body .cta_more{margin-top:-10px !important;text-align:right}body .cta_more a{display:inline-block}body #cookie-banner{display:none;flex-direction:column;justify-content:center;position:fixed;top:0;right:0;width:calc(32% - 40px);height:100vh;padding:20px;background:#eaeae8;z-index:100000;font-family:Arimo,serif}@media(max-width: 767px){body #cookie-banner{width:40vw}}body #cookie-banner dt{margin-bottom:10px;font-size:1.2em}body #cookie-banner .button-array{display:flex;flex-direction:row;justify-content:space-around}body #cookie-banner .button-array button{margin:15px 0;padding:10px 15px;background:#fff;border:1px solid #999;cursor:pointer}body #cookie-banner .button-array button:last-child{color:#606060;border:1px solid #ccc;background:#f4f4f4}body #main{min-height:68vh}body #main .wrapper{max-width:1240px;margin:0 auto;padding:0 10px}body #main .wrapper .breadcrumbs{margin:25px 0;font-size:clamp(.8rem,1.8vw,.9rem)}body #main .wrapper .breadcrumbs a{margin-left:30px}body #main .wrapper .breadcrumbs a:first-child{margin-left:0}body #main .wrapper .breadcrumbs a:after{margin-left:30px;content:"/"}body #main .wrapper .breadcrumbs a:last-child:after{margin-left:0;content:""}body #main .wrapper .wrapper_signup-link{margin-bottom:10px}body #main .wrapper .wrapper_signup-link .signup-link{font-size:clamp(.8rem,1.8vw,.9rem);font-family:"Arimo",sans-serif}body #main .wrapper .wrapper_signup-link .signup-link img.icon{margin-right:5px;vertical-align:middle}body #main .wrapper h1{margin-top:20px;margin-bottom:20px;line-height:1.2em;font-size:clamp(1.5rem,2.8vw,2rem)}@media(max-width: 767px){body #main .wrapper h1{margin-bottom:15px}}body #main .wrapper p{margin-bottom:20px}body #main .wrapper dl{margin-bottom:20px}body #main .wrapper dl dt{margin-bottom:10px}body #main .wrapper dl dd{margin-bottom:20px}body #main .wrapper ul{margin:10px 0 15px;list-style-type:disc;list-style-position:inside}body #main .hero-slider .hero-viewport{overflow:hidden;position:relative;width:100%;cursor:grab}body #main .hero-slider .hero-viewport:active{cursor:grabbing}body #main .hero-slider .hero-viewport .hero-track{display:flex;flex-direction:row;width:100%;margin:0 auto 30px;cursor:inherit}@media(max-width: 767px){body #main .hero-slider .hero-viewport .hero-track{margin-bottom:10px}}body #main .hero-slider .hero-viewport .hero-track .hero-slide{position:relative;left:50%;transform:translateX(-50%);display:flex;flex:0 0 100%;max-width:1240px;width:100%;background-position:center center;background-size:cover;cursor:inherit}@media(max-width: 767px){body #main .hero-slider .hero-viewport .hero-track .hero-slide{max-width:unset}}body #main .hero-slider .hero-viewport .hero-track .hero-slide .hero-link{width:100%;height:100%;cursor:inherit}body #main .hero-slider .hero-viewport .hero-track .hero-slide img.title{position:relative;width:auto;height:700px;margin:0;padding:0;z-index:5000;cursor:inherit}@media(max-width: 767px){body #main .hero-slider .hero-viewport .hero-track .hero-slide img.title{left:50%;transform:translateX(-50%);width:70%;height:auto}}body #main .hero-slider .hero-viewport .hero-track .hero-slide img.title img.overlay{position:absolute;width:100%;height:auto;cursor:inherit}body #main .hero-slider .hero-viewport .hero-track .hero-slide[data-index="0"]{background-repeat:no-repeat;background-position:center 25%;background-size:cover}body #main .hero-slider .hero-viewport .hero-track .hero-slide:nth-child(2){background-repeat:no-repeat;background-position:center 25%;background-size:cover}body #main .hero-slider .hero-viewport .hero-track.is-jumping{transition:none !important}body #main .hero-slider .hero-viewport .hero-thumbs{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;margin-left:3px}body #main .hero-slider .hero-viewport .hero-thumbs .hero-thumb{max-width:280px;width:20%;height:150px;margin-top:-3px;margin-left:-3px;border:3px solid #450015;box-sizing:border-box;background-size:cover}@media(max-width: 767px){body #main .hero-slider .hero-viewport .hero-thumbs .hero-thumb{width:33.3333333333%;height:100px}}body #main .hero-slider .hero-viewport .hero-thumbs .hero-thumb strong{color:#fff;font-size:clamp(1rem,2.1vw,1.1rem);font-weight:500;font-family:"EB Garamond",serif;text-shadow:0px 0px 2px #000}body #main .hero-slider .hero-viewport .hero-thumbs:has(.active) .hero-thumb:not(.active){filter:brightness(0.4);opacity:.9;transition:all .4s ease}body #main .hero-slider .hero-viewport .hero-thumbs:has(.active) .hero-thumb:hover{filter:brightness(1.2)}body #main .features,body #main .libraries,body #main .lore,body #main .arcs,body #main .arc,body #main .illuminations,body #main .paths,body #main .cinematics{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}@media(max-width: 767px){body #main .features,body #main .libraries,body #main .lore,body #main .arcs,body #main .arc,body #main .illuminations,body #main .paths,body #main .cinematics{justify-content:center}}body #main .features .lore-entry,body #main .features .arc-entry,body #main .libraries .lore-entry,body #main .libraries .arc-entry,body #main .lore .lore-entry,body #main .lore .arc-entry,body #main .arcs .lore-entry,body #main .arcs .arc-entry,body #main .arc .lore-entry,body #main .arc .arc-entry,body #main .illuminations .lore-entry,body #main .illuminations .arc-entry,body #main .paths .lore-entry,body #main .paths .arc-entry,body #main .cinematics .lore-entry,body #main .cinematics .arc-entry{display:flex;justify-content:space-between}@media(max-width: 767px){body #main .features .lore-entry,body #main .features .arc-entry,body #main .libraries .lore-entry,body #main .libraries .arc-entry,body #main .lore .lore-entry,body #main .lore .arc-entry,body #main .arcs .lore-entry,body #main .arcs .arc-entry,body #main .arc .lore-entry,body #main .arc .arc-entry,body #main .illuminations .lore-entry,body #main .illuminations .arc-entry,body #main .paths .lore-entry,body #main .paths .arc-entry,body #main .cinematics .lore-entry,body #main .cinematics .arc-entry{flex-direction:column}}body #main .features .lore-entry .details,body #main .features .arc-entry .details,body #main .libraries .lore-entry .details,body #main .libraries .arc-entry .details,body #main .lore .lore-entry .details,body #main .lore .arc-entry .details,body #main .arcs .lore-entry .details,body #main .arcs .arc-entry .details,body #main .arc .lore-entry .details,body #main .arc .arc-entry .details,body #main .illuminations .lore-entry .details,body #main .illuminations .arc-entry .details,body #main .paths .lore-entry .details,body #main .paths .arc-entry .details,body #main .cinematics .lore-entry .details,body #main .cinematics .arc-entry .details{flex:0 0 calc((100% - 60px)/6*4 + 20px)}@media(max-width: 767px){body #main .features .lore-entry .details,body #main .features .arc-entry .details,body #main .libraries .lore-entry .details,body #main .libraries .arc-entry .details,body #main .lore .lore-entry .details,body #main .lore .arc-entry .details,body #main .arcs .lore-entry .details,body #main .arcs .arc-entry .details,body #main .arc .lore-entry .details,body #main .arc .arc-entry .details,body #main .illuminations .lore-entry .details,body #main .illuminations .arc-entry .details,body #main .paths .lore-entry .details,body #main .paths .arc-entry .details,body #main .cinematics .lore-entry .details,body #main .cinematics .arc-entry .details{flex:unset;margin-left:0}body #main .features .lore-entry .details iframe,body #main .features .arc-entry .details iframe,body #main .libraries .lore-entry .details iframe,body #main .libraries .arc-entry .details iframe,body #main .lore .lore-entry .details iframe,body #main .lore .arc-entry .details iframe,body #main .arcs .lore-entry .details iframe,body #main .arcs .arc-entry .details iframe,body #main .arc .lore-entry .details iframe,body #main .arc .arc-entry .details iframe,body #main .illuminations .lore-entry .details iframe,body #main .illuminations .arc-entry .details iframe,body #main .paths .lore-entry .details iframe,body #main .paths .arc-entry .details iframe,body #main .cinematics .lore-entry .details iframe,body #main .cinematics .arc-entry .details iframe{width:100%}}body #main .features .lore-entry .details hgroup h1,body #main .features .arc-entry .details hgroup h1,body #main .libraries .lore-entry .details hgroup h1,body #main .libraries .arc-entry .details hgroup h1,body #main .lore .lore-entry .details hgroup h1,body #main .lore .arc-entry .details hgroup h1,body #main .arcs .lore-entry .details hgroup h1,body #main .arcs .arc-entry .details hgroup h1,body #main .arc .lore-entry .details hgroup h1,body #main .arc .arc-entry .details hgroup h1,body #main .illuminations .lore-entry .details hgroup h1,body #main .illuminations .arc-entry .details hgroup h1,body #main .paths .lore-entry .details hgroup h1,body #main .paths .arc-entry .details hgroup h1,body #main .cinematics .lore-entry .details hgroup h1,body #main .cinematics .arc-entry .details hgroup h1{margin-top:0;margin-bottom:10px}body #main .features .lore-entry .details hgroup p,body #main .features .arc-entry .details hgroup p,body #main .libraries .lore-entry .details hgroup p,body #main .libraries .arc-entry .details hgroup p,body #main .lore .lore-entry .details hgroup p,body #main .lore .arc-entry .details hgroup p,body #main .arcs .lore-entry .details hgroup p,body #main .arcs .arc-entry .details hgroup p,body #main .arc .lore-entry .details hgroup p,body #main .arc .arc-entry .details hgroup p,body #main .illuminations .lore-entry .details hgroup p,body #main .illuminations .arc-entry .details hgroup p,body #main .paths .lore-entry .details hgroup p,body #main .paths .arc-entry .details hgroup p,body #main .cinematics .lore-entry .details hgroup p,body #main .cinematics .arc-entry .details hgroup p{margin-bottom:10px !important;line-height:1.25em;font-size:clamp(1rem,2.1vw,1.1rem);font-style:italic}body #main .features .lore-entry .details hgroup p img.icon,body #main .features .arc-entry .details hgroup p img.icon,body #main .libraries .lore-entry .details hgroup p img.icon,body #main .libraries .arc-entry .details hgroup p img.icon,body #main .lore .lore-entry .details hgroup p img.icon,body #main .lore .arc-entry .details hgroup p img.icon,body #main .arcs .lore-entry .details hgroup p img.icon,body #main .arcs .arc-entry .details hgroup p img.icon,body #main .arc .lore-entry .details hgroup p img.icon,body #main .arc .arc-entry .details hgroup p img.icon,body #main .illuminations .lore-entry .details hgroup p img.icon,body #main .illuminations .arc-entry .details hgroup p img.icon,body #main .paths .lore-entry .details hgroup p img.icon,body #main .paths .arc-entry .details hgroup p img.icon,body #main .cinematics .lore-entry .details hgroup p img.icon,body #main .cinematics .arc-entry .details hgroup p img.icon{margin:2px;vertical-align:bottom}body #main .features .lore-entry .details a.cta,body #main .features .arc-entry .details a.cta,body #main .libraries .lore-entry .details a.cta,body #main .libraries .arc-entry .details a.cta,body #main .lore .lore-entry .details a.cta,body #main .lore .arc-entry .details a.cta,body #main .arcs .lore-entry .details a.cta,body #main .arcs .arc-entry .details a.cta,body #main .arc .lore-entry .details a.cta,body #main .arc .arc-entry .details a.cta,body #main .illuminations .lore-entry .details a.cta,body #main .illuminations .arc-entry .details a.cta,body #main .paths .lore-entry .details a.cta,body #main .paths .arc-entry .details a.cta,body #main .cinematics .lore-entry .details a.cta,body #main .cinematics .arc-entry .details a.cta{display:flex;justify-content:flex-end;margin-top:20px;font-size:clamp(.8rem,1.8vw,.9rem);font-style:italic;text-decoration:none}@media(max-width: 767px){body #main .features .lore-entry .details a.cta,body #main .features .arc-entry .details a.cta,body #main .libraries .lore-entry .details a.cta,body #main .libraries .arc-entry .details a.cta,body #main .lore .lore-entry .details a.cta,body #main .lore .arc-entry .details a.cta,body #main .arcs .lore-entry .details a.cta,body #main .arcs .arc-entry .details a.cta,body #main .arc .lore-entry .details a.cta,body #main .arc .arc-entry .details a.cta,body #main .illuminations .lore-entry .details a.cta,body #main .illuminations .arc-entry .details a.cta,body #main .paths .lore-entry .details a.cta,body #main .paths .arc-entry .details a.cta,body #main .cinematics .lore-entry .details a.cta,body #main .cinematics .arc-entry .details a.cta{display:flex;flex-direction:column;align-items:center}body #main .features .lore-entry .details a.cta img,body #main .features .arc-entry .details a.cta img,body #main .libraries .lore-entry .details a.cta img,body #main .libraries .arc-entry .details a.cta img,body #main .lore .lore-entry .details a.cta img,body #main .lore .arc-entry .details a.cta img,body #main .arcs .lore-entry .details a.cta img,body #main .arcs .arc-entry .details a.cta img,body #main .arc .lore-entry .details a.cta img,body #main .arc .arc-entry .details a.cta img,body #main .illuminations .lore-entry .details a.cta img,body #main .illuminations .arc-entry .details a.cta img,body #main .paths .lore-entry .details a.cta img,body #main .paths .arc-entry .details a.cta img,body #main .cinematics .lore-entry .details a.cta img,body #main .cinematics .arc-entry .details a.cta img{margin:10px 0 0;margin-left:0 !important}}body #main .features .lore-entry .details a.cta img,body #main .features .arc-entry .details a.cta img,body #main .libraries .lore-entry .details a.cta img,body #main .libraries .arc-entry .details a.cta img,body #main .lore .lore-entry .details a.cta img,body #main .lore .arc-entry .details a.cta img,body #main .arcs .lore-entry .details a.cta img,body #main .arcs .arc-entry .details a.cta img,body #main .arc .lore-entry .details a.cta img,body #main .arc .arc-entry .details a.cta img,body #main .illuminations .lore-entry .details a.cta img,body #main .illuminations .arc-entry .details a.cta img,body #main .paths .lore-entry .details a.cta img,body #main .paths .arc-entry .details a.cta img,body #main .cinematics .lore-entry .details a.cta img,body #main .cinematics .arc-entry .details a.cta img{margin-left:5px}body #main .features .lore-entry .details a,body #main .features .arc-entry .details a,body #main .libraries .lore-entry .details a,body #main .libraries .arc-entry .details a,body #main .lore .lore-entry .details a,body #main .lore .arc-entry .details a,body #main .arcs .lore-entry .details a,body #main .arcs .arc-entry .details a,body #main .arc .lore-entry .details a,body #main .arc .arc-entry .details a,body #main .illuminations .lore-entry .details a,body #main .illuminations .arc-entry .details a,body #main .paths .lore-entry .details a,body #main .paths .arc-entry .details a,body #main .cinematics .lore-entry .details a,body #main .cinematics .arc-entry .details a{text-decoration:underline}body #main .features .lore-entry .details p:last-child,body #main .features .arc-entry .details p:last-child,body #main .libraries .lore-entry .details p:last-child,body #main .libraries .arc-entry .details p:last-child,body #main .lore .lore-entry .details p:last-child,body #main .lore .arc-entry .details p:last-child,body #main .arcs .lore-entry .details p:last-child,body #main .arcs .arc-entry .details p:last-child,body #main .arc .lore-entry .details p:last-child,body #main .arc .arc-entry .details p:last-child,body #main .illuminations .lore-entry .details p:last-child,body #main .illuminations .arc-entry .details p:last-child,body #main .paths .lore-entry .details p:last-child,body #main .paths .arc-entry .details p:last-child,body #main .cinematics .lore-entry .details p:last-child,body #main .cinematics .arc-entry .details p:last-child{margin-bottom:0}body #main .features .lore-entry .details .embedded,body #main .features .arc-entry .details .embedded,body #main .libraries .lore-entry .details .embedded,body #main .libraries .arc-entry .details .embedded,body #main .lore .lore-entry .details .embedded,body #main .lore .arc-entry .details .embedded,body #main .arcs .lore-entry .details .embedded,body #main .arcs .arc-entry .details .embedded,body #main .arc .lore-entry .details .embedded,body #main .arc .arc-entry .details .embedded,body #main .illuminations .lore-entry .details .embedded,body #main .illuminations .arc-entry .details .embedded,body #main .paths .lore-entry .details .embedded,body #main .paths .arc-entry .details .embedded,body #main .cinematics .lore-entry .details .embedded,body #main .cinematics .arc-entry .details .embedded{position:relative;padding-top:56.25%;overflow:hidden}body #main .features .lore-entry .details .embedded iframe,body #main .features .arc-entry .details .embedded iframe,body #main .libraries .lore-entry .details .embedded iframe,body #main .libraries .arc-entry .details .embedded iframe,body #main .lore .lore-entry .details .embedded iframe,body #main .lore .arc-entry .details .embedded iframe,body #main .arcs .lore-entry .details .embedded iframe,body #main .arcs .arc-entry .details .embedded iframe,body #main .arc .lore-entry .details .embedded iframe,body #main .arc .arc-entry .details .embedded iframe,body #main .illuminations .lore-entry .details .embedded iframe,body #main .illuminations .arc-entry .details .embedded iframe,body #main .paths .lore-entry .details .embedded iframe,body #main .paths .arc-entry .details .embedded iframe,body #main .cinematics .lore-entry .details .embedded iframe,body #main .cinematics .arc-entry .details .embedded iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}body #main .features .lore-entry .image,body #main .features .arc-entry .image,body #main .libraries .lore-entry .image,body #main .libraries .arc-entry .image,body #main .lore .lore-entry .image,body #main .lore .arc-entry .image,body #main .arcs .lore-entry .image,body #main .arcs .arc-entry .image,body #main .arc .lore-entry .image,body #main .arc .arc-entry .image,body #main .illuminations .lore-entry .image,body #main .illuminations .arc-entry .image,body #main .paths .lore-entry .image,body #main .paths .arc-entry .image,body #main .cinematics .lore-entry .image,body #main .cinematics .arc-entry .image{flex:0 0 calc((100% - 60px)/6*2 + 10px);margin:0 10px}@media(max-width: 767px){body #main .features .lore-entry .image,body #main .features .arc-entry .image,body #main .libraries .lore-entry .image,body #main .libraries .arc-entry .image,body #main .lore .lore-entry .image,body #main .lore .arc-entry .image,body #main .arcs .lore-entry .image,body #main .arcs .arc-entry .image,body #main .arc .lore-entry .image,body #main .arc .arc-entry .image,body #main .illuminations .lore-entry .image,body #main .illuminations .arc-entry .image,body #main .paths .lore-entry .image,body #main .paths .arc-entry .image,body #main .cinematics .lore-entry .image,body #main .cinematics .arc-entry .image{margin:20px 0 0}body #main .features .lore-entry .image img,body #main .features .arc-entry .image img,body #main .libraries .lore-entry .image img,body #main .libraries .arc-entry .image img,body #main .lore .lore-entry .image img,body #main .lore .arc-entry .image img,body #main .arcs .lore-entry .image img,body #main .arcs .arc-entry .image img,body #main .arc .lore-entry .image img,body #main .arc .arc-entry .image img,body #main .illuminations .lore-entry .image img,body #main .illuminations .arc-entry .image img,body #main .paths .lore-entry .image img,body #main .paths .arc-entry .image img,body #main .cinematics .lore-entry .image img,body #main .cinematics .arc-entry .image img{width:100%;height:auto}}body #main .features .library,body #main .features .arc,body #main .features .illumination,body #main .features .thread,body #main .features .playlist,body #main .features .cinematic,body #main .libraries .library,body #main .libraries .arc,body #main .libraries .illumination,body #main .libraries .thread,body #main .libraries .playlist,body #main .libraries .cinematic,body #main .lore .library,body #main .lore .arc,body #main .lore .illumination,body #main .lore .thread,body #main .lore .playlist,body #main .lore .cinematic,body #main .arcs .library,body #main .arcs .arc,body #main .arcs .illumination,body #main .arcs .thread,body #main .arcs .playlist,body #main .arcs .cinematic,body #main .arc .library,body #main .arc .arc,body #main .arc .illumination,body #main .arc .thread,body #main .arc .playlist,body #main .arc .cinematic,body #main .illuminations .library,body #main .illuminations .arc,body #main .illuminations .illumination,body #main .illuminations .thread,body #main .illuminations .playlist,body #main .illuminations .cinematic,body #main .paths .library,body #main .paths .arc,body #main .paths .illumination,body #main .paths .thread,body #main .paths .playlist,body #main .paths .cinematic,body #main .cinematics .library,body #main .cinematics .arc,body #main .cinematics .illumination,body #main .cinematics .thread,body #main .cinematics .playlist,body #main .cinematics .cinematic{display:flex;flex-direction:column;flex-wrap:wrap;flex:0 0 240px;margin-right:10px}body #main .features .library:nth-child(5n),body #main .features .arc:nth-child(5n),body #main .features .illumination:nth-child(5n),body #main .features .thread:nth-child(5n),body #main .features .playlist:nth-child(5n),body #main .features .cinematic:nth-child(5n),body #main .libraries .library:nth-child(5n),body #main .libraries .arc:nth-child(5n),body #main .libraries .illumination:nth-child(5n),body #main .libraries .thread:nth-child(5n),body #main .libraries .playlist:nth-child(5n),body #main .libraries .cinematic:nth-child(5n),body #main .lore .library:nth-child(5n),body #main .lore .arc:nth-child(5n),body #main .lore .illumination:nth-child(5n),body #main .lore .thread:nth-child(5n),body #main .lore .playlist:nth-child(5n),body #main .lore .cinematic:nth-child(5n),body #main .arcs .library:nth-child(5n),body #main .arcs .arc:nth-child(5n),body #main .arcs .illumination:nth-child(5n),body #main .arcs .thread:nth-child(5n),body #main .arcs .playlist:nth-child(5n),body #main .arcs .cinematic:nth-child(5n),body #main .arc .library:nth-child(5n),body #main .arc .arc:nth-child(5n),body #main .arc .illumination:nth-child(5n),body #main .arc .thread:nth-child(5n),body #main .arc .playlist:nth-child(5n),body #main .arc .cinematic:nth-child(5n),body #main .illuminations .library:nth-child(5n),body #main .illuminations .arc:nth-child(5n),body #main .illuminations .illumination:nth-child(5n),body #main .illuminations .thread:nth-child(5n),body #main .illuminations .playlist:nth-child(5n),body #main .illuminations .cinematic:nth-child(5n),body #main .paths .library:nth-child(5n),body #main .paths .arc:nth-child(5n),body #main .paths .illumination:nth-child(5n),body #main .paths .thread:nth-child(5n),body #main .paths .playlist:nth-child(5n),body #main .paths .cinematic:nth-child(5n),body #main .cinematics .library:nth-child(5n),body #main .cinematics .arc:nth-child(5n),body #main .cinematics .illumination:nth-child(5n),body #main .cinematics .thread:nth-child(5n),body #main .cinematics .playlist:nth-child(5n),body #main .cinematics .cinematic:nth-child(5n){margin-right:0}@media(max-width: 767px){body #main .features .library,body #main .features .arc,body #main .features .illumination,body #main .features .thread,body #main .features .playlist,body #main .features .cinematic,body #main .libraries .library,body #main .libraries .arc,body #main .libraries .illumination,body #main .libraries .thread,body #main .libraries .playlist,body #main .libraries .cinematic,body #main .lore .library,body #main .lore .arc,body #main .lore .illumination,body #main .lore .thread,body #main .lore .playlist,body #main .lore .cinematic,body #main .arcs .library,body #main .arcs .arc,body #main .arcs .illumination,body #main .arcs .thread,body #main .arcs .playlist,body #main .arcs .cinematic,body #main .arc .library,body #main .arc .arc,body #main .arc .illumination,body #main .arc .thread,body #main .arc .playlist,body #main .arc .cinematic,body #main .illuminations .library,body #main .illuminations .arc,body #main .illuminations .illumination,body #main .illuminations .thread,body #main .illuminations .playlist,body #main .illuminations .cinematic,body #main .paths .library,body #main .paths .arc,body #main .paths .illumination,body #main .paths .thread,body #main .paths .playlist,body #main .paths .cinematic,body #main .cinematics .library,body #main .cinematics .arc,body #main .cinematics .illumination,body #main .cinematics .thread,body #main .cinematics .playlist,body #main .cinematics .cinematic{flex:0 0 100% !important;margin:0 !important}}body #main .features .library h2,body #main .features .arc h2,body #main .features .illumination h2,body #main .features .thread h2,body #main .features .playlist h2,body #main .features .cinematic h2,body #main .libraries .library h2,body #main .libraries .arc h2,body #main .libraries .illumination h2,body #main .libraries .thread h2,body #main .libraries .playlist h2,body #main .libraries .cinematic h2,body #main .lore .library h2,body #main .lore .arc h2,body #main .lore .illumination h2,body #main .lore .thread h2,body #main .lore .playlist h2,body #main .lore .cinematic h2,body #main .arcs .library h2,body #main .arcs .arc h2,body #main .arcs .illumination h2,body #main .arcs .thread h2,body #main .arcs .playlist h2,body #main .arcs .cinematic h2,body #main .arc .library h2,body #main .arc .arc h2,body #main .arc .illumination h2,body #main .arc .thread h2,body #main .arc .playlist h2,body #main .arc .cinematic h2,body #main .illuminations .library h2,body #main .illuminations .arc h2,body #main .illuminations .illumination h2,body #main .illuminations .thread h2,body #main .illuminations .playlist h2,body #main .illuminations .cinematic h2,body #main .paths .library h2,body #main .paths .arc h2,body #main .paths .illumination h2,body #main .paths .thread h2,body #main .paths .playlist h2,body #main .paths .cinematic h2,body #main .cinematics .library h2,body #main .cinematics .arc h2,body #main .cinematics .illumination h2,body #main .cinematics .thread h2,body #main .cinematics .playlist h2,body #main .cinematics .cinematic h2{text-align:center}@media(max-width: 767px){body #main .features .library h2 a .thumbnail,body #main .features .arc h2 a .thumbnail,body #main .features .illumination h2 a .thumbnail,body #main .features .thread h2 a .thumbnail,body #main .features .playlist h2 a .thumbnail,body #main .features .cinematic h2 a .thumbnail,body #main .libraries .library h2 a .thumbnail,body #main .libraries .arc h2 a .thumbnail,body #main .libraries .illumination h2 a .thumbnail,body #main .libraries .thread h2 a .thumbnail,body #main .libraries .playlist h2 a .thumbnail,body #main .libraries .cinematic h2 a .thumbnail,body #main .lore .library h2 a .thumbnail,body #main .lore .arc h2 a .thumbnail,body #main .lore .illumination h2 a .thumbnail,body #main .lore .thread h2 a .thumbnail,body #main .lore .playlist h2 a .thumbnail,body #main .lore .cinematic h2 a .thumbnail,body #main .arcs .library h2 a .thumbnail,body #main .arcs .arc h2 a .thumbnail,body #main .arcs .illumination h2 a .thumbnail,body #main .arcs .thread h2 a .thumbnail,body #main .arcs .playlist h2 a .thumbnail,body #main .arcs .cinematic h2 a .thumbnail,body #main .arc .library h2 a .thumbnail,body #main .arc .arc h2 a .thumbnail,body #main .arc .illumination h2 a .thumbnail,body #main .arc .thread h2 a .thumbnail,body #main .arc .playlist h2 a .thumbnail,body #main .arc .cinematic h2 a .thumbnail,body #main .illuminations .library h2 a .thumbnail,body #main .illuminations .arc h2 a .thumbnail,body #main .illuminations .illumination h2 a .thumbnail,body #main .illuminations .thread h2 a .thumbnail,body #main .illuminations .playlist h2 a .thumbnail,body #main .illuminations .cinematic h2 a .thumbnail,body #main .paths .library h2 a .thumbnail,body #main .paths .arc h2 a .thumbnail,body #main .paths .illumination h2 a .thumbnail,body #main .paths .thread h2 a .thumbnail,body #main .paths .playlist h2 a .thumbnail,body #main .paths .cinematic h2 a .thumbnail,body #main .cinematics .library h2 a .thumbnail,body #main .cinematics .arc h2 a .thumbnail,body #main .cinematics .illumination h2 a .thumbnail,body #main .cinematics .thread h2 a .thumbnail,body #main .cinematics .playlist h2 a .thumbnail,body #main .cinematics .cinematic h2 a .thumbnail{width:auto;height:100%}}@media(max-width: 500px){body #main .features .library h2 a .thumbnail,body #main .features .arc h2 a .thumbnail,body #main .features .illumination h2 a .thumbnail,body #main .features .thread h2 a .thumbnail,body #main .features .playlist h2 a .thumbnail,body #main .features .cinematic h2 a .thumbnail,body #main .libraries .library h2 a .thumbnail,body #main .libraries .arc h2 a .thumbnail,body #main .libraries .illumination h2 a .thumbnail,body #main .libraries .thread h2 a .thumbnail,body #main .libraries .playlist h2 a .thumbnail,body #main .libraries .cinematic h2 a .thumbnail,body #main .lore .library h2 a .thumbnail,body #main .lore .arc h2 a .thumbnail,body #main .lore .illumination h2 a .thumbnail,body #main .lore .thread h2 a .thumbnail,body #main .lore .playlist h2 a .thumbnail,body #main .lore .cinematic h2 a .thumbnail,body #main .arcs .library h2 a .thumbnail,body #main .arcs .arc h2 a .thumbnail,body #main .arcs .illumination h2 a .thumbnail,body #main .arcs .thread h2 a .thumbnail,body #main .arcs .playlist h2 a .thumbnail,body #main .arcs .cinematic h2 a .thumbnail,body #main .arc .library h2 a .thumbnail,body #main .arc .arc h2 a .thumbnail,body #main .arc .illumination h2 a .thumbnail,body #main .arc .thread h2 a .thumbnail,body #main .arc .playlist h2 a .thumbnail,body #main .arc .cinematic h2 a .thumbnail,body #main .illuminations .library h2 a .thumbnail,body #main .illuminations .arc h2 a .thumbnail,body #main .illuminations .illumination h2 a .thumbnail,body #main .illuminations .thread h2 a .thumbnail,body #main .illuminations .playlist h2 a .thumbnail,body #main .illuminations .cinematic h2 a .thumbnail,body #main .paths .library h2 a .thumbnail,body #main .paths .arc h2 a .thumbnail,body #main .paths .illumination h2 a .thumbnail,body #main .paths .thread h2 a .thumbnail,body #main .paths .playlist h2 a .thumbnail,body #main .paths .cinematic h2 a .thumbnail,body #main .cinematics .library h2 a .thumbnail,body #main .cinematics .arc h2 a .thumbnail,body #main .cinematics .illumination h2 a .thumbnail,body #main .cinematics .thread h2 a .thumbnail,body #main .cinematics .playlist h2 a .thumbnail,body #main .cinematics .cinematic h2 a .thumbnail{width:100%;height:auto}}body #main .features .library .details,body #main .features .arc .details,body #main .features .illumination .details,body #main .features .thread .details,body #main .features .playlist .details,body #main .features .cinematic .details,body #main .libraries .library .details,body #main .libraries .arc .details,body #main .libraries .illumination .details,body #main .libraries .thread .details,body #main .libraries .playlist .details,body #main .libraries .cinematic .details,body #main .lore .library .details,body #main .lore .arc .details,body #main .lore .illumination .details,body #main .lore .thread .details,body #main .lore .playlist .details,body #main .lore .cinematic .details,body #main .arcs .library .details,body #main .arcs .arc .details,body #main .arcs .illumination .details,body #main .arcs .thread .details,body #main .arcs .playlist .details,body #main .arcs .cinematic .details,body #main .arc .library .details,body #main .arc .arc .details,body #main .arc .illumination .details,body #main .arc .thread .details,body #main .arc .playlist .details,body #main .arc .cinematic .details,body #main .illuminations .library .details,body #main .illuminations .arc .details,body #main .illuminations .illumination .details,body #main .illuminations .thread .details,body #main .illuminations .playlist .details,body #main .illuminations .cinematic .details,body #main .paths .library .details,body #main .paths .arc .details,body #main .paths .illumination .details,body #main .paths .thread .details,body #main .paths .playlist .details,body #main .paths .cinematic .details,body #main .cinematics .library .details,body #main .cinematics .arc .details,body #main .cinematics .illumination .details,body #main .cinematics .thread .details,body #main .cinematics .playlist .details,body #main .cinematics .cinematic .details{margin-bottom:0}body #main .features .library .details h2,body #main .features .library .details h3,body #main .features .arc .details h2,body #main .features .arc .details h3,body #main .features .illumination .details h2,body #main .features .illumination .details h3,body #main .features .thread .details h2,body #main .features .thread .details h3,body #main .features .playlist .details h2,body #main .features .playlist .details h3,body #main .features .cinematic .details h2,body #main .features .cinematic .details h3,body #main .libraries .library .details h2,body #main .libraries .library .details h3,body #main .libraries .arc .details h2,body #main .libraries .arc .details h3,body #main .libraries .illumination .details h2,body #main .libraries .illumination .details h3,body #main .libraries .thread .details h2,body #main .libraries .thread .details h3,body #main .libraries .playlist .details h2,body #main .libraries .playlist .details h3,body #main .libraries .cinematic .details h2,body #main .libraries .cinematic .details h3,body #main .lore .library .details h2,body #main .lore .library .details h3,body #main .lore .arc .details h2,body #main .lore .arc .details h3,body #main .lore .illumination .details h2,body #main .lore .illumination .details h3,body #main .lore .thread .details h2,body #main .lore .thread .details h3,body #main .lore .playlist .details h2,body #main .lore .playlist .details h3,body #main .lore .cinematic .details h2,body #main .lore .cinematic .details h3,body #main .arcs .library .details h2,body #main .arcs .library .details h3,body #main .arcs .arc .details h2,body #main .arcs .arc .details h3,body #main .arcs .illumination .details h2,body #main .arcs .illumination .details h3,body #main .arcs .thread .details h2,body #main .arcs .thread .details h3,body #main .arcs .playlist .details h2,body #main .arcs .playlist .details h3,body #main .arcs .cinematic .details h2,body #main .arcs .cinematic .details h3,body #main .arc .library .details h2,body #main .arc .library .details h3,body #main .arc .arc .details h2,body #main .arc .arc .details h3,body #main .arc .illumination .details h2,body #main .arc .illumination .details h3,body #main .arc .thread .details h2,body #main .arc .thread .details h3,body #main .arc .playlist .details h2,body #main .arc .playlist .details h3,body #main .arc .cinematic .details h2,body #main .arc .cinematic .details h3,body #main .illuminations .library .details h2,body #main .illuminations .library .details h3,body #main .illuminations .arc .details h2,body #main .illuminations .arc .details h3,body #main .illuminations .illumination .details h2,body #main .illuminations .illumination .details h3,body #main .illuminations .thread .details h2,body #main .illuminations .thread .details h3,body #main .illuminations .playlist .details h2,body #main .illuminations .playlist .details h3,body #main .illuminations .cinematic .details h2,body #main .illuminations .cinematic .details h3,body #main .paths .library .details h2,body #main .paths .library .details h3,body #main .paths .arc .details h2,body #main .paths .arc .details h3,body #main .paths .illumination .details h2,body #main .paths .illumination .details h3,body #main .paths .thread .details h2,body #main .paths .thread .details h3,body #main .paths .playlist .details h2,body #main .paths .playlist .details h3,body #main .paths .cinematic .details h2,body #main .paths .cinematic .details h3,body #main .cinematics .library .details h2,body #main .cinematics .library .details h3,body #main .cinematics .arc .details h2,body #main .cinematics .arc .details h3,body #main .cinematics .illumination .details h2,body #main .cinematics .illumination .details h3,body #main .cinematics .thread .details h2,body #main .cinematics .thread .details h3,body #main .cinematics .playlist .details h2,body #main .cinematics .playlist .details h3,body #main .cinematics .cinematic .details h2,body #main .cinematics .cinematic .details h3{justify-content:center;margin-top:10px;border-top:1px solid #450015;border-bottom:1px solid #450015;line-height:1.25em;font-size:clamp(1rem,2.1vw,1.1rem);font-style:italic;font-weight:500}body #main .features .library .details h2 img.icon,body #main .features .library .details h3 img.icon,body #main .features .arc .details h2 img.icon,body #main .features .arc .details h3 img.icon,body #main .features .illumination .details h2 img.icon,body #main .features .illumination .details h3 img.icon,body #main .features .thread .details h2 img.icon,body #main .features .thread .details h3 img.icon,body #main .features .playlist .details h2 img.icon,body #main .features .playlist .details h3 img.icon,body #main .features .cinematic .details h2 img.icon,body #main .features .cinematic .details h3 img.icon,body #main .libraries .library .details h2 img.icon,body #main .libraries .library .details h3 img.icon,body #main .libraries .arc .details h2 img.icon,body #main .libraries .arc .details h3 img.icon,body #main .libraries .illumination .details h2 img.icon,body #main .libraries .illumination .details h3 img.icon,body #main .libraries .thread .details h2 img.icon,body #main .libraries .thread .details h3 img.icon,body #main .libraries .playlist .details h2 img.icon,body #main .libraries .playlist .details h3 img.icon,body #main .libraries .cinematic .details h2 img.icon,body #main .libraries .cinematic .details h3 img.icon,body #main .lore .library .details h2 img.icon,body #main .lore .library .details h3 img.icon,body #main .lore .arc .details h2 img.icon,body #main .lore .arc .details h3 img.icon,body #main .lore .illumination .details h2 img.icon,body #main .lore .illumination .details h3 img.icon,body #main .lore .thread .details h2 img.icon,body #main .lore .thread .details h3 img.icon,body #main .lore .playlist .details h2 img.icon,body #main .lore .playlist .details h3 img.icon,body #main .lore .cinematic .details h2 img.icon,body #main .lore .cinematic .details h3 img.icon,body #main .arcs .library .details h2 img.icon,body #main .arcs .library .details h3 img.icon,body #main .arcs .arc .details h2 img.icon,body #main .arcs .arc .details h3 img.icon,body #main .arcs .illumination .details h2 img.icon,body #main .arcs .illumination .details h3 img.icon,body #main .arcs .thread .details h2 img.icon,body #main .arcs .thread .details h3 img.icon,body #main .arcs .playlist .details h2 img.icon,body #main .arcs .playlist .details h3 img.icon,body #main .arcs .cinematic .details h2 img.icon,body #main .arcs .cinematic .details h3 img.icon,body #main .arc .library .details h2 img.icon,body #main .arc .library .details h3 img.icon,body #main .arc .arc .details h2 img.icon,body #main .arc .arc .details h3 img.icon,body #main .arc .illumination .details h2 img.icon,body #main .arc .illumination .details h3 img.icon,body #main .arc .thread .details h2 img.icon,body #main .arc .thread .details h3 img.icon,body #main .arc .playlist .details h2 img.icon,body #main .arc .playlist .details h3 img.icon,body #main .arc .cinematic .details h2 img.icon,body #main .arc .cinematic .details h3 img.icon,body #main .illuminations .library .details h2 img.icon,body #main .illuminations .library .details h3 img.icon,body #main .illuminations .arc .details h2 img.icon,body #main .illuminations .arc .details h3 img.icon,body #main .illuminations .illumination .details h2 img.icon,body #main .illuminations .illumination .details h3 img.icon,body #main .illuminations .thread .details h2 img.icon,body #main .illuminations .thread .details h3 img.icon,body #main .illuminations .playlist .details h2 img.icon,body #main .illuminations .playlist .details h3 img.icon,body #main .illuminations .cinematic .details h2 img.icon,body #main .illuminations .cinematic .details h3 img.icon,body #main .paths .library .details h2 img.icon,body #main .paths .library .details h3 img.icon,body #main .paths .arc .details h2 img.icon,body #main .paths .arc .details h3 img.icon,body #main .paths .illumination .details h2 img.icon,body #main .paths .illumination .details h3 img.icon,body #main .paths .thread .details h2 img.icon,body #main .paths .thread .details h3 img.icon,body #main .paths .playlist .details h2 img.icon,body #main .paths .playlist .details h3 img.icon,body #main .paths .cinematic .details h2 img.icon,body #main .paths .cinematic .details h3 img.icon,body #main .cinematics .library .details h2 img.icon,body #main .cinematics .library .details h3 img.icon,body #main .cinematics .arc .details h2 img.icon,body #main .cinematics .arc .details h3 img.icon,body #main .cinematics .illumination .details h2 img.icon,body #main .cinematics .illumination .details h3 img.icon,body #main .cinematics .thread .details h2 img.icon,body #main .cinematics .thread .details h3 img.icon,body #main .cinematics .playlist .details h2 img.icon,body #main .cinematics .playlist .details h3 img.icon,body #main .cinematics .cinematic .details h2 img.icon,body #main .cinematics .cinematic .details h3 img.icon{margin:2px;vertical-align:bottom}body #main .features .library .details h2.arc-title,body #main .features .library .details h3.arc-title,body #main .features .arc .details h2.arc-title,body #main .features .arc .details h3.arc-title,body #main .features .illumination .details h2.arc-title,body #main .features .illumination .details h3.arc-title,body #main .features .thread .details h2.arc-title,body #main .features .thread .details h3.arc-title,body #main .features .playlist .details h2.arc-title,body #main .features .playlist .details h3.arc-title,body #main .features .cinematic .details h2.arc-title,body #main .features .cinematic .details h3.arc-title,body #main .libraries .library .details h2.arc-title,body #main .libraries .library .details h3.arc-title,body #main .libraries .arc .details h2.arc-title,body #main .libraries .arc .details h3.arc-title,body #main .libraries .illumination .details h2.arc-title,body #main .libraries .illumination .details h3.arc-title,body #main .libraries .thread .details h2.arc-title,body #main .libraries .thread .details h3.arc-title,body #main .libraries .playlist .details h2.arc-title,body #main .libraries .playlist .details h3.arc-title,body #main .libraries .cinematic .details h2.arc-title,body #main .libraries .cinematic .details h3.arc-title,body #main .lore .library .details h2.arc-title,body #main .lore .library .details h3.arc-title,body #main .lore .arc .details h2.arc-title,body #main .lore .arc .details h3.arc-title,body #main .lore .illumination .details h2.arc-title,body #main .lore .illumination .details h3.arc-title,body #main .lore .thread .details h2.arc-title,body #main .lore .thread .details h3.arc-title,body #main .lore .playlist .details h2.arc-title,body #main .lore .playlist .details h3.arc-title,body #main .lore .cinematic .details h2.arc-title,body #main .lore .cinematic .details h3.arc-title,body #main .arcs .library .details h2.arc-title,body #main .arcs .library .details h3.arc-title,body #main .arcs .arc .details h2.arc-title,body #main .arcs .arc .details h3.arc-title,body #main .arcs .illumination .details h2.arc-title,body #main .arcs .illumination .details h3.arc-title,body #main .arcs .thread .details h2.arc-title,body #main .arcs .thread .details h3.arc-title,body #main .arcs .playlist .details h2.arc-title,body #main .arcs .playlist .details h3.arc-title,body #main .arcs .cinematic .details h2.arc-title,body #main .arcs .cinematic .details h3.arc-title,body #main .arc .library .details h2.arc-title,body #main .arc .library .details h3.arc-title,body #main .arc .arc .details h2.arc-title,body #main .arc .arc .details h3.arc-title,body #main .arc .illumination .details h2.arc-title,body #main .arc .illumination .details h3.arc-title,body #main .arc .thread .details h2.arc-title,body #main .arc .thread .details h3.arc-title,body #main .arc .playlist .details h2.arc-title,body #main .arc .playlist .details h3.arc-title,body #main .arc .cinematic .details h2.arc-title,body #main .arc .cinematic .details h3.arc-title,body #main .illuminations .library .details h2.arc-title,body #main .illuminations .library .details h3.arc-title,body #main .illuminations .arc .details h2.arc-title,body #main .illuminations .arc .details h3.arc-title,body #main .illuminations .illumination .details h2.arc-title,body #main .illuminations .illumination .details h3.arc-title,body #main .illuminations .thread .details h2.arc-title,body #main .illuminations .thread .details h3.arc-title,body #main .illuminations .playlist .details h2.arc-title,body #main .illuminations .playlist .details h3.arc-title,body #main .illuminations .cinematic .details h2.arc-title,body #main .illuminations .cinematic .details h3.arc-title,body #main .paths .library .details h2.arc-title,body #main .paths .library .details h3.arc-title,body #main .paths .arc .details h2.arc-title,body #main .paths .arc .details h3.arc-title,body #main .paths .illumination .details h2.arc-title,body #main .paths .illumination .details h3.arc-title,body #main .paths .thread .details h2.arc-title,body #main .paths .thread .details h3.arc-title,body #main .paths .playlist .details h2.arc-title,body #main .paths .playlist .details h3.arc-title,body #main .paths .cinematic .details h2.arc-title,body #main .paths .cinematic .details h3.arc-title,body #main .cinematics .library .details h2.arc-title,body #main .cinematics .library .details h3.arc-title,body #main .cinematics .arc .details h2.arc-title,body #main .cinematics .arc .details h3.arc-title,body #main .cinematics .illumination .details h2.arc-title,body #main .cinematics .illumination .details h3.arc-title,body #main .cinematics .thread .details h2.arc-title,body #main .cinematics .thread .details h3.arc-title,body #main .cinematics .playlist .details h2.arc-title,body #main .cinematics .playlist .details h3.arc-title,body #main .cinematics .cinematic .details h2.arc-title,body #main .cinematics .cinematic .details h3.arc-title{font-weight:400;text-align:center}body #main .features .library .details p,body #main .features .arc .details p,body #main .features .illumination .details p,body #main .features .thread .details p,body #main .features .playlist .details p,body #main .features .cinematic .details p,body #main .libraries .library .details p,body #main .libraries .arc .details p,body #main .libraries .illumination .details p,body #main .libraries .thread .details p,body #main .libraries .playlist .details p,body #main .libraries .cinematic .details p,body #main .lore .library .details p,body #main .lore .arc .details p,body #main .lore .illumination .details p,body #main .lore .thread .details p,body #main .lore .playlist .details p,body #main .lore .cinematic .details p,body #main .arcs .library .details p,body #main .arcs .arc .details p,body #main .arcs .illumination .details p,body #main .arcs .thread .details p,body #main .arcs .playlist .details p,body #main .arcs .cinematic .details p,body #main .arc .library .details p,body #main .arc .arc .details p,body #main .arc .illumination .details p,body #main .arc .thread .details p,body #main .arc .playlist .details p,body #main .arc .cinematic .details p,body #main .illuminations .library .details p,body #main .illuminations .arc .details p,body #main .illuminations .illumination .details p,body #main .illuminations .thread .details p,body #main .illuminations .playlist .details p,body #main .illuminations .cinematic .details p,body #main .paths .library .details p,body #main .paths .arc .details p,body #main .paths .illumination .details p,body #main .paths .thread .details p,body #main .paths .playlist .details p,body #main .paths .cinematic .details p,body #main .cinematics .library .details p,body #main .cinematics .arc .details p,body #main .cinematics .illumination .details p,body #main .cinematics .thread .details p,body #main .cinematics .playlist .details p,body #main .cinematics .cinematic .details p{min-height:70px;margin-top:10px;font-size:clamp(.8rem,1.8vw,.9rem)}body #main .features .playlist,body #main .features .cinematic,body #main .libraries .playlist,body #main .libraries .cinematic,body #main .lore .playlist,body #main .lore .cinematic,body #main .arcs .playlist,body #main .arcs .cinematic,body #main .arc .playlist,body #main .arc .cinematic,body #main .illuminations .playlist,body #main .illuminations .cinematic,body #main .paths .playlist,body #main .paths .cinematic,body #main .cinematics .playlist,body #main .cinematics .cinematic{flex:0 0 400px;height:auto;margin-right:20px;margin-right:10px}body #main .features .playlist:nth-child(5n),body #main .features .cinematic:nth-child(5n),body #main .libraries .playlist:nth-child(5n),body #main .libraries .cinematic:nth-child(5n),body #main .lore .playlist:nth-child(5n),body #main .lore .cinematic:nth-child(5n),body #main .arcs .playlist:nth-child(5n),body #main .arcs .cinematic:nth-child(5n),body #main .arc .playlist:nth-child(5n),body #main .arc .cinematic:nth-child(5n),body #main .illuminations .playlist:nth-child(5n),body #main .illuminations .cinematic:nth-child(5n),body #main .paths .playlist:nth-child(5n),body #main .paths .cinematic:nth-child(5n),body #main .cinematics .playlist:nth-child(5n),body #main .cinematics .cinematic:nth-child(5n){margin-right:10px}@media(max-width: 767px){body #main .features .playlist,body #main .features .cinematic,body #main .libraries .playlist,body #main .libraries .cinematic,body #main .lore .playlist,body #main .lore .cinematic,body #main .arcs .playlist,body #main .arcs .cinematic,body #main .arc .playlist,body #main .arc .cinematic,body #main .illuminations .playlist,body #main .illuminations .cinematic,body #main .paths .playlist,body #main .paths .cinematic,body #main .cinematics .playlist,body #main .cinematics .cinematic{flex:0 0 100%;margin:0}body #main .features .playlist h2 a .thumbnail,body #main .features .cinematic h2 a .thumbnail,body #main .libraries .playlist h2 a .thumbnail,body #main .libraries .cinematic h2 a .thumbnail,body #main .lore .playlist h2 a .thumbnail,body #main .lore .cinematic h2 a .thumbnail,body #main .arcs .playlist h2 a .thumbnail,body #main .arcs .cinematic h2 a .thumbnail,body #main .arc .playlist h2 a .thumbnail,body #main .arc .cinematic h2 a .thumbnail,body #main .illuminations .playlist h2 a .thumbnail,body #main .illuminations .cinematic h2 a .thumbnail,body #main .paths .playlist h2 a .thumbnail,body #main .paths .cinematic h2 a .thumbnail,body #main .cinematics .playlist h2 a .thumbnail,body #main .cinematics .cinematic h2 a .thumbnail{width:100%;height:auto}}body #main .features .cinematic .embedded,body #main .libraries .cinematic .embedded,body #main .lore .cinematic .embedded,body #main .arcs .cinematic .embedded,body #main .arc .cinematic .embedded,body #main .illuminations .cinematic .embedded,body #main .paths .cinematic .embedded,body #main .cinematics .cinematic .embedded{position:relative;padding-top:56.25%;overflow:hidden}body #main .features .cinematic .embedded iframe,body #main .libraries .cinematic .embedded iframe,body #main .lore .cinematic .embedded iframe,body #main .arcs .cinematic .embedded iframe,body #main .arc .cinematic .embedded iframe,body #main .illuminations .cinematic .embedded iframe,body #main .paths .cinematic .embedded iframe,body #main .cinematics .cinematic .embedded iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}body #main .features .playlist:nth-child(3n),body #main .features .cinematic:nth-child(3n),body #main .libraries .playlist:nth-child(3n),body #main .libraries .cinematic:nth-child(3n),body #main .lore .playlist:nth-child(3n),body #main .lore .cinematic:nth-child(3n),body #main .arcs .playlist:nth-child(3n),body #main .arcs .cinematic:nth-child(3n),body #main .arc .playlist:nth-child(3n),body #main .arc .cinematic:nth-child(3n),body #main .illuminations .playlist:nth-child(3n),body #main .illuminations .cinematic:nth-child(3n),body #main .paths .playlist:nth-child(3n),body #main .paths .cinematic:nth-child(3n),body #main .cinematics .playlist:nth-child(3n),body #main .cinematics .cinematic:nth-child(3n){margin-right:0}@media(max-width: 767px){body #main .features .playlist:nth-child(3n),body #main .features .cinematic:nth-child(3n),body #main .libraries .playlist:nth-child(3n),body #main .libraries .cinematic:nth-child(3n),body #main .lore .playlist:nth-child(3n),body #main .lore .cinematic:nth-child(3n),body #main .arcs .playlist:nth-child(3n),body #main .arcs .cinematic:nth-child(3n),body #main .arc .playlist:nth-child(3n),body #main .arc .cinematic:nth-child(3n),body #main .illuminations .playlist:nth-child(3n),body #main .illuminations .cinematic:nth-child(3n),body #main .paths .playlist:nth-child(3n),body #main .paths .cinematic:nth-child(3n),body #main .cinematics .playlist:nth-child(3n),body #main .cinematics .cinematic:nth-child(3n){margin-right:0 !important}}@media(max-width: 767px){body #main .features .playlist,body #main .features .cinematic,body #main .libraries .playlist,body #main .libraries .cinematic,body #main .lore .playlist,body #main .lore .cinematic,body #main .arcs .playlist,body #main .arcs .cinematic,body #main .arc .playlist,body #main .arc .cinematic,body #main .illuminations .playlist,body #main .illuminations .cinematic,body #main .paths .playlist,body #main .paths .cinematic,body #main .cinematics .playlist,body #main .cinematics .cinematic{margin-top:20px}body #main .features .playlist:first-child,body #main .features .cinematic:first-child,body #main .libraries .playlist:first-child,body #main .libraries .cinematic:first-child,body #main .lore .playlist:first-child,body #main .lore .cinematic:first-child,body #main .arcs .playlist:first-child,body #main .arcs .cinematic:first-child,body #main .arc .playlist:first-child,body #main .arc .cinematic:first-child,body #main .illuminations .playlist:first-child,body #main .illuminations .cinematic:first-child,body #main .paths .playlist:first-child,body #main .paths .cinematic:first-child,body #main .cinematics .playlist:first-child,body #main .cinematics .cinematic:first-child{margin-top:0}}@media(max-width: 1274px){body #main .features .playlist:nth-child(3n),body #main .features .cinematic:nth-child(3n),body #main .libraries .playlist:nth-child(3n),body #main .libraries .cinematic:nth-child(3n),body #main .lore .playlist:nth-child(3n),body #main .lore .cinematic:nth-child(3n),body #main .arcs .playlist:nth-child(3n),body #main .arcs .cinematic:nth-child(3n),body #main .arc .playlist:nth-child(3n),body #main .arc .cinematic:nth-child(3n),body #main .illuminations .playlist:nth-child(3n),body #main .illuminations .cinematic:nth-child(3n),body #main .paths .playlist:nth-child(3n),body #main .paths .cinematic:nth-child(3n),body #main .cinematics .playlist:nth-child(3n),body #main .cinematics .cinematic:nth-child(3n){margin-right:10px}body #main .features .playlist:nth-child(2n),body #main .features .cinematic:nth-child(2n),body #main .libraries .playlist:nth-child(2n),body #main .libraries .cinematic:nth-child(2n),body #main .lore .playlist:nth-child(2n),body #main .lore .cinematic:nth-child(2n),body #main .arcs .playlist:nth-child(2n),body #main .arcs .cinematic:nth-child(2n),body #main .arc .playlist:nth-child(2n),body #main .arc .cinematic:nth-child(2n),body #main .illuminations .playlist:nth-child(2n),body #main .illuminations .cinematic:nth-child(2n),body #main .paths .playlist:nth-child(2n),body #main .paths .cinematic:nth-child(2n),body #main .cinematics .playlist:nth-child(2n),body #main .cinematics .cinematic:nth-child(2n){margin-right:0}}body #main .features .lore,body #main .features .arc,body #main .libraries .lore,body #main .libraries .arc,body #main .lore .lore,body #main .lore .arc,body #main .arcs .lore,body #main .arcs .arc,body #main .arc .lore,body #main .arc .arc,body #main .illuminations .lore,body #main .illuminations .arc,body #main .paths .lore,body #main .paths .arc,body #main .cinematics .lore,body #main .cinematics .arc{flex:0 0 240px;height:auto;margin-right:10px}@media(max-width: 767px){body #main .features .lore,body #main .features .arc,body #main .libraries .lore,body #main .libraries .arc,body #main .lore .lore,body #main .lore .arc,body #main .arcs .lore,body #main .arcs .arc,body #main .arc .lore,body #main .arc .arc,body #main .illuminations .lore,body #main .illuminations .arc,body #main .paths .lore,body #main .paths .arc,body #main .cinematics .lore,body #main .cinematics .arc{flex:0 0 calc(50% - 10px);margin:0 10px 0 0}body #main .features .lore h2 a .thumbnail,body #main .features .arc h2 a .thumbnail,body #main .libraries .lore h2 a .thumbnail,body #main .libraries .arc h2 a .thumbnail,body #main .lore .lore h2 a .thumbnail,body #main .lore .arc h2 a .thumbnail,body #main .arcs .lore h2 a .thumbnail,body #main .arcs .arc h2 a .thumbnail,body #main .arc .lore h2 a .thumbnail,body #main .arc .arc h2 a .thumbnail,body #main .illuminations .lore h2 a .thumbnail,body #main .illuminations .arc h2 a .thumbnail,body #main .paths .lore h2 a .thumbnail,body #main .paths .arc h2 a .thumbnail,body #main .cinematics .lore h2 a .thumbnail,body #main .cinematics .arc h2 a .thumbnail{width:100%;height:auto}}body #main .features .lore:nth-child(5n),body #main .features .arc:nth-child(5n),body #main .libraries .lore:nth-child(5n),body #main .libraries .arc:nth-child(5n),body #main .lore .lore:nth-child(5n),body #main .lore .arc:nth-child(5n),body #main .arcs .lore:nth-child(5n),body #main .arcs .arc:nth-child(5n),body #main .arc .lore:nth-child(5n),body #main .arc .arc:nth-child(5n),body #main .illuminations .lore:nth-child(5n),body #main .illuminations .arc:nth-child(5n),body #main .paths .lore:nth-child(5n),body #main .paths .arc:nth-child(5n),body #main .cinematics .lore:nth-child(5n),body #main .cinematics .arc:nth-child(5n){margin-right:0}@media(max-width: 767px){body #main .features .lore:nth-child(5n),body #main .features .arc:nth-child(5n),body #main .libraries .lore:nth-child(5n),body #main .libraries .arc:nth-child(5n),body #main .lore .lore:nth-child(5n),body #main .lore .arc:nth-child(5n),body #main .arcs .lore:nth-child(5n),body #main .arcs .arc:nth-child(5n),body #main .arc .lore:nth-child(5n),body #main .arc .arc:nth-child(5n),body #main .illuminations .lore:nth-child(5n),body #main .illuminations .arc:nth-child(5n),body #main .paths .lore:nth-child(5n),body #main .paths .arc:nth-child(5n),body #main .cinematics .lore:nth-child(5n),body #main .cinematics .arc:nth-child(5n){margin-right:0 !important}}@media(max-width: 767px){body #main .features .lore,body #main .features .arc,body #main .libraries .lore,body #main .libraries .arc,body #main .lore .lore,body #main .lore .arc,body #main .arcs .lore,body #main .arcs .arc,body #main .arc .lore,body #main .arc .arc,body #main .illuminations .lore,body #main .illuminations .arc,body #main .paths .lore,body #main .paths .arc,body #main .cinematics .lore,body #main .cinematics .arc{margin-top:20px}body #main .features .lore:first-child,body #main .features .lore:nth-child(2),body #main .features .arc:first-child,body #main .features .arc:nth-child(2),body #main .libraries .lore:first-child,body #main .libraries .lore:nth-child(2),body #main .libraries .arc:first-child,body #main .libraries .arc:nth-child(2),body #main .lore .lore:first-child,body #main .lore .lore:nth-child(2),body #main .lore .arc:first-child,body #main .lore .arc:nth-child(2),body #main .arcs .lore:first-child,body #main .arcs .lore:nth-child(2),body #main .arcs .arc:first-child,body #main .arcs .arc:nth-child(2),body #main .arc .lore:first-child,body #main .arc .lore:nth-child(2),body #main .arc .arc:first-child,body #main .arc .arc:nth-child(2),body #main .illuminations .lore:first-child,body #main .illuminations .lore:nth-child(2),body #main .illuminations .arc:first-child,body #main .illuminations .arc:nth-child(2),body #main .paths .lore:first-child,body #main .paths .lore:nth-child(2),body #main .paths .arc:first-child,body #main .paths .arc:nth-child(2),body #main .cinematics .lore:first-child,body #main .cinematics .lore:nth-child(2),body #main .cinematics .arc:first-child,body #main .cinematics .arc:nth-child(2){margin-top:0}}@media(max-width: 1274px){body #main .features .lore:nth-child(3n),body #main .features .arc:nth-child(3n),body #main .libraries .lore:nth-child(3n),body #main .libraries .arc:nth-child(3n),body #main .lore .lore:nth-child(3n),body #main .lore .arc:nth-child(3n),body #main .arcs .lore:nth-child(3n),body #main .arcs .arc:nth-child(3n),body #main .arc .lore:nth-child(3n),body #main .arc .arc:nth-child(3n),body #main .illuminations .lore:nth-child(3n),body #main .illuminations .arc:nth-child(3n),body #main .paths .lore:nth-child(3n),body #main .paths .arc:nth-child(3n),body #main .cinematics .lore:nth-child(3n),body #main .cinematics .arc:nth-child(3n){margin-right:20px}body #main .features .lore:nth-child(2n),body #main .features .arc:nth-child(2n),body #main .libraries .lore:nth-child(2n),body #main .libraries .arc:nth-child(2n),body #main .lore .lore:nth-child(2n),body #main .lore .arc:nth-child(2n),body #main .arcs .lore:nth-child(2n),body #main .arcs .arc:nth-child(2n),body #main .arc .lore:nth-child(2n),body #main .arc .arc:nth-child(2n),body #main .illuminations .lore:nth-child(2n),body #main .illuminations .arc:nth-child(2n),body #main .paths .lore:nth-child(2n),body #main .paths .arc:nth-child(2n),body #main .cinematics .lore:nth-child(2n),body #main .cinematics .arc:nth-child(2n){margin-right:0}}body #main h2.features{margin:40px 0 30px;font-size:clamp(1.5rem,2.8vw,2rem)}body #main .features{justify-content:center}body #main .features .thread h3{display:flex;justify-content:center}#footer{display:flex;flex-direction:row;margin-top:30px;background-color:#450015;color:#fff}@media(max-width: 767px){#footer{margin-top:20px}}#footer nav{max-width:1260px;width:100%;margin:0 auto;padding:15px 10px 10px}#footer nav div.row{display:flex;flex-direction:row;flex-wrap:wrap}#footer nav div.row ul{flex:0 0 14.2857142857%}@media(max-width: 767px){#footer nav div.row ul{flex:0 0 25%;margin-bottom:20px}}#footer nav div.row ul{list-style-type:none}#footer nav div.row ul li{margin-top:10px;margin-left:5px;border-left:1px solid #f7f7f2;font-size:clamp(.8rem,.8rem + .5vw,.9rem);line-height:1em}#footer nav div.row ul li a{display:inline-block;margin-left:5px;color:#f7f7f2}#footer nav div.row ul li:first-child{margin:0 0 15px 0;border-left:2px solid #f7f7f2;font-size:clamp(.9rem,2vw,1rem)}#footer nav p.copyright{display:flex;justify-content:center;margin-top:50px;color:#f7f7f2}@media(max-width: 480px){.desktop{display:none !important}.mobile{display:flex !important}}@media(min-width: 481px)and (max-width: 767px){.desktop{display:none !important}.mobile{display:flex !important}}@media(min-width: 768px)and (max-width: 1260px){.desktop{display:flex !important}.mobile{display:none !important}}@media(min-width: 1261px){.desktop{display:flex !important}.mobile{display:none !important}}/*# sourceMappingURL=style.min.css.map */
