*,:after,:before{box-sizing:border-box;outline:none}body{padding:0;margin:0}:root{--primary:#13c79f;--primary-light:#b5f0e3;--accent:#f2c14e;--accent-light:#f8e4b5;--dark-grey:#3b3b3b;--light-grey:#b3b3b3;--background:#fff;--cast-purple:#8013c9;--cast-yellow:#c9c913;--cast-gold:#c99e13;font-family:Nunito Sans,sans-serif;font-size:18px}h1,h2,h3,h4,h5,h6,p{--font-color:var(--dark-grey);margin:0;padding:0;color:var(--font-color)}h1.light,h2.light,h3.light,h4.light,h5.light,h6.light,p.light{--font-color:var(--light-grey)}h1.background,h2.background,h3.background,h4.background,h5.background,h6.background,p.background{--font-color:var(--background)}h1{font-size:3.5em;font-weight:400}@media screen and (max-width:470px){h1{font-size:2em}}h2{font-size:3em}@media screen and (max-width:470px){h2{font-size:1.9em}}h2{font-size:2.4em;font-weight:400}@media screen and (max-width:470px){h2{font-size:1.75em}}h3{font-size:2em;font-weight:400}@media screen and (max-width:470px){h3{font-size:1.5em}}h4{font-size:1.8em;font-weight:400}@media screen and (max-width:470px){h4{font-size:1.35em}}h5{font-size:1.5em;font-weight:400}@media screen and (max-width:470px){h5{font-size:1.1em}}h6,p{font-size:1em}p{font-weight:300}h6{font-weight:600}.text-center{text-align:center!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.card-wrapper{width:calc(100% + 40px);height:auto;align-items:stretch;flex-flow:row nowrap;gap:40px}.card-wrapper,.card-wrapper .card{display:flex;justify-content:space-between}.card-wrapper .card{flex-flow:column nowrap;align-items:center;width:calc(40% - 40px);min-width:calc(40% - 40px);border:5px solid var(--accent);text-align:center;padding:30px 18px;border-radius:20px;text-decoration:none}.card-wrapper .card h6{color:var(--accent)}.card-wrapper .card p{padding:1em 0;margin-bottom:auto}.card-wrapper .card.small{width:calc(30% - 40px);min-width:calc(30% - 40px)}.card-wrapper .card.half{width:calc(50% - 40px);min-width:calc(50% - 40px)}.card-wrapper .card[href]{cursor:pointer}@media screen and (max-width:1200px){.card-wrapper{display:block;width:100%}.card-wrapper .card,.card-wrapper .card.half,.card-wrapper .card.small{display:block;width:100%;margin-left:auto;margin-right:auto;min-width:unset;margin-bottom:40px}.card-wrapper .card.half:last-child,.card-wrapper .card.small:last-child,.card-wrapper .card:last-child{margin-bottom:0}}.card-wrapper.hug{justify-content:center}.legend{display:flex;justify-content:space-between;align-items:center;list-style:none;padding:15px 25px;border-radius:5px;border:1px solid var(--light-grey);background-color:var(--background);margin:0 0 60px}.legend li{--spot-color:var(--cast-gold);padding:0 0 0 30px;position:relative}.legend li:before{content:"";position:absolute;left:0;top:50%;border-radius:50%;width:18px;height:18px;margin-top:-9px;background-color:var(--spot-color)}.legend li.one{--spot-color:var(--cast-purple)}.legend li.two{--spot-color:var(--cast-yellow)}@media screen and (max-width:450px){.legend{flex-flow:column nowrap;justify-content:flex-start;align-items:flex-start}.legend li{padding-top:5px;padding-bottom:5px}}.cast-list{max-width:900px;margin:auto}.cast-list .cast-item{display:flex;align-items:flex-start;justify-content:space-between;width:100%;height:auto;margin-bottom:30px}.cast-list .cast-item .cast-item-label{font-size:1.2em;color:var(--dark-grey);text-decoration:underline;-webkit-text-decoration-color:var(--primary);text-decoration-color:var(--primary)}.cast-list .cast-item .cast-item-content{list-style:none;display:block;margin:0;padding:0;text-align:right}.cast-list .cast-item .cast-item-content li{--item-color:var(--cast-gold);padding:0 35px 0 15px;margin-bottom:20px;position:relative;color:var(--dark-grey)}.cast-list .cast-item .cast-item-content li:after{content:"";position:absolute;right:0;top:50%;border-radius:50%;width:18px;height:18px;margin-top:-9px;background-color:var(--item-color)}.cast-list .cast-item .cast-item-content li.one{--item-color:var(--cast-purple)}.cast-list .cast-item .cast-item-content li.two{--item-color:var(--cast-yellow)}@media screen and (max-width:450px){.cast-list .cast-item{flex-flow:column nowrap}.cast-list .cast-item .cast-item-label{padding-bottom:15px}.cast-list .cast-item .cast-item-content{width:100%;text-align:left}}ul.pricing-table{display:block;padding:0;margin:0 auto;width:90%;max-width:90%;text-align:left;list-style:none;border:1px solid var(--light-grey);border-radius:15px}ul.pricing-table li{border-bottom:1px solid var(--light-grey);padding:15px}ul.pricing-table li p{padding:0!important}ul.pricing-table li:last-child{border-bottom:none}figure.play-logo{display:block;width:90%;max-width:250px;margin:0 auto;padding:30px 0}figure.play-logo img{display:block;width:100%;height:auto}.db-navbar{--navbar-font-color:var(--dark-grey);--navbar-background-color:var(--background);--navbar-logo-color:var(--primary);width:100%;height:auto;padding:0 95px;background-color:var(--navbar-background-color);position:relative;z-index:100;border-bottom:2px solid transparent;transition:border .18s cubic-bezier(.455,.03,.515,.955)}.db-navbar .db-navbar-inner{height:70px;width:100%;display:flex;align-items:center;justify-content:space-between;position:relative}.db-navbar .db-navbar-inner .db-logo{height:70%;max-height:45px;width:auto;display:block;text-decoration:none}.db-navbar .db-navbar-inner .db-logo svg{display:block;height:100%;width:auto}.db-navbar .db-navbar-inner .db-logo svg path{fill:var(--navbar-logo-color)}.db-navbar .db-navbar-inner .db-nav-links{height:100%;display:flex;align-items:center;justify-content:center}.db-navbar .db-navbar-inner .db-nav-links .db-nav-links-list{display:flex;align-items:center;justify-content:space-between;list-style:none;margin:0;padding:0}.db-navbar .db-navbar-inner .db-nav-links .db-nav-links-list .db-nav-links-list-item a{line-height:45px;display:block;margin-left:25px;text-decoration:none;color:var(--navbar-font-color);position:relative;z-index:10}.db-navbar .db-navbar-inner .db-nav-links .db-nav-links-list .db-nav-links-list-item a:after{content:"";width:calc(100% + 30px);height:30px;background-color:var(--primary);color:var(--background);position:absolute;border-radius:45px;left:50%;top:50%;transform:translate(-50%,-50%);z-index:-1;opacity:0}.db-navbar .db-navbar-inner .db-nav-links .db-nav-links-list .db-nav-links-list-item.active a{color:var(--background)}.db-navbar .db-navbar-inner .db-nav-links .db-nav-links-list .db-nav-links-list-item.active a:after{opacity:1}.db-navbar .db-navbar-inner .db-navbar-menu{display:none}@media screen and (max-width:760px){.db-navbar{padding:0 8vw}.db-navbar .db-navbar-inner .db-nav-links{display:block;position:absolute;left:0;height:auto;top:70px;width:100%;background:var(--navbar-background-color);padding:20px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;border:2px solid var(--accent);border-top:none;text-align:center;transform-origin:top center;transform:scaleY(0);transition:transform .18s cubic-bezier(.455,.03,.515,.955)}.db-navbar .db-navbar-inner .db-nav-links .db-nav-links-list{display:block;opacity:0}.db-navbar .db-navbar-inner .db-nav-links .db-nav-links-list .db-nav-links-list-item a{padding:0;margin:0}.db-navbar .db-navbar-inner .db-nav-links .db-nav-links-list .db-nav-links-list-item a:after{display:none}.db-navbar .db-navbar-inner .db-nav-links .db-nav-links-list .db-nav-links-list-item.active{background-color:var(--primary)}.db-navbar .db-navbar-inner .db-navbar-menu{display:block;height:50px;width:50px;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;border:none;background-color:var(--navbar-background-color);padding:0;border-radius:5px;border:1px solid var(--light-grey)}.db-navbar .db-navbar-inner .db-navbar-menu span{display:block;width:30px;height:2px;border-radius:5px;background-color:var(--navbar-font-color);position:absolute;left:10px;transition:all .18s cubic-bezier(.455,.03,.515,.955);margin-top:0}.db-navbar .db-navbar-inner .db-navbar-menu span:first-child{top:14px}.db-navbar .db-navbar-inner .db-navbar-menu span:nth-child(2){top:50%;transform:translateY(-50%)}.db-navbar .db-navbar-inner .db-navbar-menu span:nth-child(3){bottom:14px}.db-navbar .db-navbar-inner .db-navbar-menu.open span:nth-child(2){opacity:0}.db-navbar .db-navbar-inner .db-navbar-menu.open span:first-child,.db-navbar .db-navbar-inner .db-navbar-menu.open span:nth-child(3){top:50%;margin-top:-1px}.db-navbar .db-navbar-inner .db-navbar-menu.open span:first-child{transform:rotate(-45deg)}.db-navbar .db-navbar-inner .db-navbar-menu.open span:nth-child(3){transform:rotate(45deg)}.db-navbar.is-open{border-color:var(--accent)}.db-navbar.is-open .db-navbar-inner .db-nav-links{transform:scaleY(1)}.db-navbar.is-open .db-navbar-inner .db-nav-links .db-nav-links-list{animation:ItemsAppears .22s cubic-bezier(.455,.03,.515,.955) .3s forwards}}@keyframes ItemsAppears{0%{opacity:0}to{opacity:1}}.db-footer{width:100%}.db-footer .db-footer-border svg{display:block;min-height:80px;margin-bottom:-1px}.db-footer .db-footer-border svg path{fill:var(--dark-grey)}.db-footer .db-footer-columns{padding:50px 95px;background-color:var(--dark-grey);display:flex;justify-content:space-between;align-items:flex-start}.db-footer .db-footer-columns .db-footer-column:first-child{flex-shrink:1;padding-right:20px}.db-footer .db-footer-columns .db-footer-column:last-child{flex-grow:1;padding-left:20px;max-width:600px}.db-footer .db-footer-columns .db-footer-column .db-footer-sitemap{list-style:none;display:block;margin:0;padding:15px 0}.db-footer .db-footer-columns .db-footer-column .db-footer-sitemap .db-footer-sitemap-link a{font-size:20px;line-height:44px;color:var(--background);text-decoration:none;display:inline-block}.db-footer .db-footer-columns .db-footer-column .db-footer-sitemap .db-footer-sitemap-link a:hover{color:var(--primary-light)}@media screen and (max-width:760px){.db-footer .db-footer-columns{padding:30px 8vw;flex-flow:column nowrap}.db-footer .db-footer-columns .db-footer-column{padding-bottom:50px;width:100%}.db-footer .db-footer-columns .db-footer-column:first-child{padding-right:0;text-align:right}.db-footer .db-footer-columns .db-footer-column:last-child{padding-left:0;max-width:unset}}.db-footer .db-footer-copyright{line-height:45px;background-color:var(--primary);color:var(--background);text-align:center;font-size:14px;font-weight:300;letter-spacing:2px}.header{--header-background:var(--background);--header-title-color:var(--primary);--header-subtitle-color:var(--dark-grey);padding:10vh 0 6vh;background-color:var(--header-background);text-align:center}.header object{display:block;width:90%;max-width:840px;margin:auto auto 10vh}.header h1{color:var(--header-title-color);padding-bottom:10px}.header p{color:var(--header-subtitle-color)}.header.text-only{padding:10vh 8vw}article{padding:100px 95px}article section{padding-bottom:50px}article section:last-child{padding-bottom:0}article section a{color:var(--primary);text-decoration:none}@media screen and (max-width:760px){article{padding:60px 8vw}}.home-intro{width:100%;height:auto;padding:80px 95px;background:var(--primary)}.home-intro .inner{display:block;width:100%}@media screen and (max-width:760px){.home-intro{padding:50px 8vw}}.home-cards-wrapper{width:100%;height:auto;padding:130px 95px}@media screen and (max-width:760px){.home-cards-wrapper{padding:60px 8vw}}.pricing-cards{padding:20px 0}hr{width:calc(100% - 190px);margin:0 auto;border:none;height:2px;background-color:var(--accent-light)}details{overflow:hidden;margin:0;padding:22px 0 0}details summary{color:var(--dark-grey);border:3px solid #f2c14e;box-shadow:0 0 8px 3px rgba(59,59,59,.12);border-radius:10px;display:block;cursor:pointer;position:relative;padding:20px 73px 20px 32px}details summary h5{color:var(--dark-grey);font-size:1.1em;font-weight:400}details summary:after{content:"";display:block;width:30px;height:30px;border:4px solid var(--accent);position:absolute;transform:rotate(45deg);right:32px;top:50%;margin-top:-22px;border-top:none;border-left:none}details[open] summary:after{transform:rotate(-135deg);margin-top:-10px}details .accordion-content{padding:22px 32px 10px}details .accordion-content a{color:var(--primary);text-decoration:none}.form-control{padding-bottom:40px}.form-control label span{padding-bottom:5px}.form-control label input,.form-control label span{display:block;font-weight:300;color:var(--dark-grey)}.form-control label input{height:60px;width:100%;border:1px solid var(--light-grey);text-indent:10px;font-size:32px;font-family:Nunito Sans,sans-serif}.form-control label input::-moz-placeholder{color:var(--light-grey)}.form-control label input::placeholder{color:var(--light-grey)}.form-control label textarea{display:block;width:100%;height:auto;min-height:200px;resize:vertical;padding:10px;font-size:32px;font-family:Nunito Sans,sans-serif;color:var(--dark-grey);border:1px solid var(--light-grey);font-weight:300}.form-control label textarea::-moz-placeholder{color:var(--background)}.form-control label textarea::placeholder{color:var(--background)}.form-control label:focus-within span{color:var(--primary)}.form-control label:focus-within input,.form-control label:focus-within textarea{border-color:var(--primary-light)}@media screen and (min-width:1200px){.form-row{display:flex;flex-flow:row nowrap;align-items:flex-start;width:calc(100% + 40px)}.form-row .form-control{width:calc(50% - 40px);max-width:calc(50% - 40px);margin-right:40px}}.button button{display:inline-block;border:none;line-height:45px;padding:0 50px;background-color:var(--accent);border-radius:10px;cursor:pointer;font-weight:300;font-size:20px;text-align:center;letter-spacing:.03em;text-transform:uppercase;color:var(--background);font-family:Nunito Sans,sans-serif}
/*# sourceMappingURL=/main.ed7ac032.css.map */