*,*::before,*::after{box-sizing:inherit;overscroll-behavior:none;margin:0;padding:0}body,html{scroll-behavior:smooth;scroll-padding-top:1rem;box-sizing:border-box;font-kerning:normal;-webkit-text-size-adjust:100%;font-size:62.5%}body{font-family:var(--font);color:var(--text);line-height:1.5;background-color:#fff;margin:0 auto;position:relative;font-kerning:normal;display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-overflow-scrolling:touch;overflow-x:hidden;font-size:1.6rem}a{text-decoration:none;color:inherit}ol,ul{list-style:none}.h1,.h2,.h3,.h4,.h5,.h6{color:#000000;line-height:1;font-weight:700;--h1: 50px;--h2: 40px;--h3: 30px;--h4: 25px}@media screen and (min-width: 992px){.h1,.h2,.h3,.h4,.h5,.h6{--h1: 60px;--h2: 45px;--h3: 35px;--h4: 20px}}.h1{font-size:var(--h1)}.h2{font-size:var(--h2)}.h3{font-size:var(--h3)}.h4{font-size:var(--h4)}img,svg{max-width:100%;vertical-align:middle}img{height:auto;margin:auto;padding:0}.wrapper{display:flex;flex-direction:column;align-items:center}.wrapper,.wrapper main{width:100%;flex:1}.container{margin-left:auto;margin-right:auto;max-width:var(--max-container-width)}.active{border-bottom:0.4rem solid var(--blue-color)}input[type="text"]{padding-left:1.5rem;transition:opacity 600ms, transform 300ms}input[type="text"]:focus{border:0.3rem solid Var(--purple-color);outline:none}input[type="text"]::placeholder{color:rgba(0,0,0,0.5)}html{--purple-color: #2532b4;--blue-color: #00a8e7;--light-grey-color: #828990;--text: #000000;--text-medium-dark: #010101;--text-light-grey: #8e8e8e;--font: 'Poppins', sans-serif;--max-container-width: 992px}.nav{display:flex;justify-content:start;align-items:center;padding:2rem;gap:5rem;width:100%;position:fixed;top:0;z-index:5;background-color:#fff}@media screen and (max-width: 980px){.nav{justify-content:space-between;padding:1rem;gap:0.8rem}}@media screen and (max-width: 980px){.nav_brand{order:1}.nav_brand img{scale:0.6;transform:translateX(-45%)}}@media screen and (max-width: 980px) and (max-width: 980px){.nav_brand img{scale:0.6;transform:translateX(-35%)}}.nav_contact{margin-left:auto}@media screen and (max-width: 980px){.nav_contact{order:2;flex-shrink:2;margin-left:auto}}@media screen and (max-width: 980px){.nav_contact button{border-radius:1rem;margin:0;padding:0.6rem 1rem;font-size:1.2rem;text-transform:uppercase}}.nav_main{margin-left:2rem;display:flex;font-size:1.4rem;text-transform:uppercase;color:var(--text);gap:1.5rem}@media screen and (max-width: 980px){.nav_main{flex-direction:column;transform:translateY(100%);width:100%;display:none}}@media screen and (max-width: 980px){.nav_item{border-bottom:1px solid #fff;margin-bottom:2px;padding-left:0.5rem}}.nav_link{transition:.4s ease-in-out;padding:0.4rem 0.4rem;cursor:pointer}@media screen and (max-width: 980px){.nav_link{display:inline-block;width:100%}}.nav_link:hover{border-bottom:0.3rem solid var(--blue-color)}.nav_link:active{border-bottom:0.3rem solid var(--blue-color)}.nav #toggle_btn{display:none}.nav label{opacity:0}@media screen and (max-width: 980px){.nav label{opacity:1;order:3}}@media screen and (max-width: 980px){#toggle_btn:checked~.nav_main{transition:.4s ease-in-out;display:flex;flex-direction:column;position:absolute;transform:translate(-1.2rem, 73%);width:100%;margin:0;padding:0;background-color:rgba(37,50,180,0.93);color:#fff}}.footer{padding-top:9rem;background-color:var(--purple-color);align-self:stretch}@media screen and (max-width: 667px){.footer{padding-top:5rem}}.footer_wrapper{padding:0 1.5rem}.footer_logo{margin-bottom:2rem}.footer_top{display:flex;border-bottom:1px solid var(--light-grey-color);border-top:1px solid var(--light-grey-color);justify-content:space-between;align-items:center;padding:3rem 0}@media screen and (max-width: 667px){.footer_top{flex-direction:column;gap:2.5rem;align-items:flex-start}}.footer_question{display:grid;grid-template-rows:repeat(2, 1fr);grid-template-columns:1fr 3fr;gap:1rem;width:max-content}.footer_question span:first-of-type{grid-column:2/-1;color:var(--blue-color)}.footer_question span:last-of-type{grid-column:2/-1;grid-row:-2/-1;color:#fff}.footer_envelope{grid-row:1/-1}.footer_bottom{display:flex;justify-content:space-between;padding:3rem 0}.footer_copyright{color:#fff}.footer_scroll{border:none;outline:none;color:#fff;background-color:var(--purple-color);text-decoration:underline;text-decoration-color:var(--blue-color)}.footer_scroll:hover{transform:scale(1.05)}.hero{position:relative;align-self:stretch;background-color:#fff;display:flex;height:85vh;margin-top:5rem}@media screen and (max-width: 980px){.hero{height:80vh;margin-top:3.5rem}}.hero_wrapper{position:relative;padding:2rem;width:100%;margin-top:5rem}@media screen and (max-width: 980px){.hero_wrapper{margin-top:3rem}}.hero_headline{position:absolute;top:20%;color:#fff;font-size:3.5rem;letter-spacing:0.05rem}@media screen and (max-width: 667px){.hero_headline{top:7%;font-size:3.0rem}}.hero_headline>span{font-weight:700}.hero_bubble{background:#fff;width:300px;display:grid;grid-template-columns:40% 60%;grid-template-rows:2fr 1fr;font-size:1.2rem;font-weight:600;padding:1rem;align-items:center;border-radius:99rem}@media screen and (max-width: 980px){.hero_bubble{width:300px}}.hero_bubble-1{position:absolute;right:28%;top:23%}@media screen and (max-width: 980px){.hero_bubble-1{right:6rem;top:42%}}.hero_bubble-2{position:absolute;right:8%;bottom:22%}@media screen and (max-width: 667px){.hero_bubble-2{right:2rem;bottom:15%}}.hero_testimonial{grid-column:2/-1;align-self:end;margin-right:1rem}.hero_reviewer{grid-column:2/-1;justify-self:end;align-self:end;margin-right:3.5rem}.hero_dp{grid-row:1/-1;height:100px;width:100px}@media screen and (max-width: 667px){.hero_dp{height:70px;width:70px}}.hero_form{position:absolute;bottom:30%}@media screen and (max-width: 915px){.hero_form{bottom:10%;right:42%}}@media screen and (max-width: 915px) and (max-width: 667px){.hero_form{bottom:5%;right:2%}}.button{color:#fff;padding:1rem 3rem;border-radius:2rem;border:none;display:inline-flex;align-items:center;gap:1rem;box-shadow:rgba(0,0,0,0.15) 2.4px 2.4px 3.2px}.button span{font-size:1.4rem;font-weight:500;text-align:center;white-space:nowrap}.button svg{fill:#fff;stroke:#fff;height:1.0rem;width:1.2rem}.button-purple span,.button-blue span,.button-white span{font-weight:600}.button-purple{background-color:var(--purple-color)}.button-blue{background-color:var(--blue-color)}.button-white{background-color:#fff;color:var(--purple-color)}.button-white svg{fill:var(--purple-color);stroke:var(--purple-color)}.rating{color:#ef7420;font-size:2rem}.form_phonenumber{height:5rem;width:35rem;border:0.3rem solid rgba(130,137,144,0.5);display:flex;align-items:center;background-color:#fff;justify-content:space-between;border-radius:99rem}.form_phonenumber input[type="text"]{padding-left:3.5rem;transition:opacity 600ms, transform 300ms;border:none}@media screen and (max-width: 667px){.form_phonenumber{height:3.5rem;width:30rem}}.form_phonenumber button{width:50%;padding:1.5rem;border:none;outline:none;border-radius:99rem;background-color:var(--blue-color);color:#fff;text-transform:uppercase;white-space:nowrap;font-weight:600}@media screen and (max-width: 667px){.form_phonenumber button{padding:1rem;font-weight:300;font-size:1rem}}.cards{display:flex;justify-content:space-evenly;gap:3rem}@media screen and (max-width: 667px){.cards{flex-direction:column}}.card{display:flex;flex-direction:column;padding:1.6rem;background-color:#fff;gap:1.5rem;border-radius:2rem;box-shadow:7px 7px 15px rgba(37,50,180,0.4)}@media screen and (max-width: 667px){.card{padding:1.2rem;gap:1.2rem}}.faq{width:50%}@media screen and (max-width: 667px){.faq{width:100%}}.faqs{text-align:center;padding:3rem 1rem;display:flex;flex-direction:column;align-items:center}.faq_headline{margin-bottom:4rem}@media screen and (max-width: 667px){.faq_headline{margin-bottom:2rem}}.faq_question{margin-top:2rem;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:0.5rem;user-select:none}.faq_question::after{content:"+";position:relative;color:var(--purple-color);font-size:1.6rem}.faq.active .faq_question::after{content:"-"}.faq_answer{max-height:0;overflow:hidden}@media screen and (max-width: 667px){.faq_answer{text-align:left}}.faq.active .faq_answer{max-height:initial;border-radius:2rem;box-shadow:0.3 rem 0.3rem 1rem rgba(37,50,180,0.4);padding:1.5rem 0;font-size:1.4rem;margin-top:1rem;line-height:1.8;overflow:wrap}.buy{align-self:stretch;text-align:center;font-size:4rem;font-weight:600;background-image:url(/images/we_buy_background.png);background-position:center;color:#fff;padding:10rem 0}@media screen and (max-width: 667px){.buy{font-size:2.5rem}}.description{background-color:#fff;text-align:center;padding:4rem 4%;margin-bottom:1.5rem}.description button{text-transform:capitalize}.description button span{margin-left:0.5rem;font-weight:600;font-size:1.5rem}@media screen and (max-width: 667px){.description{padding:2rem 6%;margin-bottom:1.5rem}.description p{margin-top:1.5rem}.description button{text-transform:capitalize}}.works{background-image:linear-gradient(to right, #313da4, #2cacdc);text-align:center;align-self:stretch;padding:4rem 0.5rem}.works img{transform:scale(0.65)}@media screen and (max-width: 667px){.works img{scale:.65}}.works-wrapper{display:flex;flex-direction:column;align-items:center}.works-wrapper h3{color:#fff}.works_num{font-size:3rem;font-weight:700;color:var(--purple-color)}@media screen and (max-width: 667px){.works_num{font-size:2.5rem}}.works h4{text-transform:uppercase}.works-card{width:25rem;padding:2rem}@media screen and (max-width: 667px){.works-card{width:80vw}}.hero-home{background-image:url(/images/home_background.png);background-position:bottom;background-size:cover}@media screen and (max-width: 667px){.hero-home{background-position:center}}.home_values{display:flex;justify-content:space-between;margin-right:auto;margin-left:auto}@media screen and (max-width: 667px){.home_values{flex-direction:column}}.home_value{font-size:1.8rem;font-weight:600;display:grid;grid-template-columns:20% 1fr;width:27rem;text-align:left}@media screen and (max-width: 667px){.home_value{align-items:center;width:100%}}.home_value img{grid-column:1/1;scale:0.9}@media screen and (max-width: 667px){.home_value img{scale:0.5}}.home_problems{display:flex;position:relative;flex-direction:column;align-items:center;justify-content:center;background-image:url(/images/solving_problems.png);background-size:cover;background-position:center}@media screen and (max-width: 667px){.home_problems{margin-top:1rem}}.home_underlay{background-image:linear-gradient(to right, rgba(49,61,164,0.85), rgba(44,172,220,0.85));color:#fff;padding:4.5rem;text-align:center;margin:3rem 0}@media screen and (max-width: 667px){.home_underlay{padding:2.5rem;width:85%;margin:15%vw 0}}.home_underlay p:first-of-type{width:70%;text-align:center;margin-left:auto;margin-right:auto}.home_underlay a{text-decoration:underline;font-weight:bold}.home_underlay h3{color:#fff;margin:3rem auto}@media screen and (max-width: 667px){.home_underlay h3{margin:1.5rem auto}}.home_problem::before{content:url(/images/house_icon.png)}.home_problem li:first-child{margin-top:1.5rem}.home_problem li{margin-bottom:0.8rem;font-weight:bold}.home_carousel{background-color:#f8f8f8;text-align:center;padding:3.5rem}.home_carousel p:first-child{margin:3rem 0}.home_cards{position:relative}@media screen and (max-width: 667px){.home_cards{display:flex;flex-direction:column;padding:1rem}}.home_cards::before{content:url(/images/left-chevron.png);position:absolute;left:-10%;bottom:50%;scale:.75}@media screen and (max-width: 667px){.home_cards::before{left:-2.5rem;bottom:50%;scale:.55}}.home_cards::after{content:url(/images/right-chevron.png);position:absolute;right:-10%;bottom:50%;scale:.75}@media screen and (max-width: 667px){.home_cards::after{right:-2.5rem;bottom:50%;scale:.55}}.home_card p:first-child{margin-bottom:1.5rem}.home_card p:first-of-type::before{content:url(/images/double_quotes.png);display:block;margin-bottom:2rem}@media screen and (max-width: 667px){.home_card p:first-of-type::before{scale:.50;margin-bottom:1rem}}.home_card span:first-of-type{margin-bottom:-2rem}.home_card-about{position:relative}.home_card-about p:first-of-type{margin-left:6rem}@media screen and (max-width: 667px){.home_card-about p:first-of-type{margin-left:1rem;margin-top:4rem}}.home_card-about p:first-of-type::before{content:url(/images/double_quotes.png);display:inline-block;margin-right:3rem;transform:translateY(2rem);position:absolute;left:2rem}@media screen and (max-width: 667px){.home_card-about p:first-of-type::before{display:inline-block;transform:translate(20rem, -10rem)}}.home_card-about span{align-self:flex-end}.hero-howpage{background-image:url(/images/how-page-background.png);background-position:bottom;background-clip:content-box}@media screen and (max-width: 667px){.hero-howpage{background-position:center;height:70vh}}@media screen and (max-width: 667px){.hero-howpage p{margin-top:4rem}}@media screen and (max-width: 667px){.hero-howpage .hero_form{top:60%;left:5%}}.hero-howpage+.description{margin-top:5rem}@media screen and (max-width: 667px){.hero-howpage+.description{margin-top:2.5rem}}.hero-howpage+.description h3{margin-bottom:6rem}@media screen and (max-width: 667px){.hero-howpage+.description h3{margin-bottom:2.5rem}}.hero-howpage+.description button{margin-top:8rem}@media screen and (max-width: 667px){.hero-howpage+.description button{margin-top:4rem}}.howpage_works{background-image:url(/images/charts_overlay.png);background-repeat:no-repeat;background-position:center;text-align:center;padding:3rem 0.5rem;display:flex;flex-direction:column;align-items:center;gap:4.5rem}@media screen and (max-width: 667px){.howpage_works{background-size:cover;gap:2rem}}.howpage_works h3{color:#fff;margin:5rem auto}@media screen and (max-width: 667px){.howpage_works h3{margin:2.5rem auto}}@media screen and (max-width: 667px){.howpage_wrapper button{margin-bottom:2.5rem}}.howpage_processes{padding:2rem;display:flex;flex-direction:column;gap:2.5rem;margin-bottom:5rem}@media screen and (max-width: 667px){.howpage_processes{margin-bottom:2.5rem}}.howpage_process{background-color:#fff;display:flex;padding:2.5rem;align-items:center;border-radius:2rem;justify-content:space-between;gap:2rem}@media screen and (max-width: 667px){.howpage_process{flex-direction:column;padding:2rem;gap:2rem}}.howpage_process span{font-size:4.5rem;font-weight:600;color:var(--purple-color)}@media screen and (max-width: 667px){.howpage_process span{font-size:2.5rem}}.howpage_process img{transform:scale(0.5)}.howpage_process h4{text-align:left}.howpage_content{width:65%;text-align:left}.howpage_content p:first-of-type{font-weight:bold}@media screen and (max-width: 667px){.howpage_content{width:95%;text-align:center}}.hero-whypage{background-image:url(/images/houses-background.png);background-position:bottom}@media screen and (max-width: 667px){.hero-whypage{background-position:center;height:70vh}}@media screen and (max-width: 667px){.hero-whypage .hero_form{top:60%;left:5%}}.hero-whypage+.description h3{width:75%;margin-right:auto;margin-left:auto}.hero-whypage+.description button{margin-top:6rem}@media screen and (max-width: 667px){.hero-whypage+.description button{margin-top:3rem}}.whypage_reasons{align-self:stretch;margin-top:2rem;background-image:url(/images/handshake_background.png);background-size:cover;background-position:center;padding:3rem}.whypage_wrapper{display:flex;flex-direction:column;align-items:center;position:relative}.whypage_wrapper h3{color:#fff;margin:5rem 0}.whypage_wrapper img{transform:scale(0.65)}.whypage_choices{display:flex;gap:3rem;justify-content:center}@media screen and (max-width: 667px){.whypage_choices{flex-direction:column}}.whypage_choice{display:flex;flex-direction:column;background-color:#fff;width:25rem;padding:2rem 3rem;border-radius:2rem;align-items:center;justify-content:space-between;gap:1.5rem;text-align:center}@media screen and (max-width: 667px){.whypage_choice{width:auto}}.whypage_choice h4{text-transform:uppercase;margin:1.2rem 0}.whypage_choice img{height:90px}.whypage_choice p:first-of-type{font-style:italic}.whypage_comparison{align-self:stretch;background-image:url(/images/comparison_background.png);background-repeat:no-repeat;background-position:center;background-size:cover;padding:4rem}@media screen and (max-width: 667px){.whypage_comparison{padding:2rem}}.whypage_comparison h3,.whypage_comparison p,.whypage_comparison h4{color:#fff;text-align:center}.whypage_comparison-wrapper{display:flex;flex-direction:column;align-items:center;gap:1.2rem}.whypage_cards{display:flex;margin-top:0 auto;gap:3rem;padding:1.5rem}@media screen and (max-width: 667px){.whypage_cards{flex-direction:column}}.whypage_card{background:#d9e0e3;padding:3rem;border-radius:2rem}.whypage_card h4{color:#625c5c;margin-bottom:1.5rem;text-align-last:left}.whypage_card li{line-height:1.8;margin-bottom:0.8rem}@media screen and (max-width: 667px){.whypage_card li{margin-bottom:0.4rem}}.whypage_card:first-child{border:4px solid var(--purple-color);background-color:#fff}.whypage_card:first-child h4{color:var(--purple-color)}.whypage_card:last-child ul{list-style:disc}.list_icon{font-weight:800}.hero-about{background-image:url(/images/houses-background.png);background-position:bottom;background-clip:content-box}@media screen and (max-width: 667px){.hero-about{background-position:center;height:70vh}}@media screen and (max-width: 667px){.hero-about .hero_form{top:60%;left:5%}}.about_corevalues{padding:2rem;background-image:url(/images/handshake_background.png);background-repeat:no-repeat;background-size:cover}.about_corevalues-wrapper{display:flex;flex-direction:column;align-items:center}.about_corevalues-wrapper h3,.about_corevalues-wrapper p{color:#fff;text-align:center}.about_corevalues-wrapper h3{margin-top:10rem}@media screen and (max-width: 667px){.about_corevalues-wrapper h3{margin-top:4rem}}.about_values{display:flex;gap:2rem;padding:1rem}@media screen and (max-width: 667px){.about_values{flex-direction:column;align-items:center}}.about_value{background-color:#fff;padding:1.5rem;text-align:center;max-width:27rem;border-radius:2rem}@media screen and (max-width: 667px){.about_value{max-width:95%}}.about_value span,.about_value h4,.about_value p{margin-bottom:3rem}@media screen and (max-width: 667px){.about_value span,.about_value h4,.about_value p{margin-bottom:1.5rem}}.about_value p{color:#333;margin-bottom:1.5rem}.about_value span{font-size:5rem;font-weight:600;color:var(--blue-color)}@media screen and (max-width: 667px){.about_value span{font-size:4rem}}.about_value h4{text-transform:uppercase}.hero-contact{background-image:url(/images/contact-us-background.png);background-position:bottom;background-clip:content-box}@media screen and (max-width: 667px){.hero-contact{background-position:center;height:auto}}.contact{width:95%;display:flex;gap:1.5rem;margin-top:12rem;flex-direction:column}@media screen and (max-width: 667px){.contact{margin-top:4rem;padding:1rem;padding-bottom:3rem}}.contact_textcontent{display:flex;gap:1rem}@media screen and (max-width: 667px){.contact_textcontent{flex-direction:column}}.contact_headline{color:#fff;font-size:2.5rem;letter-spacing:0.075rem;width:50%}@media screen and (max-width: 667px){.contact_headline{top:5%;font-size:2rem}}.contact_headline span:first-of-type{display:block;margin-bottom:2rem;font-weight:normal}.contact_headline>span{font-weight:700}.contact_info{display:flex;flex-direction:column;gap:1rem;justify-content:flex-end;color:#fff}@media screen and (max-width: 667px){.contact_info{gap:0.5rem;font-size:1.4rem}}.contact_info img{transform:scale(0.85);margin-right:0.8rem}@media screen and (max-width: 667px){.contact_info img{transform:scale(0.6)}}.contact_fields{display:flex;gap:1rem}@media screen and (max-width: 667px){.contact_fields{flex-direction:column}}.contact_details{width:50%;display:flex;flex-direction:column;gap:1.5rem}@media screen and (max-width: 667px){.contact_details{gap:1rem;width:70%}}.contact_detail{padding:1.5rem;border-radius:2.5rem;border:0.3rem solid var(--light-grey-color)}@media screen and (max-width: 667px){.contact_detail{padding:0.8rem}}.contact_message{width:50%;position:relative;border-radius:2.5rem;outline:none;border:none}@media screen and (max-width: 667px){.contact_message{width:98%;border:0.2rem solid var(--light-grey-color);min-height:15rem;overflow:hidden}}.contact_message textarea{border-radius:2.5rem;border:0.3rem solid var(--light-grey-color);padding:1.5rem;width:100%;height:100%;border-radius:2.4rem;outline:none}.contact_message textarea:focus{border:0.3rem solid Var(--purple-color);outline:none}@media screen and (max-width: 667px){.contact_message textarea{overflow-y:auto;padding:0.8rem}}.contact_message button{position:absolute;bottom:4%;right:2%}@media screen and (max-width: 667px){.contact_message button{bottom:4%;right:2%;padding:.6rem 1.2rem}}.pt-1{padding-top:.5rem}@media screen and (max-width: 667px){.pt-1{padding-top:.25rem}}.pb-1{padding-bottom:.5rem}@media screen and (max-width: 667px){.pb-1{padding-bottom:.25rem}}.py-1{padding-bottom:.5rem;padding-top:.5rem}@media screen and (max-width: 667px){.py-1{padding-bottom:.25rem;padding-top:.25rem}}.mt-1{margin-top:.5rem}@media screen and (max-width: 667px){.mt-1{margin-top:.25rem}}.mb-1{margin-bottom:.5rem}@media screen and (max-width: 667px){.mb-1{padding-bottom:.25rem}}.my-1{margin-top:.5rem;margin-bottom:.5rem}@media screen and (max-width: 667px){.my-1{margin-top:.25rem;margin-bottom:.25rem}}.pt-2{padding-top:1rem}@media screen and (max-width: 667px){.pt-2{padding-top:.5rem}}.pb-2{padding-bottom:1rem}@media screen and (max-width: 667px){.pb-2{padding-bottom:.5rem}}.py-2{padding-bottom:1rem;padding-top:1rem}@media screen and (max-width: 667px){.py-2{padding-bottom:.5rem;padding-top:.5rem}}.mt-2{margin-top:1rem}@media screen and (max-width: 667px){.mt-2{margin-top:.5rem}}.mb-2{margin-bottom:1rem}@media screen and (max-width: 667px){.mb-2{padding-bottom:.5rem}}.my-2{margin-top:1rem;margin-bottom:1rem}@media screen and (max-width: 667px){.my-2{margin-top:.5rem;margin-bottom:.5rem}}.pt-3{padding-top:1.5rem}@media screen and (max-width: 667px){.pt-3{padding-top:.75rem}}.pb-3{padding-bottom:1.5rem}@media screen and (max-width: 667px){.pb-3{padding-bottom:.75rem}}.py-3{padding-bottom:1.5rem;padding-top:1.5rem}@media screen and (max-width: 667px){.py-3{padding-bottom:.75rem;padding-top:.75rem}}.mt-3{margin-top:1.5rem}@media screen and (max-width: 667px){.mt-3{margin-top:.75rem}}.mb-3{margin-bottom:1.5rem}@media screen and (max-width: 667px){.mb-3{padding-bottom:.75rem}}.my-3{margin-top:1.5rem;margin-bottom:1.5rem}@media screen and (max-width: 667px){.my-3{margin-top:.75rem;margin-bottom:.75rem}}.pt-4{padding-top:2rem}@media screen and (max-width: 667px){.pt-4{padding-top:1rem}}.pb-4{padding-bottom:2rem}@media screen and (max-width: 667px){.pb-4{padding-bottom:1rem}}.py-4{padding-bottom:2rem;padding-top:2rem}@media screen and (max-width: 667px){.py-4{padding-bottom:1rem;padding-top:1rem}}.mt-4{margin-top:2rem}@media screen and (max-width: 667px){.mt-4{margin-top:1rem}}.mb-4{margin-bottom:2rem}@media screen and (max-width: 667px){.mb-4{padding-bottom:1rem}}.my-4{margin-top:2rem;margin-bottom:2rem}@media screen and (max-width: 667px){.my-4{margin-top:1rem;margin-bottom:1rem}}.pt-5{padding-top:2.5rem}@media screen and (max-width: 667px){.pt-5{padding-top:1.25rem}}.pb-5{padding-bottom:2.5rem}@media screen and (max-width: 667px){.pb-5{padding-bottom:1.25rem}}.py-5{padding-bottom:2.5rem;padding-top:2.5rem}@media screen and (max-width: 667px){.py-5{padding-bottom:1.25rem;padding-top:1.25rem}}.mt-5{margin-top:2.5rem}@media screen and (max-width: 667px){.mt-5{margin-top:1.25rem}}.mb-5{margin-bottom:2.5rem}@media screen and (max-width: 667px){.mb-5{padding-bottom:1.25rem}}.my-5{margin-top:2.5rem;margin-bottom:2.5rem}@media screen and (max-width: 667px){.my-5{margin-top:1.25rem;margin-bottom:1.25rem}}.pt-6{padding-top:3rem}@media screen and (max-width: 667px){.pt-6{padding-top:1.5rem}}.pb-6{padding-bottom:3rem}@media screen and (max-width: 667px){.pb-6{padding-bottom:1.5rem}}.py-6{padding-bottom:3rem;padding-top:3rem}@media screen and (max-width: 667px){.py-6{padding-bottom:1.5rem;padding-top:1.5rem}}.mt-6{margin-top:3rem}@media screen and (max-width: 667px){.mt-6{margin-top:1.5rem}}.mb-6{margin-bottom:3rem}@media screen and (max-width: 667px){.mb-6{padding-bottom:1.5rem}}.my-6{margin-top:3rem;margin-bottom:3rem}@media screen and (max-width: 667px){.my-6{margin-top:1.5rem;margin-bottom:1.5rem}}.pt-7{padding-top:3.5rem}@media screen and (max-width: 667px){.pt-7{padding-top:1.75rem}}.pb-7{padding-bottom:3.5rem}@media screen and (max-width: 667px){.pb-7{padding-bottom:1.75rem}}.py-7{padding-bottom:3.5rem;padding-top:3.5rem}@media screen and (max-width: 667px){.py-7{padding-bottom:1.75rem;padding-top:1.75rem}}.mt-7{margin-top:3.5rem}@media screen and (max-width: 667px){.mt-7{margin-top:1.75rem}}.mb-7{margin-bottom:3.5rem}@media screen and (max-width: 667px){.mb-7{padding-bottom:1.75rem}}.my-7{margin-top:3.5rem;margin-bottom:3.5rem}@media screen and (max-width: 667px){.my-7{margin-top:1.75rem;margin-bottom:1.75rem}}.pt-8{padding-top:4rem}@media screen and (max-width: 667px){.pt-8{padding-top:2rem}}.pb-8{padding-bottom:4rem}@media screen and (max-width: 667px){.pb-8{padding-bottom:2rem}}.py-8{padding-bottom:4rem;padding-top:4rem}@media screen and (max-width: 667px){.py-8{padding-bottom:2rem;padding-top:2rem}}.mt-8{margin-top:4rem}@media screen and (max-width: 667px){.mt-8{margin-top:2rem}}.mb-8{margin-bottom:4rem}@media screen and (max-width: 667px){.mb-8{padding-bottom:2rem}}.my-8{margin-top:4rem;margin-bottom:4rem}@media screen and (max-width: 667px){.my-8{margin-top:2rem;margin-bottom:2rem}}

/*# sourceMappingURL=styles.css.map */