.handicapper-main{width:100%}.type-handicapper{padding:20px;box-sizing:border-box}.type-handicapper a{text-decoration:none}.type-handicapper img{max-width:100%;height:auto}.type-handicapper p{margin:0;padding:0}.type-handicapper .shh-title{text-align:center;color:var(--color-capper-title)}.type-handicapper .handicapper-bold{font-weight:700;color:var(--color-black)}.type-handicapper .handicapper-header-wrapper{display:grid;grid-template-columns:repeat(14,1fr);gap:1rem}.type-handicapper .handicapper-header-wrapper .handicapper-card{grid-column:1/9;box-shadow:0 20px 27px 0 rgba(0,0,0,.05);background-color:var(--color-white);border-radius:1rem;border:1px solid #e6ebf2;padding:1.5rem;display:flex;flex-direction:column}@media screen and (max-width:992px){.type-handicapper .handicapper-header-wrapper .handicapper-card{grid-column:1/15}}.type-handicapper .handicapper-header-wrapper .handicapper-card .handicapper-card-header{display:flex;gap:.5rem;align-items:center;margin-bottom:1.5rem}@media screen and (max-width:576px){.type-handicapper .handicapper-header-wrapper .handicapper-card .handicapper-card-header{flex-direction:column;row-gap:1rem}}.type-handicapper .handicapper-header-wrapper .handicapper-card .handicapper-card-header .handicapper-card-info{display:flex;flex-direction:column;justify-content:center;align-items:center;width:40%}.type-handicapper .handicapper-header-wrapper .handicapper-card .handicapper-card-header .handicapper-card-info img{width:100px;height:100px;border-radius:50px;margin-bottom:8px}.type-handicapper .handicapper-header-wrapper .handicapper-card .handicapper-card-header .handicapper-card-info .handicapper-name{font-size:1.8rem;line-height:2rem;font-weight:700;letter-spacing:-.02em;color:var(--color-black);text-align:center}.type-handicapper .handicapper-header-wrapper .handicapper-card .handicapper-card-header .handicapper-card-desc{width:60%;line-height:1.625;font-weight:400;font-size:1rem;color:#67748e;height:350px;overflow-y:auto}@media (max-width:992px){.type-handicapper .handicapper-header-wrapper .handicapper-card .handicapper-card-header .handicapper-card-desc{height:auto}}@media (max-width:768px){.type-handicapper .handicapper-header-wrapper .handicapper-card .handicapper-card-header .handicapper-card-desc{max-height:200px}}@media screen and (max-width:576px){.type-handicapper .handicapper-header-wrapper .handicapper-card .handicapper-card-header .handicapper-card-desc{width:100%;text-align:center;max-height:250px}}.type-handicapper .handicapper-header-wrapper .handicapper-card .handicapper-card-stats{border:1px solid #e6ebf2;background-color:#eef4fc;border-radius:1rem;padding:1rem;display:flex;align-items:center;height:100%}@media screen and (max-width:576px){.type-handicapper .handicapper-header-wrapper .handicapper-card .handicapper-card-stats{flex-direction:column;row-gap:1rem}}.type-handicapper .handicapper-header-wrapper .handicapper-card .handicapper-card-stats .handicapper-card-stats-info{flex:3;line-height:1.6;letter-spacing:0;font-size:16px;font-weight:400;color:#1c4579}@media screen and (max-width:576px){.type-handicapper .handicapper-header-wrapper .handicapper-card .handicapper-card-stats .handicapper-card-stats-info{flex-direction:column;row-gap:1rem}}.type-handicapper .handicapper-header-wrapper .handicapper-card .handicapper-card-stats .handicapper-card-stats-info .handicapper-card-stats-info-top{padding-bottom:1rem;border-bottom:1px solid #e6ebf2}@media screen and (max-width:576px){.type-handicapper .handicapper-header-wrapper .handicapper-card .handicapper-card-stats .handicapper-card-stats-info .handicapper-card-stats-info-top{text-align:center}}.type-handicapper .handicapper-header-wrapper .handicapper-card .handicapper-card-stats .handicapper-card-stats-info .handicapper-card-stats-info-bottom{padding-top:1rem}.type-handicapper .handicapper-header-wrapper .handicapper-card .handicapper-card-stats .handicapper-card-stats-cta{display:grid;place-content:center;flex:1}.type-handicapper .handicapper-header-wrapper .handicapper-card .handicapper-card-stats .handicapper-card-stats-cta a{background-color:var(--color-white);font-weight:700;font-size:14px;line-height:20px;color:#1c4579;padding:16px 32px;border:1px solid #e9ecef;border-image:initial;border-radius:8px;text-align:center;text-decoration:none;transition:all .3s ease;margin-left:1rem}.type-handicapper .handicapper-header-wrapper .handicapper-card .handicapper-card-stats .handicapper-card-stats-cta a:hover{background-color:#1c4579;color:var(--color-white);border-color:#1c4579}.type-handicapper .handicapper-header-wrapper .handicappers-day-wrapper{grid-column:9/15;display:flex;flex-direction:column;row-gap:1rem}@media screen and (max-width:992px){.type-handicapper .handicapper-header-wrapper .handicappers-day-wrapper{grid-column:1/15}}.type-handicapper .handicapper-header-wrapper .handicappers-day-wrapper .package{border-radius:1rem;box-shadow:0 20px 27px 0 rgba(0,0,0,.05);border:1px solid #e6ebf2;overflow:hidden}.type-handicapper .handicapper-header-wrapper .handicappers-day-wrapper .package .package-header{display:flex;justify-content:center;align-items:center;height:35px;background-color:#fff;align-content:center}.type-handicapper .handicapper-header-wrapper .handicappers-day-wrapper .package .package-header.danger{background-color:#db2c2c}.type-handicapper .handicapper-header-wrapper .handicappers-day-wrapper .package .package-header .package-title{color:#fff;font-size:14px;font-weight:600;text-align:center}.type-handicapper .handicapper-header-wrapper .handicappers-day-wrapper .package .package-body{display:flex;padding:1rem;background-color:#fff}@media (max-width:1200px){.type-handicapper .handicapper-header-wrapper .handicappers-day-wrapper .package .package-body{flex-direction:column}}@media (max-width:992px){.type-handicapper .handicapper-header-wrapper .handicappers-day-wrapper .package .package-body{flex-direction:row}}@media (max-width:576px){.type-handicapper .handicapper-header-wrapper .handicappers-day-wrapper .package .package-body{flex-direction:column}}.type-handicapper .handicapper-header-wrapper .handicappers-day-wrapper .package .package-body .package-description{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:.5rem;width:50%}@media (max-width:1200px){.type-handicapper .handicapper-header-wrapper .handicappers-day-wrapper .package .package-body .package-description{width:100%}}@media (max-width:992px){.type-handicapper .handicapper-header-wrapper .handicappers-day-wrapper .package .package-body .package-description{width:50%}}@media (max-width:576px){.type-handicapper .handicapper-header-wrapper .handicappers-day-wrapper .package .package-body .package-description{width:100%}}.type-handicapper .handicapper-header-wrapper .handicappers-day-wrapper .package .package-body .package-description .name{font-size:1.2rem;font-weight:800}.type-handicapper .handicapper-header-wrapper .handicappers-day-wrapper .package .package-body .package-description .picks{font-size:.9rem;font-weight:700;color:#67748e}.type-handicapper .handicapper-header-wrapper .handicappers-day-wrapper .package .package-body .package-description .includes{color:#000;font-weight:700;font-size:.9rem}.type-handicapper .handicapper-header-wrapper .handicappers-day-wrapper .package .package-body .package-description .includes .label{color:#67748e;font-weight:600;margin-right:.3rem}.type-handicapper .handicapper-header-wrapper .handicappers-day-wrapper .package .package-body .package-price{width:50%;border-left:1px solid #e6ebf2;padding-left:1rem}@media (max-width:1200px){.type-handicapper .handicapper-header-wrapper .handicappers-day-wrapper .package .package-body .package-price{width:100%;border-left:none;padding-left:0;margin-top:1rem}}@media (max-width:992px){.type-handicapper .handicapper-header-wrapper .handicappers-day-wrapper .package .package-body .package-price{width:50%;border-left:1px solid #e6ebf2;padding-left:1rem;margin-top:0}}@media (max-width:576px){.type-handicapper .handicapper-header-wrapper .handicappers-day-wrapper .package .package-body .package-price{width:100%;border-left:none;padding-left:0;margin-top:1rem}}.type-handicapper .handicapper-header-wrapper .handicappers-day-wrapper .package .package-body .package-price .packages{display:flex;flex-direction:column;gap:.5rem;padding-bottom:1rem}.type-handicapper .handicapper-header-wrapper .handicappers-day-wrapper .package .package-body .package-price .packages .item-package{display:flex;background-color:#eef4fc;border-radius:.5rem;padding:.5rem}.type-handicapper .handicapper-header-wrapper .handicappers-day-wrapper .package .package-body .package-price .packages .item-package .option{line-height:0}.type-handicapper .handicapper-header-wrapper .handicappers-day-wrapper .package .package-body .package-price .packages .item-package .option input{height:1.8rem;width:1.8rem}.type-handicapper .handicapper-header-wrapper .handicappers-day-wrapper .package .package-body .package-price .packages .item-package .price{display:flex}.type-handicapper .handicapper-header-wrapper .handicappers-day-wrapper .package .package-body .package-price .packages .item-package .price .amount{line-height:1.6rem;font-size:1.7rem;font-weight:800;padding:0 .3rem}.type-handicapper .handicapper-header-wrapper .handicappers-day-wrapper .package .package-body .package-price .packages .item-package .price .frequency{display:flex;align-items:center;font-size:.75rem;line-height:.9rem}.type-handicapper .handicapper-header-wrapper .handicappers-day-wrapper .package .package-body .package-price .buttons .primary{display:flex;width:100%;padding:.8rem;background:#1c4579;border-radius:8px;font-weight:700;font-size:14px;line-height:20px;color:#fff;justify-content:center}.type-handicapper .handicapper-header-wrapper .handicappers-day-wrapper .package .package-body .package-price .buttons .primary:hover{background-color:#8aa9d1;color:#fff}.type-handicapper .handicapper-header-wrapper .handicappers-day-wrapper .package .package-footer{display:flex;justify-content:center;padding:1rem;border-top:1px solid #e6ebf2;background-color:#fff;color:#878787;font-size:.7rem}.type-handicapper .handicapper-profit-wrapper{display:flex;gap:2rem;margin:1.5rem 0}@media screen and (max-width:576px){.type-handicapper .handicapper-profit-wrapper{flex-direction:column}}.type-handicapper .handicapper-profit-wrapper .profit{padding:1.5rem;color:#67748e;background-color:#eef4fc;border:1px solid #e6ebf2;border-radius:1rem;font-size:24px;font-weight:400;line-height:37px;display:grid;place-content:center;text-align:center;flex:1}.type-handicapper .handicapper-profit-wrapper .profit--accent{font-size:27px;font-weight:700;color:#1c4579}.type-handicapper .handicapper-today-picks-wrapper{width:100%;display:flex;flex-direction:column}.type-handicapper .handicapper-today-picks-wrapper .shh-entry-sub-title{font-weight:700;font-size:26px;line-height:37px;letter-spacing:-.02em;color:var(--color-black);text-transform:capitalize;margin-bottom:1.5rem;margin-top:1.5rem}.type-handicapper .handicapper-today-picks-wrapper .shh-card-container{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;place-content:center;color:#67748e}@media screen and (max-width:992px){.type-handicapper .handicapper-today-picks-wrapper .shh-card-container{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.type-handicapper .handicapper-today-picks-wrapper .shh-card-container{grid-template-columns:repeat(1,1fr)}}.type-handicapper .handicapper-today-picks-wrapper .shh-card-container .shh-card{border:1px solid #eef4fc;border-radius:1rem;box-shadow:0 20px 50px 0 #f3f3f3;background:var(--color-white);padding:1rem;display:flex;flex-direction:column}.type-handicapper .handicapper-today-picks-wrapper .shh-card-container .shh-card .shh-card-row{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem}.type-handicapper .handicapper-today-picks-wrapper .shh-card-container .shh-card .shh-card-row .shh-item-text{color:var(--color-capper-picks-text);text-align:center}.type-handicapper .handicapper-today-picks-wrapper .shh-card-container .shh-card .shh-card-row .shh-align-left{justify-content:flex-start}.type-handicapper .handicapper-today-picks-wrapper .shh-card-container .shh-card .shh-card-row .shh-align-center{justify-content:center}.type-handicapper .handicapper-today-picks-wrapper .shh-card-container .shh-card .shh-card-row .shh-align-right{justify-content:flex-end}.type-handicapper .handicapper-today-picks-wrapper .shh-card-container .shh-card .shh-card-row .shh-team-container{text-align:center}.type-handicapper .handicapper-today-picks-wrapper .shh-card-container .shh-card .shh-card-row .shh-team-container .ssh-team-img{width:60px;height:60px;object-fit:contain}.type-handicapper .handicapper-today-picks-wrapper .shh-card-container .shh-card .shh-card-row .shh-team-container .shh-featured{text-wrap:wrap;width:120px;color:var(--color-capper-featured-value)}.type-handicapper .handicapper-today-picks-wrapper .shh-card-container .shh-card .shh-card-row .shh-tournament-container{width:100%;text-align:center}.type-handicapper .handicapper-today-picks-wrapper .shh-card-container .shh-card .shh-card-row .shh-tournament-container .shh-featured-tournament{color:var(--color-capper-featured-value)}.type-handicapper .handicapper-today-picks-wrapper .shh-card-container .shh-card .shh-vs{font-weight:700;display:flex;justify-content:center;align-items:center;color:#67748e}.type-handicapper .handicapper-today-picks-wrapper .shh-card-container .shh-card .shh-bordered{border-top:1px solid #67748e;padding-top:1rem}.type-handicapper .handicapper-today-picks-wrapper .shh-card-container .shh-card .shh-card-footer{text-align:center}.type-handicapper .handicapper-today-picks-wrapper .shh-card-container .shh-card .shh-card-footer .shh-item-text--no-free{text-align:center;border-top:1px solid #67748e;padding-top:1rem;margin-top:1rem;font-size:15px}.type-handicapper .handicapper-today-picks-wrapper .shh-card-container .shh-card .shh-card-footer .shh-pick-btn-wrapper{display:flex;justify-content:center;align-items:center}.type-handicapper .handicapper-today-picks-wrapper .shh-card-container .shh-card .shh-card-footer .shh-pick-btn-wrapper .shh-pick-btn{background-color:#1c4579;padding:.5rem 1rem;border-radius:.3rem;margin-top:1rem;color:var(--color-white);font-weight:600;font-size:15px}.type-handicapper .shh-content{padding-top:2rem}