body {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    color: #fff;
}

.f-tr {
    font-family: 'Turret Road', sans-serif;
}

.f-e {
    font-family: 'Epilogue', sans-serif;
}

.f12 {
    font-size: .75em;
}

.f14 {
    font-size: .875em;
}

.f15 {
    font-size: 0.9375em;
}

.f20 {
    font-size: 1.25em;
    line-height: 100%;
}

.f24 {
    font-size: 1.5em;
    line-height: 100%;
}

.f30 {
    font-size: 1.875em;
    line-height: 120%;
}

.f32 {
    font-size: 2em;
    line-height: 100%;
}

.f36 {
    font-size: 2.25em;
    line-height: 100%;
}

.f40 {
    font-size: 2.5em;
    line-height: 100%;
}

.f48 {
    font-size: 3em;
    line-height: 100%;
}

.f64 {
    font-size: 4em;
    line-height: 100%;
}

.f72 {
    font-size: 4.5em;
    line-height: 120%;
}

.f76 {
    font-size: 4.75em;
    line-height: 100%;
}

.f80 {
    font-size: 5em;
    line-height: 100%;
}

.f86 {
    font-size: 5.375em;
    line-height: 100%;
}

.f96 {
    font-size: 6em;
    line-height: 100%;
}

.f128 {
    font-size: 8em;
}

.f200 {
    font-size: 12.5em;
    line-height: 100%;
}

.fw275 {
    font-weight: 275;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.fw800 {
    font-weight: 800;
}

.fw900 {
    font-weight: 900;
}

.fu {
    text-transform: uppercase;
}

.tc {
    text-align: center;
}

.o2 {
    opacity: 0.2;
}

.o4 {
    opacity: 0.4;
}

a {
    color: white;
    transition: opacity .5s;
}

a:hover {
    opacity: .8;
}

.d-flex {
    display: flex;
}

.d-sa {
    justify-content: space-around;
}

.d-sb {
    justify-content: space-between;
}

.d-ac {
    align-items: center;
}

.mr20 {
    margin-right: 20px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt30 {
    margin-top: 30px;
}

.mt65 {
    margin-top: 65px;
}

.mt150 {
    margin-top: 150px;
}

.mt170 {
    margin-top: 170px;
}

.mr100 {
    margin-right: 100px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb64 {
    margin-bottom: 64px;
}

.container {
    padding: 0 5%;
}

.c-blue {
    color: #001C53;
}

.c-lightblue {
    color: #024DDF;
}

.py50 {
    padding-top: 50px;
    padding-bottom: 50px;
}