body {
    background-color: #f2faff;
}


.container {
    flex: none;
    height: auto;
    position: relative;
    max-width: 960px;
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }
.border-top-gray { border-top-color: #adb5bd; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.lh-condensed { line-height: 1.25; }

.table {
    border: 1px solid #cce6ff;
    background: #fff;
}

.col {
    padding: 35px 20px;
}
.col1 {
    padding: 35px 20px;
    border-right: 1px solid #cce6ff;
}

.form-check {
    padding-top: 3px;
    padding-bottom: 3px;
}

h2 {
    font-family: "F37 Drago Regular", "F37 Drago Regular Placeholder", sans-serif;
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 54px;
    text-decoration: none;
    text-transform: none;
}

h5 {
    padding-top: 20px;
}

.h6 {
    font-family: Maison-Neue-Book;
    font-weight: 400;
    color: rgb(186, 186, 187);
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: unset;
    margin: 0em;
}

.h8 {
    font-size: 10px;
}