@font-face {
    font-family: 'Aldine721BT-Light';
    src: url('../fonts/Aldine721BT-Light.eot');
    src: url('../fonts/Aldine721BT-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Aldine721BT-Light.woff2') format('woff2'), url('../fonts/Aldine721BT-Light.woff') format('woff'), url('../fonts/Aldine721BT-Light.ttf') format('truetype'), url('../fonts/Aldine721BT-Light.svg#Aldine721BT-Light') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Swiss721BT-Regular';
    src: url('../fonts/Swiss721BT-Regular.eot');
    src: url('../fonts/Swiss721BT-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Swiss721BT-Regular.woff2') format('woff2'), url('../fonts/Swiss721BT-Regular.woff') format('woff'), url('../fonts/Swiss721BT-Regular.ttf') format('truetype'), url('../fonts/Swiss721BT-Regular.svg#Swiss721BT-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: 'Swiss721BT-Regular' !important;
}

.containerWrap {
    margin: 0;
    padding: 0 !important;
    min-height: 100vh;
}

#Header img {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.headline {
    font-family: 'Aldine721BT-Light' !important;
}

.headline {
    font-weight: bold;
}

.numberCircle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 6px 16px 6px 16px;
    border: 4px solid #FFB995;
    text-align: center;
}

.numberPadding {
    padding: 10px 0px 10px 0px;
    font-size: 1.125rem !important;
    font-weight: bold !important;
}

h1 {
    font-size: 2rem !important;
    margin-top: 10px !important;
}

h2 {
    font-size: 1.75rem !important;
}

h3 {
    font-size: 1.5rem !important;
}

html,
body {
    background: #fff;
    color: #000;
    max-width: 100%;
    overflow-x: hidden;
}

.bg-color {
    background: #F9F6F4;
    color: #1c1c1c;
}

.space {
    margin-top: 15px;
    margin-bottom: 15px;
}

.btn-custom {
    background: #1C1C1C !important;
    color: #fff !important;
    padding: 0.75rem 0.75rem !important;
    font-size: 1.5rem !important;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active {
    background: #494949 !important;
    color: #fff !important;
}

hr {
    display: block;
    height: 2px;
    width: 100%;
    background: #000;
}

.disclaimer {
    font-size: 75%;
}

.logo {
    max-width: 25% !important;
    height: auto !important;
}

.bannerimg {
    border-bottom: 10px solid #FFB995;
}

a {
    color: #003670 !important;
}

@media screen and (max-width: 767px) {
    .logo {
        max-width: 35% !important;
        height: auto !important;
    }
}

@media screen and (max-width: 375px) {
    .logo {
        max-width: 50% !important;
        height: auto !important;
    }
    .btn-custom {
        font-size: 1.3rem !important;
    }
}