.btn {
    background: radial-gradient(circle at 100% 100%, rgb(191 219 254) 0, rgb(191 219 254) 19px, transparent 19px) 0% 0%/20px 20px no-repeat,
    radial-gradient(circle at 0 100%, rgb(191 219 254) 0, rgb(191 219 254) 19px, transparent 19px) 100% 0%/20px 20px no-repeat,
    radial-gradient(circle at 100% 0, rgb(191 219 254) 0, rgb(191 219 254) 19px, transparent 19px) 0% 100%/20px 20px no-repeat,
    radial-gradient(circle at 0 0, rgb(191 219 254) 0, rgb(191 219 254) 19px, transparent 19px) 100% 100%/20px 20px no-repeat,
    linear-gradient(rgb(191 219 254), rgb(191 219 254)) 50% 50%/calc(100% - 2px) calc(100% - 40px) no-repeat,
    linear-gradient(rgb(191 219 254), rgb(191 219 254)) 50% 50%/calc(100% - 40px) calc(100% - 2px) no-repeat,
    linear-gradient(0deg, #ffffff 0%, rgba(12, 194, 50, 0) 52%, #ffffff 100%);
    border-radius: 20px;
    box-sizing: border-box;
    width: fit-content;
}

small a, a.btn, span.orange a {
    color: rgb(139 213 221);
}

p a {
    color: #fff;
}

.btn-orange {
    background-color: rgb(156 163 175);
    border-radius: 20px;
    color: #fff;
    user-select: none;
    display: flex;
    justify-content: center;
}

.bark-bg {
    color: #000;
    background: radial-gradient(circle at 100% 100%, rgb(199 210 254) 0, rgb(199 210 254) 29px, transparent 29px) 0% 0%/30px 30px no-repeat,
    radial-gradient(circle at 0 100%, rgb(199 210 254) 0, rgb(199 210 254) 29px, transparent 29px) 100% 0%/30px 30px no-repeat,
    radial-gradient(circle at 100% 0, rgb(199 210 254) 0, rgb(199 210 254) 29px, transparent 29px) 0% 100%/30px 30px no-repeat,
    radial-gradient(circle at 0 0, rgb(199 210 254) 0, rgb(199 210 254) 29px, transparent 29px) 100% 100%/30px 30px no-repeat,
    linear-gradient(rgb(199 210 254), rgb(199 210 254)) 50% 50%/calc(100% - 2px) calc(100% - 60px) no-repeat,
    linear-gradient(rgb(199 210 254), rgb(199 210 254)) 50% 50%/calc(100% - 60px) calc(100% - 2px) no-repeat,
    linear-gradient(0deg, #ffffff 0%, rgba(12, 194, 50, 0) 52%, #ffffff 100%);
    border-radius: 30px;
}

a .btn-orange:hover {
    background-color: #e07300;
}

hr.v {
    margin: 0;
    border: 1px solid #CECECE;
}

.android.btn, .ios.btn {
    border-radius: 30px;
    padding: 14px 25px;
    box-sizing: border-box;
    font-size: 18px;
}

.banner_gradient {
    overflow: hidden;
    background: rgb(242, 173, 100);
    background: linear-gradient(122deg, rgba(242, 173, 100, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}

.banner {
    position: relative;
}

img.strip-1 {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

img.strip-2 {
    position: absolute;
    top: 0px;
    right: 0px;
}

img.strip-3 {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

img.moriarty002 {
    position: absolute;
    bottom: 40px;
    right: 20px;
    z-index: -1;
}

img.pills003 {
    position: absolute;
    top: 40px;
    right: 40px;
}

img.moriarty {
    position: absolute;
    bottom: 0px;
    right: -80px;
    width: auto;
    height: auto;
    z-index: -1;
}

.card {
    border: 3px solid #F0F0F0;
    border-radius: 20px;
    padding: 20px 25px;
    height: 100px;
    display: flex;
    align-items: center;
}

.card.card-black {
    background-color: rgb(254 202 202);
    border: 3px solid rgb(254 202 202);
    color: #fff;
}

.card.card-orange {
    background-color: rgb(156 163 175);
    border: 3px solid rgb(156 163 175);
    color: #fff;
}

.number {
    color: rgb(156 163 175);
    border: 1px solid rgb(156 163 175);
    border-radius: 50px;
    padding: 0px 12px;
    width: fit-content;
}

.soft-gradient {
    overflow: hidden;
    background: linear-gradient(345deg, #334157 0%, #334157 100%);
}

.soft-gradient-sm {
    background: linear-gradient(148deg, #1d3150 0%, #495e7e 51%, #2b4164 100%);
}

img {

}