.headline {
    font-size: 32px;
    line-height: 1.2em;
    letter-spacing: 0em;
    margin-bottom: 5px;
    color: rgb(0, 0, 128);
    font-family: Arial;
}

.headline a:hover {
    text-decoration: underline;
}

nav {
    text-align: center;
}

nav>ul li>a {
    transition: all 0.25s ease-in 0s;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 800;
}

nav:before {
    font-size: 30px;
    color: rgb(69, 69, 69);
}

nav>ul>li>ul a {
    font-size: 14px;
}

nav>ul li a:hover {
    background-color: rgb(45, 67, 151);
}

nav>ul li a {
    padding-top: 10px;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-left: 50px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 0px;
    background-color: rgb(8, 24, 86);
}

nav>ul>li>ul li a {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

nav>ul>li>ul li a:hover {
    background-color: rgb(234, 234, 234);
}

nav>ul>li>ul li.active>a {
    background-color: rgb(234, 234, 234);
}

nav>ul li>a:hover {
    color: rgb(255, 255, 255);
}

nav>ul li.active>a {
    color: rgb(255, 255, 255);
    background-color: rgb(45, 67, 151);
}

.subtitle {
    font-size: 24px;
    line-height: 1.2em;
    letter-spacing: 0em;
    margin-bottom: 20px;
    color: rgb(0, 0, 128);
    font-family: Arial;
    margin-top: 20px;
}

.preamble {
    font-size: 22px;
    line-height: 1.5em;
    letter-spacing: 0em;
    margin-bottom: 5px;
}

.preamble a {}

.preamble a:hover {}

.bodytext {
    line-height: 1.6em;
    margin-bottom: 5px;
    color: rgb(5, 14, 51);
}

.bodytext a:hover {
    text-decoration: underline;
}

.smalltext {
    line-height: 1.2em;
    letter-spacing: 0em;
    font-size: 11px;
    margin-bottom: 5px;
}

.smalltext a {}

.smalltext a:hover {}

body {
    color: rgb(5, 14, 51);
    font-size: 13px;
    font-family: Trebuchet MS;
    line-height: 1.2em;
    font-weight: 400;
    background-color: rgb(255, 255, 255);
}

body a {
    text-decoration: none;
    color: rgb(24, 99, 170);
}

body a:hover {
    color: rgb(24, 99, 170);
}

.button {
    margin-bottom: 40px;
    border-radius: 3px;
    border-width: 0px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    background-color: rgb(69, 69, 69);
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
}

.button:hover {
    background-color: rgb(53, 53, 53);
}

.form {
    margin-bottom: 20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 20px;
}

.form label {
    padding-bottom: 0px;
    margin-bottom: 10px;
    line-height: 1.2em;
}

.form input[type=checkbox]+span,
.form input[type=radio]+span {
    margin-left: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    line-height: 1.6em;
}

.form input[type=text],
.form textarea,
.form select {
    border-radius: 3px;
    border-color: rgb(204, 204, 204);
    color: rgb(136, 136, 136);
    font-size: 14px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    font-family: Arial;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.form input[type=submit] {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-family: Tahoma;
    font-weight: 800;
    background-color: rgb(5, 14, 51);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.form input[type=submit]:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(24, 99, 170);
}

.form .thankYou {
    color: rgb(5, 14, 51);
    font-size: 16px;
    line-height: 1.6em;
}

.text {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.image {
    margin-bottom: 0px;
}

.map {
    margin-bottom: 40px;
}

.gallery {
    margin-bottom: 0px;
}

.row {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 00px;
    padding-left: 0px;
}

.col {
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
    padding-bottom: 0px;
}

.custom1 {
    color: rgb(8, 24, 86);
    font-size: 21px;
    font-family: Arial;
    line-height: 1.6em;
    text-align: right;
    margin-right: 35px;
    margin-bottom: 15px;
}

.custom1 a {
    color: rgb(8, 24, 86);
}

.custom1 a:hover {
    color: rgb(8, 24, 86);
    text-decoration: underline;
}

.custom2 {
    color: rgb(232, 232, 232);
    font-family: Arial;
    line-height: 1.3em;
    font-size: 12.5px;
}

.custom2 a {
    color: rgb(232, 232, 232);
    text-decoration: underline;
}

.custom2 a:hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.custom4 {}

.custom5 {}

.custom3 {}

.smallsubtitle {
    font-size: 17px;
    line-height: 1.2em;
    margin-bottom: 6px;
    color: rgb(212, 212, 212);
    font-family: Arial;
}

.spottext {
    font-size: 48px;
    color: rgb(8, 24, 86);
    line-height: 1.2em;
    text-align: left;
    margin-bottom: 5px;
    font-family: Arial;
}

.footertext {
    font-size: 12px;
    line-height: 1.2em;
    margin-bottom: 5px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: Arial;
}

.footertext a {
    color: rgba(255, 255, 255, 0.43);
}

.footertext a:hover {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: underline;
}

.companyname {
    font-size: 22px;
    text-align: left;
    line-height: 1.2em;
}

.companyname a {
    color: rgb(96, 96, 96);
}

.smallspottext {
    line-height: 1.5em;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 22px;
    margin-bottom: 5px;
}

.locale {
    text-align: right;
}

.locale ul li a {
    transition: all 0.25s ease-in 0s;
    color: rgb(255, 255, 255);
}

.locale ul li {
    background-color: rgb(69, 69, 69);
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
}

.button2 {
    font-size: 21px;
    border-width: 2px;
    line-height: 1em;
    margin-bottom: 40px;
    border-radius: 3px;
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
}

.button2:hover {
    border-color: rgba(255, 255, 255, 0.498039);
}

.divider {
    display: table;
    margin-left: auto;
    margin-right: auto;
    border-top-width: 1px;
    border-color: rgba(0, 0, 0, 0.0980392);
    width: 100%;
}

.socialmedia {
    text-align: right;
    font-size: 19px;
}

.socialmedia li {
    margin-left: 10px;
    margin-bottom: 10px;
}

.socialmedia li a {
    width: 30px;
    height: 30px;
}

.paymenticons li {
    margin-left: 5px;
    margin-bottom: 5px;
    padding-bottom: 40px;
}

.linklist {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 0px;
}

.linklist a {
    margin-bottom: 1px;
    background-color: rgb(242, 242, 242);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.breadcrumb li a {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.brandfooter {
    font-size: 0px;
    line-height: 0em;
    color: rgba(96, 96, 96, 0);
}

@media only screen and (max-width:1199px) {
    nav {}

    nav>ul li>a {}

    nav>ul li>a:hover {}

    nav>ul li.active>a {}

    nav>ul li {}

    nav>ul li:hover {}

    nav>ul li.active {}

    nav>ul>li>ul a {}

    nav>ul>li>ul a:hover {}

    nav>ul>li>ul li.active>a {}

    nav>ul>li>ul li {}

    nav>ul>li>ul li:hover {}

    nav>ul>li>ul li.active {}

    nav:before {
        color: rgb(69, 69, 69);
        font-size: 30px;
    }

    .custom4 {}

    .custom4 a {}

    .custom4 a:hover {}

    .custom1 {
        line-height: 1.2em;
    }

    .custom1 a {}

    .custom1 a:hover {}

    .custom3 {}

    .custom3 a {}

    .custom3 a:hover {}

    body {}

    body a {}

    body a:hover {}

    .text {}

    .subtitle {
        font-size: 20px;
    }

    .preamble {
        font-size: 18px;
    }

    .preamble a {}

    .preamble a:hover {}

    .bodytext {}

    .bodytext a {}

    .bodytext a:hover {}

    .smallsubtitle {}

    .smallsubtitle a {}

    .smallsubtitle a:hover {}

    .smalltext {
        font-size: 12px;
    }

    .smalltext a {}

    .smalltext a:hover {}

    .spottext {
        font-size: 32px;
    }

    .smallspottext {
        font-size: 18px;
    }

    .smallspottext a {}

    .smallspottext a:hover {}

    .companyname {
        font-size: 18px;
    }

    .companyname a {}

    .companyname a:hover {}

    .footertext {
        font-size: 12px;
    }

    .footertext a {}

    .footertext a:hover {}
}

@media only screen and (max-width:767px) {
    nav>ul li>a {
        font-size: 16px;
        font-family: Helvetica;
        font-weight: 300;
    }

    nav>ul li>a:hover {
        text-decoration: underline;
    }

    nav>ul li.active>a {
        font-weight: 800;
        background-color: rgba(23, 42, 114, 0);
        border-color: rgb(232, 232, 232);
    }

    nav>ul>li>ul a {
        font-size: 15px;
    }

    nav:before {
        font-size: 30px;
        color: rgb(255, 255, 255);
    }

    nav>ul li a:hover {
        background-color: rgba(23, 42, 114, 0);
        border-color: rgb(232, 232, 232);
    }

    nav>ul li a {
        padding-left: 10px;
        background-color: rgba(23, 42, 114, 0);
        border-top-width: 1px;
        border-color: rgb(232, 232, 232);
        margin-right: 0px;
        padding-right: 10px;
        text-align: center;
        margin-left: -21px;
    }

    nav>ul>li>ul li a {
        background-color: rgba(255, 255, 255, 0);
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }

    nav.opened-menu>ul {
        background-color: rgb(98, 33, 63);
    }

    nav>ul .closeBtn {
        color: rgb(232, 232, 232);
    }

    .headline {
        font-size: 27px;
    }

    .subtitle {
        font-size: 23px;
    }

    .preamble {
        font-size: 20px;
    }

    .preamble a {}

    .preamble a:hover {}

    .bodytext a {
        text-decoration: underline;
    }

    .bodytext a:hover {
        text-decoration: none;
    }

    .smalltext {}

    .smalltext a {}

    .smalltext a:hover {}

    .form {
        margin-bottom: 20px;
    }

    .form input[type=checkbox]+span,
    .form input[type=radio]+span {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .map {
        margin-bottom: 20px;
    }

    .button {
        margin-bottom: 20px;
    }

    .button:hover {}

    .custom1 {}

    .custom1 a {}

    .custom1 a:hover {}

    .custom2 {}

    .custom2 a {}

    .custom2 a:hover {}

    .custom3 {}

    .custom3 a {}

    .custom3 a:hover {}

    .custom4 {}

    .custom4 a {}

    .custom4 a:hover {}

    .custom5 {}

    .custom5 a {}

    .custom5 a:hover {}

    .spottext {
        font-size: 27px;
    }

    body {}

    body a {}

    body a:hover {}

    .locale {}

    .locale ul li a {}

    .locale ul li a:hover {}

    .locale ul li.active a {}

    .locale ul li {}

    .locale ul li:hover {}

    .locale ul li.active {}

    .smallsubtitle {}

    .smallsubtitle a {}

    .smallsubtitle a:hover {}

    .smallspottext {
        font-size: 20px;
    }

    .smallspottext a {}

    .smallspottext a:hover {}

    .companyname {
        font-size: 20px;
    }

    .companyname a {}

    .companyname a:hover {}

    .footertext {}

    .footertext a {}

    .footertext a:hover {}

    .button2 {
        margin-bottom: 0px;
        color: rgb(255, 255, 255);
        font-size: 18px;
        line-height: 1.2em;
        text-transform: uppercase;
        background-color: rgb(8, 24, 86);
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .button2:hover {
        color: rgb(255, 255, 255);
        background-color: rgb(24, 99, 170);
    }

    .button2 .buttonIcon.fa {
        margin-right: 5px;
    }

    .socialmedia {
        text-align: center;
        font-size: 22px;
    }

    .socialmedia li a {
        width: 45px;
        height: 45px;
    }

    .socialmedia li a:hover {}

    .socialmedia li {
        margin-left: 5px;
        margin-right: 5px;
    }

    .socialmedia li:hover {}
}

#r5000 {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    padding-top: 15px;
    padding-bottom: 30px;
}

#c4354 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

#r1440>.container {
    padding-left: 85px;
    padding-top: 0px;
    padding-right: 85px;
}

#c2405 {
    padding-left: 25px;
    padding-bottom: 10px;
}

#c1847 {
    background-position: 100% 100%;
    background-image: url(../uploads/279xlR3f/192x0_299x0/5464b925b67de.png);
    background-repeat: no-repeat;
}

#c4730 {
    margin-top: 85px;
}

#r1778>.container {
    padding-left: 85px;
    padding-right: 85px;
}

#c2768 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

#r5002 {
    background-color: rgb(255, 255, 255);
    background-position: 50% 0%;
    background-repeat: repeat-y;
}

#r5002>.container {
    padding-left: 85px;
    padding-right: 85px;
    padding-top: 0px;
}

#r1822 {
    background-color: rgb(5, 14, 51);
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-width: 1px;
    border-color: rgb(255, 255, 255);
}

#p1176 #c3389 {
    background-color: rgb(5, 14, 51);
    padding-top: 25px;
    padding-bottom: 25px;
}

#p1176 #m1376 {
    border-color: rgb(212, 212, 212);
    border-top-width: 2px;
    margin-bottom: 20px;
}

#p1176 #m2875 {
    margin-top: 20px;
    margin-bottom: 20px;
}

#p1176 #m1417 {
    border-color: rgb(212, 212, 212);
    border-top-width: 2px;
    margin-bottom: 20px;
}

#p1176 #m4712 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#p1176 #c2213 {
    padding-left: 25px;
    padding-right: 20px;
    padding-top: 17px;
    padding-bottom: 20px;
}

#p1176 #m2362 {
    border-top-width: 2px;
    border-color: rgb(0, 0, 0);
    margin-bottom: 15px;
}

#p1176 #m1054 {
    margin-left: 20px;
    margin-right: 20px;
}

#p1176 #c1346 {
    background-color: rgb(5, 14, 51);
    padding-top: 25px;
    padding-bottom: 25px;
}

#p1176 #m2191 {
    border-color: rgb(212, 212, 212);
    border-top-width: 2px;
    margin-bottom: 20px;
}

#p1176 #m1690 {
    margin-top: 20px;
    margin-bottom: 20px;
}

#p1176 #m3674 {
    border-color: rgb(212, 212, 212);
    border-top-width: 2px;
    margin-bottom: 20px;
}

#p1176 #m4468 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#p5976 #c3389 {
    background-color: rgb(5, 14, 51);
    padding-top: 25px;
    padding-bottom: 25px;
}

#p5976 #m1376 {
    border-color: rgb(212, 212, 212);
    border-top-width: 2px;
    margin-bottom: 20px;
}

#p5976 #m2875 {
    margin-top: 20px;
    margin-bottom: 20px;
}

#p5976 #m1417 {
    border-color: rgb(212, 212, 212);
    border-top-width: 2px;
    margin-bottom: 20px;
}

#p5976 #m4712 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#p5976 #c2213 {
    padding-left: 25px;
    padding-right: 20px;
    padding-top: 17px;
    padding-bottom: 20px;
}

#p5976 #m2362 {
    border-top-width: 2px;
    border-color: rgb(0, 0, 0);
    margin-bottom: 15px;
}

#p5976 #m2910 {
    margin-top: 40px;
    margin-bottom: 20px;
}

#p5976 #c1346 {
    background-color: rgb(5, 14, 51);
    padding-top: 25px;
    padding-bottom: 25px;
}

#p5976 #m2191 {
    border-color: rgb(212, 212, 212);
    border-top-width: 2px;
    margin-bottom: 20px;
}

#p5976 #m1690 {
    margin-top: 20px;
    margin-bottom: 20px;
}

#p5976 #m3674 {
    border-color: rgb(212, 212, 212);
    border-top-width: 2px;
    margin-bottom: 20px;
}

#p5976 #m4468 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#p7239 #c3389 {
    background-color: rgb(5, 14, 51);
    padding-top: 25px;
    padding-bottom: 25px;
}

#p7239 #m1376 {
    border-color: rgb(212, 212, 212);
    border-top-width: 2px;
    margin-bottom: 20px;
}

#p7239 #m2875 {
    margin-top: 20px;
    margin-bottom: 20px;
}

#p7239 #m1417 {
    border-color: rgb(212, 212, 212);
    border-top-width: 2px;
    margin-bottom: 20px;
}

#p7239 #m4712 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#p7239 #c2213 {
    padding-left: 25px;
    padding-right: 20px;
    padding-top: 17px;
    padding-bottom: 20px;
}

#p7239 #m2362 {
    border-top-width: 2px;
    border-color: rgb(0, 0, 0);
    margin-bottom: 15px;
}

#p7239 #m2579 {
    margin-top: 40px;
    margin-bottom: 20px;
}

#p7239 #m2090 {
    margin-top: 40px;
    margin-bottom: 20px;
}

#p7239 #m3728 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 55px;
}

#p7239 #m3702 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 55px;
}

#p7239 #m2910 {
    margin-top: 60px;
    margin-bottom: 20px;
}

#p7239 #m4208 {
    margin-top: 60px;
    margin-bottom: 20px;
}

#p7239 #c1346 {
    background-color: rgb(5, 14, 51);
    padding-top: 25px;
    padding-bottom: 25px;
}

#p7239 #m2191 {
    border-color: rgb(212, 212, 212);
    border-top-width: 2px;
    margin-bottom: 20px;
}

#p7239 #m1690 {
    margin-top: 20px;
    margin-bottom: 20px;
}

#p7239 #m3674 {
    border-color: rgb(212, 212, 212);
    border-top-width: 2px;
    margin-bottom: 20px;
}

#p7239 #m4468 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#p7040 #c3389 {
    background-color: rgb(5, 14, 51);
    padding-top: 25px;
    padding-bottom: 25px;
}

#p7040 #m1376 {
    border-color: rgb(212, 212, 212);
    border-top-width: 2px;
    margin-bottom: 20px;
}

#p7040 #m2875 {
    margin-top: 20px;
    margin-bottom: 20px;
}

#p7040 #m1417 {
    border-color: rgb(212, 212, 212);
    border-top-width: 2px;
    margin-bottom: 20px;
}

#p7040 #m4712 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#p7040 #c2213 {
    padding-left: 25px;
    padding-right: 20px;
    padding-top: 17px;
    padding-bottom: 20px;
}

#p7040 #m2362 {
    border-top-width: 2px;
    border-color: rgb(0, 0, 0);
    margin-bottom: 15px;
}

#p7040 #m2720 {
    margin-left: 100px;
    margin-right: 130px;
}

#p7040 #c1346 {
    background-color: rgb(5, 14, 51);
    padding-top: 25px;
    padding-bottom: 25px;
}

#p7040 #m2191 {
    border-color: rgb(212, 212, 212);
    border-top-width: 2px;
    margin-bottom: 20px;
}

#p7040 #m1690 {
    margin-top: 20px;
    margin-bottom: 20px;
}

#p7040 #m3674 {
    border-color: rgb(212, 212, 212);
    border-top-width: 2px;
    margin-bottom: 20px;
}

#p7040 #m4468 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#p8046 #c3389 {
    background-color: rgb(5, 14, 51);
    padding-top: 25px;
    padding-bottom: 25px;
}

#p8046 #m1376 {
    border-color: rgb(212, 212, 212);
    border-top-width: 2px;
    margin-bottom: 20px;
}

#p8046 #m2875 {
    margin-top: 20px;
    margin-bottom: 20px;
}

#p8046 #m1417 {
    border-color: rgb(212, 212, 212);
    border-top-width: 2px;
    margin-bottom: 20px;
}

#p8046 #m4712 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#p8046 #c2213 {
    padding-left: 25px;
    padding-right: 20px;
    padding-top: 17px;
    padding-bottom: 20px;
}

#p8046 #m2362 {
    border-top-width: 2px;
    border-color: rgb(0, 0, 0);
    margin-bottom: 15px;
}

#p8046 #m1122 {
    height: 350px;
    margin-bottom: 0px;
}

#p8046 #c1346 {
    background-color: rgb(5, 14, 51);
    padding-top: 25px;
    padding-bottom: 25px;
}

#p8046 #m2191 {
    border-color: rgb(212, 212, 212);
    border-top-width: 2px;
    margin-bottom: 20px;
}

#p8046 #m1690 {
    margin-top: 20px;
    margin-bottom: 20px;
}

#p8046 #m3674 {
    border-color: rgb(212, 212, 212);
    border-top-width: 2px;
    margin-bottom: 20px;
}

#p8046 #m4468 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width:1199px) {
    #r5000 {
        padding-bottom: 20px;
    }

    #r1440>.container {
        padding-left: 00px;
        padding-right: 0px;
    }

    #r1778>.container {
        padding-left: 0px;
        padding-right: 0px;
    }

    #r5002 {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    #r5002>.container {
        padding-left: 0px;
        padding-right: 0px;
    }

    #p7239 #m3702 {
        margin-left: 10px;
    }
}

@media only screen and (max-width:767px) {
    #r5001 {
        padding-top: 0px;
    }

    #c1063 {
        padding-left: 0px;
        padding-right: 0px;
    }

    #m1613 {
        width: 100%;
        text-align: center;
        font-size: 15px;
        padding-top: 11px;
        padding-bottom: 11px;
    }

    #r5000 {
        padding-top: 6px;
        padding-bottom: 6px;
        border-bottom-width: 1px;
        border-color: rgb(0, 0, 0);
        background-color: rgb(98, 33, 63);
    }

    #c2405 {
        padding-top: 10px;
    }

    #p1176 #r3040 {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    #p1176 #c2213 {
        padding-left: 0px;
        padding-right: 0px;
    }

    #p1176 #m1054 {
        margin-right: 100px;
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 5px;
    }

    #p1176 #m4468 {
        margin-bottom: 0px;
    }

    #p5976 #r3040 {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    #p5976 #c2213 {
        padding-left: 0px;
        padding-right: 0px;
    }

    #p5976 #m4468 {
        margin-bottom: 0px;
    }

    #p7239 #r3040 {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    #p7239 #c2213 {
        padding-left: 0px;
        padding-right: 0px;
    }

    #p7239 #m2090 {
        margin-top: 20px;
    }

    #p7239 #m3728 {
        margin-left: 0px;
    }

    #p7239 #m3702 {
        margin-left: 0px;
    }

    #p7239 #m4468 {
        margin-bottom: 0px;
    }

    #p7040 #r3040 {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    #p7040 #c2213 {
        padding-left: 0px;
        padding-right: 0px;
    }

    #p7040 #m2720 {
        margin-left: 20px;
        margin-right: 50px;
    }

    #p7040 #m4468 {
        margin-bottom: 0px;
    }

    #p8046 #r3040 {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    #p8046 #c2213 {
        padding-left: 0px;
        padding-right: 0px;
    }

    #p8046 #m1122 {
        height: 300px;
    }

    #p8046 #m4468 {
        margin-bottom: 0px;
    }
}