html {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    font-size: 15px;
    font-family: Verdana, Arial, sans-serif;
    text-rendering: optimizeSpeed;
}

a,
div,
body,
footer,
html,
li,
ol,
p,
span,
table,
tbody,
td,
h1,
h2,
h3,
h4,
h5,
h6,
tr,
ul {
    vertical-align: baseline;
    padding: 0;
    border: 0;
    font: inherit;
    margin: 0;
}

a {
    text-decoration: underline;
    color: #404040;
}

a:hover {
    color: #444;
    text-decoration: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

ol,
ul {
    list-style: none;
}

.brand-global-sec {
    height: 100%;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

body {
    background: #73c88c;
    color: #666;
    font-weight: lighter;
    min-height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #222;
}

.brand-top-h-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    padding: 12px 18px;
    color: #FFFFFF;
    border: 0;
    background: #f2a131;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 1;
}

.brand-footer-section {
    text-align: center;
    background: #8db9f1;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.brand-footer-section-text {
    padding: 10px;
}

.brand-top-h-btn {
    display: flex;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

.brand-top-h-btn span:first-child {
    margin-right: 15px;
}

.brand-inner-grid {
    -webkit-box-shadow: 0 0 5px 0 rgba(201, 201, 201, 1);
    -moz-box-shadow: 0 0 5px 0 rgba(201, 201, 201, 1);
    box-shadow: 0 0 5px 0 rgba(201, 201, 201, 1);
    background-color: #fff;
    width: 100%;
}

.brand-footer-section span {
    font-size: 15px;
}

.brand-top-block-h {
    justify-content: space-between;
    padding: 10px 15px;
    align-items: center;
    background: #130fc4;
    display: flex;
}

.brand-main-grid ol li,
.brand-main-grid ul li {
    font-size: 16px;
    margin-bottom: 18px;
    color: #404040;
}

.brand-main-grid h1,
.brand-main-grid h2 {
    margin-bottom: 20px;
    color: #444;
}

.brand-footer-section-text span {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

.brand-main-grid ol,
.brand-main-grid ul {
    padding-left: 10px;
    list-style: none;
    margin-bottom: 20px;
}

.brand-main-grid p {
    color: #222;
    margin-bottom: 20px;
    line-height: 1.7;
    font-size: 16px;
}

.brand-main-grid h1 {
    font-size: 28px;
}

.brand-main-grid tr:nth-child(odd) {
    background: #e2e2e2;
}

.brand-main-grid td {
    padding: 16px;
    text-align: left;
    border: 1px solid #130fc4;
    font-weight: normal;
}

.brand-top-logo span {
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    text-transform: uppercase;
}

.brand-global-sec {
    background: #fff;
    width: 100%;
    margin: 0 auto;
}

.brand-main-grid h2 {
    font-size: 22px;
}

.brand-main-grid table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.brand-main-grid tr:nth-child(even) {
    background: #ffffff;
}

.brand-main-grid {
    padding: 25px 15px;
}

@media (max-width: 960px) {
    .brand-global-sec {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .brand-top-block-h {
        flex-direction: column;
    }
    .brand-top-h-btn span:first-child {
        margin: 15px 0 20px;
    }
    .brand-top-h-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
