body {
    font-family: DAZNTrim,Arial,sans-serif;
    margin: 0;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #0c161b;
}

@font-face {
    font-family: DAZNTrim;
    src: url("https://resources.daznbet.com/fonts/DAZNTrim-Bold.ttf");
}
@font-face {
    font-family: DAZNTrimLight;
    src: url("https://resources.daznbet.com/fonts/DAZNTrim-Regular.ttf");
}

.container {
    max-width: 65%;
}

a{
   color: #f7ff1a; 
}

div {
    font-size: 16px;
}

div {
    display: block;
}

ol li {
    font-weight: 900;
}

ol li p{
    font-weight: 300;
    font-family: DAZNTrimLight,Arial,sans-serif;
}

p {
    font-family: DAZNTrimLight,Arial,sans-serif;
}

.privacy_notice_banner{
    background-color: #f7ff1a;
    width: 100%;
    height: 320px;
    display: flex;
    align-items: flex-end;
    padding: 44px 0;
    margin-bottom: 40px;
    background: #f7ff1a;
    position: relative;
}

.text_block {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.page_title {
    font-family: DAZNTrim,Arial,sans-serif;
    font-weight: 900;
    color: #000;
    line-height: 56px;
    font-size: 48px;
}

.container-fluid {
    width: 100%;
    padding: 0 32px;
}

table {
    font-family: DAZNTrimLight;
}

.unorderlist { 
    font-family: DAZNTrimLight;
}

.list {
    font-family: DAZNTrimLight;
}

.pagetitle {
    font-weight: 700;
    color: #000;
    line-height: 56px;
    font-size: 48px;
}
.pagetitle {
    font-size: 36px;
    margin: 0;
    padding: 0;
    color: #fff;
}

.site_btn {
    font-family: DAZNTrim,Arial,sans-serif;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.site_btn_normal {
    font-family: DAZNTrim,Arial,sans-serif;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
}

.site_btn_normal:hover {
    color: #bbbaba;
}

.signup_btn {
    background: #f7ff1a;
    background-image: #f7ff1a;
    color: #1e1e1e;
    box-shadow: none;
    border: none;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
}

.signin_btn {
    background: 0 0;
    color: #f9fafa;
    border: 2px solid #f9fafa;
}