body {
    font-size: 16px;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    background-color: #f2f5f8;
}

header {
    height: 4rem;
    background-color: #152935;
    box-shadow: 0px 2px 8px 0px rgba(21, 41, 53, 0.32);
    position: relative;
    color: #ffffff;
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 1rem;
    display: flex;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.page-container {
    position: relative;
    max-width: 928px;
    margin: 5rem auto;
    color: #152935;
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    letter-spacing: 0.44px;
    line-height: 1.5rem;
}

@media (max-width: 768) {
    .page-container {
        max-width: 608px;
    }
}

@media (max-width: 992px) {
    .page-container {
        padding-right: 4rem;
        padding-left: 4rem;
    }
}

@media (max-width: 1439px) {
    .page-container {
        max-width: 768px;
    }
}

.section-title,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-title {
    color: #005075 !important;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: 0.23px;
    font-weight: 600;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group {
    color: #005075 !important;
    font-size: 1rem;
    font-family: "Cairo", sans-serif;
    font-weight: 600;
    letter-spacing: 0.11px;
    line-height: 1.5rem;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th {
    background-color: #ffffff !important;
    border-right: none !important;
    border-bottom: 1px solid #9da6ad !important;
    color: #005075 !important;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table {
    border-radius: 0 !important;
    border: 0 !important;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td {
    background-color: #ffffff !important;
    border-right: none !important;
    border-bottom: 1px solid #9da6ad !important;
    color: #152935 !important;
    font-size: 0.875rem;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    letter-spacing: 0.25px;
    line-height: 1.25rem;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td span,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td a,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td span a {
    color: #152935 !important;
    font-size: 0.875rem;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    letter-spacing: 0.25px;
    line-height: 1.25rem;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description,
#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy p {
    color: #152935 !important;
    font-size: 1rem !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: normal;
    letter-spacing: 0.44px;
    line-height: 1.5rem;
}

.page-title {
    color: #005075;
    font-size: 2.625rem;
    font-family: "Cairo", sans-serif;
    font-weight: bold;
    letter-spacing: 0.31px;
    line-height: 3rem;
}

.section-last-update {
    margin: 60px 0;
    font-style: italic;
}

a {
    color: #0098d5;
    text-decoration: none;
}
