ul,
ol {
    list-style: none;
    padding: 0;
}

iframe {
    max-width: 100%;
}

.italic {
    font-style: italic
}

.bg-white {
    background-color: #FFFFFF;
}

.bg-orange {
    background-color: #df5c40;
}

.bg-charcoal {
    background-color: #464646;
}

.bg-jade {
    background-color: #008370;
}

.bg-grey {
    background-color: rgb(242, 242, 242);
}

.bg-grey {
    background-color: rgb(242, 242, 242);
}

.bg-brown {
    background-color: #2d1800;
}

.bg-lighbrown {
    background-color: rgba(56, 43, 30, 1);
}

.bg-red {
    background-color: #e90606;
}

.border-red {
    border: #e90606 1px solid;
}
.align-center {text-align: center}
.title {
    font-weight: 400;
    letter-spacing: 0.75px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}

.title-1 {
    font-size: 13px;
}

.title-2 {
    font-style: normal;
    font-size: 50px;
    font-weight: 400;
}

.title-3 {
    font-size: 36px;
    font-weight: normal;
}

.text-uppercase {
    text-transform: uppercase;
}

.m-0 {
    margin: 0px;
}
mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}
.mb-2 {
    margin-bottom: 2px;
}
.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.p-0 {
    padding: 0px;
}

.pl-5 {
    padding-left: 5px;
}

.p-10 {
    padding: 10px;
}

.pv-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ph-10 {
    padding-left: 10px;
    padding-right: 10px;
}

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

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

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

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

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

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

.p-15 {
    padding: 15px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-25 {
    padding-left: 25px;
}

.bigger {
    font-size: 120%;
}

.font-normal {
    font-weight: normal;
}

.font-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

.font-blue {
    color: #0072bc;
}

.font-white {
    color: #FFFFFF;
}

.font-red,
a.font-red {
    color: #D9001B;
}

.font-light,
a.font-light {
    color: #f0f0f0;
}

.font-grey,
a.font-grey {
    color: #9c9c9c;
}

.font-xs {
    font-size: 12px;
}

.font-sm {
    font-size: 13px;
}

.font-size-1 {
    font-size: 40px;
}

.font-size-2 {
    font-size: 25px;
}

.font-size-3 {
    font-size: 36px;
}

.font-size-4 {
    font-size: 20px;
}

.font-size-5 {
    font-size: 17px;
}

.font-size-6 {
    font-size: 16px;
}

.border-less {
    border: none!important;
}

.border-bottom {
    border-bottom: #e0e0e0 1px solid;
}

.border-top {
    border-bottom: #e0e0e0 1px solid;
}

.border-right {
    border-right: #e0e0e0 1px solid;
}

.border-left {
    border-left: #e0e0e0 1px solid;
}

.flex-box {
    display: flex;
}