body {
    background-color: #FAF9FB;
}

.bg-grad {
    background-repeat: no-repeat;
}
.bg-grad.bg-grad-top-left {
    background-image: url('/i/decor/bg-top-left.png');
    background-position: top left;
}
.bg-grad.bg-grad-top-right {
    background-image: url('/i/decor/bg-top-right.png');
    background-position: top right;
}
.bg-grad.bg-grad-bottom-left {
    background-image: url('/i/decor/bg-bottom-left.png');
    background-position: bottom left;
}
.bg-grad.bg-grad-bottom-right {
    background-image: url('/i/decor/bg-bottom-right.png');
    background-position: bottom right;
}

.mt-60  { margin-top: 60px; }
.mt-80  { margin-top: 80px; }
.mt-120 { margin-top: 120px; }
.mt-160 { margin-top: 160px; }

.mb-60  { margin-bottom: 60px; }
.mb-80  { margin-bottom: 80px; }
.mb-120 { margin-bottom: 120px; }
.mb-160 { margin-bottom: 160px; }

.pt-120 { padding-top: 120px; }

.pb-40  { padding-bottom: 40px; }

.content {
    z-index: 10;
    position: relative;
    max-width: 900px;
}

.title-purple {
    font-family: 'SF Compact Display', serif;
    font-style: normal;
    font-weight: 300;
    font-size: 4rem;
    line-height: 4rem;

    background: linear-gradient(180deg, #DB5880 0%, #005E90 90.62%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
@media only screen and (max-width: 414px) {
    .title-purple {
        font-size: 3.2rem;
        line-height: 3.2rem;
    }
}

.title-orange {
    font-family: 'SF Compact Display', serif;
    font-style: normal;
    font-weight: 300;
    font-size: 3.2rem;
    line-height: 3.2rem;

    background: linear-gradient(180deg, #FF5548 0%, #CC5700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
@media only screen and (max-width: 414px) {
    .title-orange {
        font-size: 2.8rem;
        line-height: 2.8rem;
    }
}

.subtitle-purple {
    font-family: 'SF Compact Display', serif;
    font-style: normal;
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 2.4rem;

    background: linear-gradient(180deg, #DB5880 0%, #005E90 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.lead-orange {
    font-family: 'SF Compact Display', serif;
    font-style: normal;
    font-weight: 300;
    font-size: 2rem;
    line-height: 2.4rem;

    background: linear-gradient(180deg, #000000 0%, #CC5700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
@media only screen and (max-width: 414px) {
    .lead-orange {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
}

.text {
    font-family: 'SF Compact Display', serif;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;

    color: #000000;
}

.text-highlight {
    color: #CC5700;
}

.image-big {
    width: 420px;
}
@media only screen and (max-width: 414px) {
    .image-big {
        width: 100%;
    }
}
.image-medium {
    width: 200px;
}
@media only screen and (max-width: 414px) {
    .image-medium {
        width: 100%;
    }
}

.footer-line {
    width: 100%;
    height: 4px;

    background: #AAAAAA;
}
