html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body,textarea{font-family:Lato,sans-serif}#root,body,html{height:100%}h1,h2,h3{font-family:Oxygen,sans-serif}.first-color{background:#ececec}.second-color{background:#9fd3c7}.second-second-color{background:#ffd9aa}.third-color{background:#486587}.fourth-color{background:#142d4c}.nav{background:#fffffff7;justify-content:space-between;padding:10px;position:-webkit-sticky;position:sticky;top:0;transition:box-shadow .4s;z-index:10}.nav,.nav-logo{display:flex;height:40px}.nav-logo{align-items:center}.nav-logo-image{height:100%;padding-right:10px}.nav-logo-text-container{display:flex;flex-direction:column;white-space:nowrap}.nav-logo-text{font-size:large}.text-small{font-size:small}.nav-links{align-items:flex-end;display:none;justify-content:flex-end;width:100%}.nav-links>*{border-radius:5px;color:#000;display:block;font-weight:700;padding:8px 10px;text-decoration:none;transition:all .2s ease-in-out}.link-active-true{color:#142d4c;text-decoration:underline}.nav-links>:hover{background:#486587;color:#fff}.nav-links>:not(:last-child){margin-right:5px}.nav-bars{cursor:pointer;height:40px}.nav-bars-image{border-radius:5px;height:20px;margin:5px;padding:5px;transition:all .2s ease-in-out}.nav-bars:hover .nav-bars-image{background:#d3d3d3}.side-nav-back{background:#0006;height:100%;opacity:0;position:fixed;top:0;transition:all .4s;width:100%;z-index:11}.side-nav-back-open-true{opacity:100%}.side-nav{background:#fff;box-shadow:2px 0 8px #00000040;height:100%;left:-228px;overflow-x:hidden;padding:10px;position:fixed;top:0;transition:all .4s;width:200px;z-index:12}.side-nav-open-true{left:0}.side-nav-links{display:flex;flex-direction:column}.side-nav-links>*{background:#fff;border-radius:5px;color:#000;font-weight:700;margin-top:15px;padding:8px 10px;text-decoration:none;transition:all .2s ease-in-out}.side-nav-links>:hover{background:#d3d3d3}.side-nav-links>a{display:flex}.side-nav-links>a img{height:18px;margin-right:10px;width:20px}hr{border:none;border-bottom:1px solid #d3d3d3;height:1px}@media only screen and (min-width:700px){.nav-bars{display:none}.nav-links{display:flex}}section{align-content:center;display:flex;flex-direction:column}.blue-section{background:#486587}.gray-section{background:#ececec}.green-section{background:#9fd3c7}.dark-blue-section{background:#142d4c}.orange-section{background:#904f00}@media only screen and (min-width:700px){.svg-wave-top{margin-bottom:-320px}.svg-wave-bottom{margin-top:-320px}.section-padding-bottom{padding-bottom:160px!important}.section-padding-top{padding-top:160px!important}.section-svg-wave-white{color:#fff}.above-svg-wave{z-index:1}}@media only screen and (min-width:1300px){.section-padding-bottom{padding-bottom:70px!important}.section-padding-top{padding-top:70px!important}}.dark-blue-fill path{fill:#142d4c}.gray-fill path{fill:#ececec}.white-fill path{fill:#fff}.color-white{color:#fff}.section-wrapper{align-self:center;max-width:1440px;padding:0 30px;width:calc(100% - 60px)}.section-wrapper-full-width{max-width:none}.flex-col{display:flex;flex-direction:column}@media only screen and (min-width:700px){.flex-row{display:flex;flex-direction:row}.section-wrapper{width:calc(100% - 60px)}.no-padding-right{padding-right:0;width:calc(100% - 30px)}}.hero-section{display:flex;flex-direction:column}.hero-text-wrapper{align-items:center;color:#fff;display:flex;justify-content:center;padding:30px 0;width:100%}.hero-text{width:100%}.hero-title{font-size:40px;margin-bottom:15px}.hero-title-home{color:#242424;font-size:60px!important;margin:0}.hero-description{font-size:16px;margin:15px 0}.hero-buttons{display:flex;margin-top:10px}.hero-image{background-image:url(/static/media/hero-image.9cdccb7f09ad547650e3.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border:2px solid #142d4c;border-radius:5px;height:300px;margin-bottom:30px}.hero-section-home{background-image:url(/static/media/home-header-image.aa5fe8f845cda3eb1202.jpg);background-position:100%;background-repeat:no-repeat;background-size:contain;background-size:cover;width:100%}.hero-section-home-inner-wrapper{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fffc;display:flex;justify-content:center;overflow:hidden;width:100%}@media only screen and (min-width:700px){.hero-section{display:flex;flex-direction:row;height:500px}.hero-text-wrapper{height:calc(100% - 100px);padding:50px;width:40%}.hero-text{display:flex;flex-direction:column;height:100%;justify-content:center;max-width:400px;text-align:left}.hero-title{font-size:50px;margin-bottom:30px}.hero-title-home{margin-bottom:10px;margin-top:0}.hero-description{font-size:18px;margin:10px 0 20px}.hero-buttons:not(:last-child){margin-right:10px}.hero-image{border:none;border-radius:0;height:100%;height:500px;margin-bottom:0;width:60%}}.button,button{background:#fff;border:2px solid #142d4c;border-radius:5px;color:#142d4c;cursor:pointer;font-size:16px;outline:none;padding:10px 15px;text-align:center;text-decoration:none;transition:all .2s ease-in-out;width:150px}.button:hover,button:hover{box-shadow:0 1px 4px #000000bf;transform:scale(1.05)}.button-hover-less:hover{transform:scale(1.01)}button:disabled{background:#d3d3d3;border:2px solid gray;color:gray;cursor:not-allowed}button:disabled:hover{box-shadow:none;transform:scale(1)}.button-margin-right{margin-right:15px}.button-filled{background:#142d4c;color:#fff}.button-orange-filled{background:#904f00;border:2px solid #904f00;color:#fff}.button-circle{border-radius:50%;height:30px;line-height:0;margin:15px;padding:7px;width:30px}.button-no-width{width:auto}h2{border-bottom:2px solid #d3d3d3;margin-bottom:0;padding-bottom:10px}h2.no-line{border:none}.h2-no-margin-top{margin-top:0}.h2-margin-bottom{margin-bottom:20px}.width-30{width:30%}.width-40{width:40%}.width-50{width:50%}.width-60{width:60%}.width-70{width:70%}.width-100{width:100%}.stacked{justify-content:flex-start;padding:10px 0}.image-card,.stacked{display:flex;flex-direction:column;width:100%}.image-wrapper{align-items:center;background:#ffe8cd;border:1px solid #000;box-shadow:-10px 10px 0 #904f00;display:flex;justify-content:center;margin-bottom:20px;width:100%}.image-wrapper-green{background:#000;box-shadow:-10px 10px 0 #1ecf5e}.image-wrapper-red{background:#fff;box-shadow:-10px 10px 0 #f70000}.image-wrapper img{height:80px;padding:30px;width:calc(100% - 60px)}.icon-shadow{filter:drop-shadow(-1.5px 2.5px 0 rgba(0,0,0,1))}@media only screen and (min-width:700px){.image-card,.image-card>*{width:220px}.image-wrapper{height:200px;width:200px}.stacked{width:inherit}.width-100,.width-30,.width-40,.width-50,.width-60,.width-70{padding:50px}.stacked-row{flex-direction:row;flex-wrap:wrap;justify-content:space-between}}.footer{color:#fff;justify-content:space-around;margin-top:30px}.footer,.footer-section{display:flex;flex-direction:column}.footer-section{align-items:center;justify-content:space-between;margin:5px}.footer-flex-grow-1,.footer-flex-grow-2{flex-grow:2}.footer-section>*{margin-bottom:10px}.footer-links{display:flex;flex-direction:column;text-align:center}.footer-links>*{color:#fff;margin-bottom:10px;text-decoration:none}@media only screen and (min-width:700px){.footer{justify-content:space-between;margin-top:60px;text-align:center}.footer,.footer-section{flex-direction:row}.footer-section>*{align-self:flex-start}.footer-links{align-items:flex-start}}.compositions-loading{background-color:hsla(0,0%,89%,.151);border-radius:10px;color:gray;display:flex;font-size:40px;justify-content:center;min-width:100%;padding-top:30px}.composition-text{color:#fff}.composition-header-text{margin-top:0}.playlist{background:#486587;border-radius:5px;margin-right:auto;padding:15px}.playlist-header{display:flex}.playlist-icons{display:flex;flex-grow:1;justify-content:flex-end}.link-icon{height:25px;padding-left:10px;width:25px}.break-no-show{display:none}.composition-listen-on{display:flex}.composition-listen-on>:not(:last-child){margin-right:20px}.listen-on-wrapper{align-items:center;display:flex;justify-content:center}.listen-on-icon{margin-right:5px;width:20px}@media only screen and (min-width:700px){.playlist{margin:auto}.break-no-show{display:block}}@media only screen and (min-width:1000px){.iframe-playlist{height:315px;width:560px}}.questions-wrapper{align-items:center;color:#fff}.questions,.questions-wrapper{display:flex;flex-direction:column;justify-content:center}.questions{background:#ffffff40;border-radius:50%;height:300px;text-align:center;width:300px}.featured-compositions{display:flex;margin-top:20px;min-height:485px;overflow:hidden;width:100%}.composition-card{padding:10px;width:calc(100vw - 80px)}.composition-card,.composition-detail-wrapper{display:flex;flex-direction:column}.composition-preview{background:#fff;box-shadow:0 3px 9px 0 #00000040;cursor:pointer;margin-right:20px;width:100%}.composition-info{display:flex;flex-direction:column;flex-wrap:wrap;margin-top:15px;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%}.composition-row-wrapper{margin-left:10px;margin-right:10px;max-width:50%}.wrapper-unset{max-width:none}.composition-card-text,.composition-label{color:#151515}.composition-label{font-size:small;font-weight:700;margin-top:3px}.composition-card-text{font-size:small;margin-bottom:7px;margin-top:7px;overflow:hidden;text-overflow:ellipsis}.composition-audio{margin-top:10px;width:100%}.section-no-padding-bottom{padding-bottom:0}.composition-row-mobile{align-items:center;display:flex;flex-direction:row;max-width:100%}.composition-row-mobile>*{flex:1 1}@media only screen and (min-width:500px){.purchase-button{align-self:auto}.composition-row-wrapper{margin:0;max-width:none}.composition-info{margin-top:0;padding-left:8px}.composition-label{font-size:medium}.composition-card{width:350px}.composition-preview{min-width:180px}.composition-detail-wrapper{flex-direction:row;padding-bottom:20px}.composition-row-mobile{align-items:normal;flex-direction:column}}.composition-cart{align-items:center;display:flex}.composition-cart-icon{margin-right:5px;width:12px}.composition-force-row{display:flex;flex-direction:row}.composition-carousel-footer{align-items:center;border-top:1px solid #d3d3d3;display:flex;justify-content:center;margin-top:15px;min-height:71px;padding-top:10px;width:100%}.composition-dot-wrapper{cursor:pointer}.composition-dot{background-color:#ececec;border-radius:50%;height:10px;margin:20px 5px 5px;width:10px}.composition-dot-active-true{background-color:#142d4c}.composition-dot-num{color:#d3d3d3;font-size:x-small;margin-left:5px;margin-right:5px;text-align:center;width:10px}.composition-dot-num-active-true{color:#142d4c;font-weight:700}.link{color:#486587}.link:hover{color:#142d4c}.listen-on-link{color:#142d4c;cursor:pointer;text-decoration:underline}.composition-full-page{align-items:center;background:#0006;cursor:pointer;display:flex;height:100%;justify-content:center;position:fixed;width:100%;z-index:12}.composition-full-page,.composition-open{opacity:0;transition:all .4s}.composition-open-true{opacity:100%}.composition-full-page-image{height:-webkit-max-content;height:max-content;max-height:calc(100% - 100px);max-width:calc(100% - 60px);width:-webkit-max-content;width:max-content}.prevent-select{-webkit-user-select:none;user-select:none}.page-wrapper{display:flex;flex-direction:column;height:100%;justify-content:space-between}.not-found-stack{align-items:center;display:flex}.not-found-title{color:#a1a1a1;font-size:120px;margin-bottom:20px;margin-top:20px}.not-found-title-small{font-size:60px}.not-found-description{color:gray;display:flex;flex-direction:column;font-size:16px;margin-bottom:30px}.not-found-description>*{margin-bottom:5px}.checkout-modal{background-color:#fff;border-radius:10px;display:flex;flex-direction:column;margin:30px;max-width:400px;padding:20px}.modal-header{display:flex;justify-content:space-between}.modal-description,.modal-detail,.modal-header{margin-bottom:10px}.modal-detail{color:gray;font-size:small;margin-bottom:20px;margin-top:5px}.no-pointer{cursor:inherit}.close-modal{background-color:#ececec;border-radius:100px;cursor:pointer;height:12px;padding:4px;transition:background-color .2s;width:12px}.close-modal:hover{background-color:#d3d3d3}.purchase-button{background:#142d4c;border:none;border-radius:100px;color:#fff;font-size:12px;height:-webkit-min-content;height:min-content;margin-bottom:6px;padding:4px 8px;width:-webkit-min-content;width:min-content}.purchase-composition-preview{min-width:140px}.purchase-composition-detail-wrapper{flex-direction:row;margin-bottom:15px}.purchase-composition-row-wrapper{max-width:none;white-space:inherit}.card-link{color:#000}.no-link-styles{color:#000;text-decoration:none}form{background-color:#fff9;border-radius:5px;padding:20px}.form-field{color:#142d4c;display:flex;flex-direction:column;margin-bottom:10px}.form-field label{font-size:20px;font-weight:700;margin-bottom:10px;text-align:left}.form-field input,.form-field textarea{background:none;background:#dbe0e7;border:none;border-bottom:2px solid #142d4c;border-radius:5px 5px 0 0;font-size:16px;margin-bottom:10px;outline:none;padding:10px 10px 8px}.form-field input:disabled,.form-field textarea:disabled{background:#d3d3d3;border-bottom:2px solid gray;color:gray;cursor:not-allowed}.form-field textarea{padding:10px;resize:none}.form-row{display:flex;flex-direction:column}.form-field-no-margin,.form-field-no-margin input{margin:0}@media only screen and (min-width:750px){.form-row{flex-direction:row}.flex-one{flex-grow:1}.form-row>:not(:last-child){margin-right:10px}}.form-button-wrap{align-items:center;display:flex;text-align:left}.form-success-message{color:#142d4c;font-weight:700;margin-left:10px;text-align:left;width:100%x}.price-table{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between}.columns{border:2px solid #904f00;border-radius:5px;float:left;margin-bottom:30px;min-width:275px;padding:5px;width:calc(100% - 14px)}.price{border-radius:5px;list-style-type:none;margin:0;padding:0;transition:.3s}.price .header{background-color:#904f00;border-bottom:1px solid #000;color:#fff;font-size:20px;font-weight:700}.price li{background-color:#fffffff2;border-bottom:1px solid #d3d3d3;padding:14px;text-align:center}.price .grey{background-color:#ffd9aa;border-bottom:1px solid #904f00;color:#000}.pricing-hero{border:2px solid #904f00;border-radius:5px;display:flex;height:350px;margin-top:20px;max-height:calc(100vw - 64px);overflow:hidden;width:calc(100% - 4px)}.pricing-hero img{align-self:center;width:100%}@media only screen and (min-width:700px){.pricing-hero{align-items:center;border:none;display:flex;height:auto;justify-content:center;margin-top:30px;overflow:visible}.pricing-hero img{box-shadow:-15px 15px 0 #904f00;height:400px;max-height:calc(50vw - 115px);max-width:calc(50vw - 115px);width:400px}}@media only screen and (min-width:700px) and (max-width:900px){.pricing-variable-padding{padding:calc(25vw - 175px)}}.testimonials{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-around;width:100%;z-index:0}figure.testimonial{box-shadow:none!important;color:#333;margin:25px 10px 10px;min-width:220px;overflow:hidden;position:relative;text-align:left;width:100%}figure.testimonial *{box-sizing:border-box;transition:all .35s cubic-bezier(.25,.5,.5,.9)}.testimonial-image{border:2px solid #486587;border-radius:50%;height:90px;margin:40px 0 0 10px;max-width:100%;vertical-align:middle;width:90px}.testimonial-image img{border:3px solid #fff;border-radius:50%;height:84px;margin:1px;vertical-align:middle;width:84px}figure.testimonial blockquote{background-color:#fafafa;border-radius:8px;display:block;font-size:.8em;font-style:italic;font-weight:500;line-height:1.6em;margin:0;padding:25px 50px 30px;position:relative}figure.testimonial blockquote:after,figure.testimonial blockquote:before{content:"\201C";font-size:50px;font-style:normal;opacity:.3;position:absolute}figure.testimonial blockquote:before{left:20px;top:25px}figure.testimonial blockquote:after{bottom:0;content:"\201D";right:20px}figure.testimonial .arrow{border-left:0 solid #0000;border-right:25px solid #0000;border-top:25px solid #fafafa;height:0;margin:0;position:absolute;top:100%;width:0}figure.testimonial .author{bottom:45px;color:#fff;margin:0;padding:0 10px 0 120px;position:absolute;text-transform:uppercase;transform:translateY(50%)}figure.testimonial .author h5{font-weight:800;margin:0;opacity:.8}figure.testimonial .author span{color:#d3d3d3;display:block;font-style:italic;font-weight:400;text-transform:none}@media only screen and (min-width:820px){.testimonial{max-width:310px}}
/*# sourceMappingURL=main.bd582f28.css.map*/