#fe .container{max-width:1040px}#fe .link{color:var(--Text-Link-Text,#0a4bf0);font-size:18px;font-weight:700;letter-spacing:.1px;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}#fe .link:after{content:">"}#fe .link.link-no-arrow:after{content:none}#fe section .btn{align-items:center;border:1px solid transparent;border-radius:var(--Radius-Radius-full);display:inline-flex;font-weight:800;justify-content:center;letter-spacing:1.25px;padding:14px 24px;text-decoration:none;text-transform:none}@media only screen and (min-width:768px){#fe section .btn{min-width:230px}}#fe section .btn-primary{background:var(--Button-Primary-bg-color);color:var(--Button-Primary-color)}#fe section .btn-secondary{background:var(--Surface-Surface-Primary);border-color:var(--Color-Primary-500);color:var(--Button-Secondary-color)}#fe section .btn-with-icon{align-items:center;display:flex;gap:10px}#fe section .btn-with-icon svg{height:22px;width:22px}#fe .custom-select-wrapper{position:relative;width:100%}#fe .custom-select-wrapper .custom-select-trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--Color-Secondary-White,#fffdfa);border:1px solid var(--Borders-Borders-Primary,#435174);border-radius:24px;color:var(--Text-Primary-Text);cursor:pointer;font-family:inherit;font-size:16px;letter-spacing:.5px;line-height:1.375;padding:15px 40px 15px 16px;position:relative;text-align:left;transition:border-color .2s ease,box-shadow .2s ease;width:100%}#fe .custom-select-wrapper .custom-select-trigger:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:16px;pointer-events:none;position:absolute;right:16px;top:50%;transform:translateY(-50%);transition:transform .2s ease;width:16px}#fe .custom-select-wrapper .custom-select-trigger:hover{border-color:var(--Color-Primary-500,#0a4bf0)}#fe .custom-select-wrapper .custom-select-trigger.selected{color:var(--Text-Primary-Text)}#fe .custom-select-wrapper .custom-select-list{background:var(--Color-Secondary-White,#fffdfa);border:1px solid var(--Borders-Borders-Primary,#435174);border-radius:24px;box-shadow:0 4px 12px 0 rgba(0,0,0,.15);left:0;max-height:300px;opacity:0;overflow-y:auto;position:absolute;right:0;top:calc(100% + 4px);transform:translateY(-10px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;visibility:hidden;z-index:1000}#fe .custom-select-wrapper .custom-select-list.open{opacity:1;transform:translateY(0);visibility:visible}#fe .custom-select-wrapper.open .custom-select-trigger:after{transform:translateY(-50%) rotate(180deg)}#fe .custom-select-wrapper .custom-select-options{list-style:none;margin:0;max-height:300px;overflow-y:auto;padding:0}#fe .custom-select-wrapper .custom-select-options li{color:var(--Text-Primary-Text);cursor:pointer;font-size:16px;letter-spacing:.5px;line-height:1.375;outline:none;padding:12px 16px;position:relative;transition:background-color .2s ease,color .2s ease}#fe .custom-select-wrapper .custom-select-options li:focus:not(.disabled),#fe .custom-select-wrapper .custom-select-options li:hover:not(.disabled){background-color:var(--Color-Primary-050,#e7e9ee)}#fe .custom-select-wrapper .custom-select-options li.selected{background-color:var(--Color-Primary-050,#e7e9ee);color:var(--Color-Primary-700,#0039cc)}#fe .custom-select-wrapper .custom-select-options li.selected:before{content:"✓";font-weight:700;position:absolute;right:16px}#fe .custom-select-wrapper .custom-select-options li.disabled{color:var(--Color-Primary-300,#999);cursor:not-allowed;opacity:.6}#fe .custom-select-wrapper .custom-select-options li:first-child{border-radius:24px 24px 0 0}#fe .custom-select-wrapper .custom-select-options li:last-child{border-radius:0 0 24px 24px}#fe .custom-select-wrapper.multiple-select .custom-select-options li.selected{padding-right:40px}#fe .custom-select-wrapper.multiple-select .custom-select-options li.selected:before{content:"✓";position:absolute;right:16px}#fe .custom-select-wrapper .form-field .custom-select-wrapper{margin-top:0}#fe .custom-select-wrapper .custom-select-options::-webkit-scrollbar{width:8px}#fe .custom-select-wrapper .custom-select-options::-webkit-scrollbar-track{background:var(--Color-Secondary-White,#fffdfa);border-radius:4px}#fe .custom-select-wrapper .custom-select-options::-webkit-scrollbar-thumb{background:var(--Color-Primary-300,#999);border-radius:4px}#fe .custom-select-wrapper .custom-select-options::-webkit-scrollbar-thumb:hover{background:var(--Color-Primary-500,#666)}#fe .section-bg-light{background:#f3f4f6;margin-bottom:56px}@media only screen and (min-width:1024px){#fe .section-bg-light{margin-bottom:80px}}#fe .section-bg-light .section-inner{padding-block:40px}@media only screen and (min-width:1024px){#fe .section-bg-light .section-inner{padding-block:80px}}#fe .section-inner{display:flex;flex-direction:column;gap:24px;padding:0 0 56px}@media only screen and (min-width:1024px){#fe .section-inner{padding-bottom:80px}}#fe .section-title{color:var(--Text-Primary-Text);font-size:24px;font-weight:700;margin:0}@media only screen and (min-width:1024px){#fe .section-title{font-size:36px;line-height:1.1667}}#fe .section-subtitle{color:var(--Text-Primary-Text);font-size:18px;font-weight:800;margin-bottom:0}@media only screen and (min-width:1024px){#fe .section-subtitle{font-size:24px;line-height:1.25}}#fe .section ul.list-type-checkmark,#fe .section ul.list-type-cross{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0;text-align:left}#fe .section ul.list-type-checkmark li,#fe .section ul.list-type-cross li{color:var(--Text-Primary-Text);padding:0 0 0 30px;position:relative}@media only screen and (min-width:1024px){#fe .section ul.list-type-checkmark li,#fe .section ul.list-type-cross li{font-size:18px}}#fe .section ul.list-type-checkmark li:before,#fe .section ul.list-type-cross li:before{border:2px solid var(--Color-Secondary-Pink);border-radius:100%;content:"";display:inline-flex;height:20px;left:0;position:absolute;top:4px;width:20px}#fe .section ul.list-type-checkmark li:after,#fe .section ul.list-type-cross li:after{border-bottom:2px solid var(--Color-Secondary-Pink);border-right:2px solid var(--Color-Secondary-Pink);content:"";display:inline-flex;height:10px;left:7.5px;position:absolute;top:8.5px;transform:rotate(45deg);width:5px}#fe .section ul.list-type-cross li:after{border:transparent;color:var(--Color-Secondary-Pink);content:"×";font-weight:700;left:5.5px;line-height:1;top:5.5px;transform:none}#fe .section blockquote,#fe .section p{margin-bottom:0}#fe .section.section-inverse,#fe .section.section-inverse .section-subtitle,#fe .section.section-inverse .section-title,#fe .section.section-inverse blockquote,#fe .section.section-inverse li,#fe .section.section-inverse p,#fe .section.section-inverse ul{color:var(--Color-Secondary-White,#fffdfa)}#fe .section-row{display:flex;flex-direction:column;gap:48px;margin:0 auto;max-width:1040px}@media only screen and (min-width:1024px){#fe .section-row{flex-direction:row;gap:40px}#fe .section-row .section-col:first-child,#fe .section-row .section-col:last-child{width:50%}#fe .section-row.col-inverse-lg{flex-direction:row-reverse}#fe .section-row.col-inverse-lg .section-col:first-child,#fe .section-row.col-inverse-lg .section-col:last-child{width:50%}}#fe .affiliate-form{margin:0 15px}@media only screen and (min-width:1024px){#fe .affiliate-form{margin:0}}#fe .affiliate-form h2{margin-bottom:24px}#fe .form-wrapper{background:var(--Surface-Surface-Primary,#fffdfa);border:1px solid var(--Color-Secondary-Light-Blue,#4896e5);border-radius:24px;box-shadow:5px 5px 25px 0 rgba(72,150,229,.35);padding:24px}#fe .form-wrapper .section-title{font-size:24px;line-height:1.2}#fe .form-wrapper .form-fields{display:flex;flex-direction:column;gap:24px}#fe .form-wrapper .form-fields p{margin-bottom:0}#fe .form-wrapper .form-field{display:flex;flex-direction:column;gap:4px}#fe .form-wrapper .form-field label{align-items:center;color:var(--Text-Primary-Text);display:flex;font-size:16px;font-weight:400;gap:5px;margin-bottom:0}#fe .form-wrapper .form-field label sup{font-size:22px;font-weight:500;top:3px}#fe .form-wrapper .form-field .form-control{background:var(--Color-Secondary-White,#fffdfa);border:1px solid var(--Borders-Borders-Primary,#435174);border-radius:24px;font-family:inherit;font-size:16px;letter-spacing:.5px;line-height:1.375;padding:15px 16px;resize:none}#fe .form-wrapper .form-field .form-control-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;background-size:16px;cursor:pointer;padding-right:32px}#fe .form-wrapper .form-field .form-control-textarea{min-height:100px}#fe .form-wrapper .form-captcha{align-items:center;display:flex;justify-content:center}#fe .form-wrapper .form-tcpa-disclosure p{font-size:16px}#fe .form-wrapper .form-tcpa-disclosure p a{color:var(--Text-Link-Text,#0a4bf0)}#fe .form-wrapper .form-action{display:flex;flex-direction:column;gap:16px}#fe .form-wrapper .form-action-item{text-align:center}@media only screen and (min-width:1024px){#fe .form-wrapper .form-action{align-items:center;flex-direction:row;justify-content:center}}#fe .form-wrapper .form-action .btn{border-radius:var(--Radius-Radius-full,24px);font-weight:700;padding:16px 24px}#fe .hero-bg-light{background:#f3f4f6;margin-bottom:56px}@media only screen and (min-width:1024px){#fe .hero-bg-light{margin-bottom:80px}}#fe .hero-inner{display:flex;flex-direction:column;gap:24px;padding:24px 0 48px}@media only screen and (min-width:1024px){#fe .hero-inner{gap:56px;padding-bottom:80px;padding-top:56px}#fe .hero-inner .cards .card-title{font-size:18px}}#fe .hero-title{color:var(--Text-Primary-Text);font-size:30px;font-weight:800;line-height:1.3;margin:0;text-align:center}@media only screen and (min-width:1024px){#fe .hero-title{font-size:48px;line-height:1.12}}#fe .hero p{font-size:16px;margin:0}@media only screen and (min-width:1024px){#fe .hero-layout{display:flex;flex-direction:row;gap:40px}}#fe .hero-text{display:flex;flex:1 1 auto;flex-direction:column;gap:24px}#fe .hero-img{display:none}@media only screen and (min-width:1024px){#fe .hero-img{display:block;flex:0 0 auto;width:350px}#fe .hero-img img{height:auto;width:100%}}#fe .hero-buttons{display:flex;flex-direction:column;gap:24px}@media only screen and (min-width:768px){#fe .hero-buttons{flex-direction:row;gap:40px;justify-content:center}}@media only screen and (min-width:1024px){#fe .hero-buttons{padding-top:16px}}#fe .cards{display:grid;gap:24px;grid-template-columns:1fr}#fe .cards.cards-layout-sm-1x2{grid-template-columns:repeat(2,1fr)}@media only screen and (min-width:768px){#fe .cards{display:flex;flex-wrap:wrap;padding-top:16px}#fe .cards.cards-layout-lg-1x2>.card{flex:0 0 calc(50% - 12px)}#fe .cards.cards-layout-lg-1x3>.card{flex:0 0 calc(33.33% - 16px)}#fe .cards.cards-layout-lg-1x4>.card{flex:0 0 calc(25% - 18px)}#fe .cards.cards-layout-lg-1x3-2x2>.card{flex:0 0 calc(33.333% - 16px)}#fe .cards.cards-layout-lg-1x3-2x2>.card:nth-child(4),#fe .cards.cards-layout-lg-1x3-2x2>.card:nth-child(5){flex:0 0 calc(50% - 12px)}}#fe .cards.cards-transparent .card{background:transparent}#fe .cards.cards-no-shadow .card{box-shadow:none}#fe .cards.cards-no-padding .card{padding:0}#fe .cards .card{align-items:center;background:#f3f4f6;border-radius:24px;box-shadow:0 5px 25px rgba(0,0,0,.2);display:flex;flex-direction:column;gap:16px;padding:16px;text-align:center}@media only screen and (min-width:1024px){#fe .cards .card{padding:24px}}#fe .cards .card h3{color:var(--Text-Primary-Text,#132551);font-size:18px;font-weight:800;margin:0}@media only screen and (min-width:1024px){#fe .cards .card h3{font-size:24px;letter-spacing:.1px;line-height:1.25}#fe .cards .card .link{font-size:24px}}@media only screen and (min-width:768px){#fe .cards .card .card-link{margin-top:auto}}#fe .cards .icon{color:var(--Color-Secondary-Pink);height:48px;width:48px}#fe .cards .icon svg{height:100%;width:100%}#fe .cards-buttons{align-items:center;display:flex;flex-direction:column;gap:24px;padding-top:8px}#fe .cards-buttons .btn{min-width:275px}@media only screen and (min-width:768px){#fe .cards-buttons{flex-direction:row;gap:40px;justify-content:center}}@media only screen and (min-width:1024px){#fe .cards-buttons{padding-top:16px}}#fe .logo-list{align-items:center;display:flex;flex-wrap:wrap;gap:24px 40px;justify-content:center}@media only screen and (min-width:768px){#fe .logo-list{flex-wrap:nowrap;gap:32px}}@media only screen and (min-width:1024px){#fe .logo-list{gap:64px}}#fe .logo-list .logo-item{flex:0 0 calc(50% - 20px);width:50%}@media only screen and (min-width:768px){#fe .logo-list .logo-item{flex:auto;width:auto}}#fe .logo-list .logo-item img{display:block;margin:0 auto;max-height:60px;max-width:100%;-o-object-fit:contain;object-fit:contain}@media only screen and (min-width:1024px){#fe .logo-list .logo-item img{margin:0;max-width:175px}}#fe .review-wrapper{padding:16px 0}@media only screen and (min-width:1024px){#fe .review-wrapper{padding-top:26px}}#fe .review{align-items:center;display:flex;gap:16px}@media only screen and (min-width:1024px){#fe .review{align-items:flex-start;gap:40px;margin:0 auto}}#fe .review-avatar{border-radius:50%;flex:0 0 auto;height:80px;overflow:hidden;width:80px}@media only screen and (min-width:1024px){#fe .review-avatar{height:105px;width:105px}}#fe .review-avatar img{border-radius:50%;display:block;max-width:100%}#fe .review-text{flex:1 1 auto;margin-bottom:0}#fe .review-text p{color:var(--Text-Primary-Text);font-size:18px;font-weight:800;line-height:1.22;margin:0 0 16px}@media only screen and (min-width:1024px){#fe .review-text p{font-size:36px;line-height:1.17;margin-bottom:16px}}#fe .review-text .review-author{font-size:14px;font-weight:700;margin-bottom:0}@media only screen and (min-width:1024px){#fe .review-text .review-author{font-size:18px}}#fe .members{display:grid;gap:40px;grid-template-columns:1fr;justify-items:center;padding-block:16px}@media only screen and (min-width:768px){#fe .members{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1024px){#fe .members{align-items:center;display:flex;flex-direction:row;gap:110px;justify-content:center}}#fe .members .member{align-items:center;display:flex;flex-direction:column;gap:16px}@media only screen and (min-width:1024px){#fe .members .member{gap:24px}}#fe .members .member-avatar{background:#e5e7eb;border-radius:50%;height:240px;overflow:hidden;width:240px}#fe .members .member-avatar img{border-radius:50%;display:block;max-width:100%}#fe .members .member-name{align-items:center;color:var(--Text-Primary-Text);display:flex;font-size:18px;font-weight:800;gap:16px;margin:0}@media only screen and (min-width:1024px){#fe .members .member-name{font-size:24px}}#fe .members .member-name>a{display:inline-flex}#fe .hiw-steps{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:8px;position:relative;width:100%}@media only screen and (min-width:768px){#fe .hiw-steps{margin:0 auto 16px;max-width:650px}#fe .hiw-steps+.section-title{margin-bottom:8px}}#fe .hiw-steps:after{border-bottom:2px solid var(--Color-Secondary-Pink);content:"";position:absolute;top:50%;transform:translateY(-50%);width:100%}#fe .hiw-steps .hiw-step{align-items:center;background:#f3f4f6;border:2px solid var(--Color-Secondary-Pink);border-radius:35px;display:flex;height:35px;justify-content:center;position:relative;width:35px;z-index:1}@media only screen and (min-width:768px){#fe .hiw-steps .hiw-step{border-radius:67px;height:67px;width:67px}}#fe .hiw-steps .hiw-step span{color:var(--Color-Secondary-Pink);font-size:24px;font-weight:800}@media only screen and (min-width:768px){#fe .hiw-steps .hiw-step span{font-size:48px}}#fe .section-cta .section-inner{background:var(--Color-Primary-500,#132551);border:8px solid var(--Color-Secondary-Light-Blue,#4896e5);border-radius:24px;color:var(--Color-Secondary-White,#fffdfa);margin-bottom:40px;padding:48px 24px;text-align:center}@media only screen and (min-width:1024px){#fe .section-cta .section-inner{margin-bottom:80px;padding:48px}}#fe .section-cta .cta-buttons{display:flex;flex-direction:column;gap:24px}@media only screen and (min-width:768px){#fe .section-cta .cta-buttons{flex-direction:row;gap:40px;justify-content:center}}#fe .faq-group{display:flex;flex-direction:column;gap:24px;padding-top:16px}#fe .faq-group-title{font-size:18px;font-weight:700}@media only screen and (min-width:768px){#fe .faq-group-title{font-size:24px;line-height:1.25}}#fe .faq-item{border-bottom:1px solid var(--Color-Primary-200,#a1a8b9);padding:16px 8px}#fe .faq-item a{color:var(--Text-Link-Text,#0a4bf0);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}#fe .faq-item:last-child{border-bottom:none}#fe .faq-item>summary{list-style:none}#fe .faq-item>summary::-webkit-details-marker{display:none}#fe .faq-item>.faq-question{align-items:center;cursor:pointer;display:flex;font-size:16px;font-weight:700;gap:12px;line-height:1.4;margin:0}@media only screen and (min-width:768px){#fe .faq-item>.faq-question{font-size:18px;gap:16px;line-height:1.3}}#fe .faq-item>.faq-question:before{border-bottom:2px solid var(--Color-Primary-500,#132551);border-right:2px solid var(--Color-Primary-500,#132551);content:"";flex-shrink:0;height:8px;transform:rotate(-45deg);transition:transform .2s ease;width:8px}#fe .faq-item[open]>.faq-question:before{margin-top:-2px;transform:rotate(45deg)}#fe .faq-answer{margin-top:8px;padding:0 8px 8px 20px}@media only screen and (min-width:768px){#fe .faq-answer{margin-top:16px;padding-left:24px}}#fe .faq-answer p{font-size:16px;margin:0 0 8px}#fe .faq-answer p:last-child{margin-bottom:0}#fe .ratings-wrapper{text-align:center}#fe .ratings-wrapper svg{margin-right:2px;margin-top:-3px}
