* {
    font-family: 'SF-Pro-Text', sans-serif;
}
.rounded-20 {
    border-radius: 20px;
}
.rounded-10, .btn.rounded-10 {
    border-radius: 10px;
}
.rounded-5 {
    border-radius: 5px;
}
.pt-6{
    padding-top: 5rem!important;
}
.pb-6{
    padding-bottom: 5rem!important;
}
.py-40px{
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}
.mt-110px{
    margin-top: 110px;
}
.t-0 {
    top: 0;
}
.b-0 {
    bottom: 0;
}
.l-0 {
    left: 0;
}
.r-0 {
    right: 0;
}
.g-6{
    --bs-gutter-y: 5rem!important;
    --bs-gutter-x: 5rem!important;
}
.gx-6{
    --bs-gutter-x: 5rem!important;
}
.sf-l-12, .sf-r-12, .sf-m-12, .sf-sb-12, .sf-b-12, .sf-h-12{
    font-size: 0.75em;
}
.sf-l-13, .sf-r-13, .sf-m-13, .sf-sb-13, .sf-b-13, .sf-h-13{
    font-size: 0.813em;
}
.sf-l-14, .sf-r-14, .sf-m-14, .sf-sb-14, .sf-b-14, .sf-h-14{
    font-size: 0.875em;
}
.sf-l-16, .sf-r-16, .sf-m-16, .sf-sb-16, .sf-b-16, .sf-h-16{
    font-size: 1em;
}
.sf-l-18, .sf-r-18, .sf-m-18, .sf-sb-18, .sf-b-18, .sf-h-18{
    font-size: 1.125em;
}
.sf-l-20, .sf-r-20, .sf-m-20, .sf-sb-20, .sf-b-20, .sf-h-20{
    font-size: 1.25em;
}
.sf-l-24, .sf-r-24, .sf-m-24, .sf-sb-24, .sf-b-24, .sf-h-24{
    line-height: 140%;
    font-size: 1.5em;
}
.sf-l-28, .sf-r-28, .sf-m-28, .sf-sb-28, .sf-b-28, .sf-h-28{
    font-size: 1.75em;
}
.sf-l-36, .sf-r-36, .sf-m-36, .sf-sb-36, .sf-b-36, .sf-h-36{
    font-size: 2.5em;
    line-height: 120%;
}
.sf-l-40, .sf-r-40, .sf-m-40, .sf-sb-40, .sf-b-40, .sf-h-40{
    font-size: 2.5em;
}
.sf-l-48, .sf-r-48, .sf-m-48, .sf-sb-48, .sf-b-48, .sf-h-48{
    font-size: 3em;
    line-height: normal;
}
.sf-b-60{
    font-size: 3.75em;
    line-height: 120%;
}
.sf-l-12, .sf-l-13, .sf-l-14, .sf-l-16, .sf-l-18, .sf-l-20, .sf-l-24, .sf-l-28, .sf-l-36, .sf-l-40, .sf-l-48{
    font-weight: 300;
}
.sf-r-12, .sf-r-13, .sf-r-14, .sf-r-16, .sf-r-18, .sf-r-20, .sf-r-24, .sf-r-28, .sf-r-36, .sf-r-40, .sf-r-48{
    font-weight: 400;
}
.sf-m-12, .sf-m-13, .sf-m-14, .sf-m-16, .sf-m-18, .sf-m-20, .sf-m-24, .sf-m-28, .sf-m-36, .sf-m-40, .sf-m-48{
    font-weight: 500;
}
.sf-sb-12, .sf-sb-13, .sf-sb-14, .sf-sb-16, .sf-sb-18, .sf-sb-20, .sf-sb-24, .sf-sb-28, .sf-sb-36, .sf-sb-40, .sf-sb-48{
    font-weight: 600;
}
.sf-b-12, .sf-b-13, .sf-b-14, .sf-b-16, .sf-b-18, .sf-b-20, .sf-b-24, .sf-b-28, .sf-b-36, .sf-b-40, .sf-b-48, .sf-b-60{
    font-weight: 700;
}
.sf-h-12, .sf-h-13, .sf-h-14, .sf-h-16, .sf-h-18, .sf-h-20, .sf-h-24, .sf-h-28, .sf-h-36, .sf-h-40, .sf-h-48{
    font-weight: 700;
}
.lh-120 {
    line-height: 120%;
}
.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.block-rel {
    position: relative;
    height: 0;
    padding-bottom: 50%;
}
.block-rel-16-9 {
    padding-bottom: 56.25%;
}
.block-rel img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-contain, .block-rel .img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

