*{margin:0;padding:0;box-sizing:border-box}body{line-height:1.5}:root{--primary-color:#340460;--primary-color-dark:rgb(20,1,38);--primary-color-dark-strong:rgb(10,0,19);--primary-color-light:rgb(143,116,167);--primary-color-light-strong:rgb(214,204,223);--primary-color-light-stronger:rgb(236,232,240);--text-color:var(--primary-color-dark-strong);--text-color-light:#4e516b;--font-family:"Open Sans",sans-serif}body{display:flex;flex-direction:column;min-height:100vh;margin:0;background-color:#fff;color:var(--text-color);font-size:16px;line-height:1.2;font-family:var(--font-family)}.main{flex-grow:1}.footer{flex-shrink:0}.container{width:100%;max-width:1100px;margin:0 auto}.btn{display:flex;align-items:center;justify-content:center;padding:22px;gap:16px;border:none;border-radius:32px;font-weight:700;font-size:18px;text-align:center;text-decoration:none;cursor:pointer;transition:all .2s}.btn--primary{background-color:var(--primary-color);color:#fff}.btn--primary:hover{opacity:.9}.btn--white{background-color:var(--primary-color-light-stronger);color:var(--primary-color)}.btn--white:hover{background-color:var(--primary-color-light-strong)}.btn--full{width:100%}.header{display:flex;align-items:center;margin:16px;padding:16px;border-radius:16px;background-color:var(--primary-color-light-stronger)}.header__wrapper{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.header__container{display:flex;align-items:center;justify-content:center;gap:64px}.header__logo-link{display:flex;align-items:center}.header__logo-img{width:100%;max-width:180px;max-height:35px}@media(max-width:768px){.header__logo-img{max-width:140px}}.header__branding{display:flex;align-items:center;gap:64px}@media(max-width:768px){.header__branding{gap:16px}}.hero{position:relative;margin:0 16px 16px 16px;padding:16px;overflow:hidden;border-radius:16px;background:url("img/herobg.jpg") no-repeat top center/cover;color:#fff}.hero::before{z-index:1;position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--primary-color);content:"";opacity:.8}.hero__container{display:grid;z-index:2;position:relative;grid-template-areas:"title" "form" "list";flex-direction:column;align-items:center;justify-items:center;padding:64px 0;gap:24px}@media(max-width:768px){.hero__container{padding:32px 0}}@media(min-width:769px){.hero__container{grid-template-columns:1fr 370px;grid-template-areas:"title form" "list  form";align-items:center;justify-items:flex-start}}@media(max-width:768px){.hero__content{max-width:370px}}@media(min-width:769px){.hero__content{align-self:end}}.hero__title{grid-area:title;font-weight:700;font-size:56px}@media(max-width:768px){.hero__title{font-size:36px}}.hero__list{display:flex;grid-area:list;flex-direction:column;flex-wrap:wrap;align-self:start;padding:0;gap:16px;list-style:none}@media(max-width:768px){.hero__list{width:100%;max-width:370px}}.hero__icon{fill:var(--primary-color-light-strong)}.hero__item{display:flex;gap:8px;font-size:16px}.hero__item svg{flex-shrink:0}.hero__card{grid-area:form;width:100%;max-width:370px}@media(min-width:769px){.hero__card{align-self:start;min-width:370px}}.benefits{padding:64px 16px;background-color:var(--primary-color-dark);color:#fff}@media(max-width:768px){.benefits{padding:32px 16px}}.benefits__container{display:flex;z-index:1;position:relative;flex-direction:column;gap:24px}@media(max-width:768px){.benefits__container{align-items:center}}.benefits__title{font-weight:700;font-size:48px}@media(max-width:768px){.benefits__title{width:100%;max-width:400px;font-size:32px}}.benefits__content{display:flex;flex-direction:row;align-items:center;gap:32px}@media(max-width:768px){.benefits__content{flex-direction:column;width:100%;max-width:400px}}.benefits__img{width:50%;height:250px;background:url("../img/image1.png") no-repeat center center;background-size:contain}@media(max-width:768px){.benefits__img{width:100%;height:180px}}.benefits__items{display:flex;flex-direction:column;gap:16px}@media(max-width:768px){.benefits__items{width:100%}}.benefits__item{display:flex;gap:8px}.benefits__body{display:flex;flex-direction:column;gap:8px}.benefits__icon{width:32px;height:32px}.benefits__heading{font-weight:700;font-size:24px}.benefits__text{font-size:16px}.benefits__icon--colored{fill:var(--primary-color-light)}.features{margin:0 16px 16px 16px;padding:64px 16px;border-radius:16px;background-color:var(--primary-color-light-stronger)}@media(max-width:768px){.features{padding:32px 16px}}.features__container{display:flex;flex-direction:column;gap:24px}@media(min-width:769px){.features__container{flex-direction:row}}.features__item{display:grid;grid-template-rows:auto 1fr;grid-template-columns:auto 1fr;grid-template-areas:"icon title" "text text";flex:1;gap:8px 16px}.features__icon{grid-area:icon;width:64px;height:64px}.features__icon--light{fill:var(--primary-color-light)}.features__icon--dark{fill:var(--primary-color)}.features__title{grid-area:title;color:var(--primary-color);font-weight:700;font-size:24px}.features__text{grid-area:text;font-size:16px}.steps{padding:64px 16px}@media(max-width:768px){.steps{padding:32px 16px}}.steps__container{display:grid;grid-template-columns:6fr 4fr;grid-template-areas:"title title" "list img";gap:32px}@media(max-width:768px){.steps__container{grid-template-columns:1fr;grid-template-areas:"title title" "img img" "list list"}}.steps__title{grid-area:title;font-weight:700;font-size:48px}@media(max-width:768px){.steps__title{font-size:32px}}.steps__wrapper{display:flex;grid-area:list;flex-direction:column;gap:24px}.steps__img{display:flex;grid-area:img;align-items:center;justify-content:center;background:url("../img/image2.png") no-repeat center center;background-size:contain}@media(max-width:768px){.steps__img{min-height:310px}}.steps__list{display:flex;flex-direction:column;gap:24px}.steps__item{display:flex;flex-direction:column;gap:12px}.steps__number{color:var(--primary-color);font-weight:500;font-size:14px}.steps__heading{color:var(--primary-color);font-weight:700;font-size:24px}.steps__text{font-size:16px}.steps__content{display:flex;flex-direction:column;gap:8px}.footer{display:flex;flex-direction:column;padding:0 16px;background-color:var(--primary-color-dark-strong);color:var(--primary-color-light-stronger)}.footer__nav{padding:24px 0;border-radius:16px;background-color:var(--primary-color-dark)}.footer__section{padding:24px 0}.footer__bottom{padding:16px 0;border-top:1px solid var(--primary-color)}.footer__links{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:24px}@media(max-width:768px){.footer__links{flex-direction:column}}.footer__links a{color:#fff;font-size:14px;text-decoration:none}.footer__links a:hover{text-decoration:underline}.footer__disclaimer{display:flex;flex-direction:column;gap:8px;font-size:14px}.footer__heading{color:#fff;font-weight:400;font-size:16px}.footer__copyright{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;font-size:14px}@media(max-width:768px){.footer__copyright{flex-direction:column;gap:16px;text-align:center}}.footer__branding{display:flex;align-items:center;justify-content:center;padding:24px 0}.footer__logo img{width:100%;max-width:180px;max-height:32px}.radio-icon{display:flex;align-items:center;justify-content:center}.radio-icon[data-show=true]{display:flex}.radio-icon[data-show=false]{display:none}.radio-icon__svg{width:100%;max-width:189px;max-height:35px}.radio-icon__path{fill:var(--primary-color-light-strong)}.radio-icon__gradient-start{stop-color:var(--primary-color)}.radio-icon__gradient-end{stop-color:var(--primary-color-light)}.text-page{padding:24px 16px;color:var(--text-color);font-size:16px;line-height:1.25}@media(max-width:768px){.text-page{padding-top:16px;padding-bottom:16px}}.text-page>*{margin-bottom:.7rem}.text-page>*:last-child{margin-bottom:0}.text-page>*:first-child{margin-top:0}.text-page h1,.text-page h2,.text-page h3,.text-page h4,.text-page h5,.text-page h6{font-weight:700;line-height:1.2}.text-page h1{margin-top:1.4rem;font-size:2.25rem}.text-page h2{margin-top:1.3rem;font-size:1.875rem}.text-page h3{margin-top:1.2rem;font-size:1.5rem}.text-page h4{margin-top:1.1rem;font-size:1.2rem}.text-page h5{margin-top:1rem;font-size:1.1rem}.text-page h6{margin-top:.9rem;font-size:1rem}.text-page ul,.text-page ol{padding-left:1.3rem}.text-page ul li,.text-page ol li{margin-bottom:.25rem}.text-page ul{list-style-type:disc}.text-page ol{list-style-type:decimal}.text-page a{color:var(--primary-color);text-decoration:underline}.text-page a:hover{text-decoration:none}.text-page blockquote{padding:.5rem 1rem;border-left:3px solid var(--primary-color);background-color:var(--primary-color-light-stronger);font-style:italic}.text-page blockquote p{margin-bottom:0}.text-page img{display:block;max-width:100%;height:auto;border-radius:4px}.text-page table{width:100%;border-collapse:collapse}.text-page table th,.text-page table td{padding:.5rem;border:1px solid var(--primary-color-light-strong);text-align:left}.text-page table th{background-color:var(--primary-color-light-stronger);font-weight:bold}.text-page code,.text-page pre{padding:.2rem .4rem;border-radius:3px;background:var(--primary-color-light-stronger);font-family:monospace}.form-page{padding:32px 16px}.not-found{display:flex;align-items:center;justify-content:center;min-height:80vh;text-align:center}.not-found__content{max-width:600px;margin:0 auto}.not-found__title{margin-bottom:1rem;color:var(--primary-color);font-weight:700;font-size:100px;line-height:1}.not-found__message{margin-bottom:1.5rem;font-size:24px}.not-found__redirect{margin-bottom:2rem;font-size:18px}