html,body {
    background: #fafafa;
    margin: 0;
    min-height: 100vh;
    scroll-behavior: smooth;
    color: rgba(0,0,0,.8);
    font-family: system,-apple-system,".SFNSText-Regular","San Francisco",Roboto,"Segoe UI","Helvetica Neue","Lucida Grande",sans-serif;
}
h3 {
    margin-top: 0;
}
img {
    width: 100%;
}
ol {
    padding-left: 24px;
}
small {
    font-size: 14px;
}
a, a:focus {
    color: #000;
}
.text-white {
    color: #fff;
}
.text-main {
    color: #409fff;
}
.text-alert {
    color: #EA6839;
}
.text-left {
    text-align: left!important;
}
.text-center {
    text-align: center!important;
}
.text-underline {
    border-bottom: 1px solid;
}
.d-flex {
    display: flex;
    align-items: center;
}
.justify-content-center {
    justify-content: center;    
}
.justify-content-between {
    justify-content: space-between;
}
.align-items-stretch {
    align-items: stretch;
}
.align-items-baseline {
    align-items: baseline;
}
.align-items-start {
    align-items: flex-start;
}
.d-block {
    display: block;
}
.d-inline-block {
    display: inline-block;
}
.flex-box {
    display: flex;
    flex-wrap: wrap;
    max-width: 768px;
    margin: 0 auto;
}
.flex-grow-1 {
    flex-grow: 1;
}
.flex-shrink-0 {
    flex-shrink: 0;
}
.btn {
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    position: relative;
}
.btn-main {
    width: 100%;
    line-height: 3rem;
    color: #000;
    max-width: 330px;
    display: inline-block;
    padding-bottom: .5vh;
    text-align: center;
}
.btn-outline {
    border-radius: 50rem;
    border: 1px solid#EA4F1E;
    color: #EA4F1E;
    padding: 0 6px;
    text-align: center;
}
.btn-small {
    border-radius: 2px;
    background: #EA4F1E;
    color: #fff;
    padding: 6px 16px;
    border: 1px solid rgba(0, 0, 0, .2);
    cursor: pointer;
}
.btn-watch {
    display: inline-block;
    width: 40%;
    cursor: pointer;
}
.btn-watch img {
    width: 100%;
}
.btn-alert {
    background: #EA6839;
    color: #fff;
    width: 50%;
    padding: 1rem .5rem;
    font-size: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 250px;
    box-shadow: 4px 4px 0 0 #000;
    box-sizing: border-box;
}
.btn-warning {
    background: #EABE30;
    color: #fff;
    width: 50%;
    padding: 1rem .5rem;
    font-size: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 250px;
    box-shadow: 4px 4px 0 0 #000;
    box-sizing: border-box;
}
.m-0 {
    margin: 0!important;
}
.mt-s {
    margin-top: 1rem!important;
}
.mt-m {
    margin-top: 2rem!important;
}
.mb-0 {
    margin-bottom: 0!important;
}
.mb-xs {
    margin-bottom: .5rem!important;
}
.mb-s {
    margin-bottom: 1rem!important;
}
.mb-m {
    margin-bottom: 2rem!important;
}
.mb-l {
    margin-bottom: 3rem!important;
}
.mr-xs {
    margin-right: .5rem!important;
}
.mr-s {
    margin-right: 1rem!important;
}
.mr-m {
    margin-right: 2rem!important;
}
.mx-s {
    margin-left: 1rem!important;
    margin-right: 1rem!important;
}
.p-s {
    padding: 1rem!important;
}
.px-s {
    padding-left: 1rem!important;
    padding-right: 1rem!important;
}
.px-m {
    padding-left: 2rem!important;
    padding-right: 2rem!important;
}
.w-100 {
    width: 100%;
}
.font-bold {
    font-weight: bold;
}
