.package-box{margin-top:30px}.package-box__item{background-color:#fff;border:1px solid rgba(135,136,138,.2);border-radius:40px;box-shadow:0 5px 10px rgba(0,0,0,.16);display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:40px 20px 24px;position:relative;text-decoration:none;transition:all .3s ease-in-out;width:100%}@media screen and (min-width:481px){.package-box__item{padding:40px 24px 24px}}@media screen and (min-width:721px){.package-box__item{padding:40px 32px 20px}}@media screen and (min-width:1024px){.package-box__item{padding:32px 24px 20px}}.package-box__item:hover{box-shadow:0 14px 14px rgba(0,0,0,.3);text-decoration:none;transform:scale(1.01)}@media screen and (min-width:1024px){.package-box__item--highlight{height:calc(100% + 40px);margin-top:-20px}}.package-box__item--blue{border-color:#0f265c}.package-box__item--blue .package-box__highlight{background-color:#0f265c}.package-box__item--green{border-color:#bfdf26}.package-box__item--green .package-box__highlight{background-color:#bfdf26;color:#000}.package-box__item--navy{border-color:#0069a1}.package-box__item--navy .package-box__highlight{background-color:#0069a1}.package-box__item--purple{border-color:#9200ff}.package-box__item--purple .package-box__highlight{background-color:#9200ff}.package-box__title{display:block;margin-bottom:10px}.package-box__text{color:#303030;font-weight:700;margin-bottom:12px}.package-box__highlight{border-radius:24px;color:#fff;display:inline-block;font-size:15px;font-weight:700;left:50%;letter-spacing:.02rem;line-height:1;min-width:46%;padding:6px 16px;position:absolute;text-align:center;top:-14px;transform:translateX(-50%);width:fit-content}.package-box__list{display:flex;flex-direction:column;gap:14px;margin-bottom:24px!important}.package-box__list__item{background-position:0 4px;background-repeat:no-repeat;background-size:18px;color:#505152;display:flex;flex-direction:row;gap:2px;justify-content:space-between;padding-left:28px;position:relative}.package-box__list__item__tag{align-items:center;border:1px solid #bcbcbc;border-radius:6px;color:#505152;display:inline-flex;font-size:13px;gap:6px;height:fit-content;line-height:1;margin-top:2px;min-width:max-content;padding:4px 8px;width:fit-content}.package-box__list__item__tag span{background-position:50%;background-size:contain;display:block;filter:grayscale(100%) brightness(0);height:14px;opacity:.6;width:14px}.package-box__hint{color:#505152;display:block;font-size:16px;padding:8px 0}.package-box__button{border-top:1px solid #e3e3e3;color:#000;display:block;font-weight:700;padding-top:12px}