@-webkit-keyframes fadein{from{opacity:0}to{opacity:1}}@-moz-keyframes fadein{from{opacity:0}to{opacity:1}}@-o-keyframes fadein{from{opacity:0}to{opacity:1}}@keyframes fadein{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeinup{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@-moz-keyframes fadeinup{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@-o-keyframes fadeinup{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeinup{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes slidedown{from{transform:translateY(-70px)}to{transform:translateY(0)}}@-moz-keyframes slidedown{from{transform:translateY(-70px)}to{transform:translateY(0)}}@-o-keyframes slidedown{from{transform:translateY(-70px)}to{transform:translateY(0)}}@keyframes slidedown{from{transform:translateY(-70px)}to{transform:translateY(0)}}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes spinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@-webkit-keyframes animatetop{from{top:-300px;opacity:0}to{top:0;opacity:1}}@keyframes animatetop{from{top:-300px;opacity:0}to{top:0;opacity:1}}.StripeElement{box-sizing:border-box;height:40px;padding:10px 12px;border:1px solid rgba(0,0,0,0);border-radius:4px;background-color:#fff;box-shadow:0 1px 3px 0 #e6ebf1;-webkit-transition:box-shadow 150ms ease;transition:box-shadow 150ms ease}.StripeElement--focus{box-shadow:0 1px 3px 0 #cfd7df}.StripeElement--invalid{border-color:#fa755a}.StripeElement--webkit-autofill{background-color:#fefde5 !important}#payment-form{text-align:left;padding:.75rem 0;max-width:600px;margin:0 auto}#payment-form label{font-weight:500;font-size:14px;display:block;margin-bottom:8px}#payment-form button{display:flex;justify-content:center;align-items:center;font-size:1.25rem;height:3.25rem;width:9rem;border:none;border-radius:4px;outline:none;text-decoration:none;color:#fff;background:#32325d;white-space:nowrap;line-height:40px;padding:0 14px;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);border-radius:4px;font-weight:600;letter-spacing:.025em;text-decoration:none;-webkit-transition:all 150ms ease;transition:all 150ms ease;margin:.5rem auto}#payment-form button:hover{transform:translateY(-1px);box-shadow:0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);background-color:#43458b;cursor:pointer}#payment-form button img{height:1.25rem;margin:0 .5rem .25rem 0}#payment-form #card-errors{height:20px;padding:4px 0;color:#fa755a}html{height:100%;box-sizing:border-box;font-size:16px}@media(max-width: 599px){html{font-size:14px}}*,*:before,*:after{box-sizing:inherit}body{height:auto !important;margin:0;min-height:100vh;display:flex;flex-direction:column;font-family:"Montserrat",sans-serif;color:hsl(213,37%,9%);background:hsl(60,8%,95%)}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){body{height:100% !important}}main,body>.phx-connected{flex:1 0 auto;display:flex;flex-direction:column}.btn{padding:1rem;border-radius:6px;font-weight:700;transition:box-shadow .5s;border:none;display:inline-block}.btn:hover{box-shadow:0px 0px 8px 0px hsl(144,82%,44%);cursor:pointer}.btn-green{color:#fff;background:linear-gradient(180deg, hsl(144, 82%, 44%) 0%, rgba(20, 203, 93, 0.75) 125%)}.btn-green:hover{color:#fff}button.button-as-link{font-size:inherit;color:hsl(0,0%,74%);line-height:normal !important;border:none;background:none;padding:0}button.button-as-link:hover{text-decoration:underline;cursor:pointer}.grn-link{color:hsl(144,82%,44%)}.grn-link:hover{color:hsl(144,82%,70%)}.lb-link{color:hsl(207,100%,70%)}.lb-link:hover{color:hsl(241,84%,62%)}.has-text-centered{text-align:center}.has-text-right{text-align:right}.has-text-left{text-align:left}.has-text-gray{color:hsl(213,3%,60%)}.nowrap{white-space:nowrap}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}a{color:hsl(241,84%,62%);text-decoration:none;transition:color .25s}a:hover{color:hsl(207,100%,70%)}p{margin:0}strong{font-weight:700}::placeholder{color:hsl(213,3%,60%);opacity:1}:-ms-input-placeholder{color:hsl(213,3%,60%)}::-ms-input-placeholder{color:hsl(213,3%,60%)}#spinner{display:none;border:.5rem solid #cfd7df;border-radius:50%;border-top:.5rem solid #32325d;width:60px;height:60px;-webkit-animation:spinner 1s linear infinite;animation:spinner 1s linear infinite;margin:0 auto}header{display:flex;justify-content:space-between;align-items:center;margin:1rem 2rem}header img{max-width:260px}@media(max-width: 599px){header{flex-direction:column;justify-content:center;margin:1rem 0}header .cta-btn{display:none}}@media(max-width: 599px){header .account-links{margin-top:1rem}}header .account-links span{margin:0 .5rem;color:hsl(0,0%,74%)}header .account-links form{display:inline-block}footer{background:hsl(213,37%,9%);font-size:.75rem}footer section{margin:1rem;display:flex;justify-content:space-between;align-items:center}@media(max-width: 899px){footer section{flex-direction:column;justify-content:center}}footer section img{max-width:260px}@media(max-width: 899px){footer section .footer-links{margin-top:1rem;text-align:center}}footer section .footer-links a{display:inline-block;color:hsl(60,8%,95%)}footer section .footer-links a:hover{color:hsl(0,0%,74%)}@media(max-width: 899px){footer section .footer-links a{margin:.25rem}}footer section .footer-links a:not(:last-child){margin-right:1rem}footer .copyright-container{color:hsl(213,3%,60%);margin-bottom:.5rem}.flash-container{width:100%}.flash-container .alert{z-index:3;display:flex;align-items:center;justify-content:center;width:100%;text-align:center;line-height:1.4;padding:.35rem 0;background:#f99e01;-webkit-animation:slidedown .5s;animation:slidedown .5s}.flash-container .alert.alert-success{background:hsl(38,99%,49%)}.flash-container .alert.alert-info{background:hsl(38,99%,49%)}.flash-container .alert.alert-error{background:hsl(38,99%,49%)}.flash-container .alert p{margin:0;flex:1}.flash-container .alert #close-alert{color:#fff;margin-left:.5rem;font-size:24px;font-weight:bold;vertical-align:middle}.flash-container .alert #close-alert:hover,.flash-container .alert #close-alert:focus{color:hsl(60,8%,95%);text-decoration:none;cursor:pointer}.flash-container .alert #alert-header-logo{max-width:51px;margin-left:1rem;-webkit-animation:scale-in-center .5s .25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;animation:scale-in-center .5s .25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.flash-container .alert #alert-header-logo img{max-width:34px;max-height:35px}#landing-page section.above-fold-hero{padding:4rem 1rem 0}@media(max-width: 599px){#landing-page section.above-fold-hero{padding-top:2rem}}#landing-page section.above-fold-hero h1{font-size:3rem;font-weight:normal;font-family:"Playfair Display",serif;margin:0}#landing-page section.above-fold-hero p{margin:2rem auto;font-size:1.5rem;line-height:1.5;max-width:850px}@media(max-width: 599px){#landing-page section.above-fold-hero p{font-size:1rem}}#landing-page section.above-fold-hero .hero-img-container{margin-top:3rem}#landing-page section.above-fold-hero .hero-img-container img{max-width:100%;vertical-align:top}#landing-page section.how-it-works{background:#fff;box-shadow:0px -2px 4px rgba(0,0,0,.25);padding:3rem 1rem}#landing-page section.how-it-works h2{font-size:2rem;font-weight:400;font-family:"Playfair Display",serif;margin:0}#landing-page section.how-it-works .steps-container{margin:3.5rem auto;max-width:1280px;display:flex;flex-wrap:wrap;justify-content:space-between}@media(max-width: 899px){#landing-page section.how-it-works .steps-container{margin:3rem auto}}#landing-page section.how-it-works .steps-container .step{flex:1 1 340px;max-width:340px;margin:0 auto}@media(max-width: 899px){#landing-page section.how-it-works .steps-container .step:not(:last-child){margin-bottom:2rem}}#landing-page section.how-it-works .steps-container .step h4{margin:0;font-size:1.5rem;font-weight:400;line-height:1.3}#landing-page section.how-it-works .steps-container .step h4 span{color:hsl(38,99%,49%);font-weight:700}#landing-page section.how-it-works .steps-container .step p{margin:1rem auto 0;padding:1rem .25rem;line-height:1.5;background:hsla(38,99%,49%,.25);border:solid 2px hsl(38,99%,49%)}#landing-page section.how-it-works .ctas-container{display:flex;justify-content:center;align-items:center}#landing-page section.how-it-works .ctas-container a:first-child{margin-right:2.5rem}#landing-page section.how-it-works .ctas-container .grn-link{font-weight:700}#landing-page section.easy-and-secure{background:hsl(213,37%,9%);padding:4rem 1rem;color:hsl(60,8%,95%)}#landing-page section.easy-and-secure>div{margin:0 auto;max-width:1000px}#landing-page section.easy-and-secure h3{font-family:"Playfair Display",serif;font-size:3.5rem;font-weight:400;line-height:1.3;margin:0}@media(max-width: 899px){#landing-page section.easy-and-secure h3{font-size:2.5rem}}@media(max-width: 599px){#landing-page section.easy-and-secure h3{font-size:2rem;text-align:center}}#landing-page section.easy-and-secure p{margin-top:2.5rem;line-height:1.5}#landing-page section.easy-and-secure p a{text-decoration:underline;color:hsl(207,100%,70%)}#landing-page section.easy-and-secure p a:hover{color:hsl(200,99%,49%)}#landing-page section.reason{background:#fff;display:flex;justify-content:center;align-items:center;padding:0 1rem}@media(max-width: 899px){#landing-page section.reason{flex-direction:column}}#landing-page section.reason>div{flex:1 1 auto}#landing-page section.reason .img-container{max-width:575px}#landing-page section.reason .img-container img{max-height:575px;max-width:100%;-webkit-transform:scaleX(-1);transform:scaleX(-1)}#landing-page section.reason>div:last-child{max-width:560px}@media(min-width: 900px){#landing-page section.reason>div:last-child{margin:2rem 0}}@media(max-width: 899px){#landing-page section.reason>div:last-child{margin-bottom:3rem}}#landing-page section.reason>div:last-child p{line-height:1.5;margin-bottom:2.5rem}@media(max-width: 899px){#landing-page section.reason>div:last-child p{margin-bottom:2rem}}#landing-page section.reason>div:last-child blockquote{margin:0 0 1rem;font-family:"Playfair Display",serif;font-size:2rem;font-weight:400;line-height:1.3;max-width:550px}@media(max-width: 899px){#landing-page section.reason>div:last-child blockquote{font-size:1.75rem}}#landing-page section.reason>div:last-child cite{font-family:"Playfair Display",serif;font-size:1rem;font-style:normal;font-weight:400;margin:0}#landing-page section.blessings-counted{background-position:50%;background-repeat:no-repeat;background-image:url(https://s3.us-east-1.amazonaws.com/files.peoplesvoicemail.com/static_images/circle_rings_bg.png);padding:4.5rem 1rem 5rem}@media(min-width: 1200px){#landing-page section.blessings-counted{background-size:cover}}#landing-page section.blessings-counted h2{margin:0;line-height:1.5;font-family:"Playfair Display",serif;font-weight:400;font-size:2rem}#landing-page section.blessings-counted h2 .count{font-size:3rem}#landing-page section.blessings-counted p{margin:1.25rem 0 2rem;line-height:1.5}#landing-page section.blessings-counted .faq-link-container{margin-top:2rem}#landing-page section.newsletter{background:#fff;box-shadow:inset 0 -1px 5px 1px hsla(213,37%,9%,.25);font-size:1.25rem}#landing-page section.newsletter>div{padding:2rem 1rem 3.25rem;border:.5rem double hsl(38,99%,49%);border-top:none;border-bottom:none}#landing-page section.newsletter img{width:100%;max-width:375px}#landing-page section.newsletter p{margin:0 auto 1.5rem;line-height:1.5;max-width:750px}#landing-page section.newsletter form{display:flex;justify-content:center;font-size:1rem}#landing-page section.newsletter form input{height:50px;border:1px solid hsl(144,82%,44%);background:hsl(60,8%,95%);border-radius:3px 0 0 3px;padding-left:1rem}#landing-page section.newsletter form button{color:#fff;padding:5px 15px;background:hsl(144,82%,44%);border:none;cursor:pointer;border-radius:0 3px 3px 0;transition:.25s}#landing-page .fb-share-container{padding:1.5rem 0 0;background:hsl(213,37%,9%)}#landing-page .fb-share-container img{height:50px}.no-js #confidential-calls-guarantee{display:block}#confidential-calls-guarantee{display:none;max-width:800px;margin:3rem auto 0;padding:2rem 2rem 2.5rem;border:double 4px hsl(60,8%,95%);-webkit-animation:fadeinup .4s;animation:fadeinup .4s}@media(max-width: 599px){#confidential-calls-guarantee{padding:2rem 1rem}}#confidential-calls-guarantee h4{margin:0 0 3rem;font-size:2rem;font-weight:400;font-family:"Playfair Display",serif}#confidential-calls-guarantee h5{margin:0 0 1rem;font-size:1.5rem;font-weight:700;font-family:"Montserrat",sans-serif}@media(max-width: 599px){#confidential-calls-guarantee h5{font-size:1.25rem}}#confidential-calls-guarantee>div:not(:last-child){margin-bottom:2.5rem}#confidential-calls-guarantee p{margin:0 !important}.no-js #faqs{display:block}#faqs{display:none;margin-top:1.5rem;text-align:left;line-height:1.5;-webkit-animation:fadeinup .4s;animation:fadeinup .4s}#faqs .toggle{max-width:700px;margin:0 auto 1.25rem}#faqs .toggle:last-child{margin-bottom:0}#faqs .toggle-label{background:#fff;padding:1rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;margin:0 auto;box-shadow:0 1px 2px 0 hsla(0,0%,60%,.35);border-radius:4px;max-width:500px}#faqs .toggle-label:after{color:hsl(144,82%,44%);content:"+";font-weight:bold}#faqs .toggle-label:hover:after{color:hsl(144,82%,70%)}#faqs .toggle-content{color:hsl(213,3%,45%);padding:1rem 1rem 0}#faqs .toggle-input{display:none}#faqs .toggle-input:not(checked)~.toggle-content{display:none}#faqs .toggle-input:checked~.toggle-content{display:block}#faqs .toggle-input:checked~.toggle-label:after{content:"-"}#terms-page,#privacy-page{padding:0 2rem 3rem;max-width:900px;margin:0 auto;line-height:1.5}#terms-page p,#privacy-page p{margin:1rem 0}#pricing-page{padding:0 1rem 1rem}#pricing-page section.hero h1{margin:0 0 .5rem;font-size:2rem;font-weight:400;font-family:"Playfair Display",serif}#pricing-page section.hero p{color:hsl(213,3%,45%);line-height:1.5}#pricing-page section.intervals{margin:2rem 0 1rem}#pricing-page section.intervals button{padding:1rem;background:hsl(60,8%,95%);border:solid 1px hsla(213,37%,9%,.1);border-radius:8px;outline:none}#pricing-page section.intervals button:hover{cursor:pointer}#pricing-page section.intervals button:first-child{margin-right:1rem}#pricing-page section.intervals button.selected{background:hsla(38,99%,49%,.25)}@media(max-width: 599px){#pricing-page section.intervals button{font-size:.9rem;padding:1rem .5rem}}#pricing-page section.intervals button span{font-size:.75rem;font-weight:700;line-height:0;vertical-align:top;color:hsl(144,82%,44%)}#pricing-page section.plans #annual-plans,#pricing-page section.plans #month-plans{display:none;justify-content:center;max-width:710px;margin:0 auto}#pricing-page section.plans #annual-plans.showing,#pricing-page section.plans #month-plans.showing{display:flex}@media(max-width: 599px){#pricing-page section.plans #annual-plans,#pricing-page section.plans #month-plans{flex-direction:column}}#pricing-page section.plans #annual-plans .plan,#pricing-page section.plans #month-plans .plan{flex:1 1 0px;border:solid 2px hsl(207,100%,70%);border-radius:5px;padding:2rem 1rem}@media(max-width: 599px){#pricing-page section.plans #annual-plans .plan:first-child,#pricing-page section.plans #month-plans .plan:first-child{margin-bottom:1rem}}@media(min-width: 600px){#pricing-page section.plans #annual-plans .plan:first-child,#pricing-page section.plans #month-plans .plan:first-child{margin-right:2rem}}#pricing-page section.plans #annual-plans .plan h3,#pricing-page section.plans #month-plans .plan h3{margin:0 0 1rem;font-size:1.25rem;font-weight:700}#pricing-page section.plans #annual-plans .plan .price strong,#pricing-page section.plans #month-plans .plan .price strong{color:hsl(241,84%,56%);font-size:2rem}#pricing-page section.plans #annual-plans .plan p,#pricing-page section.plans #month-plans .plan p{line-height:1.5;margin:1rem 0}#pricing-page section.questions{max-width:800px;margin:3rem auto}#pricing-page section.questions h3{font-size:1.75rem;font-weight:400;font-family:"Playfair Display",serif;margin:0 0 1.5rem}#pricing-page section.questions p{line-height:1.5}#signin-page{padding:0 1rem}#signin-page h1,#signin-page h2{text-align:center;font-weight:400}#signin-page h1{font-size:1rem;color:hsl(213,3%,60%);margin:1rem 0 0}#signin-page h2{font-size:1.25rem;margin:1rem auto 2rem;line-height:1.5}@media(min-width: 600px){#signin-page h2{font-size:1.5rem}}#signin-page .form-container{max-width:400px;margin:0 auto;padding:2.25rem 0;border:solid 1px hsla(213,37%,9%,.1);border-radius:3px;box-shadow:0px 2px 8px hsla(213,37%,9%,.1)}#signin-page .form-container .field{padding:1rem 3rem}@media(max-width: 599px){#signin-page .form-container .field{padding:1rem}}#signin-page .form-container .field label{display:block;font-size:1.125rem;margin-bottom:1rem}#signin-page .form-container .field input[type=text],#signin-page .form-container .field input[type=email]{font-size:1.125rem;width:100%;border-radius:3px;border:solid 1px hsla(213,37%,9%,.1);padding:.5rem;background-color:#fff}#signin-page .form-container .submit-container{border-top:solid 1px hsla(213,37%,9%,.1);text-align:center;padding-top:2rem;margin-top:2.25rem}#signin-page .form-container .submit-container .btn{border-radius:36px;border:none;padding-left:2rem;padding-right:2rem}#signin-page .form-container .submit-container .btn:hover{cursor:pointer}#signin-page p{margin:2rem 0;line-height:1.5}#choose-number-page,#proceed-to-pay-page,#success-checkout-page{padding:0 1rem 2rem}#choose-number-page h1,#proceed-to-pay-page h1,#success-checkout-page h1{line-height:1.25;margin:0 0 2rem;font-size:2rem;font-weight:400;font-family:"Playfair Display",serif}#proceed-to-pay-page h1,#success-checkout-page h1{margin-bottom:1rem}#proceed-to-pay-page img,#success-checkout-page img{width:100%;max-width:400px;margin:0 0 1rem}#proceed-to-pay-page p{line-height:1.5;margin:0 auto 1rem;max-width:610px}#success-checkout-page p{line-height:1.5;max-width:750px;margin:0 auto}#success-checkout-page section.refer-friend{background:#fff;box-shadow:inset 0 -1px 5px 1px hsla(213,37%,9%,.25);margin:2rem auto 0;max-width:700px}#success-checkout-page section.refer-friend>div{padding:2rem 1rem 2.5rem;border:.5rem double hsl(38,99%,49%);border-top:none;border-bottom:none}#success-checkout-page section.refer-friend p{margin:0 auto 1.5rem;line-height:1.5;max-width:750px}#success-checkout-page section.refer-friend form{display:flex;justify-content:center;font-size:1rem}#success-checkout-page section.refer-friend form input{height:50px;border:1px solid hsl(144,82%,44%);background:hsl(60,8%,95%);border-radius:3px 0 0 3px;padding-left:1rem}#success-checkout-page section.refer-friend form button{color:#fff;padding:5px 15px;background:hsl(144,82%,44%);border:none;cursor:pointer;border-radius:0 3px 3px 0;transition:.25s}.gen-form-container{max-width:400px;margin:0 auto;padding:2.25rem 0;border:solid 1px hsla(213,37%,9%,.1);border-radius:3px;box-shadow:0px 2px 8px hsla(213,37%,9%,.1)}.gen-form-container .alert p{text-align:center;color:red;padding:0 1rem;line-height:1.25}.gen-form-container .field{padding:1rem 3rem}@media(max-width: 599px){.gen-form-container .field{padding:1rem}}.gen-form-container .field label{display:block;font-size:1.125rem;margin-bottom:1rem}.gen-form-container .field input[type=text],.gen-form-container .field input[type=email],.gen-form-container .field input[type=url],.gen-form-container .field input[type=number],.gen-form-container .field input[type=tel],.gen-form-container .field select{font-size:1.125rem;width:100%;border-radius:3px;border:solid 1px hsla(213,37%,9%,.1);padding:.5rem;background-color:#fff}.gen-form-container .field select{height:38px;padding:0 .5rem}.gen-form-container .submit-container{border-top:solid 1px hsla(213,37%,9%,.1);text-align:center;padding-top:2rem;margin-top:2.25rem}.gen-form-container .submit-container .btn{border-radius:36px;border:none;padding-left:2rem;padding-right:2rem}.gen-form-container .submit-container .btn:hover{cursor:pointer}.gen-form-container .field .info-block{margin-top:.25rem;font-size:.75rem;color:hsl(213,3%,45%);font-weight:500;line-height:1.35}.gen-form-container span.help-block{font-size:.75rem;color:red;margin-top:.5rem;display:block}.gen-form-container .control input.has-error{border-color:rgba(255,0,0,.5) !important}.dash-area{padding:0 1rem 2rem;margin:0 auto;max-width:1800px}@media(min-width: 600px){.dash-area{padding:0 2rem 2rem}}.dash-area .breadcrumbs{color:hsl(213,3%,60%);margin-bottom:1rem}@media(max-width: 599px){.dash-area .breadcrumbs{font-size:.75rem}}#user-dashboard-page .breadcrumbs{margin-bottom:.25rem}#user-dashboard-page .billing-link-container{font-size:.75rem;margin-bottom:1rem}#user-dashboard-page section.numbers{margin:0 0 2rem}#user-dashboard-page section.numbers h3{margin:0 0 1rem;font-family:"Playfair Display",serif;font-weight:400;font-size:2rem}#user-dashboard-page section.numbers .line-container:not(:last-child){margin-bottom:1.5rem}#user-dashboard-page section.numbers .line-container h4{font-weight:700;margin:0;font-size:2rem;letter-spacing:1px}#user-dashboard-page section.numbers .line-container h4 a{color:hsl(38,99%,49%)}#user-dashboard-page section.numbers .line-container h4 a:hover{color:hsla(38,99%,49%,.75)}#user-dashboard-page section.numbers .line-container .sub-details{font-size:.75rem;color:hsl(213,3%,45%);margin-bottom:.5rem}#user-dashboard-page section.numbers .line-container .sub-details span{margin:0 .5rem;color:hsl(0,0%,74%)}#user-dashboard-page section.numbers .line-container .sub-details a{color:red}#user-dashboard-page section.numbers .line-container .links{margin-top:.5rem}#user-dashboard-page .support-info{margin-top:1rem;line-height:1.5}#edit-whitelist-page h1{margin:0 0 1rem;font-family:"Playfair Display",serif;font-weight:400;font-size:2rem;line-height:1.25}@media(max-width: 599px){#edit-whitelist-page h1{text-align:center}}#edit-whitelist-page h1 strong{font-family:"Montserrat",sans-serif;color:hsl(38,99%,49%);letter-spacing:1px}#edit-whitelist-page>p{margin-bottom:.5rem;line-height:1.5;max-width:500px}#edit-whitelist-page .plan-size{margin-bottom:2rem}#edit-whitelist-page section.whitelist{margin-bottom:2rem;display:flex;flex-wrap:wrap;max-width:1000px}#edit-whitelist-page section.whitelist .number-container{width:150px;margin-bottom:1rem;margin-right:2rem;font-size:1.25rem}#edit-whitelist-page section.whitelist .number-container .options{font-size:1rem}#edit-whitelist-page section.whitelist .number-container .options button:focus{outline:none}#edit-whitelist-page section.whitelist .number-container .options span{color:hsl(0,0%,74%);margin:0 .25rem}#edit-whitelist-page section.whitelist .number-container .options .remove-btn{color:red}#edit-whitelist-page section.whitelist .number-container .options .notify-btn{color:hsl(213,3%,45%)}#edit-whitelist-page form{display:flex;justify-content:flex-start;font-size:1rem}#edit-whitelist-page form input{height:50px;border:1px solid hsl(144,82%,44%);background:hsl(60,8%,95%);border-radius:3px 0 0 3px;padding-left:1rem}#edit-whitelist-page form button{color:#fff;padding:5px 15px;background:hsl(144,82%,44%);border:none;cursor:pointer;border-radius:0 3px 3px 0;transition:.25s;font-weight:700}#edit-whitelist-page .call-in-tip{padding:1rem;max-width:700px;line-height:1.5;background:hsla(213,37%,9%,.1);margin:2rem auto 0;border:solid 1px hsla(213,37%,9%,.1);border-radius:3px}#billing-details-page h2{font-family:"Playfair Display",serif;font-weight:400;line-height:1.5;font-size:1.5rem;margin:1rem 0}.hide-header-cta header .cta-btn{opacity:0;pointer-events:none}button.grn-link{border:none;background:none;padding:0;font:inherit}button.grn-link:hover{cursor:pointer}.inactive-modal{position:fixed;inset:0;z-index:10;display:none;align-items:center;justify-content:center;padding:1rem;background:rgba(8,14,23,.72);-webkit-animation:fadein .2s;animation:fadein .2s}.inactive-modal.is-open{display:flex}.inactive-modal .modal-card{width:100%;max-width:420px;position:relative;background:#fff;color:hsl(213,37%,9%);padding:2rem;border-radius:6px;box-shadow:0 20px 60px hsla(213,37%,9%,.5);-webkit-animation:fadeinup .25s;animation:fadeinup .25s}.inactive-modal .close-modal{position:absolute;top:.75rem;right:.75rem;border:none;background:none;color:hsl(213,3%,60%);font-size:1.5rem;line-height:1}.inactive-modal .close-modal:hover{color:hsl(213,37%,9%);cursor:pointer}.inactive-modal h2{margin:0;font-family:"Playfair Display",serif;font-size:2rem;font-weight:400}.inactive-modal p{margin:1rem 0 0;line-height:1.5;color:hsl(213,3%,45%)}.inactive-modal .modal-actions{margin-top:1.5rem;text-align:right}
