.wrap{background-color:var(--y-grey3);min-height:100vh;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.wrap .wrap-grid{margin:0 auto;max-width:1400px;padding:32px;display:grid;grid-template-columns:1fr 1fr;grid-gap:30px;position:relative;top:10%;width:100%;font-size:16px}.wrap .wrap-grid .left-content{font-family:PoppinsRegular;color:#fff}.wrap .wrap-grid .left-content .back-btn{display:inline-block;font-family:PoppinsSemiBold;padding:10px 32px;color:#fff;background-color:var(--y-grey9);text-transform:uppercase;cursor:pointer;-webkit-border-radius:40px;-moz-border-radius:40px;border-radius:40px;margin:20px 0}.wrap .wrap-grid .left-content .first-title{font-size:6em}.wrap .wrap-grid .left-content .first-description{font-size:1.563em;text-align:left}.wrap .wrap-grid .left-content .second-title{margin-top:20px;font-size:2.25em}.wrap .wrap-grid .left-content .wrap-list{margin-top:20px}.wrap .wrap-grid .left-content .wrap-list .list-item{font-size:1.5em;position:relative;margin-bottom:20px}.wrap .wrap-grid .left-content .wrap-list .list-item p{color:var(--y-green1);display:inline;cursor:pointer}.wrap .wrap-grid .left-content .wrap-list .list-item i{color:#f5f5f5;margin-left:20px;font-family:PoppinsBold}.wrap .wrap-grid .left-content .wrap-list .list-item:before{content:"\a";display:inline-block;width:10px;height:10px;margin-right:10px;background-color:var(--y-grey14);-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}@media only screen and (max-width:890px){.wrap .wrap-grid .left-content{-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}}.wrap .wrap-grid .right-content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.wrap .wrap-grid .right-content img{max-width:100%;height:auto}@media only screen and (max-width:1280px){.wrap .wrap-grid{font-size:14px}}@media only screen and (max-width:1024px){.wrap .wrap-grid{font-size:12px}}@media only screen and (max-width:890px){.wrap .wrap-grid{grid-template-columns:1fr}}@media only screen and (max-width:420px){.wrap .wrap-grid{font-size:10px}}.error-message-box{background:var(--red4);display:block;color:#fff;font-family:PoppinsRegular;font-size:14px;padding:.5833em .833em;-webkit-border-radius:.28571429rem;-moz-border-radius:.28571429rem;border-radius:.28571429rem;margin-top:15px;margin-bottom:15px}.error-message-box a{color:#fff!important;text-decoration:underline}.correct-message-box{background:var(--y-green1);display:block;color:#fff;font-family:PoppinsRegular;font-size:14px;padding:.5833em .833em;-webkit-border-radius:.28571429rem;-moz-border-radius:.28571429rem;border-radius:.28571429rem;margin-top:15px;margin-bottom:15px}.correct-message-box a{color:#fff!important;text-decoration:underline}.submenu-wrapper{height:65px;-webkit-box-shadow:0 -3px -3px rgba(0,0,0,.3);-moz-box-shadow:0 -3px -3px rgba(0,0,0,.3);box-shadow:0 -3px -3px rgba(0,0,0,.3);display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;padding:10px 40px;background-color:#fff;z-index:10;position:relative;border-top:1px solid #cdcdcd;-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,.05);-moz-box-shadow:0 0 30px 0 rgba(0,0,0,.05);box-shadow:0 0 30px 0 rgba(0,0,0,.05)}.submenu-wrapper .inner{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;max-width:600px;margin:0 auto;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.submenu-wrapper .inner,.submenu-wrapper .inner .item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.submenu-wrapper .inner .item{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.submenu-wrapper .inner .item i{font-size:24px}.submenu-wrapper .inner .item i:before{color:#a6a6a6}@media only screen and (max-width:420px){.submenu-wrapper .inner .item i{font-size:20px}}.submenu-wrapper .inner .item.active i:before{color:var(--y-grey3)!important}.submenu-wrapper .inner .item.active span{font-family:PoppinsBold;color:var(--y-grey3)!important}.submenu-wrapper .inner .item.hasNotify:before{content:"";background-color:#e20d0d;position:absolute;top:0;right:7px;width:33%;padding-top:33%;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.submenu-wrapper .inner .item span{font-family:PoppinsRegular;color:#a6a6a6;font-size:12px;text-align:center;text-transform:capitalize}@media only screen and (max-width:420px){.submenu-wrapper .inner .item span{font-size:10px}}@media only screen and (min-width:921px){.submenu-wrapper{display:none}}@media only screen and (max-width:420px){.submenu-wrapper{padding:10px 20px}}.footer-section{background:#000;position:relative}.footer-section .footer-extra{background-color:var(--y-grey18)}.footer-section .footer-extra .footer-extra-content{margin:0 auto;max-width:1140px;padding:35px 20px}.footer-section .footer-extra .footer-extra-content .footer-exta-flex-wrap{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%}.footer-section .footer-extra .footer-extra-content .footer-exta-flex-wrap .f-text{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-flex-basis:-webkit-calc(70% - 40px);-ms-flex-preferred-size:calc(70% - 40px);flex-basis:-moz-calc(70% - 40px);flex-basis:calc(70% - 40px);margin:0 20px 20px;color:var(--y-grey6)}.footer-section .footer-extra .footer-extra-content .footer-exta-flex-wrap .f-images{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-flex-basis:-webkit-calc(30% - 40px);-ms-flex-preferred-size:calc(30% - 40px);flex-basis:-moz-calc(30% - 40px);flex-basis:calc(30% - 40px);display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin:0 20px 20px}.footer-section .footer-extra .footer-extra-content .footer-exta-flex-wrap .f-images div{margin:0 5px}.footer-section .footer-extra .footer-extra-content .footer-exta-flex-wrap .f-images div img{width:120px;-o-object-fit:contain;object-fit:contain}@media only screen and (max-width:465px){.footer-section .footer-extra .footer-extra-content .footer-exta-flex-wrap .f-images{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (max-width:980px){.footer-section .footer-extra .footer-extra-content .footer-exta-flex-wrap{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.footer-section .footer-content{margin:0 auto;max-width:1140px;padding:35px 20px}.footer-section .footer-content .title{font-family:RobotoBold;font-size:18px;line-height:21px;letter-spacing:-.015em;color:var(--grey3)}.footer-section .footer-content .content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:14px;color:var(--grey3);width:100%;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.footer-section .footer-content .content .footer-row{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;margin-right:6px}.footer-section .footer-content .content .footer-row p{cursor:pointer;color:var(--y-green1)}.footer-section .footer-content .content .footer-row a{text-decoration:none;color:inherit}.footer-section .footer-content .content .footer-row.expanded{text-align:center;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;margin-top:30px}.footer-section .footer-content .content .footer-row.expanded p{color:var(--y-grey16);cursor:auto}@media only screen and (max-width:420px){.footer-section .footer-content .content .footer-row.expanded{text-align:left}}@media only screen and (max-width:420px){.footer-section .footer-content .content{font-size:13px}}@media only screen and (max-width:820px){.footer-section .footer-content{padding:20px}}.footer-section.alternative{background:#fff}.footer-section.branded{background-color:var(--y-grey3);border-width:0}.footer-section.branded .content{color:#fff}.y-notification{background:rgba(31,213,185,.8196078431372549);color:#fff;font-size:18px;font-family:PoppinsRegular;padding:20px;text-align:center}.y-notification.fixered{position:fixed;bottom:0;width:100%;z-index:20}.y-notification.fixered a{color:var(--y-grey3)}@media only screen and (max-width:920px){.y-notification.fixered{top:0;bottom:unset}}.y-notification b{font-family:PoppinsSemiBold}@media only screen and (max-width:820px){.y-notification{font-size:16px}}@media only screen and (max-width:420px){.y-notification{font-size:14px}}.top-bar{position:relative;width:100%;top:0;left:0;z-index:10;height:48px;background-color:var(--y-grey3);-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.top-bar .content-top-bar{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:100%}.top-bar .hambuger-menu{margin-left:10px}.top-bar .hambuger-menu i:before{color:hsla(0,0%,100%,.8)}.top-bar .arrow-top-bar{margin:0 10px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1}.top-bar .arrow-top-bar i{font-size:25px;height:auto}.top-bar .arrow-top-bar i:before{color:hsla(0,0%,100%,.8)}.top-bar .logo-top-bar{margin:0 10px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-flex:6 1;-moz-box-flex:6;-ms-flex:6 1;flex:6 1;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.top-bar .logo-top-bar img{max-width:100%;max-height:30px}.top-bar .logo-top-bar p{font-family:PoppinsSemiBold;color:#fff;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;font-size:16px;text-align:center}.top-bar .profile-top-bar{margin:0 10px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:100%;-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;max-width:40px}.top-bar .profile-top-bar i{font-size:25px}.top-bar .profile-top-bar i:before{color:hsla(0,0%,100%,.8)}.top-bar .basket-top-bar{margin:0 10px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:100%;position:relative;-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;max-width:40px}.top-bar .basket-top-bar i{position:relative;font-size:25px}.top-bar .basket-top-bar i:before{color:hsla(0,0%,100%,.8)}.top-bar .basket-top-bar .basket-budget{position:absolute;right:0;top:8px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;min-width:15px;min-height:15px;padding:0 2px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#fff;background-color:var(--y-green1);-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;font-size:10px;margin:0}.top-bar .basket-top-bar .basket-budget p{margin:0}@media only screen and (min-width:921px){.top-bar{display:none}}.basket-empty{color:var(--y-grey3);font-family:PoppinsSemiBold}.fixed-banner{min-height:50px;background-color:var(--primary-colors-blue-4-30-2);text-align:center;font-family:PoppinsRegular;color:#313131;padding:15px;position:relative;z-index:10;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.fixed-banner__button{display:inline-block;border:2px solid #313131;cursor:pointer;padding:5px 10px;text-align:center;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin-left:20px}@media only screen and (max-width:466px){.fixed-banner__button{margin-top:10px}}@media only screen and (max-width:446px){.fixed-banner__button{margin-left:0}}.diagnosis-grid{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:50px auto}.diagnosis-grid,.diagnosis-grid .item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.diagnosis-grid .item{width:-webkit-calc(100%/var(--item-per-row) - 48px);width:-moz-calc(100%/var(--item-per-row) - 48px);width:calc(100%/var(--item-per-row) - 48px);margin-left:24px;margin-right:24px;background:#fff;-webkit-box-shadow:0 0 10px rgba(0,0,0,.25);-moz-box-shadow:0 0 10px rgba(0,0,0,.25);box-shadow:0 0 10px rgba(0,0,0,.25);-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;overflow:hidden;margin-bottom:48px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;cursor:pointer;position:relative}.diagnosis-grid .item .icon-practice-type{position:absolute;top:0;left:0;padding:8px 2px;background:#fff;z-index:5;font-size:27px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-bottomright:6px;border-bottom-right-radius:6px}.diagnosis-grid .item .disabled-layout{position:absolute;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,.45);z-index:11}.diagnosis-grid .item .disabled-layout .centered-layout{width:100%;padding-top:75%;position:relative;overflow:hidden}.diagnosis-grid .item .disabled-layout .centered-layout div{position:absolute;top:0;left:0;bottom:0;right:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.diagnosis-grid .item .disabled-layout .centered-layout div i{-webkit-animation:animationLocks 1s ease-in 0s forwards;-moz-animation:animationLocks 1s forwards 0s ease-in;-o-animation:animationLocks 1s forwards 0s ease-in;animation:animationLocks 1s ease-in 0s forwards;font-size:120px}.diagnosis-grid .item .disabled-layout .centered-layout div i:before{color:var(--y-green1);text-shadow:0 0 15px var(--y-green1)}.diagnosis-grid .item .item-label{background:#fff;padding:5px 10px;top:0;left:0;position:absolute;display:inline-block;z-index:10;font-family:BebasNeueBold;font-size:16px}.diagnosis-grid .item .item-band{height:38px;background-color:var(--y-green1);display:grid;grid-template-columns:repeat(3,1fr);grid-gap:5px;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;justify-items:center}.diagnosis-grid .item .item-band .item-icon{text-align:center;border-right:1px solid #fff;width:100%}.diagnosis-grid .item .item-band .item-icon i:before{color:var(--y-grey3);font-size:25px}.diagnosis-grid .item .item-band .item-icon span{display:inline-block;font-family:BebasNeueBold;color:var(--y-grey3);font-size:13px;line-height:13px}.diagnosis-grid .item .item-band .item-icon:last-child{border-right:none;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.diagnosis-grid .item .item-footer{min-height:104px;background:#fff;padding:10px 15px}.diagnosis-grid .item .item-footer div{margin-bottom:5px}.diagnosis-grid .item .item-footer .title{font-family:BebasNeueBold;font-size:17px;color:var(--y-grey3)}.diagnosis-grid .item .item-footer .subtitle{color:var(--y-grey6);font-size:15px;font-family:PoppinsRegular}.diagnosis-grid .item .item-footer .stats{color:var(--y-grey3);font-size:13px}.diagnosis-grid .item .item-footer .stats span{font-family:PoppinsRegular}.diagnosis-grid .item .item-footer .stats span:first-child{font-family:PoppinsMedium}.diagnosis-grid .item .item-header{min-height:104px;padding:20px 20px 20px 40px;position:relative}.diagnosis-grid .item .item-header .subtitle{color:var(--y-grey6);font-family:PoppinsMedium;font-size:14px;margin-top:5px;text-align:center}.diagnosis-grid .item .item-header .description h1{color:var(--y-grey3);font-size:18px;font-family:PoppinsMedium;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:2;line-height:22px;max-height:50px;text-align:center}.diagnosis-grid .item .item-header:after{content:attr(data-index);position:absolute;padding:8px 15px;color:#fff;font-size:27px;background-color:var(--y-grey9);top:0;font-family:BebasNeueBold;-webkit-border-bottom-right-radius:6px;-moz-border-radius-bottomright:6px;border-bottom-right-radius:6px;z-index:6;left:0}.diagnosis-grid .item .item-cover{width:100%;padding-top:75%;position:relative;overflow:hidden}.diagnosis-grid .item .item-cover .wrapper-image{position:absolute;top:0;left:0;bottom:0;right:0;z-index:2}.diagnosis-grid .item .item-cover .wrapper-image.asana{background-color:var(--y-grey9)}.diagnosis-grid .item .item-cover .wrapper-image.asana img{padding:15px}.diagnosis-grid .item .item-cover .wrapper-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.diagnosis-grid .item .item-cover .wrapper-image img.challenge{-o-object-fit:contain;object-fit:contain}.diagnosis-grid .item .item-cover .wrapper-image .a-overlay{position:absolute;z-index:5;top:0;left:0;bottom:0;right:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.diagnosis-grid .item .item-cover .wrapper-image .a-overlay .play-image{width:150px;height:150px}@media only screen and (min-width:1025px){.diagnosis-grid .item{--item-per-row:4}}@media only screen and (max-width:1024px){.diagnosis-grid .item{--item-per-row:3}}@media only screen and (max-width:820px){.diagnosis-grid .item{--item-per-row:2}}@media only screen and (max-width:520px){.diagnosis-grid .item{--item-per-row:1;margin-bottom:20px}}@media only screen and (max-width:420px){.diagnosis-grid .item{width:-webkit-calc(100%/var(--item-per-row) - 24px);width:-moz-calc(100%/var(--item-per-row) - 24px);width:calc(100%/var(--item-per-row) - 24px);margin-left:12px;margin-right:12px}}@media only screen and (max-width:620px){.diagnosis-grid{margin:20px auto}}@-webkit-keyframes animationLocks{0%{-webkit-transform:scale(1.5) translateY(-150%) skewX(0deg) skewY(0deg);transform:scale(1.5) translateY(-150%) skewX(0deg) skewY(0deg)}}@-moz-keyframes animationLocks{0%{-moz-transform:scale(1.5) translateY(-150%) skewX(0deg) skewY(0deg);transform:scale(1.5) translateY(-150%) skewX(0deg) skewY(0deg)}}@-o-keyframes animationLocks{0%{-o-transform:scale(1.5) translateY(-150%) skewX(0deg) skewY(0deg);transform:scale(1.5) translateY(-150%) skewX(0deg) skewY(0deg)}}@keyframes animationLocks{0%{-webkit-transform:scale(1.5) translateY(-150%) skewX(0deg) skewY(0deg);-moz-transform:scale(1.5) translateY(-150%) skewX(0deg) skewY(0deg);-o-transform:scale(1.5) translateY(-150%) skewX(0deg) skewY(0deg);transform:scale(1.5) translateY(-150%) skewX(0deg) skewY(0deg)}}.result-wrapper{height:-webkit-calc(100% - var(--nav-height));height:-moz-calc(100% - var(--nav-height));height:calc(100% - var(--nav-height));overflow-y:auto;position:relative;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.result-wrapper .footer-section{width:100%}.extra-nav{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:20px 30px;z-index:1;position:relative}.extra-nav .icon{width:50px;height:50px;background-image:url(/static/media/yogabot_icon.11d13501.svg);background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;background-position:50%}@media only screen and (max-width:520px){.extra-nav .icon{width:40px;height:40px}}.extra-nav.register{border-bottom:3px solid #1f2e44;background:rgba(0,0,0,0);-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:var(--extra-nav-height)}.extra-nav.register .icon{width:280px;height:57px;background-image:url(/static/media/logo_large.fa1a473e.svg)}@media only screen and (max-width:620px){.extra-nav.register .icon{background-image:url(/static/media/logo_mobile.295ea12f.svg);width:61px;height:61px}}@media only screen and (max-width:420px){.extra-nav.register{border-width:0}}@media only screen and (max-width:520px){.extra-nav{padding:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}}.faq-wrapper{height:-webkit-calc(100% - var(--nav-height));height:-moz-calc(100% - var(--nav-height));height:calc(100% - var(--nav-height));overflow-y:auto;position:relative;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.faq-wrapper .footer-section{margin-top:auto}.faq-wrapper.hasExtraTopBar{height:-webkit-calc(100% - var(--extra-nav-height));height:-moz-calc(100% - var(--extra-nav-height));height:calc(100% - var(--extra-nav-height))}.faq-wrapper .inner{max-width:1440px;margin:0 auto;padding:32px 20px}.faq-wrapper .inner h1{text-align:center;margin-top:40px;text-transform:uppercase;font-family:PoppinsSemiBold}@media only screen and (max-width:920px){.faq-wrapper .inner h1{margin-top:0}}.faq-wrapper .inner form{max-width:820px;margin:40px auto}.faq-wrapper .inner .center-content{max-width:820px;margin:0 auto}.faq-wrapper .inner .center-content p{color:var(--grey3);font-size:16px;margin:10px 0}.faq-wrapper .inner .center-content p:first-of-type{margin:20px 0 10px}.faq-wrapper .inner .center-content .go-back-mobile{position:absolute;top:0;left:20px}.faq-wrapper .inner .categories-box{max-width:820px;margin:40px auto;width:100%}.faq-wrapper .inner .categories-box .category-row{margin-bottom:8px;padding:20px 30px;font-size:22px;line-height:1.2;font-family:PoppinsSemiBold;position:relative;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;border:2px solid var(--y-grey17)}.faq-wrapper .inner .categories-box .category-row .title{padding-right:40px;color:var(--y-grey3)}.faq-wrapper .inner .categories-box .category-row .action-icon{position:absolute;right:20px;top:22px;cursor:pointer}.faq-wrapper .inner .categories-box .category-row .action-icon:before{color:var(--y-grey3)}@media only screen and (max-width:720px){.faq-wrapper .inner .categories-box .category-row{font-size:18px}}@media only screen and (max-width:480px){.faq-wrapper .inner .categories-box .category-row{font-size:16px}}@media only screen and (max-width:480px){.faq-wrapper .inner .categories-box{margin:32px auto}}.faq-box{max-width:820px;margin:40px auto;width:100%}.faq-box .faq-row{color:var(--grey6);margin-bottom:8px}.faq-box .faq-row .faq-header{padding:20px 30px;font-size:22px;line-height:1.2;font-family:RobotoBold;position:relative;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}.faq-box .faq-row .faq-header .faq-title{padding-right:40px}.faq-box .faq-row .faq-header .closure{position:absolute;display:inline-block;right:15px;top:50%;-webkit-transform:translateY(-50%) rotate(0deg);-moz-transform:translateY(-50%) rotate(0deg);-ms-transform:translateY(-50%) rotate(0deg);-o-transform:translateY(-50%) rotate(0deg);transform:translateY(-50%) rotate(0deg)}.faq-box .faq-row .faq-header .closure.rotate{-webkit-transform:translateY(-50%) rotate(-45deg);-moz-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);-o-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}@media only screen and (max-width:720px){.faq-box .faq-row .faq-header{font-size:22px}}@media only screen and (max-width:520px){.faq-box .faq-row .faq-header{font-size:18px;padding:15px}}.faq-box .faq-row .faq-body{padding:30px;font-family:RobotoRegular;font-size:20px;display:none;-webkit-border-bottom-left-radius:8px;-moz-border-radius-bottomleft:8px;border-bottom-left-radius:8px;-webkit-border-bottom-right-radius:8px;-moz-border-radius-bottomright:8px;border-bottom-right-radius:8px}.faq-box .faq-row .faq-body.active{display:block}@media only screen and (max-width:720px){.faq-box .faq-row .faq-body{font-size:18px}}@media only screen and (max-width:520px){.faq-box .faq-row .faq-body{font-size:15px;padding:15px}}.faq-box .faq-row.evenColor .faq-header{background-color:var(--y-grey3)}.faq-box .faq-row.evenColor .faq-body{background-color:rgba(49,66,90,.81)}.faq-box .faq-row.oddColor .faq-header{background-color:#116985}.faq-box .faq-row.oddColor .faq-body{background-color:rgba(0,147,156,.64)}.faq-box .faq-row.active .faq-header{-webkit-border-bottom-left-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomright:0;border-bottom-right-radius:0}.faq-box.alternative .faq-row{background-color:var(--grey5);color:var(--grey3)}.faq-box.alternative .faq-row .faq-header{border-bottom:2px solid #fff}@media only screen and (max-width:520px){.faq-box{margin:40px auto}}.wrapper-shape{width:100%;grid-gap:20%;gap:20%}.wrapper-shape,.wrapper-shape .shape{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.wrapper-shape .shape{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;height:600px;max-width:180px;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.wrapper-shape .shape svg{max-width:100%;height:100%}.wrapper-shape .shape.not-slider{display:none}@media only screen and (min-width:1150px){.wrapper-shape .shape.not-slider{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}}@media only screen and (max-width:660px){.wrapper-shape .shape{height:450px}}.wrapper-shape .slick-slider{text-align:center;width:100%;overflow:hidden;grid-column:1/span 2}@media only screen and (min-width:1150px){.wrapper-shape .slick-slider{display:none}}.countdown-wrapper{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;max-width:840px;margin:0 auto}.countdown-wrapper,.countdown-wrapper .countdown-item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.countdown-wrapper .countdown-item{color:var(--y-grey3);font-size:30px;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;line-height:30px;margin:10px 40px;padding-top:10px;position:relative;width:100px;height:100px;font-family:PoppinsBold}.countdown-wrapper .countdown-item span{color:var(--y-grey3);font-size:12px;font-weight:600;text-transform:uppercase;font-family:PoppinsRegular}.countdown-wrapper .countdown-item .countdown-svg{position:absolute;top:0;left:0;width:100px;height:100px}@media only screen and (max-width:620px){.countdown-wrapper .countdown-item{margin:10px 5px}}.countdown-wrapper.fitted .countdown-item{margin:10px}@media only screen and (max-width:620px){.countdown-wrapper.fitted .countdown-item{margin:10px 5px}}.with-slider .slick-slider{margin:10px 0}.with-slider .slick-slider .slick-list .slick-track{margin-left:0;margin-right:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.with-slider .slick-slider .slick-list .slick-slide{opacity:.5;height:auto}.with-slider .slick-slider .slick-list .slick-slide>div{height:100%}.with-slider .slick-slider .slick-list .slick-slide.slick-active{opacity:1}@media only screen and (max-width:420px){.with-slider .slick-slider .slick-list{overflow:visible}}.with-slider-fixed-width .slick-slider{margin:10px 0}.with-slider-fixed-width .slick-slider .slick-list .slick-track{margin-left:0;margin-right:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.with-slider-fixed-width .slick-slider .slick-list .slick-slide{height:auto}.with-slider-fixed-width .slick-slider .slick-list .slick-slide>div{height:100%}.with-slider-fixed-width .slick-slider .slick-list .slick-slide.slick-active{opacity:1}@media only screen and (max-width:420px){.with-slider-fixed-width .slick-slider .slick-list{overflow:visible}}.allowed{border:2px solid #000}.wrapper-guide{height:-webkit-calc(100% - var(--nav-height));height:-moz-calc(100% - var(--nav-height));height:calc(100% - var(--nav-height));overflow-y:auto;position:relative}.wrapper-guide .inner{max-width:1440px;width:100%;margin:0 auto;padding:20px}.wrapper-guide .inner .action-back-desktop{margin-top:32px;position:relative;padding-bottom:32px;cursor:pointer}.wrapper-guide .inner .action-back-desktop .back-text{font-family:RobotoBold;font-size:13px;color:var(--grey3);margin-left:15px;line-height:13px;display:inline-block;position:relative;top:-3px}@media only screen and (max-width:920px){.wrapper-guide .inner .action-back-desktop{display:none}}.wrapper-guide .inner .action-back-mobile{display:none;margin-top:32px;position:relative;padding-bottom:32px;cursor:pointer}@media only screen and (max-width:920px){.wrapper-guide .inner .action-back-mobile{font-size:16px;margin-top:0;padding:0 20px 20px;display:block}}@media only screen and (max-width:920px){.wrapper-guide .inner{padding-top:48px}}.side-bar-profile{background-color:#fff;top:0;bottom:0;overflow:auto;width:var(--drawer-width);position:absolute;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;right:-webkit-calc(var(--drawer-width)*-1);right:-moz-calc(var(--drawer-width)*-1);right:calc(var(--drawer-width)*-1);z-index:14;-webkit-transition:right .5s ease-in-out;-o-transition:right .5s ease-in-out;-moz-transition:right .5s ease-in-out;transition:right .5s ease-in-out;padding-top:10px}.side-bar-profile .sp-close{position:absolute;right:10px;top:10px}.side-bar-profile .sp-close i{font-size:22px}.side-bar-profile .sp-close i:before{color:var(--y-grey3)}.side-bar-profile .sp-avatar{padding:20px;border-bottom:1px solid #979797;width:100%;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.side-bar-profile .sp-avatar .sp-image{width:51px;height:51px;-webkit-border-radius:51px;-moz-border-radius:51px;border-radius:51px;background-color:#d8d8d8;margin-bottom:20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}.side-bar-profile .sp-avatar .sp-image i{font-size:30px}.side-bar-profile .sp-avatar .sp-image i:before{color:#fff}.side-bar-profile .sp-avatar .sp-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.side-bar-profile .sp-avatar .sp-name{font-family:PoppinsSemiBold;font-size:14px;color:var(--y-grey3)}.side-bar-profile .sp-menu-items{width:100%}.side-bar-profile .sp-menu-items .item{display:block;padding:15px 20px;color:var(--y-grey3)!important;font-family:PoppinsRegular;font-size:14px;border-bottom:1px solid #979797}.side-bar-profile .sp-menu-items .item a{text-decoration:none;color:inherit;position:relative}.side-bar-profile .sp-menu-items .item i{margin-right:10px}.side-bar-profile .sp-menu-items .item i:before{color:var(--y-grey3)}.side-bar-profile .sp-menu-items .item svg{margin-right:10px}.side-bar-profile .sp-menu-items .item.active{font-family:PoppinsBold}@media only screen and (max-width:920px){.side-bar-profile.expanded{right:0}}.dimmered{position:absolute;background:rgba(0,0,0,.5);top:0;width:100%;z-index:13;min-height:100vh}.toogle-icon{position:relative;padding:15px;top:0;z-index:8;background:#fff}@media only screen and (min-width:920px){.toogle-icon{display:none}}.profile-wrapper{height:-webkit-calc(100% - var(--nav-height));height:-moz-calc(100% - var(--nav-height));height:calc(100% - var(--nav-height));overflow-y:auto;margin-left:var(--sidebar-left);position:relative}.profile-wrapper .inner{max-width:1440px;width:100%;margin:0 auto;position:relative;z-index:1;min-height:100%}.profile-wrapper .inner .inner-suscription{padding:64px 32px}.profile-wrapper .inner .inner-suscription .f-icon-descarga:before{color:var(--y-green1)}.profile-wrapper .inner .inner-suscription .subtitle,.profile-wrapper .inner .inner-suscription .title{font-family:PoppinsRegular;color:var(--y-grey3);text-align:center}.profile-wrapper .inner .inner-suscription .title{font-size:36px}.profile-wrapper .inner .inner-suscription .title span{color:var(--y-green1)}@media only screen and (max-width:520px){.profile-wrapper .inner .inner-suscription .title{font-size:24px;text-align:left}.profile-wrapper .inner .inner-suscription .title p{line-height:26px}}.profile-wrapper .inner .inner-suscription .subtitle{font-size:14px}@media only screen and (max-width:520px){.profile-wrapper .inner .inner-suscription .subtitle{margin:15px 0;text-align:left}}.profile-wrapper .inner .inner-suscription .icon-wallet{margin-right:10px}.profile-wrapper .inner .inner-suscription .icon-wallet:before{color:var(--y-green1);font-size:20px}.profile-wrapper .inner .inner-suscription .premium-cta-wrapper{padding:40px 30px;text-align:center}.profile-wrapper .inner .inner-suscription .premium-cta-wrapper span{display:inline-block;background-color:var(--y-green1);text-transform:uppercase;color:#fff;padding:10px 20px;font-family:PoppinsSemiBold;font-size:24px;cursor:pointer}@media only screen and (max-width:520px){.profile-wrapper .inner .inner-suscription{padding:32px}}@media only screen and (max-width:660px){.profile-wrapper .inner button{font-size:18px}}.promo-wrapper{padding:32px}.promo-wrapper .promo-header{font-family:PoppinsRegular;color:var(--y-grey3);padding:32px}.promo-wrapper .promo-header__title{font-size:36px;text-align:center;margin:10px 0}@media only screen and (max-width:1200px){.promo-wrapper .promo-header__title{font-size:32px}}@media only screen and (max-width:590px){.promo-wrapper .promo-header__title{font-size:28px}}.promo-wrapper .promo-header__subtitle{font-size:28px;text-align:center}@media only screen and (max-width:1200px){.promo-wrapper .promo-header__subtitle{font-size:22px}}@media only screen and (max-width:590px){.promo-wrapper .promo-header__subtitle{font-size:20px}}.promo-wrapper .promo-header__countdown{color:var(--y-green1);font-size:22px;text-align:center}@media only screen and (max-width:1200px){.promo-wrapper .promo-header__countdown{font-size:20px}}@media only screen and (max-width:590px){.promo-wrapper .promo-header{padding:0}}.promo-wrapper .promo-counter{padding:30px 0}.promo-wrapper .promo-btn{padding:30px 0;text-align:center}.promo-wrapper .promo-btn span{background-color:var(--y-green1);padding:20px 40px;color:#fff;display:inline-block;font-family:PoppinsSemibold;text-transform:uppercase;font-size:24px;line-height:30px;-webkit-box-shadow:0 5px 17px rgba(49,66,90,.25);-moz-box-shadow:0 5px 17px rgba(49,66,90,.25);box-shadow:0 5px 17px rgba(49,66,90,.25);cursor:pointer}@media only screen and (max-width:590px){.promo-wrapper .promo-btn span{font-size:20px;line-height:26px}}@media only screen and (max-width:590px){.promo-wrapper .promo-btn{padding:20px 0}}.promo-wrapper .promo-body{padding:30px 0}.promo-wrapper .promo-body p{color:var(--grey3);font-size:16px;font-family:PoppinsRegular}@media only screen and (max-width:590px){.promo-wrapper .promo-body{padding:10px 0}}@media only screen and (max-width:590px){.promo-wrapper{padding:20px}}.payment-data-title{text-transform:uppercase;text-align:left;font-family:BebasNeueBold;padding:15px 10px;font-size:29px;background:var(--y-grey18)}@media only screen and (max-width:820px){.payment-data-title{font-size:26px;line-height:26px}}.promo-block{font-family:PoppinsSemiBold;-webkit-box-shadow:0 5px 17px rgba(49,66,90,.25);-moz-box-shadow:0 5px 17px rgba(49,66,90,.25);box-shadow:0 5px 17px rgba(49,66,90,.25)}.promo-block__header{position:relative;padding-top:50px}.promo-block__banner{position:relative;top:-50px;left:0;height:auto;background-color:var(--y-grey3);width:-webkit-calc(100% + 20px);width:-moz-calc(100% + 20px);width:calc(100% + 20px);padding:10px;color:#fff;text-align:center;margin-left:-10px;font-size:20px;line-height:27px}.promo-block__banner:before{left:0;border-left:10px solid rgba(0,0,0,0)}.promo-block__banner:after,.promo-block__banner:before{content:"";position:absolute;border-top:10px solid var(--y-grey3);bottom:-10px}.promo-block__banner:after{right:0;border-right:10px solid rgba(0,0,0,0)}@media only screen and (max-width:420px){.promo-block__banner{font-size:18px;line-height:25px}}@media only screen and (max-width:341px){.promo-block__banner{font-size:16px;line-height:22px}}.promo-block__meta-block{padding:0 20px;position:relative;top:-25px}.promo-block__title{font-size:30px;line-height:40px;color:var(--y-grey3);margin-bottom:20px}.promo-block__title--green{color:var(--y-green1);font-size:16px;line-height:20px}@media only screen and (max-width:420px){.promo-block__title{font-size:24px;line-height:34px}}.promo-block__price{font-size:42px;line-height:40px;color:var(--y-grey3);text-align:center}.promo-block__price .year{font-size:16px}.promo-block__price .lined{text-decoration:line-through}.promo-block__price--sub{font-size:16px;color:var(--grey4)}.promo-block__price--green{color:var(--y-green1)}.promo-block__body{padding:10px 20px;font-family:PoppinsRegular}.promo-block__footer{padding:20px}.p-avatar{padding-bottom:20px;border-bottom:1px solid #979797;width:100%;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.p-avatar .p-image{width:51px;height:51px;-webkit-border-radius:51px;-moz-border-radius:51px;border-radius:51px;background-color:#d8d8d8;margin-bottom:20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}.p-avatar .p-image i{font-size:30px}.p-avatar .p-image i:before{color:#fff}.p-avatar .p-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-avatar .p-name{font-family:PoppinsSemiBold;font-size:14px;color:var(--y-grey3)}.p-menu-items{padding-top:20px}.p-menu-items .item{display:block;margin-bottom:20px;color:var(--y-grey3);font-family:PoppinsRegular;font-size:14px;cursor:pointer;-webkit-transition:color .1s ease-in;-o-transition:color .1s ease-in;-moz-transition:color .1s ease-in;transition:color .1s ease-in}.p-menu-items .item:hover,.p-menu-items .item:hover i:before{color:var(--y-green1)}.p-menu-items .item a{text-decoration:none;color:inherit;position:relative}.p-menu-items .item i{-webkit-transition:color .1s ease-in;-o-transition:color .1s ease-in;-moz-transition:color .1s ease-in;transition:color .1s ease-in;margin-right:10px}.p-menu-items .item i:before{color:var(--y-grey3)}.p-menu-items .item svg{-webkit-transition:color .1s ease-in;-o-transition:color .1s ease-in;-moz-transition:color .1s ease-in;transition:color .1s ease-in;margin-right:10px}.p-menu-items .item.active{font-family:PoppinsBold}.sticked{position:-webkit-sticky;position:sticky;top:10px}.p-wrapper{height:-webkit-calc(100% - var(--nav-height));height:-moz-calc(100% - var(--nav-height));height:calc(100% - var(--nav-height));overflow-y:auto;position:relative}.p-wrapper .inner{max-width:1440px;width:100%;margin:0 auto;position:relative;z-index:1;min-height:100%;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.p-wrapper .inner,.p-wrapper .inner .p-flex{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.p-wrapper .inner .p-flex{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;padding:5vw 30px;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.p-wrapper .inner .p-flex .p-aside{-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:var(--profile-menu-width);padding:10px}@media only screen and (max-width:920px){.p-wrapper .inner .p-flex .p-aside{display:none}}.p-wrapper .inner .p-flex .p-content{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;padding-left:3vw}.p-wrapper .inner .p-flex .p-content .a-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.p-wrapper .inner .p-flex .p-content .a-wrapper .a-f-wrapper{max-width:600px;-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%}@media only screen and (max-width:1130px){.p-wrapper .inner .p-flex .p-content .a-wrapper .a-f-wrapper{max-width:100%;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;margin:0 0 20px}}.p-wrapper .inner .p-flex .p-content .a-wrapper .a-p-wrapper{-webkit-flex-basis:40%;-ms-flex-preferred-size:40%;flex-basis:40%}@media only screen and (max-width:1130px){.p-wrapper .inner .p-flex .p-content .a-wrapper{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.p-wrapper .inner .p-flex .p-content .r-a-wrap{padding-top:40px}@media only screen and (max-width:920px){.p-wrapper .inner .p-flex .p-content{padding-left:0}}.info-block{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-bottom:10px}.info-block .info-item{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;padding:10px 30px;font-size:16px;text-transform:uppercase;text-align:center;font-family:BebasNeueBold;position:relative}.info-block .info-item .info-title{color:var(--y-grey3);font-size:29px;margin:0;line-height:29px}@media only screen and (max-width:1200px){.info-block .info-item .info-title{font-size:20px;line-height:20px}}.info-block .info-item .info-subtitle{color:var(--y-green1);font-size:55px;line-height:55px;margin:0}@media only screen and (max-width:1200px){.info-block .info-item .info-subtitle{font-size:36px;line-height:36px}}.info-block .info-item.high-color{background-color:var(--y-grey18)}.info-block .info-item:last-child:after{content:none}.info-block .info-item:after{content:"";position:absolute;height:45%;width:3px;background-color:var(--y-grey14);right:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);-webkit-transform-origin:center center;-moz-transform-origin:center center;-ms-transform-origin:center center;-o-transform-origin:center center;transform-origin:center center;will-change:transform}@media only screen and (max-width:820px){.info-block .info-item{padding:10px}}@media only screen and (max-width:767px){.info-block .info-item{text-align:left;padding:10px 0}.info-block .info-item:after{content:none!important}}@media only screen and (max-width:767px){.info-block{-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;margin-bottom:15px}}.welcome-premium{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:2rem}.welcome-premium h1{font-size:16px}.welcome-premium h2{font-size:18px}.welcome-premium p{font-size:14px;margin-top:10px}.plans-grid{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 20px}.plans-grid,.plans-grid .item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.plans-grid .item{-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-basis:48%;-ms-flex-preferred-size:48%;flex-basis:48%;position:relative;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.plans-grid .item .title{font-family:PoppinsBold;font-size:26px;color:var(--y-grey3);padding:20px}@media only screen and (max-width:590px){.plans-grid .item .title{padding:20px 0}}@media only screen and (max-width:420px){.plans-grid .item .title{font-size:16px}}.plans-grid .item .floating-cta{position:-webkit-sticky;position:sticky;top:0;max-width:400px;width:100%;padding:20px 20px 10px;text-align:center;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.plans-grid .item .floating-cta .title-cta{font-family:PoppinsBold;font-size:14px;margin:0}.plans-grid .item .floating-cta .cta-plans{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:15px;margin-bottom:10px}.plans-grid .item .floating-cta .cta-plans .plan{-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-basis:48%;-ms-flex-preferred-size:48%;flex-basis:48%;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;border:2px solid #979797;padding:20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;cursor:pointer;position:relative}.plans-grid .item .floating-cta .cta-plans .plan .checkbox{font-size:10px!important}.plans-grid .item .floating-cta .cta-plans .plan.active{border:2px solid var(--y-green1)}.plans-grid .item .floating-cta .cta-plans .plan span{font-size:14px;font-family:PoppinsRegular;display:inline-block;margin:5px 0}@media only screen and (max-width:420px){.plans-grid .item .floating-cta .cta-plans .plan:first-child{margin-bottom:20px}}.plans-grid .item .floating-cta .cta-plans .plan.ov-hidden{overflow:hidden}.plans-grid .item .floating-cta .cta-plans .plan.with-ribbon{position:relative}.plans-grid .item .floating-cta .cta-plans .plan.with-ribbon:after{content:attr(data-name);position:absolute;top:-10px;width:90px;left:-webkit-calc(50% - 55px);left:-moz-calc(50% - 55px);left:calc(50% - 55px);background-color:#fff;color:var(--y-grey3);padding:0 10px;font-family:PoppinsRegular;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;text-transform:uppercase;font-size:12px}.plans-grid .item .floating-cta .cta-plans .plan .offer-corner{position:absolute;top:0;left:0;height:0;width:0;border-left:0 solid var(--y-green1);border-bottom:0 solid rgba(0,0,0,0);border-right:80px solid rgba(0,0,0,0);border-top:80px solid var(--y-green1)}.plans-grid .item .floating-cta .cta-plans .plan .offer-corner .text{color:#eee;font-size:12px;position:relative;left:6.1px;top:-54.4px;white-space:nowrap;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);width:15px;text-align:center;line-height:2em;text-transform:uppercase;font-family:PoppinsBold}@media only screen and (max-width:420px){.plans-grid .item .floating-cta .cta-plans{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width:1024px){.plans-grid .item .floating-cta{position:relative;margin-bottom:10px;max-width:100%;padding:0}}@media only screen and (max-width:420px){.plans-grid .item .floating-cta{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width:1024px){.plans-grid{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width:420px){.plans-grid{padding:0}}.plans-btn-sticky{color:#fff;text-transform:uppercase;background-color:var(--y-green1);cursor:pointer;font-family:PoppinsSemiBold;padding:10px 20px;display:block;width:100%;text-align:center;position:fixed;bottom:60px;z-index:10}.premium-cta-wrapper{padding:40px 30px;text-align:center}.remove-account-btn{display:block;padding:10px 0;color:var(--y-green1);background-color:rgba(0,0,0,0);font-family:PoppinsRegular;font-size:14px;text-transform:uppercase;-webkit-border-radius:.28571429rem;-moz-border-radius:.28571429rem;border-radius:.28571429rem;float:right;cursor:pointer}.modify-email-correct{font-family:RobotoRegular;color:var(--grey3);font-size:13px;font-style:italic;margin-top:10px}.right-form-block{position:absolute;padding-top:23px;top:0;right:0}.right-form-block .icon-change-email{cursor:pointer;font-size:24px}.right-form-block .icon-change-email:before{color:var(--y-green1)!important}.left-form-block{margin-top:10px}.left-form-block .label-email{display:block;color:rgba(0,0,0,.87);font-weight:700;color:var(--y-grey5)!important;white-space:pre}.left-form-block .field-email,.left-form-block .label-email{margin:0 0 .28571429rem;font-size:.92857143em;text-transform:none;font-size:14px!important;line-height:21px!important;text-align:left}.left-form-block .field-email{color:rgba(0,0,0,.87);color:var(--y-grey5)!important;color:var(--y-grey1)!important}.p-section-text{font-size:22px;text-align:left;font-family:PoppinsSemiBold;color:var(--y-grey3)}@media only screen and (max-width:420px){.p-section-text{font-size:18px}}.w-container{padding:0 30px}@media only screen and (max-width:420px){.w-container{padding:0 20px}}.plans-block-wrapper{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;margin:0 auto}.plans-block-wrapper,.plans-block-wrapper .plan-block{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.plans-block-wrapper .plan-block{padding:20px;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;background-color:#fff;position:relative;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.plans-block-wrapper .plan-block .question-text{font-family:PoppinsBold;color:var(--y-grey3);font-size:14px}.plans-block-wrapper .plan-block .plan-block-header{padding-top:40px;padding-bottom:40px;text-align:center}.plans-block-wrapper .plan-block .plan-block-header .title{font-size:30px;line-height:40px;color:var(--y-grey3);text-transform:uppercase;font-family:PoppinsSemiBold;margin-bottom:20px}@media only screen and (max-width:590px){.plans-block-wrapper .plan-block .plan-block-header .title{font-size:28px;line-height:38px}}.plans-block-wrapper .plan-block .plan-block-header .price{font-family:PoppinsSemiBold;font-size:42px;line-height:40px;color:var(--y-grey3)}.plans-block-wrapper .plan-block .plan-block-header .price .abbreviation{font-size:16px}.plans-block-wrapper .plan-block .plan-block-header .price.sub{font-size:16px;color:var(--grey4)}.plans-block-wrapper .plan-block .plan-block-header .price.sub.lined{text-decoration:line-through}@media only screen and (max-width:590px){.plans-block-wrapper .plan-block .plan-block-header .price{font-size:32px;line-height:30px}}@media only screen and (max-width:590px){.plans-block-wrapper .plan-block .plan-block-header{padding-top:20px;padding-bottom:20px}}.plans-block-wrapper .plan-block .plan-block-body{padding:30px 0}.plans-block-wrapper .plan-block .plan-block-body .rowed{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:20px}.plans-block-wrapper .plan-block .plan-block-body .rowed .col{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%;font-family:PoppinsRegular}.plans-block-wrapper .plan-block .plan-block-body .rowed .col p{font-size:16px;color:var(--grey3)}@media only screen and (max-width:420px){.plans-block-wrapper .plan-block .plan-block-body .rowed .col p{font-size:12px}}.plans-block-wrapper .plan-block .plan-block-body .rowed .col.col1{-webkit-flex:0 0 40px;-moz-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;max-width:40px}.plans-block-wrapper .plan-block .plan-block-body .rowed .col .f-icon-icono_4:before{color:var(--y-green1)}.plans-block-wrapper .plan-block .plan-block-body .rowed .col .f-icon-cancel-1:before{color:var(--y-red1)}@media only screen and (max-width:590px){.plans-block-wrapper .plan-block .plan-block-body{padding:20px 0}}@media only screen and (max-width:590px){.plans-block-wrapper .plan-block{padding:0}}@media only screen and (max-width:590px){.plans-block-wrapper{padding-top:0;padding-bottom:0}}.onboard-layer{width:100vw;height:100%}.onboard-layer .onboard-wrapper{padding:1.5rem 1rem 3.5rem;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.onboard-layer .onboard-wrapper,.onboard-layer .onboard-wrapper .onboard-header{height:100%;position:relative;display:-moz-box;display:-ms-flexbox;display:flex;display:-webkit-flex}.onboard-layer .onboard-wrapper .onboard-header{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;min-height:0}.onboard-layer .onboard-wrapper .onboard-header img{width:18.2em;height:100%;-o-object-fit:contain;object-fit:contain}@media only screen and (min-width:1024px){.onboard-layer .onboard-wrapper .onboard-header img{margin-right:auto;width:23.2em}}.onboard-layer .onboard-wrapper .onboard-header.long{margin-bottom:20px}.onboard-layer .onboard-wrapper .onboard-header.long img{width:18.5em}@media only screen and (min-width:321px){.onboard-layer .onboard-wrapper .onboard-header.long img{width:21.5em}}@media only screen and (min-width:1024px){.onboard-layer .onboard-wrapper .onboard-header.long{margin-bottom:0}}@media only screen and (min-width:1024px)and (min-width:1024px){.onboard-layer .onboard-wrapper .onboard-header.long img.slide-tablet{position:absolute;bottom:0;height:auto;left:-16px;width:60vw!important;-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}}@media only screen and (max-height:650px){.onboard-layer .onboard-wrapper .onboard-header.long{margin-bottom:0}}@media only screen and (min-width:1024px){.onboard-layer .onboard-wrapper .onboard-header{-webkit-flex-basis:60%;-ms-flex-preferred-size:60%;flex-basis:60%;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;height:100%}}.onboard-layer .onboard-wrapper .onboard-body{display:-moz-box;display:-ms-flexbox;display:flex;display:-webkit-flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 15px}.onboard-layer .onboard-wrapper .onboard-body .onboard-title{text-align:center;margin-bottom:40px;color:var(--brand-primary)}.onboard-layer .onboard-wrapper .onboard-body .onboard-title p{font-family:PoppinsRegular;font-size:2.4em;text-transform:uppercase}.onboard-layer .onboard-wrapper .onboard-body .onboard-title span{font-family:PoppinsSemiBold}.onboard-layer .onboard-wrapper .onboard-body .onboard-title.short{margin-bottom:20px}@media only screen and (max-height:650px){.onboard-layer .onboard-wrapper .onboard-body .onboard-title,.onboard-layer .onboard-wrapper .onboard-body .onboard-title.short{margin-bottom:15px}}.onboard-layer .onboard-wrapper .onboard-body .onboard-subtitle{text-align:center;margin-bottom:20px;color:var(--brand-primary)}.onboard-layer .onboard-wrapper .onboard-body .onboard-subtitle p{font-family:PoppinsRegular;font-size:1.7em;text-transform:uppercase}.onboard-layer .onboard-wrapper .onboard-body .onboard-subtitle span{font-family:PoppinsSemiBold}@media only screen and (max-height:650px){.onboard-layer .onboard-wrapper .onboard-body .onboard-subtitle{margin-bottom:20px}}.onboard-layer .onboard-wrapper .onboard-body .onboard-description{text-align:center;margin-bottom:20px;color:var(--brand-primary)}.onboard-layer .onboard-wrapper .onboard-body .onboard-description p{font-family:PoppinsRegular;font-size:1.3em}.onboard-layer .onboard-wrapper .onboard-body .onboard-description span{font-family:PoppinsSemiBold}.onboard-layer .onboard-wrapper .onboard-body .onboard-login{font-size:1.2em;font-family:PoppinsRegular;color:var(--brand-primary)}.onboard-layer .onboard-wrapper .onboard-body .onboard-login span{font-family:PoppinsSemiBold}@media only screen and (min-width:1024px){.onboard-layer .onboard-wrapper .onboard-body{-webkit-flex-basis:40%;-ms-flex-preferred-size:40%;flex-basis:40%;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;padding:20px;height:auto}}.onboard-layer .onboard-wrapper .normal-btn{color:#fff;font-family:PoppinsRegular;padding:.75em 1.2em;text-transform:uppercase;background-color:var(--y-green1);font-size:1.8em;-webkit-box-shadow:0 4px 18px rgba(0,0,0,.25);-moz-box-shadow:0 4px 18px rgba(0,0,0,.25);box-shadow:0 4px 18px rgba(0,0,0,.25);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin-bottom:20px;display:inline-block;margin-top:auto}@media only screen and (min-width:1024px){.onboard-layer .onboard-wrapper{-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;display:-moz-box;display:-ms-flexbox;display:flex;display:-webkit-flex;padding-left:0}}.body-nxt-btn{-webkit-border-radius:11px;-moz-border-radius:11px;border-radius:11px}.body-nxt-btn,.skip-btn{background-color:var(--y-green1);color:#fff;font-family:PoppinsRegular;font-size:1.2em;padding:8px 16px;text-transform:uppercase}.skip-btn{position:absolute;top:30px;right:0;-webkit-border-radius:11px 0 0 11px;-moz-border-radius:11px 0 0 11px;border-radius:11px 0 0 11px;z-index:10}.wrapper-slick-slider{position:relative;font-size:10px}.wrapper-slick-slider.bg-slide-0{background-image:url(/static/media/slide_4_bg_2.dd3d34d2.png),url(/static/media/slide_1_bg_1.3779916a.png);background-position:top,top;background-repeat:no-repeat,no-repeat;-webkit-background-size:contain,contain contain,contain;-moz-background-size:contain,contain;background-size:contain,contain}@media only screen and (min-width:1024px){.wrapper-slick-slider.bg-slide-0{-webkit-background-size:contain,cover contain,cover;-moz-background-size:contain,cover;background-size:contain,cover}}.wrapper-slick-slider.bg-slide-0 .onboard-layer .onboard-wrapper{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.wrapper-slick-slider.bg-slide-0 .onboard-layer .onboard-wrapper .onboard-header{position:relative}.wrapper-slick-slider.bg-slide-0 .onboard-layer .onboard-wrapper .onboard-header img{width:100%!important}.wrapper-slick-slider.bg-slide-0 .onboard-layer .onboard-wrapper .onboard-header img.slider-bg-secondary{position:absolute;max-width:350px;width:60%!important;bottom:40px;right:-8px;height:auto}@media only screen and (min-width:1024px){.wrapper-slick-slider.bg-slide-0 .onboard-layer .onboard-wrapper .onboard-header img.slide-tablet{position:absolute;bottom:0;height:auto;left:-16px;width:60vw!important;-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}}.wrapper-slick-slider.bg-slide-1{background-image:url(/static/media/slide_4_bg_2.dd3d34d2.png),url(/static/media/slide_2_bg_2.bccb9a71.png),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABDgAAAeACAIAAACkA3BdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODY0NEVBNEUyRTAwMTFFQzg4OTM4NjEwMzA5QTI1MkYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODY0NEVBNEQyRTAwMTFFQzg4OTM4NjEwMzA5QTI1MkYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5kaWQ6NzRBMjgyNzlGRTJERUMxMThGOEJENUM5Nzk4NkNFMzAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzRBMjgyNzlGRTJERUMxMThGOEJENUM5Nzk4NkNFMzAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz41xVVhAAAiGElEQVR42uzXMQEAAAQAQfSvIZldBjUMdxF+++ydAAAA+KQkAAAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAABgVCQAAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAGBUJAAAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAYFQkAAAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAABgVCQAAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAGBUJAAAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAADAqAACAUQEAADAqAACAUQEAOPbrkAAAAABA0P/XzrDABJsARgUAADAqAAAARgUAADAqAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAACMigQAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAAIyKBAAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAKMCAADwSwABBgDfIxF2pxgdDAAAAABJRU5ErkJggg==);background-position:100% 0,top;background-repeat:no-repeat,no-repeat;-webkit-background-size:contain,contain,cover contain,contain,cover;-moz-background-size:contain,contain,cover;background-size:contain,contain,cover}@media only screen and (min-width:1024px){.wrapper-slick-slider.bg-slide-1{background-image:url(/static/media/slide_4_bg_2.dd3d34d2.png),url(/static/media/slide_1_bg_1.3779916a.png);background-position:top,top;background-repeat:top center,no-repeat;-webkit-background-size:contain,contain contain,contain;-moz-background-size:contain,contain;background-size:contain,contain}}.wrapper-slick-slider.bg-slide-2{background-image:url(/static/media/slide_3_bg_2.dd3d34d2.png),url(/static/media/slide_3_bg_1.3779916a.png)}.wrapper-slick-slider.bg-slide-2,.wrapper-slick-slider.bg-slide-3{background-position:100% 0,top;background-repeat:no-repeat,no-repeat,no-repeat;-webkit-background-size:contain,contain contain,contain;-moz-background-size:contain,contain;background-size:contain,contain}.wrapper-slick-slider.bg-slide-3{background-image:url(/static/media/slide_4_bg_2.dd3d34d2.png),url(/static/media/slide_4_bg_1.3779916a.png)}.wrapper-slick-slider.bg-slide-4{background-image:url(/static/media/slide_4_bg_2.dd3d34d2.png),url(/static/media/slide_5_bg_2.bccb9a71.png),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABDgAAAeACAIAAACkA3BdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODY0NEVBNEUyRTAwMTFFQzg4OTM4NjEwMzA5QTI1MkYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODY0NEVBNEQyRTAwMTFFQzg4OTM4NjEwMzA5QTI1MkYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5kaWQ6NzRBMjgyNzlGRTJERUMxMThGOEJENUM5Nzk4NkNFMzAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzRBMjgyNzlGRTJERUMxMThGOEJENUM5Nzk4NkNFMzAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz41xVVhAAAiGElEQVR42uzXMQEAAAQAQfSvIZldBjUMdxF+++ydAAAA+KQkAAAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAABgVCQAAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAGBUJAAAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAYFQkAAAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAABgVCQAAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAGBUJAAAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAADAqAACAUQEAADAqAACAUQEAOPbrkAAAAABA0P/XzrDABJsARgUAADAqAAAARgUAADAqAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAACMigQAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAACAUQEAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAADAqAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAARgUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAMCoAAAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAGBUAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACjAgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAYFQAAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAACMCgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAABgVAAAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAAIwKAACAUQEAAIyKBAAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAgFEBAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAAAwKgAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAAEYFAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAADAqAAAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAABgVAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAowIAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAGBUAAAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAjAoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAIBRAQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAMCoAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAABGBQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAwKgAAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAAAYFQAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAKMCAABgVAAAAKMCAADwSwABBgDfIxF2pxgdDAAAAABJRU5ErkJggg==);background-position:100% 0,100% 0,top;background-repeat:no-repeat,no-repeat,no-repeat;-webkit-background-size:contain,contain,cover contain,contain,cover;-moz-background-size:contain,contain,cover;background-size:contain,contain,cover}@media only screen and (min-width:1024px){.wrapper-slick-slider{background-image:url(/static/media/onboarding_background_desktop.33a7dac6.png)}}@media only screen and (min-width:321px){.wrapper-slick-slider{font-size:11px}}@media only screen and (min-width:720px){.wrapper-slick-slider{font-size:14px}}@media only screen and (min-width:1024px){.wrapper-slick-slider{font-size:16px}}@media only screen and (min-width:1366px){.wrapper-slick-slider{font-size:20px}}@media only screen and (min-width:1600px){.wrapper-slick-slider{font-size:23px}}@media only screen and (min-width:2440px){.wrapper-slick-slider{font-size:26px}}.wrapper-slick-slider,.wrapper-slick-slider .slick-slider,.wrapper-slick-slider .slick-slider .slick-list,.wrapper-slick-slider .slick-slider .slick-list .slick-track,.wrapper-slick-slider .slick-slider .slick-list .slick-track .slick-slide,.wrapper-slick-slider .slick-slider .slick-list .slick-track .slick-slide>div{height:100%}.wrapper-slick-slider .dots-list{display:-moz-box;display:-ms-flexbox;display:flex;display:-webkit-flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;bottom:8px;margin:0;padding:1rem 0;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);left:50%;list-style-type:none}.wrapper-slick-slider .dots-list li{margin:0 .25em}.wrapper-slick-slider .dots-list li:first-child{display:none}.wrapper-slick-slider .dots-list li div{display:block;width:1em;height:1em;padding:0;border:none;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;background-color:var(--y-grey3);text-indent:-9999px}.wrapper-slick-slider .dots-list li.slick-active div{background-color:var(--y-green1)}.wrapper-slick-slider .dots-list.hide-dots{display:none}.onboard-slick-custom-btn{cursor:pointer;display:-moz-box;display:-ms-flexbox;display:flex;display:-webkit-flex;height:100%;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:1;position:absolute;bottom:0;z-index:1;background:rgba(0,0,0,0);border:none;border-color:initial;-webkit-border-image:none;-moz-border-image:none;-o-border-image:none;border-image:none;-webkit-border-image:initial;-moz-border-image:initial;-o-border-image:initial;border-image:initial;padding:0;-webkit-transition:opacity .2s ease 0s;-o-transition:opacity .2s ease 0s;-moz-transition:opacity .2s ease 0s;transition:opacity .2s ease 0s;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:40px;width:40px}.onboard-slick-custom-btn.next-a,.onboard-slick-custom-btn.prev-a{top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.onboard-slick-custom-btn.prev-a{left:0;padding-left:5px;padding-bottom:10px}.onboard-slick-custom-btn.next-a{right:0;padding-right:5px;padding-bottom:10px}.onboard-slick-custom-btn.hide-arrow,.onboard-slick-custom-btn.slick-disabled{display:none}.slider-bg-secondary{position:absolute;max-width:350px!important;width:60%!important;bottom:40px;right:-8px;height:auto}.cookies-section{z-index:1000;position:fixed;right:0;left:0;bottom:0;width:100%;background-color:hsla(0,0%,100%,.9)}.cookies-section .cookies-text{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.cookies-section .cookies-text .cookies-message{padding:10px 50px 15px;margin:0 auto;text-align:left;font-size:13px;color:var(--grey2)}.cookies-section .cookies-text .cookies-message .legal-cookies-link{text-decoration:underline;cursor:pointer}@media only screen and (max-width:420px){.cookies-section .cookies-text .cookies-message{padding:10px 50px 15px 25px}}.cookies-section .cookies-closure{display:inline-block;position:absolute;right:15px;top:0;padding-top:10px;font-size:16px}.cookies-section.alternative{background-color:rgba(0,0,0,.9)}.cookies-section.alternative .cookies-message,.cookies-section.alternative i{color:var(--grey6)}.landing-hero{min-height:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;background-image:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.0119398101)),color-stop(20%,hsla(0,0%,100%,.5385504544)),color-stop(80%,hsla(0,0%,100%,.5357493339)),to(hsla(0,0%,100%,0))),url(/static/media/r1_large.152ce5e2.jpg);background-image:-webkit-linear-gradient(top,hsla(0,0%,100%,.0119398101),hsla(0,0%,100%,.5385504544) 20%,hsla(0,0%,100%,.5357493339) 80%,hsla(0,0%,100%,0)),url(/static/media/r1_large.152ce5e2.jpg);background-image:-moz-linear-gradient(top,hsla(0,0%,100%,.0119398101) 0,hsla(0,0%,100%,.5385504544) 20%,hsla(0,0%,100%,.5357493339) 80%,hsla(0,0%,100%,0) 100%),url(/static/media/r1_large.152ce5e2.jpg);background-image:-o-linear-gradient(top,hsla(0,0%,100%,.0119398101) 0,hsla(0,0%,100%,.5385504544) 20%,hsla(0,0%,100%,.5357493339) 80%,hsla(0,0%,100%,0) 100%),url(/static/media/r1_large.152ce5e2.jpg);background-image:linear-gradient(180deg,hsla(0,0%,100%,.0119398101),hsla(0,0%,100%,.5385504544) 20%,hsla(0,0%,100%,.5357493339) 80%,hsla(0,0%,100%,0)),url(/static/media/r1_large.152ce5e2.jpg);-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;background-position:50%;background-repeat:no-repeat;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;max-height:1080px;border-bottom:12px solid var(--y-grey3)}.landing-hero .logo-float{text-align:center;left:39px;position:absolute;top:28px}.landing-hero .logo-float img{max-width:300px}@media only screen and (max-width:920px){.landing-hero .logo-float{display:none}}.landing-hero .icon-landing{width:50px;height:50px;position:absolute;top:32px;left:39px;background-image:url(/static/media/yogabot_icon.11d13501.svg);background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;background-position:50%;display:none}@media only screen and (max-width:920px){.landing-hero .icon-landing{display:block}}@media only screen and (max-width:520px){.landing-hero .icon-landing{width:45px;height:45px;top:25px;left:20px}}.landing-hero .wraper-header-btns{position:absolute;top:40px;right:50px}@media only screen and (max-width:520px){.landing-hero .wraper-header-btns{top:28px;right:20px}}@media only screen and (max-width:420px){.landing-hero .wraper-header-btns{top:10px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.landing-hero .wraper-header-btns button:first-child{margin-bottom:5px}}.landing-hero .hero-content{padding-top:90px}.landing-hero .hero-content p{margin:0}.landing-hero .hero-content .title{font-family:BebasNeueBold;font-size:60px;color:var(--y-grey3);text-transform:uppercase;text-align:center}.landing-hero .hero-content .title span{color:#fff}@media only screen and (max-width:1280px){.landing-hero .hero-content .title{font-size:42px}}@media only screen and (max-width:620px){.landing-hero .hero-content .title{font-size:36px}}@media only screen and (max-width:420px){.landing-hero .hero-content .title{padding:20px 10px}}@media only screen and (max-width:320px){.landing-hero .hero-content .title{font-size:30px}}.landing-hero .hero-content .huge-title{font-family:PoppinsRegular;font-size:91px;color:var(--y-grey3);text-transform:uppercase;line-height:106%;text-align:center}@media only screen and (max-width:1280px){.landing-hero .hero-content .huge-title{font-size:60px}}@media only screen and (max-width:620px){.landing-hero .hero-content .huge-title{font-size:46px}}@media only screen and (max-width:420px){.landing-hero .hero-content .huge-title{padding:0 10px}}@media only screen and (max-width:320px){.landing-hero .hero-content .huge-title{font-size:30px}}.landing-hero .hero-content .medium-title{font-family:PoppinsRegular;font-size:48px;color:var(--y-grey3);text-transform:uppercase;line-height:74%;text-align:center;margin-top:20px}@media only screen and (max-width:1280px){.landing-hero .hero-content .medium-title{font-size:28px}}@media only screen and (max-width:620px){.landing-hero .hero-content .medium-title{font-size:22px}}@media only screen and (max-width:420px){.landing-hero .hero-content .medium-title{padding:0 10px}}@media only screen and (max-width:320px){.landing-hero .hero-content .medium-title{font-size:18px}}.landing-hero .hero-content .block-adver{font-family:PoppinsRegular;font-size:52px;line-height:108%;color:#fff;text-transform:uppercase;background:url(data:image/png;base64,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) no-repeat;background-position:100%;background-color:var(--y-grey3);padding:0 120px 0 80px;border-bottom:6px solid #000;margin-top:30px;-webkit-clip-path:polygon(100% 0,0 0,5% 100%,100% 100%);clip-path:polygon(100% 0,0 0,5% 100%,100% 100%)}@media only screen and (max-width:1280px){.landing-hero .hero-content .block-adver{font-size:38px;text-align:center;-webkit-clip-path:none;clip-path:none;padding:5px 20px}}@media only screen and (max-width:620px){.landing-hero .hero-content .block-adver{font-size:24px;border-width:0}}@media only screen and (max-width:320px){.landing-hero .hero-content .block-adver{font-size:20px;padding:10px}}.landing-hero .hero-content .title-description{font-family:PoppinsRegular;font-size:40px;text-align:center;margin-top:30px;text-transform:uppercase;color:var(--y-grey3)}.landing-hero .hero-content .title-description span{color:var(--y-green1)}@media only screen and (max-width:1280px){.landing-hero .hero-content .title-description{font-size:28px}}@media only screen and (max-width:620px){.landing-hero .hero-content .title-description{font-size:22px}}@media only screen and (max-width:420px){.landing-hero .hero-content .title-description{padding:0 10px}}@media only screen and (max-width:320px){.landing-hero .hero-content .title-description{font-size:18px;padding:10px;margin-top:20px}}.landing-hero .hero-content .btn-start{text-align:center;margin-top:60px}.landing-hero .hero-content .btn-start span{cursor:pointer;padding:10px 20px;color:#fff;-webkit-border-radius:24px;-moz-border-radius:24px;border-radius:24px;background-color:var(--y-grey9);text-transform:uppercase;font-family:PoppinsRegular;font-size:24px}@media only screen and (max-width:1024px){.landing-hero .hero-content .btn-start span{font-size:18px}}@media only screen and (max-width:620px){.landing-hero .hero-content .btn-start span{font-size:16px;margin-top:30px}}@media only screen and (max-width:320px){.landing-hero .hero-content .btn-start span{font-size:14px}}@media only screen and (max-width:620px){.landing-hero .hero-content .btn-start{margin-top:30px}}.landing-hero .hero-content .title-sub{font-family:PoppinsRegular;color:var(--y-grey3);font-size:18px;margin-top:60px;text-align:center;padding:0 20px;margin-right:80px;margin-bottom:40px}@media only screen and (max-width:1280px){.landing-hero .hero-content .title-sub{font-size:16px;margin-right:0}}@media only screen and (max-width:420px){.landing-hero .hero-content .title-sub{margin-top:40px}}@media only screen and (max-width:1280px){.landing-hero .hero-content{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1}}@media only screen and (max-width:1024px){.landing-hero{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media only screen and (max-width:920px){.landing-hero{min-height:720px}}@media only screen and (max-width:620px){.landing-hero{min-height:620px}}.landing-section{margin:0 auto;max-width:1440px;padding:70px 40px}.landing-section.content-one{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-family:PoppinsRegular;color:#fff}.landing-section.content-one img{width:100%;height:auto;max-width:287px;margin:auto auto 20px}@media only screen and (max-width:920px){.landing-section.content-one img{margin:20px auto}}.landing-section.content-one .left{background-color:var(--y-grey3);-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;padding:4% 5% 2%;position:relative;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.landing-section.content-one .left .title{font-size:36px;font-family:PoppinsBold;margin-bottom:30px;text-align:center}@media only screen and (max-width:1280px){.landing-section.content-one .left .title{font-size:28px}}@media only screen and (max-width:1024px){.landing-section.content-one .left .title{font-size:24px}}@media only screen and (max-width:920px){.landing-section.content-one .left .title{font-size:22px}}.landing-section.content-one .left .description{text-align:left;font-size:30px}@media only screen and (max-width:1280px){.landing-section.content-one .left .description{font-size:24px}}@media only screen and (max-width:1024px){.landing-section.content-one .left .description{font-size:20px}}@media only screen and (max-width:920px){.landing-section.content-one .left .description{font-size:16px}}.landing-section.content-one .left .rule{position:absolute;right:0;top:-5%;height:110%;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;background-position:top;width:20px;background-image:url(data:image/png;base64,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)}@media only screen and (max-width:920px){.landing-section.content-one .left{padding:20px 40px 20px 20px}}.landing-section.content-one .right{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;color:var(--y-grey3);padding:4% 5% 2%;position:relative;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.landing-section.content-one .right .title{font-size:36px;font-family:PoppinsBold;margin-bottom:30px;text-align:center}@media only screen and (max-width:1280px){.landing-section.content-one .right .title{font-size:28px}}@media only screen and (max-width:1024px){.landing-section.content-one .right .title{font-size:24px}}@media only screen and (max-width:920px){.landing-section.content-one .right .title{font-size:22px}}.landing-section.content-one .right .description{text-align:left;font-size:30px}@media only screen and (max-width:1280px){.landing-section.content-one .right .description{font-size:24px}}@media only screen and (max-width:1024px){.landing-section.content-one .right .description{font-size:20px}}@media only screen and (max-width:920px){.landing-section.content-one .right .description{font-size:16px}}.landing-section.content-one .right .sub-text-image{font-family:PoppinsBold;font-size:48px;text-align:center;margin:0}@media only screen and (max-width:1280px){.landing-section.content-one .right .sub-text-image{font-size:36px}}@media only screen and (max-width:1024px){.landing-section.content-one .right .sub-text-image{font-size:28px}}@media only screen and (max-width:920px){.landing-section.content-one .right .sub-text-image{font-size:26px;text-align:left}}@media only screen and (max-width:420px){.landing-section.content-one .right .sub-text-image{font-size:20px}}@media only screen and (max-width:920px){.landing-section.content-one .right{padding:20px 30px}}@media only screen and (max-width:920px){.landing-section.content-one{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.landing-section.content-two{font-family:PoppinsRegular;color:var(--y-grey3)}.landing-section.content-two .title{font-family:BebasNeueBold;text-align:center;font-size:72px}.landing-section.content-two .title span{color:var(--y-green1)}@media only screen and (max-width:1280px){.landing-section.content-two .title{font-size:65px}}@media only screen and (max-width:1024px){.landing-section.content-two .title{font-size:60px}}@media only screen and (max-width:920px){.landing-section.content-two .title{font-size:55px}}@media only screen and (max-width:420px){.landing-section.content-two .title{font-size:36px}}.landing-section.content-two .descriptions{font-size:30px;text-align:left}.landing-section.content-two .descriptions b{font-family:PoppinsBold}@media only screen and (max-width:1280px){.landing-section.content-two .descriptions{font-size:28px}}@media only screen and (max-width:1024px){.landing-section.content-two .descriptions{font-size:26px}}@media only screen and (max-width:920px){.landing-section.content-two .descriptions{font-size:22px}}@media only screen and (max-width:420px){.landing-section.content-two .descriptions{font-size:16px}}.landing-section.content-two .f-image{text-align:center;margin-top:60px;margin-bottom:20px}.landing-section.content-two .f-image img{width:100%;max-width:1095px;height:auto}.landing-section.content-two .box-btn{max-width:761px;margin:30px auto}.landing-section.content-two .box-btn.bordering{border-width:7px;border-style:solid;padding:20px;-webkit-border-image:-webkit-gradient(linear,left top,left bottom,from(var(--y-green1)),to(rgba(0,0,0,0))) 1 1%;-webkit-border-image:-webkit-linear-gradient(top,var(--y-green1),rgba(0,0,0,0)) 1 1%;-moz-border-image:-moz-linear-gradient(top,var(--y-green1),rgba(0,0,0,0)) 1 1%;-o-border-image:-o-linear-gradient(top,var(--y-green1),rgba(0,0,0,0)) 1 1%;border-image:-webkit-gradient(linear,left top,left bottom,from(var(--y-green1)),to(rgba(0,0,0,0))) 1 1%;border-image:linear-gradient(180deg,var(--y-green1),rgba(0,0,0,0)) 1 1%;position:relative}.landing-section.content-two .box-btn.bordering .box-btn-title{font-family:PoppinsRegular;font-size:45px;color:var(--y-grey3);text-align:center;text-transform:uppercase;margin:0}@media only screen and (max-width:820px){.landing-section.content-two .box-btn.bordering .box-btn-title{font-size:35px}}@media only screen and (max-width:620px){.landing-section.content-two .box-btn.bordering .box-btn-title{font-size:32px}}@media only screen and (max-width:420px){.landing-section.content-two .box-btn.bordering .box-btn-title{font-size:28px}}.landing-section.content-two .box-btn.bordering .box-btn-subtitle{font-family:PoppinsRegular;font-size:24px;color:var(--y-grey3);text-align:center;margin:0}@media only screen and (max-width:820px){.landing-section.content-two .box-btn.bordering .box-btn-subtitle{font-size:20px}}@media only screen and (max-width:620px){.landing-section.content-two .box-btn.bordering .box-btn-subtitle{font-size:18px}}.landing-section.content-two .box-btn.bordering .box-btn-description{font-family:PoppinsRegular;font-size:30px;color:var(--y-grey3);text-align:center}@media only screen and (max-width:820px){.landing-section.content-two .box-btn.bordering .box-btn-description{font-size:26px}}@media only screen and (max-width:620px){.landing-section.content-two .box-btn.bordering .box-btn-description{font-size:24px}}.landing-section.content-two .box-btn.bordering .comma{font-family:BebasNeueRegular;font-size:330px;color:#afadad;margin:0;line-height:296px;height:116px;text-align:center}@media only screen and (max-width:420px){.landing-section.content-two .box-btn.bordering .comma{font-size:240px;line-height:218px;height:80px}}.landing-section.content-two .box-btn.bordering:before{content:"";position:absolute;top:80%;left:-50px;width:50px;height:50px;background-image:url(data:image/png;base64,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);-webkit-background-size:contain;-moz-background-size:contain;background-size:contain}@media only screen and (max-width:950px){.landing-section.content-two .box-btn.bordering:before{top:68%}}@media only screen and (max-width:860px){.landing-section.content-two .box-btn.bordering:before{display:none}}.landing-section.content-two .box-btn.bordering:after{content:"";position:absolute;top:80%;right:-50px;width:50px;height:50px;background-image:url(data:image/png;base64,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);-webkit-background-size:contain;-moz-background-size:contain;background-size:contain}@media only screen and (max-width:950px){.landing-section.content-two .box-btn.bordering:after{top:68%}}@media only screen and (max-width:860px){.landing-section.content-two .box-btn.bordering:after{display:none}}.landing-section.content-two .box-btn .box-desktop.override input{min-height:55px;border:2px solid var(--y-green1);-webkit-border-top-right-radius:0!important;-moz-border-radius-topright:0!important;border-top-right-radius:0!important;-webkit-border-bottom-right-radius:0!important;-moz-border-radius-bottomright:0!important;border-bottom-right-radius:0!important}.landing-section.content-two .box-btn .box-desktop.override input::-webkit-input-placeholder{color:var(--y-grey9)!important;font-family:PoppinsRegular}.landing-section.content-two .box-btn .box-desktop.override input:-moz-placeholder,.landing-section.content-two .box-btn .box-desktop.override input::-moz-placeholder{color:var(--y-grey9)!important;font-family:PoppinsRegular}.landing-section.content-two .box-btn .box-desktop.override input:-ms-input-placeholder{color:var(--y-grey9)!important;font-family:PoppinsRegular}.landing-section.content-two .box-btn .box-desktop.override input::-ms-input-placeholder{color:var(--y-grey9)!important;font-family:PoppinsRegular}.landing-section.content-two .box-btn .box-desktop.override input::placeholder{color:var(--y-grey9)!important;font-family:PoppinsRegular}@media only screen and (max-width:950px){.landing-section.content-two .box-btn .box-desktop.override input{-webkit-border-top-right-radius:.28571rem!important;-moz-border-radius-topright:.28571rem!important;border-top-right-radius:.28571rem!important;-webkit-border-bottom-right-radius:.28571rem!important;-moz-border-radius-bottomright:.28571rem!important;border-bottom-right-radius:.28571rem!important;border-right-color:var(--y-green1)!important}}.landing-section.content-two .box-btn .box-desktop.override button{font-size:20px!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important}@media only screen and (max-width:950px){.landing-section.content-two .box-btn .box-desktop.override button{display:none}}@media only screen and (max-width:820px){.landing-section.content-two .box-btn{min-width:100%;margin:0 auto}}.landing-section.content-three{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;color:var(--y-grey3)}.landing-section.content-three b{font-family:PoppinsBold}.landing-section.content-three .left{background-color:var(--y-green1);-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;padding:4% 5% 2%;position:relative;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.landing-section.content-three .left .title{font-size:36px;font-family:PoppinsBold;margin-bottom:30px;text-align:center}@media only screen and (max-width:1280px){.landing-section.content-three .left .title{font-size:28px}}@media only screen and (max-width:1024px){.landing-section.content-three .left .title{font-size:24px}}@media only screen and (max-width:920px){.landing-section.content-three .left .title{font-size:22px}}.landing-section.content-three .left .description{text-align:left;font-size:30px}@media only screen and (max-width:1280px){.landing-section.content-three .left .description{font-size:24px}}@media only screen and (max-width:1024px){.landing-section.content-three .left .description{font-size:20px}}@media only screen and (max-width:920px){.landing-section.content-three .left .description{font-size:16px}}@media only screen and (max-width:920px){.landing-section.content-three .left{padding:20px}}.landing-section.content-three .right{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;color:var(--y-grey3);padding:4% 5% 2%;position:relative;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.landing-section.content-three .right .title{font-size:36px;font-family:PoppinsBold;margin-bottom:30px;text-align:center}@media only screen and (max-width:1280px){.landing-section.content-three .right .title{font-size:28px}}@media only screen and (max-width:1024px){.landing-section.content-three .right .title{font-size:24px}}@media only screen and (max-width:920px){.landing-section.content-three .right .title{font-size:22px}}.landing-section.content-three .right .description{text-align:left;font-size:30px}@media only screen and (max-width:1280px){.landing-section.content-three .right .description{font-size:24px}}@media only screen and (max-width:1024px){.landing-section.content-three .right .description{font-size:20px}}@media only screen and (max-width:920px){.landing-section.content-three .right .description{font-size:16px}}.landing-section.content-three .right .sub-text-image{font-family:PoppinsBold;font-size:48px;text-align:center}@media only screen and (max-width:1280px){.landing-section.content-three .right .sub-text-image{font-size:36px}}@media only screen and (max-width:920px){.landing-section.content-three .right{padding:20px}}@media only screen and (max-width:920px){.landing-section.content-three{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.landing-section.content-four{color:var(--y-grey3)}.landing-section.content-four .title{font-family:BebasNeueBold;font-size:72px;text-align:center;margin:0}@media only screen and (max-width:1280px){.landing-section.content-four .title{font-size:65px}}@media only screen and (max-width:920px){.landing-section.content-four .title{font-size:55px}}@media only screen and (max-width:820px){.landing-section.content-four .title{font-size:46px}}@media only screen and (max-width:660px){.landing-section.content-four .title{font-size:36px}}.landing-section.content-four .block-description{padding:20px;display:inline-block;background-color:var(--y-grey3);margin-top:70px}.landing-section.content-four .block-description p{font-family:PoppinsRegular;font-size:24px;color:#fff}@media only screen and (max-width:820px){.landing-section.content-four .block-description p{font-size:22px}}@media only screen and (max-width:620px){.landing-section.content-four .block-description p{font-size:20px}}@media only screen and (max-width:420px){.landing-section.content-four .block-description p{font-size:18px}}@media only screen and (max-width:1200px){.landing-section.content-four .block-description{display:block;text-align:center;margin-top:200px}}@media only screen and (max-width:930px){.landing-section.content-four .block-description{margin-top:40px}}@media only screen and (max-width:420px){.landing-section.content-four .block-description{margin-top:20px}}.landing-section.content-four .description{font-family:PoppinsRegular;text-align:center;font-size:30px;font-weight:600}@media only screen and (max-width:1280px){.landing-section.content-four .description{font-size:28px}}@media only screen and (max-width:1024px){.landing-section.content-four .description{font-size:26px}}@media only screen and (max-width:920px){.landing-section.content-four .description{font-size:20px;font-weight:400}}.landing-section.content-four .scaled{position:relative}.landing-section.content-four .scaled .desktop-v{width:100%;height:800px;margin-top:100px;position:relative;-webkit-transform-origin:top left;-moz-transform-origin:top left;-ms-transform-origin:top left;-o-transform-origin:top left;transform-origin:top left}.landing-section.content-four .scaled .desktop-v .first{position:absolute;width:323px;top:0}.landing-section.content-four .scaled .desktop-v .first .title{font-family:PoppinsBold;font-size:24px;color:var(--y-grey3);text-transform:uppercase;position:absolute;top:33px;left:118px;margin:0;text-align:left;line-height:24px}.landing-section.content-four .scaled .desktop-v .first .desc{font-family:PoppinsRegular;font-size:17px;color:#9e9e9e;position:absolute;top:123px;text-align:left}.landing-section.content-four .scaled .desktop-v .first img{width:102px}@media only screen and (max-width:1200px){.landing-section.content-four .scaled .desktop-v .first{left:0}}.landing-section.content-four .scaled .desktop-v .second{position:absolute;width:323px;right:29px}.landing-section.content-four .scaled .desktop-v .second .title{font-family:PoppinsBold;font-size:24px;color:var(--y-grey3);text-transform:uppercase;position:absolute;top:33px;left:118px;margin:0;text-align:left;line-height:24px}.landing-section.content-four .scaled .desktop-v .second .desc{font-family:PoppinsRegular;font-size:17px;color:#9e9e9e;position:absolute;top:123px;text-align:left}.landing-section.content-four .scaled .desktop-v .second img{width:102px}@media only screen and (max-width:1200px){.landing-section.content-four .scaled .desktop-v .second{left:0;top:230px}}.landing-section.content-four .scaled .desktop-v .third{position:absolute;width:323px;left:0;bottom:103px}.landing-section.content-four .scaled .desktop-v .third .title{font-family:PoppinsBold;font-size:24px;color:var(--y-grey3);text-transform:uppercase;position:absolute;top:33px;left:118px;margin:0;text-align:left;line-height:24px}.landing-section.content-four .scaled .desktop-v .third .desc{font-family:PoppinsRegular;font-size:17px;color:#9e9e9e;position:absolute;top:123px;text-align:left}.landing-section.content-four .scaled .desktop-v .third img{width:102px}@media only screen and (max-width:1200px){.landing-section.content-four .scaled .desktop-v .third{left:0;bottom:230px}}.landing-section.content-four .scaled .desktop-v .fourth{position:absolute;width:323px;right:0;bottom:103px}.landing-section.content-four .scaled .desktop-v .fourth .title{font-family:PoppinsBold;font-size:24px;color:var(--y-grey3);text-transform:uppercase;position:absolute;top:33px;left:118px;margin:0;text-align:left;line-height:24px}.landing-section.content-four .scaled .desktop-v .fourth .desc{font-family:PoppinsRegular;font-size:17px;color:#9e9e9e;position:absolute;top:123px;text-align:left}.landing-section.content-four .scaled .desktop-v .fourth img{width:102px}@media only screen and (max-width:1200px){.landing-section.content-four .scaled .desktop-v .fourth{left:0;bottom:-6px}}.landing-section.content-four .scaled .desktop-v .matrix-b{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.landing-section.content-four .scaled .desktop-v .matrix-b img{max-width:546px}@media only screen and (max-width:1200px){.landing-section.content-four .scaled .desktop-v .matrix-b{left:67%}}@media only screen and (max-width:1024px){.landing-section.content-four .scaled .desktop-v .matrix-b{left:72%}}@media only screen and (max-width:930px){.landing-section.content-four .scaled,.landing-section.content-four .scaled .desktop-v .matrix-b{display:none}}.landing-section.content-four .grid-section{display:none;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:60px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.landing-section.content-four .grid-section .item{width:45%;padding:10px;margin-bottom:30px}.landing-section.content-four .grid-section .item .title{font-family:PoppinsBold;font-size:24px;color:var(--y-grey3);text-transform:uppercase;text-align:center;line-height:24px;margin-bottom:30px}.landing-section.content-four .grid-section .item .description{font-family:PoppinsRegular;font-size:17px;color:#9e9e9e;text-align:center}.landing-section.content-four .grid-section .item img{width:102px;margin:0 auto 30px;display:block}@media only screen and (max-width:620px){.landing-section.content-four .grid-section .item{width:100%}}@media only screen and (max-width:930px){.landing-section.content-four .grid-section{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}}.landing-section.content-six{color:var(--y-grey3)}.landing-section.content-six .title{font-family:PoppinsRegular;text-align:center;font-size:30px;font-weight:600;margin:0}@media only screen and (max-width:1280px){.landing-section.content-six .title{font-size:28px}}@media only screen and (max-width:1024px){.landing-section.content-six .title{font-size:26px}}@media only screen and (max-width:920px){.landing-section.content-six .title{font-size:20px;font-weight:400}}.landing-section.content-six .description{font-family:BebasNeueBold;font-size:72px;text-align:center}@media only screen and (max-width:1280px){.landing-section.content-six .description{font-size:65px}}@media only screen and (max-width:920px){.landing-section.content-six .description{font-size:55px}}@media only screen and (max-width:820px){.landing-section.content-six .description{font-size:46px}}@media only screen and (max-width:660px){.landing-section.content-six .description{font-size:36px}}.landing-section.content-six .grid-section{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.landing-section.content-six .grid-section .item{padding:20px;width:30%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.landing-section.content-six .grid-section .item img{max-width:200px}.landing-section.content-six .grid-section .item .title{color:var(--y-grey3);text-transform:uppercase;font-size:24px;font-family:BebasNeueRegular}.landing-section.content-six .grid-section .item .description{font-family:PoppinsRegular;font-size:16px;color:var(--y-grey6);line-height:27px;padding-top:20px}@media only screen and (max-width:820px){.landing-section.content-six .grid-section .item .description{max-width:100%}}@media only screen and (max-width:820px){.landing-section.content-six .grid-section .item{width:100%}}@media only screen and (max-width:820px){.landing-section.content-six .grid-section{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.landing-section.content-seven{max-width:100%;background-color:var(--y-grey18)}.landing-section.content-seven .inner-wrap{max-width:1440px;margin:0 auto;text-align:center}.landing-section.content-seven .inner-wrap .bio-header{color:var(--y-grey3);display:inline-block;position:relative;z-index:1;padding:0 20px}.landing-section.content-seven .inner-wrap .bio-header .title{font-family:PoppinsRegular;text-align:center;font-size:30px;font-weight:600;margin:0}@media only screen and (max-width:1280px){.landing-section.content-seven .inner-wrap .bio-header .title{font-size:28px}}@media only screen and (max-width:1024px){.landing-section.content-seven .inner-wrap .bio-header .title{font-size:26px}}@media only screen and (max-width:920px){.landing-section.content-seven .inner-wrap .bio-header .title{font-size:20px;font-weight:400}}.landing-section.content-seven .inner-wrap .bio-header .description{font-family:BebasNeueBold;font-size:72px;text-align:center;background-color:var(--y-grey18);padding:0 20px}@media only screen and (max-width:1280px){.landing-section.content-seven .inner-wrap .bio-header .description{font-size:65px}}@media only screen and (max-width:920px){.landing-section.content-seven .inner-wrap .bio-header .description{font-size:55px}}@media only screen and (max-width:820px){.landing-section.content-seven .inner-wrap .bio-header .description{font-size:46px}}@media only screen and (max-width:660px){.landing-section.content-seven .inner-wrap .bio-header .description{font-size:36px;line-height:36px;margin-top:20px}}.landing-section.content-seven .inner-wrap .bio-header:after{content:"";position:absolute;width:100vw;height:5px;background:var(--y-grey3);top:59%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:-1}@media only screen and (max-width:660px){.landing-section.content-seven .inner-wrap .bio-header:after{top:75%}}@media only screen and (max-width:520px){.landing-section.content-seven .inner-wrap .bio-header:after{display:none}}.landing-section.content-seven .inner-wrap .grid-section{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:80px}.landing-section.content-seven .inner-wrap .grid-section .item{padding:20px;width:30%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.landing-section.content-seven .inner-wrap .grid-section .item .author-block{margin-top:40px;text-transform:uppercase}.landing-section.content-seven .inner-wrap .grid-section .item .author-block .author-name{font-size:43px;line-height:39px;font-family:BebasNeueBold;color:var(--y-grey3)}.landing-section.content-seven .inner-wrap .grid-section .item .author-block .author-subtitle{font-family:BebasNeueBold;font-size:30px;line-height:39px;color:#838e9c}.landing-section.content-seven .inner-wrap .grid-section .item .body-grid{margin-top:20px}.landing-section.content-seven .inner-wrap .grid-section .item .body-grid .description{font-size:20px;line-height:27px;font-family:PoppinsRegular;text-align:center;color:#9e9e9e}@media only screen and (max-width:1024px){.landing-section.content-seven .inner-wrap .grid-section .item .body-grid .description{font-size:18px}}@media only screen and (max-width:960px){.landing-section.content-seven .inner-wrap .grid-section .item{width:100%}}@media only screen and (max-width:960px){.landing-section.content-seven .inner-wrap .grid-section{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:40px}}.landing-section.content-eight{max-width:100%;background-image:-webkit-linear-gradient(92.13deg,#31425a 8.45%,rgba(49,66,90,.7) 95.85%),url(/static/media/r3_large.b01e7c4c.jpg);background-image:-moz-linear-gradient(92.13deg,#31425a 8.45%,rgba(49,66,90,.7) 95.85%),url(/static/media/r3_large.b01e7c4c.jpg);background-image:-o-linear-gradient(92.13deg,#31425a 8.45%,rgba(49,66,90,.7) 95.85%),url(/static/media/r3_large.b01e7c4c.jpg);background-image:linear-gradient(357.87deg,#31425a 8.45%,rgba(49,66,90,.7) 95.85%),url(/static/media/r3_large.b01e7c4c.jpg);-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:fixed}.landing-section.content-eight .inner-wrap{max-width:1440px;margin:0 auto}.landing-section.content-eight .inner-wrap .title{color:var(--y-green1);font-family:PoppinsRegular;font-size:30px;margin:0;text-transform:uppercase}.landing-section.content-eight .inner-wrap .subtitle{color:#fff;font-family:BebasNeueBold;font-size:68px;text-transform:uppercase;margin:0}@media only screen and (max-width:1280px){.landing-section.content-eight .inner-wrap .subtitle{font-size:65px}}@media only screen and (max-width:920px){.landing-section.content-eight .inner-wrap .subtitle{font-size:55px}}@media only screen and (max-width:820px){.landing-section.content-eight .inner-wrap .subtitle{font-size:46px}}@media only screen and (max-width:660px){.landing-section.content-eight .inner-wrap .subtitle{font-size:36px}}.landing-section.content-eight .inner-wrap .grid-section{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:40px}.landing-section.content-eight .inner-wrap .grid-section .item{width:30%;background-color:#fff;opacity:.7;padding:25px;-webkit-border-radius:24px;-moz-border-radius:24px;border-radius:24px}.landing-section.content-eight .inner-wrap .grid-section .item .text{text-align:left;color:#9e9e9e;font-family:PoppinsRegular;font-size:20px}.landing-section.content-eight .inner-wrap .grid-section .item .grid-footer .title{color:var(--y-grey3);font-size:24px;font-family:BebasNeueBold}.landing-section.content-eight .inner-wrap .grid-section .item .grid-footer .subtitle{font-size:14px;color:#838e9c;font-family:PoppinsRegular}@media only screen and (max-width:820px){.landing-section.content-eight .inner-wrap .grid-section .item{width:100%;margin-bottom:30px}}@media only screen and (max-width:820px){.landing-section.content-eight .inner-wrap .grid-section{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width:920px){.landing-section{padding:30px 20px}}.landing-separator{color:#fff;text-transform:uppercase;background:url(data:image/png;base64,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) no-repeat;background-position:100%;background-color:var(--y-grey3);padding:20px;-webkit-background-size:contain;-moz-background-size:contain;background-size:contain}.landing-separator .title{font-family:BebasNeueBold;text-align:center;font-size:72px;line-height:108%;margin:0}@media only screen and (max-width:1280px){.landing-separator .title{font-size:65px}}@media only screen and (max-width:920px){.landing-separator .title{font-size:55px}}@media only screen and (max-width:820px){.landing-separator .title{font-size:46px}}@media only screen and (max-width:660px){.landing-separator .title{font-size:36px}}.landing-separator .description{font-family:PoppinsSemiBold;text-align:center;font-size:30px}@media only screen and (max-width:1280px){.landing-separator .description{font-size:26px}}@media only screen and (max-width:920px){.landing-separator .description{font-size:24px}}@media only screen and (max-width:820px){.landing-separator .description{font-size:22px}}@media only screen and (max-width:660px){.landing-separator .description{font-size:20px}}@media only screen and (max-width:660px){.landing-separator{-webkit-background-size:cover;-moz-background-size:cover;background-size:cover}}.count-wrapper{background-color:#e8edec}.count-wrapper .title-header{float:right;width:100%;margin-top:23px;text-align:center}.count-wrapper .title-header p{color:var(--y-grey3);font-family:PoppinsRegular;font-size:48px}@media only screen and (max-width:620px){.count-wrapper .title-header p{font-size:32px}}.count-wrapper .inner-wrap{margin:0 auto;max-width:1440px;padding:70px 40px}@media only screen and (max-width:620px){.count-wrapper .inner-wrap{padding:30px 20px}}.box-btn{max-width:761px;margin:30px auto;padding:0 20px}.box-btn.landing .box-desktop.override-main input{min-height:55px;border:2px solid var(--y-green1)!important}.box-btn.landing .box-desktop.override-main input::-webkit-input-placeholder{color:var(--y-grey9)!important;font-family:PoppinsRegular}.box-btn.landing .box-desktop.override-main input:-moz-placeholder,.box-btn.landing .box-desktop.override-main input::-moz-placeholder{color:var(--y-grey9)!important;font-family:PoppinsRegular}.box-btn.landing .box-desktop.override-main input:-ms-input-placeholder{color:var(--y-grey9)!important;font-family:PoppinsRegular}.box-btn.landing .box-desktop.override-main input::-ms-input-placeholder{color:var(--y-grey9)!important;font-family:PoppinsRegular}.box-btn.landing .box-desktop.override-main input::placeholder{color:var(--y-grey9)!important;font-family:PoppinsRegular}@media only screen and (max-width:950px){.box-btn.landing .box-desktop.override-main .ui.action input{-webkit-border-top-right-radius:.28571rem!important;-moz-border-radius-topright:.28571rem!important;border-top-right-radius:.28571rem!important;-webkit-border-bottom-right-radius:.28571rem!important;-moz-border-radius-bottomright:.28571rem!important;border-bottom-right-radius:.28571rem!important;border-right-color:var(--y-green1)!important}}.box-btn.landing .box-desktop.override-main button{min-height:55px;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important;font-size:20px!important}@media only screen and (max-width:950px){.box-btn.landing .box-desktop.override-main button{display:none!important}}@media only screen and (max-width:820px){.box-btn.landing{min-width:100%}}.box-btn .f-center button{font-size:20px!important}.main-container{width:100%;height:-webkit-calc(100% - var(--nav-height));height:-moz-calc(100% - var(--nav-height));height:calc(100% - var(--nav-height));overflow-y:auto}.main-container .inner-container{max-width:1440px;padding:32px 20px;margin:0 auto}.main-container .inner-container h1{font-family:RobotoBold}.main-container .inner-container p{font-family:RobotoRegular;color:var(--grey3);font-size:14px;line-height:1.6}.main-container .inner-container a{word-break:break-all}.main-container.hasExtraTopBar{height:-webkit-calc(100% - var(--extra-nav-height));height:-moz-calc(100% - var(--extra-nav-height));height:calc(100% - var(--extra-nav-height))}.wrapper-practice{height:-webkit-calc(100% - var(--nav-height));height:-moz-calc(100% - var(--nav-height));height:calc(100% - var(--nav-height));overflow-y:auto;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.wrapper-practice .footer-section{margin-top:auto}.wrapper-practice .inner{max-width:1440px;width:100%;margin:0 auto;padding:0}.wrapper-practice .inner .fullscreen-background{background:#fff;z-index:9998;position:fixed;top:0;left:0;height:100%;width:100%}.wrapper-practice .inner .header-message{background-color:var(--y-grey10);display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;position:relative;min-height:120px;padding:32px 20px;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.wrapper-practice .inner .header-message:before{content:"";position:absolute;top:0;left:0;width:5vw;height:8px;border:12px solid #fff;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}@media only screen and (max-width:1200px){.wrapper-practice .inner .header-message:before{display:none}}.wrapper-practice .inner .header-message .header-content{max-width:1000px;-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.wrapper-practice .inner .header-message .header-content .left{-webkit-flex:2 1;-moz-box-flex:2;-ms-flex:2 1;flex:2 1;font-family:PoppinsRegular;color:var(--y-grey6);font-size:18px;text-align:left}@media only screen and (max-width:960px){.wrapper-practice .inner .header-message .header-content .left{font-size:16px}}.wrapper-practice .inner .header-message .header-content .right{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.wrapper-practice .inner .header-message .header-content .right img{max-width:50px;margin-bottom:10px;cursor:pointer}.wrapper-practice .inner .header-message .header-content .right i{height:20px;line-height:28px}.wrapper-practice .inner .header-message .header-content .right i:before{color:var(--y-grey3)}.wrapper-practice .inner .header-message .header-content .right p{margin:0;font-family:BebasNeueBold;font-size:18px;color:var(--y-grey3)}@media only screen and (max-width:820px){.wrapper-practice .inner .header-message .header-content .right{-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:20px}}@media only screen and (max-width:820px){.wrapper-practice .inner .header-message .header-content{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.wrapper-practice .inner .wrapper-slides{padding:20px 0;margin-top:10px}.wrapper-practice .inner .wrapper-slides.fullscreen-enabled{background-color:#fff;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0!important;z-index:9999;-o-object-fit:contain;object-fit:contain;position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important;box-sizing:border-box!important;min-width:0!important;min-height:0!important;max-height:none!important;width:100%!important;height:100%!important;-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;-o-transform:none!important;transform:none!important;margin:0 auto!important}.wrapper-practice .inner .wrapper-slides .wrapper-slide{width:100%;padding-top:56.25%;overflow:hidden;position:relative}.wrapper-practice .inner .wrapper-slides .wrapper-slide .preambule-layout{position:absolute;top:0;right:0;bottom:0;left:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;z-index:10;pointer-events:none}.wrapper-practice .inner .wrapper-slides .wrapper-slide .preambule-layout,.wrapper-practice .inner .wrapper-slides .wrapper-slide .preambule-layout div{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.wrapper-practice .inner .wrapper-slides .wrapper-slide .preambule-layout div{display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:10px 20px;background-color:var(--y-green1);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.wrapper-practice .inner .wrapper-slides .wrapper-slide .preambule-layout div p{font-size:36px;color:#fff;font-family:BebasNeueBold}@media only screen and (max-width:620px){.wrapper-practice .inner .wrapper-slides .wrapper-slide .preambule-layout div p{font-size:32px}}@media only screen and (max-width:420px){.wrapper-practice .inner .wrapper-slides .wrapper-slide .preambule-layout div p{font-size:26px}}.wrapper-practice .inner .wrapper-slides .wrapper-slide .content{position:absolute;top:0;right:0;bottom:0;left:0}.wrapper-practice .inner .wrapper-slides .wrapper-slide .content .img-slider{position:absolute;z-index:5;-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.wrapper-practice .inner .wrapper-slides .wrapper-slide .content video{position:absolute;z-index:5;-o-object-fit:fill;object-fit:fill;width:100%;height:100%}.wrapper-practice .inner .wrapper-slides .wrapper-slide .content .next-image{position:absolute;bottom:8%;right:2%;width:176px;height:auto;padding:10px 20px;-webkit-box-shadow:0 3px 20px rgba(0,0,0,.28);-moz-box-shadow:0 3px 20px rgba(0,0,0,.28);box-shadow:0 3px 20px rgba(0,0,0,.28);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background-color:#fff;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;z-index:10}.wrapper-practice .inner .wrapper-slides .wrapper-slide .content .next-image img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.wrapper-practice .inner .wrapper-slides .wrapper-slide .content .next-image p{color:var(--y-grey16);font-family:PoppinsRegular;font-size:16px;text-align:center;text-transform:uppercase}@media only screen and (max-width:920px){.wrapper-practice .inner .wrapper-slides .wrapper-slide .content .next-image{width:127px}}@media only screen and (max-width:720px){.wrapper-practice .inner .wrapper-slides .wrapper-slide .content .next-image{width:120px;padding:10px}.wrapper-practice .inner .wrapper-slides .wrapper-slide .content .next-image p{font-size:14px}}@media only screen and (max-width:420px){.wrapper-practice .inner .wrapper-slides .wrapper-slide .content .next-image{width:93px;padding:5px}.wrapper-practice .inner .wrapper-slides .wrapper-slide .content .next-image p{font-size:12px}}.wrapper-practice .inner .wrapper-slides .wrapper-slide .content .counter-practice{position:absolute;top:10px;right:2%;display:grid;width:auto;grid-template-columns:1fr;padding:10px;z-index:10}.wrapper-practice .inner .wrapper-slides .wrapper-slide .content .counter-practice .right-block{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-family:PoppinsBold;color:var(--y-grey3);font-size:50px;margin-left:auto}.wrapper-practice .inner .wrapper-slides .wrapper-slide .content .counter-practice .right-block p{margin:0;line-height:50px;text-transform:uppercase}.wrapper-practice .inner .wrapper-slides .wrapper-slide .content .counter-practice .right-block p.countdown{font-size:40px}@media only screen and (max-width:920px){.wrapper-practice .inner .wrapper-slides .wrapper-slide .content .counter-practice .right-block p.countdown{font-size:36px}}@media only screen and (max-width:619px){.wrapper-practice .inner .wrapper-slides .wrapper-slide .content .counter-practice .right-block p.countdown{font-size:30px}}@media only screen and (max-width:1150px){.wrapper-practice .inner .wrapper-slides .wrapper-slide .content .counter-practice{grid-template-columns:1fr}}.wrapper-practice .inner .wrapper-slides .wrapper-slide .content .loading-container{width:50%;height:auto;position:absolute;top:65%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:9999999}.wrapper-practice .inner .wrapper-slides .wrapper-slide .content .loading-container p{font-family:PoppinsRegular;color:var(--y-grey6);font-size:28px;text-align:center}@media only screen and (max-width:960px){.wrapper-practice .inner .wrapper-slides .wrapper-slide .content .loading-container p{font-size:22px}}@media only screen and (max-width:1024px){.wrapper-practice .inner .wrapper-slides{padding:0}}.wrapper-practice .inner .progress-section{display:grid;grid-template-columns:-webkit-min-content 1fr auto;grid-template-columns:min-content 1fr auto;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px;width:100%;grid-gap:30px;padding:0 20px;position:relative;-webkit-transition:opacity .5s;-o-transition:opacity .5s;-moz-transition:opacity .5s;transition:opacity .5s}@media only screen and (max-width:1024px){.wrapper-practice .inner .progress-section .text{display:none;-webkit-order:3;-moz-box-ordinal-group:4;-ms-flex-order:3;order:3}}.wrapper-practice .inner .progress-section .progress-bar{background:#fdfeff;border:2px solid #dce0df;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;display:inline-block;padding:10px;width:100%;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;cursor:pointer}.wrapper-practice .inner .progress-section .progress-bar .progress-bar-preview{width:20%;min-width:150px;aspect-ratio:16/9;background-color:#000;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;overflow:hidden;border:2px solid #30425a;position:absolute;bottom:3rem;z-index:18}.wrapper-practice .inner .progress-section .progress-bar .progress-inner{background:var(--brand-secondary);height:10px}@media only screen and (max-width:950px){.wrapper-practice .inner .progress-section .progress-bar .progress-inner{height:6px}}.wrapper-practice .inner .progress-section .progress-bar .progress-bar-seeker{border:1px solid rgba(220,224,223,.6705882352941176)}@media only screen and (max-width:1024px){.wrapper-practice .inner .progress-section .progress-bar{max-width:900px;margin:0 auto;padding:8px 20px;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media only screen and (max-width:950px){.wrapper-practice .inner .progress-section .progress-bar{padding:2px}}.wrapper-practice .inner .progress-section .percent{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}@media only screen and (max-width:1024px){.wrapper-practice .inner .progress-section .percent{text-align:center;font-size:small;padding:8px;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (max-width:950px){.wrapper-practice .inner .progress-section{grid-gap:0;margin-bottom:0;height:35px}}.wrapper-actions-buttons{position:absolute;top:20px;left:20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:20}video::-internal-media-controls-overlay-cast-button{display:none}.wrapper-practice-result{height:-webkit-calc(100% - var(--nav-height));height:-moz-calc(100% - var(--nav-height));height:calc(100% - var(--nav-height));overflow-y:auto;position:relative}.wrapper-practice-result .inner{max-width:1440px;width:100%;margin:0 auto;padding:0 20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;min-height:100%;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:16px}.wrapper-practice-result .inner div{text-align:center;padding:30px 10px}.wrapper-practice-result .inner p{color:var(--y-grey6);font-family:PoppinsRegular;font-size:1.2em}.wrapper-practice-result .inner .f-icon-info-circled{cursor:pointer}.wrapper-practice-result .inner .f-icon-info-circled:before{color:var(--y-green1)}.wrapper-practice-result .inner img{max-width:100%;padding-bottom:50px;margin:0 auto}@media only screen and (max-width:920px){.wrapper-practice-result .inner{font-size:15px;padding-top:48px}}@media only screen and (max-width:620px){.wrapper-practice-result .inner{font-size:14px}}@media only screen and (max-width:420px){.wrapper-practice-result .inner{font-size:13px}}.pr-menu-items{font-size:14px;position:-webkit-sticky;position:sticky;top:20px}.pr-menu-items .item{padding:5px 10px;font-size:1em;color:var(--y-grey3);font-family:PoppinsSemiBold;position:relative;margin-bottom:10px;cursor:pointer}.pr-menu-items .item,.pr-menu-items .item:before{-webkit-transition:all .3s cubic-bezier(.165,.84,.44,1);-o-transition:all .3s cubic-bezier(.165,.84,.44,1);-moz-transition:all .3s cubic-bezier(.165,.84,.44,1);transition:all .3s cubic-bezier(.165,.84,.44,1)}.pr-menu-items .item:before{content:"";position:absolute;left:0;top:0;width:4px;background-color:var(--y-grey3);bottom:0;opacity:0}.pr-menu-items .item.active:before{opacity:1}.pr-menu-items .item:hover{color:var(--y-green1)}.pr-menu-items .item:hover:before{background-color:var(--y-green1)}.pr-menu-items .item span{margin-left:10px}.practice-target-wrapper{height:-webkit-calc(100% - var(--nav-height));height:-moz-calc(100% - var(--nav-height));height:calc(100% - var(--nav-height));overflow-y:auto;position:relative}.practice-target-wrapper .inner{max-width:1440px;width:100%;margin:0 auto;position:relative;z-index:1;min-height:100%;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.practice-target-wrapper .inner .pr-nav{border-bottom:1px solid #d3d3d3;padding:0 20px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-family:PoppinsSemiBold;font-size:14px;-ms-flex-align:center;height:50px}.practice-target-wrapper .inner .pr-nav,.practice-target-wrapper .inner .pr-nav .pr-item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center}.practice-target-wrapper .inner .pr-nav .pr-item{-webkit-flex-basis:0%;-ms-flex-preferred-size:0%;flex-basis:0%;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-flex-grow:.48;-moz-box-flex:.48;-ms-flex-positive:.48;flex-grow:.48;color:var(--y-grey3);font-size:1em;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;height:100%;-ms-flex-align:center;position:relative;cursor:pointer}.practice-target-wrapper .inner .pr-nav .pr-item.active:before{content:"";bottom:-3px;width:100%;height:4px;background-color:var(--y-grey3);position:absolute}@media only screen and (min-width:921px){.practice-target-wrapper .inner .pr-nav{display:none}}.practice-target-wrapper .inner .pr-flex{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:5vw 30px;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.practice-target-wrapper .inner .pr-flex .pr-aside{-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:215px;padding:10px}@media only screen and (max-width:920px){.practice-target-wrapper .inner .pr-flex .pr-aside{display:none}}.practice-target-wrapper .inner .pr-flex .pr-content{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;padding-left:3vw}@media only screen and (max-width:520px){.practice-target-wrapper .inner .pr-flex{padding:5vw 20px}}.practice-target-wrapper .inner .btn-practice-wrapper-a{padding:32px 0}@media only screen and (max-width:420px){.practice-target-wrapper .inner .btn-practice-wrapper-a{text-align:center;padding:0 28 48px 0}}.practice-target-wrapper .inner .practice-target-header .practice-target-header-title{font-size:22px;text-align:left;text-transform:uppercase;font-family:PoppinsSemiBold;color:var(--y-grey3)}@media only screen and (max-width:420px){.practice-target-wrapper .inner .practice-target-header .practice-target-header-title{font-size:18px}}.practice-target-wrapper .inner .practice-target-header .practice-target-header-subtitle{font-family:PoppinsRegular;font-size:14px;text-align:left;padding-bottom:60px;color:var(--y-grey3)}@media only screen and (max-width:420px){.practice-target-wrapper .inner .practice-target-header .practice-target-header-subtitle{font-size:14px}}.practice-target-wrapper .inner .practice-target-header .practice-target-header-subtitle span{color:var(--y-green1)}@media only screen and (max-width:420px){.practice-target-wrapper .inner .practice-target-header .practice-target-header-subtitle{padding-bottom:30px}}@media only screen and (max-width:918px){.practice-target-wrapper .inner .practice-target-header{padding-top:0}}.practice-target-wrapper .inner .practice-target-grid{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.practice-target-wrapper .inner .practice-target-grid .item{-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:20px;margin-bottom:20px;position:relative}.practice-target-wrapper .inner .practice-target-grid .item.left-i{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%}.practice-target-wrapper .inner .practice-target-grid .item.left-i:before{content:"";position:absolute;top:0;left:0;height:5px;background-color:var(--y-grey12);width:10%;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:4px solid #fff}@media only screen and (max-width:720px){.practice-target-wrapper .inner .practice-target-grid .item.left-i:before{display:none}}@media only screen and (max-width:1124px){.practice-target-wrapper .inner .practice-target-grid .item.left-i{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%}}.practice-target-wrapper .inner .practice-target-grid .item.right-i{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%}@media only screen and (max-width:1124px){.practice-target-wrapper .inner .practice-target-grid .item.right-i{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%}}.practice-target-wrapper .inner .practice-target-grid .item.blue-b{background-color:var(--y-grey3)}.practice-target-wrapper .inner .practice-target-grid .item.blue-b .w-image{border:3px dashed var(--y-green1)}.practice-target-wrapper .inner .practice-target-grid .item.grey-b{background-color:var(--y-grey10)}.practice-target-wrapper .inner .practice-target-grid .item.grey-2-b{background-color:var(--grey5)}.practice-target-wrapper .inner .practice-target-grid .item.grey-2-b .w-image{border:3px dashed var(--y-grey3)}.practice-target-wrapper .inner .practice-target-grid .item .item-content{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%}.practice-target-wrapper .inner .practice-target-grid .item .item-content .text{font-family:PoppinsRegular;color:var(--y-grey6);font-size:18px;text-align:center;display:block}@media only screen and (max-width:560px){.practice-target-wrapper .inner .practice-target-grid .item .item-content .text{font-size:17px}}@media only screen and (max-width:420px){.practice-target-wrapper .inner .practice-target-grid .item .item-content .text{font-size:16px;text-align:left}}.practice-target-wrapper .inner .practice-target-grid .item .item-content .w-image{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 40px;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.practice-target-wrapper .inner .practice-target-grid .item .item-content .w-image img{width:104px;height:100%;-o-object-fit:contain;object-fit:contain}.practice-target-wrapper .inner .practice-target-grid .item .item-content .secondary-text{font-family:PoppinsRegular;color:var(--y-green1);font-size:18px;text-align:center;text-transform:uppercase}@media only screen and (max-width:560px){.practice-target-wrapper .inner .practice-target-grid .item .item-content .secondary-text{font-size:17px}}@media only screen and (max-width:420px){.practice-target-wrapper .inner .practice-target-grid .item .item-content .secondary-text{font-size:16px;text-align:left}}@media only screen and (max-width:560px){.practice-target-wrapper .inner .practice-target-grid .item{padding:20px}}@media only screen and (max-width:720px){.practice-target-wrapper .inner .practice-target-grid{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.practice-preview-wrapper{height:-webkit-calc(100% - var(--nav-height));height:-moz-calc(100% - var(--nav-height));height:calc(100% - var(--nav-height));overflow-y:auto;position:relative}.practice-preview-wrapper .inner{max-width:1440px;width:100%;margin:0 auto;position:relative;z-index:1;min-height:100%;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.practice-preview-wrapper .inner .pr-nav{border-bottom:1px solid #d3d3d3;padding:0 20px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-family:PoppinsSemiBold;font-size:14px;-ms-flex-align:center;height:50px}.practice-preview-wrapper .inner .pr-nav,.practice-preview-wrapper .inner .pr-nav .pr-item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center}.practice-preview-wrapper .inner .pr-nav .pr-item{-webkit-flex-basis:0%;-ms-flex-preferred-size:0%;flex-basis:0%;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-flex-grow:.48;-moz-box-flex:.48;-ms-flex-positive:.48;flex-grow:.48;color:var(--y-grey3);font-size:1em;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;height:100%;-ms-flex-align:center;position:relative;cursor:pointer}.practice-preview-wrapper .inner .pr-nav .pr-item.active:before{content:"";bottom:-3px;width:100%;height:4px;background-color:var(--y-grey3);position:absolute}@media only screen and (min-width:921px){.practice-preview-wrapper .inner .pr-nav{display:none}}.practice-preview-wrapper .inner .pr-flex{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:5vw 30px;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.practice-preview-wrapper .inner .pr-flex .pr-aside{-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:215px;padding:10px}@media only screen and (max-width:920px){.practice-preview-wrapper .inner .pr-flex .pr-aside{display:none}}.practice-preview-wrapper .inner .pr-flex .pr-content{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;padding-left:3vw}@media only screen and (max-width:520px){.practice-preview-wrapper .inner .pr-flex{padding:5vw 20px}}.practice-preview-wrapper .inner .btn-practice-wrapper{padding:32px 0}@media only screen and (max-width:420px){.practice-preview-wrapper .inner .btn-practice-wrapper{text-align:center;padding:0 0 48px}}.practice-preview-wrapper .inner .practice-preview-header .practice-preview-header-title{font-size:22px;text-align:left;text-transform:uppercase;font-family:PoppinsSemiBold;color:var(--y-grey3)}@media only screen and (max-width:420px){.practice-preview-wrapper .inner .practice-preview-header .practice-preview-header-title{font-size:18px}}.practice-preview-wrapper .inner .practice-preview-header .practice-preview-header-subtitle{font-family:PoppinsRegular;font-size:14px;text-align:left;padding-bottom:60px;color:var(--y-grey3)}@media only screen and (max-width:420px){.practice-preview-wrapper .inner .practice-preview-header .practice-preview-header-subtitle{font-size:14px}}.practice-preview-wrapper .inner .practice-preview-header .practice-preview-header-subtitle span{color:var(--y-green1)}@media only screen and (max-width:420px){.practice-preview-wrapper .inner .practice-preview-header .practice-preview-header-subtitle{padding-bottom:30px}}@media only screen and (max-width:918px){.practice-preview-wrapper .inner .practice-preview-header{padding-top:0}}.practice-preview-wrapper .inner .preview-grid{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.practice-preview-wrapper .inner .preview-grid .item{width:-webkit-calc(100%/var(--item-per-row-preview) - 20px);width:-moz-calc(100%/var(--item-per-row-preview) - 20px);width:calc(100%/var(--item-per-row-preview) - 20px);margin-left:10px;margin-right:10px;background:#fff;-webkit-box-shadow:0 0 10px rgba(0,0,0,.25);-moz-box-shadow:0 0 10px rgba(0,0,0,.25);box-shadow:0 0 10px rgba(0,0,0,.25);-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;overflow:hidden;margin-bottom:48px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;cursor:pointer;position:relative}.practice-preview-wrapper .inner .preview-grid .item .item-cover{width:100%;padding-top:66.6666666667%;position:relative;overflow:hidden}.practice-preview-wrapper .inner .preview-grid .item .item-cover .item-expanded{position:absolute;top:0;left:0;bottom:0;right:0;z-index:2;background-color:#fff;padding-bottom:10px}.practice-preview-wrapper .inner .preview-grid .item .item-cover .item-expanded img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.practice-preview-wrapper .inner .preview-grid .item .item-footer{background:var(--y-grey3);padding:10px 15px;margin-top:auto;min-height:58.4px}.practice-preview-wrapper .inner .preview-grid .item .item-footer .title{font-family:BebasNeueBold;font-size:18px;color:var(--y-green1)}.practice-preview-wrapper .inner .preview-grid .item .item-counter{left:0}.practice-preview-wrapper .inner .preview-grid .item .item-counter,.practice-preview-wrapper .inner .preview-grid .item .item-time{position:absolute;top:0;padding-left:8px;padding-right:8px;margin-left:8px;margin-right:8px;margin-top:8px;color:var(--y-green1);font-family:PoppinsSemiBold;font-size:14px;background-color:rgba(49,67,91,.75);text-transform:uppercase;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;z-index:3}.practice-preview-wrapper .inner .preview-grid .item .item-time{right:0}.practice-preview-wrapper .inner .preview-grid .item .item-time i:before{color:var(--y-green2)!important;text-shadow:0 0 15px var(--y-green2)}@media only screen and (max-width:1230px){.practice-preview-wrapper{--item-per-row-preview:3}}@media only screen and (max-width:620px){.practice-preview-wrapper{--item-per-row-preview:2}}@media only screen and (max-width:420px){.practice-preview-wrapper{--item-per-row-preview:1}}.wrapper-slick-grid{position:relative;padding:0 24px}@media only screen and (max-width:420px){.wrapper-slick-grid{padding:0}}.wrapper-slick-grid .item-slide{padding:10px;cursor:pointer;height:100%}.wrapper-slick-grid .item-slide .card-content{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border:1px solid var(--border-color);overflow:hidden;background-color:#fff;height:100%;position:relative}.wrapper-slick-grid .item-slide .card-content .card-indicator{position:absolute;top:8px;left:8px;background-color:var(--brand-secondary);padding:5px;z-index:2;display:inline-block;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.wrapper-slick-grid .item-slide .card-content:hover{background-color:#f8f8f8}.wrapper-slick-grid .item-slide .card-content .card-body .card-title{font-family:PoppinsSemiBold;font-size:14px;color:var(--brand-primary);white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;padding:12px 8px;margin:0}.wrapper-slick-grid .item-slide .card-content .card-body .card-footer{border-top:1px solid var(--border-color);padding:10px 8px}.wrapper-slick-grid .item-slide .card-content .card-body .card-footer .footer-item{background-color:var(--dark-grey-4);display:inline-block;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;padding:2px 10px;margin:5px}.wrapper-slick-grid .item-slide .card-content .base-layout{width:100%;padding-top:56.25%;position:relative;overflow:hidden}.wrapper-slick-grid .item-slide .card-content .base-layout .base-inner{position:absolute;top:0;left:0;bottom:0;right:0}.wrapper-slick-grid .item-slide .card-content .base-layout .base-inner img{bottom:0;display:block;height:100%;left:0;-o-object-fit:cover;object-fit:cover;opacity:1;position:absolute;right:0;top:0;width:100%}.wrapper-slick-grid .item-slide .card-content .bloqued-layer{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:20px;background:rgba(0,0,0,.45);text-align:center;visibility:hidden}.wrapper-slick-grid .item-slide .card-content .bloqued-layer i{font-size:100px}.wrapper-slick-grid .item-slide .card-content .bloqued-layer i:before{color:var(--y-green1)}.wrapper-slick-grid .item-slide .card-content .bloqued-layer span{font-family:PoppinsBold;font-size:16px;color:var(--y-green2)!important;text-transform:capitalize}.wrapper-slick-grid .item-slide .card-content .bloqued-layer.visibled{visibility:visible}.wrapper-slick-grid .slick-slider{margin:10px 0}.wrapper-slick-grid .slick-slider .slick-list .slick-track{margin-left:0;margin-right:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.wrapper-slick-grid .slick-slider .slick-list .slick-slide{opacity:.5;height:auto}.wrapper-slick-grid .slick-slider .slick-list .slick-slide>div{height:100%}.wrapper-slick-grid .slick-slider .slick-list .slick-slide.slick-active{opacity:1}.slick-custom-btn{cursor:pointer;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:100%;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:1;position:absolute;top:0;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%);width:34px;z-index:1;background:rgba(0,0,0,0);border:none;border-color:initial;-webkit-border-image:none;-moz-border-image:none;-o-border-image:none;border-image:none;-webkit-border-image:initial;-moz-border-image:initial;-o-border-image:initial;border-image:initial;padding:0;-webkit-transition:opacity .2s ease 0s;-o-transition:opacity .2s ease 0s;-moz-transition:opacity .2s ease 0s;transition:opacity .2s ease 0s;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.slick-custom-btn.prev-a{left:0}.slick-custom-btn.next-a{right:0;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}.slick-custom-btn.slick-disabled{display:none}.ui.modal i.close.icon{top:1.0535rem;right:1rem;color:rgba(0,0,0,.87)}.ui.modal .scrolling.content .proImage{position:relative;margin-bottom:20px}.ui.modal .scrolling.content .proImage img.ui.image.avatar{-o-object-fit:cover;object-fit:cover;z-index:2;left:-webkit-calc(50% - 75px);left:-moz-calc(50% - 75px);left:calc(50% - 75px)}.ui.modal .scrolling.content .proImage img.ui.image.avatar.broken{z-index:0}.ui.modal .scrolling.content .proImage span.initials{display:inline-block;position:absolute;text-align:center;color:#000;background-color:#fff;height:150px;width:150px;z-index:1;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border:1px solid #f4f4f4;font-size:5em;padding:.3em;line-height:1.5em;left:-webkit-calc(50% - 75px);left:-moz-calc(50% - 75px);left:calc(50% - 75px)}.ui.modal .scrolling.content .proImage span.initials.visible{z-index:2}.ui.modal .scrolling.content .title{display:block;text-align:center;font-size:1.25em;line-height:1.5em;font-weight:700;margin-bottom:10px}.ui.modal .scrolling.content div.subtitle{text-align:center;font-size:1.2em;line-height:2em}.ui.modal .scrolling.content div.subtitle i{margin-right:5px}.ui.modal .scrolling.content div.subtitle.language{margin-bottom:20px}.ui.modal .scrolling.content .text{display:block;font-size:1em;line-height:1.25em;margin-bottom:20px}.ui.modal .scrolling.content video{width:100%;height:auto;display:block;margin-right:0;margin-bottom:20px}.ui.modal .scrolling.content .actions{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.ui.modal .scrolling.content .actions .ui.button{width:150px}@media(max-width:720px){.ui.modal .scrolling.content .actions .ui.button{width:52px}.ui.modal .scrolling.content .actions .ui.button .buttonLabel{display:none}}.ui.modals .send-message-modal{max-width:420px;background:#fff!important}.ui.modals .send-message-modal .top-header-block.header{border-bottom:none!important;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:1.25rem!important;background:rgba(0,0,0,0)!important}.ui.modals .send-message-modal .top-header-block.header i{font-size:20px}.ui.modals .send-message-modal .top-header-block.header i:before{color:var(--y-grey3)}@media only screen and (max-width:590px){.ui.modals .send-message-modal .top-header-block.header{padding:10px 10px 0!important}}.ui.modals .send-message-modal .content{padding-top:0!important;background:rgba(0,0,0,0)!important}.ui.modals .send-message-modal .content .description-block .description-title{font-family:PoppinsBold!important;color:var(--y-grey3);margin:0;font-size:18px}.ui.modals .send-message-modal .content .description-block .description-title:first-child{margin-bottom:10px}.ui.modals .send-message-modal .content .wrapper-info-btn{padding-top:10px}.ui.modals .send-message-modal .content .wrapper-info-btn button{margin-left:0}.main-wrap{display:block;position:relative;height:-webkit-calc(100% - var(--nav-height));height:-moz-calc(100% - var(--nav-height));height:calc(100% - var(--nav-height));overflow-x:hidden;background-color:#fff;z-index:1;overflow-y:auto}.main-wrap .p-header{padding:32px 0;max-width:675px}@media(max-width:420px){.main-wrap .p-header{padding:20px 0}}.main-wrap .footer-section{position:relative;z-index:2}.block-separator{background:#fff}.next-overlay{width:100%;height:100%;background-color:var(--y-grey3);display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px}.next-overlay p{font-family:PoppinsBold;font-size:16px;color:var(--y-green2)!important;text-align:center}.proBox{background:#f4f4f4;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;padding:15px;margin-bottom:30px}.proBox span.proSectionTitle{display:block;font-size:1em;line-height:1.25em;margin-bottom:15px}.proBox .proInfoBox{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:15px;background-color:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin-bottom:15px}.proBox .proInfoBox i,.proBox .proInfoBox span.empty{font-weight:500;font-size:1em;line-height:1.25em;color:#747474}.proBox .proInfoBox img.ui.image.avatar{height:104px;width:104px;-o-object-fit:cover;object-fit:cover;margin-right:.75em;z-index:2;margin-bottom:20px}.proBox .proInfoBox img.ui.image.avatar.broken{z-index:0}@media(max-width:720px){.proBox .proInfoBox img.ui.image.avatar{height:50px;width:50px}}.proBox .proInfoBox span.initials{display:inline-block;position:absolute;color:#000;margin-right:.75em;background-color:#fff;height:104px;width:104px;z-index:1;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border:1px solid #f4f4f4;font-size:3em;padding:.5em;line-height:1.4em}.proBox .proInfoBox span.initials.visible{z-index:2}@media(max-width:720px){.proBox .proInfoBox span.initials{height:50px;width:50px;font-size:1.5em;padding:.5em;line-height:1.2em}}.proBox .proInfoBox div.info{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;vertical-align:top;top:15px;width:-webkit-calc(100% - 120px);width:-moz-calc(100% - 120px);width:calc(100% - 120px)}.proBox .proInfoBox div.info span.title{font-weight:700}.proBox .proInfoBox div.info span.description,.proBox .proInfoBox div.info span.title{display:inline-block;width:100%;font-size:1em;line-height:1.25em}.proBox .proInfoBox div.info span.seeMore{display:inline-block;font-size:1em;line-height:1.25em;color:#00b595;cursor:pointer}@media(max-width:720px){.proBox .proInfoBox div.info{top:0;width:-webkit-calc(100% - 62px);width:-moz-calc(100% - 62px);width:calc(100% - 62px)}}.proBox .proGroupsBox,.proBox .proPracticesBox{padding:15px;background-color:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin-bottom:15px}.proBox .proGroupsBox i,.proBox .proGroupsBox span.empty,.proBox .proPracticesBox i,.proBox .proPracticesBox span.empty{font-weight:500;font-size:1em;line-height:1.25em;color:#747474}.proBox .proGroupsBox div.ui.divided.relaxed.list div.item,.proBox .proPracticesBox div.ui.divided.relaxed.list div.item{padding-top:.75em;padding-bottom:.75em}.proBox .proGroupsBox div.ui.divided.relaxed.list div.item img.ui.image,.proBox .proPracticesBox div.ui.divided.relaxed.list div.item img.ui.image{height:3em;width:3em;-o-object-fit:cover;object-fit:cover;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border:2px double #f4f4f4;z-index:2}.proBox .proGroupsBox div.ui.divided.relaxed.list div.item img.ui.image.broken,.proBox .proPracticesBox div.ui.divided.relaxed.list div.item img.ui.image.broken{z-index:0}.proBox .proGroupsBox div.ui.divided.relaxed.list div.item span.initials,.proBox .proPracticesBox div.ui.divided.relaxed.list div.item span.initials{display:inline-block;position:absolute;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border:3px double #f4f4f4;padding:.8em;color:#000;margin-right:.25em;background-color:#fff;height:3em;width:3em;z-index:1}.proBox .proGroupsBox div.ui.divided.relaxed.list div.item span.initials.visible,.proBox .proPracticesBox div.ui.divided.relaxed.list div.item span.initials.visible{z-index:2}.proBox .proGroupsBox div.ui.divided.relaxed.list div.item .content,.proBox .proPracticesBox div.ui.divided.relaxed.list div.item .content{width:-webkit-calc(100% - 42px);width:-moz-calc(100% - 42px);width:calc(100% - 42px)}.proBox .proGroupsBox div.ui.divided.relaxed.list div.item .content .description,.proBox .proGroupsBox div.ui.divided.relaxed.list div.item .content .header,.proBox .proPracticesBox div.ui.divided.relaxed.list div.item .content .description,.proBox .proPracticesBox div.ui.divided.relaxed.list div.item .content .header{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.proBox .proPracticesBox div.ui.divided.relaxed.list div.item div.content{width:-webkit-calc(100% - 155px);width:-moz-calc(100% - 155px);width:calc(100% - 155px)}.usage-guide-wrapper{height:-webkit-calc(100% - var(--nav-height));height:-moz-calc(100% - var(--nav-height));height:calc(100% - var(--nav-height));overflow-y:auto;position:relative}.usage-guide-wrapper .inner{max-width:1440px;margin:0 auto;padding:32px 20px}.usage-guide-wrapper .inner h1{font-family:RobotoBold}.usage-guide-wrapper .inner p{font-family:RobotoRegular;color:var(--grey3);font-size:14px}.usage-guide-wrapper .inner .video-guide-wrapper{max-width:640px;margin:0 auto;padding:32px 0}.usage-guide-wrapper .inner .video-guide-wrapper .v-ratio{width:100%;padding-top:56.25%;position:relative}.usage-guide-wrapper .inner .video-guide-wrapper .v-ratio .iframe-content{position:absolute;top:0;left:0;bottom:0;right:0}.main-background{background-color:#ebedef}.main-background,.main-background:after{width:100%;position:absolute;height:100%}.main-background:after{content:"";-webkit-clip-path:ellipse(51% 99% at 12% 42%);clip-path:ellipse(51% 99% at 12% 48%);left:0;top:0;background-color:#fff;z-index:1}@media only screen and (max-width:720px){.main-background:after{display:none}}.main-background:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-image:url(/static/media/meteoros_2.3d3b1f87.png);background-repeat:no-repeat;background-position:100% 0}@media only screen and (max-width:720px){.main-background:before{display:none}}@media only screen and (max-width:720px){.main-background{background:rgba(0,0,0,0)}}.wrapper-payment{margin:0 auto;max-width:1440px;width:100%;display:grid;grid-template-columns:1fr 1fr;padding:5%;min-height:100vh;grid-gap:20px;position:relative;z-index:2}.wrapper-payment div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.wrapper-payment .first-col{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.wrapper-payment .first-col div{margin-bottom:32px}@media only screen and (max-width:720px){.wrapper-payment .first-col div{margin-bottom:10px}}.wrapper-payment .first-col .title{font-family:PoppinsMedium;font-size:64px;color:var(--y-grey3);text-align:left}@media only screen and (max-width:820px){.wrapper-payment .first-col .title{font-size:10vmin}}@media only screen and (max-width:420px){.wrapper-payment .first-col .title{font-size:32px}}.wrapper-payment .first-col .subtitle{font-family:PoppinsRegular;font-size:26px;color:var(--y-grey3);text-align:left}@media only screen and (max-width:820px){.wrapper-payment .first-col .subtitle{font-size:3vmin}}@media only screen and (max-width:420px){.wrapper-payment .first-col .subtitle,.wrapper-payment .first-col button{font-size:18px}}.wrapper-payment .second-col img{max-width:100%;height:auto}@media only screen and (max-width:720px){.wrapper-payment{grid-template-columns:1fr}}.st-grid{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.slick-custom-btn-primary,.st-grid{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.slick-custom-btn-primary{cursor:pointer;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:1;position:absolute;height:40px;top:-webkit-calc(50% - 40px);top:-moz-calc(50% - 40px);top:calc(50% - 40px);-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%);width:40px;z-index:1;background:#fff;border:1px solid #c1c1c1;padding:5px;-webkit-transition:opacity .2s ease 0s;-o-transition:opacity .2s ease 0s;-moz-transition:opacity .2s ease 0s;transition:opacity .2s ease 0s;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.slick-custom-btn-primary.next-a{right:-5px;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}.slick-custom-btn-primary.prev-a{left:-5px}.slick-custom-btn-primary.slick-disabled{display:none}.st-wrapper{height:-webkit-calc(100% - var(--nav-height));height:-moz-calc(100% - var(--nav-height));height:calc(100% - var(--nav-height));overflow-y:auto;position:relative}.st-wrapper .inner{max-width:1440px;margin:0 auto;position:relative;min-height:100%;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.st-wrapper .inner,.st-wrapper .inner .st-flex{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.st-wrapper .inner .st-flex{padding:40px 20px;-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1}.st-wrapper .inner .st-flex .st-aside{-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:215px;padding:0 10px}.st-wrapper .inner .st-flex .st-aside .st-aside-menu{font-size:14px;position:-webkit-sticky;position:sticky;top:20px}.st-wrapper .inner .st-flex .st-aside .st-aside-menu .item{padding:5px 10px;font-size:1em;color:var(--y-grey3);font-family:PoppinsSemiBold;position:relative;margin-bottom:10px;cursor:pointer}.st-wrapper .inner .st-flex .st-aside .st-aside-menu .item,.st-wrapper .inner .st-flex .st-aside .st-aside-menu .item:before{-webkit-transition:all .3s cubic-bezier(.165,.84,.44,1);-o-transition:all .3s cubic-bezier(.165,.84,.44,1);-moz-transition:all .3s cubic-bezier(.165,.84,.44,1);transition:all .3s cubic-bezier(.165,.84,.44,1)}.st-wrapper .inner .st-flex .st-aside .st-aside-menu .item:before{content:"";position:absolute;left:0;top:0;width:4px;background-color:var(--y-grey3);bottom:0;opacity:0}.st-wrapper .inner .st-flex .st-aside .st-aside-menu .item.active:before{opacity:1}.st-wrapper .inner .st-flex .st-aside .st-aside-menu .item:hover{color:var(--y-green1)}.st-wrapper .inner .st-flex .st-aside .st-aside-menu .item:hover:before{background-color:var(--y-green1)}.st-wrapper .inner .st-flex .st-aside .st-aside-menu .item span{margin-left:10px;display:inline-block}@media only screen and (max-width:920px){.st-wrapper .inner .st-flex .st-aside{display:none}}.st-wrapper .inner .st-flex .st-content{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;padding-left:3vw;min-width:0}.st-wrapper .inner .st-flex .st-content .st-grid-wrapper{margin-top:40px;margin-bottom:40px}@media only screen and (max-width:920px){.st-wrapper .inner .st-flex .st-content{padding-left:0}}@media only screen and (max-width:420px){.st-wrapper .inner .st-flex{padding:5vw 10px 0}}.st-wrapper .inner .st-nav{border-bottom:1px solid #d3d3d3;padding:0 20px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-family:PoppinsSemiBold;font-size:14px;-ms-flex-align:center;height:50px}.st-wrapper .inner .st-nav,.st-wrapper .inner .st-nav .st-item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center}.st-wrapper .inner .st-nav .st-item{-webkit-flex-basis:0%;-ms-flex-preferred-size:0%;flex-basis:0%;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-flex-grow:.48;-moz-box-flex:.48;-ms-flex-positive:.48;flex-grow:.48;color:var(--y-grey3);font-size:1em;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;height:100%;-ms-flex-align:center;position:relative;cursor:pointer}.st-wrapper .inner .st-nav .st-item.active:before{content:"";bottom:-3px;width:100%;height:4px;background-color:var(--y-grey3);position:absolute}@media only screen and (min-width:920px){.st-wrapper .inner .st-nav{display:none}}.st-wrapper .inner .st-view{display:none}.st-wrapper .inner .st-view.active{display:block}.st-wrapper .inner .st-header{font-size:12px;color:var(--y-grey3);padding:0 10px}.st-wrapper .inner .st-header .st-title{font-size:1.5em;font-family:PoppinsSemiBold}@media only screen and (min-width:920px){.st-wrapper .inner .st-header .st-title{font-size:1.9em}}.st-wrapper .inner .st-header .st-description{font-size:1.2em;font-family:PoppinsRegular}.st-wrapper .inner .st-empty{padding:20px;background-color:#f2f2f2;color:var(--y-grey3);font-size:14px;font-family:PoppinsRegular}.st-wrapper .inner .st-empty .st-empty-message{font-size:1em}@media only screen and (max-width:720px){.st-wrapper .inner .st-empty .st-empty-btn{font-size:12px}}@media only screen and (min-width:721px){.st-wrapper .inner .st-empty .st-empty-btn{font-size:14px}}.std-options{margin-top:40px;margin-bottom:40px}.std-options .std-options-header p{font-family:PoppinsMedium;font-size:14px;color:var(--y-grey3)}.std-options .std-options-body .std-options-item{border-bottom:1px solid #ececec;padding:20px 20px 5px;font-family:PoppinsRegular}.std-options .std-options-body .std-options-item .std-options-title{font-size:12px;color:rgba(50,72,95,.4)}.std-options .std-options-body .std-options-item .std-options-description{font-size:14px;color:var(--y-grey3)}.std-options .std-options-body .std-options-item p{margin-bottom:5px}.std-options .std-options-body .std-options-item:last-child{border:none}@media only screen and (max-width:720px){.std-options{margin-top:20px;margin-bottom:20px}}.std-wrapper{height:-webkit-calc(100% - var(--nav-height));height:-moz-calc(100% - var(--nav-height));height:calc(100% - var(--nav-height));overflow-y:auto;position:relative}.std-wrapper .inner{max-width:1440px;margin:0 auto;position:relative;min-height:100%;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.std-wrapper .inner,.std-wrapper .inner .std-flex{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.std-wrapper .inner .std-flex{padding:40px 20px}.std-wrapper .inner .std-flex .std-aside{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;font-family:PoppinsRegular}.std-wrapper .inner .std-flex .std-aside .std-breadcrumb{color:rgba(50,72,95,.4);font-size:14px;margin-bottom:20px}.std-wrapper .inner .std-flex .std-aside .std-title{font-size:21px;color:var(--y-grey3);font-family:PoppinsSemiBold;margin-bottom:5px}.std-wrapper .inner .std-flex .std-aside .std-subtitle{font-size:14px;color:rgba(50,72,95,.4)}.std-wrapper .inner .std-flex .std-content{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;padding-left:5vw}@media only screen and (max-width:920px){.std-wrapper .inner .std-flex .std-content{display:none}}@media only screen and (max-width:720px){.std-wrapper .inner .std-flex{padding:20px}}.std-wrapper-image{margin-top:20px;width:100%;padding-top:68%;position:relative;overflow:hidden;background-color:#fff}.std-wrapper-image .std-wrapper-image-layout{position:absolute;top:0;right:0;left:0;bottom:0}.std-wrapper-image .std-wrapper-image-layout img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.std-wrapper-video{margin-top:20px;width:100%;padding-top:56.25%;position:relative;overflow:hidden;background-color:#fff}.std-wrapper-video .std-wrapper-video-layout{position:absolute;top:0;right:0;left:0;bottom:0}.std-actions{max-width:270px}.std-actions .std-prices{font-family:PoppinsSemiBold;color:var(--y-grey3);font-size:18px}@media only screen and (max-width:720px){.std-actions .std-btn{font-size:12px}}@media only screen and (min-width:721px){.std-actions .std-btn{font-size:14px}}.std-actions .std-btn.added{background-color:#fff;border:1px solid var(--y-green1);color:var(--y-green1)}.std-actions .std-btn.added i{margin-right:10px}.std-actions .std-btn.added i:before{color:var(--y-green1)}@media only screen and (max-width:720px){.std-actions{max-width:100%}}.rp-wrapper{margin-top:40px;padding:0 20px;overflow-x:hidden}.rp-wrapper .rp-header{padding-top:10px;border-top:1px solid #ececec}.rp-wrapper .rp-header .rp-title{font-family:PoppinsSemiBold;font-size:14px;color:var(--y-grey3)}.rp-wrapper .rp-slider{padding:20px 50px}@media only screen and (max-width:720px){.rp-wrapper .rp-slider{padding:20px 10px 10px 0;margin-top:0}.rp-wrapper .rp-slider .slick-list{overflow:visible}}@media only screen and (max-width:720px){.rp-wrapper{margin-top:0}}.counter-items{display:inline-block;color:var(--y-grey3);font-family:PoppinsRegular;font-size:24px}.pop-section{position:fixed;bottom:70px;left:30px;width:360px;padding:20px;background-color:#fff;z-index:100;-webkit-box-shadow:0 5px 17px rgba(49,66,90,.25);-moz-box-shadow:0 5px 17px rgba(49,66,90,.25);box-shadow:0 5px 17px rgba(49,66,90,.25)}.pop-section.no-pointer{pointer-events:none;cursor:none!important}.pop-section__header{color:var(--y-grey3);font-family:PoppinsSemiBold;font-size:16px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:40px}.pop-section__title{color:var(--y-green1);text-transform:uppercase}.pop-section__close{position:absolute;top:0;right:0;padding-right:10px;padding-top:13px}.pop-section__close i{font-size:22px}.pop-section__close i:before{color:var(--y-green1)}.pop-section__image{margin-right:10px}.pop-section__image img{width:30px}.pop-section__description{color:var(--y-grey3);font-family:PoppinsRegular;font-size:14px}.pop-section__description--grey{margin-top:20px;color:var(--grey4)}.pop-section__footer{margin-top:20px;padding:20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.pop-section__footer span{color:#fff;text-transform:uppercase;background-color:var(--y-green1);cursor:pointer;font-family:PoppinsSemiBold;padding:10px 20px;display:inline-block;width:100%;text-align:center;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}@media only screen and (max-width:420px){.pop-section{width:-webkit-calc(100% - 30px);width:-moz-calc(100% - 30px);width:calc(100% - 30px);margin-left:10px;margin-right:10px;left:0}}.pop-section-promotion{position:fixed;bottom:70px;left:30px;width:360px;background-color:#fff;z-index:100;-webkit-box-shadow:0 5px 17px rgba(49,66,90,.25);-moz-box-shadow:0 5px 17px rgba(49,66,90,.25);box-shadow:0 5px 17px rgba(49,66,90,.25);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.pop-section-promotion.no-pointer{pointer-events:none;cursor:none!important}.pop-section-promotion__close{position:absolute;top:0;right:0;padding-right:10px;padding-top:13px}.pop-section-promotion__close i{font-size:22px}.pop-section-promotion__close i:before{color:#fff}.pop-section-promotion__header{background:#31435b;background:-moz-linear-gradient(90deg,#31435b 0,#1fd5b9 100%);background:-webkit-linear-gradient(90deg,#31435b,#1fd5b9);background:-webkit-gradient(linear,left top,right top,from(#31435b),to(#1fd5b9));background:-webkit-linear-gradient(left,#31435b,#1fd5b9);background:-moz-linear-gradient(left,#31435b 0,#1fd5b9 100%);background:-o-linear-gradient(left,#31435b 0,#1fd5b9 100%);background:linear-gradient(90deg,#31435b,#1fd5b9);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#31435b",endColorstr="#1fd5b9",GradientType=1);height:50px;padding:20px 40px 20px 20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-border-top-left-radius:10px;-moz-border-radius-topleft:10px;border-top-left-radius:10px;-webkit-border-top-right-radius:10px;-moz-border-radius-topright:10px;border-top-right-radius:10px;position:relative}.pop-section-promotion__title{color:#fff;font-family:PoppinsSemiBold;font-size:18px;text-align:center;text-transform:uppercase}.pop-section-promotion__body{padding:20px}.pop-section-promotion__description{color:var(--y-grey3);font-family:PoppinsRegular;text-align:left;font-size:14px;margin-bottom:10px}.pop-section-promotion__description--grey{color:var(--grey4);text-align:center}.pop-section-promotion__counter{text-align:center;letter-spacing:1px}.pop-section-promotion__footer{margin-top:20px;padding:20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.pop-section-promotion__footer span{color:#fff;text-transform:uppercase;background-color:var(--y-green1);cursor:pointer;font-family:PoppinsSemiBold;padding:10px 20px;display:inline-block;width:100%;text-align:center;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}@media only screen and (max-width:420px){.pop-section-promotion{width:-webkit-calc(100% - 30px);width:-moz-calc(100% - 30px);width:calc(100% - 30px);margin-left:10px;margin-right:10px;left:0}}.payments-wrapper{height:-webkit-calc(100% - var(--nav-height));height:-moz-calc(100% - var(--nav-height));height:calc(100% - var(--nav-height));overflow-y:auto;position:relative;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.payments-wrapper .inner{width:100%;margin:0 auto;padding:60px 20px;-webkit-flex:1 0 auto;-moz-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.payments-wrapper .inner h1{color:var(--y-grey16);text-transform:uppercase;text-align:center}@media only screen and (max-width:420px){.payments-wrapper .inner h1{font-size:20px}}.payments-wrapper .inner .stripe-block{max-width:500px;width:100%;margin:0 auto}.payments-wrapper .inner .stripe-block .blocks-separator{-webkit-box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);-moz-box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);padding:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin-bottom:20px}.payments-wrapper .inner .stripe-block .blocks-separator .hr-separator{color:var(--y-green1);margin-bottom:20px}.payments-wrapper .inner .stripe-block .blocks-separator .title{font-family:PoppinsSemiBold;color:var(--y-grey16)}.payments-wrapper .inner .stripe-block .blocks-separator .ui.input.stripe-coupon-code input::-webkit-input-placeholder{color:grey;font-size:1em}.payments-wrapper .inner .stripe-block .blocks-separator .ui.input.stripe-coupon-code input:-moz-placeholder,.payments-wrapper .inner .stripe-block .blocks-separator .ui.input.stripe-coupon-code input::-moz-placeholder{color:grey;font-size:1em}.payments-wrapper .inner .stripe-block .blocks-separator .ui.input.stripe-coupon-code input:-ms-input-placeholder{color:grey;font-size:1em}.payments-wrapper .inner .stripe-block .blocks-separator .ui.input.stripe-coupon-code input::-ms-input-placeholder{color:grey;font-size:1em}.payments-wrapper .inner .stripe-block .blocks-separator .ui.input.stripe-coupon-code input::placeholder{color:grey;font-size:1em}.payments-wrapper .inner .stripe-block .infoPayMent{background-color:var(--y-grey3);padding:10px;margin-top:40px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.payments-wrapper .inner .stripe-block .infoPayMent i:before{font-size:30px;color:#fff}.payments-wrapper .inner .stripe-block .infoPayMent .pay-info .title-price{display:block}.payments-wrapper .inner .stripe-block .infoPayMent .pay-info span{color:#fff;font-family:PoppinsRegular;text-align:right;margin-bottom:5px}.payments-wrapper .inner .stripe-block .infoPayMent .pay-info .info-price{font-size:24px;font-family:PoppinsSemiBold}.payments-wrapper .inner .stripe-block button{white-space:nowrap;border:0;outline:0;display:inline-block;height:40px;line-height:40px;padding:0 14px;-webkit-box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);-moz-box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;font-size:15px;font-weight:600;text-transform:uppercase;letter-spacing:.025em;background-color:var(--y-green1);text-decoration:none;-webkit-transition:all .15s ease;-o-transition:all .15s ease;-moz-transition:all .15s ease;transition:all .15s ease;width:100%}.payments-wrapper .inner .stripe-block button:hover{color:#fff;cursor:pointer;background-color:var(--y-grey3);-webkit-transform:translateY(-1px);-moz-transform:translateY(-1px);-ms-transform:translateY(-1px);-o-transform:translateY(-1px);transform:translateY(-1px);-webkit-box-shadow:0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);-moz-box-shadow:0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);box-shadow:0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08)}.payments-wrapper .inner .stripe-block button:disabled,.payments-wrapper .inner .stripe-block button:disabled:hover{background-color:var(--y-grey16);opacity:.5}.payments-wrapper .inner .stripe-block .StripeElement,.payments-wrapper .inner .stripe-block input{display:block;margin:10px 0 20px;max-width:500px;padding:10px 14px;font-size:16px;font-family:PoppinsRegular;-webkit-box-shadow:rgba(50,50,93,.14902) 0 1px 3px,rgba(0,0,0,.0196078) 0 1px 0;-moz-box-shadow:rgba(50,50,93,.14902) 0 1px 3px,rgba(0,0,0,.0196078) 0 1px 0;box-shadow:0 1px 3px rgba(50,50,93,.14902),0 1px 0 rgba(0,0,0,.0196078);border:0;outline:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background:#fff}.payments-wrapper .inner .stripe-block input::-webkit-input-placeholder{color:rgba(0,0,0,.87)}.payments-wrapper .inner .stripe-block input:-moz-placeholder,.payments-wrapper .inner .stripe-block input::-moz-placeholder{color:rgba(0,0,0,.87)}.payments-wrapper .inner .stripe-block input:-ms-input-placeholder{color:rgba(0,0,0,.87)}.payments-wrapper .inner .stripe-block input::-ms-input-placeholder{color:rgba(0,0,0,.87)}.payments-wrapper .inner .stripe-block input::placeholder{color:rgba(0,0,0,.87)}.payments-wrapper .inner .stripe-block .StripeElement--focus,.payments-wrapper .inner .stripe-block input:focus{-webkit-box-shadow:rgba(50,50,93,.109804) 0 4px 6px,rgba(0,0,0,.0784314) 0 1px 3px;-moz-box-shadow:rgba(50,50,93,.109804) 0 4px 6px,rgba(0,0,0,.0784314) 0 1px 3px;box-shadow:0 4px 6px rgba(50,50,93,.109804),0 1px 3px rgba(0,0,0,.0784314);-webkit-transition:all .15s ease;-o-transition:all .15s ease;-moz-transition:all .15s ease;transition:all .15s ease}.payments-wrapper .inner .stripe-block .StripeElement.PaymentRequestButton{height:40px;padding:0}.custom-select-payment{-webkit-box-shadow:rgba(50,50,93,.14902) 0 1px 3px,rgba(0,0,0,.0196078) 0 1px 0!important;-moz-box-shadow:rgba(50,50,93,.14902) 0 1px 3px,rgba(0,0,0,.0196078) 0 1px 0!important;box-shadow:0 1px 3px rgba(50,50,93,.14902),0 1px 0 rgba(0,0,0,.0196078)!important;-webkit-border-radius:4px!important;-moz-border-radius:4px!important;border-radius:4px!important;border:0!important;outline:0;padding:10px 14px!important;font-size:1rem!important;font-family:PoppinsRegular;display:block;-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1}@media only screen and (max-width:340px){.custom-select-payment{min-width:auto!important}}.correct-payment-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;text-align:center}.correct-payment-wrapper .content-payment{max-width:500px}.correct-payment-wrapper .content-payment p{color:var(--y-grey3);font-family:PoppinsRegular;font-size:24px;margin-top:40px}.cl-12{width:75%!important}.cl-4,.cl-12{padding-left:.5em;padding-right:.5em}.cl-4{width:25%!important}.one-row-field{-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:0 -.5em 1em}.one-row-field,.wrapper-row-flex{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.wrapper-row-flex{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wrapper-row-flex label{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;margin:0 .9rem .28571429rem 0;color:rgba(0,0,0,.87);font-size:.92857143em;font-weight:700;text-transform:none}.wrapper-row-flex .select-payment-wrapper{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.s-cart-wrapper{height:-webkit-calc(100% - var(--nav-height));height:-moz-calc(100% - var(--nav-height));height:calc(100% - var(--nav-height));overflow-y:auto;position:relative}.s-cart-wrapper .inner{max-width:1440px;margin:0 auto;position:relative;min-height:100%;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.s-cart-wrapper .inner,.s-cart-wrapper .inner .s-cart-flex{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.s-cart-wrapper .inner .s-cart-flex{padding:40px 20px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.s-cart-wrapper .inner .s-cart-flex .s-cart-list-wrap{-webkit-flex-grow:.6;-moz-box-flex:.6;-ms-flex-positive:.6;flex-grow:.6;-webkit-flex-basis:0%;-ms-flex-preferred-size:0%;flex-basis:0%;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1}.s-cart-wrapper .inner .s-cart-flex .s-cart-list-wrap .s-cart-header{font-size:12px;color:var(--y-grey3);padding:0 10px;font-family:PoppinsSemiBold}.s-cart-wrapper .inner .s-cart-flex .s-cart-list-wrap .s-cart-header .s-cart-header-title{font-size:1.5em}.s-cart-wrapper .inner .s-cart-flex .s-cart-list-wrap .s-cart-header .s-cart-title{font-size:1.3em;margin-top:40px;border-bottom:1px solid #d3d3d3;padding-bottom:10px}.s-cart-wrapper .inner .s-cart-flex .s-cart-list-wrap .s-cart-list{display:block;margin-top:20px;padding:0 10px;position:relative}.s-cart-wrapper .inner .s-cart-flex .s-cart-list-wrap .s-cart-list .item{margin-bottom:10px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;overflow:hidden;border:2px solid #d3d3d3;position:relative}.s-cart-wrapper .inner .s-cart-flex .s-cart-list-wrap .s-cart-list .item .item-image{width:125px;-webkit-flex-basis:125px;-ms-flex-preferred-size:125px;flex-basis:125px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;background-color:#fff}.s-cart-wrapper .inner .s-cart-flex .s-cart-list-wrap .s-cart-list .item .item-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.s-cart-wrapper .inner .s-cart-flex .s-cart-list-wrap .s-cart-list .item .item-content{padding:10px 20px}.s-cart-wrapper .inner .s-cart-flex .s-cart-list-wrap .s-cart-list .item .item-content .item-title{word-break:break-all;margin:5px 0}.s-cart-wrapper .inner .s-cart-flex .s-cart-list-wrap .s-cart-list .item .item-content .item-time,.s-cart-wrapper .inner .s-cart-flex .s-cart-list-wrap .s-cart-list .item .item-content .item-time i:before{color:var(--brand-primary-extra-light)}.s-cart-wrapper .inner .s-cart-flex .s-cart-list-wrap .s-cart-list .item .item-content .action-remove{color:var(--y-green1);cursor:pointer;margin-top:10px;display:inline-block}@media only screen and (max-width:720px){.s-cart-wrapper .inner .s-cart-flex .s-cart-list-wrap{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}}.s-cart-wrapper .inner .s-cart-flex .s-cart-detail-wrap{-webkit-flex-grow:.3;-moz-box-flex:.3;-ms-flex-positive:.3;flex-grow:.3;-webkit-flex-basis:0%;-ms-flex-preferred-size:0%;flex-basis:0%;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1}.s-cart-wrapper .inner .s-cart-flex .s-cart-detail-wrap .s-cart-detail{padding:40px 20px;background-color:#f2f2f2;font-size:14px;position:-webkit-sticky;position:sticky;top:20px}.s-cart-wrapper .inner .s-cart-flex .s-cart-detail-wrap .s-cart-detail .s-cart-amount{font-family:PoppinsSemiBold;color:var(--y-grey3);font-size:.95em}@media only screen and (max-width:720px){.s-cart-wrapper .inner .s-cart-flex .s-cart-detail-wrap .s-cart-detail .s-cart-btn{font-size:12px}}@media only screen and (min-width:721px){.s-cart-wrapper .inner .s-cart-flex .s-cart-detail-wrap .s-cart-detail .s-cart-btn{font-size:14px}}@media only screen and (max-width:719px){.s-cart-wrapper .inner .s-cart-flex .s-cart-detail-wrap.desktop{display:none}}.s-cart-wrapper .inner .s-cart-flex .s-cart-detail-wrap.mobile{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media only screen and (min-width:720px){.s-cart-wrapper .inner .s-cart-flex .s-cart-detail-wrap.mobile{display:none}}@media only screen and (max-width:420px){.s-cart-wrapper .inner .s-cart-flex{padding:40px 5px}}.s-cart-empty{padding:20px;background-color:#f2f2f2;color:var(--y-grey3);font-size:14px;font-family:PoppinsRegular}.s-cart-empty .s-cart-empty-message{font-size:1em}@media only screen and (max-width:720px){.s-cart-empty .s-cart-empty-btn{font-size:12px}}@media only screen and (min-width:721px){.s-cart-empty .s-cart-empty-btn{font-size:14px}}.hero-section{position:absolute;top:0;left:0;width:100%;z-index:0;height:0;padding-top:36%;overflow:hidden;margin-top:32px;-webkit-border-top-left-radius:25px;-moz-border-radius-topleft:25px;border-top-left-radius:25px;-webkit-border-top-right-radius:25px;-moz-border-radius-topright:25px;border-top-right-radius:25px}.hero-section .background-wrapper{position:absolute;top:0;left:0;bottom:0;right:0}.hero-section .background-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-section .background-wrapper:after{content:"";background:-moz-linear-gradient(top,hsla(0,0%,100%,.3) 0,#fff 87%);background:-webkit-linear-gradient(top,hsla(0,0%,100%,.3),#fff 87%);background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.3)),color-stop(87%,#fff));background:-o-linear-gradient(top,hsla(0,0%,100%,.3) 0,#fff 87%);background:linear-gradient(180deg,hsla(0,0%,100%,.3) 0,#fff 87%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#ffffff",GradientType=0);position:absolute;top:0;bottom:0;left:0;right:0}@media only screen and (max-width:720px){.hero-section{margin-top:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}}.preview-iframe{width:100%;position:fixed;overflow:hidden;top:0;left:0;height:100%;z-index:9999;background-color:rgba(0,0,0,.9)}.preview-iframe .preview-expanded-16-9{position:absolute;top:0;left:0;bottom:0;overflow:hidden;display:block;right:0;padding:5vw}.spacing{display:block;position:relative;z-index:2;width:100%;padding-top:23%}.close-preview{position:absolute;top:25px;right:4%;z-index:999999;cursor:pointer}.close-preview:before{color:#fff}.master-content{position:relative;z-index:2;width:100%;max-width:1350px;margin:32px auto 0}.master-content .master-ctas{padding:20px 0 40px}@media only screen and (max-width:720px){.master-content .master-ctas{padding:20px 0}}.master-content .master-meta{padding:20px 0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%}.master-content .master-meta .master-description{-webkit-flex-grow:2;-moz-box-flex:2;-ms-flex-positive:2;flex-grow:2;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;margin-right:50px}.master-content .master-meta .master-related{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0}.master-content .master-meta .master-related .related-items{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-5px}.master-content .master-meta .master-related .related-items .related-item{background-color:rgba(48,66,90,.1);padding:10px;color:rgba(48,66,90,.6);font-size:14px;margin:5px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;font-family:PoppinsRegular}@media only screen and (max-width:720px){.master-content .master-meta .master-related{margin-top:20px}}@media only screen and (max-width:720px){.master-content .master-meta{display:block}}.master-content .master-targets{padding:20px 0}.master-content .master-targets .targets-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;grid-gap:2rem;gap:2rem}.master-content .master-targets .targets-wrapper .targets-items{-webkit-flex-grow:2;-moz-box-flex:2;-ms-flex-positive:2;flex-grow:2;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;margin-right:50px}.master-content .master-targets .targets-wrapper .targets-items .target-item{border-bottom:1px solid var(--border-color);padding:8px 0}.master-content .master-targets .targets-wrapper .targets-items .target-item:last-child{border:none}.master-content .master-targets .targets-wrapper .target-spacer{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0}@media only screen and (max-width:720px){.master-content .master-targets .targets-wrapper .target-spacer{display:none}}.master-content .master-grid-wrapper{padding:40px 0 5vw}.master-content .master-grid-wrapper .master-grid{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.master-content .master-grid-wrapper .master-grid .master-grid-item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;border:1px solid rgba(192,198,205,.4);padding:40px 30px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin-bottom:15px;background-color:#fff;cursor:pointer}.master-content .master-grid-wrapper .master-grid .master-grid-item .item-number{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;margin:0 30px 0 0;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}@media only screen and (max-width:920px){.master-content .master-grid-wrapper .master-grid .master-grid-item .item-number{margin:20px 0}}.master-content .master-grid-wrapper .master-grid .master-grid-item .item-cover{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;margin:0 20px;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;cursor:pointer}.master-content .master-grid-wrapper .master-grid .master-grid-item .item-cover img{-webkit-box-shadow:0 0 10px rgba(0,0,0,.25);-moz-box-shadow:0 0 10px rgba(0,0,0,.25);box-shadow:0 0 10px rgba(0,0,0,.25);max-width:320px}@media only screen and (max-width:460px){.master-content .master-grid-wrapper .master-grid .master-grid-item .item-cover img{width:100%}}@media only screen and (max-width:920px){.master-content .master-grid-wrapper .master-grid .master-grid-item .item-cover{margin:20px 0}}.master-content .master-grid-wrapper .master-grid .master-grid-item .item-content{-webkit-flex-grow:3;-moz-box-flex:3;-ms-flex-positive:3;flex-grow:3;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;margin:0 20px}.master-content .master-grid-wrapper .master-grid .master-grid-item .item-content .item-title{margin-bottom:10px}@media only screen and (max-width:920px){.master-content .master-grid-wrapper .master-grid .master-grid-item .item-content{margin:20px 0}}@media only screen and (max-width:920px){.master-content .master-grid-wrapper .master-grid .master-grid-item{display:block;padding:10px 32px}}.master-content .master-grid-wrapper .master-grid .master-grid-item:hover{background-color:#f8f8f9}.master-content .master-grid-wrapper .master-grid .master-grid-item:active{background-color:#cacaca}.display-2{font-size:28px;font-family:PoppinsBold;color:var(--y-grey3)}@media only screen and (max-width:420px){.display-2{font-size:26px}}.display-1{font-size:34px;font-family:PoppinsRegular;color:var(--y-grey3)}@media only screen and (max-width:420px){.display-1{font-size:32px}}.display-subtitle-2{font-size:14px;font-family:PoppinsBold;color:var(--y-grey3);line-height:18px}@media only screen and (max-width:420px){.display-subtitle-2{font-size:12px}}.display-subtitle-1{font-size:16px;font-family:PoppinsRegular;color:var(--y-grey3);line-height:normal}@media only screen and (max-width:420px){.display-subtitle-1{font-size:14px}}.display-subtitle-1 p{white-space:normal}.display-subtitle-4{font-size:14px;font-family:PoppinsRegular;color:var(--y-grey3);line-height:normal}.display-subtitle-3{font-size:16px;font-family:PoppinsBold;color:var(--y-grey3);line-height:normal;letter-spacing:.5px}@media only screen and (max-width:420px){.display-subtitle-3{font-size:14px}}.display-title{font-size:20px;font-family:PoppinsBold;color:var(--y-grey3)}@media only screen and (max-width:420px){.display-title{font-size:18px}}.display-caption{font-size:12px;font-family:PoppinsRegular;color:var(--y-grey3)}.y-message{padding:20px 0}.footer-spacer{margin-bottom:5vw}.content-section{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;grid-gap:2rem;gap:2rem}@media only screen and (max-width:855px){.content-section{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.content-section .background-wrapper{width:500px;height:500px;background-color:#d9d9d9;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;overflow:hidden}@media only screen and (max-width:960px){.content-section .background-wrapper{width:400px;height:400px}}@media only screen and (max-width:855px){.content-section .background-wrapper{margin:0 auto}}@media only screen and (max-width:720px){.content-section .background-wrapper{width:330px}}.content-section .background-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;aspect-ratio:1/1}.content-section .preview-iframe{width:100%;position:fixed;overflow:hidden;top:0;left:0;height:100%;z-index:9999;background-color:rgba(0,0,0,.9)}.content-section .preview-iframe .preview-expanded-16-9{position:absolute;top:0;left:0;bottom:0;overflow:hidden;display:block;right:0;padding:5vw}.content-section-wrapper{-webkit-flex-direction:column;-moz-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;grid-gap:1rem;gap:1rem;-webkit-flex:1.2 1;-moz-box-flex:1.2;-ms-flex:1.2 1;flex:1.2 1}.content-section-wrapper,.content-section-wrapper .master-ctas{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-moz-box-direction:normal}.content-section-wrapper .master-ctas{-webkit-flex-direction:row;-moz-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.content-section-wrapper .master-ctas button{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}@media only screen and (max-width:720px){.content-section-wrapper .master-ctas{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.content-section-wrapper .master-ctas button{margin-left:0}}.master-related{-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;padding-top:2rem}.master-related .related-items{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-5px}.master-related .related-items .related-item{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;min-width:30%;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;background-color:rgba(48,66,90,.1);padding:10px;color:rgba(48,66,90,.6);font-size:14px;margin:5px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;font-family:PoppinsRegular}@media only screen and (max-width:720px){.master-related{margin-top:20px}}.master-targets{padding:3rem 0 20px}.master-targets .targets-wrapper{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;grid-gap:2rem;gap:2rem}.master-targets .targets-wrapper p{font-size:medium}@media(max-width:500px){button.ui.button.addInjuryButton{padding-right:18px;padding-left:18px}}.injuryList .ui.list>.item>i.icon{display:none}.ui.modals .welcome-modal{max-width:420px;background:#fff!important}.ui.modals .welcome-modal .top-header-block.header{border-bottom:none!important;text-align:right;padding-bottom:1.25rem!important;background:rgba(0,0,0,0)!important}.ui.modals .welcome-modal .top-header-block.header i{font-size:20px}.ui.modals .welcome-modal .top-header-block.header i:before{color:var(--y-grey3)}@media only screen and (max-width:590px){.ui.modals .welcome-modal .top-header-block.header{padding:10px 10px 0!important}}.ui.modals .welcome-modal .content{padding-top:0!important;background:rgba(0,0,0,0)!important}.ui.modals .welcome-modal .content .description-block{text-align:center}.ui.modals .welcome-modal .content .description-block .description-title{font-family:PoppinsBold!important;color:var(--y-grey3);margin:0;font-size:18px}.ui.modals .welcome-modal .content .description-block .description-title:first-child{margin-bottom:10px}.ui.modals .welcome-modal .content .wrapper-info-btn{margin:15px auto;text-align:center;max-width:220px}.ui.modals .welcome-modal .content .welcome-card{max-width:259px;margin:20px auto;background-color:#fff;overflow:hidden;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-shadow:0 4px 4px rgba(0,0,0,.25);-moz-box-shadow:0 4px 4px rgba(0,0,0,.25);box-shadow:0 4px 4px rgba(0,0,0,.25)}.ui.modals .welcome-modal .content .welcome-card__header{background:#31435b;background:-moz-linear-gradient(90deg,#31435b 0,#1fd5b9 100%);background:-webkit-linear-gradient(90deg,#31435b,#1fd5b9);background:-webkit-gradient(linear,left top,right top,from(#31435b),to(#1fd5b9));background:-webkit-linear-gradient(left,#31435b,#1fd5b9);background:-moz-linear-gradient(left,#31435b 0,#1fd5b9 100%);background:-o-linear-gradient(left,#31435b 0,#1fd5b9 100%);background:linear-gradient(90deg,#31435b,#1fd5b9);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#31435b",endColorstr="#1fd5b9",GradientType=1);height:50px;padding:20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.ui.modals .welcome-modal .content .welcome-card__title{color:#fff;font-family:PoppinsSemiBold;font-size:16px;text-align:center;text-transform:uppercase}.ui.modals .welcome-modal .content .welcome-card__body{padding:20px}.ui.modals .welcome-modal .content .welcome-card__description{color:var(--y-grey3);font-family:PoppinsRegular;text-align:left;font-size:14px;margin-bottom:10px}.ui.modals .welcome-modal .content .welcome-card__description--grey{color:var(--grey4);text-align:center}.ui.modals .welcome-modal .content .welcome-card__details{color:var(--y-grey3);font-family:PoppinsRegular;font-size:14px;margin:10px auto;text-align:left;padding-right:20px}.ui.modals .welcome-modal .content .welcome-card__counter{text-align:center;letter-spacing:1px}.ui.modals .welcome-modal .content .welcome-card__footer{margin-top:20px;padding:20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media only screen and (max-width:590px){.ui.modals .welcome-modal .content .welcome-card{margin:10px auto 20px}}.ui.modals .expired-modal .top-header-block.header{border-bottom:none!important;text-align:right;padding-bottom:1.25rem!important;background:rgba(0,0,0,0)!important}.ui.modals .expired-modal .top-header-block.header i{font-size:20px}.ui.modals .expired-modal .top-header-block.header i:before{color:var(--y-grey3)}@media only screen and (max-width:590px){.ui.modals .expired-modal .top-header-block.header{padding:10px 10px 0!important}}.ui.modals .expired-modal .content{padding-top:0!important;background:rgba(0,0,0,0)!important}.ui.modals .expired-modal .content .description-block{text-align:center}.ui.modals .expired-modal .content .description-block .description-title{font-family:PoppinsRegular!important;color:var(--y-grey3);margin:0;font-size:18px}.ui.modals .expired-modal .content .description-block .description-title:first-child{font-family:PoppinsBold!important;margin-bottom:20px}.ui.modals .expired-modal .content .expired-cards{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:40px auto}.ui.modals .expired-modal .content .expired-cards__item{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-basis:48%;-ms-flex-preferred-size:48%;flex-basis:48%;background-color:#fff;overflow:hidden;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-shadow:0 4px 4px rgba(0,0,0,.25);-moz-box-shadow:0 4px 4px rgba(0,0,0,.25);box-shadow:0 4px 4px rgba(0,0,0,.25);display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width:590px){.ui.modals .expired-modal .content .expired-cards__item{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;margin-bottom:20px}}.ui.modals .expired-modal .content .expired-cards__header{background:var(--y-grey3);height:50px;padding:20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.ui.modals .expired-modal .content .expired-cards__corner{position:absolute;top:0;left:0;height:0;width:0;border-left:0 solid var(--y-green1);border-bottom:0 solid rgba(0,0,0,0);border-right:80px solid rgba(0,0,0,0);border-top:80px solid var(--y-green1)}.ui.modals .expired-modal .content .expired-cards__corner-text{color:#eee;font-size:12px;position:relative;left:6.1px;top:-54.4px;white-space:nowrap;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);width:15px;text-align:center;line-height:2em;text-transform:uppercase;font-family:PoppinsBold}.ui.modals .expired-modal .content .expired-cards__title{color:#fff;font-family:PoppinsSemiBold;font-size:16px;text-align:center;text-transform:uppercase}.ui.modals .expired-modal .content .expired-cards__body,.ui.modals .expired-modal .content .expired-cards__options{padding:20px 20px 0}.ui.modals .expired-modal .content .expired-cards__option{display:inline-block;font-family:PoppinsRegular}.ui.modals .expired-modal .content .expired-cards__info{font-family:PoppinsRegular;text-align:center;font-size:14px;color:var(--y-grey3);margin-bottom:20px}.ui.modals .expired-modal .content .expired-cards__description{color:var(--y-grey3);font-family:PoppinsRegular;text-align:center;font-size:14px;margin:0 auto}.ui.modals .expired-modal .content .expired-cards__description--grey{color:var(--grey4);text-align:center}.ui.modals .expired-modal .content .expired-cards__details{color:var(--y-grey3);font-family:PoppinsRegular;font-size:14px;margin:10px auto;text-align:left;padding-right:20px}.ui.modals .expired-modal .content .expired-cards__footer{padding:20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-top:auto}.ui.modals .expired-modal .content .expired-cards__footer span{color:#fff;text-transform:uppercase;background-color:var(--y-green1);cursor:pointer;font-family:PoppinsSemiBold;padding:10px 20px;display:inline-block;width:100%;text-align:center;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}@media only screen and (max-width:590px){.ui.modals .expired-modal .content .expired-cards{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;margin:10px auto}}@media only screen and (max-width:590px){.ui.modals .expired-modal .content{padding-top:0!important}}.border-bottom{border-bottom:1px solid #979797;padding-bottom:10px}.y-loader{position:fixed!important}:root{--item-per-row-guide:4;--item-per-row:3;--item-per-row-preview:4;--challenge-margin-left:113px;--nav-height:50px;--extra-nav-height:112px;--subnav-height:80px;--sidebar-width:60px;--sidebar-width-practice:80px;--sidebar-left-practice:80px;--sidebar-left:60px;--white:#fff;--grey1:#4f4f4f;--grey2:#4f4f4f;--grey3:#828282;--grey4:#bdbdbd;--grey5:#e0e0e0;--grey6:#f2f2f2;--pink:#fb4081;--blue1:#242f56;--blue2:#4269b0;--blue3:#2d9cdb;--blue4:#50e3c2;--blue5:#33bdc2;--blue6:#4a90e2;--blue7:#16559f;--blue8:#022651;--blue9:#4063df;--blue10:#394abc;--orange1:#e2684b;--red1:#db0000;--red2:#ef4d4d;--red3:#ffa0a0;--red4:#ff325d;--yellow:#ffb53f;--y-grey1:#99b0bc;--y-grey2:#8ca3b0;--y-grey3:#31425a;--y-grey4:#e9eced;--y-grey5:#393939;--y-grey6:#9e9e9e;--y-grey7:#31425a;--y-grey8:#f1f6f8;--y-grey9:#838e9c;--y-grey10:#edf1f2;--y-grey11:#505865;--y-grey12:#cfdee2;--y-grey13:#b6b6b6;--y-grey14:#c4c4c4;--y-grey15:#615f5f;--y-grey16:#afadad;--y-grey17:#e1e8e6;--y-grey18:#e8edec;--y-green1:#1fd5b9;--y-green2:#06f9d4;--y-blue1:#1a367c;--y-blue2:#31435b;--y-red1:#db4a38;--y-color-shadow:#1c2c43;--primary-colors-blue-4-30-2:#d7e8ff;--primary-colors-blue-4:#82d4f3;--brand-primary:#30425a;--brand-primary-light:#98a3af;--brand-primary-extra-light:#ccd1d7;--brand-primary-extra-light-secondary:#f2f2f2;--brand-secondary:#1fd5b9;--brand-secondary-rgb:31,213,185;--brand-secondary-dark:#1bb89f;--brand-terciary:#27948f;--brand-black:#000;--brand-white:#fff;--dark-grey:#3d3d3d;--dark-grey-2:#686c71;--dark-grey-3:#84898f;--dark-grey-4:#eaecef;--light-grey-1:#b2bac4;--light-grey-2:#f8f8f8;--light-grey-3:#f1f4f4;--light-grey-4:#f3f3f3;--red-color:#ff6767;--brand-error:#e20d0d;--red-color-secondary:#eb5757;--brand-positive:#2dcc70;--brand-alarm:#ffcf00;--blue-link:#3598d4;--border-color:#cbcbcb;--border-google-color:#4285f4;--border-facebook-color:#143482;--font-primary:PoppinsBold;--font-secondary:PoppinsRegular;--drawer-width:250px;--profile-menu-width:250px;--padding-large-y:32px;--padding-regular-y:20px}@media only screen and (max-width:920px){:root{--nav-height:65px;--extra-nav-height:80px;--sidebar-left:0;--sidebar-left-practice:0}}.brand-primary{color:#30425a!important;color:var(--brand-primary,#30425a)!important}.brand-primary-light{color:#98a3af!important;color:var(--brand-primary-light,#98a3af)!important}.brand-primary-extra-light{color:#ccd1d7!important;color:var(--brand-primary-extra-light,#ccd1d7)!important}.brand-secondary{color:#1fd5b9!important;color:var(--brand-secondary,#1fd5b9)!important}.brand-secondary-dark{color:#1bb89f!important;color:var(--brand-secondary-dark,#1bb89f)!important}.brand-black{color:#000!important;color:var(--brand-black,#000)!important}.brand-white{color:#fff!important;color:var(--brand-white,#fff)!important}.dark-grey{color:#3d3d3d!important;color:var(--dark-grey,#3d3d3d)!important}.dark-grey-2{color:#686c71!important;color:var(--dark-grey-2,#686c71)!important}.dark-grey-3{color:#84898f!important;color:var(--dark-grey-3,#84898f)!important}.dark-grey-4{color:#eaecef!important;color:var(--dark-grey-4,#eaecef)!important}.dark-grey-14{color:#c4c4c4!important;color:var(--y-grey14,#c4c4c4)!important}.light-grey-1{color:#b2bac4!important;color:var(--light-grey-1,#b2bac4)!important}.dark-grey-2{color:#f8f8f8!important;color:var(--dark-grey-2,#f8f8f8)!important}.brand-error{color:#e20d0d!important;color:var(--brand-error,#e20d0d)!important}.red-color-secondary{color:#eb5757!important;color:var(--red-color-secondary,#eb5757)!important}.brand-positive{color:#2dcc70!important;color:var(--brand-positive,#2dcc70)!important}.brand-alarm{color:#ffcf00!important;color:var(--brand-alarm,#ffcf00)!important}.blue-link{color:#3598d4!important;color:var(--blue-link,#3598d4)!important}@font-face{font-family:"RobotoBold";src:url(/static/media/Roboto-Bold.6490694b.eot);src:url(/static/media/Roboto-Bold.6490694b.eot) format("embedded-opentype"),url(/static/media/Roboto-Bold.6cd35edf.woff2) format("woff2"),url(/static/media/Roboto-Bold.3f2cbde6.woff) format("woff"),url(/static/media/Roboto-Bold.5e9f6556.ttf) format("truetype"),url(/static/media/Roboto-Bold.90f2091b.svg) format("svg");font-weight:700;font-style:normal}@font-face{font-family:"RobotoRegular";src:url(/static/media/Roboto-Regular.30b57652.eot);src:url(/static/media/Roboto-Regular.30b57652.eot) format("embedded-opentype"),url(/static/media/Roboto-Regular.a2580627.woff2) format("woff2"),url(/static/media/Roboto-Regular.31012f9b.woff) format("woff"),url(/static/media/Roboto-Regular.25e40da9.ttf) format("truetype"),url(/static/media/Roboto-Regular.d685350f.svg) format("svg");font-weight:400;font-style:normal}@font-face{font-family:"RobotoLight";src:url(/static/media/Roboto-Light.d592a653.eot);src:url(/static/media/Roboto-Light.d592a653.eot) format("embedded-opentype"),url(/static/media/Roboto-Light.d537674e.woff2) format("woff2"),url(/static/media/Roboto-Light.df0f59d8.woff) format("woff"),url(/static/media/Roboto-Light.13d61ef8.ttf) format("truetype"),url(/static/media/Roboto-Light.97fb2368.svg) format("svg");font-weight:400;font-style:normal}@font-face{font-family:"PoppinsMedium";src:url(/static/media/Poppins-Medium.f4d0f97d.eot);src:url(/static/media/Poppins-Medium.f4d0f97d.eot) format("embedded-opentype"),url(/static/media/Poppins-Medium.1850cc3a.woff2) format("woff2"),url(/static/media/Poppins-Medium.2d8a40b1.woff) format("woff"),url(/static/media/Poppins-Medium.c286f415.ttf) format("truetype"),url(/static/media/Poppins-Medium.0a336127.svg) format("svg");font-weight:400;font-style:normal}@font-face{font-family:"PoppinsRegular";src:url(/static/media/Poppins-Regular.d6425b74.eot);src:url(/static/media/Poppins-Regular.d6425b74.eot) format("embedded-opentype"),url(/static/media/Poppins-Regular.8f1370eb.woff2) format("woff2"),url(/static/media/Poppins-Regular.09b77a04.woff) format("woff"),url(/static/media/Poppins-Regular.8dc49967.ttf) format("truetype"),url(/static/media/Poppins-Regular.8b88fec4.svg) format("svg");font-weight:400;font-style:normal}@font-face{font-family:"PoppinsBold";src:url(/static/media/Poppins-Bold.f532c7ea.eot);src:url(/static/media/Poppins-Bold.f532c7ea.eot) format("embedded-opentype"),url(/static/media/Poppins-Bold.504dd76b.woff2) format("woff2"),url(/static/media/Poppins-Bold.1e361eff.woff) format("woff"),url(/static/media/Poppins-Bold.24fdaa35.ttf) format("truetype"),url(/static/media/Poppins-Bold.260a1dd8.svg) format("svg");font-weight:400;font-style:normal}@font-face{font-family:"PoppinsSemiBold";src:url(/static/media/Poppins-SemiBold.1329ee96.eot);src:url(/static/media/Poppins-SemiBold.1329ee96.eot) format("embedded-opentype"),url(/static/media/Poppins-SemiBold.2701d923.woff2) format("woff2"),url(/static/media/Poppins-SemiBold.2f752b85.woff) format("woff"),url(/static/media/Poppins-SemiBold.a0b7e402.ttf) format("truetype"),url(/static/media/Poppins-SemiBold.438bf1d9.svg) format("svg");font-weight:400;font-style:normal}@font-face{font-family:"BebasNeueRegular";src:url(/static/media/BebasNeue-Regular.e8dbd238.eot);src:url(/static/media/BebasNeue-Regular.e8dbd238.eot) format("embedded-opentype"),url(/static/media/BebasNeue-Regular.1d016e09.woff2) format("woff2"),url(/static/media/BebasNeue-Regular.144e7757.woff) format("woff"),url(/static/media/BebasNeue-Regular.e369b6c6.ttf) format("truetype"),url(/static/media/BebasNeue-Regular.ee186f42.svg) format("svg");font-weight:400;font-style:normal}@font-face{font-family:"BebasNeueBold";src:url(/static/media/BebasNeue-Bold.540f86d4.eot);src:url(/static/media/BebasNeue-Bold.540f86d4.eot) format("embedded-opentype"),url(/static/media/BebasNeue-Bold.310d4820.woff2) format("woff2"),url(/static/media/BebasNeue-Bold.63c69a08.woff) format("woff"),url(/static/media/BebasNeue-Bold.2abd8b23.ttf) format("truetype"),url(/static/media/BebasNeue-Bold.d5584573.svg) format("svg");font-weight:400;font-style:normal}@font-face{font-family:"fontello";src:url(/static/media/fontello.31886853.eot);src:url(/static/media/fontello.31886853.eot) format("embedded-opentype"),url(/static/media/fontello.26e7c1a2.woff2) format("woff2"),url(/static/media/fontello.aba91935.woff) format("woff"),url(/static/media/fontello.0b10bc69.ttf) format("truetype"),url(/static/media/fontello.c9d996f9.svg) format("svg");font-weight:400;font-style:normal}[class*=f-icon-]:before,[class^=f-icon-]:before{font-family:"fontello";font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;color:#828282;-webkit-font-feature-settings:normal;-moz-font-feature-settings:normal;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.f-icon-basket:before{content:""}.f-icon-edit:before{content:""}.f-icon-cancel:before{content:""}.f-icon-pause:before{content:""}.f-icon-target:before{content:""}.f-icon-icono_5:before{content:""}.f-icon-icono_4:before{content:""}.f-icon-icono_3:before{content:""}.f-icon-balance_6:before{content:""}.f-icon-balance_1:before{content:""}.f-icon-icono_2:before{content:""}.f-icon-elasticity:before{content:""}.f-icon-icono_6:before{content:""}.f-icon-icono_7:before{content:""}.f-icon-icono_1:before{content:""}.f-icon-right-open-1:before{content:""}.f-icon-icono_10:before{content:""}.f-icon-icono_8:before{content:""}.f-icon-icono_9:before{content:""}.f-icon-left-open-1:before{content:""}.f-icon-diagnostico-en-lineas:before{content:""}.f-icon-diagnostico-en-relleno:before{content:""}.f-icon-inicio-en-lineas:before{content:""}.f-icon-inicio-en-relleno:before{content:""}.f-icon-practica-en-linea:before{content:""}.f-icon-practica-en-relleno:before{content:""}.f-icon-proximo-objetivo:before{content:""}.f-icon-info-circled:before{content:""}.f-icon-google:before{content:""}.f-icon-candado-abierto:before{content:""}.f-icon-candado-cerrado:before{content:""}.f-icon-elasticidad:before{content:""}.f-icon-tono:before{content:""}.f-icon-icono_13:before{content:""}.f-icon-icono_14:before{content:""}.f-icon-icono_15:before{content:""}.f-icon-icono_16:before{content:""}.f-icon-balance_2:before{content:""}.f-icon-balance_3:before{content:""}.f-icon-icono_17:before{content:""}.f-icon-flecha_4:before{content:""}.f-icon-balance_4:before{content:""}.f-icon-visa:before{content:""}.f-icon-cw:before{content:""}.f-icon-sepa:before{content:""}.f-icon-mastercard:before{content:""}.f-icon-giropay:before{content:""}.f-icon-bancontact:before{content:""}.f-icon-apple-pay:before{content:""}.f-icon-amex:before{content:""}.f-icon-alipay:before{content:""}.f-icon-proximo-objetivo-1:before{content:""}.f-icon-historico:before{content:""}.f-icon-guia-matriz:before{content:""}.f-icon-help-circled:before{content:""}.f-icon-icono_11:before{content:""}.f-icon-balance_7:before{content:""}.f-icon-doc-text-1:before{content:""}.f-icon-practica:before{content:""}.f-icon-practica_lineas:before{content:""}.f-icon-facebook:before{content:""}.f-icon-mail:before{content:""}.f-icon-minus-circled:before{content:""}.f-icon-quote:before{content:""}.f-icon-cancel-1:before{content:""}.f-icon-acompañamiento-en-video:before{content:""}.f-icon-credit-card:before{content:""}.f-icon-descargar-secuencias:before{content:""}.f-icon-icono_12:before{content:""}.f-icon-practica-alternativas:before{content:""}.f-icon-suscripcion:before{content:""}.f-icon-diagnóstico-corporal:before{content:""}.f-icon-práctica-personalizada:before{content:""}.f-icon-transformación-continua:before{content:""}.f-icon-tu-matriz-briómetrica:before{content:""}.f-icon-book:before{content:""}.f-icon-diana:before{content:""}.f-icon-previsualizar-objetivos:before{content:""}.f-icon-descarga:before{content:""}.f-icon-rss:before{content:""}.f-icon-money:before{content:""}.f-icon-bell-alt:before{content:""}.f-icon-angle-right:before{content:""}.f-icon-ticket:before{content:""}.f-icon-cc-visa:before{content:""}.f-icon-cc-mastercard:before{content:""}.f-icon-cc-amex:before{content:""}.f-icon-bell-off:before{content:""}.f-icon-bell-off-empty:before{content:""}.f-icon-twitter-bird:before{content:""}.f-icon-googleplus-rect:before{content:""}.f-icon-linkedin:before{content:""}.caption,.heading-1,.heading-2,.heading-3,.labeling,.landing-heading-1,.landing-heading-2,.landing-heading-3,.paragraph,.paragraph-to-caption,.prices-text{font-family:var(--font-primary);color:var(--brand-primary)}.caption.regular,.heading-1.regular,.heading-2.regular,.heading-3.regular,.labeling.regular,.landing-heading-1.regular,.landing-heading-2.regular,.landing-heading-3.regular,.paragraph-to-caption.regular,.paragraph.regular,.prices-text.regular{font-family:var(--font-secondary)}.caption.white,.heading-1.white,.heading-2.white,.heading-3.white,.labeling.white,.landing-heading-1.white,.landing-heading-2.white,.landing-heading-3.white,.paragraph-to-caption.white,.paragraph.white,.prices-text.white{color:var(--brand-white)}.caption.text-link,.heading-1.text-link,.heading-2.text-link,.heading-3.text-link,.labeling.text-link,.landing-heading-1.text-link,.landing-heading-2.text-link,.landing-heading-3.text-link,.paragraph-to-caption.text-link,.paragraph.text-link,.prices-text.text-link{color:var(--blue-link)}.heading-1{font-size:2rem}@media only screen and (max-width:720px){.heading-1{font-size:1.92rem}}@media only screen and (max-width:420px){.heading-1{font-size:1.85rem}}.heading-2{font-size:1.71rem;line-height:1}@media only screen and (max-width:720px){.heading-2{font-size:1.57rem}}@media only screen and (max-width:420px){.heading-2{font-size:1.42rem}}.heading-3{font-size:1.28rem}@media only screen and (max-width:720px){.heading-3{font-size:1.21rem}}@media only screen and (max-width:420px){.heading-3{font-size:1.14rem}}.paragraph{font-size:1.14rem}@media only screen and (max-width:720px){.paragraph{font-size:1.07rem}}@media only screen and (max-width:420px){.paragraph{font-size:1rem}}.paragraph-to-caption{font-size:1.14rem}@media only screen and (max-width:720px){.paragraph-to-caption{font-size:1.07rem}}@media only screen and (max-width:420px){.paragraph-to-caption{font-size:.85rem}}.caption{font-size:.85rem}.labeling{font-size:1rem}@media only screen and (max-width:420px){.labeling{font-size:.85rem}}.landing-heading-1{font-size:3.5rem;line-height:1.4}@media(max-width:799px){.landing-heading-1{font-size:2.5rem}}@media(max-width:420px){.landing-heading-1{font-size:1.7rem}}.landing-heading-2{font-size:2.14rem;line-height:1.4}@media(max-width:799px){.landing-heading-2{font-size:1.8rem}}@media(max-width:420px){.landing-heading-2{font-size:1.4rem}}.landing-heading-3{font-size:1.9rem;line-height:1.4}@media(max-width:799px){.landing-heading-3{font-size:1.6rem}}@media(max-width:420px){.landing-heading-3{font-size:1.3rem}}.prices-text{font-size:1.85rem;line-height:1.4}@media(max-width:799px){.prices-text{font-size:1.8rem}}@media(max-width:420px){.prices-text{font-size:1.14rem}}.chars-readable{max-width:90ch}.button__bar{vertical-align:middle;background:hsla(0,0%,100%,.3);-webkit-border-radius:40px;-moz-border-radius:40px;border-radius:40px;width:70px;text-align:center;margin:20px auto auto}.button__bar,.button__bar li{display:inline-block;padding:0}.button__bar li{list-style:none;cursor:pointer;margin:0 3px}.button__bar li button{border:none;background-color:var(--y-grey6);color:rgba(0,0,0,0);cursor:pointer;display:block;height:15px;width:15px;-webkit-border-radius:7.5px;-moz-border-radius:7.5px;border-radius:7.5px}.button__bar li.slick-active button{background-color:var(--y-green1)}.button__bar li button:focus,.button__bar li button:hover{background:var(--y-green1);outline:0}.roboto-bold{font-family:RobotoBold!important}.poppins-semibold{font-family:PoppinsSemiBold!important}.poppins-bold{font-family:PoppinsBold!important}.pink-color{color:var(--y-green1)!important}.grey3{color:var(--grey3)}.grey4{color:var(--grey4)}.yellow{color:var(--yellow)}.verticalPad{padding-bottom:15px}.topPad,.verticalPad{padding-top:15px}.footer-separator{padding-top:50px}.verticalPad-small{padding-top:8px;padding-bottom:8px}.verticalPadBottom{padding-bottom:15px}.verticalPad-long{padding:50px 0}.f-left{float:left}.f-right{float:right}.upper{text-transform:uppercase!important}.resetMargin{margin:0!important}.t-center{text-align:center!important}.t-left{text-align:left!important}.justify{text-align:justify!important}.disabled-nav{opacity:.3}.flex-center-column{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mirror{-webkit-transform:scaleX(-1);-moz-transform:scaleX(-1);-ms-transform:scaleX(-1);-o-transform:scaleX(-1);transform:scaleX(-1)}.blurred{-webkit-filter:blur(5px) grayscale(.7);filter:blur(5px) grayscale(.7)}.hide-modal.visible.transition{display:none!important}.floating{position:absolute;top:20px;right:20px;z-index:10}@media only screen and (max-width:420px){.floating{top:10px;right:10px}}.hide-video{display:none!important}.video-transition{position:absolute;top:0;left:0}.inline-block{display:inline-block}.remove-disabled-opacity *{opacity:1!important}.cwhite{color:#fff}.cbrand{color:var(--y-green1)!important}.clear{clear:both}.f-center button{display:-webkit-inline-flex!important;display:-moz-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto}.floating-l{float:left;width:100%;z-index:2;min-height:1px;position:relative}.clearfix:after{content:"";clear:both;display:table}.t-shadow{text-shadow:.08em .08em .08em rgba(0,0,0,.4)}.icon-white:before{color:#fff!important}.cursive{font-style:italic}.super-vertical .radio{vertical-align:super}.strikethrough{text-decoration:line-through}.c-pointer{cursor:pointer}.label-primary .text,.label-primary input{font-family:var(--font-secondary)!important;color:var(--brand-primary)!important}.label-primary label{font-family:var(--font-primary)!important;color:var(--brand-primary)!important}.label-primary::-webkit-input-placeholder{font-family:var(--font-secondary)!important;color:var(--brand-primary)!important}.label-primary:-moz-placeholder,.label-primary::-moz-placeholder{font-family:var(--font-secondary)!important;color:var(--brand-primary)!important}.label-primary:-ms-input-placeholder{font-family:var(--font-secondary)!important;color:var(--brand-primary)!important}.label-primary::-ms-input-placeholder{font-family:var(--font-secondary)!important;color:var(--brand-primary)!important}.label-primary::placeholder{font-family:var(--font-secondary)!important;color:var(--brand-primary)!important}.go-back-mobile{padding:20px;display:none;cursor:pointer}.go-back-mobile.no-padding{padding:20px 0}@media only screen and (max-width:420px){.go-back-mobile{display:block}}.go-back-desktop{padding:20px;display:block;cursor:pointer}.go-back-desktop .back-text{font-family:RobotoBold;font-size:13px;color:var(--grey3);margin-left:15px;line-height:13px;display:inline-block;position:relative;top:-3px}.go-back-desktop.no-padding{padding:20px 0}@media only screen and (max-width:920px){.go-back-desktop{display:none}}.hide-input{opacity:0;position:absolute;top:0;width:100%;bottom:0;z-index:1;left:0}@media screen and (max-width:350px){.captcha{-webkit-transform:scale(.9);-moz-transform:scale(.9);-ms-transform:scale(.9);-o-transform:scale(.9);transform:scale(.9);-webkit-transform-origin:top left;-moz-transform-origin:top left;-ms-transform-origin:top left;-o-transform-origin:top left;transform-origin:top left;width:287px}}@media only screen and (max-width:799px){.disabled-scroll{overflow:hidden}}.disabled-scroll-all{overflow:hidden}.section-prices .swiper-container,.staff .swiper-container,.testimonials .swiper-container{padding-bottom:2rem}.section-prices .swiper-slide,.staff .swiper-slide,.testimonials .swiper-slide{height:auto}.section-prices .swiper-button-next,.section-prices .swiper-button-prev,.staff .swiper-button-next,.staff .swiper-button-prev,.testimonials .swiper-button-next,.testimonials .swiper-button-prev{color:var(--brand-secondary)}.section-prices .swiper-pagination-bullet-active,.staff .swiper-pagination-bullet-active,.testimonials .swiper-pagination-bullet-active{background:var(--brand-secondary)}.section-prices .swiper-container-horizontal>.swiper-pagination-bullets,.staff .swiper-container-horizontal>.swiper-pagination-bullets,.testimonials .swiper-container-horizontal>.swiper-pagination-bullets{bottom:0}.staff .swiper-container{padding-bottom:3rem}@media only screen and (max-width:420px){.staff .swiper-container{padding-bottom:4rem}}.toregular{font-family:var(--font-secondary);font-weight:400}.ellipsis{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.spacing{padding:.5rem 0}.spacing .xl{padding:1rem 0}.spacing .xxl{padding:3rem 0}.y-btn{padding:15px 35px!important;color:#fff!important;font-family:PoppinsBold!important;background-color:var(--y-green1)!important;font-size:14px}.y-btn.fluid{width:100%}.custom-btn{min-height:55px;cursor:pointer}.custom-btn.default{height:auto;padding:5px 25px;font-family:PoppinsRegular;font-size:24px;line-height:36px;color:var(--y-grey3);z-index:10}.custom-btn.default,.custom-btn.default:hover{background-color:var(--y-green1)}.custom-btn.default.invert{color:var(--y-green1)}.custom-btn.default.invert,.custom-btn.default.invert:active,.custom-btn.default.invert:focus{background-color:var(--y-grey3)}.custom-btn.default:active,.custom-btn.default:focus{background-color:var(--y-green1)}.custom-btn.fb{background-color:var(--blue9)!important;color:#fff!important}.custom-btn.google{background-color:#fff!important;border:1px solid var(--grey5)!important}.custom-btn.brand{background-color:var(--y-green1)!important;-webkit-box-shadow:0 4px 4px rgba(0,0,0,.25);-moz-box-shadow:0 4px 4px rgba(0,0,0,.25);box-shadow:0 4px 4px rgba(0,0,0,.25);color:#fff!important;text-transform:uppercase}.custom-btn.brand.invert{background-color:var(--y-grey13)!important}.custom-btn.brand.darker{background-color:var(--y-grey3)!important}.custom-btn.brand.high{color:var(--y-grey3)!important;font-family:PoppinsRegular}.custom-btn.brand.autoH{height:auto!important}.custom-btn.simple{-webkit-box-shadow:0 4px 4px rgba(0,0,0,.25);-moz-box-shadow:0 4px 4px rgba(0,0,0,.25);box-shadow:0 4px 4px rgba(0,0,0,.25);background-color:#fff!important;border:1px solid var(--y-grey5)!important;color:var(--y-grey5)!important}.custom-btn.small{height:33px;font-size:14px;min-width:124px;line-height:5px}.custom-btn.no-shadow{-webkit-box-shadow:unset!important;-moz-box-shadow:unset!important;box-shadow:unset!important}.custom-btn.rounded{background-color:#fff!important;color:var(--blue10)!important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:19px;-moz-border-radius:19px;border-radius:19px;border:1px solid var(--blue10)}.custom-input input,.custom-select>div{border:0!important;border-bottom:1px solid var(--grey5)!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important;padding-left:0!important}.custom-input label,.custom-select label{color:var(--y-green1)!important}.custom-checkbox label{color:var(--grey4)!important;font-size:12px!important;padding-left:30px!important}.custom-checkbox label:before{border:1px solid var(--grey4)!important}.custom-radio label:before{background-color:#fff!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important}.custom-radio input:checked~label:after,.custom-radio input:focus:checked~label:after{background-color:var(--y-green1)!important}.y-select>div{border:1px solid var(--y-grey1)!important;-webkit-border-radius:3px!important;-moz-border-radius:3px!important;border-radius:3px!important;background:rgba(0,0,0,0)!important}.y-select>div>div{color:var(--y-grey1)!important}.y-select label{font-family:PoppinsMedium;font-size:14px!important;line-height:21px!important;text-align:left;font-weight:500!important;color:var(--y-grey5)!important}.y-input input{border:1px solid var(--y-grey1)!important;-webkit-border-radius:3px!important;-moz-border-radius:3px!important;border-radius:3px!important;background:rgba(0,0,0,0)!important;padding:22px 25px!important;color:var(--y-grey1)!important}.y-input input::-webkit-input-placeholder{color:var(--y-grey1)!important}.y-input input:-moz-placeholder,.y-input input::-moz-placeholder{color:var(--y-grey1)!important}.y-input input:-ms-input-placeholder{color:var(--y-grey1)!important}.y-input input::-ms-input-placeholder{color:var(--y-grey1)!important}.y-input input::placeholder{color:var(--y-grey1)!important}.y-input.small input{padding:8px 10px!important}.y-input label{font-family:PoppinsMedium;color:#fff!important;font-weight:500!important;font-size:24px!important;line-height:36px!important}@media only screen and (max-width:420px){.y-input label{font-size:20px!important}}.y-input.small label{line-height:21px!important;text-align:left}.y-checkbox label,.y-input.small label{font-size:14px!important;color:var(--y-grey5)!important}.y-checkbox label{padding-left:44px!important;font-family:PoppinsRegular!important;line-height:24px!important}.y-checkbox label:before{border:1px solid var(--y-grey2)!important;width:24px!important;height:24px!important;background:rgba(0,0,0,0)!important}.y-checkbox label:after{width:24px!important;height:24px!important;line-height:24px!important;color:var(--y-green1)!important}@media only screen and (max-width:420px){.y-checkbox label{font-size:12px!important}}.y-checkbox.small label{font-size:12px!important;line-height:22px!important;padding-left:35px!important}.y-checkbox input{width:24px!important;height:24px!important}#root,body,html{height:100%;width:100%}body,html{min-width:315px!important;overflow-y:visible}body{-webkit-font-smoothing:antialiased}body ::-webkit-scrollbar{-webkit-appearance:inherit!important;width:5px}*{outline:0}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 1000px #fff inset!important;box-shadow:inset 0 0 0 1000px #fff!important}g[aria-labelledby$=-title]{display:none}.ui.icon.input[data-testid=datepicker-input]{width:225px}.ui.basic.red.label{background:#ff325d!important;display:block!important;color:#fff!important;font-weight:400!important}.Toastify__toast,.ui.basic.red.label{font-family:PoppinsRegular}.Toastify__toast--success.r-toast-success{background:var(--y-green1)}.Toastify__toast--success.r-toast-error{background:var(--red4)}body.hideScroll * ::-webkit-scrollbar,video::-webkit-media-controls-start-playback-button{display:none!important}blockquote{margin:0}strong{font-family:var(--font-primary)}.rotate225{-webkit-transform:rotate(225deg);-moz-transform:rotate(225deg);-ms-transform:rotate(225deg);-o-transform:rotate(225deg);transform:rotate(225deg)}.rotate45{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.wrapper{min-height:100vh;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:375px){.wrapper{-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}}.i-back{display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-bottom:10px;cursor:pointer}.i-back i{margin-right:5px;height:auto}.i-back i:before{font-size:25px;color:#242a42;opacity:.5}.i-back span{font-family:PoppinsRegular;font-size:14px;color:var(--y-grey3)}@media only screen and (max-width:920px){.i-back{display:none}}.i-back.notHide{display:-webkit-inline-flex!important;display:-moz-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}
/*# sourceMappingURL=main.d8b16542.chunk.css.map */