@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}main{flex:1;padding-top:80px;padding-bottom:2rem}.navbar{position:fixed;top:0;left:0;right:0;background-color:#fff;box-shadow:0 2px 4px #0000001a;z-index:1000}.navbar-container{max-width:1200px;margin:0 auto;padding:1.2rem 0rem;display:flex;justify-content:space-between;align-items:center;position:relative}.navbar-logo{text-decoration:none;display:flex;align-items:center;margin-left:-1%}.logo-image{height:65px;width:auto;object-fit:contain}.navbar-menu{display:flex;align-items:center;gap:3rem;margin-right:160px}.navbar-link{color:#333;text-decoration:none;font-size:.98rem;font-weight:700;text-transform:uppercase;letter-spacing:.3px;transition:color .3s ease;padding:.25rem 0;font-family:Josefin Sans,sans-serif}.navbar-link:hover{color:#1976d2}.dropdown{position:relative;display:inline-block}.dropdown-button{background:none;border:none;color:#333;text-decoration:none;font-size:.98rem;font-weight:700;text-transform:uppercase;letter-spacing:.3px;cursor:pointer;display:flex;align-items:center;gap:.25rem;padding:.25rem 0;transition:color .3s ease;font-family:Josefin Sans,sans-serif}.dropdown-button:hover{color:#1976d2}.dropdown-arrow{font-size:.7rem;transition:transform .3s ease}.dropdown-arrow.rotate,.dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-content{display:none;position:absolute;top:100%;left:0;background-color:#fff;min-width:250px;box-shadow:0 2px 4px #0000001a;border-radius:4px;padding:.5rem 0;opacity:0;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease}.dropdown-content.show{display:block;opacity:1;transform:translateY(0)}.dropdown-item{display:block;padding:.75rem 1.5rem;color:#333;text-decoration:none;font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px;transition:all .3s ease;font-family:Josefin Sans,sans-serif}.dropdown-item:hover{color:#1976d2;transform:translateY(-2px)}.dropdown-item:active{transform:scale(.985)}.mobile-menu-button{display:none;background:none;border:none;cursor:pointer;padding:0;outline:none;color:#333;z-index:1002}@media (max-width: 1250px){.mobile-menu-button{display:flex;align-items:center;justify-content:center;padding:10px;outline:none;align-self:center;position:relative;transition:all .3 ease}.mobile-menu-button:hover{color:#1976d2}.navbar{display:flex;justify-content:center;align-items:center;flex-direction:column}.navbar-container{padding:1.2rem 1rem;width:100%;max-width:100%;margin:0}.navbar-logo{margin-left:20px}.navbar-menu{display:none;position:absolute;top:100%;left:0;right:0;background-color:#fff;flex-direction:column;padding:.75rem 1rem;box-shadow:0 2px 4px #0000001a;margin-right:0;width:100%;align-items:flex-start;gap:1rem;z-index:1001}.navbar-menu.active{display:flex}.dropdown-content{position:static;min-width:100%;box-shadow:none;padding-left:1rem;opacity:1;display:none}.dropdown-content.show{display:block}.dropdown{width:100%}.dropdown-button{width:100%;justify-content:flex-start}.navbar-link,.dropdown-button{text-align:left;padding:.75rem 0}.logo-image{height:60px}}@media (max-width: 500px){.navbar-container{padding:.8rem .5rem;max-width:100%}.logo-image{height:40px}.mobile-menu-button{padding:8px;align-self:center;display:flex;align-items:center;justify-content:center;outline:none}.navbar-menu{padding:.5rem}.navbar-link,.dropdown-button{font-size:.9rem;padding:.6rem 0}.dropdown-item{font-size:.85rem;padding:.6rem 1rem}}@media (max-width: 500px){.navbar-container{padding:.8rem .5rem;max-width:100%}.logo-image{height:40px}.mobile-menu-button{padding:8px;align-self:center;display:flex;align-items:center;justify-content:center;outline:none}.navbar-menu{padding:.5rem}.navbar-link{margin-left:10px}.navbar-link,.dropdown-button{font-size:.9rem;padding:.6rem 0;margin-left:10px}.navbar-link:hover{transform:translateY(-1.5px)}.navbar-link:active{transform:translateY(1px) scale(96%)}.dropdown-item{font-size:.85rem;padding:.6rem 1rem}}.footer{background:#fff;color:#393939;font-family:Urbanist,sans-serif;line-height:1.3;padding:3.5rem 0 1.5rem;position:relative}.footer:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);height:1px;background-color:#000}.footer__container{max-width:84%;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr .85fr .75fr 1fr;gap:2rem}.footer__branding .footer__logo{max-width:180px;margin-bottom:.75rem;margin-top:-10px}.footer__tagline{font-weight:700;margin-bottom:1rem;font-size:1rem;color:#474747;font-family:Josefin Sans,sans-serif}.footer__heading{font-size:1.1rem;text-transform:uppercase;letter-spacing:.02em;margin-bottom:1.25rem;color:#000;font-weight:700;font-family:Josefin Sans,sans-serif}.footer__list,.footer__contact{list-style:none;margin:0;padding:0}.footer__list li{margin-bottom:1rem}.footer__list a{color:#4a4a4a;text-decoration:none;transition:all .3s ease;font-size:.95rem;display:inline-block}.footer__list a:hover{color:#000;transform:translate(5px)}.footer__contact li{display:flex;align-items:center;margin-bottom:1rem;color:#666;font-size:.95rem}.footer__icon{flex:0 0 24px;margin-right:1rem;color:#000}.footer__divider{border:none;border-top:1px solid #000000;margin:25px auto 0;width:88%}.footer__copyright{text-align:center;padding-top:1.5rem;font-size:.9rem;color:#414141;font-weight:500}@media (max-width: 768px){.footer{padding:3rem 0 1.5rem}.footer__container{padding:0 1.5rem;grid-template-columns:1fr;gap:2rem}.footer__branding .footer__logo{max-width:150px}.footer__heading{margin-bottom:1.2rem}.footer__list li{margin-bottom:.8rem}.footer__contact li{margin-bottom:1rem}}.footer__col a{text-decoration:none;color:#636363;transition:all .3s ease}.footer__col a:hover{color:#000;transform:translate(5px)}.about-page{overflow-x:hidden}.about-hero{height:90vh;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.about-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;z-index:0}.about-hero p{font-size:4rem;font-weight:700;line-height:1.2;text-transform:uppercase;letter-spacing:1.5px;text-shadow:4px;font-family:Josefin Sans,sans-serif}.about-content{max-width:800px;margin:0 auto;position:relative;z-index:1;padding:0 2rem}.about-content h1{font-size:1.7rem;font-weight:800;margin-bottom:2.5rem;text-transform:uppercase;letter-spacing:1px;text-shadow:4px;font-family:Josefin Sans,sans-serif}.about-speed-who-we-are{padding:6rem 0;background-color:#fff}.about-who-we-are .who-we-are-container{max-width:1000px;margin:0 auto;padding:0 2rem}.about-who-we-are h2{font-size:2.5rem;font-weight:650;text-align:center;margin-bottom:3rem;color:#000;text-transform:uppercase;letter-spacing:1.5px;font-family:Josefin Sans,sans-serif;font-size:2rem}.about-who-we-are .speed-intro-text{font-family:Georgia,Times New Roman,Times,serif;font-size:1.5rem;font-style:italic;margin-bottom:2.5rem;line-height:1.6;color:#000;font-weight:800}.about-who-we-are .sidebar{margin-top:150px}@media (max-width: 768px){.about-page{margin-top:-20px}.about-hero{height:82vh}.about-hero p{font-size:2rem}.about-content h1{font-size:1.3rem;margin-bottom:30px}.feature-grid{grid-template-columns:1fr}.about-speed-who-we-are h2{font-size:2.5rem;font-weight:650;text-align:center;margin-bottom:2rem;color:#000;text-transform:uppercase;letter-spacing:1.5px;font-family:Josefin Sans,sans-serif;font-size:2rem}.content-and-sidebar .main-content .speed-intro-text{font-family:Georgia,Times New Roman,Times,serif;font-size:1.2rem;width:100%;margin:0 auto 2rem}.content-and-sidebar .main-content p{font-size:1rem;line-height:1.6;margin-bottom:1rem;font-family:Urbanist,sans-serif}.content-and-sidebar{display:flex;flex-direction:column;gap:2.5rem;padding:0 1rem}.about-who-we-are .sidebar{margin-top:-60px}.sidebar{margin-top:1rem;display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;gap:1.5rem}.sidebar-item{flex:1 1 auto;text-align:center;padding-top:1rem;margin-top:0;margin-bottom:0}.sidebar-item:before{left:50%;transform:translate(-50%);width:60%}.sidebar-heading{font-size:1rem;font-family:Josefin Sans,sans-serif}.sidebar-value{font-size:1.1rem;font-family:Josefin Sans,sans-serif}}.content-and-sidebar{display:grid;grid-template-columns:2fr 1fr;gap:4rem;max-width:1000px;margin:0 auto;padding:0 2rem}.sidebar-item{margin-top:50px;font-family:Josefin Sans,sans-serif;margin-bottom:2.5rem;padding-top:1rem;position:relative}.sidebar-item:before{content:"";position:absolute;top:0;left:0%;transform:translate(-50%);width:30%;height:1px;background-color:#8e8e8e}.about-speed-our-service{padding:4rem 0;background-color:#f8f8f8}.service-container{max-width:1000px;margin:0 auto;padding:0 2rem}.about-speed-our-service h2{font-size:2.5rem;font-weight:650;text-align:center;margin-bottom:3rem;color:#000;text-transform:uppercase;letter-spacing:1px;font-family:Josefin Sans,sans-serif}.service-content{max-width:800px;margin:0 auto}.service-content p{font-family:Urbanist,sans-serif;font-size:1.18rem;line-height:1.8;margin-bottom:1.5rem;color:#000;font-weight:500}.service-cta{text-align:center;margin-top:3rem}.service-cta p{font-size:1.3rem;font-weight:600;margin-bottom:1.5rem;font-family:Urbanist,sans-serif}.service-button{display:inline-block;padding:1rem 2rem;background-color:#000;color:#fff;text-decoration:none;font-family:Josefin Sans,sans-serif;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;border:2px solid #000;transition:all .3s ease}.service-button:hover{transform:translateY(-4px);box-shadow:0 2px 4px #00000080}.service-button:active{transform:translateY(4px) scale(95%)}@media (max-width: 768px){.about-speed-our-service{padding:3rem 0}.about-speed-our-service h2{font-size:2rem;margin-bottom:2rem}.service-content p{font-size:1.1rem}.service-cta p{font-size:1.2rem}.service-button{padding:.65rem 1.5rem .5rem;font-size:1rem}}.about-an-page{min-height:100vh}.about-an-hero{height:90vh;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;margin-bottom:30px}.about-an-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0006}.about-an-hero-content{position:relative;z-index:1;max-width:800px;padding:0 2rem}.about-an-hero h1{font-size:1.7rem;font-weight:800;margin-bottom:2.5rem;text-transform:uppercase;letter-spacing:1px;text-shadow:4px;font-family:Josefin Sans,sans-serif}.about-an-hero p{font-size:4rem;font-weight:700;line-height:1.2;text-transform:uppercase;letter-spacing:1.5px;text-shadow:4px;font-family:Josefin Sans,sans-serif}@media (max-width: 768px){.about-an-hero{height:82vh;margin-top:-20px}.about-an-hero h1{font-size:1.3rem;margin-bottom:30px}.about-an-hero p{font-size:2rem}}.about-who-we-are{padding:6rem 0;background-color:#fff}.who-we-are-container{max-width:1000px;margin:0 auto;padding:0 2rem}.about-who-we-are h2{font-size:2.5rem;font-weight:650;text-align:center;margin-bottom:3rem;color:#000;text-transform:uppercase;letter-spacing:1.5px;font-family:Josefin Sans,sans-serif}.about-who-we-are .main-content .an-intro-text{font-family:Georgia,Times New Roman,Times,serif;font-size:1.2rem;font-style:italic;margin-bottom:2.5rem;line-height:1.6;color:#060606;font-weight:600}.content-and-sidebar{display:grid;grid-template-columns:2fr 1fr;gap:4rem}.main-content p{font-family:Urbanist,sans-serif;font-size:1.18rem;line-height:1.8;margin-bottom:1.2rem;color:#000;font-weight:500}.main-content strong{font-weight:900}.sidebar-value{font-size:1.25rem;font-weight:900;color:#000;margin-bottom:.3rem;letter-spacing:1px;text-transform:uppercase;font-family:Josefin Sans,sans-serif}.sidebar-item{margin-top:50px;font-family:Josefin Sans,sans-serif;margin-bottom:2.5rem;padding-top:1.5rem;position:relative}.sidebar-item:before{content:"";position:absolute;top:0;left:16%;transform:translate(-50%);width:30%;height:1px;background-color:#8e8e8e}.sidebar-heading{font-family:Josefin Sans,sans-serif;font-size:1.1rem;font-weight:700;text-transform:uppercase;color:#000;margin-bottom:.3rem}@media (max-width: 768px){.about-who-we-are h2{font-size:2rem;margin-bottom:2rem}.an-intro-text{font-size:1.2rem;margin-bottom:2rem}.an-intro-text{width:100%}.content-and-sidebar{display:flex;flex-direction:column;gap:2.5rem}.sidebar{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;margin-top:-4rem}.sidebar-item{flex:1;text-align:center;padding-top:1rem;position:relative;margin-bottom:0;display:flex;flex-direction:column;align-items:center}.sidebar-item:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:60%;height:1px;background-color:#000}.sidebar-value{font-size:1.2rem;font-family:Josefin Sans,sans-serif}}.about-an-what-we-do{padding:6rem 0;position:relative}.about-an-what-we-do:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:75%;height:1px;background-color:#000}.what-we-do-container{max-width:1000px;margin:0 auto;padding:0 2rem}.about-an-what-we-do h2{font-size:2.5rem;font-weight:650;text-align:center;margin-bottom:3rem;color:#000;text-transform:uppercase;letter-spacing:1.5px;font-family:Josefin Sans,sans-serif}.an-content-and-sidebar.reverse-layout{display:grid;grid-template-columns:1fr 2fr;gap:4rem}@media (max-width: 768px){.about-an-what-we-do h2{font-size:2rem;margin-bottom:2rem}.an-content-and-sidebar.reverse-layout{display:flex;flex-direction:column-reverse;gap:2.5rem}}.about-an-what-we-do .main-content .an-intro-text{font-family:Georgia,Times New Roman,Times,serif;font-size:1.2rem;font-style:italic;margin-bottom:2.5rem;line-height:1.6;color:#060606;font-weight:600;width:100%}.about-an-why-work-with-us{padding:6rem 0;background-color:#fff;position:relative}.about-an-why-work-with-us:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:75%;height:1px;background-color:#000}.why-work-with-us-container{max-width:1000px;margin:0 auto;padding:0 2rem}.about-an-why-work-with-us h2{font-size:2.5rem;font-weight:650;text-align:center;margin-bottom:3rem;color:#000;text-transform:uppercase;letter-spacing:1.5px;font-family:Josefin Sans,sans-serif}.about-an-why-work-with-us .main-content .an-intro-text{font-family:Georgia,Times New Roman,Times,serif;font-size:1.2rem;font-style:italic;margin-bottom:2.5rem;line-height:1.6;color:#060606;font-weight:600;width:100%}.about-an-why-work-with-us .content-and-sidebar .sidebar{margin-top:8rem}@media (max-width: 768px){.about-an-why-work-with-us h2{font-size:2rem;margin-bottom:3rem}.about-an-why-work-with-us .content-and-sidebar .sidebar{margin-top:-4rem}}.about-an-explore{padding:4rem 0;background-color:#f8f8f8;text-align:center;margin-bottom:5rem;margin-top:1rem}.explore-container{max-width:90%;margin:0 auto;padding:0 2rem}.about-an-explore h2{font-size:2.5rem;font-weight:650;color:#000;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:3rem;font-family:Josefin Sans,sans-serif}.explore-button{display:inline-block;padding:1rem 2rem;background-color:#000;color:#fff;text-decoration:none;font-family:Josefin Sans,sans-serif;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;border:2px solid #000;transition:all .3s ease}.explore-button:hover{box-shadow:0 8px 15px #0003;transform:translateY(-2px)}.explore-button:active{transform:translateY(-2px) scale(.95)}@media (max-width: 768px){.about-an-explore h2{font-size:1.5rem;margin-bottom:2rem}.explore-button{padding:.9rem 1.5rem .8rem;font-size:.9rem}}.sound-effects-page{overflow-x:hidden}.sfx-hero{height:90vh;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;width:100%;overflow:hidden}.sfx-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;z-index:1}.sfx-hero-content{max-width:1200px;width:100%;padding:0 4rem;box-sizing:border-box;z-index:2;position:relative}.sfx-hero-content h1{font-size:4rem;font-weight:700;margin-bottom:2rem;text-transform:uppercase;font-family:Josefin Sans,sans-serif;line-height:1}.sfx-hero-content p{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;font-family:Urbanist,sans-serif;font-weight:600;max-width:800px;margin-left:auto;margin-right:auto}.sfx-hero-button{display:inline-block;padding:19px 35px 16px;font-size:1rem;font-weight:700;text-transform:uppercase;background-color:#fff;color:#000;cursor:pointer;transition:all .3s ease;font-family:Josefin Sans,sans-serif;text-decoration:none}.sfx-hero-button:hover{background-color:#cfcfcf;transform:translateY(-2px);box-shadow:1px 2px 3px #0003}.sfx-hero-button:active{transform:translateY(4px) scale(93%)}.sound-effects-section{display:flex;align-items:center;padding:80px 20px;margin:100px auto 0;padding-left:7rem;padding-right:7rem}.sound-effects-content{flex:1;padding-right:60px;max-width:50%}.counter-container{display:flex;align-items:center;gap:10px;margin-bottom:10px}.counter{font-size:4rem;font-weight:700;color:#000;line-height:1;margin-bottom:-5px;font-family:Josefin Sans,sans-serif}.sound-effects-content h1{font-size:2rem;font-weight:700;color:#000;line-height:1;margin-bottom:30px;display:flex;align-items:center;gap:10px;font-family:Josefin Sans,sans-serif}.sound-effects-content p{font-size:1.2rem;line-height:1.6;color:#333;margin-bottom:35px;font-weight:500;font-family:Urbanist,sans-serif}.discover-more-button{display:inline-block;padding:17px 30px 15px;background-color:#000;color:#fff;text-decoration:none;border:none;border-radius:2px;font-size:1rem;font-weight:600;letter-spacing:.5px;cursor:pointer;transition:all .3s ease;font-family:Josefin Sans,sans-serif}.discover-more-button:hover{transform:translateY(-5px);box-shadow:0 4px 12px #0003}.discover-more-button:active{transform:translateY(4px) scale(95%)}.sound-effects-image-container{flex:1;max-width:50%;display:flex;justify-content:center;align-items:center}.sound-effects-image-container img{display:block;max-width:100%;height:auto;border-radius:5px}@media (max-width: 768px){.sound-effects-page{margin-top:-20px}.sound-effects-section{flex-direction:column;padding:40px 20px;padding-left:3rem;padding-right:3rem}.sound-effects-content{max-width:100%;padding-right:0;margin-bottom:40px}.sound-effects-content h1,.counter{font-size:3rem}.sound-effects-image-container{max-width:100%}.sound-effects-heading,.sound-icon{font-size:2rem}.sfx-hero{height:82vh}.sfx-hero-content{padding:0 1.5rem}.sfx-hero-content h1{font-size:2.5rem;margin-top:20px}.sfx-hero-content p{font-size:1.1rem;width:100%;max-width:100%}.sfx-hero-button{margin-top:20px}}.sound-artists-section{padding:80px 0;text-align:center;display:flex;flex-direction:row;align-items:center;justify-content:center}.sound-artists-container{display:flex;gap:0px;align-items:center;text-align:center;flex-direction:row;padding-left:7rem;padding-right:7rem}.sound-artists-text-content{flex:1}.sound-artists-image-container{flex:1;display:flex;flex-direction:row;justify-content:left;align-items:left;gap:20px}.sound-artists-image-container img{display:block;border-radius:5px;width:220px;height:320px;object-fit:cover}.sound-artists-section h2{font-size:3rem;font-weight:700;color:#000;margin-bottom:30px;font-family:Josefin Sans,sans-serif;text-transform:uppercase}.sound-artists-section p{font-size:1.2rem;line-height:1.6;color:#333;font-weight:500;font-family:Urbanist,sans-serif}@media (max-width: 1200px){.sound-artists-container{flex-direction:column-reverse;text-align:center;gap:40px;margin-top:40px}.sound-artists-text-content,.sound-artists-image-container{max-width:100%;padding:0 20px}.sound-artists-image-container{flex-direction:row;gap:15px}.sound-artists-section{padding:40px 20px}.sound-artists-section h2{font-size:2rem;margin-bottom:20px}.sound-artists-section p{font-size:1.3rem}}@media (max-width: 480px){.sound-artists-container{flex-direction:column-reverse;text-align:center}.sound-artists-text-content,.sound-artists-image-container{padding:0 10px}.sound-artists-image-container{flex-direction:row;gap:10px}.sound-artists-image-container img{width:145px;height:200px}.sound-artists-section h2{font-size:1.8rem;margin-bottom:15px;text-align:center}.sound-artists-section p{font-size:1.1rem;text-align:center}}.cta-section{background-color:#e9e3e2;padding:4rem 3rem;text-align:center;margin-bottom:80px;margin-top:80px;border-radius:3px;margin-left:7rem;margin-right:7rem}.cta-section .container{max-width:800px;margin:0 auto}.cta-section h2{font-size:2rem;margin-bottom:1.3rem;letter-spacing:.03em;color:#080808;font-family:Josefin Sans,sans-serif}.cta-section .subtitle{color:#000;margin-bottom:2rem;line-height:25px;font-family:Urbanist,sans-serif;font-size:1rem;font-weight:300}.btn{display:inline-block;padding:1rem 2rem;padding-bottom:14px;background-color:#000;color:#fff;text-decoration:none;font-family:Josefin Sans,sans-serif;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.8px;border:2px solid #000;transition:all .3s ease;margin-bottom:-20px}.btn:hover{transform:translateY(-4px);box-shadow:0 2px 4px #00000080}.btn:active{transform:translateY(4px) scale(95%)}@media (max-width: 768px){.cta-section{margin-top:40px;margin-bottom:40px;margin-left:3rem;margin-right:3rem;padding:40px 40px 50px}.cta-section h2{font-size:1.5rem;margin-bottom:1rem}.cta-section .subtitle{font-size:.9rem;margin-bottom:1.5rem}.btn{padding:.7rem 1.2rem .6rem;font-size:.9rem}}.contact-form-info-section{padding:100px 20px;text-align:center;display:flex;justify-content:center;align-items:center;min-height:calc(100vh - var(--header-height, 0px) - var(--footer-height, 0px))}.contact-form-info-container{max-width:1100px;margin:0 auto;width:100%;display:flex;gap:80px;text-align:left;padding:0 20px}.contact-left{flex:1;max-width:600px;position:relative;padding-right:40px}.contact-left:after{content:"";position:absolute;top:0;bottom:0;right:-40px;width:1px;background-color:#ccc}.contact-right{flex:1;max-width:400px;padding-left:40px;display:flex;flex-direction:column;justify-content:center}.contact-form-info-section h2{font-size:2.2rem;color:#111;margin-bottom:25px;font-family:Josefin Sans,sans-serif}.contact-form-info-section p{font-size:1.1rem;color:#444;margin-bottom:40px;font-family:Urbanist,sans-serif}.contact-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column}.form-group label{font-size:1rem;color:#333;margin-bottom:8px;font-weight:700;font-family:Urbanist,sans-serif}.form-group input,.form-group textarea{padding:12px;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:Urbanist,sans-serif;background-color:#fff}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#555;box-shadow:0 0 5px #0000001a}.submit-button{display:inline-block;padding:14px 40px;background:#1565c0;color:#fff;text-decoration:none;border:none;border-radius:2px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;font-family:Josefin Sans,sans-serif;align-self:flex-start;margin-top:5px}.submit-button:hover{transform:translateY(-3px);box-shadow:0 6px 15px #0003;background:#0c386a}.submit-button:active{transform:translateY(2px) scale(97%)}.status-message{padding:1rem;border-radius:4px;font-weight:600;margin-top:1rem;font-family:Urbanist,sans-serif}.status-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.status-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.submit-button:disabled{opacity:.7;cursor:not-allowed;transform:none!important;box-shadow:none!important}.contact-details p{font-size:1.1rem;color:#333;margin-bottom:12px;font-family:Urbanist,sans-serif;line-height:1.6}.form-group input.error,.form-group textarea.error{border-color:#dc3545;background-color:#fff8f8}.error-message{color:#dc3545;font-size:.875rem;margin-top:.25rem;display:block;font-family:Urbanist,sans-serif}.loading-spinner{display:inline-block;width:1rem;height:1rem;border:2px solid #ffffff;border-radius:50%;border-top-color:transparent;margin-right:.5rem;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 1024px){.contact-form-info-container{gap:30px}.contact-left,.contact-right{padding-right:15px;padding-left:15px}.contact-left:after{right:-15px;height:90%}}@media (max-width: 768px){.contact-form-info-section{padding:60px 20px}.contact-form-info-container{flex-direction:column;gap:40px;text-align:center;padding:0 10px}.contact-left,.contact-right{max-width:100%;padding:0}.contact-left:after{display:none}.contact-form-info-section h2{font-size:2rem;font-family:Josefin Sans,sans-serif}.contact-form-info-section p{font-size:1rem;margin-bottom:30px;font-family:Urbanist,sans-serif}.contact-form{gap:15px;max-width:500px;margin:0 auto}.form-group input,.form-group textarea{padding:10px;font-size:1rem}.submit-button{padding:12px 30px;font-size:1rem;align-self:center;width:100%;font-family:Josefin Sans,sans-serif}.contact-details p{font-size:1rem;font-family:Urbanist,sans-serif}.contact-right{margin-top:50px}}.hero{height:90vh;background-image:url(/assets/hero-PkJunn--.png);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0000;z-index:1}.hero-content{max-width:800px;position:relative;z-index:2;color:#fff}.hero h1{font-size:7rem;margin-bottom:1rem;font-weight:700;color:#fff;letter-spacing:normal;line-height:1.2;text-transform:uppercase;font-family:Josefin Sans,sans-serif}.hero p{font-size:3.5rem;color:#fff;font-family:Playfair Display,serif;font-style:italic;margin-left:-15px}.hero .adv{font-size:3.5rem;color:#fff;font-family:Playfair Display,serif;font-style:italic;margin-left:30px}.hero-button{margin-top:60px;padding:.9rem 1.9rem;font-size:19px;font-weight:900;color:#000;background-color:#fff;border:none;border-radius:1px;cursor:pointer;transition:all .3s ease;letter-spacing:1px;font-family:Urbanist,sans-serif;box-shadow:0 1px 3px #0000001a;text-decoration:none;display:inline-block;position:relative;z-index:2}.hero-button:hover{background-color:#d7d7d7;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.hero-button:active{transform:scale(95%) translateY(4px)}.info1{padding:4rem 7rem;text-align:center;margin:0 auto 10px}.info1>p{font-size:2.25rem;font-weight:700;margin-bottom:2rem;color:#121212;margin-top:30px;font-family:Urbanist,sans-serif}.containers{display:flex;gap:1rem;max-width:100%;margin:0 auto;overflow-x:auto;padding:1rem 0}.container-button{text-decoration:none;color:inherit;background-color:#fff;border:1.5px solid #e9ecef;border-radius:5px;padding:2rem;transition:all .3s ease;display:block;text-align:left;min-width:250px;flex:1;box-shadow:0 4px 12px #0000001a}.container-button h2{font-size:1.2rem;margin-bottom:1rem;margin-top:1rem;color:#2a2929;display:flex;align-items:center;gap:.75rem;font-style:italic;font-family:Georgia,Times New Roman,Times,serif}.container-icon{font-size:1.5rem;color:#373737;flex-shrink:0}.container-button:hover{transform:translateY(-5px);box-shadow:0 4px 12px #0003;background-color:#fff}.container-button:active{transform:scale(95%) translateY(4px)}.container-button p{font-size:1rem;color:#6e6e6e;line-height:1.4;font-family:Urbanist,sans-serif;font-weight:500}@media (max-width: 768px){.hero{height:82vh;background-image:url(/assets/home_mobile-DR-heCO1.png);padding:1rem;transform:scale(1);width:100%;margin-top:-20px}.hero:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;z-index:1}.hero-content{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;margin-top:-0px}.hero h1{font-size:4rem;margin-bottom:-5px}.hero p,.hero .adv{font-size:2rem}.hero-button{padding:.8rem 1.6rem;font-size:1rem;margin-top:140px;margin-bottom:140px;font-weight:900;box-shadow:#0009}.containers{padding:.5rem 0}.info1{padding:2rem 3rem}.info1>p{font-size:2rem;margin-bottom:2rem}.container-button{padding:1rem;min-width:200px}.container-button h2{font-size:1.1rem;gap:.5rem}.container-icon{font-size:1.2rem}.container-button p{font-size:.8rem}}.gallery{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:1.5rem;margin:0 auto 40px;padding-left:7rem;padding-right:7rem;max-height:600px;overflow:hidden}.gallery .card{background:#000;padding:2rem;display:flex;flex-direction:column;justify-content:center;grid-column:1;grid-row:1;height:500px;color:#fff}.gallery .card h2{margin:1.5rem 0;font-size:2.5rem;line-height:1.3;margin-left:20px;font-family:Josefin Sans,sans-serif}.gallery .card p{margin-bottom:1rem;line-height:1.6;letter-spacing:.02em;color:#fff;font-size:17.5px;font-weight:500;margin-left:20px;font-family:Urbanist,sans-serif;margin-right:20px}.gallery .card p:last-of-type{margin-bottom:2rem}.gallery-button{align-self:start;padding:.8rem 1.5rem;padding-top:13px;border:1px solid #ffffff;background:transparent;font-weight:600;letter-spacing:1px;cursor:pointer;margin-top:auto;transition:all .3s ease;border-radius:1px;margin-left:20px;margin-bottom:1rem;box-shadow:none;font-family:Urbanist,sans-serif;text-decoration:none;color:#fff;display:inline-block}.gallery-button:hover{background-color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0003;color:#000}.gallery-button:active{transform:scale(95%) translateY(6px)}.img--big{grid-column:2;grid-row:1;width:100%;height:500px;object-fit:cover;border-radius:3px}.img-grid-small{display:none}@media (max-width: 1100px){.gallery{grid-template-columns:1fr;grid-template-rows:auto auto;gap:1rem;padding:7rem;max-height:100%;margin-top:-100px;margin-bottom:-300px}.gallery .card{grid-column:1;grid-row:1;height:100%}.img--big{grid-column:1;grid-row:2;height:80%}.gallery .card h2{font-size:1.5rem;margin-bottom:1rem}.gallery .card p{line-height:1.6;margin-bottom:0rem}}@media (max-width: 768px){.gallery{grid-template-columns:1fr;grid-template-rows:auto auto;gap:1rem;padding:3rem;max-height:100%}.gallery .card{grid-column:1;grid-row:1;height:100%}.img--big{grid-column:1;grid-row:2;height:100%}.gallery .card h2{font-size:1.5rem;margin-bottom:1rem}.gallery .card p{line-height:1.6;margin-bottom:0rem}}@media (max-width: 480px){.gallery{grid-template-columns:1fr;grid-template-rows:auto auto;gap:1rem;padding:3rem;max-height:100%}.gallery .card{grid-column:1;grid-row:1;height:600px}.img--big{grid-column:1;grid-row:2;height:300px}.gallery .card h2{font-size:1.6rem;margin-bottom:1rem}.gallery .card p{line-height:1.6;margin-bottom:0rem}.gallery .card p:last-of-type{margin-bottom:1.5rem}}.streaming{background:#000;color:#fff;border-radius:3px;text-align:center;padding:3rem 4rem;font-family:Josefin Sans,sans-serif;margin:0 auto 40px;margin-left:7rem;margin-right:7rem;margin-top:80px}.streaming h2{margin:0 0 1.5rem;font-size:2rem;letter-spacing:.05em}.streaming .icons{display:flex;justify-content:center;gap:.75rem}.streaming .icons a img{height:70px;filter:invert(100%);opacity:.9;transition:opacity .3s ease;object-fit:contain}.streaming .icons a img:hover{opacity:1}@media (max-width: 900px){.streaming{margin:0 auto;margin-left:7rem;margin-right:7rem;margin-top:100px;margin-bottom:10px;padding:20px}.streaming h2{font-size:1.5rem;margin-bottom:1.2rem}.streaming .icons{flex-wrap:wrap;gap:1rem}.streaming .icons a img{height:50px}}@media (max-width: 768px){.streaming{margin:0 auto;margin-left:3rem;margin-right:3rem;margin-top:300px;margin-bottom:10px;padding:20px}.streaming h2{font-size:1.5rem;margin-bottom:1.2rem}.streaming .icons{flex-wrap:wrap;gap:1rem}.streaming .icons a img{height:50px}}@media (max-width: 480px){.streaming{color:#fff;margin-bottom:10px}.streaming h2{font-size:1.8rem;margin-bottom:1rem}.streaming .icons{gap:.6rem}.streaming .icons a img{height:60px}}.search-section{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:0 auto;margin-bottom:4rem;padding:3rem 7rem 1.5rem}.search-content h2{font-size:2.2rem;letter-spacing:.02em;font-family:Josefin Sans,sans-serif}.search-content p.lead{margin:.5rem 0 2rem;color:#2b2b2b;font-weight:500;font-family:Urbanist,sans-serif}.features{list-style:none;margin:0;padding:0}.features li{display:flex;align-items:flex-start;margin-bottom:1.5rem}.features li:last-child{margin-bottom:0}.features .icon{flex:0 0 32px;margin-right:1rem;color:#222;font-size:1.5rem;display:flex;align-items:center;justify-content:center}.features .text{line-height:1.4;font-family:Urbanist,sans-serif}.features .text strong{font-weight:600}.search-image img{width:100%;display:block;border-radius:2px;object-fit:cover}@media (min-width: 1100px){.search-image img{width:100%;display:block;border-radius:2px;object-fit:cover;height:300px}}@media (max-width: 1100px){.search-section{grid-template-columns:1fr;gap:1.5rem;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:3rem;padding-left:3rem;padding-right:3rem}.features{text-align:left}.search-image{order:1;margin-top:1rem;justify-self:center;margin-bottom:1rem;max-width:100%}.search-content{order:-1}@media (max-width: 480px){.search-section{grid-template-columns:1fr;gap:1.5rem;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:1rem}.search-section h2{font-size:2rem}}}.partners{padding:0rem 7rem 4rem;text-align:center;margin:0 auto 40px;background:#fff;color:#212121;font-family:Josefin Sans,sans-serif}.partners:before{content:"";display:block;width:88%;height:1px;background-color:#000;margin:0 auto;margin-top:1rem;margin-bottom:5rem}.partners h2{margin-bottom:1.5rem;font-size:2.5rem;letter-spacing:.02em}.partners p{text-align:center;margin-bottom:30px;font-weight:500;color:#333;font-family:Urbanist,sans-serif;font-size:1rem}.partners__list{list-style:none;padding:0;margin:0 auto;display:flex;flex-wrap:wrap;gap:2rem;max-width:1000px;align-items:center;justify-content:center}.partners__list li{display:flex;align-items:center;justify-content:center;min-width:120px}.partners__list img{max-width:100%;max-height:70px;width:auto;height:auto;object-fit:contain}@media (max-width: 768px){.partners{padding-left:3rem;padding-right:3rem;padding-bottom:3rem}.partners:before{width:80%;margin-bottom:3rem}.partners h2{padding-top:1.5rem;font-size:1.8rem;margin-bottom:1rem}.partners p{font-size:.9rem;margin-bottom:20px}.partners__list{gap:1.5rem}.partners__list li{min-width:100px}.partners__list img{max-height:50px}}@media (max-width: 480px){.partners{width:70%;padding:0 .5rem 2rem}.partners:before{width:100%;margin-bottom:2rem}.partners h2{font-size:2rem}.partners p{font-size:.85rem;margin-bottom:15px}.partners__list{gap:1rem}.partners__list li{min-width:80px}.partners__list img{max-height:40px}}.easy-section{background-color:#e9e3e2;padding:4rem 1rem;margin-right:7rem;margin-left:7rem;margin-bottom:50px;margin-top:20px;border-radius:3px}.container{max-width:90%;margin:0 auto;text-align:center}.easy-section h2{font-size:2.3rem;margin-bottom:1.2rem;letter-spacing:.03em;margin-top:-20px;font-family:Josefin Sans,sans-serif}.subtitle{color:#131313;margin-bottom:2rem;font-size:1rem;font-family:Urbanist,sans-serif}.cards{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.card{background:#fff;padding:2rem;border-radius:2px;text-align:left}.card-meta{font-size:.82rem;font-weight:600;text-transform:uppercase;color:#000;margin-bottom:.5rem}.card-title{font-size:1.7rem;font-style:italic;font-family:Times New Roman,Times,serif;color:#000;margin-bottom:1rem;font-weight:600}.card-text{color:#252525;line-height:25px;font-family:Urbanist,sans-serif;font-size:.9rem}@media (max-width: 768px){.easy-section{padding:3rem 1rem;margin-right:3rem;margin-left:3rem;margin-bottom:30px;margin-top:10px}.container{max-width:100%}.easy-section h2{font-size:1.8rem;margin-bottom:1rem;margin-top:-10px}.subtitle{font-size:.9rem;margin-bottom:1.5rem}.cards{gap:1.5rem;grid-template-columns:1fr}.card{padding:1.5rem}.card-meta{font-size:.75rem}.card-title{font-size:1.4rem;margin-bottom:.8rem}.card-text{font-size:.85rem;line-height:22px}}.library-guarantee{margin-left:7rem;margin-right:7rem;background-color:#fbae28;padding:4rem 2rem;text-align:center;color:#fff;margin-bottom:100px}.library-guarantee-content{max-width:1200px;margin:0 auto}.library-guarantee h2{font-size:2.5rem;font-weight:800;margin-bottom:3rem;text-transform:uppercase;letter-spacing:1.5px;font-family:Josefin Sans,sans-serif;line-height:1.2}.counters-container{display:flex;justify-content:space-around;align-items:flex-start;flex-wrap:wrap;gap:2rem}.counter-item{flex:1;min-width:250px;padding:1rem;box-sizing:border-box}.counter-value{font-size:3.5rem;font-weight:800;margin-bottom:.5rem;font-family:Josefin Sans,sans-serif}.counter-label{font-size:1rem;font-weight:800;text-transform:uppercase;letter-spacing:.5px;font-family:Josefin Sans,sans-serif;line-height:1.4}@media (max-width: 768px){.library-guarantee{padding:3rem 1rem;margin-left:3rem;margin-right:3rem}.library-guarantee h2{font-size:2rem;margin-bottom:2rem}.counters-container{flex-direction:column;gap:1.5rem}.counter-item{min-width:100%}.counter-value{font-size:3rem}.counter-label{font-size:.9rem}}@media (max-width: 480px){.library-guarantee{margin-left:3rem;margin-right:3rem}.library-guarantee h2{font-size:1.8rem}.counter-value{font-size:2.5rem}.counter-label{font-size:.8rem}}.licensing-hero{height:65vh;background-size:cover;background-position:right center;background-repeat:no-repeat;position:relative;display:flex;align-items:center;color:#fff;overflow:hidden;background-color:#000}.licensing-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:none}.licensing-hero-container{position:relative;z-index:1;max-width:100%;margin:0 auto;padding:0rem;display:flex;align-items:center;width:100%;flex-direction:row}.licensing-hero-text-content{flex:0 0 50%;max-width:50%;margin-left:4rem;margin-top:80px;box-sizing:border-box;margin-bottom:1.5rem;padding:0 10px;align-items:flex-start}.licensing-hero-text-content h3{font-size:2rem;font-style:italic;margin-bottom:1rem;font-family:Georgia,serif;font-weight:400;font-weight:500}.licensing-hero-text-content h1{font-size:4.2rem;font-weight:700;margin-bottom:1.7rem;margin-top:1.3rem;text-transform:uppercase;font-family:Josefin Sans,sans-serif;line-height:1}.licensing-hero-text-content p{font-size:1rem;font-weight:500;line-height:1.6;margin-bottom:2rem;max-width:70%;font-family:Urbanist,sans-serif;font-weight:400}.licensing-hero-button{display:inline-block;padding:17px 25px 14px;font-size:1rem;font-weight:700;text-transform:uppercase;background-color:#fff;color:#000;border:1px solid white;cursor:pointer;transition:all .3s ease;font-family:Josefin Sans,sans-serif;text-decoration:none}.licensing-hero-button:hover{background-color:#cfcfcf;transform:translateY(-2px)}.licensing-hero-button:active{transform:translateY(4px) scale(95%)}.licensing-hero-visual{flex:0 0 50%;max-width:50%;height:100%;display:flex;justify-content:flex-start;align-items:flex-start;margin-top:-3rem}.licensing-hero-visual img{display:block;width:100%;height:100%;object-fit:contain}.licensing-clients-section{background-color:#000;padding:60px 0;margin-top:-1px}.clients-logos-container{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;max-width:100%;margin:0 auto;padding:0 20px}.clients-logos-container img{height:80px;margin:0 20px;filter:invert(100%);opacity:.85;transition:opacity .3s ease;object-fit:contain}.clients-logos-container img:hover{opacity:1}.licensing-when-you-need-section{background-color:#fff;padding:60px 20px;text-align:center;margin-top:40px;margin-bottom:40px}.when-you-need-container{max-width:80%;margin:0 auto}.licensing-when-you-need-section h2{font-family:Josefin Sans,sans-serif;font-size:2.5rem;font-weight:700;color:#000;margin-bottom:40px;text-transform:uppercase;margin-top:25px}.licensing-when-you-need-section ul{list-style:none;padding:0;margin-bottom:40px;text-align:left}.licensing-when-you-need-section li{display:flex;align-items:center;margin-bottom:30px}.licensing-when-you-need-section .icon-placeholder{font-size:2rem;margin-right:20px;color:#000}.licensing-when-you-need-section li p{font-family:Urbanist,sans-serif;font-size:1.1rem;line-height:1.6;color:#000}.licensing-when-you-need-section li p strong{font-weight:700}.licensing-when-you-need-button{display:inline-block;margin-top:0;padding:18px 30px 16px;background-color:#000;color:#fff;text-decoration:none;border-radius:1px;font-weight:600;transition:all .3s ease;font-family:Josefin Sans,sans-serif}.licensing-when-you-need-button:hover{transform:translateY(-3px);box-shadow:0 4px 12px #0000004d}.licensing-when-you-need-button:active{transform:translateY(4px) scale(95%)}.social-platforms-section{background-color:#000;padding:40px 20px;text-align:center;color:#fff;margin:70px auto 0;border-radius:3px;margin-left:7rem;margin-right:7rem}.social-platforms-container{margin:0 auto}.social-platforms-container h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:.5px;font-family:Josefin Sans,sans-serif}.social-platforms-container p{font-size:1.3rem;line-height:1.5;margin-bottom:.5rem;margin-top:2rem;font-weight:500;font-family:Urbanist,sans-serif}.social-logos-container{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.social-logos-container img{height:80px;filter:brightness(0) invert(1)}@media (max-width: 768px){.social-platforms-section{padding:30px 15px;margin:0 auto;margin-left:3rem;margin-right:3rem}.social-platforms-container h2{font-size:1.5em;margin-bottom:15px}.social-platforms-container p{font-size:1.2em;margin-bottom:20px}.social-logos-container{gap:20px}.social-logos-container img{height:50px}}@media (max-width: 480px){.social-platforms-section{padding:20px;margin-top:40px;margin-bottom:40px;margin-left:3rem;margin-right:3rem}.social-platforms-container h2{font-size:1.15em;margin-bottom:10px;color:#fff}.social-platforms-container p{font-size:.75em;margin-bottom:15px}.social-logos-container{gap:5px}.social-logos-container img{height:50px}}@media (min-width: 1201px){.licensing-hero-text-content h1{font-size:4.2rem;font-family:Josefin Sans,sans-serif}.licensing-hero-button{font-family:Josefin Sans,sans-serif}.licensing-hero-text-content h3{font-family:Georgia,serif}.licensing-hero-text-content p{font-family:Urbanist,sans-serif}.licensing-when-you-need-section h2{font-family:Josefin Sans,sans-serif}.licensing-when-you-need-section li p{font-family:Urbanist,sans-serif}.licensing-when-you-need-button{font-family:Josefin Sans,sans-serif}}@media (min-width: 769px) and (max-width: 1200px){.licensing-hero{height:72vh;background-color:#000;background-position:center bottom;margin-top:-15px;align-items:center}.licensing-hero-container{flex-direction:column-reverse;padding:2rem 0rem;align-items:flex-start}.licensing-hero-text-content{width:100%;max-width:100%;margin-left:0rem;margin-bottom:1.5rem;margin-top:10px;padding:0 10px;background-color:transparent;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.licensing-hero-text-content h1{font-size:3.5rem;margin-bottom:1.5rem;font-family:Josefin Sans,sans-serif}.licensing-hero-button{font-size:.9rem;padding:8px 20px;font-family:Josefin Sans,sans-serif}.licensing-hero-text-content h3{font-family:Georgia,serif;margin-top:40px}.licensing-hero-text-content p{font-family:Urbanist,sans-serif}.licensing-hero-visual img{width:1500px;height:1100px;margin-top:-55rem}.licensing-when-you-need-section h2{font-family:Josefin Sans,sans-serif}.licensing-when-you-need-section li p{font-family:Urbanist,sans-serif}.licensing-when-you-need-button{font-family:Josefin Sans,sans-serif}.licensing-clients-section{padding:42px 0}.clients-logos-container img{height:70px;margin:1px}}@media (max-width: 768px){.licensing-hero{height:60vh;background-color:#000;background-position:center bottom;margin-top:-15px}.licensing-hero-container{flex-direction:column-reverse;padding:2rem 1.5rem;align-items:flex-start}.licensing-hero-text-content{width:100%;max-width:100%;margin-bottom:1.5rem;padding:0 10px;margin-left:0rem;margin-top:0;background-color:transparent;text-align:left}.licensing-hero-text-content h1{font-size:2.5rem;margin-bottom:1rem;font-family:Josefin Sans,sans-serif}.licensing-hero-text-content h3{font-family:Georgia,serif;margin-top:20px;font-size:1.5rem}.licensing-hero-text-content p{font-size:.9rem;max-width:90%;font-family:Urbanist,sans-serif}.licensing-hero-visual img{width:1000px;height:700px;margin-top:-28rem}.licensing-hero-button{font-size:.9rem;padding:8px 20px;font-family:Josefin Sans,sans-serif}.licensing-clients-section{padding:30px 0}.clients-logos-container img{height:50px;margin:1px}.licensing-when-you-need-section h2{font-size:1.8rem;font-family:Josefin Sans,sans-serif}.licensing-when-you-need-section li p{font-size:1rem;font-family:Urbanist,sans-serif}.licensing-when-you-need-button{font-size:1rem;font-family:Josefin Sans,sans-serif}}@media (max-width: 508px){.licensing-hero{height:60vh;background-color:#000;background-position:center bottom}.licensing-hero-container{flex-direction:column-reverse;padding:2rem 0rem}.licensing-hero-text-content{margin-bottom:1.5rem;padding:0 10px;background-color:transparent;text-align:left;margin-left:2rem;margin-top:0}.licensing-hero-text-content h1{font-size:2rem;margin-bottom:.8rem;font-family:Josefin Sans,sans-serif;width:60%}.licensing-hero-text-content h3{font-family:Georgia,serif;font-size:1.2rem;margin-top:30px}.licensing-hero-text-content p{font-size:.85rem;max-width:80%;font-family:Urbanist,sans-serif}.licensing-hero-visual img{height:400px;margin-top:-15rem}.licensing-hero-button{font-size:.85rem;padding:12px 15px 10px;font-family:Josefin Sans,sans-serif}.licensing-clients-section{padding:30px 0}.clients-logos-container img{height:50px;margin:1px}.licensing-when-you-need-section h2{font-size:1.6rem;font-family:Josefin Sans,sans-serif}.licensing-when-you-need-section li p{font-size:.9rem;font-family:Urbanist,sans-serif}.licensing-when-you-need-button{font-size:.9rem;font-family:Josefin Sans,sans-serif}}.testimonial-section{padding-bottom:60px;padding-top:40px;text-align:center;position:relative;padding-left:7rem;padding-right:7rem}.testimonials-two-column-container{display:flex;justify-content:center;gap:60px;max-width:1200px;margin:0 auto;padding:0 20px}.testimonial-container{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center}.testimonial-text-content{width:100%}.testimonial-image-container{margin-bottom:20px}.testimonial-image-container img{width:475px;height:250px;object-fit:cover;box-shadow:0 4px 10px #0000001a;border-radius:5px}.testimonial-quote{font-size:1.35rem;font-style:italic;line-height:1.6;margin-bottom:20px;color:#000;position:relative;padding-top:30px;font-family:Georgia,Times New Roman,Times,serif;padding-left:0}.testimonial-quote:before{content:"“";font-size:4rem;color:#000;position:absolute;top:0;left:50%;transform:translate(-50%);line-height:1}.testimonial-author-name{font-size:1.2rem;font-weight:700;margin-bottom:5px;color:#000;text-transform:uppercase;font-family:Josefin Sans,sans-serif}.testimonial-author-title{font-size:1rem;font-weight:450;color:#4f4f4f;font-family:Urbanist,sans-serif}.testimonial-container.second-testimonial{border-left:1px solid #000;padding-left:60px}@media (max-width: 1130px){.testimonials-two-column-container{flex-direction:column;gap:100px}.testimonial-container{flex-direction:column;padding-left:0;border-left:none}.testimonial-container.second-testimonial{border-left:none;padding-left:0}.testimonial-image-container img{width:100%;height:auto;max-width:400px}.testimonial-quote:before{left:50%;transform:translate(-50%)}.testimonial-section:before{width:80%}}@media (max-width: 768px){.testimonial-image-container img{width:400px;height:250px}.testimonial-section:before{width:90%}.testimonial-section{margin-top:20px}}@media (max-width: 480px){.testimonial-image-container img{width:300px;height:200px}.testimonial-section:before{width:90%}.testimonial-section{margin-top:60px;padding-left:2rem;padding-right:2rem}}
