* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif
}

body {
    background: #f8fbff
}

.header {
    padding: 40px
}

.container {
    max-width: 1156px;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #e9e9e9;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.04);
    padding: 20px 40px
}

.logo {
    display: flex;
    text-align: center;
    margin: 0 auto;
    align-items: center;
    gap: 10px;
    justify-content: center
}

.logo span {
    font-size: 20px;
    font-weight: 600
}

h1 {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -.64px;
    padding-bottom: 20px
}

h2 {
    font-size: 18px;
    font-weight: 700;
    color: #3e3e3e;
    margin: 15px 0
}

.disc-style li,p {
    font-size: 16px;
    line-height: 1.63;
    color: #3e3e3e;
    margin-bottom: 15px
}

.disc-style {
    padding-left: 20px;
    list-style: disc
}

.disc-style li:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 9px;
    left: -20px;
    background-color: #3e3e3e;
    border-radius: 50%
}

.number-style,.roman-style,.small-alpha {
    padding-left: 20px
}

.number-style li,.roman-style li,.small-alpha li {
    list-style: decimal;
    font-size: 16px;
    line-height: 1.63;
    color: #3e3e3e;
    position: relative;
    margin-bottom: 15px
}

.number-style-imp li {
    list-style: decimal!important
}

.roman-style li {
    list-style: lower-roman
}

.small-alpha li {
    list-style: lower-alpha
}

p a {
    color: #0f5aae;
    word-wrap: break-word
}

.table-block {
    margin: 15px 0;
    border-collapse: collapse
}

.table-block,.table-block td,.table-block th {
    border: 1px solid #000;
    font-size: 16px;
    line-height: 1.63;
    color: #3e3e3e
}

.table-block td,.table-block th {
    padding: 10px
}

.tab-links {
    position: absolute;
    bottom: 0
}

.tab-links li {
    display: inline-block;
    vertical-align: bottom
}

.tab-links li:last-child {
    margin-left: -5px
}

.tab-links li a {
    padding: 10px 40px;
    color: #0063b1;
    background: #fff;
    border-radius: 10px 10px 0 0;
    font-weight: 700;
    font-size: 20px;
    display: block
}

.tab-links li.active a {
    background: linear-gradient(to right,#f434a1 0,#ff8442 100%);
    font-size: 24px;
    color: #fff;
    padding: 15px 30px;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.4)
}

.footer {
    /* background: #edf5ff; */
    padding: 16px;
    text-align: center;
    /* border-radius: 50px 50px 0 0; */
    margin-top: 60px
}

.footer a {
    text-decoration: none;
    margin: 0 16px;
    color: #00b4d8;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 136%;
    transition: all 0.2s ease-in-out;
}

.footer a:hover {
    color: #40f99b;
}

.unintallf {
    position: fixed;
    bottom: 0;
    width: 100%
}

.entity-addr {
    width: 375px
}

@media (max-width: 1200px) {
    .container {
        margin:0 20px
    }
}

@media (max-height: 615px) {
    .unintallf {
        position:relative
    }
}

@media (max-width: 640px) {
    .container {
        padding:20px 10px
    }

    h1 {
        font-size: 27px
    }

    .footer a {
        display: block;
        margin-bottom: 10px
    }

    .footer a:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 391px) and (max-height:750px) {
    .unintallf {
        position:relative
    }
}

@media (max-width: 440px) {
    .entity-addr {
        width:100%
    }
}
