@import url(https://fonts.googleapis.com/css?family=Abel|Antic+Slab|Fjalla+One);body{font-size:16px;letter-spacing:.00625em;overflow-x:hidden;margin:8px 8px 0}@media(min-width:1224px){body{margin:0 0 0 50px}}body.disable-scroll{overflow:hidden}body .toast-container{position:fixed;z-index:999;top:60px;left:0;width:100%;font-family:Abel;font-weight:700;font-size:1.3em}body .toast-container>div{opacity:1!important}.no-scroll{overflow:hidden}.v--modal-overlay .v--modal-box{overflow:visible!important;width:auto!important;left:auto!important;margin-bottom:100px}.application-success,.contact-form-modal{overflow:visible!important;width:auto!important;top:auto!important;left:auto!important}.v--modal-box.v--modal.vue-dialog{position:absolute;top:50%!important;left:50%!important;-webkit-transform:translate(-50%,-50%)!important;transform:translate(-50%,-50%)!important}#app{font-family:Abel,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000}#app .covid-banner{background-color:#000;padding:10px 0;margin-left:-8px;margin-right:-8px;text-align:center}@media(min-width:1224px){#app .covid-banner{margin-left:-50px;margin-right:0}}#app .covid-banner a{font-size:1.5em;font-weight:700;color:#fff;cursor:pointer}#app .covid-banner a:hover{text-decoration:underline}@media(min-width:1224px){#app .covid-banner a{font-size:2em}}h1,h2{font-family:Antic Slab,serif;font-weight:400;color:#000}h1.page-title,h2.page-title{font-family:Fjalla One,sans-serif;font-size:1.75em}@media(min-width:1224px){h1.page-title,h2.page-title{font-size:2em}}a{color:#000;text-decoration:none}.mobile-only{display:none}@media(max-width:1223px){.mobile-only{display:block}}.desktop-only{display:none}@media(min-width:1224px){.desktop-only{display:block}}.jumbotron h1{font-family:Fjalla One,sans-serif;color:#000;font-weight:400;font-size:1.5em;letter-spacing:.2px}.jumbotron p{line-height:2.84;letter-spacing:.1px;font-size:1em}@media(min-width:1224px){.jumbotron h1{font-size:2em}.jumbotron p{font-size:1.1875em}}.button{cursor:pointer;border:0;border-radius:5px;font-family:Fjalla One,sans-serif;text-align:center;outline:none}.button.default{border:1px solid #ffc03f;padding:.6em 1.3em;color:#020030;background-color:#fff}.button.default:hover{color:#ffc03f}.button.primary{background-color:#ffc03f;color:#fff;padding:.6em 1.3em}.button.primary:hover{color:#020030!important}.button.disabled{border:1px solid #ccc;padding:.6em 1.3em;color:#999;background-color:#ccc;cursor:auto}.button.shadow{-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.5);box-shadow:0 2px 4px 0 rgba(0,0,0,.5)}.form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(min-width:1224px){.form-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-top:10px}}.form-group label{-ms-flex-negative:0;flex-shrink:0;margin:0 10px 0 0;display:block;text-align:left}@media(min-width:1224px){.form-group label{width:200px;text-align:right}}.form-group .input-field input{border:1px solid #999;border-radius:3px}.form-group .input-field select{width:95%}.form-group .input-field.has-error *{border-color:red}#navbar{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;font-family:Fjalla One,sans-serif;z-index:2;position:relative}#navbar .dimensions{background-color:#fff}@media(min-width:1224px){#navbar{display:-webkit-box;display:-ms-flexbox;display:flex}}#navbar a{cursor:pointer}#navbar a:hover{color:#020030}#navbar .logo img{height:25px}@media(min-width:1224px){#navbar .logo{margin:20px 0 0 0}#navbar .logo img{height:auto}}#navbar .mobile-menu{position:relative}#navbar .mobile-menu input{opacity:0;z-index:3;cursor:pointer;position:absolute;margin:0;width:33px;height:22px}#navbar .mobile-menu>span{display:block;width:33px;height:4px;margin-bottom:5px;position:relative;background:#cdcdcd;border-radius:3px;z-index:2;-webkit-transform-origin:4px 0;transform-origin:4px 0;-webkit-transition:background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease,-webkit-transform .5s cubic-bezier(.77,.2,.05,1);transition:background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease,-webkit-transform .5s cubic-bezier(.77,.2,.05,1);transition:transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease;transition:transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease,-webkit-transform .5s cubic-bezier(.77,.2,.05,1)}#navbar .mobile-menu>span:first-child{-webkit-transform-origin:0 0;transform-origin:0 0}#navbar .mobile-menu>span:nth-last-child(2){-webkit-transform-origin:0 100%;transform-origin:0 100%}#navbar .mobile-menu .menu{position:fixed;top:0;left:0;background-color:#fff;z-index:1;width:100vw;height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.5em;-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}#navbar .mobile-menu .menu ul{list-style:none;margin:0;padding:0;width:90%}#navbar .mobile-menu .menu ul li{text-align:center}#navbar .mobile-menu .menu ul li a{margin:.6em 0;color:#000;display:block}#navbar .mobile-menu .menu ul li.group{border:1px solid rgba(0,0,0,.3);border-radius:2px;position:relative;padding:10px;margin:0 10vw}#navbar .mobile-menu .menu ul li.group span{background-color:#fff;position:absolute;left:50%;top:0;padding:0 5px;text-align:center;font-size:.7em;font-family:Antic Slab,serif;text-transform:capitalize;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#navbar .mobile-menu .menu ul li.login{border-top:1px solid rgba(0,0,0,.3);margin-top:35px;margin-bottom:25px;padding-top:25px}#navbar .mobile-menu input:checked~.menu{-webkit-transform:translateY(0);transform:translateY(0)}#navbar .mobile-menu input:checked~span{opacity:1;-webkit-transform:rotate(45deg) translate(1px,-5px);transform:rotate(45deg) translate(1px,-5px);background-color:#000}#navbar .mobile-menu input:checked~span:nth-last-child(2){-webkit-transform:rotate(-45deg) translate(4px,2px);transform:rotate(-45deg) translate(4px,2px)}#navbar .mobile-menu input:checked~span:nth-last-child(3){opacity:0;-webkit-transform:rotate(0deg) scale(.2);transform:rotate(0deg) scale(.2)}@media(min-width:1224px){#navbar .mobile-menu{display:none}}#navbar.dark-menu-icon .mobile-menu>span{background-color:#000}#navbar.light-menu-icon .mobile-menu>span{background-color:#fff}#navbar .links{display:none}@media(min-width:1224px){#navbar .links{width:43%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:10px 0}#navbar .links>*{padding:.6em 1.3em;white-space:nowrap}#navbar .links .dropdown{position:relative}#navbar .links .dropdown .list{display:none;position:absolute;left:10px;width:100%;padding-top:10px;text-align:left;font-size:.875em;background-color:hsla(0,0%,100%,.8);-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,.6);box-shadow:0 0 15px 0 rgba(0,0,0,.6);padding:10px}#navbar .links .dropdown .list a{padding:5px 0}#navbar .links .dropdown:hover .list,#navbar .links .dropdown:hover .list a{display:block}}#navbar.white-logo .logo img{-webkit-filter:invert(100%);filter:invert(100%)}#navbar.white-text a{color:#fff}#navbar.white-text a:hover{color:#ffc03f}#navbar.white-text .links .dropdown .list{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.carousel{width:100vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-left:-8px;margin-bottom:50px;padding-bottom:50px;position:relative;overflow:hidden}@media(min-width:1224px){.carousel{overflow:visible;margin-left:0;margin-bottom:100px;padding-bottom:0;width:calc(100vw - 120px)}}.carousel .arrow{display:none}@media(min-width:1224px){.carousel .arrow{display:block;position:absolute;top:50%;z-index:1;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}.carousel .arrow img{width:150px}.carousel .arrow.left{left:0}.carousel .arrow.left img{-webkit-transform:rotate(90deg) translateY(55%);transform:rotate(90deg) translateY(55%)}.carousel .arrow.right{right:0}.carousel .arrow.right img{-webkit-transform:rotate(-90deg) translateY(55%);transform:rotate(-90deg) translateY(55%)}}.carousel .dots{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%;bottom:0}.carousel .dots .dot{margin:0 20px;width:15px;height:15px;background-color:#ccc;border-radius:50%;cursor:pointer}.carousel .dots .dot.current{background-color:#000}@media(min-width:1224px){.carousel .dots{bottom:-50px}}.carousel .item{-ms-flex-negative:0;flex-shrink:0;width:calc(100vw - 8px);margin:0 4px;-webkit-transition:-webkit-transform .5s ease-in-out;transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.5);box-shadow:0 2px 4px 0 rgba(0,0,0,.5)}.carousel .item img{width:100%;display:block}.carousel .item .content{width:calc(100% - 2em);padding:1em}@media(min-width:1224px){.carousel .item{width:calc(100vw - 120px);margin-right:70px}}.input-field{width:100%;margin-bottom:20px;position:relative}.input-field.has-error input{border-color:red}.input-field .field{width:calc(100% - .6em);border:0;outline:none;padding:.3em;border-bottom:1px solid #999;font-family:Abel,sans-serif;font-size:1em}.input-field .tooltip{display:none;color:#fff;background-color:#020030;padding:10px;position:absolute;z-index:1;border-radius:3px}.input-field .field:focus~.tooltip{display:block}.input-field .errors{position:absolute;bottom:0;left:0;color:red;-webkit-transform:translateY(100%);transform:translateY(100%);font-size:.8em}.input-field .errors ul{list-style:none;padding:0;margin:0}.input-field .errors ul li{display:block}.v--modal-overlay .v--modal-background-click{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.new-contact-form-modal{overflow:visible!important;width:auto!important;height:auto!important;top:auto!important;left:auto!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#new-contact{position:relative;width:calc(100vw - 16px);height:calc(100vh - 16px);padding:8px}@media(min-width:1224px){#new-contact{padding:20px;width:auto;height:auto}}#new-contact .close{position:absolute;top:10px;right:10px;cursor:pointer;z-index:4}#new-contact .close img{width:25px;height:25px}#new-contact .loading,#new-contact .success{position:absolute;background-color:#fff;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:3;font-size:1.5em;text-align:center}#new-contact .loading.loading img,#new-contact .success.loading img{width:100px}#new-contact .title{font-family:Fjalla One,sans-serif;font-weight:400;font-size:32px;margin:0 0 20px;border-bottom:2px solid #eee}#new-contact .form{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(min-width:1224px){#new-contact .form{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}#new-contact .form .horizontal-line{height:3px;background-color:#eee;width:100%;margin:30px 0}#new-contact .form .buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:10px}#new-contact .form .buttons.yes-no{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:20px}#new-contact .form .buttons.yes-no .button{margin-right:10px}#new-contact .form .accounts strong{display:block}#new-contact .form .accounts a{display:block;margin-top:10px}#new-contact .form .input-field select{width:100%}#new-contact .form .input-field.has-error select{border-color:red!important}#new-contact .form .step{position:absolute;background-color:#fff;width:100%;height:90vh;z-index:1;overflow:auto}#new-contact .form .step select{border:1px solid #999;width:100%;display:block;background-color:#fff;margin-top:10px;font-size:.8em;padding:.6em;border-radius:3px;z-index:2;position:relative;-webkit-box-shadow:0 5px 7px -5px rgba(0,0,0,.5);box-shadow:0 5px 7px -5px rgba(0,0,0,.5)}#new-contact .form .step.active{z-index:2}#new-contact .form .step.slide-enter-active,#new-contact .form .step.slide-leave-active{-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}#new-contact .form .step.slide-enter,#new-contact .form .step.slide-leave,#new-contact .form .step.slide-leave-to{opacity:0}#new-contact .form .step.faq .answers{height:60vh;overflow:auto;position:relative;border:1px solid #999;border-top:0;border-radius:0 0 3px 3px;margin-top:-4px;padding:15px 5px 0;z-index:1}#new-contact .form .step.faq .answers.slide-enter-active,#new-contact .form .step.faq .answers.slide-leave-active{-webkit-transition:height .3s ease-out;transition:height .3s ease-out}#new-contact .form .step.faq .answers.slide-enter-active *,#new-contact .form .step.faq .answers.slide-leave-active *{opacity:0}#new-contact .form .step.faq .answers.slide-enter,#new-contact .form .step.faq .answers.slide-leave,#new-contact .form .step.faq .answers.slide-leave-to{height:0}#new-contact .form .step.helped textarea{display:block;width:calc(100% - 1.2em - 2px);height:100px;padding:.6em;margin:10px 0;border-radius:3px}#new-contact .form .step.helped .additional-info{margin:20px 0 0}@media(min-width:1224px){#new-contact .form .step{width:310px;position:relative;height:auto}#new-contact .form .step *{opacity:1;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}#new-contact .form .step .buttons:not(.yes-no){-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}#new-contact .form .step .buttons:not(.yes-no) a.button.default{display:none}#new-contact .form .step.faq .answers{height:300px}#new-contact .form .step.faq a,#new-contact .form .step.faq router-link{text-decoration:underline}#new-contact .form .step.faq,#new-contact .form .step.helped{padding:0 0 0 20px;margin:0 0 0 20px;border-left:1px solid #ccc}#new-contact .form .step.slide-enter-active,#new-contact .form .step.slide-leave-active{-webkit-transition:width .5s ease-in-out;transition:width .5s ease-in-out}#new-contact .form .step.slide-enter-active *,#new-contact .form .step.slide-leave-active *{display:none}#new-contact .form .step.slide-enter,#new-contact .form .step.slide-leave,#new-contact .form .step.slide-leave-to{width:0}}#footer{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding-right:8px}#footer .background{height:80vh;background-color:#01012e;position:absolute;left:-8px;bottom:0;width:100vw;z-index:-10}#footer .background img{width:100%;-webkit-transform:translateY(-32%);transform:translateY(-32%);display:block}@media(min-width:1224px){#footer{margin-right:0;margin-left:-60px;padding-left:60px}#footer .background{height:600px;width:calc(100% + 60px);left:-60px}}#footer .top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(min-width:1224px){#footer .top{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}#footer .top .main-links{width:100%}#footer .top .main-links .link{display:block;color:#000;background-color:#fff;padding:1.3em 2em;font-size:1em;border-radius:10px;-webkit-box-shadow:0 15px 60px -10px rgba(0,0,0,.3);box-shadow:0 15px 60px -10px rgba(0,0,0,.3);position:relative;cursor:pointer;margin-bottom:15px}#footer .top .main-links .link span{font-weight:900}#footer .top .main-links .link img{height:100%;position:absolute;right:0;top:0}@media(min-width:1224px){#footer .top .main-links{width:30%}#footer .top .main-links .link{font-size:1.3em;padding:1.3em 2em}}#footer .top .contact{width:100%;position:relative}#footer .top .contact img{display:none}#footer .top .contact .link{cursor:pointer;background-color:#ffc03f;color:#fff;border-radius:50%;width:40vw;height:40vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:75px auto 20px}#footer .top .contact .link span{font-size:1.2em;font-weight:400;font-family:Fjalla One,sans-serif}#footer .top .contact .newsletter{display:block;text-align:center;color:#fff;text-decoration:underline;margin-bottom:20px}@media(min-width:1224px){#footer .top .contact{width:60%}#footer .top .contact img{display:block;position:absolute;top:7.321vw;left:20.132vw;width:5.4178vw}#footer .top .contact .link{position:absolute;top:-2.1962vw;left:29.2826vw;width:14.642vw;height:14.642vw}#footer .top .contact .link span{font-size:2em}#footer .top .contact .newsletter{display:none}}#footer .bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#footer .bottom,#footer .bottom .links{display:-webkit-box;display:-ms-flexbox;display:flex}#footer .bottom .links{width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:20px 0}#footer .bottom .links>div{width:33%;margin-bottom:10px}#footer .bottom .links>div a{cursor:pointer;color:#fff}#footer .bottom .links>div a:hover{text-decoration:underline}#footer .bottom .copyright{padding-bottom:10px;text-align:center;-webkit-box-ordinal-group:100;-ms-flex-order:99;order:99;border-top:1px solid #fff;padding-top:10px;width:100%}#footer .bottom .copyright span{color:#fff}#footer .bottom .copyright .sesac-music-group a{display:block;margin-top:20px}#footer .bottom .copyright .sesac-music-group a img{margin:0 auto;width:220px;display:block}#footer .bottom .follow{width:100%}#footer .bottom .social-media{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#footer .bottom .social-media .label{display:none}#footer .bottom .social-media .link{font-size:1.5em;margin-bottom:10px;cursor:pointer}#footer .bottom .social-media .link a{color:#fff}#footer .bottom .social-media .link a:hover{color:#ffc03f}#footer .bottom .newsletter{display:none}@media(min-width:1224px){#footer .bottom{margin-top:14.6413vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#footer .bottom .links{width:30%;margin:0}#footer .bottom .copyright{-ms-flex-item-align:end;align-self:flex-end;border:0;width:auto;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#footer .bottom .follow{width:auto;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}#footer .bottom .follow .label{width:100%;margin-bottom:10px}#footer .bottom .follow .social-media .label{display:block}#footer .bottom .follow .social-media .link{width:50%;font-size:1.5em;margin-bottom:10px;cursor:pointer}#footer .bottom .follow .social-media .link a{color:#fff}#footer .bottom .follow .social-media .link a:hover{color:#ffc03f}#footer .bottom .follow .newsletter{display:block}#footer .bottom .follow .newsletter a{color:#fff;text-decoration:underline}}#home h1{line-height:1.44;margin-left:20px;color:#fff}@media(min-width:1224px){#home h1{color:#020030;font-size:2.8125em;margin-left:0;margin-bottom:70px;text-shadow:.5px -.5px #fff,1px -1px #000}}@media(min-width:1600px){#home h1{font-size:4em}}#home h2{font-size:1.75em;margin-top:0}#home p{font-size:1em;line-height:1.9;color:#000}@media(min-width:1224px){#home p{line-height:2;margin:10px 0}}#home section{margin-bottom:200px}#home section .button{font-size:1.375em;padding:.8em 0;width:200px;display:block}#home>.background{position:absolute;top:0;right:0;z-index:-1;width:100%;overflow:hidden}#home>.background img{width:350vw;-webkit-transform:translate(-30%,-35%) rotate(-100deg);transform:translate(-30%,-35%) rotate(-100deg)}@media(min-width:1224px){#home>.background img{-webkit-transform:translate(10%,-37%) rotate(15deg);transform:translate(10%,-37%) rotate(15deg);display:inline-block;width:125vw}}#home #simplify-royalties{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10.3vw 0 0 0;margin-bottom:55vw}@media(min-width:400px){#home #simplify-royalties{margin-bottom:60vw}}@media(min-width:430px){#home #simplify-royalties{margin-bottom:65vw}}@media(min-width:460px){#home #simplify-royalties{margin-bottom:70vw}}@media(min-width:490px){#home #simplify-royalties{margin-bottom:75vw}}#home #simplify-royalties>div:first-child img{width:95%;display:block;margin:0 auto 50px}#home #simplify-royalties>div:last-child{display:none}#home #simplify-royalties .actions a{display:block;width:200px;margin:0 auto 20px;font-size:1.2em}@media(min-width:1224px){#home #simplify-royalties{margin-bottom:0}#home #simplify-royalties>div:first-child img{display:none}#home #simplify-royalties>div:first-child .actions a{width:250px;font-size:1.375em;margin:0 0 20px}#home #simplify-royalties>div:last-child{display:block}#home #simplify-royalties>div:last-child img{display:block;margin:-40px 10px 0 0;width:45vw}}#home .music-users-publishers{margin-top:50px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#home .music-users-publishers>div{width:calc(100% - 40px);padding:0 20px}#home .music-users-publishers>div p{font-size:1em;text-align:justify}#home .music-users-publishers>div .button{margin:20px auto 0}#home .music-users-publishers>div img{display:block;width:100%;margin:40px auto 0}@media(min-width:1224px){#home .music-users-publishers{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}#home .music-users-publishers>div{width:calc(50% - 40px);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#home .music-users-publishers>div .text{text-shadow:none;background-color:hsla(0,0%,100%,.75);border-radius:5px;padding-right:10px}#home .music-users-publishers>div img{width:50%}}#home #company-highlights h2,#home #on-the-blog h2{font-size:1.375em}#home #company-highlights{position:relative}#home #company-highlights h2{color:#fff;margin-bottom:1.5em}#home #company-highlights .background{position:absolute;z-index:-1;width:100vw;top:-50px;left:-8px;overflow:hidden}#home #company-highlights .background.top{-webkit-transform:scale(-1) translateY(100%);transform:scale(-1) translateY(100%)}#home #company-highlights .background img{width:200vw;-webkit-transform:scale(-1) translateX(25%);transform:scale(-1) translateX(25%);display:block}@media(min-width:1224px){#home #company-highlights .background{left:-60px;top:0;overflow:visible}#home #company-highlights .background.top{-webkit-transform:scale(-1);transform:scale(-1)}#home #company-highlights .background img{width:100%;-webkit-transform:scale(-1) translateY(-50%);transform:scale(-1) translateY(-50%)}}#home #company-highlights .cards{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#home #company-highlights .cards .card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-ms-flex-wrap:wrap;flex-wrap:wrap;background-color:#fff;border-radius:29px;margin-bottom:25px;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.5);box-shadow:0 0 10px 0 rgba(0,0,0,.5);width:100%}#home #company-highlights .cards .card .image{overflow:hidden;height:100px;border-radius:20px 20px 0 0;width:100%}#home #company-highlights .cards .card .image img{width:100%}#home #company-highlights .cards .card .image.img-0 img{-webkit-transform:translateY(-25%);transform:translateY(-25%)}#home #company-highlights .cards .card .image.img-1 img{-webkit-transform:translateY(-5%);transform:translateY(-5%)}#home #company-highlights .cards .card .image.img-2 img{-webkit-transform:translateY(-15%);transform:translateY(-15%)}#home #company-highlights .cards .card .image.img-3 img{-webkit-transform:translateY(-25%);transform:translateY(-25%)}@media(min-width:1224px){#home #company-highlights .cards .card{margin-bottom:50px}#home #company-highlights .cards .card:first-child,#home #company-highlights .cards .card:nth-child(2){width:37.336vw}#home #company-highlights .cards .card:first-child,#home #company-highlights .cards .card:nth-child(3){margin-right:5.45%}#home #company-highlights .cards .card:nth-child(2){margin-top:-30px}#home #company-highlights .cards .card:nth-child(3){width:29.283vw;margin-left:8.5%}#home #company-highlights .cards .card:nth-child(3) .content .text{margin-left:10px}#home #company-highlights .cards .card:nth-child(3) .content .button{margin-right:10px}#home #company-highlights .cards .card:nth-child(4){width:46.487vw;margin-top:-80px}#home #company-highlights .cards .card .image.img-0{height:190px}#home #company-highlights .cards .card .image.img-1{height:120px}#home #company-highlights .cards .card .image.img-1 img{-webkit-transform:translateY(-10%);transform:translateY(-10%)}#home #company-highlights .cards .card .image.img-2{height:100px}#home #company-highlights .cards .card .image.img-2 img{-webkit-transform:translateY(-25%);transform:translateY(-25%)}#home #company-highlights .cards .card .image.img-3{height:125px}#home #company-highlights .cards .card .image.img-3 img{-webkit-transform:translateY(-35%);transform:translateY(-35%)}}#home #company-highlights .cards .card .content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}#home #company-highlights .cards .card .content .text{margin:0 5px 0;width:100%}#home #company-highlights .cards .card .content .text h3{font-family:Fjalla One,sans-serif;font-weight:400;text-transform:uppercase;margin-top:5px;margin-bottom:0;font-size:1.188em}#home #company-highlights .cards .card .content .text p{font-size:1em;line-height:1.2em;padding-right:10px;margin-top:5px}#home #company-highlights .cards .card .content .text p>br{display:none}#home #company-highlights .cards .card .content .button{font-size:1.188em;margin:0 auto 1em}@media(min-width:1224px){#home #company-highlights .cards .card .content{-ms-flex-wrap:nowrap;flex-wrap:nowrap}#home #company-highlights .cards .card .content .text{margin:0 0 0 30px;width:auto}#home #company-highlights .cards .card .content .text h3{margin-bottom:0;margin-top:20px}#home #company-highlights .cards .card .content .text p{margin-top:5px}#home #company-highlights .cards .card .content .text p>br{display:block}#home #company-highlights .cards .card .content .button{margin:0 30px 1em 0;width:150px}}#home #on-the-blog{margin-left:-60px;padding-left:60px}@media(min-width:1224px){#home #on-the-blog{overflow:hidden}}#home #on-the-blog .carousel .item .category{text-transform:uppercase;color:#349cff}#home #on-the-blog .carousel .item h3{text-transform:uppercase;font-weight:900;color:#000;font-size:1.375em}#home #on-the-blog .carousel .item p{font-size:1.188em;color:#000;margin-bottom:10px}@media(max-width:1223px){#home #navbar .logo img{-webkit-filter:invert(100%);filter:invert(100%)}}