* {
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
body {
    padding: 0 30px;
    background-color: #083e4b;
    font-family: "Roboto", sans-serif;
    line-height: 1.6;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: rgb(255, 255, 255);
    text-align: left;
}
p {
    font-size: 1rem;
    margin-top: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 700;
    color: rgb(23, 214, 196);
}
h1 {
    margin-bottom: 0;
    line-height: 1.25em;
}
h1.title {
    text-transform: uppercase;
}
img {
    max-width: 100%;
    height: auto;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
#main {
    margin: 10vh auto 0;
    text-align: center;
}
#main-other {
    margin: 30px auto 0;
    text-align: center;
}
#main-other img {
    width: 250px;
}
#content {
    margin: 2vh auto 100px;
    max-width: 1320px;
}
#content h1 {
    text-align: center;
}
#content small {
    font-size: 0.6em;
}
#content ul {
    margin: 30px auto;
    text-align: left;
}
#content a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}
#content a:hover {
    color: rgb(23, 214, 196);
}
#contentWB {
    margin: 2vh auto 200px;
    text-align: left;
    max-width: 1320px;
    line-height: 1.5em;
}
#contentWB h1 {
    margin-bottom:15px;
}
#contentWB h2 {
    margin-bottom:5px;
}
#contentWB h3 {
    margin-top:0;
}
#contentWB a {
    color: rgb(23, 214, 196);
}
#container {
    margin: 20px 0;
    text-align: left;
}
#brands {
    margin: 0 auto;
    text-align: center;
}
a.block {
    display: inline-block;
    max-width: 30%;
    height: auto;
}
footer {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px;
    margin: 0;
    color: rgb(255, 255, 255);
    background-color: rgb(8, 62, 75);
}
footer figure {
    padding: 0;
    margin: 0 0 10px 0;
    display: inline-block;
    line-height: 1;
}
footer figure img {
    width: 200px;
    height: auto;
}
footer p {
    margin-bottom: 0;
}
footer p.company {
    font-weight: 700;
    font-size: 1.2rem;
    color: rgb(23, 214, 196);
}
footer ul {
    text-align: center;
    margin: 0;
    margin-top: 0.5rem;
    padding: 0;
}
footer ul li {
    display: inline-block;
    margin-right: 20px;
}
footer ul li:last-of-type {
    margin-right: 0;
}
footer ul li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
}
footer ul li a:hover {
    color: rgb(23, 214, 196);
}
@media (min-width: 576px) {
    #content,
    #contentWB {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    #content,
    #contentWB {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    #content,
    #contentWB {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    #content,
    #contentWB {
        max-width: 1140px;
    }
}
