@keyframes bounce-in{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)rotate(270deg)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale(1)rotate(0)}}#donk-outer,#donk-middle,#donk-inner{transform-origin:50%;animation:2.5s ease-in-out infinite alternate pulse;transform:scale(1)}#donk-outer{animation-delay:1s}#donk-middle{animation-delay:.5s}@keyframes pulse{0%{transform:scale(1)}to{transform:scale(1.05)}}@keyframes max-height-opacity{0%{opacity:0;max-height:0}to{opacity:1;max-height:9999px}}@keyframes max-height-opacity-fast{0%{opacity:0;max-height:0}40%{opacity:1}to{max-height:999px}}@keyframes opacity{0%{opacity:0}to{opacity:1}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slide-in{0%{top:-5px}to{top:0}}@keyframes slide-in-right{0%{right:-100%}to{right:0}}.accordion-item:last-of-type:not(:last-child){margin-bottom:20px}.accordion-item__header{color:#291d4c;cursor:pointer;border-top:1px solid #e5e4f0;padding:20px 60px 20px 20px;position:relative}.accordion-item__header:hover{background-color:#f2f6fe}.accordion-item__header--open .accordion-item__state:after{transform:translateY(-50%)rotate(270deg)}@media (width>=768px){.accordion-item--flush .accordion-item__header{padding-left:40px;padding-right:125px}}.accordion-item--flush .accordion-item__header,.accordion-item--flush .accordion-item:after{margin:0 -20px}@media (width>=768px){.accordion-item--flush .accordion-item__header,.accordion-item--flush .accordion-item:after{margin:0 -180px 0 -40px}}.accordion-item--flush .accordion-item__content{padding:10px 0 20px}.accordion-item--grey .accordion-item__header{background-color:#f2f6fe}.accordion-item--grey .accordion-item__content:after{content:"";border-bottom:1px solid #b7b3d2;margin-top:20px;display:block}.accordion-item__state{color:#291d4c;height:20px;padding-right:20px;font-size:12px;font-weight:700;position:absolute;top:50%;right:20px;transform:translateY(-50%)}@media (width>=768px){.accordion-item__state{right:25px}}.accordion-item__state:after{content:"";background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' color='%23291d4c'%3E%3Cpath fill='currentColor' d='m6.27.67 8.745 8.313a1.296 1.296 0 0 1 0 1.898L6.27 19.194a.97.97 0 0 1-1.326 0l-.67-.635a.863.863 0 0 1 0-1.261l7.749-7.365-7.75-7.365a.865.865 0 0 1 0-1.263l.67-.635a.97.97 0 0 1 1.327 0'/%3E%3C/svg%3E") 50%/12px no-repeat;width:12px;height:12px;position:absolute;top:40%;right:0;transform:translateY(-50%)rotate(90deg)}@media (width<=767px){.accordion-item__state-text{clip:rect(0 0 0 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}}.accordion-item__title{font-size:16px;font-weight:700;line-height:1}.accordion-item__sub-title{margin-top:2px;font-size:12px;display:block}.accordion-item__content{padding:20px}.btn.add-to-shortlist{box-sizing:border-box;justify-content:center;align-items:center;padding:0;display:flex}.btn.add-to-shortlist .tickbox{height:auto;padding:0;display:flex}.btn.add-to-shortlist .tickbox__label{border:1px solid #b7b3d2;border-radius:10px;width:100%;height:100%;min-height:44px;margin-bottom:0;padding:0 8px;font-size:14px}.btn.add-to-shortlist .tickbox__label:before{box-sizing:border-box;width:24px;min-width:24px;height:24px;margin-right:10px}.btn.add-to-shortlist .tickbox__input:checked+.tickbox__label{color:#291d4c;border-color:#291d4c}.btn.add-to-shortlist .tickbox__input:checked+.tickbox__label:before{background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='currentColor' viewBox='0 0 100 100' fill='%23291d4c'%3E%3Cpath fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='11' d='m70.5 35.5-29 29-12-12'/%3E%3C/svg%3E") 50% no-repeat;top:13px;left:2px}.additional-extras{margin:0 15px 35px}.additional-extras:last-child{margin-bottom:0}.additional-extras__title{color:#291d4c;text-align:left;margin:20px 0 10px;font-family:Saans,sans-serif;font-size:18px;font-weight:700;line-height:28px}.additional-extras__entry{color:#291d4c;border-bottom:1px solid #b7b3d2;justify-content:space-between;font-size:14px;line-height:42px;display:flex}.additional-extras__entry:last-child{border-bottom:none}.additional-extras__status{font-weight:700}.additional-extras__status--purple{color:#291d4c}.btn{cursor:pointer;background-color:#0000;border-radius:10px;width:100%;height:46px;padding:0 20px;font-family:Saans,sans-serif;font-size:16px;font-weight:700;line-height:1;text-decoration:none;transition:background-color .2s linear,border-color .2s linear,box-shadow .2s linear;display:block;position:relative}.btn:focus{border:1px solid #291d4c;box-shadow:0 0 0 3px #fff,0 0 0 5px #291d4c}@media (width>=340px){.btn{max-width:300px;margin:0 auto}}@media screen and (width>=620px){.btn{width:auto;margin:0}}.btn+.btn.btn--block-inline{margin-top:15px}@media screen and (width<=619px){.btn+.btn.btn--block-inline.btn--link{margin:15px auto 0;display:block}}.btn--primary{color:#fff;background:#291d4c;border-color:#0000;min-width:130px}.btn--primary:hover,.btn--primary:focus{color:#fff;text-decoration:none}.btn--primary:hover{background:#040308}.btn--primary:focus{box-shadow:0 0 0 3px #fff,0 0 0 5px #291d4c}.btn--primary-pink{background:#d55ca8}.btn--primary-pink:hover,.btn--primary-pink:focus{box-shadow:0 0 0 2px #d55ca8}.btn--subprimary,.btn--secondary{color:#291d4c;background-color:#d9d8ff;background-image:none;background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:padding-box,border-box;background-clip:padding-box,border-box;border:none;min-width:100px}.btn--subprimary:hover,.btn--secondary:hover{background:#b5b3ff}.btn--link{color:#291d4c;background-color:#0000;border-color:#0000;outline:none;width:auto;height:auto;margin:0;padding:0;font-size:14px;line-height:1.5;display:inline-block}.btn--link .btn__text{-webkit-text-decoration:inherit;text-decoration:inherit}.btn--link:hover,.btn--link:focus{color:#040308;text-decoration:underline}.btn--link:hover .btn__text,.btn--link:focus .btn__text{-webkit-text-decoration:inherit;text-decoration:inherit}.btn--link[disabled]{opacity:.5;pointer-events:none}.btn--link.btn--right-arrow,.btn--link.btn--down-arrow,.btn--link.btn--up-arrow{padding-right:20px}.btn--link.btn--right-arrow:after,.btn--link.btn--down-arrow:after,.btn--link.btn--up-arrow:after{content:"";background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' color='%23291d4c'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M7.47 2.803a.75.75 0 0 1 1.06 0l4.667 4.667a.75.75 0 0 1 0 1.06L8.53 13.197a.75.75 0 0 1-1.06-1.06l3.386-3.387H3.333a.75.75 0 1 1 0-1.5h7.523L7.469 3.864a.75.75 0 0 1 0-1.061' clip-rule='evenodd'/%3E%3C/svg%3E") 50%/14px no-repeat;width:25px;height:20px;padding-left:0;position:absolute;top:50%;right:-5px;transform:translateY(-50%)}.btn--link.btn--right-arrow:hover:after,.btn--link.btn--right-arrow:focus:after,.btn--link.btn--down-arrow:hover:after,.btn--link.btn--down-arrow:focus:after,.btn--link.btn--up-arrow:hover:after,.btn--link.btn--up-arrow:focus:after,.btn--link.btn--right-arrow[disabled]:after,.btn--link.btn--down-arrow[disabled]:after,.btn--link.btn--up-arrow[disabled]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' color='%23291d4c'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M7.47 2.803a.75.75 0 0 1 1.06 0l4.667 4.667a.75.75 0 0 1 0 1.06L8.53 13.197a.75.75 0 0 1-1.06-1.06l3.386-3.387H3.333a.75.75 0 1 1 0-1.5h7.523L7.469 3.864a.75.75 0 0 1 0-1.061' clip-rule='evenodd'/%3E%3C/svg%3E")}.btn--link.btn--left-arrow{padding-left:20px}.btn--link.btn--left-arrow:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' color='%23291d4c'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M7.47 2.803a.75.75 0 0 1 1.06 0l4.667 4.667a.75.75 0 0 1 0 1.06L8.53 13.197a.75.75 0 0 1-1.06-1.06l3.386-3.387H3.333a.75.75 0 1 1 0-1.5h7.523L7.469 3.864a.75.75 0 0 1 0-1.061' clip-rule='evenodd'/%3E%3C/svg%3E") 50%/14px no-repeat;width:25px;height:20px;padding-right:0;position:absolute;top:2px;left:-2px}.btn--link.btn--left-arrow:hover:before,.btn--link.btn--left-arrow:focus:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' color='%23291d4c'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M7.47 2.803a.75.75 0 0 1 1.06 0l4.667 4.667a.75.75 0 0 1 0 1.06L8.53 13.197a.75.75 0 0 1-1.06-1.06l3.386-3.387H3.333a.75.75 0 1 1 0-1.5h7.523L7.469 3.864a.75.75 0 0 1 0-1.061' clip-rule='evenodd'/%3E%3C/svg%3E")}.btn--link.btn--down-arrow:after{margin:0;transform:translateY(-50%)rotate(90deg)}.btn--link.btn--up-arrow:after{margin:1px 0 0;transform:translateY(-50%)rotate(270deg)}.btn--link.btn__subheader{font-size:16px;line-height:1.38}@media (width>=620px){.btn--link.btn__subheader{font-size:18px;line-height:1.33}}.btn--link-red{color:#db0031;font-weight:inherit;text-decoration:underline}.btn--link-red:hover,.btn--link-red:focus{color:#db0031;text-decoration:none}.btn--link-ms7{text-decoration:underline}.btn--link-ms7:hover,.btn--link-ms7:focus{text-decoration-thickness:3px}.btn--link-ms7:focus{color:#fff;box-shadow:none;background:#007a72;border-radius:0}.btn--right{float:right;margin-right:10%}.btn--centered{margin:0 auto}.btn--vertical-align{height:auto;padding:14px 20px}.btn--multi-line{height:auto;min-height:40px;padding:10px 20px;line-height:1.2}@media screen and (width<=767px){.btn--small-mobile{width:auto;padding:0 10px;font-size:12px}}.btn--large{min-width:0;height:auto;padding:13px 20px;font-size:16px}@media (width>=1280px){.btn--large{font-size:18px}}.btn--large.btn--right-arrow{padding-right:35px;position:relative}.btn--large.btn--right-arrow:after{position:absolute;top:50%;right:15px;transform:translateY(-50%)}@media (width>=1280px){.btn--large.btn--right-arrow.btn--right-arrow-not-desktop{padding-right:20px}.btn--large.btn--right-arrow.btn--right-arrow-not-desktop:after{display:none}}.btn--right-arrow:after,.btn--left-arrow:before{content:"";vertical-align:middle;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' color='%23fff'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M7.47 2.803a.75.75 0 0 1 1.06 0l4.667 4.667a.75.75 0 0 1 0 1.06L8.53 13.197a.75.75 0 0 1-1.06-1.06l3.386-3.387H3.333a.75.75 0 1 1 0-1.5h7.523L7.469 3.864a.75.75 0 0 1 0-1.061' clip-rule='evenodd'/%3E%3C/svg%3E") 50%/16px no-repeat;width:16px;height:16px;margin-left:10px;display:inline-block}.btn--right-arrow{padding-right:20px}.btn--right-arrow.btn--secondary:after,.btn--right-arrow.btn--secondary:focus:after,.btn--right-arrow.btn--secondary:hover:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' color='%23291d4c'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M7.47 2.803a.75.75 0 0 1 1.06 0l4.667 4.667a.75.75 0 0 1 0 1.06L8.53 13.197a.75.75 0 0 1-1.06-1.06l3.386-3.387H3.333a.75.75 0 1 1 0-1.5h7.523L7.469 3.864a.75.75 0 0 1 0-1.061' clip-rule='evenodd'/%3E%3C/svg%3E")}.btn--left-arrow{padding-left:20px}.btn--left-arrow:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' color='%23291d4c'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M7.47 2.803a.75.75 0 0 1 1.06 0l4.667 4.667a.75.75 0 0 1 0 1.06L8.53 13.197a.75.75 0 0 1-1.06-1.06l3.386-3.387H3.333a.75.75 0 1 1 0-1.5h7.523L7.469 3.864a.75.75 0 0 1 0-1.061' clip-rule='evenodd'/%3E%3C/svg%3E");margin:0 10px 0 0;transform:rotate(180deg)}.btn--left-arrow:hover:before,.btn--left-arrow:focus:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' color='%23291d4c'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M7.47 2.803a.75.75 0 0 1 1.06 0l4.667 4.667a.75.75 0 0 1 0 1.06L8.53 13.197a.75.75 0 0 1-1.06-1.06l3.386-3.387H3.333a.75.75 0 1 1 0-1.5h7.523L7.469 3.864a.75.75 0 0 1 0-1.061' clip-rule='evenodd'/%3E%3C/svg%3E")}@media (width>=620px){.btn--block-inline{width:auto;display:inline-block}.btn--block-inline+.btn--block-inline{margin-left:15px}}@media (width<=619px){.btn--space-top{margin-top:16px}}.btn--inline{width:auto;display:inline-block}.btn--block{width:100%}.btn--fluid{max-width:none}.btn--pdf:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='22' fill='%23291d4c'%3E%3Cpath d='M1.308 20.706h14.384v-13.2H10.07a.65.65 0 0 1-.654-.647V1.294H1.308zM16.346 22H.654A.65.65 0 0 1 0 21.353V.647A.65.65 0 0 1 .654 0h9.415a.65.65 0 0 1 .654.647v5.565h5.623a.65.65 0 0 1 .654.647v14.494a.65.65 0 0 1-.654.647'/%3E%3Cpath d='M16.346 7.506a.66.66 0 0 1-.462-.19L9.607 1.105a.643.643 0 0 1 0-.916.66.66 0 0 1 .925 0l6.277 6.212a.643.643 0 0 1 0 .915.66.66 0 0 1-.463.19M3.726 16.86h.323q.452 0 .676-.176.225-.177.225-.515 0-.34-.188-.503-.189-.163-.59-.163h-.446zm2.213-.725q0 .738-.466 1.13-.466.39-1.326.39h-.42v1.627h-.98v-4.574h1.476q.84 0 1.278.359.438.357.438 1.068m3.69.842q0-1.474-1.316-1.474h-.521v2.978h.42q1.417 0 1.417-1.504m1.018-.026q0 1.13-.65 1.73t-1.876.601H6.81v-4.574h1.452q1.131 0 1.758.592.626.59.626 1.651m1.923 2.331h-.964v-4.574h2.649v.795h-1.685v1.18h1.568v.791h-1.568z'/%3E%3C/svg%3E");vertical-align:middle;width:17px;height:22px;margin-right:5px;display:inline-block}.btn--pdf:hover:before,.btn--pdf:focus:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='22' fill='%23291d4c'%3E%3Cpath d='M1.308 20.706h14.384v-13.2H10.07a.65.65 0 0 1-.654-.647V1.294H1.308zM16.346 22H.654A.65.65 0 0 1 0 21.353V.647A.65.65 0 0 1 .654 0h9.415a.65.65 0 0 1 .654.647v5.565h5.623a.65.65 0 0 1 .654.647v14.494a.65.65 0 0 1-.654.647'/%3E%3Cpath d='M16.346 7.506a.66.66 0 0 1-.462-.19L9.607 1.105a.643.643 0 0 1 0-.916.66.66 0 0 1 .925 0l6.277 6.212a.643.643 0 0 1 0 .915.66.66 0 0 1-.463.19M3.726 16.86h.323q.452 0 .676-.176.225-.177.225-.515 0-.34-.188-.503-.189-.163-.59-.163h-.446zm2.213-.725q0 .738-.466 1.13-.466.39-1.326.39h-.42v1.627h-.98v-4.574h1.476q.84 0 1.278.359.438.357.438 1.068m3.69.842q0-1.474-1.316-1.474h-.521v2.978h.42q1.417 0 1.417-1.504m1.018-.026q0 1.13-.65 1.73t-1.876.601H6.81v-4.574h1.452q1.131 0 1.758.592.626.59.626 1.651m1.923 2.331h-.964v-4.574h2.649v.795h-1.685v1.18h1.568v.791h-1.568z'/%3E%3C/svg%3E")}.btn--post:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='%23291d4c' viewBox='0 0 100 100'%3E%3Cpath d='M8.75 26h82.5v48H8.75z' style='fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:5px'/%3E%3Cpath d='M8.75 26 50 60l41.25-34' style='fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:4px'/%3E%3C/svg%3E");vertical-align:middle;width:22px;height:22px;margin-right:5px;display:inline-block}.btn--post:hover:before,.btn--post:focus:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='%23291d4c' viewBox='0 0 100 100'%3E%3Cpath d='M8.75 26h82.5v48H8.75z' style='fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:5px'/%3E%3Cpath d='M8.75 26 50 60l41.25-34' style='fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:4px'/%3E%3C/svg%3E")}.btn--more{box-shadow:none;background-color:#291d4c;border:0}.btn--more[disabled]{opacity:.5}.btn--loader[disabled]:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='loading' style='transition:all .2s linear;width:18px;height:18px;cursor:pointer' viewBox='0 0 36 36'%3E%3Cstyle%3E@keyframes pulse%7B0%25,25%25,to%7Bstroke-width:6%7D12.5%25%7Bstroke-width:9;stroke:%23fff%7D%7D.loading path%7Bstroke-linecap:round;fill:none;transition:all .2s linear;stroke-width:6;stroke:%23c6cacc;animation:pulse .6s infinite%7D%3C/style%3E%3Cpath d='M18 4h0'/%3E%3Cpath d='M28 8h0' style='animation-delay:.075s'/%3E%3Cpath d='M32 18h0' style='animation-delay:.15s'/%3E%3Cpath d='M28 28h0' style='animation-delay:.225s'/%3E%3Cpath d='M18 32h0' style='animation-delay:.3s'/%3E%3Cpath d='M8 28h0' style='animation-delay:.375s'/%3E%3Cpath d='M4 18h0' style='animation-delay:.45s'/%3E%3Cpath d='M8 8h0' style='animation-delay:.525s'/%3E%3Cpath d='M18 4h0'/%3E%3C/svg%3E");vertical-align:middle;width:18px;height:18px;padding-left:10px;display:inline-block}.btn--user:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' stroke='%23291d4c'%3E%3Cpath fill='%23fff' d='M39.9 34.4a23.3 23.3 0 0 0-10.8-15.9l-2.1-1a9.8 9.8 0 0 0 3.5-7.5A10.3 10.3 0 0 0 20 0 10.3 10.3 0 0 0 9.5 10a9.8 9.8 0 0 0 3.5 7.5 14.3 14.3 0 0 0-2.1 1A23.5 23.5 0 0 0 .1 34.4a5.5 5.5 0 0 0 1 4.2A4.1 4.1 0 0 0 4.3 40h31.4a4.1 4.1 0 0 0 3.2-1.4 5.6 5.6 0 0 0 1-4.2M20 4a6.3 6.3 0 0 1 6.6 6 6.3 6.3 0 0 1-6.6 6.1 6.3 6.3 0 0 1-6.6-6.1A6.3 6.3 0 0 1 20 4m16 32h-4.4v-5.2a2 2 0 0 0-2-2 2 2 0 0 0-2 2V36H12.2v-5a2 2 0 0 0-2-2 2 2 0 0 0-2 2v5H4.1a1.9 1.9 0 0 1-.1-1 19.6 19.6 0 0 1 9-13.1 15.3 15.3 0 0 1 7.2-1.8 14.2 14.2 0 0 1 7 1.9 19.4 19.4 0 0 1 8.9 13 2.1 2.1 0 0 1-.1 1'/%3E%3C/svg%3E");vertical-align:middle;width:18px;height:18px;margin-right:5px;display:inline-block}.btn--user:hover:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' stroke='%23291d4c'%3E%3Cpath fill='%23fff' d='M39.9 34.4a23.3 23.3 0 0 0-10.8-15.9l-2.1-1a9.8 9.8 0 0 0 3.5-7.5A10.3 10.3 0 0 0 20 0 10.3 10.3 0 0 0 9.5 10a9.8 9.8 0 0 0 3.5 7.5 14.3 14.3 0 0 0-2.1 1A23.5 23.5 0 0 0 .1 34.4a5.5 5.5 0 0 0 1 4.2A4.1 4.1 0 0 0 4.3 40h31.4a4.1 4.1 0 0 0 3.2-1.4 5.6 5.6 0 0 0 1-4.2M20 4a6.3 6.3 0 0 1 6.6 6 6.3 6.3 0 0 1-6.6 6.1 6.3 6.3 0 0 1-6.6-6.1A6.3 6.3 0 0 1 20 4m16 32h-4.4v-5.2a2 2 0 0 0-2-2 2 2 0 0 0-2 2V36H12.2v-5a2 2 0 0 0-2-2 2 2 0 0 0-2 2v5H4.1a1.9 1.9 0 0 1-.1-1 19.6 19.6 0 0 1 9-13.1 15.3 15.3 0 0 1 7.2-1.8 14.2 14.2 0 0 1 7 1.9 19.4 19.4 0 0 1 8.9 13 2.1 2.1 0 0 1-.1 1'/%3E%3C/svg%3E")}.btn--edit{white-space:nowrap}.btn--edit:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' fill='none' stroke='%23291d4c'%3E%3Cpath fill='%23291D4C' fill-rule='evenodd' d='M11.424 1.47a2.636 2.636 0 0 1 3.728 3.727l-8.804 8.804-.035.035a3.3 3.3 0 0 1-.49.43 2 2 0 0 1-.505.243 3.2 3.2 0 0 1-.69.12l-2.257.25a.75.75 0 0 1-.828-.828l.25-2.257.006-.049c.025-.227.048-.438.114-.641q.088-.27.243-.505c.117-.179.268-.329.43-.49q.016-.018.034-.035zm2.667 1.06a1.136 1.136 0 0 0-1.606 0l-8.804 8.805c-.217.217-.25.255-.273.29a.6.6 0 0 0-.068.14c-.013.04-.022.09-.056.395l-.147 1.324 1.325-.147c.305-.034.354-.043.394-.056a.6.6 0 0 0 .141-.068c.035-.022.073-.055.29-.272l8.804-8.805a1.136 1.136 0 0 0 0-1.606' clip-rule='evenodd'/%3E%3C/svg%3E");vertical-align:middle;width:20px;height:20px;margin-right:5px;display:inline-block}.btn--edit:hover:before,.btn--edit:focus:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' fill='none' stroke='%23291d4c'%3E%3Cpath fill='%23291D4C' fill-rule='evenodd' d='M11.424 1.47a2.636 2.636 0 0 1 3.728 3.727l-8.804 8.804-.035.035a3.3 3.3 0 0 1-.49.43 2 2 0 0 1-.505.243 3.2 3.2 0 0 1-.69.12l-2.257.25a.75.75 0 0 1-.828-.828l.25-2.257.006-.049c.025-.227.048-.438.114-.641q.088-.27.243-.505c.117-.179.268-.329.43-.49q.016-.018.034-.035zm2.667 1.06a1.136 1.136 0 0 0-1.606 0l-8.804 8.805c-.217.217-.25.255-.273.29a.6.6 0 0 0-.068.14c-.013.04-.022.09-.056.395l-.147 1.324 1.325-.147c.305-.034.354-.043.394-.056a.6.6 0 0 0 .141-.068c.035-.022.073-.055.29-.272l8.804-8.805a1.136 1.136 0 0 0 0-1.606' clip-rule='evenodd'/%3E%3C/svg%3E")}.btn--switch:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='15' color='%23291d4c'%3E%3Cpath fill='currentColor' d='M15.484 6.176a.91.91 0 0 1 .883.236l3.365 3.384a.66.66 0 0 1 .2.29.9.9 0 0 1 0 .692.66.66 0 0 1-.2.29l-3.365 3.366a.9.9 0 0 1-.637.273.91.91 0 0 1-.655-1.546l1.819-1.82H7.472a.91.91 0 1 1 0-1.818h9.422l-1.819-1.82a.913.913 0 0 1 .41-1.527M4.28 0a.9.9 0 0 1 .646.269.91.91 0 0 1 0 1.273l-1.819 1.82h9.422a.91.91 0 1 1 0 1.818H3.106L4.925 7a.93.93 0 0 1 0 1.29.98.98 0 0 1-.655.256.95.95 0 0 1-.637-.255L.268 4.907a.66.66 0 0 1-.2-.29.9.9 0 0 1 0-.692.66.66 0 0 1 .2-.29L3.633.268A.9.9 0 0 1 4.28 0'/%3E%3C/svg%3E");vertical-align:middle;width:20px;height:15px;margin-right:10px;display:inline-block}.btn--switch:hover:before,.btn--switch:focus:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='15' color='%23291d4c'%3E%3Cpath fill='currentColor' d='M15.484 6.176a.91.91 0 0 1 .883.236l3.365 3.384a.66.66 0 0 1 .2.29.9.9 0 0 1 0 .692.66.66 0 0 1-.2.29l-3.365 3.366a.9.9 0 0 1-.637.273.91.91 0 0 1-.655-1.546l1.819-1.82H7.472a.91.91 0 1 1 0-1.818h9.422l-1.819-1.82a.913.913 0 0 1 .41-1.527M4.28 0a.9.9 0 0 1 .646.269.91.91 0 0 1 0 1.273l-1.819 1.82h9.422a.91.91 0 1 1 0 1.818H3.106L4.925 7a.93.93 0 0 1 0 1.29.98.98 0 0 1-.655.256.95.95 0 0 1-.637-.255L.268 4.907a.66.66 0 0 1-.2-.29.9.9 0 0 1 0-.692.66.66 0 0 1 .2-.29L3.633.268A.9.9 0 0 1 4.28 0'/%3E%3C/svg%3E")}.btn--push{margin-top:10px}.btn--reset-margin{margin:0}.btn__text{vertical-align:middle;line-height:1.3;display:inline-block}.btn__text--small{font-size:12px}.btn__text--smaller{font-size:10px}.btn__text--underline{text-decoration:underline}@media (width>=768px){.btn__text--underline{text-decoration:none}.btn__text--underline:hover,.btn__text--underline:focus{text-decoration:underline}}.btn__text--left-aligned{text-align:left;padding-left:12px}.btn__text--nowrap{white-space:nowrap}.btn--right-aligned{text-align:right}.checkbox{clip:rect(0 0 0 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.checkbox+.checkbox__label{box-sizing:border-box;color:#291d4c;cursor:pointer;background-color:#fff;border:1px solid #b7b3d2;border-radius:8px;width:100%;margin:0 0 10px;padding:16px 16px 16px 56px;font-size:16px;font-weight:700;transition:border .1s ease-in-out;display:block;position:relative}.checkbox+.checkbox__label:before,.checkbox+.checkbox__label:after{box-sizing:border-box;content:"";background-color:#fff;display:block;position:absolute;top:50%;transform:translateY(-50%)}.checkbox+.checkbox__label:after{border:1px solid #b7b3d2;border-radius:8px;width:24px;height:24px;transition:border .1s ease-in-out;left:16px}.checkbox+.checkbox__label:hover{background-color:#f2f6fe}.checkbox+.checkbox__label:hover:after{border:2px solid #291d4c}.checkbox+.checkbox__label--small{border:unset;border-radius:unset;padding:8px 8px 8px 48px;font-size:10px}.checkbox+.checkbox__label--small:after{width:16px;height:16px}.checkbox:checked+.checkbox__label{color:#291d4c;background-color:#f2f6fe;border:2px solid #291d4c}.checkbox:checked+.checkbox__label:before{z-index:1;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' color='%235b5ebf'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M13.953 3.957a1.296 1.296 0 0 1 0 1.913l-7.126 6.513a1 1 0 0 1-1.35 0l-3.43-3.135a1.295 1.295 0 0 1 0-1.913 1.55 1.55 0 0 1 2.094 0l2.01 1.837 5.708-5.215a1.55 1.55 0 0 1 2.094 0'/%3E%3C/svg%3E") 50%/16px no-repeat;width:16px;height:16px;transition:all .2s ease-in-out;left:20px}.checkbox:checked+.checkbox__label:after{border:2px solid #291d4c}.checkbox:focus+.checkbox__label{box-shadow:0 0 0 3px #fff,0 0 0 5px #291d4c}.checkbox-list{margin-bottom:-10px}.checkbox-list:not(:last-child){margin-bottom:0}.page-title--results{color:#291d4c;font-family:Saans,sans-serif;font-size:15px;font-weight:700}.btn--results-back{text-align:left;color:#291d4c;background-color:#f0f2fe;border:none;border-bottom:1px solid #b7b3d2;border-radius:0;width:100%;padding:10px 16px;font-family:Saans,sans-serif;font-size:14px;font-weight:700;display:flex}.btn--results-back-half{width:50%}.btn--results-back:before{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='20' viewBox='0 0 38 22' fill='%23291d4c'%3E%3Cpath d='M4.983 16.024h18.405a6.5 6.5 0 1 0 0-13h-5.22a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h5.22a9.5 9.5 0 0 1 0 19H4.985l6.17 5.864a.865.865 0 0 1 0 1.263l-.67.635a.97.97 0 0 1-1.327 0L.414 18.473a1.296 1.296 0 0 1 0-1.898l8.744-8.313a.97.97 0 0 1 1.327 0l.67.635a.863.863 0 0 1 0 1.26z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100%;width:20px;height:16px;margin-right:8px;display:inline-block}.btn--results-back:hover{cursor:pointer}.compare-page{background-color:#fff}@media screen and (width>=1024px){.compare-page{background-color:#fff}}.compare-page__body{padding:20px 16px 32px}.compare-page .page-title--results{margin-bottom:1em}@media screen and (width>=1024px){.compare-page .page-title--results{text-align:center;font-family:Saans,sans-serif;font-size:24px;font-weight:700;line-height:32px}}.compare-page .btn--shortlists-add{cursor:pointer;background:0 0;border:0;flex-direction:row;align-items:center;gap:5px;height:20px;font-size:14px;display:none}.compare-page .btn--shortlists-add img{width:20px;height:20px}@media screen and (width>=428px){.compare-page .btn--shortlists-add{display:flex}}@media screen and (width>=1024px){.compare-page .btn--shortlists-add{display:none}}.compare-page .btn--results-back{cursor:pointer;box-shadow:0 4px 4px #291d4c1f}@media screen and (width>=1024px){.compare-page .btn--results-back{justify-content:flex-end}}.compare-page__title-container{justify-content:space-between;display:flex}@media screen and (width>=1024px){.compare-page__title-container{justify-content:center}}.compare-page__table{background:#fff;border-radius:8px}.compare-page__braze-card-wc{padding-top:24px}.grid,.comparison-table--cover-options .comparison-table__footer,.comparison-table__row,.comparison-table__head{grid-template-columns:auto;grid-template-areas:"head""cells";display:grid}@media (width>=1024px){.grid,.comparison-table--cover-options .comparison-table__footer,.comparison-table__row,.comparison-table__head{grid-column-gap:0;grid-template-columns:1fr;grid-template-areas:"head cells"}}.comparison-table{text-align:center;border-radius:8px;flex-direction:column;width:100%;margin:0 auto;display:flex;overflow-x:scroll}@media (width>=1200px){.comparison-table{border-radius:8px;max-width:1024px;margin:0 auto}}.comparison-table__head{border-bottom:0;width:100%;min-width:fit-content;padding:0;display:inline-flex}.comparison-table__footer{display:none}.comparison-table__row-title{color:#291d4c;box-sizing:border-box;text-align:right;flex:1;justify-content:flex-end;align-items:center;min-width:71px;margin-bottom:0;padding-right:10px;font-family:Saans,sans-serif;font-size:12px;font-weight:400;line-height:1.2;display:flex}@media (width>=500px){.comparison-table__row-title{width:100px;min-width:100px;font-size:14px;line-height:1.4}}@media (width>=768px){.comparison-table__row-title{padding-right:10px}}@media (width>=800px){.comparison-table__row-title{min-width:100px;padding-right:20px}}@media (width>=1024px){.comparison-table__row-title{box-sizing:border-box;text-align:right;justify-content:flex-end;align-items:center;min-width:155px;margin-bottom:0;padding-right:20px;font-size:14px;font-weight:400;line-height:22px;display:flex}}.comparison-table__row{width:100%;padding:0;display:inline-flex}.comparison-table__row:last-child{border-radius:0 0 8px 8px}.comparison-table__cells{grid-column-gap:0;border:1px solid #b7b3d2;grid-template-columns:repeat(3,136px);width:100%;min-width:fit-content;font-size:16px;display:inline-flex}@media (width>=429px){.comparison-table__cells{grid-template-columns:repeat(6,auto)}}@media (width>=1024px){.comparison-table__cells{grid-column-gap:0;border:1px solid #b7b3d2;border-top:0;font-size:16px}}.comparison-table__cells--tb{border-top:1px solid #b7b3d2}.comparison-table__cells--tbr{border-top-left-radius:8px}.comparison-table__cells--tbr:last-of-type{border-top-right-radius:8px}.comparison-table__cells--bbr{border-bottom-left-radius:8px}.comparison-table__cells--bbr:last-of-type{border-bottom-right-radius:8px}.comparison-table__cells--nb{border:0}.comparison-table__cell{box-sizing:border-box;border-right:1px solid #b7b3d2;flex-direction:column;flex:1;justify-content:center;align-items:center;width:95px;min-width:95px;padding:10px 16px;display:flex}@media (width>=768px){.comparison-table__cell{padding:10px}}@media (width>=1024px){.comparison-table__cell{box-sizing:border-box;border-right:1px solid #b7b3d2;width:144px;padding:10px 16px}.comparison-table__cell:last-of-type{border-right:0}}.comparison-table__cell:last-of-type{border-right:0}.comparison-table__cell--highlight{background-color:#f0f2fe}.comparison-table__cell--nb{border-bottom:0;border-right:0}.comparison-table__cell--head{justify-content:start;align-items:center;padding:16px;display:flex}.comparison-table__cell--optional-extra{justify-content:space-between}.comparison-table__result-logo{vertical-align:top;width:100%;max-width:80px;max-height:21px;margin:0 0 16px}@media (width>=1024px){.comparison-table__result-logo{max-width:100px;max-height:100%}}.comparison-table__result-cta--remove{margin:0 auto 16px}.comparison-table__result-cta--remove img{vertical-align:sub;height:16px;margin:0 0 0 4px}.comparison-table__result-cta--add{color:#291d4c;background:0 0;border:none;flex-direction:column;justify-content:center;height:100%;margin:0 auto;font-size:10px;font-weight:700;text-decoration:underline;display:flex}.comparison-table__result-cta--link{color:#291d4c;cursor:pointer;background:0;border:0;padding:0;font-family:Saans,sans-serif;font-size:14px;font-weight:700;line-height:22px;text-decoration:underline}.comparison-table__result-cta--plain{background:0;border:0;padding:0}.comparison-table__result-cta--more-details{min-width:auto;padding:0 6px;font-size:12px;line-height:1.3}@media (width>=720px){.comparison-table__result-cta--more-details{font-size:14px}}.comparison-table__result-cta--go-to-site{justify-content:center;align-items:center;width:auto;min-width:auto;font-size:12px;line-height:1.3;display:flex}@media (width>=720px){.comparison-table__result-cta--go-to-site{min-width:100px;padding:0 3px;font-size:14px}}.comparison-table__result-icon--add{width:24px;height:24px;margin:0 auto 20px;display:block}.comparison-table strong{color:#291d4c;font-size:16px;font-weight:700;line-height:22px}@media (width>=575px){.comparison-table strong{font-size:14px}}@media (width>=1024px){.comparison-table strong{font-size:16px;line-height:22px}}.comparison-table small{font-size:12px}.comparison-table__optional-extra{margin-top:4px;display:block}@media (width>=1024px){.comparison-table__optional-extra{margin-top:4px}.comparison-table__optional-extra--standard,.comparison-table__optional-extra--no-margin{margin-top:0}}.comparison-table__optional-extra small{font-size:10px;line-height:.8;display:block}.comparison-table__optional-extra-icon{vertical-align:middle;width:38px;margin:0 auto;display:block}@media (width>=1024px){.comparison-table__optional-extra-icon{width:38px;margin:0 auto;display:block}}.comparison-table__optional-extra-icon--dt{margin:0 auto;display:block}.comparison-table__result-price{font-family:Saans,sans-serif;font-size:10px}.comparison-table__result-price--highlight{font-size:18px;line-height:24px}.comparison-table__result-monthly-payment{color:#291d4c;font-size:14px}@media (width>=1024px){.comparison-table__result-monthly-payment{font-size:14px}}.comparison-table__result-monthly-payment-details{margin:12px 0 0}.comparison-table__result-monthly-payment-details strong{color:inherit;font-size:inherit}.comparison-table__result-rating{max-width:50px;margin:auto}.comparison-table__label--interest{text-decoration:underline}.comparison-table .quote-guarantee-status--red strong{color:#db0031}.comparison-table .quote-guarantee-status--amber strong{color:#b84e00}.comparison-table .quote-guarantee-status--green strong{color:#007a72}.comparison-table .defaqto-rating-logo{width:100%;max-width:50px}@media (width>=1024px){.comparison-table .defaqto-rating-logo{max-width:80px}}.comparison-table .defaqto-no-rating-logo{width:16px}.comparison-table--cover-options .comparison-table__head .comparison-table__cells--title{border:0;border-radius:0}.comparison-table--cover-options .comparison-table__footer{margin-top:8px;display:inline-flex}.comparison-table--cover-options .comparison-table__cell{z-index:1;flex:1}.comparison-table--cover-options .comparison-table__cells{display:flex}.comparison-table--cover-options .comparison-table__cells>div:first-of-type{box-sizing:border-box;max-width:147px;margin-right:20px;position:relative}@media (width>=1024px){.comparison-table--cover-options .comparison-table__cells>div:first-of-type{max-width:144px}}.comparison-table--cover-options .comparison-table__cells>div:first-of-type:before{content:"";z-index:10000;background:#fff;border:0;border-left:1px solid #b7b3d2;border-right:1px solid #b7b3d2;width:20px;position:absolute;top:-1px;bottom:-1px;right:-21px}.comparison-table--cover-options .comparison-table__cells--title{border:0;border-radius:0;align-items:flex-end;padding:0}.comparison-table--cover-options .comparison-table__cells--title>div:first-of-type{border:0}.comparison-table--cover-options .comparison-table__cells--title>div:first-of-type:before{display:none}.comparison-table--cover-options .comparison-table__cells--title .comparison-table__cell--head{border:0;border-radius:0;width:fit-content;padding:0}@media (width>=1024px){.comparison-table--cover-options .comparison-table__cells--title .comparison-table__cell--head{min-width:144px}}.comparison-table--cover-options .comparison-table__cells--title--tb{border-top:0}.comparison-table--cover-options .comparison-table__cells--tbr{border-top-left-radius:0}.comparison-table--cover-options .comparison-table__cells:last-of-type{border-top-right-radius:0}.cover-needs--slider .cover-needs__heading{color:#291d4c;font-size:24px;font-weight:700;line-height:1.33}.cover-needs--slider{width:100%;height:100%;position:relative}@media (width>=768px){.cover-needs--slider{-webkit-overflow-scrolling:touch;overflow:scroll}}.cover-needs__intro{padding:50px 20px 30px}@media (width>=768px){.cover-needs__intro{padding:50px 30px 30px}}.cover-needs__section{background-color:#fff;border-radius:6px;margin-bottom:40px;padding:20px;box-shadow:6px 0 14px #e5e4f0}.cover-needs__section-header{justify-content:space-between;padding-bottom:10px;display:flex}.cover-needs__heading{color:#291d4c;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.cover-needs__heading--date{padding-top:30px}.cover-needs__text{color:#291d4c;padding:10px 0 20px;font-size:14px;line-height:1.38}.cover-needs__text--large{font-size:16px}.cover-needs__text--bold{font-family:Saans,sans-serif;font-weight:700}.cover-needs__text--larger-padding{padding-top:20px}.cover-needs__link{justify-content:center;display:flex}.cover-needs__link--request{justify-content:flex-start}.cover-needs__link:first-of-type{margin:15px 0}.cover-needs__requirements{background-color:#f2f6fe;padding:20px 10px}@media (width>=768px){.cover-needs__requirements{padding:20px 30px}}.cover-needs__breakdown{background-color:#fff}.cover-needs__breakdown--margin-top{margin-top:8px}.cover-needs__breakdown--padding-bottom{padding-bottom:15px}.cover-needs__breakdown .notification{margin:15px 10px 0}@media (width>=768px){.cover-needs__table.cover-needs__row--mobile-border-bottom{border-bottom:none;display:none}}.cover-needs__table--inner{background-color:#f2f6fe;padding:15px}.cover-needs__table--margin-horizontal{margin:0 10px}.cover-needs__row{flex-direction:column;padding:8px 0;display:flex}@media (width>=768px){.cover-needs__row{border-bottom:1px solid #b7b3d2;flex-direction:row}}.cover-needs__row--mobile-border-bottom{border-bottom:1px solid #b7b3d2;width:100%;display:block}@media (width>=768px){.cover-needs__row--mobile-border-bottom{display:none}.cover-needs__row--borderless{border-bottom:none}}.cover-needs__item{color:#291d4c;flex-basis:50%;font-size:12px;line-height:1.5}.cover-needs__item--purple{color:#291d4c}.cover-needs__item--bold{font-weight:700}.cover-needs__item--spaced :not(:last-of-type){margin-bottom:10px}@media (width<=767px){.cover-needs__item--padding-bottom{padding-bottom:5px}}.cover-needs__item-subcopy{color:#291d4c;font-weight:400;display:block}.cover-needs__optional-extras-item{padding-bottom:4px;padding-left:25px;position:relative}.cover-needs__optional-extras-item:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23007a72' fill-rule='evenodd' d='M9.91 5.474a.606.606 0 0 1 .856-.02l.003.003.424.443a.605.605 0 0 1 0 .836l-3.856 4.055a.606.606 0 0 1-.857.02l-.004-.002-1.892-1.98a.605.605 0 0 1 0-.837l.407-.426a.606.606 0 0 1 .857-.02l.003.003 1.046 1.095z' clip-rule='evenodd'/%3E%3Cpath fill='%23007a72' fill-rule='evenodd' d='M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12m8-6A8 8 0 1 1 0 8a8 8 0 0 1 16 0' clip-rule='evenodd'/%3E%3C/svg%3E");width:16px;height:16px;display:inline-block;position:absolute;left:0}.cover-needs__optional-extras-item:last-child{padding-bottom:0}.cover-needs__personal-information{margin-bottom:40px;padding:20px}@media (width>=768px){.cover-needs__personal-information{margin-bottom:0;padding:20px 40px}}.cover-needs__title{color:#291d4c;padding-top:30px;font-size:14px;font-weight:700}@media (width>=768px){.cover-needs__title{padding-top:20px}}.cover-needs__title--no-padding{padding-top:0}.cover-needs__offences{padding:5px 0}.cover-needs__offences-date{color:#291d4c;background-color:#e5e4f0;margin-bottom:5px;padding:2.5px 5px;font-size:11px;font-weight:700;display:inline-block}.cover-needs__preview{margin-top:40px}@media (width>=768px){.cover-needs__intro,.cover-needs__personal-information{max-width:450px}}.cover-options-page__body{width:fit-content;max-width:1024px;margin:0 auto;padding:20px 16px 32px}.cover-options-page__title{color:#291d4c;margin-bottom:1em;font-size:24px;line-height:26px;top:-100px}.cover-options-page__sub-container{gap:20px;margin-left:70px;display:flex;top:-40px}@media (width>=500px){.cover-options-page__sub-container{margin-left:100px}}@media (width>=1000px){.cover-options-page__sub-container{margin-left:155px}}.cover-options-page__sub-container-title{text-align:left;color:#291d4c;border-bottom:1px solid;width:100%;padding-bottom:5px;font-size:13px;font-weight:700;line-height:16px}@media (width>=1024px){.cover-options-page__sub-container-title{font-size:16px;line-height:20px}}.cover-options-page .btn--results-back{cursor:pointer;box-shadow:0 4px 4px #291d4c1f}@media screen and (width>=1024px){.cover-options-page .btn--results-back{justify-content:flex-end}}.defaqto-rating-logo img{width:100%;font-size:12px;display:block}.defaqto-ratings-help .slider-content__header{margin:unset;font-size:22px}.defaqto-ratings-help .slider-content__text--top{margin:20px 32px 20px 0;font-size:14px;font-weight:400;line-height:1.5}.defaqto-ratings-help .defaqto-rating-description{border-bottom:1px solid #b7b3d2;padding:20px 0;display:flex}@media (width<=767px){.defaqto-ratings-help .defaqto-rating-description{flex-direction:column}}@media (width>=768px){.defaqto-ratings-help .defaqto-rating-description{align-items:center;gap:120px}}.defaqto-ratings-help .defaqto-rating-description__left{width:120px}.defaqto-ratings-help .defaqto-rating-description__right{width:326px}@media (width<=767px){.defaqto-ratings-help .defaqto-rating-description__right{width:100%;margin-top:20px}}.defaqto-ratings-help .defaqto-rating-description .slider-content__sub-header{margin-top:0;font-size:14px}.defaqto-ratings-help .defaqto-rating-description .slider-content__text{margin:unset;color:#291d4c}@media (width<=7687px){.defaqto-ratings-help .defaqto-rating-description .slider-content__text{margin-top:8px}}.donk .select{max-width:416px}.donk .donk__scrollable-content{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;max-height:100vh;padding:40px 0;display:flex;overflow-y:auto}.donk .donk__overlay{z-index:8;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#291d4c;width:100%;top:0;left:0}.donk .donk__wrapper{z-index:8;color:#fff;justify-content:center;width:100%;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.donk .donk_brand-icon{width:75px}.donk__progress{text-align:center;width:100%;margin:10px auto 40px}@media screen and (orientation:landscape) and (width<=1000px){.donk__progress{margin:5px auto 10px}}.donk__progress-text{font-family:Saans,sans-serif;font-size:20px;font-weight:570;line-height:1.4}@media screen and (width>=768px){.donk__progress-text{font-size:18px;line-height:28px}}@media screen and (orientation:landscape) and (width<=1000px){.donk__progress-text{font-size:13px}}.donk__progress-indicator{background-color:#d9d8ff;border:1px solid #d9d8ff;border-radius:22.5px;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;max-width:333px;height:10px;margin:15px auto;display:flex;position:relative}.donk__progress-indicator__fill{background-color:#5b5ebf;border-radius:22.5px;width:0;height:8px}.donk .donk__content{text-align:center;max-width:500px;padding:0 20px;display:inline}@media screen and (width>=768px){.donk .donk__content{max-width:560px}}.donk .donk__content--calendar{flex-direction:column;align-items:center;padding:0 16px;display:flex}.donk .donk__content .btn--small-mobile{color:#291d4c;background:#fff;margin:40px 0 0;font-size:16px}.donk .donk__content .btn--small-mobile:disabled{opacity:.5}.donk .donk__title{text-align:center;letter-spacing:1.5px;padding-bottom:12px;font-family:Saans,sans-serif;font-size:40px;font-weight:700;line-height:40px}.donk .donk__title--price-promise{letter-spacing:normal;padding-bottom:4px;font-family:Saans,sans-serif;font-size:20px;font-weight:700;line-height:1.4}.donk .donk__title--super-save-club{margin-top:40px;margin-bottom:16px;font-family:Saans,sans-serif;font-size:20px;font-weight:570;line-height:1.2}@media screen and (orientation:landscape) and (width<=1000px){.donk .donk__title--super-save-club{margin-top:20px;font-size:13px}}@media (width>=768px){.donk .donk__title{letter-spacing:2px;padding-bottom:8px;font-size:70px;line-height:70px}.donk .donk__title--price-promise{letter-spacing:normal;padding-bottom:4px;font-size:32px;line-height:1.25}.donk .donk__title--super-save-club{margin-top:80px;margin-bottom:16px;font-family:Saans,sans-serif;font-size:25px;font-weight:570;line-height:1.2}}@media screen and (orientation:landscape) and (width<=1000px){.donk .donk__title--super-save-club{margin-top:20px;font-size:13px}}.donk .donk__sub-title{text-align:center;padding-bottom:32px;font-family:Saans,sans-serif;font-size:34px;font-weight:700;line-height:1.2}@media (width>=768px){.donk .donk__sub-title{max-width:502px;padding-bottom:18px;font-size:40px;line-height:1.2}}.donk .donk__text{text-align:center;font-family:Saans,sans-serif;font-size:14px;font-weight:400;line-height:22px}.donk .donk__text--price-promise{max-width:250px;margin:0 auto;padding-bottom:4px;font-size:13px;font-weight:700;line-height:1.54}.donk .donk__text--super-save-club{margin-bottom:16px;font-size:17px;font-weight:380;line-height:1.4}@media screen and (width>=768px){.donk .donk__text--price-promise{max-width:100%;padding-bottom:24px;font-size:16px;line-height:1.25}.donk .donk__text--super-save-club{font-size:19px}}@media screen and (orientation:landscape) and (width<=1000px){.donk .donk__text--super-save-club{padding-bottom:4px;font-size:13px}}.donk .donk__label{text-align:left;max-width:100%;padding-bottom:16px;font-family:Saans,sans-serif;font-size:18px;font-weight:400;line-height:22px}.donk .donk__label--center{text-align:center;font-size:14px;line-height:22px}@media screen and (width>=768px){.donk .donk__label--center{font-size:16px;line-height:24px}}.donk .donk__logo{width:320px}@media screen and (width>=768px){.donk .donk__logo{max-width:556px;width:unset}}@media screen and (orientation:landscape) and (width<=1000px){.donk .donk__logo{width:auto;max-height:100px}}.donk .donk__loading-container{max-width:500px}@media screen and (width>=768px){.donk .donk__loading-container{width:632px}}@media screen and (orientation:landscape) and (width<=1000px){.donk .donk__loading-container{width:420px}}.donk .donk__container{display:inline-block}@media screen and (width>=768px){.donk .donk__container{width:416px}}.donk .donk__container--calendar{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;display:flex}@media screen and (width>=768px){.donk .donk__control{width:416px}}.donk .donk__control--calendar{width:100%}.donk .donk__control--calendar .mint-calendar-date-picker{box-sizing:border-box;width:100%}.donk .donk__calendar-card{background:#fff;border-radius:8px;padding:16px;box-shadow:0 0 .5px #00000026,0 1px 6px #0000000a,0 1px 5px #0000001c}.donk .donk__coverage-reminder{color:#291d4c;text-align:left;margin-top:8px;font-family:Saans,sans-serif;font-size:13px;font-weight:380;line-height:1.2}.donk .donk__copy-narrow{max-width:500px}.donk .donk__illustration{width:100%;height:236px}.donk .donk__button{color:#291d4c;background:#fff;width:auto;margin-top:32px;font-size:16px;display:inline}.donk .donk__button:hover,.donk .donk__button:focus{color:#291d4c}.donk .donk__button:not([disabled]):hover{background:#dcdcdc}.donk .donk__button[disabled]{box-shadow:none}.donk .donk__rewards{margin-bottom:12px}@media screen and (width>=768px){.donk .donk__rewards{width:149px;height:32px;margin-bottom:16px}}@media screen and (width<=767px){.donk .donk__button-mobile{display:inline}}@media screen and (width>=768px){.donk .donk__button-mobile{display:none}}@media screen and (width<=767px){.donk .donk__button-desktop{display:none}}@media screen and (width>=768px){.donk .donk__button-desktop{display:inline}}.floating-tooltip{margin-left:5px;display:inline-block;position:relative}@media (width<=1023px){.floating-tooltip--desktop-only{display:none}}.floating-tooltip__box{color:#291d4c;text-align:left;z-index:1;background-color:#fff;border:5px solid #b7b3d2;border-radius:6px;width:350px;font-size:12px;font-weight:400;display:none;position:absolute;top:40px;left:50%;transform:translate(-50%)}.floating-tooltip__box:before{content:"";pointer-events:none;border:20px solid #0000;border-bottom-color:#b7b3d2;outline:none;position:absolute;bottom:100%;right:50%;transform:translate(50%)}@media (width>=1024px){.floating-tooltip__box{display:block}}.floating-tooltip__inner{border:5px solid #fff;padding:15px}.floating-tooltip__header{color:#291d4c;margin-bottom:5px;font-weight:700}.floating-tooltip__open{cursor:pointer;vertical-align:middle;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff'%3E%3Cpath fill='currentColour' fill-rule='evenodd' d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0m0 2a6 6 0 1 0 0 12A6 6 0 0 0 8 2m.841 4.203V12H7.157V6.203zM8 4c.666 0 .98.245.98.793 0 .558-.314.793-.98.793s-.979-.235-.979-.793C7.02 4.245 7.343 4 8 4' clip-rule='evenodd'/%3E%3C/svg%3E") 0 0/18px 18px no-repeat;border:0;width:18px;height:18px}.floating-tooltip__open:focus{border-radius:50%;outline:none;transition:all .1s ease-out;box-shadow:0 0 0 2px #fff,0 0 0 4px #291d4c}.floating-tooltip__open--blue{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23291d4c'%3E%3Cpath fill='currentColour' fill-rule='evenodd' d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0m0 2a6 6 0 1 0 0 12A6 6 0 0 0 8 2m.841 4.203V12H7.157V6.203zM8 4c.666 0 .98.245.98.793 0 .558-.314.793-.98.793s-.979-.235-.979-.793C7.02 4.245 7.343 4 8 4' clip-rule='evenodd'/%3E%3C/svg%3E")}@media (width>=1024px){.floating-tooltip__open{display:inline-block}}.floating-tooltip__close{cursor:pointer;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='%23FFF' color='%234a3c70'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M18.196 15.97a1.574 1.574 0 0 1-2.226 2.226l-3.47-3.47-3.47 3.47a1.574 1.574 0 0 1-2.226-2.226l3.47-3.47-3.47-3.47A1.574 1.574 0 1 1 9.03 6.804l3.47 3.47 3.47-3.47a1.574 1.574 0 0 1 2.226 2.226l-3.47 3.47zM0 12.5C0 19.404 5.596 25 12.5 25S25 19.404 25 12.5 19.404 0 12.5 0 0 5.596 0 12.5'/%3E%3C/svg%3E") 50% no-repeat;border:0;border-radius:50%;width:35px;height:35px;position:absolute;top:-10px;right:-10px}.floating-tooltip__close:before{content:"";z-index:-1;background:#4a3c70;border-radius:50%;width:45px;height:45px;position:absolute;top:-5px;left:-5px}.floating-tooltip__close-inner{z-index:-1;background:#f2f6fe;width:25px;height:25px;position:absolute;top:15px;right:15px}.floating-tooltip__info{max-width:80%;margin-bottom:10px;font-weight:700}.input-field{border:1px solid #b7b3d2;border-radius:10px;align-items:center;padding:10px 16px;display:flex}.input-field:active{border:1px solid #291d4c;box-shadow:0 0 0 4px #fff,0 0 0 6px #291d4c}.input-field__input,.input-field__prefix{color:#291d4c;font-family:inherit;font-size:14px;font-weight:700;line-height:1.4}.input-field__input{width:100%}.input-field__input::placeholder{color:#756899;font-family:inherit;font-size:14px;font-weight:700;line-height:1.4}.input-field:focus-within{border:1px solid #291d4c;box-shadow:0 0 0 3px #fff,0 0 0 5px #291d4c}.key-policy-features{margin:0 15px 35px}.key-policy-features:last-child{margin-bottom:0}.key-policy-features__title{color:#291d4c;text-align:left;margin:20px 0 10px;font-family:Saans,sans-serif;font-size:18px;font-weight:700;line-height:28px}.key-policy-features__text{color:#291d4c;text-align:left;margin-bottom:10px;font-size:14px;font-weight:400;line-height:22px}.line-divider{text-align:center;height:21px;margin-top:16px;margin-bottom:16px;overflow:hidden}.line-divider--with-text span{color:#291d4c;font-size:14px;font-weight:300;line-height:1.25;position:relative}.line-divider--with-text span:before,.line-divider--with-text span:after{content:"";border-top:1px solid #291d4c;width:100vw;display:block;position:absolute;top:50%}.line-divider--with-text span:before{right:calc(100% + 16px)}.line-divider--with-text span:after{left:calc(100% + 16px)}.line-divider--without-text span{color:#0000;font-size:16px;font-weight:700;line-height:1.25;position:relative}.line-divider--without-text span:before,.line-divider--without-text span:after{content:"";border-top:2px solid #291d4c;width:100vw;display:block;position:absolute;top:50%}.list--numbered{counter-reset:count}.list--numbered li{counter-increment:count;margin-bottom:10px;padding-left:30px;font-size:14px;line-height:1.42857;position:relative}.list--numbered li:before{content:counter(count);background-color:#fc7bc5;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:12.5px;font-weight:700;display:flex;position:absolute;left:0}.mint-slider__dialog>.mint-slider__content{background:#fff;padding:0}.mint-slider__dialog>.mint-slider__header{display:none}.modal__outer{z-index:3}.modal__inner{box-sizing:border-box;z-index:6;color:#fff;max-width:800px;padding:0;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.modal__inner--narrow{z-index:6;border-radius:10px;width:auto;max-width:410px;height:183px;padding:16px;position:fixed;top:calc(50% - 85px);left:16px;right:16px;transform:none}@media (width>=424px){.modal__inner--narrow{width:412px;left:calc(50% - 196px);right:auto}}.modal__inner--go-to-site{-webkit-overflow-scrolling:touch;height:calc(100% - 32px);padding:24px;top:16px;overflow:scroll}@media (height>=548px){.modal__inner--go-to-site{height:auto;top:calc(50% - 258px)}}@media (height>=471px) and (width>=424px){.modal__inner--go-to-site{height:auto;top:calc(50% - 216px)}}.modal__inner--large{z-index:3;background-color:#fff;border-radius:10px;padding:20px;position:fixed;top:calc(50% - 85px);left:16px;right:16px;transform:none;box-shadow:0 2px 9px #4a3c70cc,0 2px 10px #291d4ccc}@media (width>=424px){.modal__inner--large{left:calc(50% - 196px);right:auto}}.modal__content{padding-bottom:20px}.modal__content--contained{text-align:left;background:#f2f6fe;border-radius:10px;margin:9px 0 16px;padding:16px 24px}.modal__content--extras{color:#291d4c;font-size:14px;line-height:2}.modal__content--extras--item:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' color='%23291d4c' viewBox='0 0 20 20'%3E%3Cpath fill='currentColor' d='M11.429 8.571h7.142a1.429 1.429 0 1 1 0 2.858H11.43v7.142a1.429 1.429 0 1 1-2.858 0V11.43H1.43a1.429 1.429 0 1 1 0-2.858h7.14V1.43a1.429 1.429 0 1 1 2.858 0z'/%3E%3C/svg%3E");margin-right:12px;position:relative;top:1px}.modal__header{padding-bottom:7px;font-size:32px;font-weight:700}.modal__text{white-space:nowrap;font-size:20px}.modal__controls{padding-top:15px;display:block}.modal__controls .btn--primary{color:#291d4c;background:#fff}.modal__controls .btn--primary:hover{color:#291d4c;background:#f9f9f9;text-decoration:none}.modal__controls .btn--primary:focus{color:#291d4c;border:1px solid #fff;text-decoration:none;box-shadow:0 0 0 4px #fff,0 0 0 6px #291d4c}.modal__controls .btn--secondary{color:#291d4c;background:#d9d8ff;border:none;margin-left:16px;position:relative}.modal__controls .btn--secondary:hover{color:#291d4c;box-shadow:none;background:#b5b3ff;border:none;text-decoration:none}.modal__controls .btn--secondary:focus{color:#d9d8ff;box-shadow:none;border:2px solid #291d4c;text-decoration:underline}@media (width>=424px){.modal__controls{display:flex}}.msmg-footer a{padding:0}.msmg-footer a:hover{color:#f9f9f9}.msmg-footer__text-block p{margin-bottom:16px}.navbar{background-color:#fff;border-bottom:1px solid #b7b3d2;justify-content:space-between;height:65px;display:flex}.navbar__link{cursor:pointer;background-color:#fff;border:none;margin:10px 10px 5px;padding:0 5px;font-size:14px;font-weight:400;text-decoration:none}.navbar__link--at{justify-content:center;align-items:center;display:flex}@media (width<=767px){.navbar__link{color:#291d4c;font-family:Saans,sans-serif;font-size:12px;font-weight:700;text-decoration:underline}.navbar__link:hover,.navbar__link:focus{color:#fc7bc5}}@media (width>=768px){.navbar__item--cover-needs{display:none}}.navbar__list .navbar__item--cover-needs .navbar__link{color:#291d4c;font-family:Saans,sans-serif;font-size:12px;font-weight:700;text-decoration:underline}.navbar__list .navbar__item--cover-needs .navbar__link:hover,.navbar__list .navbar__item--cover-needs .navbar__link:focus{color:#fc7bc5}@media (width<=999px){.navbar__list .navbar__item--cover-needs{display:block}}.navbar__logo{width:100%}.navbar__logo--at{max-width:275px;max-height:25px}@media (width>=768px){.navbar__logo--at{max-width:304px;max-height:27px}}.navigation__link{padding:10px 0}@media (width>=620px){.navigation__link{padding:15px 0}}.new__slider{font-size:13px}.new__slider__content{z-index:7;background-color:#fff;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:0 4px 20px #291d4c29}.new__slider__content--left{margin:0 auto 0 0;left:0;right:auto}.new__slider__content--compact{width:280px}@media (width>=768px){.new__slider__content--wide{width:720px!important}}.new__slider__content--dark{background:#040308}.new__slider__content--dark .new__slider__feather{opacity:.6;background:linear-gradient(360deg,#492662 0%,#4926624d 51.56%,#49266200 100%)}@media screen and (width>=320px){.new__slider__content{border-radius:0;width:100%;margin:0}}@media (width>=360px){.new__slider__content{border-radius:8px;width:calc(100vw - 32px);margin:16px}}@media (width>=480px){.new__slider__content{border-radius:8px;width:424px;margin:24px}}.new__slider__slot{-webkit-overflow-scrolling:touch;z-index:auto;flex:1;padding:0 32px 64px;overflow:auto}@media (width<=479px){.new__slider__slot{padding:0 24px 64px}}.new__slider__header{text-align:left;z-index:3;background:0 0;border-top-left-radius:8px;border-top-right-radius:8px;height:24px;padding:24px 26px;display:block}@media (width<=479px){.new__slider__header{padding:24px 19px}}.new__slider__header--scrollShadow{box-shadow:0 4px 20px #291d4c29}.new__slider__feather{z-index:2;background:linear-gradient(#fff0 0%,#fff 100%);border-bottom-right-radius:8px;border-bottom-left-radius:8px;height:60px;display:block;position:absolute;bottom:0;left:0;right:10px}@media (width>=1280px){.new__slider__feather{display:none}}.new__slider__feather--above{bottom:62px}.new__slider__close{color:#291d4c;cursor:pointer;background-color:#0000;border:0;padding:0}.new__slider__close:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='%23291d4c'%3E%3Cpath fill='%23291D4C' fill-rule='evenodd' d='M5.293 5.543a1 1 0 0 1 1.414 0L12 10.836l5.293-5.293a1 1 0 1 1 1.414 1.414l-5.293 5.293 5.293 5.293a1 1 0 0 1-1.414 1.414L12 13.664l-5.293 5.293a1 1 0 0 1-1.414-1.414l5.293-5.293-5.293-5.293a1 1 0 0 1 0-1.414' clip-rule='evenodd'/%3E%3C/svg%3E");vertical-align:middle;display:inline-block}.new__slider__close--white:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='%23fff'%3E%3Cpath fill='%23291D4C' fill-rule='evenodd' d='M5.293 5.543a1 1 0 0 1 1.414 0L12 10.836l5.293-5.293a1 1 0 1 1 1.414 1.414l-5.293 5.293 5.293 5.293a1 1 0 0 1-1.414 1.414L12 13.664l-5.293 5.293a1 1 0 0 1-1.414-1.414l5.293-5.293-5.293-5.293a1 1 0 0 1 0-1.414' clip-rule='evenodd'/%3E%3C/svg%3E")}.new__slider__close--constant:after{width:24px;height:24px}@media screen and (width>=768px){.new__slider__close--back:after{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' color='%23fff'%3E%3Cpath fill='currentColor' d='m6.27.67 8.745 8.313a1.296 1.296 0 0 1 0 1.898L6.27 19.194a.97.97 0 0 1-1.326 0l-.67-.635a.863.863 0 0 1 0-1.261l7.749-7.365-7.75-7.365a.865.865 0 0 1 0-1.263l.67-.635a.97.97 0 0 1 1.327 0'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:14px;transform:rotate(180deg)}}.new__slider__close--left{margin:20px auto 0 20px}.new__slider__close--left.new__slider__close--constant{width:40px;top:20px;left:auto;right:-20px}.new__slider__close--left.new__slider__close--constant:after{width:26px;height:26px}@media screen and (width>=340px){.new__slider__close--left{width:40px;top:20px;left:auto;right:-20px}.new__slider__close--left:after{width:26px;height:26px}}.new__slider__overlay{z-index:6}@media (width<=1279px){.new__slider__overlay{z-index:4}}.notice{opacity:0;border-radius:5px;margin-bottom:15px;padding:20px;animation:.3s forwards opacity;overflow:hidden;box-shadow:0 2px 9px #291d4ccc}.notice__main{align-items:flex-start;margin-bottom:10px;display:flex}.notice__text-wrap{flex:1}.notice__icon{width:42.5px;height:42.5px}.notice__icon--wide{margin-top:-10px}.notice__icon--van:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23291d4c' viewBox='0 0 100 100'%3E%3Cpath d='M50 47.9h-5.6c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5H50c.8 0 1.5.7 1.5 1.5s-.6 1.5-1.5 1.5M32.5 67.8h-.3c-.8-.2-1.3-1-1.1-1.8.1-.5.1-.9.1-1.4 0-3.6-2.9-6.5-6.5-6.5s-6.5 2.9-6.5 6.5c0 .5.1.9.1 1.4.2.8-.3 1.6-1.1 1.8s-1.6-.3-1.8-1.1c-.1-.7-.2-1.3-.2-2 0-5.2 4.3-9.5 9.5-9.5s9.5 4.3 9.5 9.5c0 .7-.1 1.4-.2 2-.2.6-.9 1.1-1.5 1.1m47.3.1h-.3c-.8-.2-1.3-1-1.1-1.8.1-.5.1-.9.1-1.4 0-3.6-2.9-6.5-6.5-6.5s-6.5 2.9-6.5 6.5c0 .5 0 .9.1 1.4.2.8-.3 1.6-1.1 1.8s-1.6-.3-1.8-1.1c-.1-.7-.2-1.3-.2-2 0-5.2 4.3-9.5 9.5-9.5s9.5 4.3 9.5 9.5c0 .7-.1 1.4-.2 2s-.8 1.1-1.5 1.1'/%3E%3Cpath d='M72 75c-4.4 0-8.2-2.7-9.7-6.7H34.4c-1.5 4-5.4 6.7-9.7 6.7s-8.2-2.7-9.7-6.7H9.5c-1.1 0-2-.9-2-2s.9-2 2-2h6.9c.9 0 1.8.7 2 1.6.6 3 3.3 5.1 6.3 5.1s5.7-2.2 6.3-5.1c.2-.9 1-1.6 2-1.6h30.9c.9 0 1.8.7 2 1.6.6 3 3.3 5.1 6.3 5.1s5.7-2.2 6.3-5.1c.2-.9 1-1.6 2-1.6h9.6c1.1 0 2 .9 2 2s-.9 2-2 2H82c-1.7 4-5.6 6.7-10 6.7'/%3E%3Cpath d='M89.8 68.3c-1.1 0-2-.9-2-2V27.5H32c-1.1 0-2-.9-2-2s.9-2 2-2h57.8c1.1 0 2 .9 2 2v40.8c0 1.1-.9 2-2 2m-65.2.7c-1.2 0-2.3-.5-3.1-1.3-.4-.4-.4-1 0-1.4s1-.4 1.4 0 1 .7 1.7.7c1.3 0 2.4-1.1 2.4-2.4 0-.6-.2-1.2-.7-1.7-.4-.4-.4-1 0-1.4s1-.4 1.4 0c.8.8 1.3 1.9 1.3 3.1 0 2.4-1.9 4.4-4.4 4.4M72 69c-1.2 0-2.3-.5-3.1-1.3-.4-.4-.4-1 0-1.4s1-.4 1.4 0 1 .7 1.7.7c1.3 0 2.4-1.1 2.4-2.4 0-.6-.2-1.2-.7-1.7-.4-.4-.4-1 0-1.4s1-.4 1.4 0c.8.8 1.3 1.9 1.3 3.1 0 2.4-2 4.4-4.4 4.4'/%3E%3Cpath d='M26.5 41.6c-.3 0-.5-.1-.8-.2-.7-.4-.9-1.4-.5-2.1l8.9-14.6c.4-.7 1.4-.9 2.1-.5s.9 1.4.5 2.1l-8.9 14.6c-.3.4-.8.7-1.3.7'/%3E%3Cpath d='M50 42.1H26.5c-1.1 0-2-.9-2-2s.9-2 2-2H48V26c0-1.1.9-2 2-2s2 .9 2 2v14.1c0 1.1-.9 2-2 2'/%3E%3Cpath d='M10 68.3H7c-1.1 0-2-.9-2-2v-8.1c0-.4.2-.9.4-1.2L8 53.7v-9.1C8 41 11 38 14.6 38h22.7c1.1 0 2 .9 2 2s-.9 2-2 2H14.6c-1.4 0-2.6 1.2-2.6 2.6v9.7c0 .4-.2.9-.4 1.2L9 58.9v5.4h1c1.1 0 2 .9 2 2s-.9 2-2 2'/%3E%3C/svg%3E")}.notice__icon--motorbike:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23291d4c' viewBox='0 0 100 100'%3E%3Cpath d='M57.5 80.2c-1.2 0-2.2-.8-2.4-2-.3-1.4.6-2.7 1.9-3 4.9-1 8.4-5.5 8.4-10.9V31.8c0-4.6-2.4-8.4-6.4-10.1-1.3-.5-1.9-2-1.4-3.3s2-1.9 3.3-1.4c5.9 2.5 9.5 7.9 9.5 14.7v32.6c0 7.8-5.1 14.3-12.4 15.8-.2.1-.4.1-.5.1m-14.9.1h-.5c-7.4-1.5-12.5-8-12.5-15.9V31.8c0-6.1 3.4-11.6 8.9-14.4 1.2-.6 2.7-.1 3.4 1.1s.1 2.7-1.1 3.4c-3.8 1.9-6.1 5.7-6.1 10v32.6c0 5.5 3.5 10 8.5 11 1.4.3 2.2 1.6 2 2.9-.3 1-1.4 1.9-2.6 1.9'/%3E%3Cpath d='M50 29.6c-5.9 0-10.8-4.4-11.4-10.2 0-.4-.1-.8-.1-1.3 0-6.3 5.1-11.5 11.5-11.5s11.5 5.1 11.5 11.5c0 .4 0 .8-.1 1.3-.6 5.8-5.5 10.2-11.4 10.2m0-18.9c-4.1 0-7.5 3.3-7.5 7.5v.8c.4 3.8 3.6 6.6 7.4 6.6s7-2.9 7.4-6.6v-.8c.2-4.2-3.2-7.5-7.3-7.5m0 83.1c-5.1 0-9.3-4.2-9.3-9.3V68.4c0-5.1 4.2-9.3 9.3-9.3s9.3 4.2 9.3 9.3v16.1c0 5.1-4.2 9.3-9.3 9.3m0-29.7c-2.4 0-4.3 1.9-4.3 4.3v16.1c0 2.4 1.9 4.3 4.3 4.3s4.3-1.9 4.3-4.3V68.4c0-2.4-1.9-4.3-4.3-4.3m22.6-47.2h-4.3c-2.6 0-4.7-2.1-4.7-4.7s2.1-4.7 4.7-4.7h4.3c2.6 0 4.7 2.1 4.7 4.7s-2.1 4.7-4.7 4.7m-4.3-6.4c-.9 0-1.7.8-1.7 1.7s.8 1.7 1.7 1.7h4.3c.9 0 1.7-.8 1.7-1.7s-.8-1.7-1.7-1.7zm-36.6 6.4h-4.3c-2.6 0-4.7-2.1-4.7-4.7s2.1-4.7 4.7-4.7h4.3c2.6 0 4.7 2.1 4.7 4.7s-2.2 4.7-4.7 4.7m-4.3-6.4c-.9 0-1.7.8-1.7 1.7s.8 1.7 1.7 1.7h4.3c.9 0 1.7-.8 1.7-1.7s-.8-1.7-1.7-1.7z'/%3E%3Cpath d='M72 16.9H60.6c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5H72c.8 0 1.5.7 1.5 1.5s-.6 1.5-1.5 1.5m-31.5 0H29.8c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5h10.6c.8 0 1.5.7 1.5 1.5s-.6 1.5-1.4 1.5M50 53.3c-1.1 0-2-.9-2-2V37c0-1.1.9-2 2-2s2 .9 2 2v14.3c0 1.1-.9 2-2 2'/%3E%3C/svg%3E")}@media (width>=620px){.notice__icon{width:65px;height:65px}}.notice__heading{color:#291d4c;margin-bottom:10px;font-size:20px;font-weight:700;line-height:1.1}@media (width>=620px){.notice__heading{font-size:24px;line-height:1.2}}.notice__text{margin-right:5px;font-size:12px}.notice__text--bullet:not(:only-child){margin-bottom:10px;padding-left:15px;position:relative}.notice__text--bullet:not(:only-child):before{content:"";background-color:#291d4c;border-radius:50%;width:6px;height:6px;position:absolute;top:5.5px;left:0}.notification{color:#291d4c;background-color:#f2f6fe;border-left:4px solid #525096;border-radius:0 4px 4px 0;max-width:100%;margin:10px 0;padding:9px 16px;font-size:16px;line-height:1.5;position:relative}.notification:not(:last-child){margin-bottom:10px}@media (width<=619px){.notification{border-left-width:2px;line-height:1.57}}.notification--inline{margin:10px 0}.notification--inline:last-child{margin-bottom:0}.notification--spaced-top{margin-top:20px}.notification:not(:last-child).notification --spaced-bottom{margin-bottom:20px}@media (width>=340px){.notification--dependant{margin:0 0 20px}}.notification--narrow{box-sizing:border-box;width:auto;max-height:0;animation:1.25s .5s forwards max-height-opacity-fast;overflow:hidden}@media (width>=340px){.notification--narrow{margin:0 0 10px}}.notification--narrow .notification__title{padding-bottom:2.5px}.notification--narrow .notification__content{padding:10px 20px}.notification--fade{opacity:0;animation:.3s forwards opacity}.notification--error{background-color:#f0f2fe;border-left-color:#db0031}.notification--success{background-color:#f0f2fe;border-left-color:#80dbd3}.notification--standard{background-color:#f2f6fe;border-left:4px solid #525096}.notification--warning{background-color:#f0f2fe;border-left-color:#b84e00}.notification__content{text-align:left}.notification__content--button{padding-right:120px}.notification__content--icon{padding-left:70px;position:relative}.notification__emphasis{font-style:italic;font-weight:700}.notification__icon{text-align:center;z-index:1;border-radius:50%;width:35px;height:35px;margin-top:-17.5px;font-size:14px;line-height:35px;display:block;position:absolute;top:50%;left:20px}.notification__icon--top{top:37px}.notification__icon--warning:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='26' fill='%23db0031'%3E%3Cpath fill-rule='evenodd' d='M16.175 19.617c0 .634-.526 1.149-1.175 1.149a1.16 1.16 0 0 1-1.175-1.15c0-.634.526-1.148 1.175-1.148s1.175.514 1.175 1.149M15 9.68c.649 0 1.175.515 1.175 1.15v5.407c0 .635-.526 1.149-1.175 1.149a1.16 1.16 0 0 1-1.175-1.15V10.83c0-.634.526-1.149 1.175-1.149zM3.21 23.416 15 3.448l11.79 19.968zm26.632.575L16.036.603l-.007-.012-.01-.017h-.001A1.18 1.18 0 0 0 15 0a1.18 1.18 0 0 0-1.017.575L.157 23.99h.001a1.13 1.13 0 0 0 0 1.15c.217.368.611.573 1.017.573v.001h27.65c.406-.001.8-.206 1.018-.574a1.13 1.13 0 0 0-.001-1.15z'/%3E%3C/svg%3E")}.notification__icon--padlock:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' color='%235b5ebf'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='15' cy='15' r='15' fill='currentColor' fill-rule='nonzero'/%3E%3Cg stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.045'%3E%3Cpath d='M9.097 23.877h11.826V14.92H9.097z'/%3E%3Cpath d='M19.47 14.92v-3.813c0-2.76-1.996-4.998-4.46-4.998s-4.462 2.238-4.462 4.998v3.814'/%3E%3Cpath d='M16.558 14.92v-3.98c0-.958-.693-1.735-1.548-1.735s-1.549.777-1.549 1.735v3.98m1.936 3.595c0 .24-.174.434-.387.434s-.387-.194-.387-.434.173-.434.387-.434c.213 0 .387.195.387.434m-.387.647.613 1.554h-1.226z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.notification__icon--emoji-happy-green:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' color='%2380dbd3'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(1 1)'%3E%3Ccircle cx='14' cy='14' r='14' stroke='currentColor' stroke-width='2'/%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-width='2' d='M9 16q2 2 5 2c3 0 5-2 5-2'/%3E%3Cg fill='currentColor' fill-rule='nonzero' transform='translate(7 9)'%3E%3Ccircle cx='1.5' cy='1.5' r='1.5'/%3E%3Ccircle cx='12.5' cy='1.5' r='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.notification__icon--tick:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='currentColor' viewBox='0 0 100 100' color='%23291d4c'%3E%3Cpath fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='11' d='m70.5 35.5-29 29-12-12'/%3E%3C/svg%3E")}.notification__title{padding-bottom:10px;font-weight:700;display:block}.notification__title--hyphenate{word-break:break-all;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.notification__title:last-child{padding-bottom:0}.notification__title--light{font-weight:700}.notification__title--black{color:#291d4c}.notification__text{margin-bottom:10px;font-size:14px}.notification__text:last-child{margin-bottom:0}.notification__text-wrapper>*{margin-bottom:5px}.notification__text-wrapper>:last-child{margin-bottom:0}.notification__inner-text{margin-bottom:5px;font-weight:700}.notification__button{color:#291d4c;cursor:pointer;text-align:center;background:0 0;border:0;border-left:1px solid #5b5ebf1a;width:100px;margin:auto;padding:0;font-family:Saans,sans-serif;font-size:16px;font-weight:400;position:absolute;top:0;bottom:0;right:0}.notification__button:before{width:16px;height:14px;margin:0 auto 2.5px;display:block}.notification__button:hover{color:#4a3c70}.notification__button--undo:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' fill='%235b5ebf'%3E%3Cpath d='M6.48.036a.49.49 0 0 0-.529.104L.142 4.638a.473.473 0 0 0 0 .676l5.81 4.477a.485.485 0 0 0 .529.105.47.47 0 0 0 .29-.443v-2.68c6.212 0 8.929 1.726 8.515 7.227 2.632-8.8-2.42-10.79-8.515-10.79V.478a.47.47 0 0 0-.29-.442z'/%3E%3C/svg%3E")}.notification__button--undo:hover:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' fill='%234a3c70'%3E%3Cpath d='M6.48.036a.49.49 0 0 0-.529.104L.142 4.638a.473.473 0 0 0 0 .676l5.81 4.477a.485.485 0 0 0 .529.105.47.47 0 0 0 .29-.443v-2.68c6.212 0 8.929 1.726 8.515 7.227 2.632-8.8-2.42-10.79-8.515-10.79V.478a.47.47 0 0 0-.29-.442z'/%3E%3C/svg%3E")}@media (width>=340px){.notification--spaced{margin:20px auto}}.notification--transparent{background-color:#0000}.notification--dark-standard{color:#fff;background-color:#e9f5fe33;border-left-color:#f0f2fe}.notification--donk{max-width:420px}.notification--donk .notification__content{max-width:420px;margin:0 auto}.overlay{content:"";background:#040308cc;width:100%;height:100%;position:fixed;top:0;left:0}.overlay--dark{z-index:4;background:#291d4c}.overlay--transparent{z-index:4;-webkit-backdrop-filter:blur(4px);background:#040308cc}.policy-extra{box-sizing:border-box;border-left:1px solid #b7b3d2;flex-direction:column;flex-basis:25%;justify-content:center;align-items:center;padding:10px 2.5px;font-size:14px;display:flex;position:relative}.policy-extra:first-child{border-left:none}.policy-extra__icon{width:38px;height:38px;padding:5px 10px}.policy-extra__icon:after{text-align:center;display:block}.policy-extra__icon--not-available-dash:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='35' fill='none'%3E%3Cpath fill='%23000' d='M8.1 16.684h3.468v.96H8.1z'/%3E%3C/svg%3E")}.policy-extra__icon--included:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3E%3Cpath stroke='%23007A72' stroke-linecap='round' stroke-width='2.5' d='M22.5 12 14 20.5 10.5 17'/%3E%3C/svg%3E")}.policy-extra__icon--added:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' fill='none'%3E%3Cpath fill='%23007a72' fill-rule='evenodd' d='M19 3c8.837 0 16 7.163 16 16 0 1.285-.151 2.535-.438 3.733a9 9 0 0 0-11.83 11.829A16 16 0 0 1 19 35c-8.837 0-16-7.163-16-16S10.163 3 19 3' clip-rule='evenodd'/%3E%3Cpath fill='%23291d4c' d='M31 38a7 7 0 1 0 0-14 7 7 0 0 0 0 14'/%3E%3Cpath fill='%23fff' d='M34.281 30.217h-2.498v-2.498a.42.42 0 0 0-.419-.419h-.729a.42.42 0 0 0-.419.419v2.497h-2.498a.42.42 0 0 0-.418.42v.729c0 .23.187.418.419.418h2.497v2.498a.42.42 0 0 0 .42.419h.728a.42.42 0 0 0 .42-.419l-.001-2.498h2.498a.42.42 0 0 0 .419-.418v-.73a.42.42 0 0 0-.419-.418M24.326 13.67l-7.652 8.058-3-3.144-.018-.017-.003-.003a.62.62 0 0 0-.873.02l-.955 1.001a.62.62 0 0 0 0 .853l4.403 4.613.02.02a.62.62 0 0 0 .874-.02l9.054-9.528a.617.617 0 0 0 0-.852l-.956-1.001-.02-.02a.62.62 0 0 0-.874.02'/%3E%3C/svg%3E")}.policy-extra__icon--available:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='38' fill='none'%3E%3Cpath fill='%23291d4c' d='M19.5 35c8.837 0 16-7.163 16-16s-7.163-16-16-16-16 7.163-16 16 7.163 16 16 16'/%3E%3Cpath fill='%23fff' d='M20.767 12.437a.54.54 0 0 0-.538-.537h-1.458a.54.54 0 0 0-.538.537v5.296h-5.296a.54.54 0 0 0-.537.538v1.458c0 .297.24.538.537.538h5.296v5.295c0 .297.24.538.538.538h1.458c.297 0 .538-.24.538-.538v-5.296h5.295c.297 0 .538-.24.538-.537v-1.458a.54.54 0 0 0-.538-.538h-5.296z'/%3E%3C/svg%3E")}.policy-extra__status{color:#291d4c;width:100%;font-family:Saans,sans-serif;font-size:13px;font-weight:700}.policy-extra__status--not-available{color:#291d4c}.policy-extra__price{color:#291d4c;font-size:12px}@media (width>=768px){.policy-extra__price:first-letter{text-transform:uppercase}}.policy-extra-accordion__header{cursor:pointer;border-bottom:1px solid #b7b3d2;justify-content:space-between;align-items:center;padding:7px 15px 7px 0;font-size:13px;font-weight:700;line-height:1.5;display:flex;position:relative}.policy-extra-accordion__header:after{content:"";background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' color='%23291d4c'%3E%3Cpath fill='currentColor' d='m6.27.67 8.745 8.313a1.296 1.296 0 0 1 0 1.898L6.27 19.194a.97.97 0 0 1-1.326 0l-.67-.635a.863.863 0 0 1 0-1.261l7.749-7.365-7.75-7.365a.865.865 0 0 1 0-1.263l.67-.635a.97.97 0 0 1 1.327 0'/%3E%3C/svg%3E") 50%/15px no-repeat;width:27.5px;height:27.5px;margin-right:-5px;transition:transform .2s ease-in-out;position:absolute;top:50%;right:0;transform:translateY(-50%)rotate(90deg)}.policy-extra-accordion__header:focus{border-radius:4px;box-shadow:0 0 0 2px #291d4c}.policy-extra-accordion__header--open:after{transform:translateY(-50%)rotate(270deg)}.policy-extra-accordion__title{text-align:left;color:#291d4c;font-family:Saans,sans-serif}@media (width>=768px){.policy-extra-accordion__title{flex-basis:40%}}.policy-extra-accordion__status{justify-content:flex-end;align-items:center;padding-right:20px;display:flex}@media (width>=768px){.policy-extra-accordion__status{flex-basis:60%}}.policy-extra-accordion__text{text-align:center;color:#291d4c;flex-basis:50%}@media (width>=768px){.policy-extra-accordion__text{flex-basis:60%}}.policy-extra-accordion__content{text-align:left;background-color:#f0f2fe;padding:20px}@media (width>=768px){.policy-extra-accordion__content{background-color:#fff}}.policy-extra-accordion__content-title{color:#291d4c;margin-bottom:10px;font-family:Saans,sans-serif;font-weight:700}.policy-extra-accordion__content-list{padding-left:40px;list-style:circle}.policy-extra-accordion__extra-wrapper{border-top:1px solid #b7b3d2;margin-top:20px;padding-top:20px}.policy-extra-accordion__extra:not(last-child){padding-bottom:5px}.policy-extra-accordion__extra-list{padding-left:20px;list-style:circle}.policy-extra-accordion__extra-list-item{font-weight:700}.policy-extra-accordion__icon{width:30px;height:30px;padding:5px 10px}.policy-extra-accordion__icon:after{text-align:center;display:block}.policy-extra-accordion__icon--not-available:after{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='38' fill='none'%3E%3Cpath fill='%23bdbdbd' d='M19.5 35c8.837 0 16-7.163 16-16s-7.163-16-16-16-16 7.163-16 16 7.163 16 16 16'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M15.407 13.138 19.5 17.23l4.094-4.093a.47.47 0 0 1 .663 0l1.106 1.107a.47.47 0 0 1 0 .663L21.27 19l4.092 4.094a.47.47 0 0 1 0 .663l-1.106 1.106a.47.47 0 0 1-.663 0l-4.094-4.092-4.092 4.092a.47.47 0 0 1-.663 0l-1.107-1.106a.47.47 0 0 1 0-.663L17.73 19l-4.093-4.092a.47.47 0 0 1 0-.663l1.107-1.107a.47.47 0 0 1 .663 0' clip-rule='evenodd'/%3E%3C/svg%3E");background-size:30px 30px;border:0;width:30px;height:30px}.policy-extra-accordion__icon--included:after{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3E%3Cpath stroke='%23007A72' stroke-linecap='round' stroke-width='2.5' d='M22.5 12 14 20.5 10.5 17'/%3E%3C/svg%3E");background-size:30px 30px;border:0;width:30px;height:30px}.policy-extra-accordion__icon--added:after{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' fill='none'%3E%3Cpath fill='%23007a72' fill-rule='evenodd' d='M19 3c8.837 0 16 7.163 16 16 0 1.285-.151 2.535-.438 3.733a9 9 0 0 0-11.83 11.829A16 16 0 0 1 19 35c-8.837 0-16-7.163-16-16S10.163 3 19 3' clip-rule='evenodd'/%3E%3Cpath fill='%23291d4c' d='M31 38a7 7 0 1 0 0-14 7 7 0 0 0 0 14'/%3E%3Cpath fill='%23fff' d='M34.281 30.217h-2.498v-2.498a.42.42 0 0 0-.419-.419h-.729a.42.42 0 0 0-.419.419v2.497h-2.498a.42.42 0 0 0-.418.42v.729c0 .23.187.418.419.418h2.497v2.498a.42.42 0 0 0 .42.419h.728a.42.42 0 0 0 .42-.419l-.001-2.498h2.498a.42.42 0 0 0 .419-.418v-.73a.42.42 0 0 0-.419-.418M24.326 13.67l-7.652 8.058-3-3.144-.018-.017-.003-.003a.62.62 0 0 0-.873.02l-.955 1.001a.62.62 0 0 0 0 .853l4.403 4.613.02.02a.62.62 0 0 0 .874-.02l9.054-9.528a.617.617 0 0 0 0-.852l-.956-1.001-.02-.02a.62.62 0 0 0-.874.02'/%3E%3C/svg%3E");background-size:30px 30px;border:0;width:30px;height:30px}.policy-extra-accordion__icon--available:after{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='38' fill='none'%3E%3Cpath fill='%23291d4c' d='M19.5 35c8.837 0 16-7.163 16-16s-7.163-16-16-16-16 7.163-16 16 7.163 16 16 16'/%3E%3Cpath fill='%23fff' d='M20.767 12.437a.54.54 0 0 0-.538-.537h-1.458a.54.54 0 0 0-.538.537v5.296h-5.296a.54.54 0 0 0-.537.538v1.458c0 .297.24.538.537.538h5.296v5.295c0 .297.24.538.538.538h1.458c.297 0 .538-.24.538-.538v-5.296h5.295c.297 0 .538-.24.538-.537v-1.458a.54.54 0 0 0-.538-.538h-5.296z'/%3E%3C/svg%3E");background-size:30px 30px;border:0;width:30px;height:30px}.price-promise{border-style:solid;border-width:2px;background-image:linear-gradient(#f2f6fe,#f2f6fe),linear-gradient(#291d4c,#291d4c);background-origin:border-box;background-clip:content-box,border-box;border-image-source:linear-gradient(#291d4c,#291d4c);border-radius:8px;margin:0 5px 16px;display:flex}@media (width<=767px){.price-promise{max-width:350px;margin:0 auto 20px}}@media (width<=375px){.price-promise{max-width:335px;margin:0 auto 20px}}.price-promise__logo-wrapper{background-image:linear-gradient(#4a3c70,#4a3c70,#291d4c 48%,#291d4c);align-items:center;width:116px;display:flex}.price-promise__logo-wrapper img{height:80px;margin:0 auto}.price-promise__content{flex-direction:column;flex:1;align-items:center;padding:8px 10px;display:flex}.price-promise__header{color:#291d4c;text-align:left;font-size:14px;font-weight:700;line-height:1.57}.price-promise__text{color:#291d4c;text-align:left;font-family:Saans,sans-serif;font-size:12px;line-height:1.67}.price-promise__text .btn--link{font-size:12px;font-weight:700}.price-promise-slider .new__slider__content{background-image:linear-gradient(#4a3c70,#4a3c70,#291d4c 48%,#291d4c)}.price-promise-slider .slider-content__header{margin-top:16px;margin-bottom:8px}.price-promise-slider .slider-content__sub-header{text-align:center;margin-top:30px;margin-bottom:16px}.price-promise-slider__logo{text-align:center}.price-promise-slider__logo img{height:110px}.price-promise-slider .slider-content__text{margin:16px 0}.price-promise-slider__content-wrapper{color:#291d4c;text-align:center;background-color:#fff;border-radius:8px;margin:8px 0;padding:16px 36px}.price-promise-slider__content-wrapper .slider-content__sub-sub-header{color:#291d4c;margin:0}.price-promise-slider__content-wrapper .slider-content__text{color:#291d4c;margin:0;font-size:12px}.price-promise-slider .new__slider__content{width:380px}@media (width<=428px){.price-promise-slider .new__slider__content{border-radius:0;width:100%;margin:0}}.price-promise-slider .new__slider__slot{padding:0 12px 64px}.radio-button{clip:rect(0 0 0 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.radio-button__label{box-sizing:border-box;color:#756899;cursor:pointer;background-color:#fff;border:1px solid #b7b3d2;border-radius:10px;width:100%;margin:0 0 10px;padding:16px 16px 16px 56px;font-size:16px;font-weight:700;transition:all .2s ease-in-out;display:block;position:relative}.radio-button__label:before,.radio-button__label:after{box-sizing:border-box;content:"";transform-origin:50%;background-color:#fff;border-radius:50%;margin:auto;transition:all .2s ease-in-out;display:block;position:absolute;top:0;bottom:0}.radio-button__label:before{border:1px solid #b7b3d2;width:24px;height:24px;transition:border .1s ease-in-out;left:16px}.radio-button__label:active{box-shadow:0 0 0 2px #291d4c}.radio-button__label:after{width:22px;height:22px;left:17px}.radio-button__label:hover{color:#291d4c;background-color:#f2f6fe}.radio-button__label:hover:after{background-color:#fff;transform:scale(.4)}.radio-button__label:hover:before{border:2px solid #291d4c}.radio-button__label--small{padding:10px 10px 10px 40px;font-size:12px}.radio-button__label--small:before{width:18px;height:18px;left:14px}.radio-button__label--small:after{width:16px;height:16px;left:15px}.radio-button__label--flex{display:flex}.radio-button__sub-label{font-size:16px;font-weight:400;display:block}.radio-button__flex{flex-grow:1;padding-right:10px}.radio-button:checked+.radio-button__label{color:#291d4c;background-color:#f2f6fe;border:1px solid #291d4c}.radio-button:checked+.radio-button__label:after{background-color:#291d4c;transform:scale(.5)}.radio-button:checked+.radio-button__label:before{border:2px solid #291d4c}.radio-button:focus+.radio-button__label{box-shadow:0 0 0 3px #fff,0 0 0 5px #291d4c}.radio-button-list{margin-bottom:-10px}.radio-button-list--dual .radio-button-list__item{width:calc(50% - 8px);display:inline-block}.radio-button-list--dual .radio-button-list__item:nth-child(2n){margin-left:16px}.radio-button-list--minimal .radio-button__label{color:#291d4c;text-align:center;border:1px solid #756899;padding-left:16px}.radio-button-list--minimal .radio-button__label:before,.radio-button-list--minimal .radio-button__label:after{display:none}.radio-button-list--minimal .radio-button__label:checked{color:#756899;background-color:#5b5ebf;border:1px solid #756899}.radio-button-list:not(:last-child){margin-bottom:0}.radio-button-list__footer{margin-top:20px}.radio-button-list--minimal.radio-button-list--dual .radio-button-list__item{width:calc(50% - 8px);display:inline-block}.radio-button-list--minimal.radio-button-list--dual .radio-button-list__item .radio-button:checked+.radio-button__label{color:#291d4c;border:1px solid #291d4c}.radio-button-list--minimal.radio-button-list--dual .radio-button-list__item .radio-button:focus+.radio-button__label{z-index:1}.result-card{background-color:#fff;border-radius:16px;flex-direction:column;margin:0;padding:16px;display:flex;position:relative;box-shadow:0 0 9px #291d4c0f}.result-card--integer{color:#291d4c;font-family:Saans,sans-serif;font-size:22px;font-weight:700}.result-card--fractional{color:#291d4c;font-family:Saans,sans-serif;font-size:16px;font-weight:700}.result-card--text{font-size:12px}.result-card__monthly-cost{background-color:#fff;border-radius:8px;flex:1;padding:6px 10px;display:flex}.result-card__added-extras{text-align:right;max-width:none;font-weight:400;line-height:1;text-decoration:underline}.result-card__added-extras:hover{font-weight:700}.result-card__ctas{flex-direction:row;justify-content:space-between;gap:8px;margin:10px 0 2px;display:flex}.result-card__ctas .btn{width:50%;font-size:14px}.result-slider-left{text-align:center;padding:20px}@media screen and (width>=340px){.result-slider-left{background-color:#fff}}@media (width<=767px){.result-slider-left{margin-top:45px}}@media (width>=768px){.result-slider-left{-webkit-overflow-scrolling:touch;width:300px;overflow:scroll}}.result-slider-left__logo{max-width:120px;padding:10px 0}#braze-card-wc+.result-slider-left__logo{margin-top:20px}.result-slider-left__text{color:#291d4c;padding-top:16px;font-size:14px}.result-slider-left__text--left-aligned{text-align:left}.result-slider-left__text--spaced{margin-bottom:10px}.result-slider-left__price{color:#291d4c;padding-bottom:6px;font-family:Saans,sans-serif;font-size:32px;font-weight:700;line-height:40px}.result-slider-left__sub-price{margin-bottom:15px;font-size:14px;font-style:italic;font-weight:400}.result-slider-left__monthly-breakdown{flex-direction:column;display:flex}.result-slider-left__price-breakdown{color:#291d4c;border-bottom:1px solid #d9d8ff;justify-content:space-between;padding:9px 0 6px;font-size:14px;display:flex}.result-slider-left__price-breakdown:last-of-type{color:#291d4c;font-weight:700}.result-slider-left__price-breakdown:last-child{border-bottom:none}.result-slider-left__price-explanation{max-width:60%;margin:0 auto 10px;font-size:12px;display:block}.result-slider-left__price-explanation:last-child{margin-bottom:20px}.result-slider-left__price-explanation--left{text-align:left;max-width:none;margin:0;padding-top:10px}.result-slider-left__price-wrapper{text-align:right;flex-basis:50%}.result-slider-left__sub-text{color:#756899;text-align:right;font-size:12px;display:block}.result-slider-left__section{text-align:center;padding:20px 0}.result-slider-left__section+.result-slider-left__section{border-top:1px solid #d9d8ff}.result-slider-left__section:last-child{padding-bottom:0}.result-slider-left__reference{border:1px solid #b7b3d2;margin-top:20px;padding:10px;position:relative}.result-slider-left__reference:before,.result-slider-left__reference:after{content:"";z-index:2;border:10px solid #0000;border-bottom-color:#fff;position:absolute;top:-20px;left:50%;transform:translate(-50%)}.result-slider-left__reference:after{z-index:1;border-bottom-color:#5b5ebf;top:-21px;bottom:auto}.result-slider-left__reference-text{margin-top:7px}.result-slider-left__sub-title{color:#291d4c;margin-bottom:10px;font-weight:700}.result-slider-left__annual-price{color:#291d4c;margin:15px 0}.result-slider-left__annual-price-text{font-size:14px}.result-slider-left__annual-price-amount{font-size:24px;font-weight:700}.result-slider-left__link{margin:22px 0 10px}.result-slider-left__quote-guarantee-message-green{color:#007a72;font-weight:700}.result-slider-left__quote-guarantee-message-amber{color:#b84e00;font-weight:700}.result-slider-left__quote-guarantee-message-red{color:#db0031;font-weight:700}.result-slider-left__quote-guarantee-refresh{color:#007a72;cursor:pointer;text-decoration:underline}.result-slider-left__quote-guarantee-refresh:hover{color:#007a72;text-decoration-thickness:3px}.result-slider-left__quote-guarantee-refresh:after{content:"";cursor:pointer;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23007a72'%3E%3Cpath fill='currentColour' fill-rule='evenodd' d='M9.066 2C6.17 2 3.758 4.1 3.237 6.876l-.72-.712a.494.494 0 0 0-.694 0l-.711.703a.494.494 0 0 0-.004.7l2.836 2.804c.193.19.503.19.695 0l.711-.703L7.472 7.57a.494.494 0 0 0 .003-.699l-.714-.707a.494.494 0 0 0-.696 0l-.824.814C5.688 5.264 7.231 4 9.066 4c2.185 0 3.956 1.79 3.956 4s-1.77 4-3.956 4a3.9 3.9 0 0 1-1.82-.447l-.205-.116-1.014 1.717a5.86 5.86 0 0 0 3.04.846C12.342 14 15 11.314 15 8s-2.657-6-5.934-6'/%3E%3C/svg%3E") 0 0/15px no-repeat;width:15px;height:15px;margin-top:2px;margin-left:5px;position:absolute}.result-slider-left__upsell{text-align:left;color:#291d4c;background-color:#f0f2fe;border-radius:6px;margin:16px auto 0;padding:6px 12px 12px}.result-slider-left__upsell-title{color:#291d4c;font-size:16px;line-height:28px}.result-slider-left__upsell-text{color:#291d4c;font-size:14px;line-height:22px}.result-slider-left__upsell-btn{width:100%;max-width:initial;margin-top:22px}.result-slider-right{text-align:left;background-color:#fff;padding:20px 20px 50px}@media (width>=768px){.result-slider-right{-webkit-overflow-scrolling:touch;scroll-behavior:smooth;background-color:#f9f9f9;width:340px;padding:20px 20px 50px;overflow:scroll}}.result-slider-right__section{margin-bottom:35px}.result-slider-right__section:last-child{margin-bottom:0}.result-slider-right__title{color:#291d4c;text-align:left;margin:20px 0 10px;font-family:Saans,sans-serif;font-size:18px;font-weight:700;line-height:28px}.result-slider-right__pricecut{text-align:center;justify-content:center;display:flex}@media (width>=1024px){.result-slider-right__pricecut{justify-content:flex-start}}.result-slider-right__pricecut-img{flex-basis:15%;max-width:45px;height:41px;padding-right:10px}@media (width>=768px){.result-slider-right__pricecut-img{flex-basis:10%}}.result-slider-right__pricecut-content{text-align:left;flex-basis:85%}@media (width>=768px){.result-slider-right__pricecut-content{flex-basis:90%}}.result-slider-right__pricecut-text{color:#291d4c;padding-bottom:3px;font-size:18px}.result-slider-right__pricecut-strapline{font-size:14px;line-height:20px}.result-slider-right__pricecut-link{cursor:pointer;padding-top:2px;font-size:12px}.result-slider-right__decal{text-align:center;border:1px solid #b7b3d2;border-radius:4px;padding:15px;font-size:14px}.result-slider-right__top-tip{color:#fc7bc5;font-weight:700}.result-slider-right__text{text-align:left;margin-bottom:10px}.result-slider-right__field{text-align:left;border-bottom:1px solid #b7b3d2;justify-content:space-between;align-items:center;padding:7px 34px 7px 0;display:flex}.result-slider-right__type{flex-basis:70%}.result-slider-right__price{color:#291d4c;text-align:right;max-width:75px;margin-right:6px;font-size:14px;font-weight:700}.result-slider-right__link{text-align:left;max-width:none;margin-top:15px}.result-slider-right__price-message{color:#291d4c;font-size:11px;font-style:italic;font-weight:700}.result-slider-right__terms{text-align:left}.result-slider-right__heading{padding-bottom:10px;font-size:14px;font-weight:700}.result-slider-right__heading--purple{color:#291d4c}.result-slider-right #braze-card-wc{margin-bottom:20px;display:block}.results{box-sizing:border-box;background-color:#f2f6fe;flex-direction:column;width:100%;min-height:calc(100vh - 66px);display:flex;overflow:hidden}.results__main--with-gutter{padding-left:16px;padding-right:16px}@media (width<=395px){.results__main--with-gutter{padding-left:10px;padding-right:10px}}.results__content{position:relative}@media (width>=1024px){.results__content{margin-bottom:50px}}@media (width>=1280px){.results__content{justify-content:center;align-items:flex-start;width:100%;display:flex}}@media (width>=1024px){.results__content-simple{flex-direction:column;justify-content:center;align-items:center;display:flex}}.results .page-title--results{margin:20px 0;line-height:22px}.results-cards{margin:0 16px 16px}.results-cards-grid__item{border-radius:16px;margin-bottom:10px;box-shadow:0 0 9px #291d4c0f}.results-cards-grid__item:last-child{margin-bottom:0}.filter-content{padding:20px}.results-filters{z-index:2}.results-filters__content{z-index:6;transition:none;left:0;right:auto;overflow:visible}.results-filters__content--behind{z-index:0}.results-filters__content--scroll{max-height:calc(100vh - 206px)}.results-filters__content .new__slider__header{padding:16px}@media (width>=1280px){.results-filters__content .new__slider__header{display:none}.results-filters__content{-webkit-overflow-scrolling:touch;overflow:hidden auto}}@media (width<=767px){.results-filters__content{width:340px;margin:24px}}@media (width<=427px){.results-filters__content{width:calc(100% - 32px);margin:16px}}@media (width<=359px){.results-filters__content{border-radius:0;width:100%;margin:0}}@media (width>=768px){.results-filters__content{width:340px}}@media (width>=1280px){.results-filters__content{box-sizing:border-box;width:284px;margin-top:0;margin-right:20px;position:relative}}@media (width<=1279px){.results-filters__content{left:-100%}.results-filters__content--mobile-open{left:0}.results-filters__content{transition:left .5s ease-in-out}.results-filters__main{box-sizing:border-box;-webkit-overflow-scrolling:touch;height:100%;overflow:scroll}.results-filters__main--update{padding-bottom:60px}}.results-filters__header{white-space:nowrap;margin:0 20px;padding-bottom:16px}@media (width>=1280px){.results-filters__header{margin:16px 20px 0}}.results-filters__title{color:#291d4c;font-family:Saans,sans-serif;font-size:18px;font-weight:700;line-height:1.56}.results-filters__update-modal{display:none}@media (width>=1280px){.results-filters__update-modal{display:block}}.results-filters__footer{box-sizing:border-box;z-index:1;background-color:#fff;border-radius:0 0 12px 12px;width:100%;padding-bottom:16px;display:block;position:absolute;bottom:0;left:0;box-shadow:0 5px 40px 6px #fff}@media (width>=1280px){.results-filters__footer{display:none}}.results-filters__footer .btn--block{width:185px;margin:0 auto}.results-filters__overlay{z-index:5}.results-filters-mob__content{z-index:6;margin:0;transition:none;left:0;right:auto;overflow:visible}@media (width<=359px){.results-filters-mob__content{border-radius:0;width:100%}}.results-filters-mob__content--behind{z-index:0}.results-filters-mob__content--scroll{overflow:hidden auto}.results-filters-mob__content .new__slider__header{background:#f0f2fe;height:auto;padding:16px 20px 16px 16px;box-shadow:0 4px 4px #291d4c1a}@media (width>=1280px){.results-filters-mob__content .new__slider__header{display:none}}.results-filters-mob__content .new__slider__feather{pointer-events:none;border-radius:0;display:none;position:fixed;right:0}.results-filters-mob__content .new__slider__close:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none' color='%23fff'%3E%3Cpath fill='%23291d4c' fill-rule='evenodd' d='M5.293 5.543a1 1 0 0 1 1.414 0L12 10.836l5.293-5.293a1 1 0 1 1 1.414 1.414l-5.293 5.293 5.293 5.293a1 1 0 0 1-1.414 1.414L12 13.664l-5.293 5.293a1 1 0 0 1-1.414-1.414l5.293-5.293-5.293-5.293a1 1 0 0 1 0-1.414' clip-rule='evenodd'/%3E%3C/svg%3E");width:24px;height:24px}@media (width<=767px){.results-filters-mob__content{width:340px;margin:24px}}@media (width<=427px){.results-filters-mob__content{border-radius:0;width:100%;margin:0}}@media (width>=768px){.results-filters-mob__content{width:340px}}@media (width>=1280px){.results-filters-mob__content{box-sizing:border-box;width:284px;margin-top:0;margin-right:20px;position:relative}}@media (width<=1279px){.results-filters-mob__content{transition:left .5s ease-in-out;left:-100%}.results-filters-mob__content--mobile-open{left:0}.results-filters-mob__content--mobile-open .new__slider__feather{display:block}}.results-filters-mob__title{color:#291d4c;justify-content:space-between;font:700 20px/38px Saans,sans-serif;display:flex}@media (width>=360px){.results-filters-mob__title{font-size:24px}}.results-filters-mob__main{padding:20px 16px 80px}.results-filters-mob__update-modal{display:none}@media (width>=1280px){.results-filters-mob__update-modal{display:block}}.results-filters-mob__footer{z-index:1;background-color:#fff;width:100%;padding-bottom:16px;position:fixed;bottom:0;left:0}@media (width>=1280px){.results-filters-mob__footer{display:none}}.results-filters-mob__footer .btn--block{width:185px;margin:0 auto}.results-filters-mob__overlay{z-index:5}#monthly-payment-notification .notification__link:hover{color:#040308;cursor:pointer;text-decoration:underline}.results-grid{font-size:12px}@media (width<=1023px){.results-grid{overflow:hidden}}@media (width<=1279px){.results-grid{margin:0 auto}}@media (width<=767px){.results-grid--fixed{margin-top:0}}@media (width>=1000px){.results-grid{display:flex}}@media (width>=1024px){.results-grid{background-color:#0000;max-width:980px}}.results-grid__quote-expiration{color:#291d4c;text-align:center;font-family:Saans,sans-serif;font-size:12px;font-weight:400}.results-grid__quote-expiration-link{cursor:pointer;font-weight:700;text-decoration:underline}.results-grid__quote-expiration-link img{vertical-align:text-bottom;width:14px;height:14px}.results-grid__quote-expiration-link:hover{text-decoration:underline}.results-grid__quote-expiration-link--green{color:#007a72}.results-grid__quote-expiration-link--green:hover{color:#00413d}.results-grid__quote-expiration-link--amber{color:#b84e00}.results-grid__quote-expiration-link--amber:hover{color:#803300}.results-grid__quote-expiration-link--red{color:#db0031}.results-grid__quote-expiration-link--red:hover{color:#800018}.results-grid__defaqto-logo-wrapper{cursor:pointer}.result-card .results-grid__defaqto-logo-wrapper{width:60px}.results-grid__item .results-grid__defaqto-logo-wrapper{width:80px;margin:0 auto}.results-grid__provider .results-grid__defaqto-logo-wrapper{margin-top:12px}.results-grid__annual-price .results-grid__defaqto-logo-wrapper{margin-top:8px}@media (width<=767px){.results-grid--monthly-payment .results-grid__defaqto-logo-wrapper{margin-top:0}}@media (width>=768px){.results-grid--monthly-payment .results-grid__defaqto-logo-wrapper{margin-top:4px}}.results-grid .line-divider{width:100vw}@media screen and (width>=1024px){.results-grid .line-divider{width:980px}}.results-grid .line-divider--ghost{opacity:0;pointer-events:none;width:1px}.results-price-promise-banner{background:linear-gradient(#4a3c70,#4a3c70,#291d4c 48%,#291d4c);border-radius:8px;margin:16px 0;padding:14px 16px 14px 100px}@media screen and (width>=375px){.results-price-promise-banner{padding-left:130px}}@media screen and (width>=429px){.results-price-promise-banner{width:calc(100vw - 146px)}}@media screen and (width>=768px){.results-price-promise-banner{padding-top:16px;padding-bottom:16px}}@media screen and (width>=1024px){.results-price-promise-banner{width:834px}}@media screen and (width>=1280px){.results-price-promise-banner{width:948px;margin:22px 0;padding:22px 16px}}.results-price-promise-banner__logo{position:relative}@media screen and (width>=375px){.results-price-promise-banner__logo{padding-right:20px}}.results-price-promise-banner__logo img{height:90px;margin:0 auto;position:absolute;left:-100px;overflow:visible}@media screen and (width>=375px){.results-price-promise-banner__logo img{height:135px;top:-21px;left:-138px}}@media screen and (width>=429px){.results-price-promise-banner__logo img{height:116px;top:-13px;left:-130px}}@media screen and (width>=478px){.results-price-promise-banner__logo img{top:-20px}}@media screen and (width>=487px){.results-price-promise-banner__logo img{height:96px;left:-130px}}@media screen and (width>=754px){.results-price-promise-banner__logo img{height:90px;top:-24px;left:-120px}}@media screen and (width>=768px){.results-price-promise-banner__logo img{height:116px;top:-22px}}@media screen and (width>=1280px){.results-price-promise-banner__logo img{height:134px;top:-30px;left:-10px}}.results-price-promise-banner__content{margin-left:16px}@media screen and (width>=768px){.results-price-promise-banner__content{margin-left:51px}}@media screen and (width>=1000px){.results-price-promise-banner__content{justify-content:space-between;align-items:center;margin-left:55px;display:flex}}@media screen and (width>=1280px){.results-price-promise-banner__content{margin-left:160px}}.results-price-promise-banner__content button{min-width:163px}.results-price-promise-banner__text{color:#fff;text-align:start}@media screen and (width>=1000px){.results-price-promise-banner__text{padding-right:76px}}.results-price-promise-banner__header{margin-bottom:6px;font-family:Saans,sans-serif;font-size:14px;font-weight:700;line-height:1.29}@media screen and (width>=768px){.results-price-promise-banner__header{font-size:20px;line-height:1.2}}@media screen and (width>=1000px){.results-price-promise-banner__header{font-size:22px;line-height:1.09}}.results-price-promise-banner__body{font-family:Saans,sans-serif;font-size:11px;font-weight:400;line-height:1.27}@media screen and (width>=768px){.results-price-promise-banner__body{font-size:12px;line-height:1.5}}.results-price-promise-banner__link{color:#80dbd3}@media screen and (width>=1024px){.results-grid--monthly-payment .results-table-banner--braze-wrapper{width:1000px}}.results-table-banner-ghost--price-promise{width:0;height:80px}@media screen and (width>=429px){.results-table-banner-ghost--price-promise{height:145px}}@media screen and (width>=478px){.results-table-banner-ghost--price-promise{height:110px}}@media screen and (width>=487px){.results-table-banner-ghost--price-promise{height:113px}}@media screen and (width>=754px){.results-table-banner-ghost--price-promise{height:100px}}@media screen and (width>=768px){.results-table-banner-ghost--price-promise{height:130px}}@media screen and (width>=1024px){.results-table-banner-ghost--price-promise{height:118px}}@media screen and (width>=1280px){.results-table-banner-ghost--price-promise{height:142px}}.results-table-banner-ghost--price-promise:before{display:none}.results-grid--monthly-payment .results-table-banner-ghost--price-promise{width:0}.results-table-banner-ghost--braze{box-sizing:border-box}@media screen and (width>=1024px){.results-table-banner-ghost--braze{margin:12px 0}}.select{width:100%;position:relative}.select--small{height:40px}@media screen and (width<=767px){.select--small-mobile{height:40px}}.select+.select{margin-top:10px}.select:after{pointer-events:none;content:"";background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' color='%23291d4c'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M.315 0h24v24h-24z'/%3E%3Cpath fill='currentColor' d='M14.248 17.646c-1.021 1.09-2.65 1.137-3.723.142l-.143-.142-7.907-8.435a1.807 1.807 0 0 1 0-2.474 1.59 1.59 0 0 1 2.319 0l7.521 8.023 7.521-8.023a1.59 1.59 0 0 1 2.319 0 1.807 1.807 0 0 1 0 2.474z'/%3E%3C/g%3E%3C/svg%3E") 50%/24px no-repeat;width:24px;height:24px;margin:auto;display:block;position:absolute;top:0;bottom:0;right:16px}.select--disabled{opacity:.5}.select--selected{color:#291d4c;background-color:#f0f2fe;border-color:#291d4c}.select--selected .select__dropdown{color:#291d4c;background-color:#f0f2fe}.select__dropdown{appearance:none;color:#756899;cursor:pointer;background-color:#fff;border:1px solid #b7b3d2;border-radius:10px;outline:none;width:100%;padding:16px 56px 16px 16px;font-family:inherit;line-height:1.5;display:block;position:relative}.select__dropdown--selected{color:#291d4c}.select__dropdown:active{border:1px solid #291d4c}.select__dropdown:focus{border:1px solid #291d4c;box-shadow:0 0 0 3px #fff,0 0 0 5px #291d4c}.select__dropdown::-ms-expand{display:none}.select__dropdown::-ms-value{background:0 0}.select__dropdown--small{padding:10px 15px;font-size:14px;font-weight:700;line-height:1.4}@media screen and (width<=767px){.select__dropdown--small-mobile{padding:10px 15px;font-size:14px;font-weight:700;line-height:1.4}}.select--error{border:2px solid #db0031}option:not(:first-of-type){color:#000}.selection-preview{color:#291d4c;text-align:left;background-color:#fff;border-radius:8px;max-width:416px;max-height:400px;margin-bottom:20px;padding:24px;font-size:14px;line-height:1.4;position:relative;box-shadow:0 2px 9px #291d4c29}@media (width<=619px){.selection-preview{padding:16px;font-size:14px}}.selection-preview+.selection-preview{margin-top:-10px}.selection-preview--icon{padding-left:64px}@media (width<=619px){.selection-preview--icon{padding-left:56px}}.selection-preview--icon:before{width:24px;height:24px;display:inline-block;position:absolute;top:30px;left:24px}@media (width<=619px){.selection-preview--icon:before{top:21px;left:16px}}.selection-preview:last-child{margin-bottom:0}.selection-preview--slide-in{animation:.2s forwards slide-in;position:relative;top:-5px}.selection-preview__title,.selection-preview__text{margin-bottom:10px}.selection-preview__title{font-weight:700;line-height:1.4}.selection-preview__title--hyphenate{word-break:break-all;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.selection-preview__title:not(:first-child){margin-top:10px}.selection-preview__title--purple{color:#291d4c}.selection-preview__text--push-down{margin-bottom:20px}.selection-preview__highlight{color:#291d4c;background-color:#f2f6fe;font-weight:700}.selection-preview__highlight--small{vertical-align:middle;padding:2.5px 5px;font-size:11px;display:inline-block}.selection-preview__highlight--red{color:inherit;font-weight:inherit;background-color:#db0031}.selection-preview__highlight--error{color:#db0031;background-color:#db0031;font-weight:700}.selection-preview__footer{padding-top:10px;display:flex}.selection-preview__header{justify-content:space-between;display:flex}.selection-preview__item{border-bottom:1px solid #b7b3d2;padding:10px 95px 10px 0;position:relative}.selection-preview__item:last-child{border-bottom:0}.selection-preview__item .selection-preview__remove-item{position:absolute;top:7px;right:0}@media (width>=620px){.selection-preview__edit-item{text-decoration:none}.selection-preview__edit-item:hover{text-decoration:underline}}.selection-preview__remove-item{margin-left:auto;display:block}.selection-preview .selection-preview__add-item-footer{text-align:center;cursor:pointer;background-color:#f2f6fe;border-top:1px solid #5b5ebf;margin:24px -24px -24px -72px;padding:16px 0}@media (width<=619px){.selection-preview .selection-preview__add-item-footer{margin:16px -16px -16px -64px}}.selection-preview .assumptions+.btn{margin-left:32px}.shortlist-row{z-index:3;background-color:#fff;width:100%;padding:18px 16px;position:fixed;bottom:0;left:0;box-shadow:0 -5px 24px #291d4c29}@media screen and (width>=1024px){.shortlist-row{padding:18px 30px}}@media screen and (width>=1200px){.shortlist-row{margin:0 auto}}.shortlist-row__inner{grid-gap:32px;grid-template-columns:auto 172px;grid-template-areas:"list action";justify-content:flex-start;align-items:center;width:calc(100% - 32px);max-width:1330px;height:94px;display:grid;overflow-x:scroll}@media screen and (width>=1024px){.shortlist-row__inner{width:calc(100% - 60px);margin:0 auto}}.shortlist-row__list{grid-gap:30px;grid-area:list;grid-template-columns:repeat(6,146px);margin:0 auto;display:grid}@media (width>=1281px){.shortlist-row__list{grid-template-columns:repeat(6,160px)}}.shortlist-row .shortlist-row__list{grid-gap:30px;grid-area:list;grid-template-columns:repeat(3,146px);margin:0 auto;display:grid}@media (width>=768px){.shortlist-row .shortlist-row__list{grid-template-columns:repeat(6,146px)}}@media (width>=1024px){.shortlist-row .shortlist-row__list{grid-template-columns:repeat(6,160px)}}.shortlist-row .shortlist-row__list li:nth-child(n+3){display:none}@media (width>=376px){.shortlist-row .shortlist-row__list li:nth-child(n+3){display:flex}}.shortlist-row .shortlist-row__list li:nth-child(n+4){display:none}@media (width>=768px){.shortlist-row .shortlist-row__list li:nth-child(n+4){display:flex}}.shortlist-row__item{border:1px solid #d9d8ff;border-radius:6px;justify-content:center;align-items:center;max-width:160px;padding:16px;display:flex;position:relative}.shortlist-row__logo{width:100%;height:auto}.shortlist-row__remove{color:#756899;z-index:1;background-color:#fff;border:1px solid #d9d8ff;border-radius:100%;justify-content:center;align-items:center;width:24px;height:24px;padding:0;line-height:24px;display:flex;position:absolute;top:-12px;right:-12px}.shortlist-row__remove:focus:after{content:"";border-radius:50%;width:auto;height:24px;display:block;position:absolute;inset:-1px;box-shadow:0 0 0 4px #fff,0 0 0 6px #291d4c}.shortlist-row__remove:hover{color:#291d4c;background-color:#f0f2fe;border-color:#291d4c}.shortlist-row__action{color:#291d4c;grid-area:action;width:172px;font-size:14px;line-height:22px}.shortlist-row__visually-hidden{clip:rect(0 0 0 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.slider{font-size:13px}@media screen and (width>=340px){.slider:not(.slider--full-screen-on-mobile) .slider__content{width:300px}}@media (width>=625px){.slider:not(.slider--full-screen-on-mobile) .slider__content{width:585px}}@media (width>=750px){.slider:not(.slider--full-screen-on-mobile) .slider__content{width:670px}}@media screen and (width>=340px){.slider:not(.slider--full-screen-on-mobile) .slider__close{border-radius:50%;width:40px;height:40px;margin:0;position:absolute;top:20px;left:-20px}.slider:not(.slider--full-screen-on-mobile) .slider__close:after{width:26px;height:26px}.slider:not(.slider--full-screen-on-mobile) .slider__close-text{clip:rect(0 0 0 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}}@media (width>=768px){.slider--full-screen-on-mobile .slider__content{width:670px}}@media screen and (width>=768px){.slider--full-screen-on-mobile .slider__close{border-radius:50%;width:40px;height:40px;margin:0;position:absolute;top:20px;left:-20px}.slider--full-screen-on-mobile .slider__close:after{width:26px;height:26px}.slider--full-screen-on-mobile .slider__close-text{clip:rect(0 0 0 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}}.slider__content{-webkit-overflow-scrolling:touch;z-index:5;background-color:#fff;width:100%;height:100%;position:fixed;bottom:0;right:0;overflow:scroll}@media (width>=768px){.slider__content{flex-direction:row;width:720px;display:flex;overflow:visible}}@media (width>=850px){.slider__content{width:780px}}.slider__content--left{margin:0 auto 0 0;left:0;right:auto}.slider__content--compact{width:280px}@media (width>=850px){.slider__content--wide{width:820px}}.slider__close{color:#291d4c;cursor:pointer;z-index:1;background-color:#fff;border:0;margin:20px 20px 0 auto;padding:0;display:block;position:absolute;right:0}.slider__close:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none' color='%23fff'%3E%3Cpath fill='%23291d4c' fill-rule='evenodd' d='M5.293 5.543a1 1 0 0 1 1.414 0L12 10.836l5.293-5.293a1 1 0 1 1 1.414 1.414l-5.293 5.293 5.293 5.293a1 1 0 0 1-1.414 1.414L12 13.664l-5.293 5.293a1 1 0 0 1-1.414-1.414l5.293-5.293-5.293-5.293a1 1 0 0 1 0-1.414' clip-rule='evenodd'/%3E%3C/svg%3E");vertical-align:middle;border-radius:50%;width:24px;height:24px;display:inline-block}.slider__close:focus{border-radius:50%;box-shadow:0 0 0 2px #291d4c}.slider__close--constant{border-radius:50%;width:40px;height:40px;margin:0;position:absolute;top:20px;left:-20px}.slider__close--constant:after{width:26px;height:26px}@media screen and (width>=768px){.slider__close--back:after{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' color='%23fff'%3E%3Cpath fill='currentColor' d='m6.27.67 8.745 8.313a1.296 1.296 0 0 1 0 1.898L6.27 19.194a.97.97 0 0 1-1.326 0l-.67-.635a.863.863 0 0 1 0-1.261l7.749-7.365-7.75-7.365a.865.865 0 0 1 0-1.263l.67-.635a.97.97 0 0 1 1.327 0'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:14px;transform:rotate(180deg)}}.slider__close--left{margin:20px auto 0 20px}.slider__close--left.slider__close--constant{width:40px;top:20px;left:auto;right:-20px}.slider__close--left.slider__close--constant:after{width:26px;height:26px}@media screen and (width>=340px){.slider__close--left{width:40px;top:20px;left:auto;right:-20px}.slider__close--left:after{width:26px;height:26px}}@media (width>=1280px){.slider__close--desktop-only{display:none}}.slider__close-text{vertical-align:middle;margin-right:5px;font-size:14px;font-weight:700;line-height:1;display:none}.slider__close--constant .slider__close-text{clip:rect(0 0 0 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.slider__overlay{z-index:4}.slider--best-time-to-buy .new__slider__content--dark{background-image:linear-gradient(#291d4c,#5b5ebf)}.slider--best-time-to-buy .best-time-to-buy-img{width:100%}.slider--best-time-to-buy .new__slider__feather{right:0}.slider--best-time-to-buy .slider-content__header{font-size:22px}.slider--best-time-to-buy .slider-content__sub-header{font-family:Saans,sans-serif;font-size:14px;font-weight:700}.slider--best-time-to-buy .slider-content__text{font-family:Saans,sans-serif;font-size:14px}.slider--best-time-to-buy .slider-content__footnote{margin-top:40px;font-family:Saans,sans-serif;font-size:10px}@media (width>=768px){.slider--incentive .slider__content{width:690px}}@media (width<=767px){.slider--incentive .slider__close{color:#fff;background-color:#0000}.slider--incentive .slider__close:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none' color='%23291d4c'%3E%3Cpath fill='%23291d4c' fill-rule='evenodd' d='M5.293 5.543a1 1 0 0 1 1.414 0L12 10.836l5.293-5.293a1 1 0 1 1 1.414 1.414l-5.293 5.293 5.293 5.293a1 1 0 0 1-1.414 1.414L12 13.664l-5.293 5.293a1 1 0 0 1-1.414-1.414l5.293-5.293-5.293-5.293a1 1 0 0 1 0-1.414' clip-rule='evenodd'/%3E%3C/svg%3E");background-color:#fff}.slider--incentive .slider__close:hover{color:#fff}.slider--incentive .slider__close:hover:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none' color='%23040308'%3E%3Cpath fill='%23291d4c' fill-rule='evenodd' d='M5.293 5.543a1 1 0 0 1 1.414 0L12 10.836l5.293-5.293a1 1 0 1 1 1.414 1.414l-5.293 5.293 5.293 5.293a1 1 0 0 1-1.414 1.414L12 13.664l-5.293 5.293a1 1 0 0 1-1.414-1.414l5.293-5.293-5.293-5.293a1 1 0 0 1 0-1.414' clip-rule='evenodd'/%3E%3C/svg%3E");background-color:#fff}}.slider--incentive .slider-content{width:100%;min-height:100%}@media (width<=767px){.slider--incentive .slider-content{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='767' height='440' fill='none'%3E%3Cpath fill='%23391C56' fill-rule='evenodd' d='M-328.339 408.058H858.122s25.534-44.599 7.54-74.925c-17.994-30.325-65.286-48.674-84.828-77.548-27.725-40.963-99.033-59.649-188.841-42.567s-231.188 3.718-336.067-12.461S35.498 230.016-6.979 222.313c-42.478-7.703-120.166-29.285-190.542-2.032-72.341 28.014-75.403 68.887-123.831 106.314-27.881 21.548-6.987 81.463-6.987 81.463' clip-rule='evenodd' opacity='.074'/%3E%3Cpath fill='%23391C56' fill-rule='evenodd' d='m985.616 280.745 8.453 122.348-1237.985 49.212-13.971-202.208 4.818 1.089 27.195-6.422 27.87 3.596 30.893 3.983 38.395-1.526 30.007 5.668s10.754 1.893 12.786 3.312c2.03 1.412 12.362-.491 12.362-.491l12.396 5.786 13.992.642 13.53-5.927 17.356-.984 15.409 4.468 14.74.311 10.303-2.203 11.604-.16 9.904 3.194 12.548 2.192 5.415.997 1.25.231 12.945-3.205 13.326-3.221 31.82.83s15.704-2.419 17.211-3.074c1.497-.662 19.94 2.795 19.94 2.795l11.892 4.012 13.881-.852 34.268-2.855 13.336-3.221 6.911 4.806 8.457-.933 8.896-5.735s11.605-.167 11.77 2.223c.165 2.384 3.846 5.229 3.846 5.229l12.444.697 14.812-4.177 9.863 2.601 18.423-2.226 9.396-4.262s48.141 2.845 52.321 1.741c4.171-1.104 36.704-5.212 38.461-6.22.699-.404 6.056-1.672 12.203-3.052 9.16-2.049 20.104-4.333 20.104-4.333l7.199 1.782h.009l15.67 3.875 27.445 3.114 14.201 1.612s6.729.233 14.233.653c9.373.532 19.938 1.358 20.01 2.403.13 1.871 14.014 9.296 14.014 9.296l27.271-1.084 19.925-10.646 80-3.18 41.822 7.254 23.585 7.039 3.365-.058a3568 3568 0 0 0 30.9-.668c21.632-.565 45.912-1.441 48.158-2.551 4.106-2.039 49.377 2.263 49.377 2.263s65.587 8.183 69.864 8.479c1.257.094 8.114 2.451 17.156 5.741' clip-rule='evenodd' opacity='.144'/%3E%3Cg opacity='.278'%3E%3Cmask id='a' width='42' height='11' x='84' y='330' mask-type='alpha' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m125.648 332.738-40.057-2.125-.716 7.767 40.057 2.124z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23291046' fill-rule='evenodd' d='M123.288 337.34c-.931-.551-2.018-1.007-3.095-1.464a62 62 0 0 1-3.019-1.414c-.44-.088-.809-.191-1.25-.278-.491-.094-1.07-.169-1.571-.077-.262.051-.477.129-.783.073-.32-.061-.213-.135-.319-.264-.208-.253-.542-.319-1.017-.416-.551-.113-1.031-.298-1.566-.429-.372-.089-.762-.211-1.138-.196-.16.005-.399.087-.56.099-.213.017-.394.028-.609.059-.206.032-.305.022-.447.113-.128.081-.086.217-.255.293-.264.121-.981.095-1.308.036-.247-.044-.368-.102-.636-.118-.233-.011-.473-.021-.706-.033-.293-.016-.34-.036-.566-.114-.268-.095-.42-.074-.685-.121-.234-.04-.4-.099-.642-.124-.214-.017-.441-.021-.654-.031-.882-.039-2.062-.357-2.931-.183-.183.035-.254.105-.482.11-.14.001-.326-.023-.474-.025-.262-.012-.413-.022-.565-.157-.156-.142-.03-.272-.107-.401-.056-.086-.191-.119-.35-.166-.455-.144-1.084-.187-1.485-.383-.311-.149-.323-.384-.742-.456-.66-.116-2.661.274-2.936-.277-.622.184-1.265 0-1.92.067-.74.074-1.24.228-1.984-.042-.27-.1-.5-.257-.832-.296-.321-.036-.64.05-.93.102-.42.073-.791.172-1.177.267 3.585 1.168 6.165 3.632 7.396 6.047.257.504.28 1.021.13 1.518q3.455.24 6.91.501c3.339.253 6.65.295 9.985.253 1.919-.024 3.843-.079 5.77-.02 1.907.057 3.79.268 5.692.367 1.034.055 3.196.204 3.578-.504.351-.655-.953-1.462-1.72-1.916' clip-rule='evenodd'/%3E%3C/g%3E%3Cmask id='b' width='148' height='39' x='-43' y='311' mask-type='alpha' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m104.364 319.442-143.945-7.634-2.743 29.755 143.945 7.634z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cpath fill='%23291046' fill-rule='evenodd' d='M69.568 328.81c-.28-.944-1.07.085-1.726.068.27.497 1.39.14 1.726-.068m32.973 10.402c-12.222.403-58.716 3.23-58.682 3.23-.182.008-63.284-.96-86.183-.879.311-2.157 1.55-4.288 2.93-6.405a35 35 0 0 1 2.139-.343c3.425 1.563 8.29 1.379 10.59-1.17a42 42 0 0 0 2.615-.527c3.46.377 7.164-.329 10.673-2.146 1.552-.802 3.527-1.636 4.52-2.775.704-.811.56-2.129.703-2.691q.306-.067.618-.118l.37-.02c1.494-.06 2.73-.36 3.718-.81.012.432.029.895.068.986a2.83 2.83 0 0 0 1.462.378c.273-.407.13-1.161.392-1.583 1.515.03 2.874.128 4.006-.244.115.079.229.158.355.231 1.168.671 2.653 1.287 4.23 1.483q.52.064 1.056.102c1 .439 2.345.533 2.98 1.335.151.54-.782.18-.633.72 1.19.903 2.228-.871 3.304-.998 1.28-.15 1.688.974 2.036 2.183.99-1.362.896-3.624 3.347-3.782-.6-1.745.704-2.622.94-3.951 1.316.52 1.593-.621 2.438-.967.32.054.291.93.16 1.127.88-.515 2.338-1.272 2.644-2.539.79-.207.44.724 1 .743.636-.385.244-1.262.978-1.428 1.55-.347.884 2.207 2.041 2.271.621-.152.3-1.079.792-1.336-.076-.398.14-.548.043-.96.637-.959 1.477-2.108 3.234-2.299 1.607-.172 3.887.313 5.762.125 1.288-.129 2.78-.29 3.31.829-.233.869.29 1.361.592 2.153 1.529.136 3.05.407 4.551.78 1.226.305 2.982.673 3.544 1.689.185.331.104.746.247 1.035.395.792 1.334 1.059 1.832 1.931.6-.264 2.116-.885 1.942.448.546-.074.44-.687.614-1.07.64-.148.714.7 1.01.92.04.027.438.015.482.067.407.498.197 1.326.481 1.807.27.465.857.387 1.192.738.013.757-.332 1.22-.478 1.847.946.447 2.111-.137 2.877-.026.596.084 1.086.567 1.666.632 1.393.153 2.298-.526 3.892-.758.133-.242-.475-.516-.44-1.027.06-.9 2.005-1.277 2.387-2.009.244.398.147 1.138.828 1.101.551-.233.174-.83.225-1.142.415-2.523 4.31-3.725 6.614-1.908 1.452-1.307 2.543.767 4.257.705 1.178-.04 2.086-1.194 3.304-.998.79.13 1.124 1.054 1.43 1.6 2.498-1.021 2.697 2.069 4.883 1.639.819-.892 1.008-2.597 2.554-2.449 1.202.112.912 1.643 1.754 2.279' clip-rule='evenodd'/%3E%3C/g%3E%3Cpath fill='%23391C56' fill-rule='evenodd' d='m91.712 334.847-2.731.098c-.128-.67.287-.88.248-1.475-.352-.215-.803-.328-1.48-.215-.403.005-.635.157-.863.309-.769.115-.983-.341-.938-1.063 1.233-.083 2.08-.494 2.275-1.47 1.45-.088 1.453.213 2.636-.107 1.361.918-.099 1.37-.165 2.488-.045.873 1.314.305 1.018 1.435m-44.715-11.516c-.427.159-.718.438-1.145.596l-.057-1.098c.548.014.992.141 1.202.502m-5.768-3.623c-.116.691.094 1.656-.795 1.684-.037-.82-.113-1.673.795-1.684m11.695 10.271c-.316-1.188.252-3.306 1.864-3.658.34.52.62 1.102 1.803.756-.32-1.411-.13-3.344-1.373-3.803l-.293.013c-1.614.019-.622 2.269-2.537 2.031 1.068-1.443-1.037-2.15-2.124-1.293-.256-.831.462-.829.207-1.661.498-.274 1.574-.054 1.423-.882-.025-.167-.063-.326-.309-.267-1.035 1.035-.582-1.099-2.078-.463-.26-1.012 1.227-.525 1.407-1.16.148-1.217-1.035-1.06-2.11-1.018-.101.878-.892 1.161-1.686 1.446l.114 2.199c-.885-.248-.47-1.832-1.564-1.865.676-.645 2.117-.64 2.256-1.743-1.75.161-2.631-.573-3.586-1.232-1.257.229-1.67-.409-2.388-.731l-.294.011c-1.745.714-2.272 3.209-4.56 2.665l.13 2.472c1.31.008 2.955-.335 2.709 1.27 1.265-.055 1.826-.714 3.195-.68l-.1-1.925c.044-.395 1.47.197 2.344-.094-.442.751-.768 1.296.099 1.924-1.231-.068-1.37 2.534-2.157 3.669-.97.321-.502-.839-.658-1.353-1.577.664-2.82 1.613-3.051 3.429 2.667-1.203 5.517-.067 8.176-.881.044 1.001-1.496.647-1.07 1.974.856.342 3.015-.617 3.28.968.831.01.639-.853 1.422-.883-.195 1.233-1.142 1.825-1.308 3.082-1.084-.88-2.2-.067-3.545-.408-.002.869.077 1.659.685 1.9-1.025.524-1.367 1.631-2.537 2.032.851.795 2.019-.358 2.917-.393.085.753-.768.702-1.035 1.148q.1 0 .206-.006c3.12-.126 6.242-.247 9.366-.374-.037-.828.06-1.544.813-1.698l-.029-.549c1.108-2.934-1.26-5.788-4.024-3.969m17.979 5.642c-1.393.055-2.784.105-4.177.158-.02-.274-.067-.517-.312-.559l-.031-.55c.997-1.132-.783-3.105.079-4.136 1.29.313 2.445.77 4.146.659l.586-.024c-.11 1.747-1.3 1.513-1.322 2.808-.007.435.672.945 1.03 1.644m-60.669-1.99c-.198-.567-.767-.756-.671-1.628.512-1.953 3.15-3.384 5.426-2.972-.522 1.481-.63 3.313-1.222 4.732-1.08-.144-2.154-.295-3.533-.132m-1.466.059c-1.997.219-3.59.026-4.733-.636.196-1.146.82-1.925 1.016-3.071-1.947.26-3.235 1.082-3.373 2.892.907.162.837-.51 1.744-.348.234.608.952 1.343.393 1.911l-.293.016c-1.18-1.078-1.187 1.069-2.302.918.53-1.51-1.617-.27-1.815-1.03.196-1.76 2.127-3.425 1.5-5.016-.966-.303-.177.896-1.142.594-.25-.762-.467-2.761.414-3.322.953 1.142 2.608 1.564 4.496 1.747 1.466-.847-.4-4.542 2.115-4.492.944.999-.128 2.027-.134 3.033.647.206.703 1.014 1.522 1.043.781-.15 1.449-1.093 2.328-.371-2.002 1.295-2.422 3.872-1.736 6.132m24.294-12.827c.079.212.04.542.326.54-.131 1.367-1.525 1.552-2.878 1.218.065 1.767.556 2.351-.103 3.585-.98.038-.835-1.073-1.54-1.318-.207 2.436 1.971 2.418 2.282 4.318-.426.161-.718.438-1.142.595-1.178-1.264-3.675-2.04-5.347-1.16-1.186-.923.56-1.867-.466-3.288.532-.284 1.023.784 1.172-.046.147-1.116-1.268-.625-1.259-1.603 1.063-.862 4.056-.985 4.968-.475-.12-.938-.628-1.477-.993-2.163.982-.927 1.616.264 2.372.454.175-1.405 1.33-.402 2.608-.657m.546-.847c-.189-.87-1.315-.775-1.552-1.592.224-.069.578-.031.573-.298l.292-.01c.535 1.037 1.719-.104 2.372.454.208 1.138-.671 1.348-1.685 1.446m-11.022 13.943c.516.464-1.897 1.733-.735 2.783-.088.398-.044.66.06.858q1.076-.047 2.15-.09c-.073-.483-.132-.993.104-1.411l-1.465.059c.031-.762.821-.876 1.408-1.16.799.617.696 1.529.579 2.483 1.122-.045 2.242-.096 3.364-.141-.095-1.068-.378-1.945-.731-2.746.192-1.148 1.425-1.406 1.937-2.282l-.045-.826c-1.873.478-1.055-1.809-3.001-1.256.077.681.124 1.334-.514 1.397-.956.762-1.5 1.872-3.126 2.054z' clip-rule='evenodd'/%3E%3Cpath fill='%23291046' fill-rule='evenodd' d='M-71.204 336.479c-.29-.942-1.07.09-1.725.076.274.496 1.391.133 1.725-.076m-108.906 6.882c.704-.136 1.414-.26 2.137-.354 3.439 1.547 8.301 1.339 10.58-1.222q1.32-.23 2.61-.54c3.463.361 7.16-.363 10.655-2.198 1.544-.81 3.512-1.652 4.495-2.797.698-.814.542-2.132.68-2.694q.307-.068.618-.121l.37-.022c1.492-.067 2.725-.373 3.71-.828.016.432.037.895.077.985.397.216.846.38 1.465.371.269-.408.121-1.161.378-1.584 1.516.022 2.876.114 4.003-.264.116.078.231.157.359.23 1.173.665 2.663 1.273 4.241 1.461q.523.062 1.058.097c1.003.434 2.349.522 2.992 1.321.154.539-.781.184-.628.723 1.199.897 2.221-.882 3.296-1.015 1.279-.157 1.695.966 2.055 2.173.978-1.366.865-3.629 3.314-3.798-.615-1.742.682-2.626.907-3.956 1.319.515 1.587-.628 2.429-.978.321.052.299.928.169 1.125.877-.519 2.328-1.282 2.623-2.551.789-.211.446.722 1.005.739.633-.389.235-1.263.966-1.434 1.547-.355.904 2.203 2.062 2.261.62-.154.291-1.08.779-1.339-.079-.398.135-.55.036-.961.628-.962 1.459-2.115 3.214-2.315 1.606-.179 3.889.294 5.762.097 1.287-.135 2.778-.304 3.317.813-.224.87.303 1.36.61 2.15a30 30 0 0 1 4.56.757c1.227.299 2.986.659 3.558 1.672.186.33.11.745.255 1.034.402.79 1.342 1.053 1.848 1.922.599-.267 2.109-.895 1.946.438.545-.077.436-.688.605-1.073.638-.15.72.697 1.017.916.04.026.44.012.484.064.41.496.207 1.325.496 1.805.275.463.86.383 1.198.732.02.757-.322 1.221-.462 1.849.95.442 2.11-.147 2.876-.04.597.082 1.092.562 1.672.624 1.394.147 2.294-.538 3.884-.778.132-.242-.477-.513-.448-1.024.052-.9 1.995-1.288 2.37-2.02.249.397.157 1.136.837 1.096.55-.235.167-.831.216-1.143.394-2.525 4.278-3.747 6.597-1.94 1.442-1.314 2.55.754 4.264.684 1.177-.046 2.075-1.204 3.295-1.015.792.128 1.133 1.05 1.442 1.594 2.491-1.033 2.716 2.056 4.9 1.614.81-.895.985-2.601 2.532-2.461 1.203.106.925 1.638 1.773 2.27 1.823-.349 1.637-2.34 2.064-3.829 1.52-.117 1.774 1.042 2.418 1.809.386-.033.463-.279.643-.465.123-.127.293-.517.44-.628.457-.346 1.243-.377 1.779-.687.953-.546 1.254-1.732 2.261-2.186.78.138 1.207.631 2.06.694-.72-1.527 1.332-1.49 1.672-2.424 1 .101 1.177 1.028 1.91 1.395 1.183-.711 2.616-1.285 4.27-.795.508.153.94.67 1.478.631.578-.039.722-.56 1.098-.831.989.116 1.941.263 2.634.67.877-.664 2.014-2.438 3.66-2.856 1.46-.369 2.92-.073 3.069 1.519 1.211-.522 2.332-1.464 3.689-2.425 1.115-.789 2.832-2.033 4.292-1.927 1.058.076 1.204 1.157 2.385 1.287.5-.028.062-.827.418-.974 1.404-.124 1.264 1.311 1.851 2.007.235.163.624.175 1.065.126.45 1.118-.546 2.021-.364 3.412.353.016.526-.117.756-.206.224.081-.008.625.234.686 1.137-.198 1.805-.776 3.013-.914-.397-2.084 2.612-3.093 3.325-4.268l.696 17.777c-8.775.081-28.865 1.15-27.22 1.093-5.06.177-17.326-.013-17.51.643-12.219.463-58.865 7.39-58.832 7.389-.181.009-63.291-.649-86.188-.456.293-2.158 1.515-4.296 2.875-6.419' clip-rule='evenodd'/%3E%3Cpath fill='%23391C56' fill-rule='evenodd' d='m-49.008 342.407-2.731.112c-.133-.669.28-.882.235-1.476-.352-.214-.805-.325-1.48-.209-.405.008-.636.16-.862.314-.767.118-.985-.336-.947-1.059 1.233-.089 2.076-.504 2.263-1.48 1.45-.096 1.455.205 2.634-.12 1.37.911-.087 1.369-.143 2.488-.037.874 1.317.299 1.03 1.43m-8.804-8.518c-1.138.211-.817-1.097-1.547-1.307-1.621-.554-4.014-.297-3.975-2.575 2.632.66 6.264-.704 8.284.999-.2 1.57-2.059 1.74-2.762 2.883m-36.009-2.778c-.426.161-.715.441-1.14.601l-.067-1.099c.55.013.994.138 1.207.498m-5.799-3.595c-.109.692.109 1.655-.78 1.688-.044-.82-.127-1.673.78-1.688m11.782 10.213c-.325-1.186.224-3.307 1.834-3.667.345.518.629 1.099 1.81.748-.332-1.41-.16-3.343-1.407-3.796l-.293.013c-1.614.027-.603 2.273-2.52 2.044 1.057-1.448-1.055-2.145-2.134-1.283-.263-.829.455-.83.193-1.661.495-.277 1.572-.062 1.415-.889-.027-.167-.066-.326-.31-.266-1.027 1.04-.592-1.096-2.083-.454-.269-1.009 1.223-.53 1.398-1.166.137-1.217-1.045-1.054-2.119-1.007-.094.879-.883 1.165-1.674 1.454l.132 2.199c-.887-.245-.484-1.83-1.58-1.858.67-.649 2.112-.65 2.242-1.754-1.749.17-2.636-.56-3.597-1.215-1.255.236-1.673-.4-2.394-.718l-.294.011c-1.739.724-2.245 3.222-4.536 2.688l.15 2.472c1.309.001 2.952-.35 2.719 1.256 1.265-.061 1.82-.722 3.19-.695l-.117-1.925c.04-.395 1.472.19 2.344-.105-.436.753-.757 1.3.116 1.923-1.233-.061-1.35 2.541-2.127 3.68-.968.325-.509-.837-.67-1.351-1.57.673-2.806 1.627-3.021 3.445 2.657-1.216 5.517-.095 8.169-.921.052 1-1.49.654-1.054 1.978.86.339 3.01-.63 3.29.953.83.006.63-.857 1.413-.891-.185 1.234-1.126 1.832-1.282 3.089-1.091-.874-2.2-.056-3.549-.39.007.869.091 1.658.702 1.896-1.02.529-1.353 1.637-2.52 2.044.859.791 2.016-.368 2.914-.407.092.753-.762.706-1.026 1.154q.102-.002.207-.007c3.118-.142 6.24-.278 9.362-.421-.043-.828.048-1.544.8-1.701l-.035-.549c1.083-2.939-1.31-5.782-4.058-3.95m-16.482 4.33c.028-.823-.922-1.637.176-1.937-.167.854.835.491.669 1.345-.415.085-.468.476-.845.592m34.509 1.224q-2.087.091-4.175.179c-.022-.275-.072-.517-.317-.558l-.036-.55c.988-1.137-.81-3.102.044-4.136 1.292.307 2.452.758 4.152.639l.585-.027c-.094 1.747-1.288 1.519-1.298 2.814-.003.435.68.942 1.044 1.639m31.685-4.499c-.007.167-.024.328-.276.287-.93.469-.892 1.998-.378 2.919-2.881.112-5.764.234-8.647.354-.406-1.93-.626-4.146 1.307-4.576.726 1.192 1.516 2.314 2.544 3.192.335-2.395-1.713-2.303-1.732-4.331 1.481-.748 3.223-1.276 4.882-1.876-.177-1.624.549-2.49 2.501-2.317.449 2.666-1.248 3.918-.201 6.348m40.373-7.617-.067-1.099c.913-.2 1.334.131 2.006.188-.17-.579 1.128.704 1.573.659l-.638.676c-.945-.796-1.812-.059-2.874-.424m-7.634 9.507c-1.377.046-2.752.096-4.08.149-.088-.811-.21-1.581-.743-1.924-1.072-.036-1.905.13-2.62.393-.633.074-.192-.971-.378-1.362l-.133-2.197c1.41-.114.21-2.431 1.299-2.813.952-1.586 4.711-.84 6.706-.856.248 1.2 1.507 1.35 1.631 2.681a39 39 0 0 0-2.129 3.681c.31.578.401 1.39.447 2.248m-98.329 4.126-1.791.084c-.361-.352-.689-.732-1.057-1.07-.021-.362.497-.274.551-.577.669.123 1.295 1.564 1.776.196.774.044.166-1.077 1.123-.879l.033.551c.008.377.174.597.34.81-.276.336-.731.521-.975.885m-26.779-3.209c-.203-.566-.774-.753-.686-1.625.496-1.956 3.122-3.4 5.402-2.999-.51 1.484-.604 3.316-1.183 4.738-1.082-.138-2.155-.284-3.533-.114m-1.465.066c-1.995.228-3.59.043-4.739-.612.186-1.148.803-1.929.99-3.077-1.945.269-3.226 1.098-3.349 2.909.909.157.833-.515 1.742-.357.238.607.962 1.339.409 1.91l-.294.016c-1.189-1.072-1.177 1.076-2.294.929.518-1.512-1.619-.261-1.823-1.02.181-1.761 2.098-3.435 1.458-5.023-.969-.298-.17.896-1.138.599-.257-.761-.491-2.759.386-3.324.962 1.137 2.621 1.551 4.511 1.725 1.459-.854-.439-4.54 2.075-4.502.955.995-.11 2.028-.107 3.033.649.203.713 1.012 1.531 1.036.78-.154 1.439-1.101 2.326-.382-1.992 1.304-2.39 3.884-1.684 6.14m24.184-12.946c.08.212.043.542.33.538-.12 1.368-1.512 1.56-2.867 1.233.08 1.767.575 2.348-.074 3.585-.979.042-.843-1.069-1.55-1.311-.187 2.438 1.992 2.409 2.318 4.307-.423.163-.714.442-1.137.6-1.188-1.258-3.692-2.021-5.357-1.133-1.193-.917.544-1.869-.493-3.286.53-.286 1.029.779 1.172-.051.137-1.117-1.274-.62-1.273-1.598 1.055-.865 4.046-1.003 4.964-.498-.129-.938-.641-1.475-1.012-2.159.974-.932 1.618.257 2.377.443.162-1.406 1.326-.409 2.602-.67m.538-.85c-.196-.868-1.321-.768-1.566-1.584.225-.07.577-.034.572-.301l.291-.012c.544 1.035 1.718-.112 2.375.444.218 1.136-.659 1.351-1.672 1.453m-10.904 13.996c.521.463-1.88 1.744-.711 2.788-.084.398-.038.659.068.858q1.075-.053 2.149-.102c-.077-.482-.14-.992.093-1.411l-1.466.066c.025-.761.814-.879 1.399-1.166.804.613.709 1.525.601 2.48 1.121-.051 2.24-.107 3.362-.158-.105-1.067-.395-1.942-.755-2.743.183-1.148 1.413-1.412 1.917-2.291l-.051-.825c-1.869.487-1.071-1.805-3.012-1.241.084.68.136 1.333-.503 1.399-.948.766-1.483 1.879-3.107 2.07zm228.355-5.391q-.205.664-.406 1.326c-.548.161-1.122.29-1.654.462-.465-.089-.204-.44-.571-.566.346-.451 2.346-.493.755-1.235.278-.549-1.312-.428-.789-1.067l.706.133c.478.103.804.044 1.122-.015.344.297.448.68.837.962m-3.636-.345c-1.03-.256-2.331.202-2.395-.683 1.031.366.859-.467 1.89-.1-.011.325.468.476.505.783' clip-rule='evenodd'/%3E%3C/g%3E%3Cg opacity='.278'%3E%3Cmask id='c' width='42' height='14' x='518' y='328' mask-type='alpha' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m559.92 334.041-39.416-5.811-1.959 7.643 39.416 5.811z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23c)'%3E%3Cpath fill='%23291046' fill-rule='evenodd' d='M556.839 338.391c-.836-.632-1.842-1.185-2.837-1.739a57 57 0 0 1-2.769-1.683c-.423-.127-.772-.264-1.197-.391-.472-.138-1.034-.267-1.546-.221-.268.026-.495.083-.789 0-.308-.09-.19-.154-.274-.292-.166-.27-.488-.367-.943-.507-.529-.163-.975-.391-1.486-.57-.355-.123-.722-.281-1.097-.3-.16-.01-.41.05-.572.046-.215-.003-.395-.008-.614.002-.209.013-.307-.006-.462.072-.14.068-.12.206-.3.266-.281.096-.99.004-1.304-.085-.238-.066-.349-.135-.612-.176l-.696-.097c-.288-.043-.332-.068-.543-.166-.252-.119-.406-.112-.661-.183-.225-.061-.381-.136-.617-.182-.21-.037-.435-.063-.644-.092-.87-.12-1.99-.545-2.881-.453-.186.019-.268.081-.495.065-.139-.012-.32-.052-.467-.069-.258-.036-.406-.059-.535-.208-.132-.155.014-.272-.042-.407-.042-.091-.171-.136-.32-.198-.429-.185-1.047-.286-1.413-.517-.285-.176-.259-.411-.664-.521-.636-.177-2.684.026-2.869-.547-.647.126-1.256-.116-1.916-.11-.747.004-1.268.111-1.962-.226-.253-.124-.455-.301-.779-.37-.313-.066-.644-.01-.939.015-.429.033-.814.098-1.212.156 3.371 1.491 5.536 4.175 6.37 6.686.174.523.113 1.039-.115 1.519q3.39.558 6.778 1.135c3.273.56 6.553.908 9.869 1.175 1.91.153 3.828.276 5.731.513 1.883.233 3.719.616 5.59.891 1.018.149 3.14.497 3.632-.17.454-.617-.71-1.539-1.398-2.061' clip-rule='evenodd'/%3E%3C/g%3E%3Cmask id='d' width='150' height='52' x='391' y='297' mask-type='alpha' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m540.931 318.878-141.645-20.883-7.504 29.28 141.645 20.883z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23d)'%3E%3Cpath fill='%23291046' fill-rule='evenodd' d='M504.889 324.96c-.127-.963-1.075-.015-1.723-.093.188.518 1.357.268 1.723.093m31.057 13.372c-12.196-.73-58.798-2.221-58.764-2.219-.182-.009-62.658-6.802-85.4-8.838.656-2.112 2.229-4.113 3.937-6.087a37 37 0 0 1 2.179-.143c3.149 1.869 8.007 2.136 10.699-.182a43 43 0 0 0 2.68-.281c3.374.694 7.163.336 10.939-1.143 1.668-.653 3.763-1.298 4.931-2.337.83-.74.899-2.061 1.131-2.606q.315-.037.632-.06l.371.014c1.492.079 2.766-.104 3.82-.46-.058.43-.115.891-.091.985.358.253.775.458 1.39.511.337-.379.317-1.141.644-1.535 1.499.169 2.832.392 4.015.128.102.088.202.178.316.262 1.051.774 2.426 1.523 3.959 1.862q.508.112 1.033.2c.922.527 2.241.746 2.743 1.6.063.55-.805.107-.744.656 1.037 1.007 2.351-.658 3.439-.685 1.296-.031 1.519 1.122 1.671 2.355 1.201-1.261 1.472-3.515 3.929-3.445-.314-1.787 1.12-2.537 1.568-3.835 1.222.639 1.681-.468 2.576-.733.309.083.139.949-.023 1.132.957-.429 2.525-1.045 3.033-2.275.817-.133.319.76.872.83.693-.323.445-1.23 1.201-1.328 1.593-.2.523 2.273 1.661 2.443.641-.092.471-1.043 1-1.252-.011-.402.226-.531.197-.949.787-.893 1.805-1.956 3.58-1.983 1.622-.022 3.807.67 5.698.656 1.3-.008 2.806-.031 3.152 1.129-.371.841.07 1.378.242 2.192 1.496.277 2.963.686 4.392 1.195 1.168.416 2.852.944 3.247 2.004.13.345-.017.75.078 1.05.264.822 1.154 1.175 1.508 2.086.639-.206 2.242-.683 1.856.624.553-.023.547-.641.781-1.005.658-.088.597.761.854 1.006.035.031.433.056.468.111.324.532-.018 1.335.188 1.839.193.486.787.463 1.064.842-.109.753-.526 1.181-.771 1.789.867.531 2.117.059 2.859.24.578.139.987.664 1.553.782 1.358.281 2.365-.311 3.984-.393.171-.228-.388-.557-.272-1.06.204-.888 2.196-1.082 2.692-1.774.179.418-.037 1.143.645 1.17.585-.181.307-.808.407-1.113.817-2.466 4.877-3.299 6.871-1.282 1.652-1.164 2.402.996 4.113 1.093 1.175.069 2.262-.992 3.439-.685.764.202.947 1.15 1.162 1.72 2.644-.782 2.344 2.303 4.584 2.078.955-.809 1.418-2.484 2.928-2.195 1.176.223.642 1.715 1.376 2.424' clip-rule='evenodd'/%3E%3C/g%3E%3Cpath fill='%23391C56' fill-rule='evenodd' d='m525.899 332.998-2.727-.155c-.019-.676.426-.847.483-1.441-.314-.246-.744-.4-1.433-.351-.402-.031-.657.098-.908.228-.781.042-.92-.429-.76-1.142 1.237.031 2.145-.299 2.494-1.249 1.455.047 1.409.346 2.634.138 1.204 1.037-.318 1.351-.563 2.454-.185.863 1.255.424.78 1.518m-42.532-15.563c-.449.119-.783.368-1.232.485l.12-1.095c.541.065.962.232 1.112.61m-5.143-4.129c-.225.675-.172 1.652-1.059 1.598.094-.818.156-1.671 1.059-1.598m9.958 11.275c-.122-1.208.781-3.258 2.438-3.458.255.547.439 1.151 1.668.917-.091-1.43.408-3.331-.752-3.902l-.293-.014c-1.605-.13-.982 2.194-2.845 1.782 1.293-1.334-.683-2.231-1.9-1.48-.12-.848.592-.78.473-1.63.538-.226 1.57.092 1.554-.744.002-.168-.01-.329-.264-.293-1.193.931-.401-1.144-1.988-.652-.096-1.028 1.302-.408 1.583-1.021.343-1.195-.857-1.148-1.93-1.206-.242.862-1.073 1.071-1.907 1.28l-.24 2.193c-.838-.328-.171-1.862-1.252-1.996.774-.577 2.203-.439 2.519-1.521-1.763-.002-2.52-.812-3.362-1.554-1.284.111-1.591-.561-2.253-.946l-.293-.017c-1.847.548-2.771 2.976-4.954 2.224l-.268 2.465c1.298.129 2.986-.059 2.484 1.511 1.265.063 1.928-.539 3.281-.38l.209-1.92c.108-.387 1.429.332 2.343.124-.56.705-.971 1.216-.212 1.919-1.21-.181-1.767 2.389-2.73 3.442-1.015.229-.363-.879-.435-1.404-1.672.514-3.059 1.34-3.58 3.122 2.84-.948 5.487.443 8.257-.119-.117.997-1.589.504-1.38 1.86.795.419 3.093-.333 3.101 1.265.823.086.771-.788 1.553-.746-.392 1.206-1.426 1.706-1.793 2.939-.935-.974-2.173-.27-3.454-.733-.141.862-.19 1.654.375 1.949-1.102.426-1.619 1.492-2.844 1.783.717.868 2.061-.17 2.958-.121-.036.755-.875.626-1.212 1.044q.1.01.206.013c3.117.163 6.234.332 9.356.494.096-.825.308-1.526 1.08-1.61l.059-.547c1.571-2.81-.321-5.861-3.356-4.312m16.938 7.262c-1.391-.074-2.78-.153-4.171-.229.025-.274.017-.52-.22-.584l.058-.549c1.171-1.031-.279-3.154.743-4.098 1.23.431 2.303.991 4.009 1.038l.585.03c-.389 1.724-1.534 1.381-1.763 2.665-.077.431.515 1 .759 1.727m-59.897-7.583c-.105-.581-.639-.821-.404-1.678.822-1.891 3.671-3.068 5.863-2.448-.756 1.422-1.159 3.23-1.974 4.584-1.049-.243-2.09-.492-3.485-.458m-1.464-.077c-2.018.033-3.567-.306-4.596-1.068.379-1.12 1.123-1.835 1.502-2.954-1.974.077-3.385.775-3.813 2.558.874.245.913-.429 1.788-.184.134.625.728 1.421.083 1.933l-.294-.012c-.998-1.179-1.35.952-2.433.698.769-1.449-1.561-.416-1.636-1.189.478-1.729 2.663-3.203 2.296-4.84-.91-.39-.32.873-1.23.484-.126-.779-.02-2.783.945-3.259.763 1.222 2.337 1.793 4.182 2.149 1.591-.705.333-4.545 2.821-4.262.777 1.079-.453 2-.62 2.998.609.264.534 1.071 1.342 1.175.8-.076 1.614-.951 2.371-.152-2.195 1.099-3.026 3.619-2.708 5.925m26.174-10.485c.044.217-.049.541.236.565-.35 1.345-1.763 1.4-3.052.944-.219 1.759.175 2.385-.678 3.548-.979-.053-.657-1.142-1.317-1.45-.597 2.398 1.568 2.582 1.572 4.496-.449.121-.783.369-1.23.485-.965-1.363-3.32-2.364-5.121-1.646-1.029-1.025.856-1.8.066-3.306.574-.233.89.873 1.171.063.325-1.094-1.158-.738-.992-1.708 1.193-.756 4.183-.602 5.007-.011.032-.943-.386-1.525-.638-2.239 1.123-.83 1.562.411 2.282.669.399-1.378 1.385-.275 2.694-.41m.678-.791c-.048-.881-1.181-.891-1.285-1.723.234-.048.578.022.617-.244l.292.017c.364 1.08 1.722.056 2.28.671.024 1.149-.882 1.276-1.904 1.279m-13.181 12.82c.438.509-2.161 1.545-1.176 2.695-.151.387-.15.65-.079.857q1.076.052 2.148.109c.006-.486.03-.998.331-1.391l-1.464-.077c.154-.752.956-.793 1.584-1.021.694.687.446 1.582.176 2.519 1.121.058 2.241.111 3.362.171a8.2 8.2 0 0 0-.285-2.794c.375-1.121 1.64-1.264 2.289-2.085l.089-.824c-1.937.301-.757-1.894-2.778-1.525-.032.684-.09 1.336-.735 1.339-1.07.668-1.788 1.72-3.432 1.75z' clip-rule='evenodd'/%3E%3Cpath fill='%23291046' fill-rule='evenodd' d='M363.934 319.56c-.135-.963-1.075-.01-1.723-.085.192.518 1.359.261 1.723.085m-109.2-3.237a36 36 0 0 1 2.178-.153c3.165 1.853 8.025 2.096 10.698-.235a43 43 0 0 0 2.677-.294c3.38.677 7.166.301 10.929-1.197 1.663-.661 3.751-1.316 4.911-2.361.824-.743.881-2.066 1.108-2.611q.315-.04.633-.063c.099.003.216.008.371.012 1.491.071 2.764-.118 3.815-.478-.054.429-.108.891-.082.984.359.251.778.455 1.394.504.333-.38.307-1.142.63-1.538 1.501.162 2.836.379 4.016.108.103.088.204.177.319.262 1.058.768 2.439 1.509 3.975 1.842q.509.109 1.034.194c.926.524 2.248.736 2.757 1.588.067.549-.804.11-.739.659 1.046 1.002 2.346-.67 3.434-.702 1.295-.038 1.528 1.115 1.691 2.346 1.19-1.265 1.442-3.521 3.9-3.463-.33-1.786 1.099-2.544 1.535-3.843 1.227.633 1.677-.477 2.568-.746.311.081.149.949-.012 1.133.953-.435 2.517-1.058 3.014-2.29.816-.137.325.757.878.826.69-.327.436-1.232 1.189-1.334 1.593-.209.544 2.27 1.684 2.434.639-.095.461-1.044.988-1.257-.014-.402.222-.532.19-.949.778-.898 1.788-1.965 3.562-2.002 1.623-.029 3.813.652 5.704.629 1.299-.015 2.806-.044 3.161 1.114-.362.843.082 1.378.261 2.19 1.499.27 2.969.672 4.402 1.174 1.171.41 2.859.929 3.264 1.988.132.345-.011.75.087 1.049.272.822 1.163 1.17 1.526 2.079.636-.209 2.236-.694 1.861.615.553-.026.542-.643.772-1.009.658-.091.604.758.862 1.003.037.029.435.052.47.108.328.53-.006 1.334.204 1.838.198.485.792.459 1.071.837-.102.753-.516 1.182-.756 1.792.871.527 2.118.049 2.861.226.579.137.993.659 1.559.775 1.361.274 2.364-.323 3.981-.413.17-.228-.392-.555-.28-1.059.196-.888 2.186-1.093 2.676-1.786.183.417-.027 1.142.655 1.166.583-.183.299-.81.398-1.115.796-2.469 4.848-3.323 6.859-1.315 1.643-1.172 2.41.983 4.123 1.072 1.175.064 2.253-1.003 3.433-.702.766.199.956 1.146 1.176 1.715 2.638-.795 2.364 2.291 4.603 2.055.948-.814 1.395-2.491 2.909-2.209 1.177.217.655 1.712 1.395 2.417 1.865-.177 2.001-2.171 2.664-3.61 1.527.024 1.593 1.199 2.109 2.019.389.004.504-.234.713-.402.143-.115.374-.486.537-.582.51-.301 1.295-.26 1.877-.517 1.033-.455 1.523-1.604 2.596-1.961.751.208 1.096.738 1.933.878-.469-1.581 1.561-1.355 2.049-2.251.975.193 1.003 1.13 1.672 1.562 1.288-.597 2.802-1.034 4.364-.395.481.198.826.752 1.366.763.58.015.807-.489 1.224-.723.962.206 1.885.44 2.507.909.977-.579 2.391-2.235 4.09-2.498 1.509-.231 2.911.198 2.803 1.792 1.286-.406 2.55-1.237 4.051-2.066 1.234-.68 3.138-1.756 4.57-1.515 1.038.172 1.009 1.259 2.16 1.497.502.019.195-.815.572-.928 1.414.007 1.044 1.418 1.515 2.164.207.183.591.23 1.037.223.267 1.151-.867 1.955-.91 3.353.348.048.541-.068.783-.135.21.101-.108.62.122.702 1.16-.091 1.917-.603 3.138-.628-.059-2.105 3.09-2.829 3.986-3.929l-2.166 17.709c-8.723-.731-28.835-1.526-27.193-1.432-5.05-.292-17.194-1.614-17.482-.98-12.202-.67-59.614 1.894-59.581 1.896-.182-.007-62.715-6.494-85.472-8.418.637-2.116 2.193-4.124 3.884-6.107' clip-rule='evenodd'/%3E%3Cpath fill='%23391C56' fill-rule='evenodd' d='m385.012 327.495-2.728-.142c-.024-.676.419-.849.471-1.443-.316-.245-.748-.396-1.436-.344-.403-.029-.656.101-.906.232-.781.047-.924-.424-.77-1.139 1.238.026 2.142-.308 2.484-1.26 1.454.04 1.411.339 2.634.125 1.213 1.031-.306 1.351-.542 2.456-.177.864 1.259.419.793 1.515m-7.369-9.269c-1.164.105-.634-1.164-1.325-1.44-1.521-.699-3.937-.666-3.533-2.923 2.507.899 6.331-.12 8.063 1.757-.452 1.54-2.323 1.537-3.205 2.606m-35.294-6.085c-.449.121-.78.372-1.228.491l.11-1.096c.543.063.964.227 1.118.605m-5.178-4.104c-.22.676-.158 1.653-1.046 1.603.088-.818.143-1.672 1.046-1.603m10.053 11.225c-.133-1.206.753-3.261 2.409-3.469.259.546.448 1.148 1.676.909-.103-1.43.38-3.333-.786-3.898l-.293-.013c-1.606-.123-.963 2.199-2.829 1.795 1.281-1.339-.703-2.226-1.912-1.47-.129-.848.585-.783.458-1.631.536-.229 1.571.083 1.547-.752.001-.169-.012-.329-.265-.292-1.186.937-.411-1.143-1.994-.644-.105-1.026 1.299-.413 1.574-1.027.332-1.197-.867-1.144-1.941-1.197-.235.864-1.063 1.076-1.895 1.289l-.222 2.195c-.841-.325-.187-1.861-1.269-1.99.769-.582 2.2-.451 2.507-1.534-1.764.007-2.527-.799-3.375-1.538-1.284.118-1.597-.552-2.261-.935l-.294-.015c-1.842.558-2.746 2.99-4.934 2.249l-.249 2.467c1.299.122 2.987-.075 2.498 1.498 1.265.056 1.923-.549 3.278-.395l.193-1.922c.104-.388 1.431.325 2.343.112-.553.708-.96 1.221-.194 1.92-1.213-.175-1.747 2.398-2.702 3.456-1.013.233-.371-.877-.447-1.402-1.668.522-3.048 1.355-3.553 3.139 2.832-.961 5.491.416 8.256-.159-.109.997-1.585.512-1.365 1.866.799.416 3.089-.347 3.112 1.25.824.083.764-.792 1.546-.753-.381 1.207-1.411 1.713-1.768 2.947-.943-.969-2.174-.259-3.459-.715-.134.863-.177 1.654.392 1.947-1.099.43-1.607 1.499-2.83 1.795.725.865 2.06-.179 2.958-.134-.031.756-.871.63-1.205 1.05q.102.008.207.012c3.118.148 6.238.301 9.36.448.09-.826.296-1.529 1.067-1.615l.054-.548c1.548-2.817-.371-5.859-3.393-4.296m-17.055 2.775c.16-.815-.652-1.71.486-1.906-.303.832.75.564.447 1.396-.425.047-.54.43-.933.51m34.054 4.404-4.171-.208c.021-.274.011-.52-.226-.582l.053-.55c1.163-1.037-.305-3.153.708-4.101 1.233.424 2.312.979 4.019 1.018l.585.027c-.375 1.725-1.523 1.389-1.741 2.673-.072.432.524.998.773 1.723m32.172-1.537c-.033.166-.076.324-.319.261-.999.378-1.207 1.9-.845 2.861-2.877-.154-5.758-.3-8.639-.448-.093-1.953.045-4.173 2.033-4.42.529 1.25 1.133 2.437 2.012 3.403.717-2.346-1.33-2.445-1.023-4.459 1.59-.606 3.403-.968 5.147-1.411.085-1.628.944-2.42 2.855-2.068.016 2.687-1.869 3.773-1.221 6.281m41.297-3.827.11-1.098c.938-.114 1.303.253 1.961.373-.076-.591 1.006.802 1.455.799l-.742.612c-.81-.878-1.789-.227-2.784-.686m-9.105 8.73a597 597 0 0 0-4.073-.229c.042-.814.045-1.589-.429-1.979-1.058-.135-1.911-.046-2.664.148-.64.015-.034-.982-.155-1.387l.22-2.193c1.418.017.599-2.393 1.741-2.672 1.201-1.486 4.812-.398 6.794-.229.053 1.214 1.279 1.479 1.188 2.811a43 43 0 0 0-2.704 3.457c.214.603.174 1.417.082 2.273m-98.259-4.994-1.791-.082c-.302-.383-.566-.79-.877-1.159.037-.362.537-.227.64-.522.644.183 1.033 1.672 1.731.358.76.116.337-1.053 1.255-.768l-.056.55c-.052.374.078.608.208.835-.328.308-.809.45-1.11.788m-26.064-5.66c-.11-.581-.647-.818-.419-1.676.806-1.895 3.645-3.086 5.843-2.477-.745 1.426-1.133 3.235-1.936 4.593-1.051-.238-2.093-.482-3.488-.44m-1.465-.07c-2.017.042-3.57-.289-4.605-1.046.369-1.121 1.108-1.84 1.477-2.962-1.973.088-3.378.792-3.792 2.578.877.24.911-.434 1.787-.194.139.625.74 1.418.099 1.934l-.294-.011c-1.008-1.174-1.341.959-2.426.71.757-1.453-1.565-.409-1.646-1.182.463-1.73 2.635-3.215 2.254-4.85-.914-.386-.313.874-1.226.489-.132-.778-.043-2.783.917-3.263.773 1.218 2.353 1.782 4.201 2.129 1.585-.713.294-4.547 2.783-4.277.788 1.076-.435 2.003-.593 3.001.611.261.544 1.07 1.352 1.17.8-.081 1.605-.96 2.37-.165-2.186 1.111-2.996 3.634-2.658 5.939m26.084-10.614c.046.217-.044.542.241.565-.338 1.346-1.751 1.408-3.044.959-.204 1.76.195 2.383-.648 3.551-.979-.049-.666-1.139-1.329-1.444-.576 2.402 1.59 2.575 1.61 4.488-.447.123-.78.373-1.226.491-.977-1.358-3.339-2.348-5.135-1.62-1.037-1.02.841-1.805.039-3.306.572-.236.896.867 1.171.057.316-1.096-1.165-.733-1.006-1.704 1.186-.761 4.177-.622 5.006-.036.023-.942-.398-1.523-.657-2.236 1.117-.835 1.565.405 2.288.659.387-1.38 1.382-.283 2.69-.424m.671-.794c-.055-.88-1.187-.885-1.3-1.716.235-.05.579.019.616-.247l.291.016c.374 1.077 1.724.046 2.286.659.034 1.148-.871 1.28-1.893 1.288m-13.071 12.884c.442.508-2.147 1.557-1.154 2.701-.148.388-.144.651-.071.858q1.076.047 2.149.098c.002-.486.021-.997.32-1.392l-1.465-.07c.147-.753.948-.798 1.575-1.028.699.683.458 1.579.198 2.517 1.12.053 2.241.1 3.362.154a8.2 8.2 0 0 0-.309-2.792c.366-1.123 1.63-1.272 2.271-2.097l.083-.824c-1.934.31-.773-1.89-2.791-1.51-.026.683-.079 1.335-.723 1.342-1.064.673-1.775 1.728-3.417 1.767zm-77.703-2.297c1.004-.471 2.15-.834 3.286-1.201a66 66 0 0 0 3.204-1.156c.45-.051.832-.124 1.283-.173.501-.053 1.087-.08 1.572.053.253.072.457.168.768.137.327-.034.231-.117.355-.236.242-.234.585-.273 1.07-.33.565-.067 1.068-.211 1.619-.297.383-.058.787-.148 1.159-.102.16.019.385.12.543.145.209.035.387.061.597.109.2.048.3.047.428.149.116.092.055.223.211.312.245.143.962.175 1.295.144.252-.023.381-.071.649-.065l.707.026c.294.008.343-.009.578-.067.281-.072.429-.039.7-.064.238-.021.411-.065.655-.069.215 0 .442.014.655.021.882.035 2.102-.184 2.941.061.175.049.236.124.463.149.139.012.326.004.475.013.262.011.413.014.582-.109.178-.128.069-.267.165-.388.068-.083.207-.104.371-.137.474-.107 1.105-.097 1.531-.259.331-.122.377-.355.804-.392.673-.061 2.605.491 2.958-.033.592.234 1.258.104 1.899.225.725.134 1.2.329 1.978.121.284-.077.534-.214.87-.225.324-.01.63.102.909.178.409.106.763.235 1.133.362-3.732.866-6.649 3.102-8.22 5.402a2.05 2.05 0 0 0-.347 1.498q-3.468-.046-6.94-.072c-3.355-.023-6.653-.255-9.961-.572-1.906-.181-3.81-.395-5.734-.495-1.904-.099-3.806-.046-5.711-.104-1.036-.031-3.206-.061-3.483-.796-.256-.68 1.155-1.375 1.983-1.763' clip-rule='evenodd'/%3E%3Cpath fill='%23291046' fill-rule='evenodd' d='M286.649 320.6c-.187-.957-1.075.024-1.727-.03.22.511 1.372.219 1.727.03m-109.283.169a36 36 0 0 1 2.167-.22c3.263 1.752 8.132 1.844 10.676-.568q1.34-.148 2.659-.378c3.414.572 7.177.077 10.855-1.536 1.626-.713 3.677-1.432 4.779-2.512.783-.769.769-2.092.967-2.644q.311-.049.627-.083l.372.001c1.494.025 2.755-.204 3.786-.597-.031.432-.059.893-.029.986.373.241.803.43 1.42.461.314-.391.245-1.151.547-1.557 1.508.116 2.854.29 4.019-.016.106.084.213.17.332.25 1.099.735 2.519 1.433 4.072 1.717q.514.095 1.044.162c.953.494 2.285.665 2.841 1.5.096.547-.799.135-.703.682 1.099.968 2.307-.742 3.393-.808 1.291-.078 1.587 1.066 1.815 2.292 1.122-1.303 1.25-3.564 3.71-3.583-.427-1.774.96-2.575 1.326-3.887 1.26.594 1.648-.529 2.526-.825.314.071.199.942.049 1.131.929-.463 2.456-1.135 2.886-2.381.808-.162.367.746.924.797.672-.348.367-1.244 1.115-1.369 1.579-.259.665 2.252 1.813 2.38.635-.115.405-1.059.92-1.287-.036-.402.193-.539.138-.955.729-.921 1.68-2.019 3.451-2.111 1.619-.08 3.845.533 5.733.451 1.297-.055 2.801-.132 3.218 1.014-.315.854.158 1.375.38 2.181 1.513.222 3.003.578 4.463 1.035 1.192.373 2.907.839 3.368 1.885.152.34.03.749.144 1.046.316.811 1.226 1.132 1.637 2.029.625-.229 2.197-.764 1.893.556.551-.043.507-.659.717-1.031.652-.112.644.738.915.974.039.029.437.039.477.094.356.52.065 1.333.302 1.83.224.478.815.434 1.115.802-.06.756-.451 1.199-.658 1.815.9.499 2.119-.017 2.872.137.585.118 1.027.627 1.599.725 1.374.231 2.344-.396 3.955-.537.157-.233-.422-.541-.337-1.048.147-.894 2.125-1.162 2.577-1.869.205.411.034 1.143.717 1.145.573-.201.256-.819.337-1.126.662-2.493 4.664-3.472 6.783-1.529 1.577-1.221 2.461.908 4.177.943 1.178.028 2.197-1.072 3.392-.808.777.175 1.017 1.115 1.268 1.676 2.593-.876 2.487 2.217 4.71 1.911.904-.842 1.26-2.533 2.787-2.298 1.188.18.749 1.69 1.526 2.371 1.854-.235 1.881-2.231 2.466-3.69 1.526-.023 1.656 1.149 2.217 1.952.388-.008.49-.249.69-.423.136-.12.347-.499.505-.599.493-.317 1.28-.3 1.846-.575 1.009-.487 1.437-1.65 2.489-2.041.762.186 1.135.703 1.979.818-.554-1.565 1.486-1.402 1.925-2.314.985.163 1.063 1.098 1.755 1.509 1.255-.637 2.743-1.12 4.34-.53.489.183.865.725 1.405.72.582-.003.78-.514 1.184-.761.973.175 1.908.381 2.554.83.945-.609 2.268-2.308 3.952-2.623 1.494-.278 2.92.107 2.898 1.703 1.262-.446 2.48-1.316 3.935-2.19 1.195-.718 3.041-1.853 4.484-1.657 1.047.14 1.077 1.226 2.24 1.428.501.004.149-.82.52-.945 1.414-.037 1.12 1.385 1.632 2.115.217.177.602.212 1.047.191.33 1.141-.76 1.98-.727 3.378.351.037.537-.085.775-.16.216.096-.074.623.16.7 1.154-.129 1.883-.664 3.102-.727-.173-2.101 5.066.87 5.901-.258l-3.336 13.971c-8.755-.459-28.893-.628-27.248-.584-5.062-.134-17.267-1.077-17.522-.435-12.227-.289-59.46 3.751-59.426 3.752-.183-.002-63.014-4.535-85.857-5.749.522-2.133 1.969-4.188 3.551-6.222' clip-rule='evenodd'/%3E%3Cpath fill='%23391C56' fill-rule='evenodd' d='m308.139 327.872-2.734-.056c-.061-.676.372-.862.392-1.457-.329-.235-.768-.373-1.453-.299-.403-.017-.65.121-.893.26-.777.07-.946-.395-.83-1.113 1.238-.014 2.123-.376 2.413-1.337 1.455-.006 1.429.294 2.639.042 1.268.992-.233 1.36-.409 2.471-.13.869 1.281.379.875 1.489m-7.865-9.031c-1.157.141-.697-1.144-1.403-1.398-1.556-.651-3.968-.543-3.687-2.81 2.553.82 6.319-.317 8.151 1.504-.368 1.552-2.238 1.607-3.061 2.704m-35.595-4.981c-.441.135-.758.396-1.2.529l.051-1.098c.546.046.976.198 1.149.569m-5.395-3.939c-.183.683-.069 1.657-.958 1.635.043-.82.051-1.675.958-1.635m10.652 10.904c-.197-1.203.576-3.283 2.22-3.543.288.538.509 1.133 1.722.856-.179-1.425.201-3.342-.995-3.87l-.293-.004c-1.612-.072-.844 2.228-2.73 1.882 1.208-1.378-.823-2.202-1.99-1.409-.174-.843.542-.8.369-1.645.524-.245 1.573.035 1.506-.799-.009-.168-.03-.329-.282-.284-1.133.974-.472-1.128-2.027-.58-.16-1.022 1.275-.454 1.518-1.076.267-1.205-.929-1.116-2.004-1.135-.188.87-1.004 1.108-1.825 1.348l-.102 2.199c-.858-.299-.287-1.854-1.376-1.949.737-.605 2.174-.518 2.421-1.611-1.761.063-2.568-.719-3.455-1.43-1.276.157-1.624-.503-2.31-.864l-.293-.007c-1.811.615-2.582 3.073-4.809 2.401l-.115 2.472c1.305.082 2.98-.167 2.578 1.419 1.267.017 1.891-.608 3.252-.497l.089-1.926c.084-.391 1.448.28 2.347.04-.514.724-.893 1.25-.09 1.924-1.221-.137-1.615 2.45-2.512 3.536-.998.266-.418-.864-.522-1.386-1.638.573-2.972 1.449-3.38 3.247 2.777-1.049 5.508.245 8.239-.416-.054 1-1.555.561-1.261 1.908.82.389 3.068-.444 3.177 1.151.827.057.72-.815 1.504-.801-.316 1.218-1.318 1.756-1.607 3-.995-.939-2.186-.191-3.496-.607-.087.866-.086 1.658.498 1.934-1.075.464-1.525 1.548-2.73 1.882.771.841 2.048-.243 2.947-.227.011.756-.835.657-1.146 1.087q.102.005.207.005c3.124.051 6.249.107 9.377.156.045-.827.212-1.536.978-1.647l.025-.548c1.393-2.864-.688-5.844-3.624-4.186m-16.891 3.302c.116-.818-.744-1.688.383-1.919-.258.841.781.54.523 1.382-.422.059-.517.445-.906.537m34.265 3.34c-1.394-.023-2.785-.052-4.179-.078.007-.275-.017-.52-.256-.575l.022-.551c1.106-1.072-.475-3.14.485-4.119 1.256.385 2.363.906 4.071.891l.586.009c-.282 1.735-1.445 1.435-1.594 2.726-.05.433.578.98.865 1.697m32.062-2.538c-.024.167-.059.325-.305.27-.977.409-1.103 1.936-.688 2.885-2.885-.064-5.771-.12-8.657-.178-.199-1.949-.18-4.171 1.792-4.48.596 1.233 1.264 2.4 2.193 3.337.59-2.366-1.46-2.4-1.262-4.423 1.554-.654 3.348-1.073 5.065-1.57-.002-1.629.812-2.448 2.741-2.155.163 2.684-1.663 3.828-.879 6.314m41.054-5.111.051-1.1c.931-.143 1.315.212 1.98.311-.109-.588 1.048.77 1.497.753l-.709.634c-.856-.851-1.799-.17-2.819-.598m-8.624 9.006a710 710 0 0 0-4.082-.102c-.001-.814-.041-1.589-.535-1.964-1.065-.102-12.428-.986-13.168-.768-.638.035 2.421-1.845 2.278-2.246l4.738-1.884c1.417-.026 2.791-1.689 3.917-2.004 1.119-1.522 5.832.283 7.822.389.119 1.212 1.358 1.439 1.339 2.772a42 42 0 0 0-2.514 3.539c.246.595.251 1.41.205 2.268m-98.446-1.928-1.795-.025c-.321-.374-.608-.772-.939-1.132.018-.362.525-.243.611-.541.654.163 1.123 1.639 1.75.303.765.093.279-1.062 1.212-.807l-.026.552c-.033.376.111.605.254.829-.312.318-.785.474-1.067.821m-26.35-4.843c-.143-.577-.691-.798-.51-1.662.704-1.918 3.475-3.197 5.703-2.657-.666 1.448-.955 3.268-1.685 4.65-1.063-.205-2.117-.417-3.508-.331m-1.467-.024c-2.012.106-3.582-.177-4.657-.901.308-1.132 1.007-1.874 1.315-3.005-1.967.148-3.333.895-3.648 2.692.889.213.885-.461 1.773-.248.174.62.817 1.393.204 1.928l-.294-.001c-1.071-1.142-1.288 1-2.385.785.677-1.476-1.586-.36-1.709-1.129.369-1.744 2.459-3.296 1.988-4.917-.933-.357-.263.883-1.197.527-.175-.774-.194-2.779.74-3.29.838 1.194 2.447 1.709 4.311 1.997 1.546-.761.049-4.552 2.551-4.36.844 1.05-.327 2.015-.432 3.017.625.242.603 1.052 1.416 1.126.794-.105 1.552-1.008 2.359-.238-2.125 1.179-2.797 3.725-2.335 6.017m25.487-11.417c.058.215-.014.542.271.556-.264 1.356-1.672 1.462-2.988 1.053-.109 1.765.323 2.375-.456 3.568-.981-.017-.727-1.117-1.406-1.401-.445 2.418 1.728 2.522 1.852 4.435-.441.136-.759.396-1.198.528-1.05-1.326-3.465-2.241-5.218-1.459-1.092-.986.741-1.829-.142-3.304.559-.254.943.839 1.174.02.256-1.105-1.204-.696-1.097-1.67 1.143-.799 4.14-.753 5-.193-.029-.943-.481-1.509-.778-2.213 1.071-.869 1.585.355 2.321.587.312-1.391 1.366-.326 2.665-.507m.628-.815c-.103-.878-1.235-.847-1.392-1.674.231-.057.58.001.601-.266l.293.007c.431 1.065 1.724-.007 2.32.587.096 1.146-.802 1.306-1.822 1.346m-12.363 13.281c.47.493-2.061 1.622-1.006 2.735-.126.391-.108.654-.024.858q1.077.014 2.152.032c-.025-.486-.032-.998.244-1.401l-1.468-.025c.106-.756.905-.826 1.518-1.076.737.66.544 1.563.334 2.508 1.123.019 2.246.031 3.369.05a8.3 8.3 0 0 0-.461-2.78c.305-1.133 1.56-1.321 2.156-2.166l.038-.826c-1.916.371-.875-1.864-2.871-1.422.012.683-.006 1.337-.65 1.364-1.026.705-1.678 1.781-3.318 1.872zM544 336.315l-.616 1.278c-.571.11-1.161.185-1.717.306-.446-.131-.132-.455-.475-.614.416-.416 2.408-.273.947-1.156.365-.52-1.233-.546-.611-1.132l.679.197c.458.146.791.118 1.116.089.294.326.335.717.677 1.032m-3.554-.678c-.982-.35-2.346-.016-2.268-.9.965.459.928-.384 1.893.076-.064.321.388.516.375.824' clip-rule='evenodd'/%3E%3C/g%3E%3Cpath fill='url(%23e)' d='M1368.26 484.643c-6.89 99.673-530.001 307.631-1090.643 285.344S-1362.52 732.625-1355.64 632.952c1.94-28.018 74.38-49.985 108.54-61.895 87.7-30.566 183.27-53.791 278.57-75.186 127.148-28.55 116.866 84.409 248.196 62.92 209.296-34.239 280.385-299.687 1353.22-216.112 109.788 8.565 218.576 21.788 328.096 31.666 91.488 8.257 183.918 14.165 273.658 28.689 69.37 11.228 136.93 33.629 133.62 81.609'/%3E%3Cg opacity='.05'%3E%3Cmask id='f' width='1247' height='61' x='-733' y='0' mask-type='alpha' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M-732.205 0h1246.17v60.35h-1246.17z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23f)'%3E%3Cpath fill='%23EDF2F5' fill-rule='evenodd' d='M383.606 53.634c-98.177.024-303.6-9.329-302.446-9.294-16.202-.487-18.042 1.618-42.394-1.196 1.096-.207 64.701-3.533 102.978-5.605 3.46-.188 5.9-3.256 1.988-4.318-28.82-7.833-61.074-9.467-92.392-10.21-96.45-2.285-113.283.643-112.163-5.191 191.4 5.918 383.234 6.97 574.789 3.151-7.213-1.37-15.543-.981-22.906-1.206-16.842-.517-33.698-.817-50.551-1.108-51.629-.89-103.269-1.45-154.905-2.019-59.363-.652-118.728-1.245-178.09-1.921-50.855-.58-101.74-.995-152.577-2.183a1396 1396 0 0 1-38.66-1.44 5066 5066 0 0 1 115.83-.958c12.37.04 26.893 1.722 38.956.034-3.656.512-10.93-1.99-15.151-2.088-6.916-.162-13.907.105-20.831.123q-21.408.053-42.814-.107c-45.64-.342-91.226-1.708-136.872-1.708-8.248-.03-17.517-2.405-25.88-2.96-10.549-.7-21.153-.688-31.731-.496-21.654.393-43.407 1.692-65.003-.238-10.323-.922-20.565-2.58-30.958-2.69-15.81-.167-31.252 3.242-46.869 5.123-27.029 3.255-54.745 1.93-81.779 5.167 18.636-2.23 40.791-.398 60.036-.494 21.418-.108 42.838-.117 64.255.058 20.937.172 41.873.518 62.797 1.119 10.47.3 20.938.663 31.4 1.1 9.963.417 22.195-.302 31.682 1.81-10.745 2.987-23.788 3.758-35.125 5.841-9.357 1.72-18.7 3.444-28.217 4.58-37.171 4.444-75.763 2.946-113.185 2.005-32.34-.812-64.663-2.055-96.972-3.418 3.55-.786 7.017-1.743 10.37-2.938 3.257-1.16 1.688-3.865-1.852-4.022-58.486-2.58-117.373 2.059-172.654 13.608-2.694.561-3.911 2.186-2.568 3.711a14 14 0 0 0 1.594 1.524c.136.358.413.7.797 1-82.331 4.761-57.244 2.054-116.826 4.297-1.207.046-1.227 1.09 0 1.112 11.041.203 22.095.346 33.153.456.769 2.17 7.822-.02 118.927.794 93.803.688 187.814-1.534 281.728-2.186 80.833-.563 161.67.124 242.442-1.77-8.016.188 1.129 9.45 3.633 10.395 8.182 3.087 20.46 2.33 29.418 2.974a3053 3053 0 0 0 66.79 4.06c84.817 4.225 170.276 5.23 255.259 3.871 6.985-.112 14.005-.624 20.945-.778 4.3-.135 61.253-1.964 63.509-2.677 11.758-.618 25.504-.385 36.785-2.312-2.826-2.466-11.644-.39-37.69-.382' clip-rule='evenodd'/%3E%3C/g%3E%3Cmask id='g' width='1148' height='30' x='-832' y='98' mask-type='alpha' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M-831.81 98.984H315.707v29.009H-831.81z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23g)'%3E%3Cpath fill='%23FEFEFE' fill-rule='evenodd' d='M313.165 121.562c-60.036-4.305-120.713-2.019-181.015-3.788-76.987-2.259-137.685-6.957-221.084-9.95 56.745.204 220.157.326 297.327-.684 5.862-.077 5.811-2.75 0-2.867-63.053-1.277-141.234-3.125-318.89-3.625-49.646-.14-107.073-5.313-155.112 3.319-4.04.727-3.678 2.12-1.144 2.959-42.741 1.08-253.545-10.198-565.057 7.013 31.156 0 62.522 1.788 93.729 2.104 100.256 1.014 201.138.919 301.499 2.3 197.145 2.712 368.871 12.15 650.031 9.023 33.13-.369 67.795.487 100.399-2.619 3.105-.296 1.933-2.997-.683-3.185' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3Cpath fill='%23391C56' fill-rule='evenodd' d='M281.734 91.338c2.576-.82 4.661-2.757 7.426-3.19 1.076-.173 2.18-.187 3.276-.14.901.04 2.446.796 3.211.602 2.089-.53 3.002-4.336 5.177-5.401 2.307-1.127 4.318-1.472 6.806-1.469-2.081-.084-4.897 2.959-6.266 4.496-.995 1.124-1.625 2.514-2.113 3.938-.569 1.655-.168 2.122-2.326 1.319-2.544-.954-4.358-2.17-7.154-1.918-2.305.208-4.374 1.47-6.697 1.372z' clip-rule='evenodd' opacity='.686'/%3E%3Cdefs%3E%3ClinearGradient id='e' x1='-1408.61' x2='-1427.31' y1='137.04' y2='614.402' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%234C3877'/%3E%3Cstop offset='.204' stop-color='%234E3A7A'/%3E%3Cstop offset='.406' stop-color='%23884489'/%3E%3Cstop offset='.586' stop-color='%23BF4A8E'/%3E%3Cstop offset='1' stop-color='%23BF4A8E' stop-opacity='.01'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") bottom/768px no-repeat,linear-gradient(#674186 0%,#bf4a8e 100%)}}.slider--incentive .slider__base{box-sizing:border-box;min-height:100%}@media (width<=767px){.slider--incentive .slider__base{max-width:520px;margin:0 auto}}@media (width>=768px){.slider--incentive .slider__base{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='767' height='440' fill='none'%3E%3Cpath fill='%23391C56' fill-rule='evenodd' d='M-328.339 408.058H858.122s25.534-44.599 7.54-74.925c-17.994-30.325-65.286-48.674-84.828-77.548-27.725-40.963-99.033-59.649-188.841-42.567s-231.188 3.718-336.067-12.461S35.498 230.016-6.979 222.313c-42.478-7.703-120.166-29.285-190.542-2.032-72.341 28.014-75.403 68.887-123.831 106.314-27.881 21.548-6.987 81.463-6.987 81.463' clip-rule='evenodd' opacity='.074'/%3E%3Cpath fill='%23391C56' fill-rule='evenodd' d='m985.616 280.745 8.453 122.348-1237.985 49.212-13.971-202.208 4.818 1.089 27.195-6.422 27.87 3.596 30.893 3.983 38.395-1.526 30.007 5.668s10.754 1.893 12.786 3.312c2.03 1.412 12.362-.491 12.362-.491l12.396 5.786 13.992.642 13.53-5.927 17.356-.984 15.409 4.468 14.74.311 10.303-2.203 11.604-.16 9.904 3.194 12.548 2.192 5.415.997 1.25.231 12.945-3.205 13.326-3.221 31.82.83s15.704-2.419 17.211-3.074c1.497-.662 19.94 2.795 19.94 2.795l11.892 4.012 13.881-.852 34.268-2.855 13.336-3.221 6.911 4.806 8.457-.933 8.896-5.735s11.605-.167 11.77 2.223c.165 2.384 3.846 5.229 3.846 5.229l12.444.697 14.812-4.177 9.863 2.601 18.423-2.226 9.396-4.262s48.141 2.845 52.321 1.741c4.171-1.104 36.704-5.212 38.461-6.22.699-.404 6.056-1.672 12.203-3.052 9.16-2.049 20.104-4.333 20.104-4.333l7.199 1.782h.009l15.67 3.875 27.445 3.114 14.201 1.612s6.729.233 14.233.653c9.373.532 19.938 1.358 20.01 2.403.13 1.871 14.014 9.296 14.014 9.296l27.271-1.084 19.925-10.646 80-3.18 41.822 7.254 23.585 7.039 3.365-.058a3568 3568 0 0 0 30.9-.668c21.632-.565 45.912-1.441 48.158-2.551 4.106-2.039 49.377 2.263 49.377 2.263s65.587 8.183 69.864 8.479c1.257.094 8.114 2.451 17.156 5.741' clip-rule='evenodd' opacity='.144'/%3E%3Cg opacity='.278'%3E%3Cmask id='a' width='42' height='11' x='84' y='330' mask-type='alpha' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m125.648 332.738-40.057-2.125-.716 7.767 40.057 2.124z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%23291046' fill-rule='evenodd' d='M123.288 337.34c-.931-.551-2.018-1.007-3.095-1.464a62 62 0 0 1-3.019-1.414c-.44-.088-.809-.191-1.25-.278-.491-.094-1.07-.169-1.571-.077-.262.051-.477.129-.783.073-.32-.061-.213-.135-.319-.264-.208-.253-.542-.319-1.017-.416-.551-.113-1.031-.298-1.566-.429-.372-.089-.762-.211-1.138-.196-.16.005-.399.087-.56.099-.213.017-.394.028-.609.059-.206.032-.305.022-.447.113-.128.081-.086.217-.255.293-.264.121-.981.095-1.308.036-.247-.044-.368-.102-.636-.118-.233-.011-.473-.021-.706-.033-.293-.016-.34-.036-.566-.114-.268-.095-.42-.074-.685-.121-.234-.04-.4-.099-.642-.124-.214-.017-.441-.021-.654-.031-.882-.039-2.062-.357-2.931-.183-.183.035-.254.105-.482.11-.14.001-.326-.023-.474-.025-.262-.012-.413-.022-.565-.157-.156-.142-.03-.272-.107-.401-.056-.086-.191-.119-.35-.166-.455-.144-1.084-.187-1.485-.383-.311-.149-.323-.384-.742-.456-.66-.116-2.661.274-2.936-.277-.622.184-1.265 0-1.92.067-.74.074-1.24.228-1.984-.042-.27-.1-.5-.257-.832-.296-.321-.036-.64.05-.93.102-.42.073-.791.172-1.177.267 3.585 1.168 6.165 3.632 7.396 6.047.257.504.28 1.021.13 1.518q3.455.24 6.91.501c3.339.253 6.65.295 9.985.253 1.919-.024 3.843-.079 5.77-.02 1.907.057 3.79.268 5.692.367 1.034.055 3.196.204 3.578-.504.351-.655-.953-1.462-1.72-1.916' clip-rule='evenodd'/%3E%3C/g%3E%3Cmask id='b' width='148' height='39' x='-43' y='311' mask-type='alpha' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m104.364 319.442-143.945-7.634-2.743 29.755 143.945 7.634z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cpath fill='%23291046' fill-rule='evenodd' d='M69.568 328.81c-.28-.944-1.07.085-1.726.068.27.497 1.39.14 1.726-.068m32.973 10.402c-12.222.403-58.716 3.23-58.682 3.23-.182.008-63.284-.96-86.183-.879.311-2.157 1.55-4.288 2.93-6.405a35 35 0 0 1 2.139-.343c3.425 1.563 8.29 1.379 10.59-1.17a42 42 0 0 0 2.615-.527c3.46.377 7.164-.329 10.673-2.146 1.552-.802 3.527-1.636 4.52-2.775.704-.811.56-2.129.703-2.691q.306-.067.618-.118l.37-.02c1.494-.06 2.73-.36 3.718-.81.012.432.029.895.068.986a2.83 2.83 0 0 0 1.462.378c.273-.407.13-1.161.392-1.583 1.515.03 2.874.128 4.006-.244.115.079.229.158.355.231 1.168.671 2.653 1.287 4.23 1.483q.52.064 1.056.102c1 .439 2.345.533 2.98 1.335.151.54-.782.18-.633.72 1.19.903 2.228-.871 3.304-.998 1.28-.15 1.688.974 2.036 2.183.99-1.362.896-3.624 3.347-3.782-.6-1.745.704-2.622.94-3.951 1.316.52 1.593-.621 2.438-.967.32.054.291.93.16 1.127.88-.515 2.338-1.272 2.644-2.539.79-.207.44.724 1 .743.636-.385.244-1.262.978-1.428 1.55-.347.884 2.207 2.041 2.271.621-.152.3-1.079.792-1.336-.076-.398.14-.548.043-.96.637-.959 1.477-2.108 3.234-2.299 1.607-.172 3.887.313 5.762.125 1.288-.129 2.78-.29 3.31.829-.233.869.29 1.361.592 2.153 1.529.136 3.05.407 4.551.78 1.226.305 2.982.673 3.544 1.689.185.331.104.746.247 1.035.395.792 1.334 1.059 1.832 1.931.6-.264 2.116-.885 1.942.448.546-.074.44-.687.614-1.07.64-.148.714.7 1.01.92.04.027.438.015.482.067.407.498.197 1.326.481 1.807.27.465.857.387 1.192.738.013.757-.332 1.22-.478 1.847.946.447 2.111-.137 2.877-.026.596.084 1.086.567 1.666.632 1.393.153 2.298-.526 3.892-.758.133-.242-.475-.516-.44-1.027.06-.9 2.005-1.277 2.387-2.009.244.398.147 1.138.828 1.101.551-.233.174-.83.225-1.142.415-2.523 4.31-3.725 6.614-1.908 1.452-1.307 2.543.767 4.257.705 1.178-.04 2.086-1.194 3.304-.998.79.13 1.124 1.054 1.43 1.6 2.498-1.021 2.697 2.069 4.883 1.639.819-.892 1.008-2.597 2.554-2.449 1.202.112.912 1.643 1.754 2.279' clip-rule='evenodd'/%3E%3C/g%3E%3Cpath fill='%23391C56' fill-rule='evenodd' d='m91.712 334.847-2.731.098c-.128-.67.287-.88.248-1.475-.352-.215-.803-.328-1.48-.215-.403.005-.635.157-.863.309-.769.115-.983-.341-.938-1.063 1.233-.083 2.08-.494 2.275-1.47 1.45-.088 1.453.213 2.636-.107 1.361.918-.099 1.37-.165 2.488-.045.873 1.314.305 1.018 1.435m-44.715-11.516c-.427.159-.718.438-1.145.596l-.057-1.098c.548.014.992.141 1.202.502m-5.768-3.623c-.116.691.094 1.656-.795 1.684-.037-.82-.113-1.673.795-1.684m11.695 10.271c-.316-1.188.252-3.306 1.864-3.658.34.52.62 1.102 1.803.756-.32-1.411-.13-3.344-1.373-3.803l-.293.013c-1.614.019-.622 2.269-2.537 2.031 1.068-1.443-1.037-2.15-2.124-1.293-.256-.831.462-.829.207-1.661.498-.274 1.574-.054 1.423-.882-.025-.167-.063-.326-.309-.267-1.035 1.035-.582-1.099-2.078-.463-.26-1.012 1.227-.525 1.407-1.16.148-1.217-1.035-1.06-2.11-1.018-.101.878-.892 1.161-1.686 1.446l.114 2.199c-.885-.248-.47-1.832-1.564-1.865.676-.645 2.117-.64 2.256-1.743-1.75.161-2.631-.573-3.586-1.232-1.257.229-1.67-.409-2.388-.731l-.294.011c-1.745.714-2.272 3.209-4.56 2.665l.13 2.472c1.31.008 2.955-.335 2.709 1.27 1.265-.055 1.826-.714 3.195-.68l-.1-1.925c.044-.395 1.47.197 2.344-.094-.442.751-.768 1.296.099 1.924-1.231-.068-1.37 2.534-2.157 3.669-.97.321-.502-.839-.658-1.353-1.577.664-2.82 1.613-3.051 3.429 2.667-1.203 5.517-.067 8.176-.881.044 1.001-1.496.647-1.07 1.974.856.342 3.015-.617 3.28.968.831.01.639-.853 1.422-.883-.195 1.233-1.142 1.825-1.308 3.082-1.084-.88-2.2-.067-3.545-.408-.002.869.077 1.659.685 1.9-1.025.524-1.367 1.631-2.537 2.032.851.795 2.019-.358 2.917-.393.085.753-.768.702-1.035 1.148q.1 0 .206-.006c3.12-.126 6.242-.247 9.366-.374-.037-.828.06-1.544.813-1.698l-.029-.549c1.108-2.934-1.26-5.788-4.024-3.969m17.979 5.642c-1.393.055-2.784.105-4.177.158-.02-.274-.067-.517-.312-.559l-.031-.55c.997-1.132-.783-3.105.079-4.136 1.29.313 2.445.77 4.146.659l.586-.024c-.11 1.747-1.3 1.513-1.322 2.808-.007.435.672.945 1.03 1.644m-60.669-1.99c-.198-.567-.767-.756-.671-1.628.512-1.953 3.15-3.384 5.426-2.972-.522 1.481-.63 3.313-1.222 4.732-1.08-.144-2.154-.295-3.533-.132m-1.466.059c-1.997.219-3.59.026-4.733-.636.196-1.146.82-1.925 1.016-3.071-1.947.26-3.235 1.082-3.373 2.892.907.162.837-.51 1.744-.348.234.608.952 1.343.393 1.911l-.293.016c-1.18-1.078-1.187 1.069-2.302.918.53-1.51-1.617-.27-1.815-1.03.196-1.76 2.127-3.425 1.5-5.016-.966-.303-.177.896-1.142.594-.25-.762-.467-2.761.414-3.322.953 1.142 2.608 1.564 4.496 1.747 1.466-.847-.4-4.542 2.115-4.492.944.999-.128 2.027-.134 3.033.647.206.703 1.014 1.522 1.043.781-.15 1.449-1.093 2.328-.371-2.002 1.295-2.422 3.872-1.736 6.132m24.294-12.827c.079.212.04.542.326.54-.131 1.367-1.525 1.552-2.878 1.218.065 1.767.556 2.351-.103 3.585-.98.038-.835-1.073-1.54-1.318-.207 2.436 1.971 2.418 2.282 4.318-.426.161-.718.438-1.142.595-1.178-1.264-3.675-2.04-5.347-1.16-1.186-.923.56-1.867-.466-3.288.532-.284 1.023.784 1.172-.046.147-1.116-1.268-.625-1.259-1.603 1.063-.862 4.056-.985 4.968-.475-.12-.938-.628-1.477-.993-2.163.982-.927 1.616.264 2.372.454.175-1.405 1.33-.402 2.608-.657m.546-.847c-.189-.87-1.315-.775-1.552-1.592.224-.069.578-.031.573-.298l.292-.01c.535 1.037 1.719-.104 2.372.454.208 1.138-.671 1.348-1.685 1.446m-11.022 13.943c.516.464-1.897 1.733-.735 2.783-.088.398-.044.66.06.858q1.076-.047 2.15-.09c-.073-.483-.132-.993.104-1.411l-1.465.059c.031-.762.821-.876 1.408-1.16.799.617.696 1.529.579 2.483 1.122-.045 2.242-.096 3.364-.141-.095-1.068-.378-1.945-.731-2.746.192-1.148 1.425-1.406 1.937-2.282l-.045-.826c-1.873.478-1.055-1.809-3.001-1.256.077.681.124 1.334-.514 1.397-.956.762-1.5 1.872-3.126 2.054z' clip-rule='evenodd'/%3E%3Cpath fill='%23291046' fill-rule='evenodd' d='M-71.204 336.479c-.29-.942-1.07.09-1.725.076.274.496 1.391.133 1.725-.076m-108.906 6.882c.704-.136 1.414-.26 2.137-.354 3.439 1.547 8.301 1.339 10.58-1.222q1.32-.23 2.61-.54c3.463.361 7.16-.363 10.655-2.198 1.544-.81 3.512-1.652 4.495-2.797.698-.814.542-2.132.68-2.694q.307-.068.618-.121l.37-.022c1.492-.067 2.725-.373 3.71-.828.016.432.037.895.077.985.397.216.846.38 1.465.371.269-.408.121-1.161.378-1.584 1.516.022 2.876.114 4.003-.264.116.078.231.157.359.23 1.173.665 2.663 1.273 4.241 1.461q.523.062 1.058.097c1.003.434 2.349.522 2.992 1.321.154.539-.781.184-.628.723 1.199.897 2.221-.882 3.296-1.015 1.279-.157 1.695.966 2.055 2.173.978-1.366.865-3.629 3.314-3.798-.615-1.742.682-2.626.907-3.956 1.319.515 1.587-.628 2.429-.978.321.052.299.928.169 1.125.877-.519 2.328-1.282 2.623-2.551.789-.211.446.722 1.005.739.633-.389.235-1.263.966-1.434 1.547-.355.904 2.203 2.062 2.261.62-.154.291-1.08.779-1.339-.079-.398.135-.55.036-.961.628-.962 1.459-2.115 3.214-2.315 1.606-.179 3.889.294 5.762.097 1.287-.135 2.778-.304 3.317.813-.224.87.303 1.36.61 2.15a30 30 0 0 1 4.56.757c1.227.299 2.986.659 3.558 1.672.186.33.11.745.255 1.034.402.79 1.342 1.053 1.848 1.922.599-.267 2.109-.895 1.946.438.545-.077.436-.688.605-1.073.638-.15.72.697 1.017.916.04.026.44.012.484.064.41.496.207 1.325.496 1.805.275.463.86.383 1.198.732.02.757-.322 1.221-.462 1.849.95.442 2.11-.147 2.876-.04.597.082 1.092.562 1.672.624 1.394.147 2.294-.538 3.884-.778.132-.242-.477-.513-.448-1.024.052-.9 1.995-1.288 2.37-2.02.249.397.157 1.136.837 1.096.55-.235.167-.831.216-1.143.394-2.525 4.278-3.747 6.597-1.94 1.442-1.314 2.55.754 4.264.684 1.177-.046 2.075-1.204 3.295-1.015.792.128 1.133 1.05 1.442 1.594 2.491-1.033 2.716 2.056 4.9 1.614.81-.895.985-2.601 2.532-2.461 1.203.106.925 1.638 1.773 2.27 1.823-.349 1.637-2.34 2.064-3.829 1.52-.117 1.774 1.042 2.418 1.809.386-.033.463-.279.643-.465.123-.127.293-.517.44-.628.457-.346 1.243-.377 1.779-.687.953-.546 1.254-1.732 2.261-2.186.78.138 1.207.631 2.06.694-.72-1.527 1.332-1.49 1.672-2.424 1 .101 1.177 1.028 1.91 1.395 1.183-.711 2.616-1.285 4.27-.795.508.153.94.67 1.478.631.578-.039.722-.56 1.098-.831.989.116 1.941.263 2.634.67.877-.664 2.014-2.438 3.66-2.856 1.46-.369 2.92-.073 3.069 1.519 1.211-.522 2.332-1.464 3.689-2.425 1.115-.789 2.832-2.033 4.292-1.927 1.058.076 1.204 1.157 2.385 1.287.5-.028.062-.827.418-.974 1.404-.124 1.264 1.311 1.851 2.007.235.163.624.175 1.065.126.45 1.118-.546 2.021-.364 3.412.353.016.526-.117.756-.206.224.081-.008.625.234.686 1.137-.198 1.805-.776 3.013-.914-.397-2.084 2.612-3.093 3.325-4.268l.696 17.777c-8.775.081-28.865 1.15-27.22 1.093-5.06.177-17.326-.013-17.51.643-12.219.463-58.865 7.39-58.832 7.389-.181.009-63.291-.649-86.188-.456.293-2.158 1.515-4.296 2.875-6.419' clip-rule='evenodd'/%3E%3Cpath fill='%23391C56' fill-rule='evenodd' d='m-49.008 342.407-2.731.112c-.133-.669.28-.882.235-1.476-.352-.214-.805-.325-1.48-.209-.405.008-.636.16-.862.314-.767.118-.985-.336-.947-1.059 1.233-.089 2.076-.504 2.263-1.48 1.45-.096 1.455.205 2.634-.12 1.37.911-.087 1.369-.143 2.488-.037.874 1.317.299 1.03 1.43m-8.804-8.518c-1.138.211-.817-1.097-1.547-1.307-1.621-.554-4.014-.297-3.975-2.575 2.632.66 6.264-.704 8.284.999-.2 1.57-2.059 1.74-2.762 2.883m-36.009-2.778c-.426.161-.715.441-1.14.601l-.067-1.099c.55.013.994.138 1.207.498m-5.799-3.595c-.109.692.109 1.655-.78 1.688-.044-.82-.127-1.673.78-1.688m11.782 10.213c-.325-1.186.224-3.307 1.834-3.667.345.518.629 1.099 1.81.748-.332-1.41-.16-3.343-1.407-3.796l-.293.013c-1.614.027-.603 2.273-2.52 2.044 1.057-1.448-1.055-2.145-2.134-1.283-.263-.829.455-.83.193-1.661.495-.277 1.572-.062 1.415-.889-.027-.167-.066-.326-.31-.266-1.027 1.04-.592-1.096-2.083-.454-.269-1.009 1.223-.53 1.398-1.166.137-1.217-1.045-1.054-2.119-1.007-.094.879-.883 1.165-1.674 1.454l.132 2.199c-.887-.245-.484-1.83-1.58-1.858.67-.649 2.112-.65 2.242-1.754-1.749.17-2.636-.56-3.597-1.215-1.255.236-1.673-.4-2.394-.718l-.294.011c-1.739.724-2.245 3.222-4.536 2.688l.15 2.472c1.309.001 2.952-.35 2.719 1.256 1.265-.061 1.82-.722 3.19-.695l-.117-1.925c.04-.395 1.472.19 2.344-.105-.436.753-.757 1.3.116 1.923-1.233-.061-1.35 2.541-2.127 3.68-.968.325-.509-.837-.67-1.351-1.57.673-2.806 1.627-3.021 3.445 2.657-1.216 5.517-.095 8.169-.921.052 1-1.49.654-1.054 1.978.86.339 3.01-.63 3.29.953.83.006.63-.857 1.413-.891-.185 1.234-1.126 1.832-1.282 3.089-1.091-.874-2.2-.056-3.549-.39.007.869.091 1.658.702 1.896-1.02.529-1.353 1.637-2.52 2.044.859.791 2.016-.368 2.914-.407.092.753-.762.706-1.026 1.154q.102-.002.207-.007c3.118-.142 6.24-.278 9.362-.421-.043-.828.048-1.544.8-1.701l-.035-.549c1.083-2.939-1.31-5.782-4.058-3.95m-16.482 4.33c.028-.823-.922-1.637.176-1.937-.167.854.835.491.669 1.345-.415.085-.468.476-.845.592m34.509 1.224q-2.087.091-4.175.179c-.022-.275-.072-.517-.317-.558l-.036-.55c.988-1.137-.81-3.102.044-4.136 1.292.307 2.452.758 4.152.639l.585-.027c-.094 1.747-1.288 1.519-1.298 2.814-.003.435.68.942 1.044 1.639m31.685-4.499c-.007.167-.024.328-.276.287-.93.469-.892 1.998-.378 2.919-2.881.112-5.764.234-8.647.354-.406-1.93-.626-4.146 1.307-4.576.726 1.192 1.516 2.314 2.544 3.192.335-2.395-1.713-2.303-1.732-4.331 1.481-.748 3.223-1.276 4.882-1.876-.177-1.624.549-2.49 2.501-2.317.449 2.666-1.248 3.918-.201 6.348m40.373-7.617-.067-1.099c.913-.2 1.334.131 2.006.188-.17-.579 1.128.704 1.573.659l-.638.676c-.945-.796-1.812-.059-2.874-.424m-7.634 9.507c-1.377.046-2.752.096-4.08.149-.088-.811-.21-1.581-.743-1.924-1.072-.036-1.905.13-2.62.393-.633.074-.192-.971-.378-1.362l-.133-2.197c1.41-.114.21-2.431 1.299-2.813.952-1.586 4.711-.84 6.706-.856.248 1.2 1.507 1.35 1.631 2.681a39 39 0 0 0-2.129 3.681c.31.578.401 1.39.447 2.248m-98.329 4.126-1.791.084c-.361-.352-.689-.732-1.057-1.07-.021-.362.497-.274.551-.577.669.123 1.295 1.564 1.776.196.774.044.166-1.077 1.123-.879l.033.551c.008.377.174.597.34.81-.276.336-.731.521-.975.885m-26.779-3.209c-.203-.566-.774-.753-.686-1.625.496-1.956 3.122-3.4 5.402-2.999-.51 1.484-.604 3.316-1.183 4.738-1.082-.138-2.155-.284-3.533-.114m-1.465.066c-1.995.228-3.59.043-4.739-.612.186-1.148.803-1.929.99-3.077-1.945.269-3.226 1.098-3.349 2.909.909.157.833-.515 1.742-.357.238.607.962 1.339.409 1.91l-.294.016c-1.189-1.072-1.177 1.076-2.294.929.518-1.512-1.619-.261-1.823-1.02.181-1.761 2.098-3.435 1.458-5.023-.969-.298-.17.896-1.138.599-.257-.761-.491-2.759.386-3.324.962 1.137 2.621 1.551 4.511 1.725 1.459-.854-.439-4.54 2.075-4.502.955.995-.11 2.028-.107 3.033.649.203.713 1.012 1.531 1.036.78-.154 1.439-1.101 2.326-.382-1.992 1.304-2.39 3.884-1.684 6.14m24.184-12.946c.08.212.043.542.33.538-.12 1.368-1.512 1.56-2.867 1.233.08 1.767.575 2.348-.074 3.585-.979.042-.843-1.069-1.55-1.311-.187 2.438 1.992 2.409 2.318 4.307-.423.163-.714.442-1.137.6-1.188-1.258-3.692-2.021-5.357-1.133-1.193-.917.544-1.869-.493-3.286.53-.286 1.029.779 1.172-.051.137-1.117-1.274-.62-1.273-1.598 1.055-.865 4.046-1.003 4.964-.498-.129-.938-.641-1.475-1.012-2.159.974-.932 1.618.257 2.377.443.162-1.406 1.326-.409 2.602-.67m.538-.85c-.196-.868-1.321-.768-1.566-1.584.225-.07.577-.034.572-.301l.291-.012c.544 1.035 1.718-.112 2.375.444.218 1.136-.659 1.351-1.672 1.453m-10.904 13.996c.521.463-1.88 1.744-.711 2.788-.084.398-.038.659.068.858q1.075-.053 2.149-.102c-.077-.482-.14-.992.093-1.411l-1.466.066c.025-.761.814-.879 1.399-1.166.804.613.709 1.525.601 2.48 1.121-.051 2.24-.107 3.362-.158-.105-1.067-.395-1.942-.755-2.743.183-1.148 1.413-1.412 1.917-2.291l-.051-.825c-1.869.487-1.071-1.805-3.012-1.241.084.68.136 1.333-.503 1.399-.948.766-1.483 1.879-3.107 2.07zm228.355-5.391q-.205.664-.406 1.326c-.548.161-1.122.29-1.654.462-.465-.089-.204-.44-.571-.566.346-.451 2.346-.493.755-1.235.278-.549-1.312-.428-.789-1.067l.706.133c.478.103.804.044 1.122-.015.344.297.448.68.837.962m-3.636-.345c-1.03-.256-2.331.202-2.395-.683 1.031.366.859-.467 1.89-.1-.011.325.468.476.505.783' clip-rule='evenodd'/%3E%3C/g%3E%3Cg opacity='.278'%3E%3Cmask id='c' width='42' height='14' x='518' y='328' mask-type='alpha' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m559.92 334.041-39.416-5.811-1.959 7.643 39.416 5.811z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23c)'%3E%3Cpath fill='%23291046' fill-rule='evenodd' d='M556.839 338.391c-.836-.632-1.842-1.185-2.837-1.739a57 57 0 0 1-2.769-1.683c-.423-.127-.772-.264-1.197-.391-.472-.138-1.034-.267-1.546-.221-.268.026-.495.083-.789 0-.308-.09-.19-.154-.274-.292-.166-.27-.488-.367-.943-.507-.529-.163-.975-.391-1.486-.57-.355-.123-.722-.281-1.097-.3-.16-.01-.41.05-.572.046-.215-.003-.395-.008-.614.002-.209.013-.307-.006-.462.072-.14.068-.12.206-.3.266-.281.096-.99.004-1.304-.085-.238-.066-.349-.135-.612-.176l-.696-.097c-.288-.043-.332-.068-.543-.166-.252-.119-.406-.112-.661-.183-.225-.061-.381-.136-.617-.182-.21-.037-.435-.063-.644-.092-.87-.12-1.99-.545-2.881-.453-.186.019-.268.081-.495.065-.139-.012-.32-.052-.467-.069-.258-.036-.406-.059-.535-.208-.132-.155.014-.272-.042-.407-.042-.091-.171-.136-.32-.198-.429-.185-1.047-.286-1.413-.517-.285-.176-.259-.411-.664-.521-.636-.177-2.684.026-2.869-.547-.647.126-1.256-.116-1.916-.11-.747.004-1.268.111-1.962-.226-.253-.124-.455-.301-.779-.37-.313-.066-.644-.01-.939.015-.429.033-.814.098-1.212.156 3.371 1.491 5.536 4.175 6.37 6.686.174.523.113 1.039-.115 1.519q3.39.558 6.778 1.135c3.273.56 6.553.908 9.869 1.175 1.91.153 3.828.276 5.731.513 1.883.233 3.719.616 5.59.891 1.018.149 3.14.497 3.632-.17.454-.617-.71-1.539-1.398-2.061' clip-rule='evenodd'/%3E%3C/g%3E%3Cmask id='d' width='150' height='52' x='391' y='297' mask-type='alpha' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m540.931 318.878-141.645-20.883-7.504 29.28 141.645 20.883z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23d)'%3E%3Cpath fill='%23291046' fill-rule='evenodd' d='M504.889 324.96c-.127-.963-1.075-.015-1.723-.093.188.518 1.357.268 1.723.093m31.057 13.372c-12.196-.73-58.798-2.221-58.764-2.219-.182-.009-62.658-6.802-85.4-8.838.656-2.112 2.229-4.113 3.937-6.087a37 37 0 0 1 2.179-.143c3.149 1.869 8.007 2.136 10.699-.182a43 43 0 0 0 2.68-.281c3.374.694 7.163.336 10.939-1.143 1.668-.653 3.763-1.298 4.931-2.337.83-.74.899-2.061 1.131-2.606q.315-.037.632-.06l.371.014c1.492.079 2.766-.104 3.82-.46-.058.43-.115.891-.091.985.358.253.775.458 1.39.511.337-.379.317-1.141.644-1.535 1.499.169 2.832.392 4.015.128.102.088.202.178.316.262 1.051.774 2.426 1.523 3.959 1.862q.508.112 1.033.2c.922.527 2.241.746 2.743 1.6.063.55-.805.107-.744.656 1.037 1.007 2.351-.658 3.439-.685 1.296-.031 1.519 1.122 1.671 2.355 1.201-1.261 1.472-3.515 3.929-3.445-.314-1.787 1.12-2.537 1.568-3.835 1.222.639 1.681-.468 2.576-.733.309.083.139.949-.023 1.132.957-.429 2.525-1.045 3.033-2.275.817-.133.319.76.872.83.693-.323.445-1.23 1.201-1.328 1.593-.2.523 2.273 1.661 2.443.641-.092.471-1.043 1-1.252-.011-.402.226-.531.197-.949.787-.893 1.805-1.956 3.58-1.983 1.622-.022 3.807.67 5.698.656 1.3-.008 2.806-.031 3.152 1.129-.371.841.07 1.378.242 2.192 1.496.277 2.963.686 4.392 1.195 1.168.416 2.852.944 3.247 2.004.13.345-.017.75.078 1.05.264.822 1.154 1.175 1.508 2.086.639-.206 2.242-.683 1.856.624.553-.023.547-.641.781-1.005.658-.088.597.761.854 1.006.035.031.433.056.468.111.324.532-.018 1.335.188 1.839.193.486.787.463 1.064.842-.109.753-.526 1.181-.771 1.789.867.531 2.117.059 2.859.24.578.139.987.664 1.553.782 1.358.281 2.365-.311 3.984-.393.171-.228-.388-.557-.272-1.06.204-.888 2.196-1.082 2.692-1.774.179.418-.037 1.143.645 1.17.585-.181.307-.808.407-1.113.817-2.466 4.877-3.299 6.871-1.282 1.652-1.164 2.402.996 4.113 1.093 1.175.069 2.262-.992 3.439-.685.764.202.947 1.15 1.162 1.72 2.644-.782 2.344 2.303 4.584 2.078.955-.809 1.418-2.484 2.928-2.195 1.176.223.642 1.715 1.376 2.424' clip-rule='evenodd'/%3E%3C/g%3E%3Cpath fill='%23391C56' fill-rule='evenodd' d='m525.899 332.998-2.727-.155c-.019-.676.426-.847.483-1.441-.314-.246-.744-.4-1.433-.351-.402-.031-.657.098-.908.228-.781.042-.92-.429-.76-1.142 1.237.031 2.145-.299 2.494-1.249 1.455.047 1.409.346 2.634.138 1.204 1.037-.318 1.351-.563 2.454-.185.863 1.255.424.78 1.518m-42.532-15.563c-.449.119-.783.368-1.232.485l.12-1.095c.541.065.962.232 1.112.61m-5.143-4.129c-.225.675-.172 1.652-1.059 1.598.094-.818.156-1.671 1.059-1.598m9.958 11.275c-.122-1.208.781-3.258 2.438-3.458.255.547.439 1.151 1.668.917-.091-1.43.408-3.331-.752-3.902l-.293-.014c-1.605-.13-.982 2.194-2.845 1.782 1.293-1.334-.683-2.231-1.9-1.48-.12-.848.592-.78.473-1.63.538-.226 1.57.092 1.554-.744.002-.168-.01-.329-.264-.293-1.193.931-.401-1.144-1.988-.652-.096-1.028 1.302-.408 1.583-1.021.343-1.195-.857-1.148-1.93-1.206-.242.862-1.073 1.071-1.907 1.28l-.24 2.193c-.838-.328-.171-1.862-1.252-1.996.774-.577 2.203-.439 2.519-1.521-1.763-.002-2.52-.812-3.362-1.554-1.284.111-1.591-.561-2.253-.946l-.293-.017c-1.847.548-2.771 2.976-4.954 2.224l-.268 2.465c1.298.129 2.986-.059 2.484 1.511 1.265.063 1.928-.539 3.281-.38l.209-1.92c.108-.387 1.429.332 2.343.124-.56.705-.971 1.216-.212 1.919-1.21-.181-1.767 2.389-2.73 3.442-1.015.229-.363-.879-.435-1.404-1.672.514-3.059 1.34-3.58 3.122 2.84-.948 5.487.443 8.257-.119-.117.997-1.589.504-1.38 1.86.795.419 3.093-.333 3.101 1.265.823.086.771-.788 1.553-.746-.392 1.206-1.426 1.706-1.793 2.939-.935-.974-2.173-.27-3.454-.733-.141.862-.19 1.654.375 1.949-1.102.426-1.619 1.492-2.844 1.783.717.868 2.061-.17 2.958-.121-.036.755-.875.626-1.212 1.044q.1.01.206.013c3.117.163 6.234.332 9.356.494.096-.825.308-1.526 1.08-1.61l.059-.547c1.571-2.81-.321-5.861-3.356-4.312m16.938 7.262c-1.391-.074-2.78-.153-4.171-.229.025-.274.017-.52-.22-.584l.058-.549c1.171-1.031-.279-3.154.743-4.098 1.23.431 2.303.991 4.009 1.038l.585.03c-.389 1.724-1.534 1.381-1.763 2.665-.077.431.515 1 .759 1.727m-59.897-7.583c-.105-.581-.639-.821-.404-1.678.822-1.891 3.671-3.068 5.863-2.448-.756 1.422-1.159 3.23-1.974 4.584-1.049-.243-2.09-.492-3.485-.458m-1.464-.077c-2.018.033-3.567-.306-4.596-1.068.379-1.12 1.123-1.835 1.502-2.954-1.974.077-3.385.775-3.813 2.558.874.245.913-.429 1.788-.184.134.625.728 1.421.083 1.933l-.294-.012c-.998-1.179-1.35.952-2.433.698.769-1.449-1.561-.416-1.636-1.189.478-1.729 2.663-3.203 2.296-4.84-.91-.39-.32.873-1.23.484-.126-.779-.02-2.783.945-3.259.763 1.222 2.337 1.793 4.182 2.149 1.591-.705.333-4.545 2.821-4.262.777 1.079-.453 2-.62 2.998.609.264.534 1.071 1.342 1.175.8-.076 1.614-.951 2.371-.152-2.195 1.099-3.026 3.619-2.708 5.925m26.174-10.485c.044.217-.049.541.236.565-.35 1.345-1.763 1.4-3.052.944-.219 1.759.175 2.385-.678 3.548-.979-.053-.657-1.142-1.317-1.45-.597 2.398 1.568 2.582 1.572 4.496-.449.121-.783.369-1.23.485-.965-1.363-3.32-2.364-5.121-1.646-1.029-1.025.856-1.8.066-3.306.574-.233.89.873 1.171.063.325-1.094-1.158-.738-.992-1.708 1.193-.756 4.183-.602 5.007-.011.032-.943-.386-1.525-.638-2.239 1.123-.83 1.562.411 2.282.669.399-1.378 1.385-.275 2.694-.41m.678-.791c-.048-.881-1.181-.891-1.285-1.723.234-.048.578.022.617-.244l.292.017c.364 1.08 1.722.056 2.28.671.024 1.149-.882 1.276-1.904 1.279m-13.181 12.82c.438.509-2.161 1.545-1.176 2.695-.151.387-.15.65-.079.857q1.076.052 2.148.109c.006-.486.03-.998.331-1.391l-1.464-.077c.154-.752.956-.793 1.584-1.021.694.687.446 1.582.176 2.519 1.121.058 2.241.111 3.362.171a8.2 8.2 0 0 0-.285-2.794c.375-1.121 1.64-1.264 2.289-2.085l.089-.824c-1.937.301-.757-1.894-2.778-1.525-.032.684-.09 1.336-.735 1.339-1.07.668-1.788 1.72-3.432 1.75z' clip-rule='evenodd'/%3E%3Cpath fill='%23291046' fill-rule='evenodd' d='M363.934 319.56c-.135-.963-1.075-.01-1.723-.085.192.518 1.359.261 1.723.085m-109.2-3.237a36 36 0 0 1 2.178-.153c3.165 1.853 8.025 2.096 10.698-.235a43 43 0 0 0 2.677-.294c3.38.677 7.166.301 10.929-1.197 1.663-.661 3.751-1.316 4.911-2.361.824-.743.881-2.066 1.108-2.611q.315-.04.633-.063c.099.003.216.008.371.012 1.491.071 2.764-.118 3.815-.478-.054.429-.108.891-.082.984.359.251.778.455 1.394.504.333-.38.307-1.142.63-1.538 1.501.162 2.836.379 4.016.108.103.088.204.177.319.262 1.058.768 2.439 1.509 3.975 1.842q.509.109 1.034.194c.926.524 2.248.736 2.757 1.588.067.549-.804.11-.739.659 1.046 1.002 2.346-.67 3.434-.702 1.295-.038 1.528 1.115 1.691 2.346 1.19-1.265 1.442-3.521 3.9-3.463-.33-1.786 1.099-2.544 1.535-3.843 1.227.633 1.677-.477 2.568-.746.311.081.149.949-.012 1.133.953-.435 2.517-1.058 3.014-2.29.816-.137.325.757.878.826.69-.327.436-1.232 1.189-1.334 1.593-.209.544 2.27 1.684 2.434.639-.095.461-1.044.988-1.257-.014-.402.222-.532.19-.949.778-.898 1.788-1.965 3.562-2.002 1.623-.029 3.813.652 5.704.629 1.299-.015 2.806-.044 3.161 1.114-.362.843.082 1.378.261 2.19 1.499.27 2.969.672 4.402 1.174 1.171.41 2.859.929 3.264 1.988.132.345-.011.75.087 1.049.272.822 1.163 1.17 1.526 2.079.636-.209 2.236-.694 1.861.615.553-.026.542-.643.772-1.009.658-.091.604.758.862 1.003.037.029.435.052.47.108.328.53-.006 1.334.204 1.838.198.485.792.459 1.071.837-.102.753-.516 1.182-.756 1.792.871.527 2.118.049 2.861.226.579.137.993.659 1.559.775 1.361.274 2.364-.323 3.981-.413.17-.228-.392-.555-.28-1.059.196-.888 2.186-1.093 2.676-1.786.183.417-.027 1.142.655 1.166.583-.183.299-.81.398-1.115.796-2.469 4.848-3.323 6.859-1.315 1.643-1.172 2.41.983 4.123 1.072 1.175.064 2.253-1.003 3.433-.702.766.199.956 1.146 1.176 1.715 2.638-.795 2.364 2.291 4.603 2.055.948-.814 1.395-2.491 2.909-2.209 1.177.217.655 1.712 1.395 2.417 1.865-.177 2.001-2.171 2.664-3.61 1.527.024 1.593 1.199 2.109 2.019.389.004.504-.234.713-.402.143-.115.374-.486.537-.582.51-.301 1.295-.26 1.877-.517 1.033-.455 1.523-1.604 2.596-1.961.751.208 1.096.738 1.933.878-.469-1.581 1.561-1.355 2.049-2.251.975.193 1.003 1.13 1.672 1.562 1.288-.597 2.802-1.034 4.364-.395.481.198.826.752 1.366.763.58.015.807-.489 1.224-.723.962.206 1.885.44 2.507.909.977-.579 2.391-2.235 4.09-2.498 1.509-.231 2.911.198 2.803 1.792 1.286-.406 2.55-1.237 4.051-2.066 1.234-.68 3.138-1.756 4.57-1.515 1.038.172 1.009 1.259 2.16 1.497.502.019.195-.815.572-.928 1.414.007 1.044 1.418 1.515 2.164.207.183.591.23 1.037.223.267 1.151-.867 1.955-.91 3.353.348.048.541-.068.783-.135.21.101-.108.62.122.702 1.16-.091 1.917-.603 3.138-.628-.059-2.105 3.09-2.829 3.986-3.929l-2.166 17.709c-8.723-.731-28.835-1.526-27.193-1.432-5.05-.292-17.194-1.614-17.482-.98-12.202-.67-59.614 1.894-59.581 1.896-.182-.007-62.715-6.494-85.472-8.418.637-2.116 2.193-4.124 3.884-6.107' clip-rule='evenodd'/%3E%3Cpath fill='%23391C56' fill-rule='evenodd' d='m385.012 327.495-2.728-.142c-.024-.676.419-.849.471-1.443-.316-.245-.748-.396-1.436-.344-.403-.029-.656.101-.906.232-.781.047-.924-.424-.77-1.139 1.238.026 2.142-.308 2.484-1.26 1.454.04 1.411.339 2.634.125 1.213 1.031-.306 1.351-.542 2.456-.177.864 1.259.419.793 1.515m-7.369-9.269c-1.164.105-.634-1.164-1.325-1.44-1.521-.699-3.937-.666-3.533-2.923 2.507.899 6.331-.12 8.063 1.757-.452 1.54-2.323 1.537-3.205 2.606m-35.294-6.085c-.449.121-.78.372-1.228.491l.11-1.096c.543.063.964.227 1.118.605m-5.178-4.104c-.22.676-.158 1.653-1.046 1.603.088-.818.143-1.672 1.046-1.603m10.053 11.225c-.133-1.206.753-3.261 2.409-3.469.259.546.448 1.148 1.676.909-.103-1.43.38-3.333-.786-3.898l-.293-.013c-1.606-.123-.963 2.199-2.829 1.795 1.281-1.339-.703-2.226-1.912-1.47-.129-.848.585-.783.458-1.631.536-.229 1.571.083 1.547-.752.001-.169-.012-.329-.265-.292-1.186.937-.411-1.143-1.994-.644-.105-1.026 1.299-.413 1.574-1.027.332-1.197-.867-1.144-1.941-1.197-.235.864-1.063 1.076-1.895 1.289l-.222 2.195c-.841-.325-.187-1.861-1.269-1.99.769-.582 2.2-.451 2.507-1.534-1.764.007-2.527-.799-3.375-1.538-1.284.118-1.597-.552-2.261-.935l-.294-.015c-1.842.558-2.746 2.99-4.934 2.249l-.249 2.467c1.299.122 2.987-.075 2.498 1.498 1.265.056 1.923-.549 3.278-.395l.193-1.922c.104-.388 1.431.325 2.343.112-.553.708-.96 1.221-.194 1.92-1.213-.175-1.747 2.398-2.702 3.456-1.013.233-.371-.877-.447-1.402-1.668.522-3.048 1.355-3.553 3.139 2.832-.961 5.491.416 8.256-.159-.109.997-1.585.512-1.365 1.866.799.416 3.089-.347 3.112 1.25.824.083.764-.792 1.546-.753-.381 1.207-1.411 1.713-1.768 2.947-.943-.969-2.174-.259-3.459-.715-.134.863-.177 1.654.392 1.947-1.099.43-1.607 1.499-2.83 1.795.725.865 2.06-.179 2.958-.134-.031.756-.871.63-1.205 1.05q.102.008.207.012c3.118.148 6.238.301 9.36.448.09-.826.296-1.529 1.067-1.615l.054-.548c1.548-2.817-.371-5.859-3.393-4.296m-17.055 2.775c.16-.815-.652-1.71.486-1.906-.303.832.75.564.447 1.396-.425.047-.54.43-.933.51m34.054 4.404-4.171-.208c.021-.274.011-.52-.226-.582l.053-.55c1.163-1.037-.305-3.153.708-4.101 1.233.424 2.312.979 4.019 1.018l.585.027c-.375 1.725-1.523 1.389-1.741 2.673-.072.432.524.998.773 1.723m32.172-1.537c-.033.166-.076.324-.319.261-.999.378-1.207 1.9-.845 2.861-2.877-.154-5.758-.3-8.639-.448-.093-1.953.045-4.173 2.033-4.42.529 1.25 1.133 2.437 2.012 3.403.717-2.346-1.33-2.445-1.023-4.459 1.59-.606 3.403-.968 5.147-1.411.085-1.628.944-2.42 2.855-2.068.016 2.687-1.869 3.773-1.221 6.281m41.297-3.827.11-1.098c.938-.114 1.303.253 1.961.373-.076-.591 1.006.802 1.455.799l-.742.612c-.81-.878-1.789-.227-2.784-.686m-9.105 8.73a597 597 0 0 0-4.073-.229c.042-.814.045-1.589-.429-1.979-1.058-.135-1.911-.046-2.664.148-.64.015-.034-.982-.155-1.387l.22-2.193c1.418.017.599-2.393 1.741-2.672 1.201-1.486 4.812-.398 6.794-.229.053 1.214 1.279 1.479 1.188 2.811a43 43 0 0 0-2.704 3.457c.214.603.174 1.417.082 2.273m-98.259-4.994-1.791-.082c-.302-.383-.566-.79-.877-1.159.037-.362.537-.227.64-.522.644.183 1.033 1.672 1.731.358.76.116.337-1.053 1.255-.768l-.056.55c-.052.374.078.608.208.835-.328.308-.809.45-1.11.788m-26.064-5.66c-.11-.581-.647-.818-.419-1.676.806-1.895 3.645-3.086 5.843-2.477-.745 1.426-1.133 3.235-1.936 4.593-1.051-.238-2.093-.482-3.488-.44m-1.465-.07c-2.017.042-3.57-.289-4.605-1.046.369-1.121 1.108-1.84 1.477-2.962-1.973.088-3.378.792-3.792 2.578.877.24.911-.434 1.787-.194.139.625.74 1.418.099 1.934l-.294-.011c-1.008-1.174-1.341.959-2.426.71.757-1.453-1.565-.409-1.646-1.182.463-1.73 2.635-3.215 2.254-4.85-.914-.386-.313.874-1.226.489-.132-.778-.043-2.783.917-3.263.773 1.218 2.353 1.782 4.201 2.129 1.585-.713.294-4.547 2.783-4.277.788 1.076-.435 2.003-.593 3.001.611.261.544 1.07 1.352 1.17.8-.081 1.605-.96 2.37-.165-2.186 1.111-2.996 3.634-2.658 5.939m26.084-10.614c.046.217-.044.542.241.565-.338 1.346-1.751 1.408-3.044.959-.204 1.76.195 2.383-.648 3.551-.979-.049-.666-1.139-1.329-1.444-.576 2.402 1.59 2.575 1.61 4.488-.447.123-.78.373-1.226.491-.977-1.358-3.339-2.348-5.135-1.62-1.037-1.02.841-1.805.039-3.306.572-.236.896.867 1.171.057.316-1.096-1.165-.733-1.006-1.704 1.186-.761 4.177-.622 5.006-.036.023-.942-.398-1.523-.657-2.236 1.117-.835 1.565.405 2.288.659.387-1.38 1.382-.283 2.69-.424m.671-.794c-.055-.88-1.187-.885-1.3-1.716.235-.05.579.019.616-.247l.291.016c.374 1.077 1.724.046 2.286.659.034 1.148-.871 1.28-1.893 1.288m-13.071 12.884c.442.508-2.147 1.557-1.154 2.701-.148.388-.144.651-.071.858q1.076.047 2.149.098c.002-.486.021-.997.32-1.392l-1.465-.07c.147-.753.948-.798 1.575-1.028.699.683.458 1.579.198 2.517 1.12.053 2.241.1 3.362.154a8.2 8.2 0 0 0-.309-2.792c.366-1.123 1.63-1.272 2.271-2.097l.083-.824c-1.934.31-.773-1.89-2.791-1.51-.026.683-.079 1.335-.723 1.342-1.064.673-1.775 1.728-3.417 1.767zm-77.703-2.297c1.004-.471 2.15-.834 3.286-1.201a66 66 0 0 0 3.204-1.156c.45-.051.832-.124 1.283-.173.501-.053 1.087-.08 1.572.053.253.072.457.168.768.137.327-.034.231-.117.355-.236.242-.234.585-.273 1.07-.33.565-.067 1.068-.211 1.619-.297.383-.058.787-.148 1.159-.102.16.019.385.12.543.145.209.035.387.061.597.109.2.048.3.047.428.149.116.092.055.223.211.312.245.143.962.175 1.295.144.252-.023.381-.071.649-.065l.707.026c.294.008.343-.009.578-.067.281-.072.429-.039.7-.064.238-.021.411-.065.655-.069.215 0 .442.014.655.021.882.035 2.102-.184 2.941.061.175.049.236.124.463.149.139.012.326.004.475.013.262.011.413.014.582-.109.178-.128.069-.267.165-.388.068-.083.207-.104.371-.137.474-.107 1.105-.097 1.531-.259.331-.122.377-.355.804-.392.673-.061 2.605.491 2.958-.033.592.234 1.258.104 1.899.225.725.134 1.2.329 1.978.121.284-.077.534-.214.87-.225.324-.01.63.102.909.178.409.106.763.235 1.133.362-3.732.866-6.649 3.102-8.22 5.402a2.05 2.05 0 0 0-.347 1.498q-3.468-.046-6.94-.072c-3.355-.023-6.653-.255-9.961-.572-1.906-.181-3.81-.395-5.734-.495-1.904-.099-3.806-.046-5.711-.104-1.036-.031-3.206-.061-3.483-.796-.256-.68 1.155-1.375 1.983-1.763' clip-rule='evenodd'/%3E%3Cpath fill='%23291046' fill-rule='evenodd' d='M286.649 320.6c-.187-.957-1.075.024-1.727-.03.22.511 1.372.219 1.727.03m-109.283.169a36 36 0 0 1 2.167-.22c3.263 1.752 8.132 1.844 10.676-.568q1.34-.148 2.659-.378c3.414.572 7.177.077 10.855-1.536 1.626-.713 3.677-1.432 4.779-2.512.783-.769.769-2.092.967-2.644q.311-.049.627-.083l.372.001c1.494.025 2.755-.204 3.786-.597-.031.432-.059.893-.029.986.373.241.803.43 1.42.461.314-.391.245-1.151.547-1.557 1.508.116 2.854.29 4.019-.016.106.084.213.17.332.25 1.099.735 2.519 1.433 4.072 1.717q.514.095 1.044.162c.953.494 2.285.665 2.841 1.5.096.547-.799.135-.703.682 1.099.968 2.307-.742 3.393-.808 1.291-.078 1.587 1.066 1.815 2.292 1.122-1.303 1.25-3.564 3.71-3.583-.427-1.774.96-2.575 1.326-3.887 1.26.594 1.648-.529 2.526-.825.314.071.199.942.049 1.131.929-.463 2.456-1.135 2.886-2.381.808-.162.367.746.924.797.672-.348.367-1.244 1.115-1.369 1.579-.259.665 2.252 1.813 2.38.635-.115.405-1.059.92-1.287-.036-.402.193-.539.138-.955.729-.921 1.68-2.019 3.451-2.111 1.619-.08 3.845.533 5.733.451 1.297-.055 2.801-.132 3.218 1.014-.315.854.158 1.375.38 2.181 1.513.222 3.003.578 4.463 1.035 1.192.373 2.907.839 3.368 1.885.152.34.03.749.144 1.046.316.811 1.226 1.132 1.637 2.029.625-.229 2.197-.764 1.893.556.551-.043.507-.659.717-1.031.652-.112.644.738.915.974.039.029.437.039.477.094.356.52.065 1.333.302 1.83.224.478.815.434 1.115.802-.06.756-.451 1.199-.658 1.815.9.499 2.119-.017 2.872.137.585.118 1.027.627 1.599.725 1.374.231 2.344-.396 3.955-.537.157-.233-.422-.541-.337-1.048.147-.894 2.125-1.162 2.577-1.869.205.411.034 1.143.717 1.145.573-.201.256-.819.337-1.126.662-2.493 4.664-3.472 6.783-1.529 1.577-1.221 2.461.908 4.177.943 1.178.028 2.197-1.072 3.392-.808.777.175 1.017 1.115 1.268 1.676 2.593-.876 2.487 2.217 4.71 1.911.904-.842 1.26-2.533 2.787-2.298 1.188.18.749 1.69 1.526 2.371 1.854-.235 1.881-2.231 2.466-3.69 1.526-.023 1.656 1.149 2.217 1.952.388-.008.49-.249.69-.423.136-.12.347-.499.505-.599.493-.317 1.28-.3 1.846-.575 1.009-.487 1.437-1.65 2.489-2.041.762.186 1.135.703 1.979.818-.554-1.565 1.486-1.402 1.925-2.314.985.163 1.063 1.098 1.755 1.509 1.255-.637 2.743-1.12 4.34-.53.489.183.865.725 1.405.72.582-.003.78-.514 1.184-.761.973.175 1.908.381 2.554.83.945-.609 2.268-2.308 3.952-2.623 1.494-.278 2.92.107 2.898 1.703 1.262-.446 2.48-1.316 3.935-2.19 1.195-.718 3.041-1.853 4.484-1.657 1.047.14 1.077 1.226 2.24 1.428.501.004.149-.82.52-.945 1.414-.037 1.12 1.385 1.632 2.115.217.177.602.212 1.047.191.33 1.141-.76 1.98-.727 3.378.351.037.537-.085.775-.16.216.096-.074.623.16.7 1.154-.129 1.883-.664 3.102-.727-.173-2.101 5.066.87 5.901-.258l-3.336 13.971c-8.755-.459-28.893-.628-27.248-.584-5.062-.134-17.267-1.077-17.522-.435-12.227-.289-59.46 3.751-59.426 3.752-.183-.002-63.014-4.535-85.857-5.749.522-2.133 1.969-4.188 3.551-6.222' clip-rule='evenodd'/%3E%3Cpath fill='%23391C56' fill-rule='evenodd' d='m308.139 327.872-2.734-.056c-.061-.676.372-.862.392-1.457-.329-.235-.768-.373-1.453-.299-.403-.017-.65.121-.893.26-.777.07-.946-.395-.83-1.113 1.238-.014 2.123-.376 2.413-1.337 1.455-.006 1.429.294 2.639.042 1.268.992-.233 1.36-.409 2.471-.13.869 1.281.379.875 1.489m-7.865-9.031c-1.157.141-.697-1.144-1.403-1.398-1.556-.651-3.968-.543-3.687-2.81 2.553.82 6.319-.317 8.151 1.504-.368 1.552-2.238 1.607-3.061 2.704m-35.595-4.981c-.441.135-.758.396-1.2.529l.051-1.098c.546.046.976.198 1.149.569m-5.395-3.939c-.183.683-.069 1.657-.958 1.635.043-.82.051-1.675.958-1.635m10.652 10.904c-.197-1.203.576-3.283 2.22-3.543.288.538.509 1.133 1.722.856-.179-1.425.201-3.342-.995-3.87l-.293-.004c-1.612-.072-.844 2.228-2.73 1.882 1.208-1.378-.823-2.202-1.99-1.409-.174-.843.542-.8.369-1.645.524-.245 1.573.035 1.506-.799-.009-.168-.03-.329-.282-.284-1.133.974-.472-1.128-2.027-.58-.16-1.022 1.275-.454 1.518-1.076.267-1.205-.929-1.116-2.004-1.135-.188.87-1.004 1.108-1.825 1.348l-.102 2.199c-.858-.299-.287-1.854-1.376-1.949.737-.605 2.174-.518 2.421-1.611-1.761.063-2.568-.719-3.455-1.43-1.276.157-1.624-.503-2.31-.864l-.293-.007c-1.811.615-2.582 3.073-4.809 2.401l-.115 2.472c1.305.082 2.98-.167 2.578 1.419 1.267.017 1.891-.608 3.252-.497l.089-1.926c.084-.391 1.448.28 2.347.04-.514.724-.893 1.25-.09 1.924-1.221-.137-1.615 2.45-2.512 3.536-.998.266-.418-.864-.522-1.386-1.638.573-2.972 1.449-3.38 3.247 2.777-1.049 5.508.245 8.239-.416-.054 1-1.555.561-1.261 1.908.82.389 3.068-.444 3.177 1.151.827.057.72-.815 1.504-.801-.316 1.218-1.318 1.756-1.607 3-.995-.939-2.186-.191-3.496-.607-.087.866-.086 1.658.498 1.934-1.075.464-1.525 1.548-2.73 1.882.771.841 2.048-.243 2.947-.227.011.756-.835.657-1.146 1.087q.102.005.207.005c3.124.051 6.249.107 9.377.156.045-.827.212-1.536.978-1.647l.025-.548c1.393-2.864-.688-5.844-3.624-4.186m-16.891 3.302c.116-.818-.744-1.688.383-1.919-.258.841.781.54.523 1.382-.422.059-.517.445-.906.537m34.265 3.34c-1.394-.023-2.785-.052-4.179-.078.007-.275-.017-.52-.256-.575l.022-.551c1.106-1.072-.475-3.14.485-4.119 1.256.385 2.363.906 4.071.891l.586.009c-.282 1.735-1.445 1.435-1.594 2.726-.05.433.578.98.865 1.697m32.062-2.538c-.024.167-.059.325-.305.27-.977.409-1.103 1.936-.688 2.885-2.885-.064-5.771-.12-8.657-.178-.199-1.949-.18-4.171 1.792-4.48.596 1.233 1.264 2.4 2.193 3.337.59-2.366-1.46-2.4-1.262-4.423 1.554-.654 3.348-1.073 5.065-1.57-.002-1.629.812-2.448 2.741-2.155.163 2.684-1.663 3.828-.879 6.314m41.054-5.111.051-1.1c.931-.143 1.315.212 1.98.311-.109-.588 1.048.77 1.497.753l-.709.634c-.856-.851-1.799-.17-2.819-.598m-8.624 9.006a710 710 0 0 0-4.082-.102c-.001-.814-.041-1.589-.535-1.964-1.065-.102-12.428-.986-13.168-.768-.638.035 2.421-1.845 2.278-2.246l4.738-1.884c1.417-.026 2.791-1.689 3.917-2.004 1.119-1.522 5.832.283 7.822.389.119 1.212 1.358 1.439 1.339 2.772a42 42 0 0 0-2.514 3.539c.246.595.251 1.41.205 2.268m-98.446-1.928-1.795-.025c-.321-.374-.608-.772-.939-1.132.018-.362.525-.243.611-.541.654.163 1.123 1.639 1.75.303.765.093.279-1.062 1.212-.807l-.026.552c-.033.376.111.605.254.829-.312.318-.785.474-1.067.821m-26.35-4.843c-.143-.577-.691-.798-.51-1.662.704-1.918 3.475-3.197 5.703-2.657-.666 1.448-.955 3.268-1.685 4.65-1.063-.205-2.117-.417-3.508-.331m-1.467-.024c-2.012.106-3.582-.177-4.657-.901.308-1.132 1.007-1.874 1.315-3.005-1.967.148-3.333.895-3.648 2.692.889.213.885-.461 1.773-.248.174.62.817 1.393.204 1.928l-.294-.001c-1.071-1.142-1.288 1-2.385.785.677-1.476-1.586-.36-1.709-1.129.369-1.744 2.459-3.296 1.988-4.917-.933-.357-.263.883-1.197.527-.175-.774-.194-2.779.74-3.29.838 1.194 2.447 1.709 4.311 1.997 1.546-.761.049-4.552 2.551-4.36.844 1.05-.327 2.015-.432 3.017.625.242.603 1.052 1.416 1.126.794-.105 1.552-1.008 2.359-.238-2.125 1.179-2.797 3.725-2.335 6.017m25.487-11.417c.058.215-.014.542.271.556-.264 1.356-1.672 1.462-2.988 1.053-.109 1.765.323 2.375-.456 3.568-.981-.017-.727-1.117-1.406-1.401-.445 2.418 1.728 2.522 1.852 4.435-.441.136-.759.396-1.198.528-1.05-1.326-3.465-2.241-5.218-1.459-1.092-.986.741-1.829-.142-3.304.559-.254.943.839 1.174.02.256-1.105-1.204-.696-1.097-1.67 1.143-.799 4.14-.753 5-.193-.029-.943-.481-1.509-.778-2.213 1.071-.869 1.585.355 2.321.587.312-1.391 1.366-.326 2.665-.507m.628-.815c-.103-.878-1.235-.847-1.392-1.674.231-.057.58.001.601-.266l.293.007c.431 1.065 1.724-.007 2.32.587.096 1.146-.802 1.306-1.822 1.346m-12.363 13.281c.47.493-2.061 1.622-1.006 2.735-.126.391-.108.654-.024.858q1.077.014 2.152.032c-.025-.486-.032-.998.244-1.401l-1.468-.025c.106-.756.905-.826 1.518-1.076.737.66.544 1.563.334 2.508 1.123.019 2.246.031 3.369.05a8.3 8.3 0 0 0-.461-2.78c.305-1.133 1.56-1.321 2.156-2.166l.038-.826c-1.916.371-.875-1.864-2.871-1.422.012.683-.006 1.337-.65 1.364-1.026.705-1.678 1.781-3.318 1.872zM544 336.315l-.616 1.278c-.571.11-1.161.185-1.717.306-.446-.131-.132-.455-.475-.614.416-.416 2.408-.273.947-1.156.365-.52-1.233-.546-.611-1.132l.679.197c.458.146.791.118 1.116.089.294.326.335.717.677 1.032m-3.554-.678c-.982-.35-2.346-.016-2.268-.9.965.459.928-.384 1.893.076-.064.321.388.516.375.824' clip-rule='evenodd'/%3E%3C/g%3E%3Cpath fill='url(%23e)' d='M1368.26 484.643c-6.89 99.673-530.001 307.631-1090.643 285.344S-1362.52 732.625-1355.64 632.952c1.94-28.018 74.38-49.985 108.54-61.895 87.7-30.566 183.27-53.791 278.57-75.186 127.148-28.55 116.866 84.409 248.196 62.92 209.296-34.239 280.385-299.687 1353.22-216.112 109.788 8.565 218.576 21.788 328.096 31.666 91.488 8.257 183.918 14.165 273.658 28.689 69.37 11.228 136.93 33.629 133.62 81.609'/%3E%3Cg opacity='.05'%3E%3Cmask id='f' width='1247' height='61' x='-733' y='0' mask-type='alpha' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M-732.205 0h1246.17v60.35h-1246.17z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23f)'%3E%3Cpath fill='%23EDF2F5' fill-rule='evenodd' d='M383.606 53.634c-98.177.024-303.6-9.329-302.446-9.294-16.202-.487-18.042 1.618-42.394-1.196 1.096-.207 64.701-3.533 102.978-5.605 3.46-.188 5.9-3.256 1.988-4.318-28.82-7.833-61.074-9.467-92.392-10.21-96.45-2.285-113.283.643-112.163-5.191 191.4 5.918 383.234 6.97 574.789 3.151-7.213-1.37-15.543-.981-22.906-1.206-16.842-.517-33.698-.817-50.551-1.108-51.629-.89-103.269-1.45-154.905-2.019-59.363-.652-118.728-1.245-178.09-1.921-50.855-.58-101.74-.995-152.577-2.183a1396 1396 0 0 1-38.66-1.44 5066 5066 0 0 1 115.83-.958c12.37.04 26.893 1.722 38.956.034-3.656.512-10.93-1.99-15.151-2.088-6.916-.162-13.907.105-20.831.123q-21.408.053-42.814-.107c-45.64-.342-91.226-1.708-136.872-1.708-8.248-.03-17.517-2.405-25.88-2.96-10.549-.7-21.153-.688-31.731-.496-21.654.393-43.407 1.692-65.003-.238-10.323-.922-20.565-2.58-30.958-2.69-15.81-.167-31.252 3.242-46.869 5.123-27.029 3.255-54.745 1.93-81.779 5.167 18.636-2.23 40.791-.398 60.036-.494 21.418-.108 42.838-.117 64.255.058 20.937.172 41.873.518 62.797 1.119 10.47.3 20.938.663 31.4 1.1 9.963.417 22.195-.302 31.682 1.81-10.745 2.987-23.788 3.758-35.125 5.841-9.357 1.72-18.7 3.444-28.217 4.58-37.171 4.444-75.763 2.946-113.185 2.005-32.34-.812-64.663-2.055-96.972-3.418 3.55-.786 7.017-1.743 10.37-2.938 3.257-1.16 1.688-3.865-1.852-4.022-58.486-2.58-117.373 2.059-172.654 13.608-2.694.561-3.911 2.186-2.568 3.711a14 14 0 0 0 1.594 1.524c.136.358.413.7.797 1-82.331 4.761-57.244 2.054-116.826 4.297-1.207.046-1.227 1.09 0 1.112 11.041.203 22.095.346 33.153.456.769 2.17 7.822-.02 118.927.794 93.803.688 187.814-1.534 281.728-2.186 80.833-.563 161.67.124 242.442-1.77-8.016.188 1.129 9.45 3.633 10.395 8.182 3.087 20.46 2.33 29.418 2.974a3053 3053 0 0 0 66.79 4.06c84.817 4.225 170.276 5.23 255.259 3.871 6.985-.112 14.005-.624 20.945-.778 4.3-.135 61.253-1.964 63.509-2.677 11.758-.618 25.504-.385 36.785-2.312-2.826-2.466-11.644-.39-37.69-.382' clip-rule='evenodd'/%3E%3C/g%3E%3Cmask id='g' width='1148' height='30' x='-832' y='98' mask-type='alpha' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M-831.81 98.984H315.707v29.009H-831.81z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23g)'%3E%3Cpath fill='%23FEFEFE' fill-rule='evenodd' d='M313.165 121.562c-60.036-4.305-120.713-2.019-181.015-3.788-76.987-2.259-137.685-6.957-221.084-9.95 56.745.204 220.157.326 297.327-.684 5.862-.077 5.811-2.75 0-2.867-63.053-1.277-141.234-3.125-318.89-3.625-49.646-.14-107.073-5.313-155.112 3.319-4.04.727-3.678 2.12-1.144 2.959-42.741 1.08-253.545-10.198-565.057 7.013 31.156 0 62.522 1.788 93.729 2.104 100.256 1.014 201.138.919 301.499 2.3 197.145 2.712 368.871 12.15 650.031 9.023 33.13-.369 67.795.487 100.399-2.619 3.105-.296 1.933-2.997-.683-3.185' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3Cpath fill='%23391C56' fill-rule='evenodd' d='M281.734 91.338c2.576-.82 4.661-2.757 7.426-3.19 1.076-.173 2.18-.187 3.276-.14.901.04 2.446.796 3.211.602 2.089-.53 3.002-4.336 5.177-5.401 2.307-1.127 4.318-1.472 6.806-1.469-2.081-.084-4.897 2.959-6.266 4.496-.995 1.124-1.625 2.514-2.113 3.938-.569 1.655-.168 2.122-2.326 1.319-2.544-.954-4.358-2.17-7.154-1.918-2.305.208-4.374 1.47-6.697 1.372z' clip-rule='evenodd' opacity='.686'/%3E%3Cdefs%3E%3ClinearGradient id='e' x1='-1408.61' x2='-1427.31' y1='137.04' y2='614.402' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%234C3877'/%3E%3Cstop offset='.204' stop-color='%234E3A7A'/%3E%3Cstop offset='.406' stop-color='%23884489'/%3E%3Cstop offset='.586' stop-color='%23BF4A8E'/%3E%3Cstop offset='1' stop-color='%23BF4A8E' stop-opacity='.01'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") bottom/768px no-repeat,linear-gradient(#674186 0%,#bf4a8e 100%);border-radius:12px;padding:48px 40px;overflow:hidden}}#provider-upsell-slider .slider__content{z-index:7}@media screen and (width>=768px){#provider-upsell-slider .slider__content{border-radius:8px 8px 0 0;width:100%;max-height:calc(100vh - 85px)}}#provider-upsell-slider .slider__overlay{z-index:6}#provider-upsell-slider .slider__close{margin:0;top:16px;left:auto;right:16px}@media screen and (width>=768px){#provider-upsell-slider .slider__close{top:32px;right:32px}}#provider-upsell-slider .slider-content{background-color:#f2f6fe;border-radius:16px 16px 0 0;width:100%}#provider-upsell-slider .slider-content__wrapper{width:100%;max-width:960px;margin:32px auto 0}@media screen and (width>=768px){#provider-upsell-slider .slider-content__wrapper{margin:72px auto 0}}#provider-upsell-slider .slider-content__header{color:#291d4c;font-size:24px;line-height:26px}.slider-content{box-sizing:border-box;text-align:left;padding:60px 20px 20px}@media (width>=768px){.slider-content{height:100%;padding:40px 50px 40px 30px;position:absolute;overflow-y:auto}}@media (width>=560px){.slider-content--claims.slider-content{padding-bottom:100px}}.slider-content--price-cut{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.slider-content--price-cut .slider-content__header--tcs{padding-bottom:20px}.slider-content--price-cut .slider-content__banner{width:100%;max-width:310px;height:181px;margin:0 auto 40px}@media (width>=768px){.slider-content--price-cut .slider-content__banner{margin-bottom:0}.slider-content--price-cut .slider-content__column{flex:1}}.slider-content--price-cut .slider-content__text{font-size:14px}@media (width>=768px){.slider-content--price-cut .slider-content__text{font-size:16px}}.slider-content--price-cut .slider-content__highlights{background-color:#fff;border-radius:8px;margin-bottom:20px;padding:30px 25px 0}@media (width>=768px){.slider-content--price-cut .slider-content__highlights{margin:15px 0 0}}.slider-content--price-cut .slider-content__highlights .slider-content__header{padding-bottom:30px}.slider-content--price-cut .slider-content__highlight{padding-bottom:30px;position:relative}.slider-content--price-cut .slider-content__highlight:before{content:"";width:112px;height:112px;margin:0 auto 15px;display:block}@media (width>=768px){.slider-content--price-cut .slider-content__highlight:before{position:absolute;top:0}.slider-content--price-cut .slider-content__highlight:first-of-type,.slider-content--price-cut .slider-content__highlight:last-of-type{padding:0 0 55px 145px}.slider-content--price-cut .slider-content__highlight:first-of-type:before,.slider-content--price-cut .slider-content__highlight:last-of-type:before{left:0}}.slider-content--price-cut .slider-content__highlight:first-of-type:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='112' height='112'%3E%3Cdefs%3E%3Cpath id='a' d='M.114.062h103.08v109.762H.113z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(7.904 .146)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%23E8EBEE' d='M95.468 29.6c15.171 24.87 7.31 57.328-17.558 72.5-24.869 15.17-57.33 7.309-72.5-17.56-15.171-24.87 5.907-39.757 17.56-72.499 8.807-24.748 57.327-7.31 72.498 17.559' mask='url(%23b)'/%3E%3C/g%3E%3Cpath fill='%23FFF' d='M93.105 87.568H26.011a2.254 2.254 0 0 1-2.254-2.254V42.68a2.254 2.254 0 0 1 2.254-2.254h67.094a2.254 2.254 0 0 1 2.254 2.254v42.633a2.254 2.254 0 0 1-2.254 2.254'/%3E%3Cpath stroke='%23674186' stroke-linecap='round' stroke-linejoin='round' d='M93.105 87.568H26.011a2.254 2.254 0 0 1-2.254-2.254V42.68a2.254 2.254 0 0 1 2.254-2.254h67.094a2.254 2.254 0 0 1 2.254 2.254v42.633a2.254 2.254 0 0 1-2.254 2.254'/%3E%3Cpath fill='%2362C0C1' d='M39.317 87.568h6.566v-47.14h-6.566z'/%3E%3Cpath stroke='%2362C0C1' stroke-linecap='round' stroke-width='.832' d='M39.317 87.568h6.566v-47.14h-6.566z'/%3E%3Cpath fill='%2362C0C1' d='M23.757 62.684h71.602v-6.567H23.757z'/%3E%3Cpath stroke='%2362C0C1' stroke-linecap='round' stroke-width='.832' d='M23.757 62.684h71.602v-6.567H23.757z'/%3E%3Cpath fill='%23FFF' d='M30.62 51.585a1.64 1.64 0 0 0-1.703.966c-.463 1.049-1.01 2.996-1.01 6.35s.547 5.3 1.01 6.35a1.64 1.64 0 0 0 1.704.965c6.82-.88 10.862-7.315 10.862-7.315s-4.042-6.437-10.862-7.316'/%3E%3Cpath stroke='%23BD479A' d='M30.62 51.585a1.64 1.64 0 0 0-1.703.966c-.463 1.049-1.01 2.996-1.01 6.35s.547 5.3 1.01 6.35a1.64 1.64 0 0 0 1.704.965c6.82-.88 10.862-7.315 10.862-7.315s-4.042-6.437-10.862-7.316Z'/%3E%3Cpath fill='%23FFF' d='M54.58 51.585a1.64 1.64 0 0 1 1.702.966c.464 1.049 1.01 2.996 1.01 6.35s-.546 5.3-1.01 6.35a1.64 1.64 0 0 1-1.703.965c-6.82-.88-10.862-7.315-10.862-7.315s4.042-6.437 10.862-7.316'/%3E%3Cpath stroke='%23BD479A' d='M54.58 51.585a1.64 1.64 0 0 1 1.702.966c.464 1.049 1.01 2.996 1.01 6.35s-.546 5.3-1.01 6.35a1.64 1.64 0 0 1-1.703.965c-6.82-.88-10.862-7.315-10.862-7.315s4.042-6.437 10.862-7.316Z'/%3E%3Cpath fill='%23FFF' d='M45.127 63.778h-5.054a1.646 1.646 0 0 1-1.646-1.645v-5.877c0-.909.737-1.646 1.646-1.646h5.054c.909 0 1.646.737 1.646 1.646v5.877c0 .909-.737 1.645-1.646 1.645'/%3E%3Cpath stroke='%23BD479A' stroke-width='.832' d='M45.127 63.778h-5.054a1.646 1.646 0 0 1-1.646-1.645v-5.877c0-.909.737-1.646 1.646-1.646h5.054c.909 0 1.646.737 1.646 1.646v5.877c0 .909-.737 1.645-1.646 1.645Z'/%3E%3Cpath stroke='%23BD479A' stroke-linecap='round' stroke-linejoin='round' stroke-width='.832' d='M38.427 58.901h-3.16'/%3E%3Cpath stroke='%23BD479A' stroke-linecap='round' stroke-linejoin='round' d='M49.933 58.901h-3.16'/%3E%3Cpath stroke='%23674186' stroke-width='.832' d='M6.834 88.637C.979 79.04-.806 69.934 1.217 59.98c1.707-8.406 5.841-16.086 10.629-24.978a478 478 0 0 0 3.767-7.094'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat}.slider-content--price-cut .slider-content__highlight:last-of-type:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='112' height='112'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23E8EBEE' fill-rule='nonzero' d='M94.846 35.283c14.295 23.474 6.887 54.11-16.544 68.43-23.432 14.318-54.018 6.899-68.313-16.575-14.294-23.472 5.567-37.524 16.546-68.428 8.299-23.359 54.016-6.899 68.311 16.573'/%3E%3Cpath fill='%2362C0C1' fill-rule='nonzero' d='M63.8 39.064c.428-.132.274-.781-.167-.701C50.578 40.727 14.92 49.56 20.538 66.477c7.01 21.103 53.837 3.247 53.837 3.247l-4.148-8.984s-26.955 14.346-39.645 5.217c-2.693-1.937-3.442-5.709-1.637-8.5 2.857-4.419 11.248-11.13 34.855-18.393'/%3E%3Cpath fill='%23FFF' stroke='%23674186' stroke-width='1.067' d='m63.433 47.188 8.14 11.856c.15.22.416.33.678.282l14.133-2.582c.608-.112 1.033.586.657 1.077L78.298 69.24a.68.68 0 0 0-.058.733l6.82 12.664c.293.544-.238 1.165-.82.959l-13.543-4.8a.67.67 0 0 0-.715.17l-9.917 10.41a.676.676 0 0 1-1.165-.484l.373-14.384a.68.68 0 0 0-.383-.628l-12.95-6.23a.677.677 0 0 1 .101-1.259l13.774-4.09a.68.68 0 0 0 .477-.558l1.915-14.26a.675.675 0 0 1 1.226-.294'/%3E%3Cpath stroke='%23BE4B8D' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.067' d='m51.961 53.298 2.135 2.135M72.24 86.385l1.067 3.202M51.961 78.913l-2.134 1.068m27.75-32.019-1.068 2.134m10.673 20.478-3.202-.398'/%3E%3Cpath stroke='%23674186' stroke-linecap='round' stroke-width='1.067' d='M29.206 4.942C44.33-5.623 77.28 6.406 93.97 24.925'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat}@media (width>=768px){.slider-content--price-cut .slider-content__highlight:nth-of-type(2){padding:0 145px 55px 0}.slider-content--price-cut .slider-content__highlight:nth-of-type(2):before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='112' height='112'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23E8EBEE' d='M97.064 27.899c14.329 23.49 6.903 54.148-16.585 68.478-23.489 14.328-54.148 6.903-68.478-16.587-14.328-23.489 5.58-37.55 16.586-68.475 8.32-23.376 54.147-6.904 68.477 16.584'/%3E%3Cpath stroke='%23674186' stroke-width='.702' d='M96.49 92.45a57.3 57.3 0 0 1-12.28 10.045 56.9 56.9 0 0 1-31.725 8.306 57.5 57.5 0 0 1-25.423-7.016 56.9 56.9 0 0 1-16.479-13.66'/%3E%3Cpath fill='%23FFF' d='m64.041 45.81 5.106-5.107c-5.673-5.511-13.94-6.808-20.91-4.052-2.675 1.053-5.025 2.755-7.051 4.944-2.756 3.08-4.458 6.888-4.863 10.86-.162 2.107-2.108 3.566-4.215 3.242-1.945-.324-3.323-2.188-3.16-4.134.486-4.862 2.43-9.563 5.592-13.535 2.269-2.917 5.106-5.268 8.185-6.889 10.05-5.51 23.018-4.052 31.61 4.377l5.105-5.106c.243-.243.73-.081.81.324l2.837 18.236c0 .324-.243.567-.486.486L64.365 46.62c-.405-.08-.567-.567-.324-.81'/%3E%3Cpath stroke='%23674186' stroke-linecap='round' stroke-linejoin='round' stroke-width='.702' d='m64.041 45.81 5.106-5.107c-5.673-5.511-13.94-6.808-20.91-4.052-2.675 1.053-5.025 2.755-7.051 4.944-2.756 3.08-4.458 6.888-4.863 10.86-.162 2.107-2.108 3.566-4.215 3.242-1.945-.324-3.323-2.188-3.16-4.134.486-4.862 2.43-9.563 5.592-13.535 2.269-2.917 5.106-5.268 8.185-6.889 10.05-5.51 23.018-4.052 31.61 4.377l5.105-5.106c.243-.243.73-.081.81.324l2.837 18.236c0 .324-.243.567-.486.486L64.365 46.62c-.405-.08-.567-.567-.324-.81'/%3E%3Cpath stroke='%23BD479A' stroke-linecap='round' stroke-linejoin='round' stroke-width='.819' d='M25.34 46.371a30.5 30.5 0 0 1 2.856-6.436m2.507-3.644c2.65-3.407 5.962-6.151 9.559-8.044M85.33 66.7a30.5 30.5 0 0 1-2.857 6.436m-2.507 3.644c-2.65 3.407-5.962 6.152-9.558 8.044'/%3E%3Cpath fill='%2362C0C1' d='M30.73 80.254c.082.406.568.568.81.324l5.107-5.105c8.591 8.429 21.559 9.887 31.608 4.376 3-1.702 5.836-3.89 8.186-6.889 3.161-3.971 5.025-8.753 5.593-13.535.243-2.026-1.135-3.89-3.161-4.133-2.107-.325-4.053 1.134-4.215 3.241-.405 3.972-2.026 7.7-4.862 10.86a20.7 20.7 0 0 1-7.052 4.945 19.4 19.4 0 0 1-20.91-4.053l5.106-5.106c.243-.243.08-.729-.324-.81L28.38 61.532c-.324 0-.567.243-.486.487z'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;right:0}}.slider-content--price-cut .slider-content__scroll-btn{margin-top:16px;font-family:Saans,sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:22px;text-decoration:none;display:block}@media (width>=768px){.slider-content--price-cut-tcs{padding-top:60px}}.slider-content__caption{font-size:14px}.slider-content__header{color:#291d4c;margin-bottom:16px;font-size:18px;font-weight:700;line-height:28px}.slider-content__header--white{color:#fff}.slider-content__sub-header{color:#291d4c;margin-top:40px;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.slider-content__sub-header--white{color:#fff}.slider-content__sub-sub-header{color:#291d4c;margin:24px 0 8px;font-family:Saans,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.slider-content__sub-sub-header--white{color:#fff}.slider-content__text{color:#291d4c;margin:8px 0;font-size:13px;line-height:1.5}.slider-content__text--white{color:#fff}.slider-content__footnote{color:#291d4c;margin-bottom:20px;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.slider-content__footnote--white{color:#fff}.slider-content__bullets{padding-bottom:20px}.slider-content__bullets:last-child{padding-bottom:0}.slider-content__btn{color:#291d4c;cursor:pointer;background-color:#0000;border:none;outline:none;align-items:center;width:auto;height:auto;margin-top:32px;padding:0;font-family:Saans,sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:22px;text-decoration:none;display:flex}.slider-content__btn:focus{outline:unset}.slider-content__btn--link:focus,.slider-content__btn--link:hover{color:#040308;text-decoration:underline}.slider-content__btn--right-arrow:after,.slider-content__btn--left-arrow:before{content:"";vertical-align:middle;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' color='%23291d4c'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M8.53 2.803a.75.75 0 0 1 0 1.06L5.144 7.25h7.522a.75.75 0 1 1 0 1.5H5.144l3.386 3.386a.75.75 0 1 1-1.06 1.06L2.802 8.53a.75.75 0 0 1 0-1.06l4.666-4.667a.75.75 0 0 1 1.061 0' clip-rule='evenodd'/%3E%3C/svg%3E") 50%/contain no-repeat;width:16px;height:16px;display:inline-block}.slider-content__btn--right-arrow--white:after,.slider-content__btn--left-arrow--white:before{content:"";vertical-align:middle;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' color='%23fff'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M8.53 2.803a.75.75 0 0 1 0 1.06L5.144 7.25h7.522a.75.75 0 1 1 0 1.5H5.144l3.386 3.386a.75.75 0 1 1-1.06 1.06L2.802 8.53a.75.75 0 0 1 0-1.06l4.666-4.667a.75.75 0 0 1 1.061 0' clip-rule='evenodd'/%3E%3C/svg%3E") 50%/contain no-repeat;width:16px;height:16px;display:inline-block}.slider-content__btn--left-arrow{margin-top:0}.slider-content__btn--left-arrow:before{margin-right:8px}.slider-content__btn--right-arrow:after,.slider-content__btn--right-arrow--white:after{margin-left:8px;transform:rotate(180deg)}.slider-content__bullet{margin-bottom:8px;padding-left:15px;position:relative}.slider-content__bullet:before{content:"";background-color:#291d4c;border-radius:50%;width:5px;height:5px;position:absolute;top:5px;left:0}.slider-content__image{float:right;text-align:center;width:119px;margin-left:5px;padding:10px 5px}@media screen and (width>=768px){.slider-content__image{margin-left:30px;padding:20px}}.slider-content__terms{text-align:left;padding-bottom:20px}@media (width>=768px){.slider-content__terms{padding-bottom:0;font-size:14px}}.slider-content__heading{margin-bottom:10px;font-size:14px;font-weight:700}.slider-content__heading--purple{color:#291d4c}.slider-content__incentive .incentive__tag{margin-bottom:24px}.slider-content__incentive .incentive__tag:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='113' height='24' fill='none'%3E%3Crect width='111.8' height='22.8' x='.6' y='.6' fill='%232B173F' fill-opacity='.25' rx='2.4'/%3E%3Cpath fill='url(%23a)' d='M0 3a3 3 0 0 1 3-3h21v24H3a3 3 0 0 1-3-3z'/%3E%3Cpath fill='%23391C56' fill-rule='evenodd' d='M12.259 6.063a.6.6 0 0 1 .265.278l1.538 3.26 3.437.522c.32.048.541.359.495.693a.62.62 0 0 1-.17.35l-2.488 2.537.587 3.582a.61.61 0 0 1-.477.706.56.56 0 0 1-.371-.061L12 16.238 8.925 17.93a.57.57 0 0 1-.79-.257.64.64 0 0 1-.058-.388l.587-3.582-2.487-2.537a.63.63 0 0 1-.011-.865.58.58 0 0 1 .335-.178L9.938 9.6l1.538-3.259a.573.573 0 0 1 .783-.278' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='M36.934 8.003V15.5h.998v-3.203h2.436q.367 0 .588.116a.9.9 0 0 1 .357.294q.135.178.2.43.062.242.104.515.052.273.063.557l.021.535q.01.241.042.441a.66.66 0 0 0 .147.315h1.113a1.4 1.4 0 0 1-.241-.43 4 4 0 0 1-.116-.526 5 5 0 0 1-.052-.556 14 14 0 0 0-.032-.556 4 4 0 0 0-.094-.526 1.4 1.4 0 0 0-.179-.451 1.05 1.05 0 0 0-.325-.357 1.3 1.3 0 0 0-.525-.21v-.021q.682-.189.987-.703.315-.515.315-1.197 0-.915-.61-1.439-.598-.525-1.669-.525zm3.077 3.454h-2.08V8.843h2.479q.703 0 1.018.357t.315.924q0 .41-.147.672a1.1 1.1 0 0 1-.378.41 1.5 1.5 0 0 1-.546.199 4 4 0 0 1-.661.053m6.361-3.454V15.5h5.208v-.84h-4.21v-2.594h3.895v-.84H47.37V8.843h4.179v-.84zM61.814 15.5l2.005-7.497h-.997l-1.523 6.237h-.02l-1.66-6.237h-1.081l-1.68 6.237h-.021l-1.47-6.237h-1.019L56.27 15.5h1.04l1.732-6.3h.02l1.712 6.3zm6.233-3.097 1.27-3.497h.022l1.249 3.496zm.746-4.4-2.92 7.497h1.019l.84-2.258h3.171l.819 2.258h1.103l-2.93-7.497zm7.021 0V15.5h.998v-3.203h2.436q.367 0 .588.116a.9.9 0 0 1 .357.294q.135.178.2.43.062.242.104.515.052.273.063.557l.021.535q.01.241.042.441a.66.66 0 0 0 .147.315h1.113a1.4 1.4 0 0 1-.241-.43 4 4 0 0 1-.116-.526 5 5 0 0 1-.052-.556 14 14 0 0 0-.032-.556 4 4 0 0 0-.094-.526 1.4 1.4 0 0 0-.179-.451 1.05 1.05 0 0 0-.325-.357 1.3 1.3 0 0 0-.525-.21v-.021q.683-.189.987-.703.315-.515.315-1.197 0-.915-.61-1.439-.597-.525-1.669-.525zm3.077 3.454h-2.08V8.843h2.479q.703 0 1.018.357t.315.924q0 .41-.147.672a1.1 1.1 0 0 1-.378.41 1.5 1.5 0 0 1-.546.199 4 4 0 0 1-.661.053m7.359 3.203V8.843h1.68q.693 0 1.165.2.472.189.767.567.304.368.43.902.137.526.137 1.197 0 .694-.147 1.187-.136.483-.357.808a1.9 1.9 0 0 1-.504.515 2.5 2.5 0 0 1-.557.294 3 3 0 0 1-.535.126 5 5 0 0 1-.42.021zm-.998-6.657V15.5h2.573q.935 0 1.617-.262.683-.263 1.123-.756a3.2 3.2 0 0 0 .651-1.229q.21-.735.21-1.68 0-1.806-.934-2.688-.935-.882-2.667-.882zm13.98 2.194h.945q-.021-.618-.242-1.06a2 2 0 0 0-.588-.745 2.4 2.4 0 0 0-.86-.431 4 4 0 0 0-1.072-.137q-.514 0-1.008.137a2.7 2.7 0 0 0-.871.399 2 2 0 0 0-.61.683q-.23.41-.23.976 0 .515.2.861.21.337.545.556.347.21.777.347.43.126.872.231.45.095.882.189.43.095.766.252.346.147.546.389.21.24.21.63 0 .408-.168.672a1.3 1.3 0 0 1-.44.42 2.1 2.1 0 0 1-.62.21 3.6 3.6 0 0 1-.672.063q-.42 0-.82-.106-.398-.105-.703-.325a1.8 1.8 0 0 1-.483-.556 1.8 1.8 0 0 1-.178-.82h-.945q0 .684.241 1.187.252.493.672.819.43.314.987.473a4.45 4.45 0 0 0 2.226.031q.525-.116.945-.378.42-.273.683-.693.273-.43.273-1.029 0-.556-.21-.924a1.75 1.75 0 0 0-.546-.609 2.7 2.7 0 0 0-.767-.378 9 9 0 0 0-.882-.252q-.44-.105-.871-.189a5 5 0 0 1-.777-.231 1.6 1.6 0 0 1-.546-.347.8.8 0 0 1-.2-.567q0-.367.137-.609a1.15 1.15 0 0 1 .378-.399q.24-.146.546-.21a3 3 0 0 1 .62-.062q.775 0 1.27.367.504.358.588 1.165'/%3E%3Crect width='111.8' height='22.8' x='.6' y='.6' stroke='url(%23b)' stroke-width='1.2' rx='2.4'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='.867' x2='.867' y1='1.734' y2='24' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFF08A'/%3E%3Cstop offset='.244' stop-color='%23FFDF00'/%3E%3Cstop offset='.755' stop-color='%23FFBC00'/%3E%3Cstop offset='1' stop-color='%23E7AC04'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='4.083' x2='4.083' y1='1.734' y2='24' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFF08A'/%3E%3Cstop offset='.244' stop-color='%23FFDF00'/%3E%3Cstop offset='.755' stop-color='%23FFBC00'/%3E%3Cstop offset='1' stop-color='%23E7AC04'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");width:113px;height:24px}@media (width>=480px){.slider-content__incentive .incentive__tag:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='151' height='32' fill='none'%3E%3Crect width='149.4' height='30.4' x='.8' y='.8' fill='%232B173F' fill-opacity='.25' rx='3.2'/%3E%3Cpath fill='url(%23a)' d='M0 4a4 4 0 0 1 4-4h28v32H4a4 4 0 0 1-4-4z'/%3E%3Cpath fill='%23391C56' fill-rule='evenodd' d='M16.345 8.084c.154.08.278.21.354.37l2.05 4.346 4.584.697c.426.065.72.479.659.924a.83.83 0 0 1-.227.467l-3.317 3.382.783 4.777c.072.443-.213.865-.637.941a.75.75 0 0 1-.494-.082L16 21.651l-4.1 2.255a.763.763 0 0 1-1.053-.342.85.85 0 0 1-.078-.517l.783-4.777-3.317-3.382a.84.84 0 0 1-.014-1.153.77.77 0 0 1 .446-.238l4.584-.697 2.05-4.345a.764.764 0 0 1 1.044-.37' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='M49.412 11.004V21h1.33v-4.27h3.248q.49 0 .784.154.294.14.476.392.182.238.266.574.084.322.14.686.07.364.084.742l.028.714q.014.322.056.588a.9.9 0 0 0 .196.42h1.484a1.8 1.8 0 0 1-.322-.574 6 6 0 0 1-.154-.7 7 7 0 0 1-.07-.742q-.014-.378-.042-.742a6 6 0 0 0-.126-.7 1.8 1.8 0 0 0-.238-.602 1.4 1.4 0 0 0-.434-.476 1.7 1.7 0 0 0-.7-.28v-.028q.91-.252 1.316-.938.42-.686.42-1.596 0-1.218-.812-1.918-.798-.7-2.226-.7zm4.102 4.606h-2.772v-3.486h3.304q.938 0 1.358.476t.42 1.232q0 .546-.196.896-.181.336-.504.546-.308.196-.728.266t-.882.07m8.482-4.606V21h6.944v-1.12h-5.614v-3.458h5.194v-1.12h-5.194v-3.178h5.572v-1.12zM82.585 21l2.674-9.996h-1.33l-2.03 8.316h-.028l-2.212-8.316h-1.442l-2.24 8.316h-.028l-1.96-8.316H72.63L75.193 21h1.386l2.31-8.4h.028l2.282 8.4zm8.311-4.13 1.694-4.662h.028l1.666 4.662zm.994-5.866L87.998 21h1.358l1.12-3.01h4.228L95.796 21h1.47l-3.906-9.996zm9.362 0V21h1.33v-4.27h3.248q.49 0 .784.154.294.14.476.392.182.238.266.574.084.322.14.686.07.364.084.742l.028.714q.014.322.056.588a.9.9 0 0 0 .196.42h1.484a1.8 1.8 0 0 1-.322-.574 6 6 0 0 1-.154-.7 7 7 0 0 1-.07-.742q-.013-.378-.042-.742a6 6 0 0 0-.126-.7 1.8 1.8 0 0 0-.238-.602 1.4 1.4 0 0 0-.434-.476q-.266-.195-.7-.28v-.028q.91-.252 1.316-.938.42-.686.42-1.596 0-1.218-.812-1.918-.798-.7-2.226-.7zm4.102 4.606h-2.772v-3.486h3.304q.938 0 1.358.476t.42 1.232q0 .546-.196.896a1.5 1.5 0 0 1-.504.546 1.9 1.9 0 0 1-.728.266q-.42.07-.882.07m9.812 4.27v-7.756h2.24q.924 0 1.554.266.63.252 1.022.756.406.49.574 1.204.182.7.182 1.596 0 .924-.196 1.582-.182.645-.476 1.078t-.672.686q-.364.252-.742.392-.378.126-.714.168a7 7 0 0 1-.56.028zm-1.33-8.876V21h3.43q1.246 0 2.156-.35a3.8 3.8 0 0 0 1.498-1.008q.588-.672.868-1.638.28-.98.28-2.24 0-2.408-1.246-3.584t-3.556-1.176zm18.64 2.926h1.26q-.028-.825-.322-1.414a2.66 2.66 0 0 0-.784-.994 3.2 3.2 0 0 0-1.148-.574 5.4 5.4 0 0 0-1.428-.182q-.687 0-1.344.182-.645.168-1.162.532a2.6 2.6 0 0 0-.812.91q-.308.546-.308 1.302 0 .686.266 1.148.28.448.728.742.462.28 1.036.462.573.168 1.162.308.602.126 1.176.252.573.126 1.022.336.462.195.728.518.28.322.28.84 0 .546-.224.896-.225.35-.588.56-.364.195-.826.28a5 5 0 0 1-.896.084q-.561 0-1.092-.14a2.8 2.8 0 0 1-.938-.434 2.35 2.35 0 0 1-.644-.742q-.238-.462-.238-1.092h-1.26q0 .91.322 1.582.336.659.896 1.092.573.42 1.316.63a5.94 5.94 0 0 0 2.968.042q.699-.154 1.26-.504.56-.364.91-.924.363-.574.364-1.372 0-.742-.28-1.232a2.34 2.34 0 0 0-.728-.812 3.6 3.6 0 0 0-1.022-.504q-.575-.196-1.176-.336-.589-.14-1.162-.252a7 7 0 0 1-1.036-.308 2.2 2.2 0 0 1-.728-.462q-.266-.294-.266-.756 0-.49.182-.812.195-.336.504-.532.321-.195.728-.28.405-.084.826-.084 1.035 0 1.694.49.672.476.784 1.554'/%3E%3Crect width='149.4' height='30.4' x='.8' y='.8' stroke='url(%23b)' stroke-width='1.6' rx='3.2'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='1.156' x2='1.156' y1='2.313' y2='32' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFF08A'/%3E%3Cstop offset='.244' stop-color='%23FFDF00'/%3E%3Cstop offset='.755' stop-color='%23FFBC00'/%3E%3Cstop offset='1' stop-color='%23E7AC04'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='5.456' x2='5.456' y1='2.313' y2='32' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFF08A'/%3E%3Cstop offset='.244' stop-color='%23FFDF00'/%3E%3Cstop offset='.755' stop-color='%23FFBC00'/%3E%3Cstop offset='1' stop-color='%23E7AC04'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");width:151px;height:32px}}@media (width<=479px){.slider-content__incentive .incentive__tag{margin-bottom:16px}}.slider-content__incentive .incentive__tag span{letter-spacing:2px;padding:4px 16px;font-size:11px;line-height:1.18}@media (width>=480px){.slider-content__incentive .slider-content__header{font-size:22px;font-style:normal;font-weight:400;line-height:32px}}.slider-content__incentive .slider-content__text{margin:0;font-size:16px;font-style:normal;font-weight:400;line-height:24px}@media (width<=479px){.slider-content__incentive .slider-content__text{font-size:14px;line-height:22px}}.slider-content__incentive .slider-content__footnote{margin-bottom:0;color:#756899!important;font-size:12px!important}.slider-content__incentive .slider-content__footnote a{font-family:Saans,sans-serif;font-size:12px}.slider-content__incentive-examples{flex-wrap:wrap;justify-content:space-between;margin:20px -8px 8px;display:flex}@media (width<=479px){.slider-content__incentive-examples{margin:12px -4px 8px}}.slider-content__incentive-example{box-sizing:border-box;text-align:center;color:#291d4c;background-color:#fff;border-radius:4px;flex-direction:column;flex:0 0 calc(50% - 8px);justify-content:flex-start;align-items:center;margin-bottom:16px;padding:16px;font-family:Saans,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;display:flex;box-shadow:0 4px 20px #291d4c29}@media (width<=479px){.slider-content__incentive-example{flex:0 0 calc(50% - 4px);margin-bottom:8px}}.slider-content__incentive-example img{margin:0 auto 12px;display:block}.slider-content__incentive-brands{justify-content:space-between;align-items:center;margin-top:10px;margin-bottom:18px;display:flex}.slider-content__incentive-brands img{max-width:80%;margin:0 10%}.slider-content__incentive a{text-decoration:none}.slider-content__incentive-body{background:#fff;border-radius:8px;margin:24px -8px;padding:24px;box-shadow:0 4px 20px #291d4c29}@media (width<=479px){.slider-content__incentive-body{padding:16px}}.slider-content--payment-preference .slider-content__text{font-size:14px}.tickbox{flex:1}.tickbox+.tickbox{margin-top:10px}.tickbox__label{box-sizing:border-box;color:#291d4c;cursor:pointer;flex-direction:row;align-items:center;width:100%;height:28px;margin:0 0 10px;font-size:16px;font-weight:700;transition:all .2s ease-in-out;display:flex;position:relative}.tickbox__label:before{content:"";background-color:#fff;border:1px solid #b7b3d2;border-radius:8px;width:24px;min-width:20px;height:24px;margin-right:16px;display:block}.tickbox__label:hover:after{color:#291d4c;background-color:#fff;border:2px solid #291d4c}.tickbox__label:hover:focus{color:#291d4c}.tickbox__label--small{font-size:12px;font-weight:400}.tickbox__label--small-box:before{width:16px;height:16px;margin-right:8px}.tickbox__input{clip:rect(0 0 0 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.tickbox__input:focus+.tickbox__label{border-color:#291d4c}.tickbox__input:focus+.tickbox__label:before{border-width:2px;border-color:#291d4c}.tickbox__input:focus+.tickbox__label:after{content:"";background:0 0;border-radius:8px;position:absolute;inset:-2px;box-shadow:0 0 0 3px #fff,0 0 0 5px #291d4c}.tickbox__input:checked+.tickbox__label:before{content:"";background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' color='%235b5ebf'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M13.953 3.957a1.296 1.296 0 0 1 0 1.913l-7.126 6.513a1 1 0 0 1-1.35 0l-3.43-3.135a1.295 1.295 0 0 1 0-1.913 1.55 1.55 0 0 1 2.094 0l2.01 1.837 5.708-5.215a1.55 1.55 0 0 1 2.094 0'/%3E%3C/svg%3E") 50%/20px no-repeat;border:2px solid #291d4c;transition:all .2s ease-in-out;display:block}.tickbox__input:checked+.tickbox__label--small-box:before{background-size:12px;width:12px;height:12px;margin-right:8px}.tickbox--minimal .tickbox__label{color:#291d4c;text-align:center;height:unset;border:1px solid #756899;border-radius:10px;margin:0;padding:10px;font-weight:400;display:block}.tickbox--minimal .tickbox__label:before{display:none}.tickbox--minimal .tickbox__label:hover{color:#291d4c}.tickbox--minimal .tickbox__input:checked+.tickbox__label{color:#291d4c;background-color:#f2f6fe;border-color:#291d4c}.tickbox--minimal .tickbox__input:checked+.tickbox__label:before{display:none}@media (width>=620px){.row{flex-direction:row;display:flex}.row--reverse{flex-direction:row-reverse}.row--reverse .column:first-child{margin:0 0 0 20px}}.column{flex-basis:50%}@media (width>=620px){.column:first-child{margin-right:20px}}.main{flex-direction:column;min-height:100%;display:flex}body.no-wrapper nav.navbar,body.no-wrapper #msmg_header,body.no-wrapper #msmg_footer{display:none}body,div,header,main,footer,section,aside,article,nav,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,dfn,blockquote,th,td,figure,hr,input,select,option,optgroup{margin:0;padding:0}header,main,section,aside,article,nav{display:block}fieldset,img,hr,abbr,acronym,input,select{border:0}address,caption,cite,code,dfn,th,var,input,select{font-style:normal;font-weight:400}ol,ul{list-style:none}h1,h2,h3,h4,h5,h6{font-size:100%}h1,h2,h3,h4{font-family:Saans,sans-serif;font-weight:400}:focus{outline:none}html,body{height:100%;margin:0;padding:0}html{-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;font-size:10px;line-height:1.8}body{-webkit-text-rendering:optimizeLegibility;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;color:#291d4c;background-color:#fff;font:400 1.6em/1.4 Saans,sans-serif}a{color:#291d4c;font-weight:700;text-decoration:underline;display:inline-block}a:hover{color:#040308;cursor:pointer}@media (width>=620px){a:focus{outline:2px solid #291d4c}}input,select{font-size:16px;font-weight:700}input::placeholder,select::placeholder{color:#8e82b1;font-weight:400}strong{font-weight:700}@font-face{font-weight:700;font-family:Saans;font-style:normal;font-display:swap;src:url(https://static.moneysupermarket.com/ds/brand-fonts/saans-medium.woff2)format("woff2")}@font-face{font-weight:400;font-family:Saans;font-style:normal;font-display:swap;src:url(https://static.moneysupermarket.com/ds/brand-fonts/saans-regular.woff2)format("woff2")}.accordion-enter-active,.accordion-leave-active{opacity:1!important;max-height:9999px!important;transition:all .4s ease-in-out!important;overflow:visible!important}.accordion-enter-from,.accordion-leave-to{opacity:0!important;max-height:0!important;overflow:hidden!important}.opacity-enter-active{opacity:1;transition:opacity .5s ease-in-out}.opacity-enter-from,.opacity-leave-to{opacity:0}.right-slider-enter-active,.right-slider-leave-active{transition:all .5s ease-in-out}.right-slider-enter-active .slider__content,.right-slider-leave-active .slider__content{transition:right .5s ease-in-out;right:0}@media (width<=339px){.right-slider-enter-active .slider__content:not(.slider__content--compact),.right-slider-leave-active .slider__content:not(.slider__content--compact){transition:none}}.right-slider-enter-active .new__slider__content,.right-slider-leave-active .new__slider__content{transition:right .5s ease-in-out;right:0}@media (width<=339px){.right-slider-enter-active .new__slider__content:not(.new__slider__content--compact),.right-slider-leave-active .new__slider__content:not(.new__slider__content--compact){transition:none}}.right-slider-enter-active .slider__overlay,.right-slider-enter-active .new__slider__overlay{opacity:1;transition:opacity .5s ease-in-out}.right-slider-enter-from .slider__content,.right-slider-leave-to .slider__content{right:-100%}.right-slider-enter-from .slider__overlay,.right-slider-leave-to .slider__overlay{opacity:0}.right-slider-enter-from .new__slider__content,.right-slider-leave-to .new__slider__content{right:-100%}.right-slider-enter-from .new__slider__overlay,.right-slider-leave-to .new__slider__overlay{opacity:0}.slide-enter-active{max-height:9999px!important;transition:max-height .2s ease-in-out,padding-top .2s ease-in-out,padding-bottom .2s ease-in-out!important}.slide-enter-active+.slide-enter-active{transition:max-height .2s ease-in-out!important}.slide-enter,.slide-leave-to{max-height:0!important;padding-top:0!important;padding-bottom:0!important;overflow-y:hidden!important}.slider-up-enter-active,.slider-up-leave-active{transition:all .5s ease-in-out}.slider-up-enter-active.shortlist-row,.slider-up-enter-active .slider__content,.slider-up-leave-active.shortlist-row,.slider-up-leave-active .slider__content{transition:bottom .5s ease-in-out;bottom:0}@media (width<=339px){.slider-up-enter-active.shortlist-row:not(.slider__content--compact),.slider-up-enter-active .slider__content:not(.slider__content--compact),.slider-up-leave-active.shortlist-row:not(.slider__content--compact),.slider-up-leave-active .slider__content:not(.slider__content--compact){transition:none}}.slider-up-enter-active .slider__overlay{opacity:1;transition:opacity .5s ease-in-out}.slider-up-enter-from,.slider-up-leave-to{transition:all .5s ease-in-out}.slider-up-enter-from.shortlist-row,.slider-up-enter-from .slider__content,.slider-up-leave-to.shortlist-row,.slider-up-leave-to .slider__content{transition:bottom .5s ease-in-out;bottom:-100%}.slider-up-enter-from .slider__overlay,.slider-up-leave-to .slider__overlay{opacity:0}.tooltip-slider-enter-active,.tooltip-slider-leave-active{opacity:1!important;max-height:1000px!important;transition:all .4s ease-in-out!important;overflow:visible!important}.tooltip-slider-enter-from,.tooltip-slider-leave-to{opacity:0!important;max-height:0!important;overflow:hidden!important}.top-slider-enter-active,.top-slider-leave-active{transition:all .5s ease-in-out}.top-slider-enter-active .sign-in-form__wrapper,.top-slider-leave-active .sign-in-form__wrapper{transition:top .5s ease-in-out;top:0}.top-slider-enter-from .sign-in-form__wrapper,.top-slider-leave-to .sign-in-form__wrapper{top:-600px}.top-slider-enter-from .overlay,.top-slider-leave-to .overlay{opacity:0}@font-face{font-weight:700;font-family:Saans;font-style:normal;font-display:swap;src:url(https://static.moneysupermarket.com/ds/brand-fonts/saans-medium.woff2)format("woff2")}@font-face{font-weight:300;font-family:Saans;font-style:normal;font-display:swap;src:url(https://static.moneysupermarket.com/ds/brand-fonts/saans-regular.woff2)format("woff2")}:root{--color-purple-100:#f1f1f6;--color-purple-200:#e5e4f0;--color-purple-300:#D1FE3;--color-purple-400:#b7b3d2;--color-purple-500:#8e82b1;--color-purple-600:#756899;--color-purple-700:#4a3c70;--color-purple-800:#291d4c;--color-purple-900:#040308;--color-lilac-100:#f2f6fe;--color-lilac-200:#f0f2fe;--color-lilac-300:#d9d8ff;--color-lilac-400:#b5b3ff;--color-lilac-500:#a9a7fa;--color-lilac-600:#8987dc;--color-lilac-700:#5b5ebf;--color-lilac-800:#525096;--color-lilac-900:#3a3973;--color-gold-300:#f0e0b8;--color-gold-400:#e9d097;--color-neutral-100:#fff;--color-neutral-200:#f9f9f9;--color-neutral-300:#efefef;--color-neutral-400:#dcdcdc;--color-neutral-500:#bdbdbd;--color-neutral-600:#989898;--color-neutral-700:#767676;--color-neutral-800:#525252;--color-neutral-900:#3d3d3d;--color-red-100:#ffa8a9;--color-red-200:#db0031;--color-red-300:#800018;--color-amber-100:#ffab80;--color-amber-200:#b84e00;--color-amber-300:#803300;--color-green-100:#80dbd3;--color-green-200:#007a72;--color-green-300:#00413d;--color-white:var(--color-neutral-100);--color-dark:var(--color-purple-900);--color-grey-1:var(--color-neutral-300);--color-grey-2:var(--color-neutral-600);--color-grey-3:var(--color-neutral-400);--color-grey-4:#868391;--color-primary:var(--color-purple-800);--color-primary-light:#8c87a5;--color-primary-highlight:var(--color-purple-800);--color-secondary:var(--color-purple-600);--color-primary-background:var(--color-lilac-200);--color-primary-background-hover:var(--color-primary-background);--color-brand-background:var(--color-primary);--color-button-primary-background:var(--color-purple-800);--color-button-primary-text:var(--color-lilac-100);--color-button-primary-hover-background:var(--color-purple-900);--color-button-primary-icon-background:var(--color-lilac-100);--color-button-primary-icon:var(--color-purple-800);--color-button-secondary-background:var(--color-lilac-300);--color-button-secondary-text:var(--color-purple-800);--color-button-secondary-hover-background:var(--color-lilac-400);--color-button-secondary-icon-background:var(--color-purple-800);--color-button-secondary-icon:var(--color-neutral-100);--color-button-tertiary-background:var(--color-lilac-100);--color-button-tertiary-text:var(--color-purple-800);--color-button-tertiary-hover-background:var(--color-lilac-200);--color-button-tertiary-icon-background:var(--color-purple-800);--color-button-tertiary-icon:var(--color-neutral-100);--color-button-ghost-background:transparent;--color-button-ghost-text:var(--color-purple-800);--color-button-ghost-hover-background:var(--color-lilac-200);--color-button-ghost-icon-background:var(--color-lilac-200);--color-button-ghost-icon:var(--color-purple-800);--color-button-focus-outline:var(--color-purple-800);--color-button-disabled-background:var(--color-purple-200);--color-button-disabled-text:var(--color-neutral-600);--color-link:var(--color-primary);--color-cta:var(--color-primary);--color-cta-disabled:var(--color-neutral-300);--color-cta-text-disabled:var(--color-neutral-600);--color-accent:var(--color-primary-highlight);--color-accent-2:var(--color-primary);--color-accent-3:#42ebd7;--color-accent-4:#d509bf;--color-accent-5:var(--color-lilac-300);--color-border:var(--color-purple-400);--color-border-light:var(--color-lilac-300);--color-border-help:var(--color-primary);--color-notification:var(--color-lilac-300);--color-notification-border:#decfe7;--color-notification-light:var(--color-lilac-200);--color-notification-success:var(--color-green-200);--color-notification-success-border:#d6f8f4;--color-notification-success-light:var(--color-neutral-100);--color-notification-error:var(--color-red-200);--color-notification-error-border:#fad1e0;--color-notification-error-light:var(--color-neutral-100);--color-notification-warning:var(--color-amber-200);--color-notification-warning-border:#ffecdf;--color-notification-warning-light:var(--color-neutral-100);--color-text-page-heading:var(--color-primary);--color-text-link:var(--color-primary);--color-text-body:var(--color-primary);--color-text-body-dark:var(--color-primary);--color-text-body-light:var(--color-purple-500);--color-text-pill:var(--color-primary);--color-text-radio:var(--color-primary);--color-text-question-heading:var(--color-primary);--color-progress-indicator:var(--color-purple-700);--color-progress-track:var(--color-primary-background);--color-progress-indicator-dark-mode:var(--color-purple-700);--color-progress-track-dark-mode:var(--color-primary-background);--color-progress-background:var(--color-primary);--color-decal:#011054;--color-decal-light:#e9f5fe;--color-sponsored-dark:var(--color-green-200);--color-sponsored-medium:#7fcdc8;--color-sponsored-light:#e5f5f4;--color-sponsored-text:var(--color-neutral-100);--skeleton-background:#ddd;--skeleton-shimmer:var(--color-neutral-100);--box-shadow-switch-selected:none;--color-switch-background:var(--color-primary);--color-switch-selected:var(--color-white);--color-switch-selected-border:var(--color-white);--color-switch-selected-text:var(--color-primary);--color-switch-text:var(--color-white);--color-cell-text-body:#1a1122;--color-cell-highlight:#2f004b1a;--color-cell-border:#bd9fce;--color-cell-border-na:#d5d1d9;--color-cell-text-na:#aaa2b2;--color-product-cell-highlight:#daeadc;--color-product-cell-text-title:#4a4a4a;--color-product-cell-text-body:#273157;--color-product-header-brand-text:#273157;--color-panel-title-text:var(--color-primary);--color-panel-title-background:var(--color-primary-background);--color-panel-body-text:var(--color-text-body);--color-modal-background-secondary:#f5f7fe;--color-highlight-cheaper:#80dbd3;--color-highlight-average:#ffab80;--color-highlight-expensive:#ffb3b3;--color-focus:#2b173f;--color-controls:#786987;--color-scroll-panel-bg:#f3f5fa;--color-tick:var(--color-green-200);--color-chat-message-primary:var(--color-white);--color-chat-message-secondary:#d6d6f0;--color-showcase:var(--color-gold-400);--font-family-base:"Saans", sans-serif;--font-family-feature:var(--font-family-base);--font-size-base:16px;--font-weight-bold:700;--font-weight-regular:400;--spacing-base:8px;--spacing-multiplier:1;--spacing-05:calc(var(--spacing-base) / 2);--spacing-075:calc(var(--spacing-base) * .75);--spacing-1:calc(var(--spacing-base) * 1);--spacing-15:calc(var(--spacing-base) * 1.5);--spacing-2:calc(var(--spacing-base) * 2 * var(--spacing-multiplier));--spacing-25:calc(var(--spacing-base) * 2.5);--spacing-3:calc(var(--spacing-base) * 3 * var(--spacing-multiplier));--spacing-4:calc(var(--spacing-base) * 4 * var(--spacing-multiplier));--spacing-5:calc(var(--spacing-base) * 5 * var(--spacing-multiplier));--spacing-6:calc(var(--spacing-base) * 6 * var(--spacing-multiplier));--spacing-7:calc(var(--spacing-base) * 7 * var(--spacing-multiplier));--spacing-8:calc(var(--spacing-base) * 8 * var(--spacing-multiplier));--spacing-9:calc(var(--spacing-base) * 9 * var(--spacing-multiplier));--spacing-10:calc(var(--spacing-base) * 10 * var(--spacing-multiplier));--outline-width-button:2px;--border-radius-base:10px;--border-radius-field:var(--border-radius-base);--border-radius-pill:var(--spacing-2);--border-radius-modal:var(--border-radius-base);--border-width-base:1px;--border-width-button:3px;--border-width-focus:calc(var(--border-width-base) * 2);--border-radius-pinned-bottom-right:var(--border-radius-base) var(--border-radius-base) 0;--border-radius-pinned-bottom-left:var(--border-radius-base) var(--border-radius-base) var(--border-radius-base) 0;--border-radius-rounded-top:var(--border-radius-base) var(--border-radius-base) 0 0;--border-radius-rounded-bottom:0 0 var(--border-radius-base) var(--border-radius-base);--border-radius-circle:50%;--border-radius-panel:8px;--min-height-button-base:56px;--min-height-button:44px;--min-height-field:var(--spacing-7);--color-modal-overlay-background:#040308cc;--modal-overlay-blur:0;--color-drop-shadow:#5b5ebf29;--color-drop-shadow-dark:#5b5ebf3d;--drop-shadow:2px 2px 8px 0px var(--color-drop-shadow);--drop-shadow-hover:3px 3px 12px 0 var(--color-drop-shadow-dark);--modal-box-shadow:0px 4px 10px 0px #291d4c0d, 0px 10px 25px 0px #291d4c33, 10px 2px 15px 0px #291d4c33;--color-score-background:var(--color-border-light);--color-score-indicator:var(--color-primary);--color-score-threshold:var(--color-white);--color-score-exceeds-threshold:var(--color-notification-error);--color-score-linecap:var(--color-score-indicator);--color-score-linecap-exceeds-threshold:var(--color-score-exceeds-threshold);--border-radius-credit-report-card:var(--spacing-1);--border-radius-credit-item:var(--spacing-05);--border-radius-credit-summary-overview:24px;--box-shadow-report-usage:none;--box-shadow-credit-summary-overview:0 0 4px 0 #0000001f inset;--color-credit-account-summary-background:transparent;--color-credit-account-summary-background-hover:var(--color-primary-background-hover);--color-credit-account-summary-usage:var(--color-primary);--color-credit-report-icon:var(--color-primary);--color-credit-report-separator:var(--color-border-light);--color-credit-report-item-background:transparent;--color-credit-report-item-background-alternate:transparent;--color-credit-report-item-background-interactable:transparent;--color-credit-report-item-background-hover:var(--color-primary-background);--color-credit-summary-overview-background:#fcfaff;--color-credit-transaction-background:transparent;--color-credit-transaction-background-hover:var(--color-primary-background-hover);--color-credit-transaction-unknown:#ddd;--color-credit-transaction-success:var(--color-notification-success-border);--color-credit-transaction-warning:var(--color-notification-warning-border);--color-credit-transaction-error:var(--color-notification-error-border);--spacing-credit-report-usage:0;--text-transform-credit-report-title:none}.result-strapline[data-v-e96a37f4]{border:1px solid #efefef;border-radius:8px;margin-top:36px;overflow:hidden}.result-strapline__container[data-v-e96a37f4]{color:#291d4c;text-align:left;background-color:#fff;border-top:4px solid #5b5ebf;column-gap:8px;padding:12px;font-size:14px;display:flex}.result-strapline__icon[data-v-e96a37f4]{color:var(--color-lilac-700);width:16px;height:16px}.result-strapline__link[data-v-e96a37f4]{font-weight:400}.ai-feedback[data-v-1427976d]{justify-content:flex-start;align-items:center;width:100%;margin-top:20px;margin-bottom:16px;display:flex}.ai-feedback__text[data-v-1427976d]{color:#756899;margin:0;font-size:12px;line-height:120%}.ai-feedback__button[data-v-1427976d]{cursor:pointer;color:#291d4c;background:0 0;border:none;margin:0;padding:0;line-height:0;transition:transform .15s,color .2s;transform:scale(1.4)}.ai-feedback__button[data-v-1427976d]:first-of-type{margin-left:auto;margin-right:20px}.ai-feedback__button[data-v-1427976d]:not(:first-of-type){margin-left:0}.ai-feedback__button.is-active[data-v-1427976d]{color:#291d4c}@media (width>=768px){.ai-feedback__button[data-v-1427976d]{transform:scale(1)}}.ai-feedback__button[data-v-1427976d]:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #291d4c}.ai-feedback__button[data-v-1427976d]:active{transform:scale(1.3)}@media (width>=768px){.ai-feedback__button[data-v-1427976d]:active{transform:scale(.9)}}.skeleton-lines[data-v-a1367f08]{flex-direction:column;flex:0 0 100%;display:flex}.skeleton-lines--line[data-v-a1367f08]{background:linear-gradient(90deg,#efeefe 0%,#dcd9ef 50%,#efeefe 100%) 0 0/200% 100%;border-radius:6px;height:12px;animation:1.2s ease-in-out infinite skeleton-shimmer-a1367f08}@keyframes skeleton-shimmer-a1367f08{0%{background-position:0}to{background-position:200%}}.typewriter[data-v-3f035699]{position:relative}.ai-summary-card[data-v-69caa97f]{border:1px solid #b5b3ff;border-radius:8px;padding:8px 16px 24px}.ai-summary-card--header[data-v-69caa97f]{justify-content:space-between;align-items:center;display:flex}.ai-summary-card--header h3[data-v-69caa97f]{font-size:16px;font-weight:700}@media (width>=768px){.ai-summary-card--header h3[data-v-69caa97f]{font-size:19px}}.ai-summary-card--small-text[data-v-69caa97f]{color:#756899;font-size:12px;font-style:normal;line-height:120%}.ai-summary-card--points[data-v-69caa97f]{margin:0;padding:0;list-style:none}.ai-summary-card--point[data-v-69caa97f]{align-items:flex-start;gap:8px;padding-top:12px;display:flex}.ai-summary-card--point-icon[data-v-69caa97f]{flex-shrink:0;margin-top:4px}.ai-summary-card--loading[data-v-69caa97f]{flex:0 0 100%;padding:4px 0 12px}.ai-summary-card--point-text[data-v-69caa97f]{position:relative}.ai-summary-card--point-text[data-complete=false][data-v-69caa97f]:not(:empty):after{content:"";vertical-align:bottom;background:currentColor;width:6px;height:1em;margin-left:2px;animation:.9s step-end infinite caret-blink-69caa97f;display:inline-block}@keyframes caret-blink-69caa97f{0%,49%{opacity:1}50%,to{opacity:0}}.animated-arrow[data-v-12c9d884]{--bg-color:#291d4c}.animated-arrow .animated-arrow__icon[data-v-12c9d884]:before,.animated-arrow .animated-arrow__icon[data-v-12c9d884]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none' color='%23f2f6fe'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5732 4.29289C11.9637 3.90237 12.5969 3.90237 12.9874 4.29289L19.9874 11.2929C20.3779 11.6834 20.3779 12.3166 19.9874 12.7071L12.9874 19.7071C12.5969 20.0976 11.9637 20.0976 11.5732 19.7071C11.1826 19.3166 11.1826 18.6834 11.5732 18.2929L16.8661 13L5.28027 13C4.72799 13 4.28027 12.5523 4.28027 12C4.28027 11.4477 4.72799 11 5.28027 11L16.8661 11L11.5732 5.70711C11.1826 5.31658 11.1826 4.68342 11.5732 4.29289Z' fill='currentColor'/%3E %3C/svg%3E")}.animated-arrow[data-v-12c9d884]{background-color:var(--bg-color);position:relative;overflow:hidden}.animated-arrow__icon[data-v-12c9d884]{display:block;position:relative}.animated-arrow__icon[data-v-12c9d884]:before,.animated-arrow__icon[data-v-12c9d884]:after{content:"";background-repeat:no-repeat;background-size:100% 100%;transition:left .3s linear;position:absolute;left:-100%;transform:translate(-50%)}.animated-arrow__icon[data-v-12c9d884]:after,.animated-arrow--hovered .animated-arrow__icon[data-v-12c9d884]:before{left:50%}.animated-arrow--hovered .animated-arrow__icon[data-v-12c9d884]:after{left:200%}.animated-arrow--secondary[data-v-12c9d884]{--bg-color:#f2f6fe}.animated-arrow--secondary .animated-arrow__icon[data-v-12c9d884]:before,.animated-arrow--secondary .animated-arrow__icon[data-v-12c9d884]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none' color='%23291d4c'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5732 4.29289C11.9637 3.90237 12.5969 3.90237 12.9874 4.29289L19.9874 11.2929C20.3779 11.6834 20.3779 12.3166 19.9874 12.7071L12.9874 19.7071C12.5969 20.0976 11.9637 20.0976 11.5732 19.7071C11.1826 19.3166 11.1826 18.6834 11.5732 18.2929L16.8661 13L5.28027 13C4.72799 13 4.28027 12.5523 4.28027 12C4.28027 11.4477 4.72799 11 5.28027 11L16.8661 11L11.5732 5.70711C11.1826 5.31658 11.1826 4.68342 11.5732 4.29289Z' fill='currentColor'/%3E %3C/svg%3E")}.animated-arrow--disabled[data-v-12c9d884]{--bg-color:transparent}.animated-arrow--disabled .animated-arrow__icon[data-v-12c9d884]:before,.animated-arrow--disabled .animated-arrow__icon[data-v-12c9d884]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none' color='%23989898'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5732 4.29289C11.9637 3.90237 12.5969 3.90237 12.9874 4.29289L19.9874 11.2929C20.3779 11.6834 20.3779 12.3166 19.9874 12.7071L12.9874 19.7071C12.5969 20.0976 11.9637 20.0976 11.5732 19.7071C11.1826 19.3166 11.1826 18.6834 11.5732 18.2929L16.8661 13L5.28027 13C4.72799 13 4.28027 12.5523 4.28027 12C4.28027 11.4477 4.72799 11 5.28027 11L16.8661 11L11.5732 5.70711C11.1826 5.31658 11.1826 4.68342 11.5732 4.29289Z' fill='currentColor'/%3E %3C/svg%3E")}.animated-arrow--disabled[data-v-12c9d884]{cursor:not-allowed}.animated-arrow--sm[data-v-12c9d884]{border-radius:4px;width:24px;height:24px}.animated-arrow--sm .animated-arrow__icon[data-v-12c9d884]:before,.animated-arrow--sm .animated-arrow__icon[data-v-12c9d884]:after{width:16px;height:16px;top:4px}.animated-arrow--md[data-v-12c9d884]{border-radius:8px;width:32px;height:32px}.animated-arrow--md .animated-arrow__icon[data-v-12c9d884]:before,.animated-arrow--md .animated-arrow__icon[data-v-12c9d884]:after{width:20px;height:20px;top:6px}.animated-arrow--lg[data-v-12c9d884]{border-radius:8px;width:40px;height:40px}.animated-arrow--lg .animated-arrow__icon[data-v-12c9d884]:before,.animated-arrow--lg .animated-arrow__icon[data-v-12c9d884]:after{width:24px;height:24px;top:8px}.animated-arrow--left .animated-arrow__icon[data-v-12c9d884]:before,.animated-arrow--left .animated-arrow__icon[data-v-12c9d884]:after{transform:translate(-50%)scaleX(-1)}.animated-arrow--left .animated-arrow__icon[data-v-12c9d884]:before{left:200%}.animated-arrow--left .animated-arrow__icon[data-v-12c9d884]:after,.animated-arrow--left.animated-arrow--hovered .animated-arrow__icon[data-v-12c9d884]:before{left:50%}.animated-arrow--left.animated-arrow--hovered .animated-arrow__icon[data-v-12c9d884]:after{left:-100%}.arrow-button-with-text[data-v-e5028386]{--button-color:#f2f6fe;--button-bg-color:#291d4c;--button-bg-color-hover:#040308;--button-border-color-focus:#291d4c;--button-border-outline-offset:2px;background-color:var(--button-bg-color);color:var(--button-color);cursor:pointer;border:none;justify-content:space-between;align-items:center;gap:16px;font-family:Saans,sans-serif;font-weight:570;display:flex}.arrow-button-with-text__slot[data-v-e5028386]{text-align:left}.arrow-button-with-text[data-v-e5028386]:hover:not(:disabled){background-color:var(--button-bg-color-hover)}.arrow-button-with-text[data-v-e5028386]:focus:not(:disabled){outline:2px solid var(--button-border-color-focus);outline-offset:var(--button-border-outline-offset)}.arrow-button-with-text[data-v-e5028386]:disabled{--button-bg-color:#efefef;--button-color:#767676;cursor:not-allowed}.arrow-button-with-text--dir-left[data-v-e5028386]{flex-direction:row-reverse}.arrow-button-with-text--sm[data-v-e5028386]{border-radius:8px;height:40px;padding:10px 8px 10px 12px;font-size:14px}.arrow-button-with-text--md[data-v-e5028386]{border-radius:12px;height:56px;padding:17px 12px 17px 16px;font-size:16px}.arrow-button-with-text--lg[data-v-e5028386]{border-radius:16px;height:76px;padding:22.5px 16px 22.5px 24px;font-size:19px}.arrow-button-with-text--secondary[data-v-e5028386]{--button-bg-color:#d9d8ff;--button-bg-color-hover:#b5b3ff;--button-color:#291d4c}.arrow-button-with-text--tertiary[data-v-e5028386]{--button-bg-color:transparent;--button-bg-color-hover:white;--button-color:#291d4c}.arrow-button-with-text--tertiary[data-v-e5028386]:disabled{background-color:#0000}.arrow-button-with-text--marketing[data-v-e5028386]{--button-bg-color:#fc7bc5;--button-bg-color-hover:#d55ca8;--button-color:#291d4c}.arrow-button-with-text--link[data-v-e5028386]{--button-bg-color:transparent;--button-bg-color-hover:transparent;--button-color:#291d4c;--button-border-color-focus:#291d4c;--button-border-outline-offset:4px;border-radius:4px;height:27px;padding:0}.arrow-button-with-text--link[data-v-e5028386]:disabled{background-color:#0000}.arrow-button-with-text--link[data-v-e5028386]:active:not(:disabled){text-underline-offset:2px;text-decoration:underline}.policy-highlights[data-v-a6b34819]{border:1px solid #efefef;border-radius:8px;overflow:hidden}.policy-highlights__item[data-v-a6b34819]{color:#291d4c;background:#fff;align-items:center;gap:8px;min-height:32px;max-height:32px;padding:8px;font-family:Saans,sans-serif;font-size:12px;line-height:1.2;display:flex;overflow:hidden}.policy-highlights__item[data-v-a6b34819]:nth-child(2n){background:#f9f9f9}.policy-highlights__item[data-v-a6b34819]:nth-child(4),.policy-highlights__item[data-v-a6b34819]:nth-child(5){min-height:54px;max-height:none}@media (width>=992px){.policy-highlights__item[data-v-a6b34819]:nth-child(4),.policy-highlights__item[data-v-a6b34819]:nth-child(5){min-height:32px;max-height:32px}}.policy-highlights__item[data-v-a6b34819]:last-child{min-height:54px;max-height:none}.policy-highlights__icon[data-v-a6b34819]{color:#291d4c;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.policy-highlights__text[data-v-a6b34819]{word-wrap:break-word;flex:1;font-weight:400}.mint-accordion-item[data-v-a6b34819]{border-bottom:none}[data-v-a6b34819] .mint-accordion-item__title{padding:0;font-weight:570}[data-v-a6b34819] .mint-accordion-item__content{margin-top:16px}[data-v-a6b34819] .mint-accordion-item__cta{background-color:#f2f6fe;border-radius:4px;justify-content:center;align-items:center;min-width:24px;min-height:24px;display:flex}[data-v-a6b34819] .mint-accordion-item__icon{color:#291d4c;width:14px}.upsell-card[data-v-9d876c0b]{box-sizing:border-box;background:#fff;border-radius:12px;flex-direction:column;align-items:stretch;gap:16px;min-width:288px;max-width:288px;padding:24px;display:flex;box-shadow:0 0 .5px #00000026,0 1px 6px #0000000a,0 1px 5px #0000001c}@media (width>=992px){.upsell-card[data-v-9d876c0b]{min-width:307px;max-width:307px}}.upsell-card__header[data-v-9d876c0b]{justify-content:space-between;align-self:stretch;align-items:center;display:flex}.upsell-card__logo[data-v-9d876c0b]{object-fit:contain;box-sizing:border-box;background:#fff;border:1px solid #efefef;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;padding:4px;display:flex}.upsell-card__defaqto[data-v-9d876c0b]{justify-content:flex-end;align-items:center;width:80px;min-width:80px;height:32px;margin-left:21px;display:flex}.upsell-card__price-section[data-v-9d876c0b]{flex-direction:column;justify-content:flex-start;align-items:flex-start;display:flex}.upsell-card__price-label[data-v-9d876c0b]{color:#756899;margin-bottom:2px;margin-left:0;font-family:Saans,sans-serif;font-size:12px;font-weight:570;line-height:1.2;display:block}.upsell-card__price[data-v-9d876c0b]{color:#291d4c;margin-bottom:0;margin-right:0;font-family:Saans,sans-serif;font-size:39px;font-weight:570;line-height:1.2}.upsell-card__price-decimal[data-v-9d876c0b]{font-family:Saans,sans-serif;font-size:20px;font-weight:570;line-height:1.4}.upsell-card__breakdown[data-v-9d876c0b]{border:1px solid #efefef;border-radius:8px;flex-direction:column;align-items:stretch;width:100%;display:flex;overflow:hidden}.upsell-card__breakdown-content[data-v-9d876c0b]{flex-direction:column;flex:1;gap:8px;padding:12px 8px;display:flex}.upsell-card__breakdown-group[data-v-9d876c0b]{flex-direction:column;justify-content:flex-start;gap:8px;min-height:66px;display:flex}.upsell-card__breakdown-item[data-v-9d876c0b]{justify-content:space-between;align-items:center;width:100%;min-height:18px;display:flex}.upsell-card__breakdown-label[data-v-9d876c0b]{color:#291d4c;text-align:left;flex:1;font-family:Saans,sans-serif;font-size:12px;font-weight:380;line-height:1.2}.upsell-card__breakdown-value[data-v-9d876c0b]{color:#291d4c;text-align:right;flex-shrink:0;min-width:fit-content;font-family:Saans,sans-serif;font-size:12px;font-weight:570;line-height:1.2}.upsell-card__breakdown-footer[data-v-9d876c0b]{background:#f9f9f9;border-top:1px solid #efefef}.upsell-card__breakdown-footer[data-v-9d876c0b]:only-child{border-top:none}.upsell-card__breakdown-footer-content[data-v-9d876c0b]{flex-direction:column;padding:12px 8px;display:flex}.breakdown-row[data-v-9d876c0b]{box-sizing:border-box;color:#291d4c;justify-content:space-between;align-items:center;width:100%;margin-bottom:0;padding:12px 8px;font-family:Saans,sans-serif;font-size:12px;line-height:1.2;display:flex}.breakdown-row span[data-v-9d876c0b]:first-child{text-align:left;flex:1;font-weight:400}.breakdown-row span[data-v-9d876c0b]:last-child{text-align:right;flex-shrink:0;font-weight:570}.breakdown-row[data-v-9d876c0b]:last-child{background:#f9f9f9}.upsell-cards[data-v-c40cbeb8]{column-gap:8px;margin:-5px;padding:5px;display:flex;overflow:auto}@media (width>=992px){.upsell-cards[data-v-c40cbeb8]{column-gap:16px}}.upsell-header[data-v-e49aa66a]{flex-direction:column;row-gap:8px;padding-top:24px;padding-bottom:16px;display:flex}@media (width>=768px){.upsell-header[data-v-e49aa66a]{row-gap:16px}}@media (width>=1280px){.upsell-header[data-v-e49aa66a]{margin-right:-24px}}.upsell-header__back-button-row[data-v-e49aa66a]{flex-direction:row;justify-content:space-between;align-items:center;column-gap:16px;display:flex}.upsell-header__back-button[data-v-e49aa66a]{cursor:pointer;background:0 0;border:none;flex-direction:row;align-items:center;height:36px;padding:0;display:flex}.upsell-header__back-button-text[data-v-e49aa66a]{color:#291d4c;white-space:nowrap;font-family:Saans,sans-serif;font-size:14px;font-weight:570}.upsell-header__back-button-icon[data-v-e49aa66a]{color:#f2f6fe;border:unset;background-color:#291d4c;border-radius:8px;width:24px;height:24px;margin-right:12px;transition:left .3s linear;display:flex;overflow:hidden}@media (width>=768px){.upsell-header__back-button-icon[data-v-e49aa66a]{width:32px;height:32px}}.upsell-header__back-button-icon[data-v-e49aa66a]:before{content:"";background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 17 16'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M7.51.293a1 1 0 0 1 1.415 0l7 7a1 1 0 0 1 0 1.414l-7 7a1 1 0 0 1-1.414-1.414L12.804 9H1.218a1 1 0 0 1 0-2h11.586L7.51 1.707a1 1 0 0 1 0-1.414' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;width:12px;height:12px;transition:left .3s linear;display:flex;position:relative;top:6px;left:50%;transform:translate(-50%)rotate(180deg)}@media (width>=768px){.upsell-header__back-button-icon[data-v-e49aa66a]:before{width:14px;height:14px;top:9px}}.upsell-header__back-button-icon[data-v-e49aa66a]:after{content:"";background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 17 16'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M7.51.293a1 1 0 0 1 1.415 0l7 7a1 1 0 0 1 0 1.414l-7 7a1 1 0 0 1-1.414-1.414L12.804 9H1.218a1 1 0 0 1 0-2h11.586L7.51 1.707a1 1 0 0 1 0-1.414' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat;width:12px;height:12px;transition:left .3s linear;display:flex;position:relative;top:6px;left:100%;transform:translate(0%)rotate(180deg)}@media (width>=768px){.upsell-header__back-button-icon[data-v-e49aa66a]:after{width:14px;height:14px;top:9px}}.upsell-header__back-button[data-v-e49aa66a]:hover{text-decoration:underline}.upsell-header__back-button:hover .upsell-header__back-button-icon[data-v-e49aa66a]:before{left:-100%}.upsell-header__back-button:hover .upsell-header__back-button-icon[data-v-e49aa66a]:after{left:-6px}@media (width>=768px){.upsell-header__back-button:hover .upsell-header__back-button-icon[data-v-e49aa66a]:after{left:-5px}}.upsell-header__header-row[data-v-e49aa66a]{flex-direction:column;justify-content:left;align-items:flex-start;gap:16px;display:flex}@media (width>=576px){.upsell-header__header-row[data-v-e49aa66a]{flex-direction:row;align-items:center}}.upsell-header__header-content-wrapper[data-v-e49aa66a]{position:relative}.upsell-header__header-content[data-v-e49aa66a]{flex-direction:column;row-gap:8px;width:100%;display:flex;overflow:hidden}.upsell-header__title-row[data-v-e49aa66a]{flex-direction:row;justify-content:space-between;align-items:center;column-gap:16px;display:flex}.upsell-header__title[data-v-e49aa66a]{margin:0 0 8px;font-size:18px;font-weight:570}@media (width>=429px){.upsell-header__title[data-v-e49aa66a]{font-size:20px}}@media (width>=1024px){.upsell-header__title[data-v-e49aa66a]{font-size:28px}}.upsell-cards[data-v-adf8a7f1]{background:#f0f2fe}.upsell-cards__container[data-v-adf8a7f1]{margin:0 16px;padding-bottom:24px}@media (width>=429px){.upsell-cards__container[data-v-adf8a7f1]{margin:0 12px}}@media (width>=1024px){.upsell-cards__container[data-v-adf8a7f1]{width:980px;margin:0 auto}}@media (width>=1280px){.upsell-cards__container[data-v-adf8a7f1]{width:1260px;margin:0 auto}}.smart-suggestions-header[data-v-e874ffe0]{justify-content:space-between;align-items:center;gap:8px;padding:24px 24px 30px;display:flex}.smart-suggestions-header__left[data-v-e874ffe0]{align-items:center;gap:8px;display:flex}.agent-i-slider .mint-slider__dialog{max-width:400px}.agent-i-slider__header[data-v-f14713c3]{justify-content:space-between;align-items:center;margin-bottom:30px;padding:24px 24px 0;display:flex}.agent-i-slider__header--logo[data-v-f14713c3]{margin:-3px 0}.agent-i-slider__header--close-button[data-v-f14713c3]{width:24px;height:24px;padding:4px}.agent-i-slider__body[data-v-f14713c3]{padding:0 24px 24px}.agent-i-slider__body--title[data-v-f14713c3]{color:#291d4c;margin-bottom:12px;font-family:Saans,sans-serif;font-size:25px;font-weight:700}.agent-i-slider__body--description[data-v-f14713c3]{color:#291d4c;margin-bottom:12px;font-family:Saans,sans-serif;font-size:16px}.agent-i-slider__body--accordion-title[data-v-f14713c3]{color:#291d4c;font-family:Saans,sans-serif;font-size:16px;font-weight:700}.agent-i-slider__body[data-v-f14713c3] .mint-accordion-item__icon{width:18px;height:14px}.agent-i-slider__body--accordion-content[data-v-f14713c3]{color:#291d4c;font-family:Saans,sans-serif;font-size:16px}.agent-i-slider__body[data-v-f14713c3] .mint-accordion-item{border-bottom:1px solid #efefef;padding:16px 0}.agent-i-slider__body[data-v-f14713c3] .mint-accordion-item__title{padding:0}.agent-i-slider__body[data-v-f14713c3] .mint-accordion-item__content{margin-top:12px;padding:8px 0}.insights-sheet__skeleton[data-v-ffb1aed7]{flex-direction:column;gap:8px;padding-top:2.4rem;display:flex}.insights-sheet__skeleton__title[data-v-ffb1aed7]{background-color:#f2f6fe;background-image:linear-gradient(90deg,#f2f6fe,#fff,#f2f6fe);background-repeat:no-repeat;background-size:200px 100%;border-radius:8px;width:194px;height:37px;animation:1.5s ease-in-out infinite skeleton-animation-ffb1aed7}.insights-sheet__skeleton__body[data-v-ffb1aed7]{background-color:#f2f6fe;background-image:linear-gradient(90deg,#f2f6fe,#fff,#f2f6fe);background-repeat:no-repeat;background-size:200px 100%;border-radius:8px;align-self:stretch;height:128px;animation:1.5s ease-in-out infinite skeleton-animation-ffb1aed7}.insights-sheet__content[data-v-ffb1aed7]{flex-direction:column;gap:16px;display:flex}.insights-sheet__content[data-v-ffb1aed7] h1,.insights-sheet__content[data-v-ffb1aed7] h2,.insights-sheet__content[data-v-ffb1aed7] h3,.insights-sheet__content[data-v-ffb1aed7] p,.insights-sheet__content[data-v-ffb1aed7] li{color:#291d4c;margin:0;padding:0;font-family:Saans,sans-serif;font-style:normal;line-height:140%}.insights-sheet__content[data-v-ffb1aed7] h1{font-size:19px;font-weight:570}.insights-sheet__content[data-v-ffb1aed7] h2,.insights-sheet__content[data-v-ffb1aed7] h3{font-size:16px;font-weight:570}.insights-sheet__content[data-v-ffb1aed7] p,.insights-sheet__content[data-v-ffb1aed7] li{font-weight:380}.insights-sheet__content[data-v-ffb1aed7] ul{margin-left:1.5rem;padding-left:1.5rem;list-style-type:disc}.insights-sheet__content[data-v-ffb1aed7] li:not(:last-child){margin:0 0 1rem}.insights-sheet__btn--price-optimiser[data-v-ffb1aed7]{width:100%;margin-top:32px}@keyframes skeleton-animation-ffb1aed7{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.insights-button.mint-text-button{border-radius:8px;padding:4px 6px}.insights-button.mint-text-button:focus-visible{outline-offset:6px;outline:6px solid #291d4c}.insights-button.mint-text-button .mint-text-button__text{text-decoration:none}.insights-sheet.mint-sheet.mint-sheet--right .mint-sheet__modal{width:var(--modal-max-width,500px);scrollbar-width:thin;scrollbar-color:#d9d8ff #fff;display:block;overflow:auto}.insights-sheet.mint-sheet.mint-sheet--right .mint-sheet__modal .mint-sheet__body{overflow-y:unset}.insights-sheet.mint-sheet .mint-sheet__modal .mint-sheet__header{flex-flow:row;align-items:stretch;gap:8px;width:auto;padding-bottom:16px}.insights-sheet.mint-sheet .mint-sheet__modal .mint-sheet__header .mint-sheet__title{color:#291d4c;flex:1;justify-content:start;align-items:center;gap:8px;width:auto;padding:0;font-weight:570;display:flex}.insights-sheet.mint-sheet .mint-sheet__modal .mint-sheet__header .mint-sheet__close-button{width:32px;height:32px}.insights-sheet.mint-sheet .mint-sheet__modal .mint-sheet__body{scrollbar-width:thin;scrollbar-color:#d9d8ff #fff}.insights-sheet.mint-sheet .mint-sheet__modal .mint-sheet__body .mint-sheet__content{padding-top:8px}.insights-sheet.mint-sheet .mint-sheet__modal .mint-sheet__footer,.price-optimiser-button--hide-label[data-v-54518a9c] .mint-text-button__text:before{display:none}.price-optimiser-button.mint-text-button{border-radius:8px;padding:4px 6px}.price-optimiser-button.mint-text-button:focus-visible{outline-offset:6px;outline:6px solid #291d4c}.price-optimiser-button.mint-text-button .mint-text-button__text{text-decoration:none}.price-optimiser-button.mint-text-button .mint-text-button__text:before{content:"New";color:#fff;background-color:#291d4c;border-radius:4px;padding:2px 4px;line-height:1}.modal-header[data-v-1b00abae]{justify-content:space-between;padding:8px;display:flex}.modal-header__icon--back[data-v-1b00abae]{transform:rotate(180deg)}.modal-header__icon--close[data-v-1b00abae]{margin-left:auto}.modal-header__icon svg[data-v-1b00abae]{width:20px;height:20px}.linear-progress[data-v-506f5982]{--linear-progress-track-height:14px;--linear-progress-track-shape:7px;--linear-progress-active-indicator-height:14px;--linear-progress-track-color:#efefef;width:100%;display:block;position:relative;overflow:hidden}.linear-progress__track[data-v-506f5982]{height:var(--linear-progress-track-height);background-color:var(--linear-progress-track-color);border-radius:var(--linear-progress-track-shape);position:relative;overflow:hidden}.linear-progress__active-indicator[data-v-506f5982]{height:var(--linear-progress-active-indicator-height);border-radius:var(--linear-progress-track-shape);background:linear-gradient(90deg,#fc7bc5,#b5b3ff);transition:width .3s;position:absolute;top:0;left:0}.linear-progress__active-indicator--indeterminate[data-v-506f5982]{width:40%;animation:2s infinite indeterminate-506f5982}@keyframes indeterminate-506f5982{0%{width:40%;left:-40%}50%{width:40%;left:50%}to{width:40%;left:100%}}.price-optimiser-section[data-v-79e7b548]{padding:0 24px}.price-optimiser-section__title[data-v-79e7b548]{color:#291d4c;margin-bottom:16px;font-size:25px;font-weight:600}.price-optimiser-section__description[data-v-79e7b548]{color:#291d4c;margin-bottom:20px}.price-optimiser-section__description[data-v-79e7b548] p{margin:0 0 10px}.price-optimiser-loader__progress[data-v-fbbaea90]{border-bottom:1px solid #efefef;align-items:center;margin-bottom:40px;padding:0 24px 16px;display:flex}.price-optimiser-loader__progress-text[data-v-fbbaea90]{color:#291d4c;margin-right:8px;font-weight:700}.price-optimiser-loader__previous-deals-loader[data-v-fbbaea90]{border-bottom:1px solid #efefef;margin-bottom:40px}.price-optimiser-choices[data-v-b753c96a]{border:0;gap:12px;margin:0;padding:0;display:grid}.price-optimiser-choices__legend[data-v-b753c96a]{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.price-optimiser-choices__option[data-v-b753c96a]{box-sizing:border-box;border:1px solid #0000;border-radius:10px;align-items:center;gap:12px;padding:0 16px;display:flex}.price-optimiser-choices__option--suggested[data-v-b753c96a]{background-color:#f2f6fe;border-color:#b7b3d2}.price-optimiser-choices__option[data-v-b753c96a]:focus-within{outline-offset:2px;border-radius:10px;outline:2px solid #291d4c}.price-optimiser-choices__radio[data-v-b753c96a]{accent-color:#291d4c;flex:none;width:18px;height:18px;margin:0}.price-optimiser-choices__label[data-v-b753c96a]{cursor:pointer;color:#291d4c;flex:1;justify-content:space-between;align-items:center;gap:16px;min-width:0;padding:12px 0;font-family:Saans,sans-serif;line-height:1.2;display:flex}.price-optimiser-choices__left[data-v-b753c96a]{align-items:center;gap:8px;min-width:0;display:inline-flex}.price-optimiser-choices__label-text[data-v-b753c96a]{color:#291d4c;font-weight:600}.price-optimiser-choices__value[data-v-b753c96a]{color:#291d4c;flex:none;font-weight:600}.price-optimiser-choices__sparkle[data-v-b753c96a]{width:14px;height:14px}.price-optimiser-choices__sparkle--hidden[data-v-b753c96a]{visibility:hidden}p.average-mileage[data-v-623c835f]{margin:20px 0;font-size:16px}.drivers-licence-control[data-v-2741c757]{margin-top:32px}.drivers-licence-control__label[data-v-2741c757]{clip:rect(0 0 0 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.drivers-licence-control__input[data-v-2741c757]{margin-top:8px}.drivers-licence-control__error[data-v-2741c757]{color:#db0031;margin-top:8px;font-family:Saans,sans-serif;font-weight:400;line-height:1.4}.helper-text[data-v-2741c757]{color:#756899;margin-top:16px;font-family:Saans,sans-serif;font-size:16px;font-weight:400;line-height:1.4}.remove-optional-extras[data-v-9e0e8e63]{flex-direction:column;gap:32px;display:flex}.remove-optional-extras__item[data-v-9e0e8e63]{flex-direction:column;gap:12px;display:flex}.remove-optional-extras__header[data-v-9e0e8e63]{justify-content:space-between;align-items:center;padding:6px 0;display:flex}.remove-optional-extras__label[data-v-9e0e8e63]{color:var(--p-color-text,#291d4c);font-size:19px;font-weight:600}.remove-optional-extras__details[data-v-9e0e8e63]{flex-direction:column;gap:12px;display:flex}.remove-optional-extras__details[open] .remove-optional-extras__chevron[data-v-9e0e8e63]{transform:rotate(270deg)}.remove-optional-extras__summary[data-v-9e0e8e63]{cursor:pointer;justify-content:space-between;align-items:center;list-style:none;display:flex}.remove-optional-extras__summary[data-v-9e0e8e63]::-webkit-details-marker{display:none}.remove-optional-extras__summary[data-v-9e0e8e63]::marker{display:none}.remove-optional-extras__question[data-v-9e0e8e63]{color:var(--p-color-text-secondary,#756899);font-size:16px;font-weight:600}.remove-optional-extras__chevron[data-v-9e0e8e63]{width:25px;height:25px;color:var(--p-color-text-secondary,#756899);transition:transform .2s;transform:rotate(90deg)}.remove-optional-extras__content[data-v-9e0e8e63]{color:var(--p-color-text,#291d4c);margin:0;font-size:16px;line-height:1.4}.previous-deals[data-v-44438872]{flex-direction:column;gap:8px;margin-bottom:16px;padding:0;list-style:none;display:flex}.previous-deal[data-v-44438872]{align-items:center;gap:12px;display:flex}.deal-label[data-v-44438872]{font-family:var(--family-saans-family,"Saans:Medium", sans-serif);font-weight:var(--typography-weight-200,normal);font-size:var(--size-body-sm,14px);color:var(--p-color-text,#291d4c);width:100px;margin:0;line-height:1.4}.deal-price[data-v-44438872]{font-family:var(--family-saans-family,"Saans:Medium", sans-serif);font-weight:var(--typography-weight-200,normal);font-size:var(--size-body-sm,14px);color:var(--p-color-text,#291d4c);margin:0;line-height:1.4}.results-container[data-v-44438872]{padding:16px 0 160px}.results-container[data-v-44438872] .result-card{pointer-events:none}.results-container[data-v-44438872] .result-card__ctas,.results-container[data-v-44438872] #braze-card-wc,.results-container[data-v-44438872] .price-optimiser-marketing-banner{display:none}.results-container[data-v-44438872]{border-top:1px solid #efefef;margin:24px -24px 0}.footer[data-v-44438872]{box-sizing:border-box;background-color:#fff;border-top:1px solid #efefef;flex-direction:column;gap:12px;width:100%;padding:16px 24px;display:flex;position:absolute;bottom:0;right:0}.results-loading[data-v-44438872]{border-top:1px solid #efefef;align-items:end;margin:24px -24px 0;padding:24px 16px 0;display:flex}.results-loading__text[data-v-44438872]{white-space:nowrap;color:#291d4c;margin-right:8px;font-weight:700}.price-optimiser-footer[data-v-85ee2320]{background-color:#fff;flex-direction:column;gap:24px;padding:24px;display:flex}.price-optimiser-footer__actions[data-v-85ee2320]{justify-content:space-between;align-items:center;width:100%;display:flex}.price-optimiser-footer__disclaimer[data-v-85ee2320]{color:#756899;font-family:Saans,sans-serif;font-size:11px;line-height:1.2}.price-optimiser-progress__label-wrapper{align-items:center;gap:4px;display:flex}.price-optimiser-progress{align-items:center;gap:16px;display:flex}.price-optimiser-progress__label{white-space:nowrap;font-weight:700}.price-optimiser-progress__counter{font-weight:700}.price-optimiser-marketing-banner[data-v-99b61c8f]{margin-bottom:20px}.price-optimiser-marketing-banner[data-v-99b61c8f] .mint-marketing-banner{background-color:#fff;border:2px solid #5b5ebf;box-shadow:0 0 .5px #00000026,0 4px 9px #00000014,0 1px 4px #00000014}@media (width>=768px){.price-optimiser-marketing-banner[data-v-99b61c8f] .mint-marketing-banner{color:#fff;background-color:#271d49}}.price-optimiser-marketing-banner[data-v-99b61c8f] .mint-marketing-banner__image--full-bleed{width:calc(100% + 2 * var(--spacing-3));background-color:#271d49}@media (width>=768px){.price-optimiser-marketing-banner[data-v-99b61c8f] .mint-marketing-banner__image--full-bleed{object-fit:cover;max-width:275px}}@media (width>=992px){.price-optimiser-marketing-banner[data-v-99b61c8f]{margin-bottom:0}}.price-optimiser-marketing-banner[data-v-99b61c8f] .mint-marketing-banner__title{font-size:28px}@media (width>=768px){.price-optimiser-marketing-banner[data-v-99b61c8f] .mint-marketing-banner__title{font-size:31px}}.price-optimiser-marketing-banner[data-v-99b61c8f] .mint-marketing-banner__title:after{content:" Price Optimiser *"}@media (width>=768px){.price-optimiser-marketing-banner[data-v-99b61c8f] .mint-marketing-banner__title:after{color:#b5b3ff}}.price-optimiser-marketing-banner[data-v-99b61c8f] .mint-text-button__text{padding:0 24px 0 8px}.price-optimiser-marketing-banner[data-v-99b61c8f] .mint-marketing-banner__button .mint-text-button__text:before{content:"";vertical-align:middle;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8%2015C8%2013.0485%208.67879%2011.3939%2010.0364%2010.0364C11.3939%208.67879%2013.0485%208%2015%208C13.0485%208%2011.3939%207.32121%2010.0364%205.96364C8.67879%204.60606%208%202.95152%208%201C8%202.95152%207.32121%204.60606%205.96364%205.96364C4.60606%207.32121%202.95152%208%201%208C2.95152%208%204.60606%208.67879%205.96364%2010.0364C7.32121%2011.3939%208%2013.0485%208%2015Z'%20fill='%235B5EBF'/%3e%3c/svg%3e") 50%/contain no-repeat;width:16px;height:16px;margin-top:-2px;display:inline-block}.price-optimiser-marketing-banner__small[data-v-99b61c8f]{margin-top:8px;font-size:12px;display:block}.excess-breakdown{background-color:#f0f2fe;border-right:1px solid #fff;border-radius:8px 0 0 8px;flex:1;margin:10px 0;padding:12px;display:flex}.excess-breakdown__container{flex-direction:column;flex:1;gap:8px;display:flex}.excess-breakdown__container .btn__text--left-aligned{padding-left:0}.excess-breakdown__container dl{color:#291d4c;justify-content:space-between;font-size:12px;font-style:normal;font-weight:380;line-height:120%;display:flex}.excess-breakdown__container dl:first-of-type{font-weight:570}.excess-breakdown__container dl:last-of-type{color:#291d4c;font-weight:570}.excess-breakdown--annual{border-radius:8px}.excess-breakdown--annual .excess-breakdown__container{flex-flow:wrap;justify-content:space-evenly;gap:4px}.excess-breakdown--annual .excess-breakdown__title{justify-content:center;width:100%}.excess-breakdown--annual .excess-breakdown__divider{border-left:1px solid #b7b3d2}.excess-breakdown--annual dt{margin-right:5px;font-size:12px;font-style:normal;font-weight:380;line-height:120%}.excess-breakdown--annual dl{color:#291d4c;flex-direction:column;flex-basis:1px;justify-content:left;font-size:15px;font-style:normal;font-weight:400;font-stretch:100%;display:flex}.excess-breakdown--annual dl:first-of-type{font-weight:570;line-height:120%}.excess-breakdown--annual dl:not(:first-of-type){flex:1}.excess-breakdown--annual dl:last-of-type{color:#291d4c;font-weight:700}.excess-breakdown--annual dd{font-size:16px;font-style:normal;font-weight:570;line-height:140%}.mobile-monthly-price-breakdown[data-v-373d606f]{background-color:#f0f2fe;border-radius:0 8px 8px 0;flex:1;margin:10px 0;padding:12px;display:flex}.mobile-monthly-price-breakdown__container[data-v-373d606f]{flex-direction:column;flex:1;gap:8px;display:flex}.mobile-monthly-price-breakdown__container .btn__text--left-aligned[data-v-373d606f]{padding-left:0}.mobile-monthly-price-breakdown__container dl[data-v-373d606f]{color:#291d4c;justify-content:space-between;font-size:12px;font-style:normal;font-weight:380;line-height:120%;display:flex}.mobile-monthly-price-breakdown__container dl[data-v-373d606f]:first-of-type{font-weight:570}.mobile-monthly-price-breakdown__container dl[data-v-373d606f]:last-of-type{color:#291d4c;font-weight:570}.optional-extras-item[data-v-4239b5f5]{box-sizing:border-box;flex:1;justify-content:center;min-height:104px;padding:8px;display:flex;position:relative}.optional-extras-item[data-v-4239b5f5]:after{content:"";background-color:#efefef;width:1px;position:absolute;top:0;bottom:0;right:0}.optional-extras-item[data-v-4239b5f5]:last-child:after{display:none}.optional-extras-item__content[data-v-4239b5f5]{flex-direction:column;justify-content:space-between;gap:8px;width:100%;display:flex}.optional-extras-item__main[data-v-4239b5f5]{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.optional-extras-item__title[data-v-4239b5f5]{color:#756899;word-spacing:100vw;font-family:Saans,sans-serif;font-size:12px;font-weight:570;line-height:1.2;overflow:hidden}.optional-extras-item__icon[data-v-4239b5f5]{color:#fff;background-color:#291d4c;border-radius:50%;width:10px;height:10px;padding:2px}.optional-extras-item__icon--tick[data-v-4239b5f5]{color:#fff;background-color:#007a72}.optional-extras-item__subtitle[data-v-4239b5f5]{color:#291d4c;width:100%;font-family:Saans,sans-serif;font-size:12px;font-weight:380;line-height:1.2}.optional-extras-item__subtitle--light[data-v-4239b5f5]{color:#756899}.optional-extras[data-v-760f95f2]{box-sizing:border-box;background:#fff;border:1px solid #efefef;border-radius:8px;min-height:104px;display:flex}.ssc-reward[data-v-80345f61]{cursor:default;color:#291d4c;align-items:center;gap:2px;font-family:Saans,sans-serif;font-size:10px;font-style:normal;font-weight:570;line-height:120%;display:flex}.ssc-reward__divider[data-v-80345f61]{background:linear-gradient(#291d4c00 0%,#291d4c 49.52%,#291d4c00 100%);width:1px;height:7.625px;margin:0 1px 0 2px}.result-card-header[data-v-f9bdbdef]{cursor:pointer;flex-direction:row;flex:2;align-items:center;height:auto;display:flex}.result-card-header-logos[data-v-f9bdbdef]{flex-flow:wrap;flex:1 0 55%;justify-content:flex-start;align-items:flex-end;gap:5px;max-width:calc(100% - 110px);height:100%;margin:0;display:flex;overflow:hidden}.result-card-header-logos img[data-v-f9bdbdef]{cursor:pointer;max-width:90px}.result-card-header-logos__provider[data-v-f9bdbdef]{aspect-ratio:1;box-sizing:border-box;border:1px solid #e3e6f1;border-radius:8px;justify-content:center;align-items:center;padding:4px;display:flex}.result-card-header-logos__secondary[data-v-f9bdbdef]{align-self:flex-end;height:auto;max-height:calc(50% - 2.5px)}.result-card-header-logos[data-v-f9bdbdef] .results-grid__defaqto-logo-wrapper,.result-card-header-logos[data-v-f9bdbdef] .defaqto-rating-logo img{align-self:end;min-width:80px}.result-card-header-costs[data-v-f9bdbdef]{flex-direction:column;flex:1 0 auto;align-items:flex-end;gap:4px;width:auto;max-width:110px;line-height:1.2;display:flex}.result-card-header-costs__heading .result-card--text[data-v-f9bdbdef]{text-align:right;color:#756899;font-size:12px;font-style:normal;font-weight:570;line-height:1.2}.result-card-header-costs__details .result-card--integer[data-v-f9bdbdef]{font-size:32px;line-height:1.2}@media (width<=375px){.result-card-header-costs__details .result-card--integer-small[data-v-f9bdbdef]{font-size:24px}}.result-card-header-costs__details .result-card--integer[data-v-f9bdbdef]:before{content:"£";font-size:inherit}.result-card-header-costs__details .result-card--fractional[data-v-f9bdbdef]{font-size:20px}.result-card-header-costs__quote-expiration[data-v-f9bdbdef]{color:#756899;font-family:Saans,sans-serif;font-size:12px;font-weight:400}.result-card-header-costs__quote-expiration-link[data-v-f9bdbdef]{cursor:pointer;font-weight:400;text-decoration:none}.result-card-header-costs__quote-expiration-link--expired[data-v-f9bdbdef]{padding-right:14px}.result-card-header-costs__quote-expiration-link--expired[data-v-f9bdbdef]:after{content:"";cursor:pointer;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23db0031'%3E%3Cpath fill='currentColour' fill-rule='evenodd' d='M9.066 2C6.17 2 3.758 4.1 3.237 6.876l-.72-.712a.494.494 0 0 0-.694 0l-.711.703a.494.494 0 0 0-.004.7l2.836 2.804c.193.19.503.19.695 0l.711-.703L7.472 7.57a.494.494 0 0 0 .003-.699l-.714-.707a.494.494 0 0 0-.696 0l-.824.814C5.688 5.264 7.231 4 9.066 4c2.185 0 3.956 1.79 3.956 4s-1.77 4-3.956 4a3.9 3.9 0 0 1-1.82-.447l-.205-.116-1.014 1.717a5.86 5.86 0 0 0 3.04.846C12.342 14 15 11.314 15 8s-2.657-6-5.934-6'/%3E%3C/svg%3E") 0 0/14px no-repeat;width:14px;height:14px;margin-top:1px;margin-left:2px;position:absolute}.result-card-header-costs__quote-expiration-link--red[data-v-f9bdbdef]{color:#db0031}.result-card-header-costs__quote-expiration-link--red[data-v-f9bdbdef]:hover{color:#800018}.mint-tag:hover .tag-tooltip{visibility:visible}.tag-tooltip{border-radius:var(--border-radius-modal);box-shadow:var(--modal-box-shadow);z-index:1;visibility:hidden;border:none;width:fit-content;min-width:175px;max-width:375px;height:auto;padding:0;position:absolute;top:39px;left:0}.tag-tooltip__container{padding:var(--spacing-2);border-radius:var(--border-radius-modal)}.tag-tooltip__container h2{font-size:16px;font-weight:700;line-height:1.4}.tag-tooltip__container p{font-size:16px;font-weight:400;line-height:1.4}.tag-tooltip__tail{box-shadow:var(--drop-shadow);z-index:-1;border-radius:5px;width:30px;height:30px;transition:background-color .1s ease-in-out;position:absolute;top:-5px;bottom:-10px;left:14px;transform:rotate(45deg)}.tag-tooltip__container,.tag-tooltip__tail{background-color:var(--color-white);color:var(--color-primary)}.result-tags[data-v-a392575e]{flex-wrap:wrap;gap:8px;margin:0 0 8px;display:inline-flex;position:relative}@media (width>=992px){.result-tags[data-v-a392575e]{margin:8px 8px 0}}.result-tags[data-v-a392575e]:empty{margin:0}.result-tags__tag--clickable[data-v-a392575e]{cursor:pointer}.result-tags__tag a[data-v-a392575e]{color:inherit;text-decoration:underline}.result-card__ctas .result-card__arrow-button{cursor:pointer;flex-direction:row;justify-content:space-between;align-items:center;padding:0 10px;display:flex}.result-card__ctas .result-card__arrow-button svg{margin-left:5px}.result-card__breakdown{display:flex}.price-optimiser-wizard[data-v-c8f4a152]{flex-direction:column;height:calc(100vh - 48px);display:flex}.price-optimiser-wizard__progress[data-v-c8f4a152]{border-bottom:1px solid #efefef;margin-bottom:40px;padding:0 24px 16px}.price-optimiser-wizard__content[data-v-c8f4a152]{flex:1}.price-optimiser-wizard__footer[data-v-c8f4a152]{border-top:1px solid #efefef;justify-content:flex-end;margin-top:24px}.ai-toolbar[data-v-d530695c]{box-sizing:border-box;background:linear-gradient(#f2f6fe,#f2f6fe) padding-box padding-box,linear-gradient(90deg,#a9a7fa 0%,#5b5ebf 18.75%,#a9a7fa 75.96%,#8987dc 100%) border-box;border:2px solid #0000;border-radius:12px;flex-direction:row;align-items:center;gap:8px;max-width:100%;margin-left:auto;padding:10px 8px;display:flex;overflow-x:auto}@media (width>=576px){.ai-toolbar[data-v-d530695c]{gap:12px}}.ai-toolbar__info-button[data-v-d530695c]{color:#756899;cursor:pointer;background:0 0;border:none;border-radius:100%;width:16px;height:16px;padding:0}.ai-toolbar__actions[data-v-d530695c]{flex-direction:row;align-items:center;gap:8px;margin-left:auto;display:flex}@media (width>=992px){.ai-toolbar__actions[data-v-d530695c]{gap:12px}}.ai-toolbar__divider[data-v-d530695c]{background:#8e82b1;flex-shrink:0;width:1px;height:30px}@media not all and (width>=576px){.ai-toolbar__divider[data-v-d530695c]:last-of-type{display:none}}.ai-toolbar__smart-suggestions-toggle[data-v-d530695c]{color:#291d4c;white-space:nowrap;align-items:center;gap:6px;font-size:14px;font-weight:700;display:flex}.ai-toolbar__smart-suggestions-toggle input[type=checkbox][data-v-d530695c]{appearance:none;cursor:pointer;background:#78788029;border-radius:38px;outline:none;width:51px;height:31px;transition:all .2s;position:relative}.ai-toolbar__smart-suggestions-toggle input[type=checkbox][data-v-d530695c]:checked{background:#291d4c}.ai-toolbar__smart-suggestions-toggle input[type=checkbox][data-v-d530695c]:before{content:"";background:#fff;border-radius:50%;width:27px;height:27px;transition:all .2s;position:absolute;top:2px;left:2px;box-shadow:0 0 0 1px #0000000a,0 3px 8px #00000026,0 3px 1px #0000000f}.ai-toolbar__smart-suggestions-toggle input[type=checkbox][data-v-d530695c]:checked:before{box-shadow:none;left:22px}.chip-button[data-v-4d6295d9]{white-space:nowrap;background-color:unset;color:#291d4c;cursor:pointer;border:1px solid #291d4c;border-radius:20px;flex-direction:row;align-items:center;column-gap:4px;padding:8px 12px;font-family:Saans,sans-serif;font-size:12px;font-weight:380;display:flex}.chip-button[data-v-4d6295d9]:focus,.chip-button[data-v-4d6295d9]:hover{color:#291d4c;background-color:#d9d8ff}.chip-button[data-v-4d6295d9]:disabled{background-color:unset;color:#767676}.chip-button:disabled .chip-button__icon[data-v-4d6295d9]{color:#989898}.chip-button[data-v-4d6295d9]:disabled{cursor:not-allowed;border:1px solid #d1cfe3}.chip-button:disabled .chip-button__roundel[data-v-4d6295d9]{color:#d9d8ff;background-color:#767676}@media (width>=1280px){.chip-button--hidden-desktop[data-v-4d6295d9]{display:none}}.chip-button__icon[data-v-4d6295d9]{width:16px;height:16px}.chip-button__roundel[data-v-4d6295d9]{color:#fff;text-align:center;background-color:#291d4c;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.results-header[data-v-2cf2b5a1]{color:#291d4c}.results-header__layout[data-v-2cf2b5a1]{grid-template-columns:1fr;grid-template-areas:"action""titleblock";align-items:start;gap:16px;width:100%;margin-top:24px;margin-bottom:16px;display:grid}.results-header__layout[data-v-2cf2b5a1]:has(.results-header__subtitle){grid-template-areas:"action""titleblock""subtitle"}.results-header__layout[data-v-2cf2b5a1]:has(.results-header__content:not(:empty)){grid-template-areas:"action""content""titleblock"}.results-header__layout[data-v-2cf2b5a1]:has(.results-header__content:not(:empty)):has(.results-header__subtitle){grid-template-areas:"action""content""titleblock""subtitle"}@media (width>=768px){.results-header__layout[data-v-2cf2b5a1]:has(.results-header__content:not(:empty)){grid-template-columns:133px 1fr;grid-template-areas:"action action""content titleblock"}.results-header__layout[data-v-2cf2b5a1]:has(.results-header__content:not(:empty)):has(.results-header__subtitle){grid-template-areas:"action action""content titleblock""subtitle subtitle"}.results-header__layout:has(.results-header__content:not(:empty)) .results-header__title-block[data-v-2cf2b5a1]{align-self:center}}.results-header__layout[data-v-2cf2b5a1]:has(.results-header__chip-row:not(:empty)){row-gap:8px}@media (width>=768px){.results-header__layout[data-v-2cf2b5a1]:has(.results-header__chip-row:not(:empty)){row-gap:16px}}.results-header__action[data-v-2cf2b5a1]{grid-area:action;align-items:center;display:flex}.results-header__content[data-v-2cf2b5a1]{border-radius:8px;grid-area:content;align-self:center;height:100px;min-height:0;margin:0;font-size:25px;font-weight:570;display:block;position:relative;overflow:hidden}.results-header__content[data-v-2cf2b5a1] img{border-radius:8px;width:133px;height:100%}.results-header__content[data-v-2cf2b5a1]:empty{display:none}.results-header__title-block[data-v-2cf2b5a1]{flex-direction:column;grid-area:titleblock;row-gap:0;display:flex}.results-header__title-block[data-v-2cf2b5a1]:has(.results-header__chip-row:not(:empty)){row-gap:16px;overflow:hidden}@media (width>=768px){.results-header__title-block[data-v-2cf2b5a1]:has(.results-header__chip-row:not(:empty)){row-gap:8px}}.results-header__title[data-v-2cf2b5a1]{margin:0;font-size:25px;font-weight:570}@media (width>=768px){.results-header__title[data-v-2cf2b5a1]{font-size:28px}}@media (width>=992px){.results-header__title[data-v-2cf2b5a1]{font-size:31px}}.results-header__actions-row[data-v-2cf2b5a1]{flex-flow:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.results-header__actions-row[data-v-2cf2b5a1]:empty{display:none}.results-header__chip-row[data-v-2cf2b5a1]{column-gap:4px;display:flex;overflow:auto}.results-header__chip-row[data-v-2cf2b5a1]:empty{display:none}.results-header__subtitle[data-v-2cf2b5a1]{grid-area:subtitle;margin:0;font-size:14px}.no-results-panel{min-height:800px;margin:0 16px 20px}@media (width>=992px){.no-results-panel{width:972px;margin:0 auto 20px}}.no-results-panel__marketing-header{margin-bottom:16px;font-weight:700}.modal__heading[data-v-97e5fffd]{font-size:38px}@media (width<=428px){.modal__heading[data-v-97e5fffd]{margin:0 auto;font-size:20px}}.modal__close[data-v-97e5fffd]{width:24px;height:24px}.modal__header[data-v-97e5fffd]{color:#291d4c;justify-content:space-between;font-weight:570;line-height:120%;display:flex}@media (width<=428px){.modal__header[data-v-97e5fffd]{border-bottom:1px solid #efefef;padding-bottom:24px}}.modal__content[data-v-97e5fffd]{padding:32px}@media (width<=428px){.modal__content[data-v-97e5fffd]{padding:24px}}.modal__heading[data-v-f034d596]{font-size:38px}@media (width<=428px){.modal__heading[data-v-f034d596]{margin:0 auto;font-size:20px}}.modal__close[data-v-f034d596]{width:24px;height:24px}.modal__header[data-v-f034d596]{color:#291d4c;justify-content:space-between;font-weight:570;line-height:120%;display:flex}@media (width<=428px){.modal__header[data-v-f034d596]{border-bottom:1px solid #efefef;padding-bottom:24px}}.modal__content[data-v-f034d596]{padding:32px}@media (width<=428px){.modal__content[data-v-f034d596]{padding:24px}}.modal__heading[data-v-9f162f09]{font-size:38px}@media (width<=428px){.modal__heading[data-v-9f162f09]{margin:0 auto;font-size:20px}}.modal__close[data-v-9f162f09]{width:24px;height:24px}.modal__header[data-v-9f162f09]{color:#291d4c;justify-content:space-between;font-weight:570;line-height:120%;display:flex}@media (width<=428px){.modal__header[data-v-9f162f09]{border-bottom:1px solid #efefef;padding-bottom:24px}}.modal__content[data-v-9f162f09]{padding:32px}@media (width<=428px){.modal__content[data-v-9f162f09]{padding:24px}}.segmented-toggle[data-v-e5e7c885]{background:#fff;border:1px solid #8e82b1;border-radius:12px;justify-content:flex-start;align-items:stretch;width:100%;display:flex;position:relative;overflow:hidden}.segmented-toggle--disabled[data-v-e5e7c885]{opacity:.6;pointer-events:none}.segmented-toggle__slider[data-v-e5e7c885]{z-index:0;pointer-events:none;background:#291d4c;width:50%;height:100%;transition:transform .2s;position:absolute;top:0;left:0}.segmented-toggle__option[data-v-e5e7c885]{z-index:1;color:#8e82b1;cursor:pointer;white-space:nowrap;background:0 0;border:none;flex:1 1 0;justify-content:center;align-items:center;height:56px;padding:12px 16px;font-family:Saans,sans-serif;font-size:16px;font-weight:570;transition:color .2s;display:flex;position:relative}.segmented-toggle__option--active[data-v-e5e7c885]{color:#f2f6fe}.segmented-toggle__label[data-v-e5e7c885]{text-overflow:ellipsis;overflow:hidden}@media (prefers-reduced-motion:reduce){.segmented-toggle__slider[data-v-e5e7c885],.segmented-toggle__option[data-v-e5e7c885]{transition:none}}.side-sheet-content[data-v-9f3d426f]{font-family:var(--font-family-base)}.side-sheet-content__heading[data-v-9f3d426f]{font-size:calc(var(--font-size-base) * 1.375);margin-top:24px;margin-bottom:8px;font-weight:570}.side-sheet-content__sub-heading[data-v-9f3d426f]{font-size:calc(var(--font-size-base) * 1.1875);margin-top:24px;margin-bottom:8px;font-weight:570}.side-sheet-content__text[data-v-9f3d426f]{font-size:var(--font-size-base);margin-bottom:16px}.telematics-table[data-v-9f3d426f]{color:var(--color-text-body);font-family:var(--font-family-base);font-size:calc(var(--font-size-base) * .875);border-spacing:0;line-height:1.2}.telematics-table th[data-v-9f3d426f],.telematics-table td[data-v-9f3d426f]{vertical-align:top;text-align:left;word-break:normal;padding:8px 0 8px 8px}.telematics-table th[data-v-9f3d426f]{padding-top:12px;padding-bottom:12px}.telematics-table td[data-v-9f3d426f]:last-child{padding-right:8px}.telematics-table tbody tr[data-v-9f3d426f]:nth-child(odd){background:var(--color-white)}.telematics-table stong[data-v-9f3d426f]{font-weight:570}.modal__heading[data-v-9f3d426f]{font-size:38px}@media (width<=428px){.modal__heading[data-v-9f3d426f]{margin:0 auto;font-size:20px}}.modal__close[data-v-9f3d426f]{width:24px;height:24px}.modal__header[data-v-9f3d426f]{color:#291d4c;justify-content:space-between;font-weight:570;line-height:120%;display:flex}@media (width<=428px){.modal__header[data-v-9f3d426f]{border-bottom:1px solid #efefef;padding-bottom:24px}}.modal__content[data-v-9f3d426f]{padding:32px}@media (width<=428px){.modal__content[data-v-9f3d426f]{padding:24px}}.filter__label[data-v-771d9b05]{color:#291d4c;font-size:14px;line-height:120%}.filter__group[data-v-771d9b05]{border-bottom:1px solid #efefef;flex-direction:column;row-gap:8px;margin:24px 0;padding-bottom:24px;display:flex}.filter__group[data-v-771d9b05]:first-child{margin-top:0}.filter__group[data-v-771d9b05]:last-child{border-bottom:none;padding-bottom:0}.filter__group--header[data-v-771d9b05]{align-items:end;display:flex}[data-v-771d9b05] .mint-checkbox-group{margin-bottom:0}[data-v-771d9b05] .mint-select--is-selected .mint-select__control,[data-v-771d9b05] .mint-select__control{color:#756899}[data-v-771d9b05] .mint-select{background-color:#fff;border-color:#b7b3d2}[data-v-771d9b05] .mint-select__control{font-size:16px}[data-v-771d9b05] .mint-select__icon{width:14px;padding:12px 24px;right:0}[data-v-771d9b05] .mint-checkbox__text{font-size:16px}[data-v-771d9b05] .mint-checkbox .mint-checkbox__indicator{margin-right:0}.mint-checkbox[data-v-771d9b05],.mint-radio[data-v-771d9b05]{color:#756899;min-height:0;display:flex}[data-v-771d9b05] .mint-checkbox__inner{flex-direction:row-reverse;justify-content:space-between}.results-filters__content--no-margin[data-v-7630c90d]{border-radius:16px;margin-left:0}.logo-and-rating[data-v-157a03dd]{box-sizing:border-box;flex-direction:column;align-items:center;gap:8px;height:100%;display:flex}.logo-and-rating__logo[data-v-157a03dd]{box-sizing:border-box;object-fit:contain;border:1px solid #efefef;border-radius:8px;width:120px;height:60px;padding:4px}.logo-and-rating__rating[data-v-157a03dd]{width:84px;height:44px}.receipt-breakdown[data-v-f4353b4b]{box-sizing:border-box;background-color:#f0f2fe;border-radius:8px;flex-direction:column;flex:1;gap:4px;width:118px;height:112px;padding:8px;display:flex}.receipt-breakdown__heading[data-v-f4353b4b],.receipt-breakdown__item[data-v-f4353b4b]{color:#291d4c;font-size:12px;font-weight:300}.receipt-breakdown__heading[data-v-f4353b4b]{align-self:stretch;margin-bottom:4px;font-style:normal;font-weight:700;line-height:120%}.receipt-breakdown__item[data-v-f4353b4b]{justify-content:space-between;align-items:flex-end;display:flex}.receipt-breakdown__item[data-v-f4353b4b]:last-child{margin-top:auto;font-weight:700}.receipt-breakdown__item-title[data-v-f4353b4b],.receipt-breakdown__item-price[data-v-f4353b4b]{font-style:normal;line-height:120%}.price-breakdown[data-v-47bf5f82]{gap:1px;width:100%;display:flex}.price-breakdown .receipt-breakdown[data-v-47bf5f82]:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.price-breakdown .receipt-breakdown[data-v-47bf5f82]:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.price-breakdown .receipt-breakdown[data-v-47bf5f82]:only-child{border-radius:8px;width:237px}.ssc-reward[data-v-a5efdd83]{color:#291d4c;background-color:#e9d097;border-radius:4px;align-items:center;gap:4px;padding:4px;font-size:12px;font-weight:570;display:flex}.price-details[data-v-94013c20]{flex-direction:column;align-items:flex-end;line-height:1.2;display:flex;overflow:hidden}.price-details__content[data-v-94013c20]{flex-direction:column;align-items:flex-end;font-family:Saans,sans-serif;font-weight:570;display:flex}.price-details__label[data-v-94013c20]:first-letter{text-transform:uppercase}.price-details__label[data-v-94013c20]{text-transform:lowercase;color:#756899;text-align:right;font-size:12px}.price-details__price[data-v-94013c20]{color:#291d4c}.price-details__price--integer[data-v-94013c20]{font-size:31px}.price-details__price--fractional[data-v-94013c20]{font-size:20px}.price-details__expiry[data-v-94013c20]{color:#756899;text-overflow:ellipsis;white-space:nowrap;font-family:Saans,sans-serif;font-size:12px;font-weight:380;overflow:hidden}.price-details__expiry--expired[data-v-94013c20]{cursor:pointer;color:#db0031;justify-content:center;text-decoration:underline;display:flex}.price-details__expiry--expired-icon[data-v-94013c20]{width:14px;height:14px}.price-details__ssc-reward[data-v-94013c20]{margin-top:4px}.arrow-button[data-v-64e6e863]{--button-bg-color:#291d4c;--button-bg-color-hover:#040308;--button-bg-color-focus:#291d4c;--button-bg-color-disabled:#efefef}.arrow-button .arrow-button__icon[data-v-64e6e863]:before,.arrow-button .arrow-button__icon[data-v-64e6e863]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none' color='%23f2f6fe'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5732 4.29289C11.9637 3.90237 12.5969 3.90237 12.9874 4.29289L19.9874 11.2929C20.3779 11.6834 20.3779 12.3166 19.9874 12.7071L12.9874 19.7071C12.5969 20.0976 11.9637 20.0976 11.5732 19.7071C11.1826 19.3166 11.1826 18.6834 11.5732 18.2929L16.8661 13L5.28027 13C4.72799 13 4.28027 12.5523 4.28027 12C4.28027 11.4477 4.72799 11 5.28027 11L16.8661 11L11.5732 5.70711C11.1826 5.31658 11.1826 4.68342 11.5732 4.29289Z' fill='currentColor'/%3E %3C/svg%3E")}.arrow-button[data-v-64e6e863]{background-color:var(--button-bg-color);cursor:pointer;border:none;display:flex;position:relative;overflow:hidden}.arrow-button__icon[data-v-64e6e863]:before,.arrow-button__icon[data-v-64e6e863]:after{content:"";background-repeat:no-repeat;background-size:24px 24px;width:24px;height:24px;transition:left .3s linear;position:absolute;top:7px;left:-100%;transform:translate(-50%)}.arrow-button__icon[data-v-64e6e863]:after{left:50%}.arrow-button[data-v-64e6e863]:hover:not(:disabled){background-color:var(--button-bg-color-hover)}.arrow-button:hover:not(:disabled) .arrow-button__icon[data-v-64e6e863]:before{left:50%}.arrow-button:hover:not(:disabled) .arrow-button__icon[data-v-64e6e863]:after{left:200%}.arrow-button[data-v-64e6e863]:focus:not(:disabled){outline:2px solid var(--button-bg-color-focus);outline-offset:2px}.arrow-button[data-v-64e6e863]:disabled{color:#525252;background-color:#efefef}.arrow-button:disabled .arrow-button__icon[data-v-64e6e863]:before,.arrow-button:disabled .arrow-button__icon[data-v-64e6e863]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none' color='%23525252'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5732 4.29289C11.9637 3.90237 12.5969 3.90237 12.9874 4.29289L19.9874 11.2929C20.3779 11.6834 20.3779 12.3166 19.9874 12.7071L12.9874 19.7071C12.5969 20.0976 11.9637 20.0976 11.5732 19.7071C11.1826 19.3166 11.1826 18.6834 11.5732 18.2929L16.8661 13L5.28027 13C4.72799 13 4.28027 12.5523 4.28027 12C4.28027 11.4477 4.72799 11 5.28027 11L16.8661 11L11.5732 5.70711C11.1826 5.31658 11.1826 4.68342 11.5732 4.29289Z' fill='currentColor'/%3E %3C/svg%3E")}.arrow-button[data-v-64e6e863]:disabled{cursor:not-allowed}.arrow-button--secondary[data-v-64e6e863]{--button-bg-color:#d9d8ff;--button-bg-color-hover:#b5b3ff}.arrow-button--secondary .arrow-button__icon[data-v-64e6e863]:before,.arrow-button--secondary .arrow-button__icon[data-v-64e6e863]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none' color='%23291d4c'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5732 4.29289C11.9637 3.90237 12.5969 3.90237 12.9874 4.29289L19.9874 11.2929C20.3779 11.6834 20.3779 12.3166 19.9874 12.7071L12.9874 19.7071C12.5969 20.0976 11.9637 20.0976 11.5732 19.7071C11.1826 19.3166 11.1826 18.6834 11.5732 18.2929L16.8661 13L5.28027 13C4.72799 13 4.28027 12.5523 4.28027 12C4.28027 11.4477 4.72799 11 5.28027 11L16.8661 11L11.5732 5.70711C11.1826 5.31658 11.1826 4.68342 11.5732 4.29289Z' fill='currentColor'/%3E %3C/svg%3E")}.arrow-button--xs[data-v-64e6e863]{border-radius:4px;width:24px;height:24px}.arrow-button--xs .arrow-button__icon[data-v-64e6e863]:before,.arrow-button--xs .arrow-button__icon[data-v-64e6e863]:after{background-size:16px 16px;width:16px;height:16px;top:4px}.arrow-button--sm[data-v-64e6e863]{border-radius:4px;width:32px;height:32px}.arrow-button--sm .arrow-button__icon[data-v-64e6e863]:before,.arrow-button--sm .arrow-button__icon[data-v-64e6e863]:after{background-size:20px 20px;width:20px;height:20px;top:6px}.arrow-button--md[data-v-64e6e863]{border-radius:8px;width:40px;height:40px}.arrow-button--md .arrow-button__icon[data-v-64e6e863]:before,.arrow-button--md .arrow-button__icon[data-v-64e6e863]:after{background-size:24px 24px;width:24px;height:24px;top:8px}.arrow-button--lg[data-v-64e6e863]{border-radius:8px;width:48px;height:48px}.arrow-button--lg .arrow-button__icon[data-v-64e6e863]:before,.arrow-button--lg .arrow-button__icon[data-v-64e6e863]:after{background-size:24px 24px;width:24px;height:24px;top:12px}.arrow-button--xl[data-v-64e6e863]{border-radius:12px;width:56px;height:56px}.arrow-button--xl .arrow-button__icon[data-v-64e6e863]:before,.arrow-button--xl .arrow-button__icon[data-v-64e6e863]:after{background-size:24px 24px;width:24px;height:24px;top:16px}.arrow-button--xxl[data-v-64e6e863]{border-radius:16px;width:68px;height:68px}.arrow-button--xxl .arrow-button__icon[data-v-64e6e863]:before,.arrow-button--xxl .arrow-button__icon[data-v-64e6e863]:after{background-size:32px 32px;width:32px;height:32px;top:18px}.shortlist-button[data-v-071d0546]{cursor:pointer;background-color:#f2f6fe;border:none;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .2s;display:flex;position:relative}.shortlist-button__input[data-v-071d0546]{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute}.shortlist-button__icon[data-v-071d0546]{pointer-events:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none' color='%23291d4c'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.99488 2.36804C6.40924 1.0228 4.08963 0.758903 2.28236 2.30308C0.311022 3.98743 0.023664 6.82632 1.58369 8.83376C2.16993 9.58813 3.30998 10.7169 4.40038 11.7461C5.50515 12.7889 6.60719 13.7741 7.15059 14.2553L7.16137 14.2649C7.21188 14.3096 7.27788 14.3681 7.34162 14.4161C7.41882 14.4743 7.53256 14.5487 7.6855 14.5943C7.88698 14.6544 8.10341 14.6544 8.3049 14.5943C8.45783 14.5487 8.57157 14.4743 8.64877 14.4161C8.71251 14.3682 8.7785 14.3096 8.82901 14.2649C8.8327 14.2616 8.83629 14.2584 8.8398 14.2553C9.3832 13.7741 10.4852 12.7889 11.59 11.7461C12.6804 10.7169 13.8205 9.58813 14.4067 8.83376C15.9601 6.83484 15.7181 3.97363 13.7002 2.2965C11.8739 0.778557 9.57859 1.02235 7.99488 2.36804ZM7.42525 3.91133C6.31307 2.61109 4.5582 2.33151 3.25676 3.44349C1.88803 4.61297 1.70515 6.54553 2.7681 7.91333C3.27226 8.56209 4.32741 9.61457 5.42999 10.6553C6.42509 11.5945 7.42062 12.4888 7.99519 12.9994C8.56977 12.4888 9.5653 11.5945 10.5604 10.6553C11.663 9.61457 12.7181 8.56209 13.2223 7.91333C14.2919 6.53701 14.1211 4.59674 12.7414 3.45007C11.4036 2.33811 9.67167 2.6177 8.56514 3.91133C8.42265 4.07791 8.21441 4.17382 7.9952 4.17382C7.77598 4.17382 7.56774 4.07791 7.42525 3.91133Z' fill='currentColor'/%3E %3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:20px 20px;width:22px;height:22px}.shortlist-button[data-v-071d0546]:hover{background-color:#f0f2fe}.shortlist-button[data-v-071d0546]:focus-within{outline-offset:2px;outline:2px solid #291d4c}.shortlist-button--active .shortlist-button__icon[data-v-071d0546]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg' color='%23291d4c'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.99488 2.36804C6.40924 1.0228 4.08963 0.758903 2.28236 2.30308C0.311022 3.98743 0.023664 6.82632 1.58369 8.83376C2.16993 9.58813 3.30998 10.7169 4.40038 11.7461C5.50515 12.7889 6.60719 13.7741 7.15059 14.2553L7.16137 14.2649C7.21188 14.3096 7.27788 14.3681 7.34162 14.4161C7.41882 14.4743 7.53256 14.5487 7.6855 14.5943C7.88698 14.6544 8.10341 14.6544 8.3049 14.5943C8.45783 14.5487 8.57157 14.4743 8.64877 14.4161C8.71251 14.3682 8.7785 14.3096 8.82901 14.2649C8.8327 14.2616 8.83629 14.2584 8.8398 14.2553C9.3832 13.7741 10.4852 12.7889 11.59 11.7461C12.6804 10.7169 13.8205 9.58813 14.4067 8.83376C15.9601 6.83484 15.7181 3.97363 13.7002 2.2965C11.8739 0.778557 9.57859 1.02235 7.99488 2.36804Z' fill='currentColor'/%3E %3C/svg%3E")}.result-card-actions[data-v-da59c914]{flex-direction:column;align-items:center;gap:8px;display:flex}[data-v-ed715465] .result-tags{margin:0}.result-card-desktop[data-v-ed715465]{--spacing-base:8px;--border-radius:12px;--animation-duration:.3s;--animation-timing-function:ease-in-out;--expand-height-duration:.36s;--expand-opacity-duration:.22s;--expand-timing-function:cubic-bezier(.22, 1, .36, 1);--chevron-duration:.25s;box-sizing:border-box;background-color:#fff;flex-direction:column;width:972px;display:flex}.result-card-desktop--rounded-full[data-v-ed715465]{border-radius:var(--border-radius);margin-bottom:calc(2 * var(--spacing-base));margin-top:calc(2 * var(--spacing-base))}.result-card-desktop--rounded-top[data-v-ed715465]{border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius)}.result-card-desktop--rounded-middle[data-v-ed715465]{border-radius:0}.result-card-desktop--rounded-bottom[data-v-ed715465]{border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.result-card-desktop__section[data-v-ed715465]{height:auto;min-height:115px;display:flex}.result-card-desktop__section--primary .result-card-desktop__section-block[data-v-ed715465]:first-of-type{height:auto}.result-card-desktop__section--secondary[data-v-ed715465]{transition:max-height var(--expand-height-duration) var(--expand-timing-function), opacity var(--expand-opacity-duration) var(--animation-timing-function);will-change:max-height, opacity;opacity:0;background-color:#f1f1f6;min-height:0;max-height:0;overflow:hidden}.result-card-desktop--expanded .result-card-desktop__section--secondary[data-v-ed715465]{opacity:1;min-height:115px;max-height:350px}.result-card-desktop__section-container[data-v-ed715465]{box-sizing:border-box;padding:calc(var(--spacing-base) * 2);justify-content:center;gap:var(--spacing-base);flex-direction:column;flex:1;display:flex}.result-card-desktop__section-block[data-v-ed715465]{align-content:start;gap:var(--spacing-base);flex-direction:row;width:100%;height:100%;display:flex}.result-card-desktop__section-item[data-v-ed715465]{box-sizing:border-box;place-content:flex-start start;align-items:center;height:100%;display:flex}.result-card-desktop__section-item--expand[data-v-ed715465]{appearance:none;background:0 0;border:none;flex-basis:24px;min-height:80px;padding:0}.result-card-desktop__section-item--expand[data-v-ed715465]:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #756899}.result-card-desktop__section-item--signal[data-v-ed715465]{flex-basis:100%;min-height:fit-content}.result-card-desktop__section-item--secondary-left-block[data-v-ed715465],.result-card-desktop__section-item--secondary-right-block[data-v-ed715465]{flex-basis:50%}.result-card-desktop__section-item--full-width[data-v-ed715465]{flex-basis:100%}.result-card-desktop__section-item--cost[data-v-ed715465]{margin-left:auto}.result-card-desktop__section-item--extras[data-v-ed715465]{max-width:322px;height:112px}.result-card-desktop__section-item--extras[data-v-ed715465] .optional-extras,.result-card-desktop__section-item--extras[data-v-ed715465] .optional-extras-item{height:112px}.result-card-desktop__chevron[data-v-ed715465]{cursor:pointer;background-color:#f2f6fe;border-radius:4px;width:24px;height:24px;position:relative}.result-card-desktop__chevron[data-v-ed715465]:before{content:"";transition:transform var(--chevron-duration) var(--expand-timing-function);background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' color='%23291d4c'%3E%3Cpath fill='%23291d4c' d='m.143 11.17 1.127 1.173a.51.51 0 0 0 .74 0L8 6.11l5.99 6.233a.51.51 0 0 0 .74 0l1.127-1.173a.51.51 0 0 0 0-.71L8.369 2.67a.51.51 0 0 0-.738 0L.143 10.46a.51.51 0 0 0 0 .71'/%3E%3C/svg%3E") 50%/10px no-repeat;position:absolute;inset:0;transform:rotate(90deg)}.result-card-desktop__chevron.result-card-desktop__chevron--expanded[data-v-ed715465]:before{transform:rotate(180deg)}.results-filters--show-modal .shortlist-row[data-v-04ce2b8b]{z-index:0}.results-list[data-v-c3d04dd7]{flex-direction:column;width:972px;margin-top:-16px;margin-bottom:-16px;display:flex}@media (width<=1279px){.results-list[data-v-c3d04dd7]{margin:-16px auto}}.results-list .results-table-banner--braze-wrapper[data-v-c3d04dd7]{width:972px}.skeleton-card[data-v-a3ea8a66]{background-color:#fff;border-radius:16px;grid-template:"logos pricing""breakdown breakdown""extras extras""shortlist next"/1fr 1fr;gap:8px;width:311px;min-width:311px;padding:16px;display:grid;box-shadow:0 0 .5px #b5b3ffb3,0 1px 6px #b5b3ff80,0 1px 5px #b5b3ff33}.skeleton-card[data-v-a3ea8a66] span{background-color:#efefef}.skeleton-card__logos[data-v-a3ea8a66]{grid-area:logos;align-items:flex-end;display:flex}.skeleton-card__pricing[data-v-a3ea8a66]{flex-direction:column;grid-area:pricing;align-items:flex-end;gap:4px;display:flex}.skeleton-card__breakdown[data-v-a3ea8a66]{grid-area:breakdown}.skeleton-card__extras[data-v-a3ea8a66]{grid-area:extras;grid-auto-flow:column;display:grid}.skeleton-card__extra[data-v-a3ea8a66]{border-top:1px solid #efefef;border-bottom:1px solid #efefef;border-left:1px solid #efefef;flex-direction:column;gap:8px;padding:8px;display:flex}.skeleton-card__extra[data-v-a3ea8a66]:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.skeleton-card__extra[data-v-a3ea8a66]:last-child{border-right:1px solid #efefef;border-top-right-radius:8px;border-bottom-right-radius:8px}.skeleton-card__shortlist[data-v-a3ea8a66]{grid-area:shortlist}.skeleton-card__next[data-v-a3ea8a66]{grid-area:next;justify-content:flex-end;display:flex}.smart-suggestions-usage{background-color:#fff;border-radius:8px;column-gap:8px;margin-top:24px;padding:12px;display:flex;box-shadow:0 0 .5px #00000026,0 1px 6px #0000000a,0 1px 5px #0000001c}.smart-suggestions-usage__icon{fill:#291d4c;width:18px;height:18px;margin-top:3px}.smart-suggestions-usage__content-title{font-weight:570}.smart-suggestions-usage__content-title,.smart-suggestions-usage__content-text{font-size:14px}h3[data-v-93c37b9b]{margin-top:24px;margin-bottom:8px;font-size:19px;font-weight:570}p[data-v-93c37b9b]{color:#291d4c;padding-bottom:16px;font-size:16px}ul[data-v-93c37b9b]{color:#291d4c;margin:0 0 16px;padding-left:20px;list-style:outside}ul>li[data-v-93c37b9b]{margin:0 0 4px}h3[data-v-3edf9e8f]{margin-top:24px;margin-bottom:8px;font-size:19px;font-weight:570}p[data-v-3edf9e8f]{color:#291d4c;padding-bottom:16px;font-size:16px}ul[data-v-3edf9e8f]{color:#291d4c;margin:0 0 16px;padding-left:20px;list-style:outside}ul>li[data-v-3edf9e8f]{margin:0 0 4px}[data-v-1dfc0df7] .mint-accordion-item{border-bottom-color:#efefef}[data-v-1dfc0df7] .mint-accordion-item__icon{width:18px;height:14px}[data-v-1dfc0df7] .mint-accordion-item__title{color:#291d4c;padding:16px 0;font-weight:570}[data-v-1dfc0df7] .mint-accordion-item__content{padding-bottom:8px}h3[data-v-1dfc0df7]{margin-top:24px;margin-bottom:8px;font-size:19px;font-weight:570}p[data-v-1dfc0df7]{color:#291d4c;padding-bottom:16px;font-size:16px}.smart-suggestions-slider-wrapper .mint-slider__dialog{max-width:400px!important}h2[data-v-198a0794]{color:#291d4c;margin-bottom:12px;font-size:25px;font-weight:570}h3[data-v-198a0794]{color:#756899;margin-bottom:8px;font-size:16px;font-weight:570}p[data-v-198a0794]{color:#291d4c;font-size:16px}.smart-suggestions[data-v-198a0794]{box-sizing:border-box;flex-direction:column;justify-content:space-between;height:100%;margin:0 24px;display:flex}.smart-suggestions__footer[data-v-198a0794]{color:#291d4c;box-shadow:0 -1px 5px var(--color-drop-shadow);z-index:1;background-color:#fff;flex-direction:column;gap:2px;width:auto;margin:24px -24px 0;padding:0 24px 24px;font-size:14px;display:flex;position:sticky;bottom:0}.smart-suggestions__read-more[data-v-198a0794]{width:fit-content;margin-top:40px}.smart-suggestions__read-more--icon[data-v-198a0794]{width:16px;height:16px}.smart-suggestions[data-v-77a50567]{flex-direction:column;gap:16px;margin:0 16px 16px;display:flex}@media (width>=992px){.smart-suggestions[data-v-77a50567]{width:972px;margin:0 auto 16px}}@media (width>=1280px){.smart-suggestions[data-v-77a50567]{margin:0 0 16px}}.smart-suggestions__toolbar[data-v-77a50567]{flex-direction:column;gap:8px;display:flex}.smart-suggestions__title[data-v-77a50567]{flex-direction:row;align-items:center;gap:12px;font-size:20px;font-weight:700;display:flex}.smart-suggestions__title-spinner[data-v-77a50567]{background:conic-gradient(from 90deg,#fff 0%,#291d4c 100%);width:24px;height:24px;animation:1s linear infinite rotate;-webkit-mask:radial-gradient(circle,#0000 9px,#000 10px 11px,#0000 12px);mask:radial-gradient(circle,#0000 9px,#000 10px 11px,#0000 12px)}.smart-suggestions__subtitle[data-v-77a50567]{align-items:center;font-size:16px;display:inline}.smart-suggestions__subtitle-wrapper[data-v-77a50567]{flex-direction:column;justify-content:space-between;gap:8px;display:flex}@media (width>=992px){.smart-suggestions__subtitle-wrapper[data-v-77a50567]{flex-direction:row}}.smart-suggestions__info-button[data-v-77a50567]{color:#291d4c;cursor:pointer;background:0 0;border:none;border-radius:100%;width:16px;height:16px;padding:0;position:relative;top:2px;left:4px}.smart-suggestions__suggesting[data-v-77a50567]{flex-direction:row;justify-content:flex-end;align-items:center;height:22.4px;display:flex}.smart-suggestions__suggesting-prefix[data-v-77a50567]{white-space:nowrap;align-items:center;gap:4px;font-size:14px;display:inline-flex}.smart-suggestions__suggesting-select[data-v-77a50567]{color:#291d4c;background:0 0;border:none;padding:0;font-family:Saans,sans-serif;font-size:14px;font-weight:700}.smart-suggestions__animation[data-v-77a50567]:after{max-height:362px}.smart-suggestions__carousel[data-v-77a50567]{flex-direction:row;gap:16px;margin:-6px -16px;padding:6px 16px;display:flex;overflow-x:auto!important}@media (width>=992px){.smart-suggestions__carousel[data-v-77a50567]{margin:-6px calc(-50vw + 486px) -6px -16px;padding:6px min(16px,50vw - 486px) 6px 16px}}@media (width>=1280px){.smart-suggestions__carousel[data-v-77a50567]{margin:-6px calc(-50vw + 638px) -6px -20px;padding:6px min(16px,50vw - 638px) 6px 20px}}.smart-suggestions__carousel[data-v-77a50567]:after{max-height:362px}.smart-suggestions[data-v-77a50567] .result-card{width:311px;min-width:311px}.smart-suggestions[data-v-77a50567] .result-tags:not(:empty){margin:0 0 8px}.smart-suggestions[data-v-77a50567] .result-card__details{margin-top:auto}.smart-suggestions-modal-wrapper .mint-slider__dialog{width:343px!important;max-width:343px!important}@media (width>=992px){.smart-suggestions-modal-wrapper .mint-slider__dialog{width:632px!important;max-width:632px!important}}.smart-suggestions-modal[data-v-68d09697]{flex:1;padding:16px;display:flex}.smart-suggestions-modal__content[data-v-68d09697]{grid-template-columns:1fr;grid-template-areas:"header""title""image""paragraph""learn";grid-auto-rows:auto;align-items:start;gap:16px;display:grid}@media (width>=992px){.smart-suggestions-modal__content[data-v-68d09697]{grid-template:"image header""image title""image paragraph""image learn"1fr/317px 1fr;gap:8px 32px}}.smart-suggestions-modal__header[data-v-68d09697]{grid-area:header;justify-content:space-between;align-items:center;height:32px;display:flex}.smart-suggestions-modal__image[data-v-68d09697]{border-radius:8px;grid-area:image;width:100%;max-width:317px;height:auto}@media (width>=992px){.smart-suggestions-modal__image[data-v-68d09697]{width:317px;height:294px}}.smart-suggestions-modal__title[data-v-68d09697]{color:#291d4c;grid-area:title;font-size:17px;font-weight:570}@media (width>=992px){.smart-suggestions-modal__title[data-v-68d09697]{font-size:19px}}.smart-suggestions-modal__paragraph[data-v-68d09697]{color:#291d4c;grid-area:paragraph;font-size:16px}@media (width>=992px){.smart-suggestions-modal__paragraph[data-v-68d09697]{font-size:14px}}.smart-suggestions-modal__learn-more[data-v-68d09697]{grid-area:learn;justify-content:space-between;align-items:center;width:100%;margin-top:auto;margin-bottom:16px;font-size:16px;display:flex}.smart-suggestions-modal__learn-more--icon[data-v-68d09697]{width:16px;height:16px}@media (width>=992px){.smart-suggestions-modal__learn-more[data-v-68d09697]{font-size:14px}}.results__page-header[data-v-1a15c08c]{margin:0 16px}@media (width>=992px){.results__page-header[data-v-1a15c08c]{width:972px;margin:0 auto}}@media (width>=1280px){.results__page-header[data-v-1a15c08c]{width:1276px;margin:0 auto}}.results__sort-by[data-v-1a15c08c]{flex-direction:row;justify-content:flex-end;align-items:center;margin:0 16px 16px;display:flex}@media (width>=992px){.results__sort-by[data-v-1a15c08c]{width:972px;margin:0 auto 16px}}@media (width>=1280px){.results__sort-by[data-v-1a15c08c]{margin:0 0 16px}}.results__sort-by-prefix[data-v-1a15c08c]{color:#291d4c;white-space:nowrap;font-family:Saans,sans-serif;font-size:14px;font-weight:380}.results__sort-by-select[data-v-1a15c08c]{color:#291d4c;background:0 0;border:none;padding:0;font-family:Saans,sans-serif;font-size:14px;font-weight:570}
