@media only screen and (max-width: 500px) {
 .col-4 {
    flex: 100% !important;
    max-width: 100% !important;
}
	.m-0 {
    font-size: 16px !important;
}
	h5 {
    font-size: 20px !important;
}
}

icons:root {
    --blue: #2772FF;
    --red: #c60100;
    --white: #FFF;
    --primary: #0E2857;
    --secondary: #1298FF;
    --success: #118052;
    --danger: #c60100;
    --light: #f8f9fa;
    --dark: #343a40;
    --black: #000;
    --super-dark-blue: #0A1C35;
    --dark-blue: #0E2857;
    --alt-blue: #0C4999;
    --light-blue: #1298FF;
    --dark-green: #183026;
    --green: #118052;
    --light-green: #479D79;
    --dark-gray: #545E75;
    --grayed-dark-blue: #2F3C5A;
    --grayed-blue: #748FB4;
    --gray: #B4C0CB;
    --light-gray: #D2D8E0;
    --grayed-light-blue: #E5EAEC;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, Roboto, sans-serif, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
::-webkit-scrollbar-thumb {
    background: #d2d8e0;
    width: 5px;
    height: 4px;
    border-radius: 3px;
}

::-webkit-scrollbar {
    background: #00000061;
    width: 8px;
    height: 4px;
}

a.mbtn.mbtn-myaccount {
    align-items: center;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 13px;
    padding: 0.375rem 1rem;
    line-height: 39px;
    color: white;
    border-right: 1px solid #0C4999;
    border-left: 1px solid #0C4999;
    font-weight: 500;
}
a.mbtn.mbtn-grayed-dark-blue.mbtn-logout {
    color: #FFF;
    background-color: #1e2638;
    border-color: #192030;
    align-items: center;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: bold;
    padding: 0.375rem 1rem;
    line-height: 39px;
}
.mbtn-hide {
    display: none !important;
}
.mbtn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
a.mbtn.mbtn-login {
    line-height: 39px;
    color: #fff;
    border-radius: 0;
    padding: 0.375rem 1rem;
    font-weight: 400;
    font-size: 0.875rem;
    text-transform: uppercase;
    border: none;
}
a.mbtn.mbtn-secondary.mbtn-join {
    line-height: 39px;
    border-radius: 0;
    padding: 0.375rem 29px;
    font-size: 0.875rem;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
}

.mbtn {
    font-weight: 700;
    outline: 0;
    text-decoration: none;
    border: none
}

.mbtn-primary {
    color: #fff;
    background-color: #1298ff;
    border-color: #1298ff
}

.mbtn-primary:hover {
    color: #fff;
    background-color: #0c4999;
    border-color: #0c4999
}

.mbtn-primary.focus,.mbtn-primary:focus {
    color: #fff;
    background-color: #0c4999;
    border-color: #0c4999;
    box-shadow: none
}

.mbtn-secondary {
    color: #fff;
    background-color: #0c4999;
    border-color: #0c4999
}

.mbtn-secondary:hover {
    color: #fff;
    background-color: #1298ff;
    border-color: #1298ff
}

.mbtn-secondary.focus,.mbtn-secondary:focus {
    color: #fff;
    background-color: #1298ff;
    border-color: #1298ff;
    box-shadow: none
}

.mbtn-third {
    color: #fff;
    background-color: #0e2857;
    border-color: #0e2857
}

.mbtn-third:hover {
    color: #fff;
    background-color: #1298ff;
    border-color: #1298ff
}

.mbtn-third.focus,.mbtn-third:focus {
    color: #fff;
    background-color: #1298ff;
    border-color: #1298ff;
    box-shadow: none
}

.mbtn-group-xlg>.mbtn,.mbtn-xlg {
    padding: 1.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.mbtn-red {
    font-weight: 700;
    color: #fff;
    background-color: #c60100;
    border: none
}

.mbtn-red:hover {
    color: #fff;
    background-color: #1298ff;
    border-color: transparent;
    border: none
}

.mbtn-white {
    font-weight: 700;
    color: #0c4999;
    background-color: #fff;
    border: none
}

.mbtn-white:hover {
    color: #fff;
    background-color: #c60100;
    border-color: transparent;
    border: none
}

#menuModal {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    line-height: 1.5;
}

#menuModal .nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

a {
    text-decoration: none;
    outline: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-secondary {
    color: #1298FF !important;
}
#sectionsubmenu .subnav-content {
    display: inline-flex;
    background-color: #ffffff !important;
}
#sectionsubmenu .subnav-heading {
    display: inline;
    float: left;
    font-size: 12px !important;
    line-height: 12px;
    text-align: center;
    padding: 15px 10px !important;
    background-color: #0E2857;
    color: white;
    margin-left: -10px !important;
}
#sectionsubmenu .subnav-content a {
    float: left;
    color: #0C4999;
    background-color: white;
    text-decoration: none;
    font-size: 12px !important;
    line-height: 12px;
    text-align: center;
    padding: 15px 10px !important;
    text-decoration: none;
}
#sectionsubmenu .custom-mega-menu{
    padding: 15px 5px;
}

#draggableMenuLeft .fa, #draggableMenuRight .fa {
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.mbtn-alt-blue {
    color: #FFF;
    background-color: #0C4999;
    border-color: #0C4999;
}
.mbtn-danger {
    color: #FFF;
    background-color: #c60100;
    border-color: #c60100;
}
.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}
.mbtn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.mbtn-secondary {
    color: #FFF;
    background-color: #1298FF;
    border-color: #1298FF;
}
.mbtn:hover {
    color: #212529;
    text-decoration: none;
}

.mbtn:focus, .mbtn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(14, 40, 87, 0.25);
}

.mbtn-primary:focus, .mbtn-primary.focus {
    color: #FFF;
    background-color: #091936;
    border-color: #07142b;
    box-shadow: 0 0 0 0.2rem rgba(50, 72, 112, 0.5);
}

.mbtn-primary.disabled, .mbtn-primary:disabled {
    color: #FFF;
    background-color: #0E2857;
    border-color: #0E2857;
}

.mbtn-primary:not(:disabled):not(.disabled):active, .mbtn-primary:not(:disabled):not(.disabled).active,
.show > .mbtn-primary.dropdown-toggle {
    color: #FFF;
    background-color: #07142b;
    border-color: #050f20;
}

.mbtn-primary:not(:disabled):not(.disabled):active:focus, .mbtn-primary:not(:disabled):not(.disabled).active:focus,
.show > .mbtn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(50, 72, 112, 0.5);
}


.mbtn-secondary:hover {
    color: #FFF;
    background-color: #0085eb;
    border-color: #007ede;
}

.mbtn-secondary:focus, .mbtn-secondary.focus {
    color: #FFF;
    background-color: #0085eb;
    border-color: #007ede;
    box-shadow: 0 0 0 0.2rem rgba(54, 167, 255, 0.5);
}

.mbtn-secondary.disabled, .mbtn-secondary:disabled {
    color: #FFF;
    background-color: #1298FF;
    border-color: #1298FF;
}

.mbtn-secondary:not(:disabled):not(.disabled):active, .mbtn-secondary:not(:disabled):not(.disabled).active,
.show > .mbtn-secondary.dropdown-toggle {
    color: #FFF;
    background-color: #007ede;
    border-color: #0076d1;
}

.mbtn-secondary:not(:disabled):not(.disabled):active:focus, .mbtn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .mbtn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 167, 255, 0.5);
}

.mbtn-danger:hover {
    color: #FFF;
    background-color: #a00100;
    border-color: #930100;
}

.mbtn-danger:focus, .mbtn-danger.focus {
    color: #FFF;
    background-color: #a00100;
    border-color: #930100;
    box-shadow: 0 0 0 0.2rem rgba(207, 39, 38, 0.5);
}

.mbtn-danger.disabled, .mbtn-danger:disabled {
    color: #FFF;
    background-color: #c60100;
    border-color: #c60100;
}

.mbtn-alt-blue:hover {
        color: #FFF;
        background-color: #093876;
        border-color: #08326a;
    }

.mbtn-alt-blue:focus, .mbtn-alt-blue.focus {
    color: #FFF;
    background-color: #093876;
    border-color: #08326a;
    box-shadow: 0 0 0 0.2rem rgba(48, 100, 168, 0.5);
}


#menuModal a:hover {
    color: #030a15;
}
#menuModal a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.mbtn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.mbtn-primary {
    color: #FFF;
    background-color: #0E2857;
    border-color: #0E2857;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

#menuModal .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.navbar-toggler {
    color: white;
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-toggler {
    padding: 0.25rem 0.1rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
#menuModal ol, #menuModal ul, #menuModal dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
#menuModal .row {
    display: flex;
    flex-wrap: wrap;
}
#menuModal .col {
    position: relative;
    width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
#menuModal .col-12 {
    position: relative;
    width: 100%;
    padding-right: 8px !important;
    padding-left: 8px !important;
    flex-basis: 100px;
    flex-grow: 1;
    max-width: 100%;
}
#menuModal .col-6 {
    position: relative;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
}
#menuModal .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 27'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.animated-icon {
    width: 30px;
    height: 31px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.animated-icon span {
    display: block;
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    background: #fff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.animated-icon span:nth-child(1) {
    top: 4px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon span:nth-child(2) {
    top: 13px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon span:nth-child(3) {
    top: 22px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
}

.animated-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.animated-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden;
    }

    .modal-dialog-scrollable .modal-header,
    .modal-dialog-scrollable .modal-footer {
        flex-shrink: 0;
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - 1rem);
        content: "";
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content {
            max-height: none;
        }

        .modal-dialog-centered.modal-dialog-scrollable::before {
            content: none;
        }

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
    margin: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

        .modal-dialog-scrollable .modal-content {
            max-height: calc(100vh - 3.5rem);
        }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

        .modal-dialog-centered::before {
            height: calc(100vh - 3.5rem);
        }

    .modal-sm {
        max-width: 300px;
    }
}


/* --------------- NavMenu Modal --------------- */

#menuModal.modal {
    top: 0;
}

#menuModal .modal-dialog {
    width: 70%;
    margin-right: 0;
    margin-top: 50px;
    float: right;
}

#menuModal .modal-content {
    border: 0;
    border-radius: 0;
    background-color: #0b1d34;
}

#menuModal .modal-content .buttons-container {
    text-align: center;
    padding: 0 1rem;
    margin: 4px auto 0 auto;
    width: 100%;
}

#menuModal .modal-content .links-container {
    margin: 0 auto;
    width: 100%;
}

#menuModal .modal-content .links-container ul.navbar-nav {
    flex-wrap: wrap;
    flex-direction: unset;
}

#menuModal .modal-content .links-container ul.navbar-nav li {
    flex-basis: 50%;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
}

#menuModal .modal-content .links-container ul.navbar-nav li:nth-child(odd) {
    /*border-right: 1px solid #dee2e6;*/
}

#menuModal .modal-content .links-container ul.navbar-nav li.nav-logout {
    background: #c60100;
    
}

#menuModal .modal-content .links-container ul.navbar-nav li.nav-logout a {
    color: white;
}

#menuModal .mbtn-nav {
    background-color: #2a3d5a;
    border: 1px solid #2a3d5a;
    text-transform: uppercase;
    color:white;
    white-space: nowrap
}

#menuModal a.mbtn.mbtn-nav.nav-link:hover {
    background-color: transparent;
    text-decoration: none;
    border: 1px solid #1298FF;
    color: #1298FF;
}

#menuModal .mbtn-nav.mbtn-why-join {
    padding: 4px 0;
    font-size: 14px;
    line-height: 19px;
}

#menuModal .mbtn-nav:hover {
    background-color: transparent;
    border-color: #1298FF;
    color: #1298FF;
}

#menuModal .nav-link,
#menuModal .nav-help,
#menuModal .nav-chat {
    font-size: .5rem;
    margin-bottom: 4px;
    padding: 5px;
}

#menuModal .nav-help,
#menuModal .nav-chat {
    font-size: .6rem;
}

#menuModal .mbtn-help,
#menuModal .mbtn-chat,
#menuModal .mbtn-social {
    background-color: transparent;
    border-color: transparent;
    text-transform: uppercase;
    font-size: 0.5rem;
} 

#menuModal .cst-link {
    font-size: .50em;
    color: #d2d8e0;
    margin-bottom: 0;
    text-transform: uppercase;
}

#menuModal .cst-link:hover {
    color: #1298FF !important;
}


#menuModal .row-social {
    background-color: #2a3d5a;
    padding: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #545E75 !important;
}

#menuModal .mbtn-help:hover,
#menuModal .mbtn-chat:hover {
    background-color: transparent;
    border-color: transparent;
    color: #1298FF;
}

#menuModal .mbtn-social:hover {
    background-color: transparent;
    border-color: transparent;
}


svg#icon {
    display: block;
    background-repeat: no-repeat;
    height: 34px;
    margin: 0 auto 0;
}

svg#icon.sb {
    width: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='31.814'%3E%3Cpath data-name='Path 95' d='M22.846 2.55A4.291 4.291 0 0021.219.571a4.2 4.2 0 00-2.485-.554A22.538 22.538 0 003.194 10.48v.006a23.032 23.032 0 00-2.035 18.779 4.288 4.288 0 001.627 1.978 4.189 4.189 0 002.485.552 22.527 22.527 0 0015.54-10.464A23.028 23.028 0 0022.846 2.55zm-4.275 8.288a.647.647 0 01-.553.313.634.634 0 01-.335-.095l-1.277-.786-1.377 2.29 1.277.786a.659.659 0 01.217.9.645.645 0 01-.553.314.635.635 0 01-.335-.1l-1.276-.786-1.281 2.131 1.277.786a.659.659 0 01.217.9.646.646 0 01-.553.314.635.635 0 01-.334-.1l-1.276-.786-1.281 2.129 1.278.787a.658.658 0 01.216.9.645.645 0 01-.553.313.634.634 0 01-.335-.095l-1.277-.786-1.376 2.291 1.277.786a.658.658 0 01.216.9.644.644 0 01-.553.313.637.637 0 01-.335-.095l-1.277-.786-.772 1.284a.869.869 0 01-.745.424.855.855 0 01-.453-.129.888.888 0 01-.292-1.212l.772-1.285-1.275-.785a.658.658 0 01-.217-.9.641.641 0 01.887-.218l1.277.785 1.376-2.291-1.277-.786a.658.658 0 01-.216-.9.642.642 0 01.887-.218l1.276.786 1.28-2.129-1.276-.786a.659.659 0 01-.216-.9.642.642 0 01.887-.218l1.276.785 1.28-2.129-1.277-.787a.658.658 0 01-.216-.9.642.642 0 01.887-.218l1.276.786 1.377-2.29-1.276-.786a.657.657 0 01-.216-.9.64.64 0 01.887-.219l1.274.785.772-1.283a.867.867 0 011.2-.3.887.887 0 01.291 1.211l-.771 1.285 1.276.786a.659.659 0 01.22.915z' fill='%23fff'/%3E%3C/svg%3E");
}

svg#icon.sat {
    width: 29px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='33.856'%3E%3Cg data-name='Antena Main'%3E%3Cg data-name='Group 5'%3E%3Cg data-name='Group 100'%3E%3Cpath data-name='Path 44' d='M27.491 0a1.362 1.362 0 00-.8.412l-2.152 2.1a1.306 1.306 0 00.021 1.876 1.379 1.379 0 001.92-.021l2.109-2.1a1.3 1.3 0 00.306-1.458A1.353 1.353 0 0027.618 0zM22.64 4.824a1.37 1.37 0 00-.8.371l-2.109 2.1a1.31 1.31 0 00-.47 1.325 1.344 1.344 0 001.013.99 1.373 1.373 0 001.355-.459l2.152-2.061a1.294 1.294 0 00.29-1.547 1.353 1.353 0 00-1.43-.722zM6.231 6.309a4.124 4.124 0 00-3 1.031C.716 9.8-3.039 17.212 4.243 24.33c6.661 6.511 14.865 3.449 17.38.99 2-1.958 1.092-6.16-1.94-10.309-.569.449-1.245 1.953-.929 2.474 1.5 2.474 1.931 4.67.886 5.69-1.608 1.573-6.111-.242-10.039-4.083s-5.79-8.237-4.177-9.814c.985-.964 3.037-.66 5.4.619.553.3 2.119-.346 2.573-.908a13.909 13.909 0 00-7.171-2.68zm9.828 3.794a2.7 2.7 0 00-2.573 1.814l-3.629.413a1.122 1.122 0 00-1.043.607 1.066 1.066 0 00.136 1.176 1.137 1.137 0 001.161.36l3.627-.371a2.676 2.676 0 00.929.908l-.379 3.546a1.082 1.082 0 00.368 1.135 1.131 1.131 0 001.2.133 1.09 1.09 0 00.621-1.02l.422-3.547a2.637 2.637 0 00-.844-5.154zM6.697 28.656a5.912 5.912 0 00-3.838 5.2h15.776a4.616 4.616 0 00-2.277-3.67 15.879 15.879 0 01-2.7.247 14.374 14.374 0 01-6.961-1.777zm0 0' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

svg#icon.horses {
    width: 43px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42.84' height='26.583'%3E%3Cpath data-name='Path 93' d='M42.538 15.22c-.321-.3-.609-.642-.926-.95a2.044 2.044 0 00-.473-.342c-.4-.206-.811-.378-1.207-.586-.832-.437-1.63-.949-2.49-1.319-1.324-.569-2.689-1.044-4.037-1.558-.71-.271-1.439-.5-2.127-.818a17.857 17.857 0 01-1.737-.982 10.81 10.81 0 00-2.079-.969 5.912 5.912 0 00-2.66-.11c-.75.086-1.5.152-2.254.227-.379.038-.759.067-1.136.116-1.153.15-2.275.5-3.445.542-.284.011-.567.067-.851.074-.233.006-.352-.111-.4-.373.365-.152.731-.337 1.117-.458.715-.223 1.443-.4 2.162-.612a4.553 4.553 0 001.53-.745.75.75 0 00.322-.592c0-.1.02-.19.022-.285a1.637 1.637 0 00-.362-1.242.754.754 0 01-.171-1.066c.107-.167.012-.34-.181-.411a1.734 1.734 0 00-.321-.1q-.828-.134-1.658-.256c-.592-.087-1.183-.187-1.778-.247-.746-.075-1.5-.108-2.244-.175-.3-.027-.6-.1-.925-.148a.891.891 0 00.174-.665A1.4 1.4 0 0012.614.058a3.054 3.054 0 00-1.282.833.154.154 0 00-.051.083 1.013 1.013 0 01-.424.659c-.254.242-.208.433.128.543.032.01.066.013.1.023a.446.446 0 01.344.443 1.1 1.1 0 01-.006.268 1.081 1.081 0 00.356.949.5.5 0 00.869-.029c.008-.012.027-.018.044-.028.083.058.167.115.248.174a6.878 6.878 0 011.817 1.821.258.258 0 01-.034.358.826.826 0 01-.167.138 1.145 1.145 0 01-1.507-.211c-.079-.087-.15-.181-.229-.269s-.172-.087-.228.023a2.252 2.252 0 00-.183.43.968.968 0 01-1.04.719.914.914 0 01-.582-.21l.418-.294-.02-.057-.538-.084-.007-.048.263-.21-.01-.06h-.607l-.014-.068.348-.225c-.091.015-.163.027-.234.037-.214.029-.257 0-.269-.215a.162.162 0 00-.179-.175h-.206l.329-.227-.017-.046h-.6l.32-.188-.012-.057-.557-.122.223-.156a3.513 3.513 0 01-.379-.119c-.05-.022-.078-.091-.14-.167l-.33-.047-.008-.052.319-.3-.013-.047-.385-.027c.078-.231.078-.231-.283-.275l.105-.185c-.123-.016-.218-.034-.314-.039-.24-.011-.482 0-.721-.026-.221-.022-.246-.1-.12-.28a1.209 1.209 0 00.24-.949c-.036-.2-.167-.325-.346-.281a.8.8 0 00-.352.225c-.211.216-.4.455-.6.677-.042.046-.122.057-.185.084-.014-.069-.031-.137-.042-.206a.155.155 0 01.014-.065.992.992 0 00-.23-.951.256.256 0 00-.2-.09c-.045.006-.1.1-.111.166-.038.18-.047.366-.086.546a3.078 3.078 0 01-.939 1.56c-.433.422-.894.815-1.332 1.232a2.4 2.4 0 00-.313.425 4.623 4.623 0 01-.379.592c-.418.459-.869.887-1.292 1.342a8.9 8.9 0 00-.829.986.692.692 0 00.108 1.01 2.534 2.534 0 001.35.733 2.858 2.858 0 01.354.1.778.778 0 00.9-.21c.088-.094.162-.2.253-.292a1.436 1.436 0 01.313-.268q.822-.437 1.658-.847a.956.956 0 01.369-.09c.384-.018.768-.019 1.168-.026.008.032.025.09.038.149a12.445 12.445 0 001.3 3.476 11.814 11.814 0 01.924 2.1 6.681 6.681 0 00.7 1.538 4.962 4.962 0 01.323.581q.207.43.387.873a.764.764 0 01-.036.7 4.8 4.8 0 01-.473.768c-.414.477-.868.92-1.3 1.382a1.041 1.041 0 00-.213.314 1.376 1.376 0 00.312 1.275 14.109 14.109 0 01.958 1.054c.429.531.825 1.088 1.245 1.627a.445.445 0 00.247.143q1.488.3 2.979.58a1.46 1.46 0 00.349-.018 1.591 1.591 0 00-.136-.323c-.142-.2-.322-.376-.452-.583a.8.8 0 00-.685-.416c-.244-.007-.489.023-.749.037a1.115 1.115 0 00-.685-.6 2.6 2.6 0 01-.321-.145 2.3 2.3 0 01-.42-.3 9.361 9.361 0 01-.622-.683 4.809 4.809 0 01-.445-.607.87.87 0 01-.044-.823.282.282 0 01.131-.137q1.486-.642 2.977-1.273a.367.367 0 01.192-.02c.188.03.372.078.56.107a.136.136 0 01.137.134c.025.194.062.387.083.581.08.729.144 1.46.236 2.187.062.493.189.98.233 1.474a1.027 1.027 0 00.553.859c.242.14.485.279.73.413a.153.153 0 00.12.013 3.355 3.355 0 011.285-.294c.322-.014.644 0 .994 0a2.337 2.337 0 01-.184.3c-.314.373-.634.74-.953 1.108-.243.281-.187.48.172.565a1.983 1.983 0 001.078-.05 1.058 1.058 0 00.634-.519.5.5 0 00-.062-.527c.265-.089.526-.155.769-.263a5.531 5.531 0 00.718-.4c.244-.156.478-.329.709-.5.29-.221.508-.194.7.115a4.167 4.167 0 01.209.438c.021.047.039.1.058.143l-.017-.049c.193-.17.392-.335.578-.513a.752.752 0 00.28-.909c.182-.092.351-.176.52-.263l1.745-.9a.926.926 0 00.538-.686c.034-.2.031-.41.047-.651.671-.192 1.359-.384 2.045-.587a6.158 6.158 0 001.043-.353.6.6 0 00.232-.991c-.134-.2-.33-.351-.474-.542a31.6 31.6 0 01-.973-1.336c-.155-.228-.076-.394.182-.5a3 3 0 00.425-.19 14.564 14.564 0 002.511-1.9 2.251 2.251 0 00.715-2.111 2.943 2.943 0 01-.043-.316.588.588 0 01.506-.663 1.044 1.044 0 01.432-.01c.39.1.772.222 1.16.329a5.194 5.194 0 00.826.2 3.694 3.694 0 011.674.548c.821.534 1.643 1.066 2.46 1.606a15.955 15.955 0 002.469 1.423 10.339 10.339 0 011.455.681.7.7 0 00.27.083.279.279 0 00.316-.211 1.028 1.028 0 00-.284-.941zm-19.119 5.256c-.375.146-.757.288-1.133.446a.6.6 0 00-.232.2 1.422 1.422 0 00-.3.664c-.012.1-.067.117-.149.115a1.47 1.47 0 00-.824.239.291.291 0 00-.106.162c-.03.1 0 .271-.062.31a1.154 1.154 0 01-.537.21 4.69 4.69 0 00-1.522.3c-.158.061-.32.1-.36.3-.005.028-.064.06-.1.063-.741.063-1.483.123-2.272.187a2.1 2.1 0 010-.383 17.532 17.532 0 00.311-2.969 4.74 4.74 0 00.023-.52 1.848 1.848 0 01.383-1.269.5.5 0 01.2-.163 13.5 13.5 0 012.276-.622 5.771 5.771 0 001.509-.583c.753-.427 1.461-.933 2.185-1.411.148-.1.28-.018.417.008.02 0 .037.074.04.114q.084 1.367.164 2.734l.095 1.627c0 .074-.004.152-.004.24zm2.766-1.1a.883.883 0 01-.572.245 2.489 2.489 0 01.129-1.007 1.092 1.092 0 01.45.714.126.126 0 01-.005.046z' fill='%23fff'/%3E%3C/svg%3E");
}

svg#icon.cas {
    width: 28px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28'%3E%3Cpath data-name='Path 92' d='M14 0a14 14 0 1014 14A14.016 14.016 0 0014 0zm9.479 20.883a11.768 11.768 0 01-5.849 4.261l-.716-2.2a9.522 9.522 0 01-5.81.007l-.712 2.2a11.763 11.763 0 01-5.858-4.249l1.867-1.363a9.322 9.322 0 01-1.8-5.52l-2.318.005v-.023a11.652 11.652 0 012.229-6.863l1.87 1.355a9.49 9.49 0 014.686-3.431l-.721-2.2a11.686 11.686 0 017.238-.023l-.708 2.205a9.487 9.487 0 014.711 3.4l1.864-1.367a11.658 11.658 0 012.268 6.877h-2.317v.044a9.333 9.333 0 01-1.792 5.523zM14 6.302a7.7 7.7 0 107.7 7.7 7.7 7.7 0 00-7.7-7.7zm4.327 6.629l-2.371 1.722.905 2.786a.318.318 0 01-.3.417.314.314 0 01-.188-.061l-2.372-1.722-2.369 1.722a.32.32 0 01-.492-.356l.906-2.786-2.37-1.722a.32.32 0 01.187-.578h2.927l.906-2.787a.318.318 0 01.606 0l.906 2.787h2.932a.32.32 0 01.188.578z' fill='%23fff'/%3E%3C/svg%3E");
}

svg#icon.promos {
    width: 34px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='32.575'%3E%3Cpath data-name='Path 79' d='M25.469 0l-6.965 3.828-11.539 6.365L0 14.062l3.008 5.491v-4.284a1.988 1.988 0 011.978-2h1.072l.041-.166 15.29-8.445 1.154.333a1.744 1.744 0 00.124.333 1.693 1.693 0 002.308.707c.1-.057.165-.177.247-.25l1.2.374 2.638 4.867-.33 1.206a1.533 1.533 0 00-.33.083 1.733 1.733 0 00-.783.957h5.064L29.26 6.989zm-1.442 8.736a1.749 1.749 0 00.33 3.453 1.756 1.756 0 001.731-1.747 1.721 1.721 0 00-1.731-1.706 1.746 1.746 0 00-.331.001zm-6.429 1.165a5.552 5.552 0 00-2.885.707 5.7 5.7 0 00-2.473 2.661h9.561a4.032 4.032 0 00-.412-1.165 4.359 4.359 0 00-3.792-2.202zM4.986 15.269v17.306H34V15.269zm5.811 2.122h17.392l.865.874a1.745 1.745 0 00-.082.333 1.75 1.75 0 001.731 1.747 1.7 1.7 0 00.33-.083l.865.874v5.573l-.865.874a1.7 1.7 0 00-.33-.083 1.554 1.554 0 00-1.648 2.08l-.865.874H10.797l-.865-.874a1.554 1.554 0 00-1.651-2.081 1.7 1.7 0 00-.33.083l-.865-.874v-5.574l.865-.874a1.7 1.7 0 00.33.083 1.75 1.75 0 001.731-1.747 1.745 1.745 0 00-.082-.333zm8.7 2c-2.859 0-5.193 2.023-5.193 4.535s2.334 4.535 5.193 4.535 5.184-2.028 5.184-4.539-2.329-4.535-5.188-4.535zm-8.576 2.783a1.747 1.747 0 101.731 1.747 1.756 1.756 0 00-1.731-1.747zm17.144 0a1.747 1.747 0 101.731 1.747 1.75 1.75 0 00-1.731-1.747z' fill='%23fff'/%3E%3C/svg%3E");
}

svg#icon.conts {
    width: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath data-name='Path 96' d='M5 0a5 5 0 00-5 5c0 3.53 2.285 5.918 4.531 7.891a38.654 38.654 0 014.258 3.984c.02.024.02.054.039.078a14.406 14.406 0 003.633 5.747c3.784 4.15-5.078 3.584-5.078 7.3H22.5c0-3.667-8.555-3.159-5.2-7.109a13.832 13.832 0 003.906-6.016 38.654 38.654 0 014.258-3.984C27.715 10.918 30 8.53 30 5a5 5 0 00-5-5 4.943 4.943 0 00-4.3 2.5H9.3A4.943 4.943 0 005 0zm0 2.5a2.647 2.647 0 011.25.313 43.742 43.742 0 001.094 9.18c-.391-.332-.8-.649-1.172-.977C4.043 9.146 2.5 7.471 2.5 5A2.373 2.373 0 015 2.5zm20 0A2.373 2.373 0 0127.5 5c0 2.471-1.543 4.146-3.672 6.016-.371.327-.781.645-1.172.977a43.742 43.742 0 001.094-9.18A2.647 2.647 0 0125 2.5zm-10.742 5h1.992v8.75h-2.5v-5h-1.875V9.609A2.668 2.668 0 0014.258 7.5z' fill='%23fff'/%3E%3C/svg%3E");
}

svg#icon.lckrm {
    width: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.052' height='28.43'%3E%3Cpath data-name='Path 97' d='M.646 0a.637.637 0 00-.645.626v22.329a5.174 5.174 0 001.492 3.911 6.376 6.376 0 004.093 1.564h20.506a3.7 3.7 0 00.565-.039 5.26 5.26 0 01-4.92-5.436V.626A.635.635 0 0021.092 0zm22.382 4.2v18.755c0 4.157 4.139 4.223 4.315 4.223a3.678 3.678 0 003.67-3.324 7.771 7.771 0 00.04-.86V7.274a3.057 3.057 0 00-2.2-2.933 2.6 2.6 0 00-1.29.684 3.368 3.368 0 00-.827 2.209v15.193a.646.646 0 01-1.29 0V7.254a4.549 4.549 0 011.129-3.05zm-18.975.943h12.724a.626.626 0 110 1.251H4.053a.626.626 0 110-1.251zm0 2.5h12.724a.626.626 0 110 1.251H4.053a.626.626 0 110-1.251zm.3 5.006h4.378a.626.626 0 110 1.251H4.356a.626.626 0 110-1.251zm7.44 0h4.98a.626.626 0 110 1.251h-4.98a.626.626 0 110-1.251zm-7.44 2.5h4.378a.626.626 0 110 1.251H4.356a.626.626 0 110-1.251zm7.44 0h4.98a.626.626 0 110 1.251h-4.98a.626.626 0 110-1.251zm0 2.366h4.98a.626.626 0 110 1.251h-4.98a.626.626 0 110-1.251zm-7.44.137h4.378a.626.626 0 110 1.251H4.356a.626.626 0 110-1.251zm7.44 2.366h4.98a.626.626 0 110 1.251h-4.98a.626.626 0 110-1.251zm-7.44.137h4.378a.626.626 0 110 1.251H4.356a.626.626 0 110-1.251zm7.44 2.209h4.98a.626.626 0 110 1.251h-4.98a.626.626 0 110-1.251zm-7.44.293h4.378a.626.626 0 110 1.251H4.356a.626.626 0 110-1.251z' fill='%23fff'/%3E%3C/svg%3E");
}

svg#icon.lyty {
    width: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.089' height='34.378'%3E%3Cpath data-name='Path 11' d='M3.376 11.509l-2.255-3.88h14.707l2.255 3.88z' fill='%23fff'/%3E%3Cpath data-name='Path 12' d='M4.511 24.819H0l7.353-12.653h4.509z' fill='%23fff'/%3E%3Cpath data-name='Path 13' d='M16.678 30.498l-2.255 3.88L7.07 21.725l2.255-3.88z' fill='%23fff'/%3E%3Cpath data-name='Path 14' d='M27.713 22.868l2.254 3.88H15.261l-2.255-3.88z' fill='%23fff'/%3E%3Cpath data-name='Path 15' d='M26.58 9.559h4.509l-7.354 12.653h-4.509z' fill='%23fff'/%3E%3Cpath data-name='Path 16' d='M14.411 3.882l2.255-3.88 7.353 12.653-2.255 3.88z' fill='%23fff'/%3E%3C/svg%3E");
}

svg#icon.help {
    width: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath data-name='Path 17' d='M0 0h30v30H0z' fill='none'/%3E%3Cpath data-name='Path 18' d='M15 2a13 13 0 1013 13A13 13 0 0015 2zm1.3 22.1h-2.6v-2.6h2.6zm2.691-10.075l-1.17 1.2A4.426 4.426 0 0016.3 18.9h-2.6v-.65a5.233 5.233 0 011.521-3.679l1.612-1.638A2.542 2.542 0 0017.6 11.1a2.6 2.6 0 10-5.2 0H9.8a5.2 5.2 0 0110.4 0 4.137 4.137 0 01-1.209 2.925z' fill='%23fff'/%3E%3C/svg%3E");
}

svg#icon.chat {
    width: 29px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='27.656'%3E%3Cpath data-name='Path 91' d='M11.041 0C5.01 0 0 4.354 0 9.824a9.287 9.287 0 003.087 6.81 4.538 4.538 0 01-1.507 2c-.354.288-.7.536-.981.781a1.939 1.939 0 00-.381.4.949.949 0 00-.145.745l.073.218.2.127a3.7 3.7 0 002.106.327 12.69 12.69 0 002.415-.454 26.193 26.193 0 002.887-1 11 11 0 0010.26 6.265 15.6 15.6 0 002.306-.218c.794.352 4.261 1.834 6.664 1.834a3.3 3.3 0 001.652-.363l.218-.127.054-.218c.17-.622-.356-1.058-1.035-1.6a5.867 5.867 0 01-1.979-2.27A9.375 9.375 0 0029 16.216c0-4.181-3.051-7.958-7.445-9.3C20.168 2.89 15.955 0 11.041 0zm0 1.162a9.758 9.758 0 019.37 6.047c0 .014.014.023.018.036l.018.054c.079.229.143.454.2.69.041.163.061.322.091.49l.018.127c.025.154.057.316.073.472v.073c.018.22.036.447.036.672a7.4 7.4 0 01-.054.872 7.932 7.932 0 01-.145.872 7.8 7.8 0 01-.581 1.616 8.282 8.282 0 01-.908 1.471c-.177.229-.379.459-.581.672s-.411.422-.636.617-.449.388-.69.563a10.523 10.523 0 01-4.3 1.8 11.106 11.106 0 01-1.979.182c-.393 0-.783-.02-1.162-.054h-.054c-.05 0-.1-.014-.145-.018a11.392 11.392 0 01-.4-.054 6.683 6.683 0 01-.49-.091l-.182-.054-.182.073a32.044 32.044 0 01-3.813 1.38 12.035 12.035 0 01-2.2.418 2.563 2.563 0 01-.636-.091c.186-.145.343-.261.581-.454a5.353 5.353 0 002.032-2.909l.073-.345-.254-.236a8.18 8.18 0 01-3-6.229c.003-4.758 4.407-8.662 9.882-8.662z' fill='%23fff'/%3E%3C/svg%3E");
}

svg#icon.fb {
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Symbol 11 – 1' clip-path='url(%23a)'%3E%3Cpath data-name='Rectangle 547' fill='none' d='M0 0h16v16H0z'/%3E%3Cpath data-name='Path 1' d='M9.422 16V8.711h2.489l.356-2.844H9.422V4.089c0-.8.267-1.422 1.422-1.422h1.511V.089C12 .089 11.111 0 10.133 0a3.431 3.431 0 00-3.644 3.733v2.134H4v2.844h2.489V16z' fill='%23fff' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
}

svg#icon.tw {
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Symbol 12 – 1' clip-path='url(%23a)'%3E%3Cpath data-name='Rectangle 548' fill='none' d='M0 0h16v16H0z'/%3E%3Cpath data-name='Path 2' d='M5.067 13.978A9.25 9.25 0 0014.4 4.644V4.2A7.225 7.225 0 0016 2.511a7.379 7.379 0 01-1.867.533 3.458 3.458 0 001.422-1.778 8.153 8.153 0 01-2.044.8A3.175 3.175 0 0011.111 1a3.34 3.34 0 00-3.289 3.289A1.733 1.733 0 007.911 5a9.19 9.19 0 01-6.756-3.467 3.4 3.4 0 00-.444 1.689 3.532 3.532 0 001.422 2.756 3 3 0 01-1.511-.444 3.249 3.249 0 002.667 3.2 2.74 2.74 0 01-.889.089 1.513 1.513 0 01-.622-.089 3.367 3.367 0 003.111 2.311A6.711 6.711 0 01.8 12.467a2.461 2.461 0 01-.8-.089 8.39 8.39 0 005.067 1.6' fill='%23fff' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
}

svg#icon.ig {
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Symbol 13 – 1' clip-path='url(%23a)'%3E%3Cpath data-name='Path 3' d='M8 1.422a24.53 24.53 0 013.2.089 4.123 4.123 0 011.511.267 3.122 3.122 0 011.511 1.511 4.123 4.123 0 01.267 1.511c0 .8.089 1.067.089 3.2a24.53 24.53 0 01-.089 3.2 4.123 4.123 0 01-.267 1.511 3.122 3.122 0 01-1.511 1.511 4.123 4.123 0 01-1.511.267c-.8 0-1.067.089-3.2.089a24.53 24.53 0 01-3.2-.089 4.123 4.123 0 01-1.511-.267 3.122 3.122 0 01-1.511-1.511 4.123 4.123 0 01-.267-1.511c0-.8-.089-1.067-.089-3.2a24.53 24.53 0 01.089-3.2 4.123 4.123 0 01.267-1.511A3.192 3.192 0 012.4 2.4a1.5 1.5 0 01.889-.622A4.123 4.123 0 014.8 1.511 24.53 24.53 0 018 1.422M8 0a26.264 26.264 0 00-3.289.089 5.488 5.488 0 00-1.955.355 3.48 3.48 0 00-1.422.889 3.48 3.48 0 00-.89 1.423 4.05 4.05 0 00-.355 1.955A26.264 26.264 0 000 8a26.264 26.264 0 00.089 3.289 5.488 5.488 0 00.356 1.956 3.48 3.48 0 00.889 1.422 3.48 3.48 0 001.422.889 5.488 5.488 0 001.956.356A26.264 26.264 0 008 16a26.264 26.264 0 003.289-.089 5.488 5.488 0 001.956-.356 3.729 3.729 0 002.311-2.311 5.488 5.488 0 00.356-1.956C15.911 10.4 16 10.133 16 8a26.264 26.264 0 00-.089-3.289 5.488 5.488 0 00-.356-1.956 3.48 3.48 0 00-.889-1.422 3.48 3.48 0 00-1.422-.889 5.488 5.488 0 00-1.955-.355A26.264 26.264 0 008 0m0 3.911A4.023 4.023 0 003.911 8 4.089 4.089 0 108 3.911m0 6.756A2.619 2.619 0 015.333 8 2.619 2.619 0 018 5.333 2.619 2.619 0 0110.667 8 2.619 2.619 0 018 10.667m4.267-7.911a.978.978 0 10.978.978.986.986 0 00-.978-.978' fill='%23fff' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
}

.mbtn-nav:hover svg#icon.sb {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='31.814'%3E%3Cpath data-name='Path 95' d='M22.846 2.55A4.291 4.291 0 0021.219.571a4.2 4.2 0 00-2.485-.554A22.538 22.538 0 003.194 10.48v.006a23.032 23.032 0 00-2.035 18.779 4.288 4.288 0 001.627 1.978 4.189 4.189 0 002.485.552 22.527 22.527 0 0015.54-10.464A23.028 23.028 0 0022.846 2.55zm-4.275 8.288a.647.647 0 01-.553.313.634.634 0 01-.335-.095l-1.277-.786-1.377 2.29 1.277.786a.659.659 0 01.217.9.645.645 0 01-.553.314.635.635 0 01-.335-.1l-1.276-.786-1.281 2.131 1.277.786a.659.659 0 01.217.9.646.646 0 01-.553.314.635.635 0 01-.334-.1l-1.276-.786-1.281 2.129 1.278.787a.658.658 0 01.216.9.645.645 0 01-.553.313.634.634 0 01-.335-.095l-1.277-.786-1.376 2.291 1.277.786a.658.658 0 01.216.9.644.644 0 01-.553.313.637.637 0 01-.335-.095l-1.277-.786-.772 1.284a.869.869 0 01-.745.424.855.855 0 01-.453-.129.888.888 0 01-.292-1.212l.772-1.285-1.275-.785a.658.658 0 01-.217-.9.641.641 0 01.887-.218l1.277.785 1.376-2.291-1.277-.786a.658.658 0 01-.216-.9.642.642 0 01.887-.218l1.276.786 1.28-2.129-1.276-.786a.659.659 0 01-.216-.9.642.642 0 01.887-.218l1.276.785 1.28-2.129-1.277-.787a.658.658 0 01-.216-.9.642.642 0 01.887-.218l1.276.786 1.377-2.29-1.276-.786a.657.657 0 01-.216-.9.64.64 0 01.887-.219l1.274.785.772-1.283a.867.867 0 011.2-.3.887.887 0 01.291 1.211l-.771 1.285 1.276.786a.659.659 0 01.22.915z' fill='%231298FF'/%3E%3C/svg%3E");
}

.mbtn-nav:hover svg#icon.sat {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='33.856'%3E%3Cg data-name='Antena Main'%3E%3Cg data-name='Group 5'%3E%3Cg data-name='Group 100'%3E%3Cpath data-name='Path 44' d='M27.491 0a1.362 1.362 0 00-.8.412l-2.152 2.1a1.306 1.306 0 00.021 1.876 1.379 1.379 0 001.92-.021l2.109-2.1a1.3 1.3 0 00.306-1.458A1.353 1.353 0 0027.618 0zM22.64 4.824a1.37 1.37 0 00-.8.371l-2.109 2.1a1.31 1.31 0 00-.47 1.325 1.344 1.344 0 001.013.99 1.373 1.373 0 001.355-.459l2.152-2.061a1.294 1.294 0 00.29-1.547 1.353 1.353 0 00-1.43-.722zM6.231 6.309a4.124 4.124 0 00-3 1.031C.716 9.8-3.039 17.212 4.243 24.33c6.661 6.511 14.865 3.449 17.38.99 2-1.958 1.092-6.16-1.94-10.309-.569.449-1.245 1.953-.929 2.474 1.5 2.474 1.931 4.67.886 5.69-1.608 1.573-6.111-.242-10.039-4.083s-5.79-8.237-4.177-9.814c.985-.964 3.037-.66 5.4.619.553.3 2.119-.346 2.573-.908a13.909 13.909 0 00-7.171-2.68zm9.828 3.794a2.7 2.7 0 00-2.573 1.814l-3.629.413a1.122 1.122 0 00-1.043.607 1.066 1.066 0 00.136 1.176 1.137 1.137 0 001.161.36l3.627-.371a2.676 2.676 0 00.929.908l-.379 3.546a1.082 1.082 0 00.368 1.135 1.131 1.131 0 001.2.133 1.09 1.09 0 00.621-1.02l.422-3.547a2.637 2.637 0 00-.844-5.154zM6.697 28.656a5.912 5.912 0 00-3.838 5.2h15.776a4.616 4.616 0 00-2.277-3.67 15.879 15.879 0 01-2.7.247 14.374 14.374 0 01-6.961-1.777zm0 0' fill='%231298FF'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.mbtn-nav:hover svg#icon.horses {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42.84' height='26.583'%3E%3Cpath data-name='Path 93' d='M42.538 15.22c-.321-.3-.609-.642-.926-.95a2.044 2.044 0 00-.473-.342c-.4-.206-.811-.378-1.207-.586-.832-.437-1.63-.949-2.49-1.319-1.324-.569-2.689-1.044-4.037-1.558-.71-.271-1.439-.5-2.127-.818a17.857 17.857 0 01-1.737-.982 10.81 10.81 0 00-2.079-.969 5.912 5.912 0 00-2.66-.11c-.75.086-1.5.152-2.254.227-.379.038-.759.067-1.136.116-1.153.15-2.275.5-3.445.542-.284.011-.567.067-.851.074-.233.006-.352-.111-.4-.373.365-.152.731-.337 1.117-.458.715-.223 1.443-.4 2.162-.612a4.553 4.553 0 001.53-.745.75.75 0 00.322-.592c0-.1.02-.19.022-.285a1.637 1.637 0 00-.362-1.242.754.754 0 01-.171-1.066c.107-.167.012-.34-.181-.411a1.734 1.734 0 00-.321-.1q-.828-.134-1.658-.256c-.592-.087-1.183-.187-1.778-.247-.746-.075-1.5-.108-2.244-.175-.3-.027-.6-.1-.925-.148a.891.891 0 00.174-.665A1.4 1.4 0 0012.614.058a3.054 3.054 0 00-1.282.833.154.154 0 00-.051.083 1.013 1.013 0 01-.424.659c-.254.242-.208.433.128.543.032.01.066.013.1.023a.446.446 0 01.344.443 1.1 1.1 0 01-.006.268 1.081 1.081 0 00.356.949.5.5 0 00.869-.029c.008-.012.027-.018.044-.028.083.058.167.115.248.174a6.878 6.878 0 011.817 1.821.258.258 0 01-.034.358.826.826 0 01-.167.138 1.145 1.145 0 01-1.507-.211c-.079-.087-.15-.181-.229-.269s-.172-.087-.228.023a2.252 2.252 0 00-.183.43.968.968 0 01-1.04.719.914.914 0 01-.582-.21l.418-.294-.02-.057-.538-.084-.007-.048.263-.21-.01-.06h-.607l-.014-.068.348-.225c-.091.015-.163.027-.234.037-.214.029-.257 0-.269-.215a.162.162 0 00-.179-.175h-.206l.329-.227-.017-.046h-.6l.32-.188-.012-.057-.557-.122.223-.156a3.513 3.513 0 01-.379-.119c-.05-.022-.078-.091-.14-.167l-.33-.047-.008-.052.319-.3-.013-.047-.385-.027c.078-.231.078-.231-.283-.275l.105-.185c-.123-.016-.218-.034-.314-.039-.24-.011-.482 0-.721-.026-.221-.022-.246-.1-.12-.28a1.209 1.209 0 00.24-.949c-.036-.2-.167-.325-.346-.281a.8.8 0 00-.352.225c-.211.216-.4.455-.6.677-.042.046-.122.057-.185.084-.014-.069-.031-.137-.042-.206a.155.155 0 01.014-.065.992.992 0 00-.23-.951.256.256 0 00-.2-.09c-.045.006-.1.1-.111.166-.038.18-.047.366-.086.546a3.078 3.078 0 01-.939 1.56c-.433.422-.894.815-1.332 1.232a2.4 2.4 0 00-.313.425 4.623 4.623 0 01-.379.592c-.418.459-.869.887-1.292 1.342a8.9 8.9 0 00-.829.986.692.692 0 00.108 1.01 2.534 2.534 0 001.35.733 2.858 2.858 0 01.354.1.778.778 0 00.9-.21c.088-.094.162-.2.253-.292a1.436 1.436 0 01.313-.268q.822-.437 1.658-.847a.956.956 0 01.369-.09c.384-.018.768-.019 1.168-.026.008.032.025.09.038.149a12.445 12.445 0 001.3 3.476 11.814 11.814 0 01.924 2.1 6.681 6.681 0 00.7 1.538 4.962 4.962 0 01.323.581q.207.43.387.873a.764.764 0 01-.036.7 4.8 4.8 0 01-.473.768c-.414.477-.868.92-1.3 1.382a1.041 1.041 0 00-.213.314 1.376 1.376 0 00.312 1.275 14.109 14.109 0 01.958 1.054c.429.531.825 1.088 1.245 1.627a.445.445 0 00.247.143q1.488.3 2.979.58a1.46 1.46 0 00.349-.018 1.591 1.591 0 00-.136-.323c-.142-.2-.322-.376-.452-.583a.8.8 0 00-.685-.416c-.244-.007-.489.023-.749.037a1.115 1.115 0 00-.685-.6 2.6 2.6 0 01-.321-.145 2.3 2.3 0 01-.42-.3 9.361 9.361 0 01-.622-.683 4.809 4.809 0 01-.445-.607.87.87 0 01-.044-.823.282.282 0 01.131-.137q1.486-.642 2.977-1.273a.367.367 0 01.192-.02c.188.03.372.078.56.107a.136.136 0 01.137.134c.025.194.062.387.083.581.08.729.144 1.46.236 2.187.062.493.189.98.233 1.474a1.027 1.027 0 00.553.859c.242.14.485.279.73.413a.153.153 0 00.12.013 3.355 3.355 0 011.285-.294c.322-.014.644 0 .994 0a2.337 2.337 0 01-.184.3c-.314.373-.634.74-.953 1.108-.243.281-.187.48.172.565a1.983 1.983 0 001.078-.05 1.058 1.058 0 00.634-.519.5.5 0 00-.062-.527c.265-.089.526-.155.769-.263a5.531 5.531 0 00.718-.4c.244-.156.478-.329.709-.5.29-.221.508-.194.7.115a4.167 4.167 0 01.209.438c.021.047.039.1.058.143l-.017-.049c.193-.17.392-.335.578-.513a.752.752 0 00.28-.909c.182-.092.351-.176.52-.263l1.745-.9a.926.926 0 00.538-.686c.034-.2.031-.41.047-.651.671-.192 1.359-.384 2.045-.587a6.158 6.158 0 001.043-.353.6.6 0 00.232-.991c-.134-.2-.33-.351-.474-.542a31.6 31.6 0 01-.973-1.336c-.155-.228-.076-.394.182-.5a3 3 0 00.425-.19 14.564 14.564 0 002.511-1.9 2.251 2.251 0 00.715-2.111 2.943 2.943 0 01-.043-.316.588.588 0 01.506-.663 1.044 1.044 0 01.432-.01c.39.1.772.222 1.16.329a5.194 5.194 0 00.826.2 3.694 3.694 0 011.674.548c.821.534 1.643 1.066 2.46 1.606a15.955 15.955 0 002.469 1.423 10.339 10.339 0 011.455.681.7.7 0 00.27.083.279.279 0 00.316-.211 1.028 1.028 0 00-.284-.941zm-19.119 5.256c-.375.146-.757.288-1.133.446a.6.6 0 00-.232.2 1.422 1.422 0 00-.3.664c-.012.1-.067.117-.149.115a1.47 1.47 0 00-.824.239.291.291 0 00-.106.162c-.03.1 0 .271-.062.31a1.154 1.154 0 01-.537.21 4.69 4.69 0 00-1.522.3c-.158.061-.32.1-.36.3-.005.028-.064.06-.1.063-.741.063-1.483.123-2.272.187a2.1 2.1 0 010-.383 17.532 17.532 0 00.311-2.969 4.74 4.74 0 00.023-.52 1.848 1.848 0 01.383-1.269.5.5 0 01.2-.163 13.5 13.5 0 012.276-.622 5.771 5.771 0 001.509-.583c.753-.427 1.461-.933 2.185-1.411.148-.1.28-.018.417.008.02 0 .037.074.04.114q.084 1.367.164 2.734l.095 1.627c0 .074-.004.152-.004.24zm2.766-1.1a.883.883 0 01-.572.245 2.489 2.489 0 01.129-1.007 1.092 1.092 0 01.45.714.126.126 0 01-.005.046z' fill='%231298FF'/%3E%3C/svg%3E");
}

.mbtn-nav:hover svg#icon.cas {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28'%3E%3Cpath data-name='Path 92' d='M14 0a14 14 0 1014 14A14.016 14.016 0 0014 0zm9.479 20.883a11.768 11.768 0 01-5.849 4.261l-.716-2.2a9.522 9.522 0 01-5.81.007l-.712 2.2a11.763 11.763 0 01-5.858-4.249l1.867-1.363a9.322 9.322 0 01-1.8-5.52l-2.318.005v-.023a11.652 11.652 0 012.229-6.863l1.87 1.355a9.49 9.49 0 014.686-3.431l-.721-2.2a11.686 11.686 0 017.238-.023l-.708 2.205a9.487 9.487 0 014.711 3.4l1.864-1.367a11.658 11.658 0 012.268 6.877h-2.317v.044a9.333 9.333 0 01-1.792 5.523zM14 6.302a7.7 7.7 0 107.7 7.7 7.7 7.7 0 00-7.7-7.7zm4.327 6.629l-2.371 1.722.905 2.786a.318.318 0 01-.3.417.314.314 0 01-.188-.061l-2.372-1.722-2.369 1.722a.32.32 0 01-.492-.356l.906-2.786-2.37-1.722a.32.32 0 01.187-.578h2.927l.906-2.787a.318.318 0 01.606 0l.906 2.787h2.932a.32.32 0 01.188.578z' fill='%231298FF'/%3E%3C/svg%3E");
}

.mbtn-nav:hover svg#icon.promos {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='32.575'%3E%3Cpath data-name='Path 79' d='M25.469 0l-6.965 3.828-11.539 6.365L0 14.062l3.008 5.491v-4.284a1.988 1.988 0 011.978-2h1.072l.041-.166 15.29-8.445 1.154.333a1.744 1.744 0 00.124.333 1.693 1.693 0 002.308.707c.1-.057.165-.177.247-.25l1.2.374 2.638 4.867-.33 1.206a1.533 1.533 0 00-.33.083 1.733 1.733 0 00-.783.957h5.064L29.26 6.989zm-1.442 8.736a1.749 1.749 0 00.33 3.453 1.756 1.756 0 001.731-1.747 1.721 1.721 0 00-1.731-1.706 1.746 1.746 0 00-.331.001zm-6.429 1.165a5.552 5.552 0 00-2.885.707 5.7 5.7 0 00-2.473 2.661h9.561a4.032 4.032 0 00-.412-1.165 4.359 4.359 0 00-3.792-2.202zM4.986 15.269v17.306H34V15.269zm5.811 2.122h17.392l.865.874a1.745 1.745 0 00-.082.333 1.75 1.75 0 001.731 1.747 1.7 1.7 0 00.33-.083l.865.874v5.573l-.865.874a1.7 1.7 0 00-.33-.083 1.554 1.554 0 00-1.648 2.08l-.865.874H10.797l-.865-.874a1.554 1.554 0 00-1.651-2.081 1.7 1.7 0 00-.33.083l-.865-.874v-5.574l.865-.874a1.7 1.7 0 00.33.083 1.75 1.75 0 001.731-1.747 1.745 1.745 0 00-.082-.333zm8.7 2c-2.859 0-5.193 2.023-5.193 4.535s2.334 4.535 5.193 4.535 5.184-2.028 5.184-4.539-2.329-4.535-5.188-4.535zm-8.576 2.783a1.747 1.747 0 101.731 1.747 1.756 1.756 0 00-1.731-1.747zm17.144 0a1.747 1.747 0 101.731 1.747 1.75 1.75 0 00-1.731-1.747z' fill='%231298FF'/%3E%3C/svg%3E");
}

.mbtn-nav:hover svg#icon.conts {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath data-name='Path 96' d='M5 0a5 5 0 00-5 5c0 3.53 2.285 5.918 4.531 7.891a38.654 38.654 0 014.258 3.984c.02.024.02.054.039.078a14.406 14.406 0 003.633 5.747c3.784 4.15-5.078 3.584-5.078 7.3H22.5c0-3.667-8.555-3.159-5.2-7.109a13.832 13.832 0 003.906-6.016 38.654 38.654 0 014.258-3.984C27.715 10.918 30 8.53 30 5a5 5 0 00-5-5 4.943 4.943 0 00-4.3 2.5H9.3A4.943 4.943 0 005 0zm0 2.5a2.647 2.647 0 011.25.313 43.742 43.742 0 001.094 9.18c-.391-.332-.8-.649-1.172-.977C4.043 9.146 2.5 7.471 2.5 5A2.373 2.373 0 015 2.5zm20 0A2.373 2.373 0 0127.5 5c0 2.471-1.543 4.146-3.672 6.016-.371.327-.781.645-1.172.977a43.742 43.742 0 001.094-9.18A2.647 2.647 0 0125 2.5zm-10.742 5h1.992v8.75h-2.5v-5h-1.875V9.609A2.668 2.668 0 0014.258 7.5z' fill='%231298FF'/%3E%3C/svg%3E");
}

.mbtn-nav:hover svg#icon.lckrm {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.052' height='28.43'%3E%3Cpath data-name='Path 97' d='M.646 0a.637.637 0 00-.645.626v22.329a5.174 5.174 0 001.492 3.911 6.376 6.376 0 004.093 1.564h20.506a3.7 3.7 0 00.565-.039 5.26 5.26 0 01-4.92-5.436V.626A.635.635 0 0021.092 0zm22.382 4.2v18.755c0 4.157 4.139 4.223 4.315 4.223a3.678 3.678 0 003.67-3.324 7.771 7.771 0 00.04-.86V7.274a3.057 3.057 0 00-2.2-2.933 2.6 2.6 0 00-1.29.684 3.368 3.368 0 00-.827 2.209v15.193a.646.646 0 01-1.29 0V7.254a4.549 4.549 0 011.129-3.05zm-18.975.943h12.724a.626.626 0 110 1.251H4.053a.626.626 0 110-1.251zm0 2.5h12.724a.626.626 0 110 1.251H4.053a.626.626 0 110-1.251zm.3 5.006h4.378a.626.626 0 110 1.251H4.356a.626.626 0 110-1.251zm7.44 0h4.98a.626.626 0 110 1.251h-4.98a.626.626 0 110-1.251zm-7.44 2.5h4.378a.626.626 0 110 1.251H4.356a.626.626 0 110-1.251zm7.44 0h4.98a.626.626 0 110 1.251h-4.98a.626.626 0 110-1.251zm0 2.366h4.98a.626.626 0 110 1.251h-4.98a.626.626 0 110-1.251zm-7.44.137h4.378a.626.626 0 110 1.251H4.356a.626.626 0 110-1.251zm7.44 2.366h4.98a.626.626 0 110 1.251h-4.98a.626.626 0 110-1.251zm-7.44.137h4.378a.626.626 0 110 1.251H4.356a.626.626 0 110-1.251zm7.44 2.209h4.98a.626.626 0 110 1.251h-4.98a.626.626 0 110-1.251zm-7.44.293h4.378a.626.626 0 110 1.251H4.356a.626.626 0 110-1.251z' fill='%231298FF'/%3E%3C/svg%3E");
}

.mbtn-nav:hover svg#icon.lyty {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.089' height='34.378'%3E%3Cpath data-name='Path 11' d='M3.376 11.509l-2.255-3.88h14.707l2.255 3.88z' fill='%23fff'/%3E%3Cpath data-name='Path 12' d='M4.511 24.819H0l7.353-12.653h4.509z' fill='%231298FF'/%3E%3Cpath data-name='Path 13' d='M16.678 30.498l-2.255 3.88L7.07 21.725l2.255-3.88z' fill='%23fff'/%3E%3Cpath data-name='Path 14' d='M27.713 22.868l2.254 3.88H15.261l-2.255-3.88z' fill='%231298FF'/%3E%3Cpath data-name='Path 15' d='M26.58 9.559h4.509l-7.354 12.653h-4.509z' fill='%23fff'/%3E%3Cpath data-name='Path 16' d='M14.411 3.882l2.255-3.88 7.353 12.653-2.255 3.88z' fill='%231298FF'/%3E%3C/svg%3E");
}

.mbtn-help:hover svg#icon.help {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath data-name='Path 17' d='M0 0h30v30H0z' fill='none'/%3E%3Cpath data-name='Path 18' d='M15 2a13 13 0 1013 13A13 13 0 0015 2zm1.3 22.1h-2.6v-2.6h2.6zm2.691-10.075l-1.17 1.2A4.426 4.426 0 0016.3 18.9h-2.6v-.65a5.233 5.233 0 011.521-3.679l1.612-1.638A2.542 2.542 0 0017.6 11.1a2.6 2.6 0 10-5.2 0H9.8a5.2 5.2 0 0110.4 0 4.137 4.137 0 01-1.209 2.925z' fill='%231298FF'/%3E%3C/svg%3E");
}

.mbtn-chat:hover svg#icon.chat {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='27.656'%3E%3Cpath data-name='Path 91' d='M11.041 0C5.01 0 0 4.354 0 9.824a9.287 9.287 0 003.087 6.81 4.538 4.538 0 01-1.507 2c-.354.288-.7.536-.981.781a1.939 1.939 0 00-.381.4.949.949 0 00-.145.745l.073.218.2.127a3.7 3.7 0 002.106.327 12.69 12.69 0 002.415-.454 26.193 26.193 0 002.887-1 11 11 0 0010.26 6.265 15.6 15.6 0 002.306-.218c.794.352 4.261 1.834 6.664 1.834a3.3 3.3 0 001.652-.363l.218-.127.054-.218c.17-.622-.356-1.058-1.035-1.6a5.867 5.867 0 01-1.979-2.27A9.375 9.375 0 0029 16.216c0-4.181-3.051-7.958-7.445-9.3C20.168 2.89 15.955 0 11.041 0zm0 1.162a9.758 9.758 0 019.37 6.047c0 .014.014.023.018.036l.018.054c.079.229.143.454.2.69.041.163.061.322.091.49l.018.127c.025.154.057.316.073.472v.073c.018.22.036.447.036.672a7.4 7.4 0 01-.054.872 7.932 7.932 0 01-.145.872 7.8 7.8 0 01-.581 1.616 8.282 8.282 0 01-.908 1.471c-.177.229-.379.459-.581.672s-.411.422-.636.617-.449.388-.69.563a10.523 10.523 0 01-4.3 1.8 11.106 11.106 0 01-1.979.182c-.393 0-.783-.02-1.162-.054h-.054c-.05 0-.1-.014-.145-.018a11.392 11.392 0 01-.4-.054 6.683 6.683 0 01-.49-.091l-.182-.054-.182.073a32.044 32.044 0 01-3.813 1.38 12.035 12.035 0 01-2.2.418 2.563 2.563 0 01-.636-.091c.186-.145.343-.261.581-.454a5.353 5.353 0 002.032-2.909l.073-.345-.254-.236a8.18 8.18 0 01-3-6.229c.003-4.758 4.407-8.662 9.882-8.662z' fill='%231298FF'/%3E%3C/svg%3E");
}

.mbtn-social:hover svg#icon.fb {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Symbol 11 – 1' clip-path='url(%23a)'%3E%3Cpath data-name='Rectangle 547' fill='none' d='M0 0h16v16H0z'/%3E%3Cpath data-name='Path 1' d='M9.422 16V8.711h2.489l.356-2.844H9.422V4.089c0-.8.267-1.422 1.422-1.422h1.511V.089C12 .089 11.111 0 10.133 0a3.431 3.431 0 00-3.644 3.733v2.134H4v2.844h2.489V16z' fill='%231298FF' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
}

.mbtn-social:hover svg#icon.tw {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Symbol 12 – 1' clip-path='url(%23a)'%3E%3Cpath data-name='Rectangle 548' fill='none' d='M0 0h16v16H0z'/%3E%3Cpath data-name='Path 2' d='M5.067 13.978A9.25 9.25 0 0014.4 4.644V4.2A7.225 7.225 0 0016 2.511a7.379 7.379 0 01-1.867.533 3.458 3.458 0 001.422-1.778 8.153 8.153 0 01-2.044.8A3.175 3.175 0 0011.111 1a3.34 3.34 0 00-3.289 3.289A1.733 1.733 0 007.911 5a9.19 9.19 0 01-6.756-3.467 3.4 3.4 0 00-.444 1.689 3.532 3.532 0 001.422 2.756 3 3 0 01-1.511-.444 3.249 3.249 0 002.667 3.2 2.74 2.74 0 01-.889.089 1.513 1.513 0 01-.622-.089 3.367 3.367 0 003.111 2.311A6.711 6.711 0 01.8 12.467a2.461 2.461 0 01-.8-.089 8.39 8.39 0 005.067 1.6' fill='%231298FF' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
}

.mbtn-social:hover svg#icon.ig {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Symbol 13 – 1' clip-path='url(%23a)'%3E%3Cpath data-name='Path 3' d='M8 1.422a24.53 24.53 0 013.2.089 4.123 4.123 0 011.511.267 3.122 3.122 0 011.511 1.511 4.123 4.123 0 01.267 1.511c0 .8.089 1.067.089 3.2a24.53 24.53 0 01-.089 3.2 4.123 4.123 0 01-.267 1.511 3.122 3.122 0 01-1.511 1.511 4.123 4.123 0 01-1.511.267c-.8 0-1.067.089-3.2.089a24.53 24.53 0 01-3.2-.089 4.123 4.123 0 01-1.511-.267 3.122 3.122 0 01-1.511-1.511 4.123 4.123 0 01-.267-1.511c0-.8-.089-1.067-.089-3.2a24.53 24.53 0 01.089-3.2 4.123 4.123 0 01.267-1.511A3.192 3.192 0 012.4 2.4a1.5 1.5 0 01.889-.622A4.123 4.123 0 014.8 1.511 24.53 24.53 0 018 1.422M8 0a26.264 26.264 0 00-3.289.089 5.488 5.488 0 00-1.955.355 3.48 3.48 0 00-1.422.889 3.48 3.48 0 00-.89 1.423 4.05 4.05 0 00-.355 1.955A26.264 26.264 0 000 8a26.264 26.264 0 00.089 3.289 5.488 5.488 0 00.356 1.956 3.48 3.48 0 00.889 1.422 3.48 3.48 0 001.422.889 5.488 5.488 0 001.956.356A26.264 26.264 0 008 16a26.264 26.264 0 003.289-.089 5.488 5.488 0 001.956-.356 3.729 3.729 0 002.311-2.311 5.488 5.488 0 00.356-1.956C15.911 10.4 16 10.133 16 8a26.264 26.264 0 00-.089-3.289 5.488 5.488 0 00-.356-1.956 3.48 3.48 0 00-.889-1.422 3.48 3.48 0 00-1.422-.889 5.488 5.488 0 00-1.955-.355A26.264 26.264 0 008 0m0 3.911A4.023 4.023 0 003.911 8 4.089 4.089 0 108 3.911m0 6.756A2.619 2.619 0 015.333 8 2.619 2.619 0 018 5.333 2.619 2.619 0 0110.667 8 2.619 2.619 0 018 10.667m4.267-7.911a.978.978 0 10.978.978.986.986 0 00-.978-.978' fill='%231298FF' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
}

/* --------------- End: NavMenu Modal --------------- */

/* --------------- Login Modal --------------- */

.login-modal-active .modal-backdrop {
    top: 53px;
}


#loginModal .account-passw i,
#loginModal .account-number-email i {
    position: absolute;
    display: block;
    font-size: 16px;
    width: 48px;
    height: 48px;
    text-align: center;
    padding: 16px;
    color: #0C4999;
}

    #loginModal .account-passw i.input-icon-right {
        right: 0;
        cursor: pointer;
    }

    #loginModal .account-passw i.input-icon-left {
        left: 0;
    }

#loginModal .form-control {
    color: #124b97;
    background-color: #fff;
}

    #loginModal .form-control::placeholder {
        color: #124b97;
    }

#loginModal .modal-header {
    padding: 40px 44px 15px 44px;
    border-bottom: 0;
}

    #loginModal .modal-header .close {
        padding: 0 1rem;
    }

#loginModal .close {
    font-weight: lighter;
    color: #fff;
    font-size: 50px;
    text-shadow: none;
    opacity: 1;
}

    #loginModal .close:hover {
        color: #fff;
        opacity: 1 !important;
    }

    #loginModal .close:focus {
        outline: none;
    }

#loginModal .modal-title {
    color: #fff;
    text-transform: uppercase;
}

#loginModal .modal-body {
    padding: 0 44px 40px 44px;
}

    #loginModal .modal-body .card-body #label-account-number,
    #loginModal .modal-body .card-body #label-account-password {
        font-size: 10px;
        font-weight: 500;
    }

    #loginModal .modal-body .card-body .account-number,
    #loginModal .modal-body .card-body .account-password {
        padding: 16px 16px 16px 48px;
        min-height: 48px;
        border-radius: 0;
    }

    #loginModal .modal-body .forgot-password {
        font-size: 16px;
        font-weight: 500;
        opacity: 0.66;
    }

    #loginModal .modal-body #login {
        font-size: 18px;
        font-weight: 700;
        padding: 12px;
    }

    #loginModal .modal-body #new-to-betus,
    #loginModal .modal-body #create-account {
        font-size: 14px;
        font-weight: 500;
        opacity: 0.44;
    }



#loginModal .text-secondary {
    color: #fff !important;
    font-size: .75rem;
}

.modal-backdrop {
    /*z-index: 998;*/
}

#loginModal .modal-content {
    border: 0;
    border-radius: 0;
}

#loginModal .modal-content {
    background-color: #0C4999;
}


.menu-modal-active .modal-backdrop {
    top: 0;
}

.menu-modal-active section {
    filter: blur(3px);
}

/* --------------- End: Login Modal --------------- */


/* --------------- Messages --------------- */

.positive-message {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin: 8px 0;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #09432b;
    background-color: #cfe6dc;
    border-color: #bcdbcf;
}

/* --------------- End: Messages --------------- */
/* --------------- Icons --------------- */
/*
.icon-w {
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/jnews-child/images/mobile-icons.svg);
    background-position: -10px -3px;
    width: 35px;
    height: 32px;
    padding: 0;
    margin: 0;
    position: relative;
    left: 0px;
    display: inline-block;
    font-style: unset;
    margin-bottom: 11px;
} */
    .icon-w.icon-All-Sports-Available {
        background-position: -8px -15px;
        background-size: 575px auto;
        width: 43px;
        height: 32px;
    }

    .icon-w.icon-Football {
        background-position: -47px -12px;
    }

    .icon-w.icon-Basketball {
        background-position: -86px -12px;
    }

    .icon-w.icon-Baseball {
        background-position: -126px -12px;
    }

    .icon-w.icon-Hockey {
        background-position: -168px -12px;
    }

    .icon-w.icon-Horse-Racing {
        background-position: -209px -12px;
    }

    .icon-w.icon-Contest {
        background-position: -250px -12px;
    }

    .icon-w.icon-Promotions {
        background-position: -295px -12px;
    }

    .icon-w.icon-Casino {
        background-position: -348px -12px;
    }

    .icon-w.icon-Boxing {
        background-position: -382px -12px;
    }

    .icon-w.icon-Soccer {
        background-position: -423px -12px;
    }

    .icon-w.icon-Quick-Deposit {
        background-position: -42px -51px;
    }

    .icon-w.icon-Promos {
        background-position: -125px -48px;
    }

    .icon-w.icon-Bet-Slip {
        background-position: -8px -48px;
    }

    .icon-w.icon-My-Account {
        background-position: -84px -48px;
    }

    .icon-w.icon-Loyalty {
        background-position: -165px -48px;
    }

    .icon-w.icon-Circled-Arrow {
        background-position: -243px -43px;
    }

    .icon-w.icon-Search {
        background-position: -240px -51px;
        margin: 0;
    }

    .icon-w.icon-Times {
        background-position: -202px -51px;
        margin: 0;
    }

    .icon-w.icon-Chat {
        background-position: -270px -46px;
        background-size: 435px auto;
    }

.icon-Live {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid meet' viewBox='3 3 29 29' width='32' height='32'%3E%3Cdefs%3E%3Cpath d='M3.5 17.62C3.5 25.35 9.77 31.62 17.5 31.62C25.23 31.62 31.5 25.35 31.5 17.62C31.5 9.89 25.24 3.62 17.51 3.62C17.51 3.62 17.5 3.62 17.5 3.62C9.77 3.62 3.5 9.89 3.5 17.62ZM16.51 6.72C16.51 6.77 16.51 7.21 16.51 7.26C16.51 7.81 16.95 8.25 17.5 8.25C18.05 8.25 18.49 7.81 18.49 7.26C18.49 7.26 18.49 7.26 18.49 7.26C18.49 7.21 18.49 6.77 18.49 6.72C23.75 7.2 27.92 11.37 28.4 16.63C28.34 16.63 27.82 16.63 27.75 16.63C27.21 16.66 26.79 17.12 26.81 17.67C26.84 18.22 27.31 18.64 27.85 18.61C27.91 18.61 28.34 18.61 28.4 18.61C27.92 23.87 23.75 28.04 18.49 28.52C18.49 28.47 18.49 28.03 18.49 27.98C18.49 27.69 18.38 27.42 18.17 27.23C17.96 27.04 17.68 26.95 17.4 26.99C16.89 27.03 16.5 27.47 16.51 27.98C16.51 28.03 16.51 28.47 16.51 28.52C11.25 28.04 7.08 23.87 6.6 18.61C6.65 18.61 7.09 18.61 7.14 18.61C7.69 18.61 8.13 18.17 8.13 17.62C8.13 17.07 7.69 16.63 7.14 16.63C7.09 16.63 6.65 16.63 6.6 16.63C7.07 11.42 11.17 7.26 16.38 6.72C16.42 6.72 16.47 6.72 16.51 6.72ZM16.72 10.13C16.69 10.7 16.44 15.31 16.41 15.88C15.8 16.25 15.43 16.91 15.42 17.62C15.43 18.77 16.35 19.69 17.5 19.7C17.56 19.7 17.61 19.67 17.67 19.66C18.13 20.08 21.84 23.4 22.3 23.82C22.69 24.12 23.25 24.06 23.56 23.68C23.94 23.36 24.01 22.8 23.73 22.39C23.46 22.07 22.07 20.5 19.58 17.65C19.58 17.63 19.58 17.62 19.58 17.62C19.57 16.88 19.17 16.21 18.52 15.85C18.5 15.28 18.31 10.7 18.28 10.13C18.26 9.71 17.92 9.39 17.5 9.38C17.08 9.39 16.74 9.71 16.72 10.13Z' id='atKLvnvR6'%3E%3C/path%3E%3C/defs%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cuse xlink:href='%23atKLvnvR6' opacity='1' fill='%23ffffff' fill-opacity='1'%3E%3C/use%3E%3Cg%3E%3Cuse xlink:href='%23atKLvnvR6' opacity='1' fill-opacity='0' stroke='%23000000' stroke-width='1' stroke-opacity='0'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 32px;
    height: 32px;
    margin-bottom: 11px;
}

.icon-eSports {
    width: 43px;
    height: 32px;
    margin-bottom: 11px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid meet' viewBox='5 5 25 25' width='43' height='32'%3E%3Cdefs%3E%3Cpath d='M1 22.23C1 25.06 2.92 28.98 5.03 28.98C9.27 28.98 10.06 21.69 17.5 21.69C24.94 21.69 25.73 28.98 29.97 28.98C32.08 28.98 34 25.06 34 22.23C34 13.2 28.83 6.02 25.29 6.02C21.74 6.02 21.05 10.32 17.5 10.32C13.96 10.32 13.26 6.02 9.71 6.02C6.17 6.02 1 13.2 1 22.23ZM25.24 11.32C26.19 11.37 26.91 12.17 26.86 13.12C26.86 13.12 26.86 13.13 26.86 13.13C26.96 14.02 26.33 14.83 25.43 14.93C24.54 15.04 23.74 14.4 23.63 13.51C23.62 13.38 23.62 13.26 23.63 13.13C23.6 12.3 24.13 11.56 24.92 11.32C25.03 11.31 25.14 11.31 25.24 11.32ZM8.46 11.68L11.04 11.68L11.04 14.58L13.63 14.58L13.63 17.48L11.04 17.48L11.04 20.38L8.46 20.38L8.46 17.48L5.88 17.48L5.88 14.58L8.46 14.58L8.46 11.68ZM22.66 14.22C23.6 14.27 24.33 15.07 24.28 16.01C24.28 16.02 24.28 16.02 24.28 16.03C24.38 16.92 23.74 17.73 22.85 17.83C21.96 17.94 21.15 17.3 21.05 16.41C21.04 16.28 21.04 16.15 21.05 16.03C21.01 15.2 21.54 14.45 22.34 14.22C22.45 14.21 22.56 14.21 22.66 14.22ZM27.83 14.22C28.77 14.27 29.49 15.07 29.44 16.01C29.44 16.02 29.44 16.02 29.44 16.03C29.55 16.92 28.91 17.73 28.02 17.83C27.13 17.94 26.32 17.3 26.21 16.41C26.2 16.28 26.2 16.15 26.21 16.03C26.18 15.2 26.71 14.45 27.5 14.22C27.61 14.21 27.72 14.21 27.83 14.22ZM25.24 17.12C26.19 17.16 26.91 17.97 26.86 18.91C26.86 18.91 26.86 18.92 26.86 18.93C26.96 19.82 26.33 20.63 25.43 20.73C24.54 20.83 23.74 20.2 23.63 19.31C23.62 19.18 23.62 19.05 23.63 18.93C23.59 18.1 24.13 17.35 24.92 17.12C25.03 17.1 25.14 17.1 25.24 17.12Z' id='dyfA3dOWg'%3E%3C/path%3E%3C/defs%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cuse xlink:href='%23dyfA3dOWg' opacity='1' fill='%23ffffff' fill-opacity='1'%3E%3C/use%3E%3Cg%3E%3Cuse xlink:href='%23dyfA3dOWg' opacity='1' fill-opacity='0' stroke='%23000000' stroke-width='1' stroke-opacity='0'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-Horses {
    width: 51px;
    height: 32px;
    margin-bottom: 11px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid meet' viewBox='7 7 21 21' width='51' height='32'%3E%3Cdefs%3E%3Cpath d='M33.05 18.25C32.94 18.15 32.82 18.06 32.69 17.99C32.38 17.83 32.06 17.7 31.76 17.54C31.12 17.2 30.5 16.81 29.84 16.52C28.82 16.08 27.77 15.72 26.73 15.32C26.18 15.11 25.62 14.94 25.09 14.69C24.63 14.47 24.19 14.21 23.75 13.94C23.25 13.63 22.71 13.38 22.15 13.19C21.49 13.01 20.79 12.98 20.1 13.11C19.53 13.17 18.95 13.22 18.37 13.28C18.08 13.31 17.78 13.33 17.49 13.37C16.61 13.48 15.74 13.75 14.84 13.79C14.62 13.8 14.4 13.84 14.19 13.84C14.01 13.85 13.91 13.76 13.88 13.56C14.16 13.44 14.44 13.3 14.74 13.2C15.29 13.03 15.85 12.9 16.4 12.73C16.83 12.62 17.23 12.42 17.58 12.16C17.73 12.05 17.82 11.89 17.83 11.7C17.83 11.63 17.84 11.56 17.85 11.48C17.89 11.14 17.79 10.79 17.57 10.53C17.3 10.34 17.24 9.98 17.43 9.72C17.43 9.71 17.43 9.71 17.44 9.71C17.52 9.58 17.44 9.44 17.3 9.39C17.22 9.36 17.13 9.33 17.05 9.31C16.41 9.21 15.9 9.13 15.77 9.11C15.32 9.05 14.86 8.97 14.4 8.92C13.83 8.87 13.25 8.84 12.67 8.79C12.44 8.77 12.21 8.71 11.96 8.68C12.07 8.53 12.12 8.35 12.1 8.16C12 7.58 11.44 7.18 10.86 7.27C10.81 7.28 10.76 7.29 10.72 7.31C10.34 7.43 10 7.65 9.73 7.95C9.71 7.96 9.7 7.99 9.69 8.01C9.65 8.22 9.54 8.4 9.36 8.52C9.17 8.71 9.2 8.85 9.46 8.94C9.49 8.95 9.51 8.95 9.54 8.96C9.7 8.99 9.81 9.14 9.81 9.3C9.81 9.37 9.81 9.44 9.8 9.5C9.76 9.78 9.87 10.05 10.07 10.23C10.19 10.42 10.42 10.47 10.6 10.36C10.66 10.33 10.71 10.27 10.74 10.21C10.75 10.2 10.76 10.2 10.78 10.19C10.84 10.24 10.91 10.28 10.97 10.32C11.52 10.7 11.99 11.18 12.37 11.73C12.44 11.81 12.42 11.93 12.34 12C12.3 12.04 12.26 12.08 12.21 12.11C11.84 12.36 11.34 12.29 11.05 11.95C10.99 11.88 10.94 11.81 10.88 11.74C10.82 11.67 10.74 11.67 10.7 11.76C10.64 11.86 10.6 11.97 10.56 12.09C10.47 12.45 10.13 12.68 9.76 12.64C9.6 12.64 9.44 12.58 9.31 12.48C9.33 12.47 9.44 12.39 9.63 12.25L9.62 12.21L9.2 12.15L9.2 12.11L9.4 11.95L9.39 11.9L8.92 11.9L8.91 11.85C9.07 11.74 9.16 11.69 9.18 11.67C9.11 11.69 9.06 11.7 9 11.7C8.84 11.73 8.8 11.7 8.79 11.54C8.8 11.47 8.75 11.41 8.68 11.4C8.67 11.4 8.66 11.4 8.66 11.4C8.61 11.4 8.57 11.4 8.5 11.4C8.52 11.39 8.6 11.33 8.75 11.23L8.74 11.19L8.28 11.19L8.52 11.05L8.51 11L8.08 10.91C8.19 10.84 8.24 10.8 8.26 10.79C8.16 10.76 8.06 10.73 7.96 10.7C7.93 10.68 7.9 10.63 7.86 10.57C7.84 10.57 7.75 10.56 7.6 10.53L7.6 10.49L7.84 10.26L7.83 10.23C7.65 10.21 7.56 10.21 7.54 10.21C7.6 10.03 7.6 10.03 7.32 9.99C7.33 9.98 7.39 9.87 7.4 9.85C7.3 9.84 7.23 9.82 7.16 9.82C6.97 9.81 6.79 9.82 6.6 9.8C6.43 9.78 6.41 9.72 6.51 9.59C6.67 9.38 6.74 9.11 6.69 8.85C6.67 8.7 6.57 8.6 6.43 8.64C6.32 8.67 6.23 8.73 6.16 8.81C5.99 8.98 5.85 9.16 5.69 9.33C5.66 9.37 5.6 9.38 5.55 9.4C5.54 9.34 5.53 9.29 5.52 9.24C5.52 9.22 5.52 9.2 5.53 9.19C5.6 8.93 5.54 8.65 5.35 8.46C5.31 8.41 5.26 8.39 5.2 8.39C5.16 8.39 5.12 8.46 5.11 8.51C5.08 8.65 5.08 8.8 5.05 8.94C4.93 9.4 4.68 9.82 4.32 10.14C3.99 10.46 3.64 10.76 3.3 11.09C3.21 11.19 3.12 11.3 3.06 11.41C2.97 11.57 2.87 11.72 2.76 11.87C2.44 12.22 2.1 12.55 1.77 12.9C1.54 13.14 1.33 13.39 1.13 13.66C0.94 13.88 0.96 14.22 1.18 14.41C1.19 14.42 1.2 14.43 1.21 14.44C1.49 14.73 1.86 14.93 2.25 15C2.35 15.02 2.44 15.05 2.53 15.08C2.77 15.19 3.05 15.12 3.22 14.92C3.29 14.85 3.34 14.77 3.42 14.69C3.49 14.61 3.57 14.55 3.66 14.49C4.29 14.15 4.81 13.9 4.93 13.84C5.02 13.79 5.12 13.77 5.22 13.77C5.51 13.75 5.81 13.75 6.12 13.75C6.12 13.77 6.14 13.82 6.15 13.86C6.34 14.8 6.68 15.7 7.15 16.54C7.44 17.05 7.67 17.6 7.86 18.16C7.99 18.57 8.17 18.97 8.4 19.34C8.49 19.48 8.57 19.63 8.65 19.79C8.81 20.12 8.92 20.39 8.94 20.46C9.02 20.63 9.01 20.84 8.92 21C8.81 21.21 8.69 21.41 8.55 21.59C8.23 21.96 7.88 22.3 7.55 22.66C7.48 22.73 7.43 22.81 7.39 22.9C7.3 23.24 7.39 23.61 7.63 23.88C7.89 24.14 8.13 24.41 8.37 24.69C8.7 25.1 9 25.53 9.32 25.94C9.37 26 9.44 26.04 9.51 26.05C10.66 26.29 11.58 26.46 11.81 26.5C11.9 26.51 11.99 26.5 12.08 26.49C12.05 26.4 12.02 26.32 11.97 26.24C11.86 26.08 11.73 25.95 11.63 25.79C11.52 25.6 11.32 25.47 11.1 25.47C10.91 25.46 10.72 25.49 10.52 25.5C10.42 25.28 10.23 25.11 9.99 25.04C9.91 25 9.83 24.97 9.75 24.92C9.63 24.86 9.52 24.78 9.42 24.69C9.25 24.53 9.1 24.35 8.94 24.17C8.82 24.02 8.7 23.86 8.6 23.7C8.48 23.51 8.47 23.27 8.57 23.07C8.59 23.02 8.62 22.98 8.67 22.96C9.81 22.47 10.73 22.08 10.96 21.98C11.01 21.96 11.06 21.96 11.11 21.96C11.25 21.99 11.39 22.02 11.54 22.05C11.6 22.05 11.64 22.09 11.65 22.15C11.66 22.3 11.69 22.45 11.71 22.6C11.77 23.16 11.82 23.72 11.89 24.28C11.94 24.66 12.04 25.04 12.07 25.42C12.08 25.7 12.25 25.95 12.5 26.08C12.68 26.19 12.87 26.29 13.06 26.4C13.09 26.41 13.12 26.42 13.15 26.41C13.46 26.27 13.8 26.19 14.14 26.18C14.39 26.17 14.64 26.18 14.91 26.18C14.86 26.26 14.82 26.34 14.76 26.41C14.52 26.7 14.28 26.98 14.03 27.26C13.84 27.48 13.89 27.63 14.16 27.7C14.44 27.76 14.73 27.75 14.99 27.66C15.2 27.6 15.38 27.46 15.48 27.26C15.54 27.13 15.53 26.97 15.43 26.86C15.64 26.79 15.84 26.74 16.03 26.65C16.22 26.56 16.4 26.46 16.58 26.35C16.77 26.23 16.95 26.09 17.12 25.96C17.35 25.79 17.52 25.81 17.66 26.05C17.72 26.16 17.78 26.27 17.83 26.39C17.84 26.42 17.86 26.46 17.87 26.5C17.87 26.49 17.86 26.46 17.86 26.46C18.01 26.33 18.16 26.2 18.3 26.06C18.53 25.91 18.62 25.62 18.52 25.36C18.66 25.29 18.79 25.23 18.92 25.16C19.37 24.93 19.81 24.7 20.26 24.47C20.48 24.37 20.63 24.17 20.68 23.94C20.7 23.79 20.7 23.62 20.71 23.44C21.23 23.29 21.76 23.14 22.29 22.99C22.56 22.92 22.83 22.83 23.09 22.71C23.33 22.63 23.46 22.37 23.38 22.13C23.36 22.06 23.32 22 23.27 21.95C23.17 21.8 23.02 21.68 22.9 21.53C22.65 21.19 22.39 20.85 22.15 20.5C22.04 20.33 22.1 20.2 22.3 20.12C22.41 20.08 22.52 20.03 22.62 19.97C23.32 19.56 23.97 19.07 24.56 18.51C25.01 18.1 25.22 17.48 25.11 16.88C25.09 16.8 25.08 16.72 25.07 16.64C25.04 16.39 25.21 16.16 25.46 16.13C25.46 16.13 25.46 16.13 25.46 16.13C25.57 16.1 25.69 16.1 25.8 16.12C26.1 16.2 26.39 16.29 26.69 16.37C26.9 16.44 27.11 16.49 27.33 16.53C27.78 16.56 28.23 16.71 28.62 16.95C29.25 17.36 29.88 17.77 30.51 18.19C31.11 18.61 31.75 18.98 32.41 19.28C32.8 19.43 33.17 19.6 33.53 19.81C33.6 19.84 33.67 19.87 33.74 19.87C33.85 19.89 33.96 19.82 33.98 19.71C34.04 19.45 33.96 19.17 33.76 18.98C33.52 18.75 33.3 18.49 33.05 18.25ZM18.17 23.38C18.1 23.41 18.03 23.46 17.99 23.53C17.87 23.68 17.79 23.85 17.76 24.04C17.75 24.12 17.71 24.13 17.64 24.13C17.42 24.13 17.2 24.19 17.01 24.31C16.97 24.35 16.94 24.39 16.93 24.44C16.9 24.52 16.93 24.65 16.88 24.68C16.76 24.77 16.61 24.82 16.46 24.84C16.06 24.85 15.67 24.93 15.29 25.07C15.17 25.12 15.05 25.15 15.02 25.3C15.01 25.32 14.97 25.35 14.94 25.35C14.37 25.4 13.8 25.45 13.19 25.49C13.18 25.4 13.18 25.3 13.19 25.2C13.33 24.45 13.41 23.68 13.43 22.91C13.44 22.78 13.45 22.65 13.45 22.51C13.42 22.16 13.52 21.81 13.74 21.54C13.78 21.48 13.83 21.44 13.89 21.41C14.46 21.2 15.05 21.04 15.65 20.93C16.05 20.84 16.45 20.69 16.81 20.48C17.39 20.15 17.94 19.76 18.49 19.39C18.61 19.32 18.71 19.38 18.81 19.4C18.83 19.4 18.84 19.46 18.84 19.49C18.91 20.54 18.96 21.38 18.97 21.59C19.01 22.22 19.04 22.72 19.04 22.85C19.04 22.9 19.04 22.96 19.04 23.03C18.75 23.15 18.46 23.26 18.17 23.38ZM20.73 22.37C20.71 22.11 20.74 21.85 20.83 21.6C21.01 21.73 21.14 21.93 21.18 22.15C21.18 22.16 21.17 22.17 21.17 22.18C21.05 22.3 20.89 22.37 20.73 22.37Z' id='b3J5XW7VSB'%3E%3C/path%3E%3C/defs%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cuse xlink:href='%23b3J5XW7VSB' opacity='1' fill='%23ffffff' fill-opacity='1'%3E%3C/use%3E%3Cg%3E%3Cuse xlink:href='%23b3J5XW7VSB' opacity='1' fill-opacity='0' stroke='%23000000' stroke-width='1' stroke-opacity='0'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.icon-Logout {
    margin: 0;
    width: 35px;
    height: 35px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid meet' viewBox='0 0 35 35' width='35' height='35'%3E%3Cdefs%3E%3Cpath d='M25.18 12.18L24.06 13.3L27.46 16.71L16.22 16.71L16.22 18.29L27.46 18.29L24.06 21.7L25.18 22.82L30.5 17.5L25.18 12.18Z' id='hOjARRxhf'%3E%3C/path%3E%3Cpath d='M22.52 28.87L6.14 28.87L6.14 6.12L22.52 6.12L22.52 7.75L24.15 7.75C24.15 6.29 24.15 5.47 24.15 5.31C24.15 4.86 23.79 4.5 23.34 4.5C23.34 4.5 23.34 4.5 23.34 4.5C21.53 4.5 7.12 4.5 5.32 4.5C4.87 4.5 4.5 4.86 4.5 5.31C4.5 5.31 4.5 5.31 4.5 5.31C4.5 7.75 4.5 27.25 4.5 29.69C4.5 30.14 4.87 30.5 5.32 30.5C5.32 30.5 5.32 30.5 5.32 30.5C7.12 30.5 21.53 30.5 23.34 30.5C23.79 30.5 24.15 30.14 24.15 29.69C24.15 29.69 24.15 29.69 24.15 29.69C24.15 29.52 24.15 28.71 24.15 27.25L22.52 27.25L22.52 28.87Z' id='a4OPNZjske'%3E%3C/path%3E%3C/defs%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cuse xlink:href='%23hOjARRxhf' opacity='1' fill='%23ffffff' fill-opacity='1'%3E%3C/use%3E%3Cg%3E%3Cuse xlink:href='%23hOjARRxhf' opacity='1' fill-opacity='0' stroke='%23000000' stroke-width='1' stroke-opacity='0'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cuse xlink:href='%23a4OPNZjske' opacity='1' fill='%23ffffff' fill-opacity='1'%3E%3C/use%3E%3Cg%3E%3Cuse xlink:href='%23a4OPNZjske' opacity='1' fill-opacity='0' stroke='%23000000' stroke-width='1' stroke-opacity='0'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-right: 5px;
}

.icon-QuickDeposit {
    margin: 0;
    width: 35px;
    height: 35px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid meet' viewBox='0 0 35 35' width='35' height='35'%3E%3Cdefs%3E%3Cpath d='M17.51 26.49L23.02 20.98L12 20.98L17.51 26.49Z' id='d2vxponRBt'%3E%3C/path%3E%3Cpath d='M29.24 14.11C29.24 14.11 29.24 14.11 29.24 14.11C29.24 15.09 29.24 19.99 29.24 28.82L5.76 28.82C5.76 19.99 5.76 15.09 5.76 14.11C5.76 13.76 5.48 13.47 5.13 13.47C5.13 13.47 5.13 13.47 5.13 13.47C4.78 13.47 4.5 13.76 4.5 14.11C4.5 14.11 4.5 14.11 4.5 14.11C4.5 15.64 4.5 27.92 4.5 29.45C4.5 29.8 4.78 30.08 5.13 30.08C5.13 30.08 5.13 30.08 5.13 30.08C7.61 30.08 27.4 30.08 29.87 30.08C30.22 30.08 30.5 29.8 30.5 29.45C30.5 27.92 30.5 15.64 30.5 14.11C30.5 13.76 30.22 13.47 29.87 13.47C29.52 13.47 29.24 13.76 29.24 14.11Z' id='hkLrX1jki'%3E%3C/path%3E%3Cpath d='M17.19 8.91C16.5 8.97 16.16 9.34 16.16 9.81C16.16 10.27 16.36 10.54 17.19 10.81C17.19 10.43 17.19 9.29 17.19 8.91Z' id='cm5BkAMtm'%3E%3C/path%3E%3Cpath d='M18.04 12.31C18.04 12.51 18.04 14.08 18.04 14.27C18.73 14.2 19.11 13.85 19.11 13.34C19.11 12.86 18.87 12.57 18.04 12.31Z' id='a32kjsp8m2'%3E%3C/path%3E%3Cpath d='M24.4 11.81C24.4 8 21.32 4.92 17.52 4.92C13.71 4.92 10.63 8 10.63 11.8C10.63 11.8 10.63 11.81 10.63 11.81C10.63 15.61 13.71 18.69 17.51 18.69C21.32 18.69 24.4 15.61 24.4 11.81ZM15.6 13.51C16.06 13.87 16.61 14.12 17.19 14.23C17.19 14.02 17.19 12.32 17.19 12.11C15.62 11.7 14.88 11.11 14.88 9.89C14.94 8.69 15.95 7.77 17.15 7.83C17.15 7.81 17.15 7.63 17.15 7.6C17.15 7.34 17.36 7.14 17.62 7.14C17.88 7.14 18.08 7.34 18.08 7.6C18.08 7.6 18.08 7.6 18.08 7.6C18.08 7.63 18.08 7.82 18.08 7.84C18.68 7.91 19.25 8.11 19.76 8.43C19.95 8.53 20.08 8.73 20.08 8.95C20.08 9.28 19.81 9.54 19.48 9.54C19.48 9.54 19.48 9.54 19.47 9.54C19.36 9.54 19.25 9.51 19.15 9.45C18.81 9.23 18.43 9.07 18.04 8.97C18.04 9.18 18.04 10.83 18.04 11.04C19.68 11.45 20.38 12.11 20.38 13.26C20.38 14.45 19.45 15.23 18.09 15.36C18.09 15.43 18.09 15.95 18.09 16.01C18.09 16.26 17.88 16.47 17.63 16.47C17.63 16.47 17.62 16.47 17.62 16.47C17.36 16.48 17.15 16.27 17.15 16.01C17.15 15.94 17.15 15.41 17.15 15.34C16.35 15.26 15.59 14.97 14.94 14.5C14.76 14.39 14.65 14.2 14.65 13.98C14.64 13.66 14.9 13.4 15.22 13.39C15.22 13.39 15.23 13.39 15.24 13.39C15.37 13.39 15.49 13.43 15.6 13.51Z' id='acHQr274M'%3E%3C/path%3E%3C/defs%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cuse xlink:href='%23d2vxponRBt' opacity='1' fill='%23ffffff' fill-opacity='1'%3E%3C/use%3E%3Cg%3E%3Cuse xlink:href='%23d2vxponRBt' opacity='1' fill-opacity='0' stroke='%23000000' stroke-width='1' stroke-opacity='0'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cuse xlink:href='%23hkLrX1jki' opacity='1' fill='%23ffffff' fill-opacity='1'%3E%3C/use%3E%3Cg%3E%3Cuse xlink:href='%23hkLrX1jki' opacity='1' fill-opacity='0' stroke='%23000000' stroke-width='1' stroke-opacity='0'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cuse xlink:href='%23cm5BkAMtm' opacity='1' fill='%23ffffff' fill-opacity='1'%3E%3C/use%3E%3Cg%3E%3Cuse xlink:href='%23cm5BkAMtm' opacity='1' fill-opacity='0' stroke='%23000000' stroke-width='1' stroke-opacity='0'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cuse xlink:href='%23a32kjsp8m2' opacity='1' fill='%23ffffff' fill-opacity='1'%3E%3C/use%3E%3Cg%3E%3Cuse xlink:href='%23a32kjsp8m2' opacity='1' fill-opacity='0' stroke='%23000000' stroke-width='1' stroke-opacity='0'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cuse xlink:href='%23acHQr274M' opacity='1' fill='%23ffffff' fill-opacity='1'%3E%3C/use%3E%3Cg%3E%3Cuse xlink:href='%23acHQr274M' opacity='1' fill-opacity='0' stroke='%23000000' stroke-width='1' stroke-opacity='0'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-Mailbox {
    margin: 0;
    width: 35px;
    height: 35px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid meet' viewBox='0 0 35 35' width='35' height='35'%3E%3Cdefs%3E%3Cpath d='M3.96 5C3.53 5 3.11 5.1 2.72 5.29C3.7 6.26 8.61 11.1 17.44 19.82L20.73 16.69L20.73 16.69C27.66 9.85 31.51 6.05 32.28 5.29C31.89 5.1 31.47 5 31.04 5C31.04 5 6.67 5 3.96 5Z' id='c31GgqLhn4'%3E%3C/path%3E%3Cpath d='M22.89 17.5C29.33 24.02 32.91 27.64 33.62 28.37C33.81 27.98 33.91 27.56 33.91 27.13C33.91 25.2 33.91 9.79 33.91 7.87C33.91 7.44 33.81 7.01 33.62 6.63C33.62 6.63 30.05 10.25 22.89 17.5Z' id='epKYbcv8Z'%3E%3C/path%3E%3Cpath d='M1.38 6.63C1.19 7.01 1.09 7.44 1.09 7.87C1.09 9.79 1.09 25.2 1.09 27.13C1.09 27.56 1.19 27.98 1.37 28.37C2.09 27.64 5.67 24.02 12.1 17.5C6.38 11.7 2.81 8.08 1.38 6.63Z' id='e26W3Kgk99'%3E%3C/path%3E%3Cpath d='M21.41 18.98C19.44 20.86 18.34 21.9 18.12 22.11C17.74 22.48 17.14 22.48 16.76 22.11C16.55 21.9 15.49 20.86 13.59 18.98C7.07 25.42 3.44 29 2.72 29.71C3.1 29.9 3.53 30 3.96 30C6.66 30 28.33 30 31.04 30C31.47 30 31.89 29.9 32.28 29.71C30.83 28.28 27.21 24.7 21.41 18.98Z' id='b2Ul5LAiqs'%3E%3C/path%3E%3C/defs%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cuse xlink:href='%23c31GgqLhn4' opacity='1' fill='%23ffffff' fill-opacity='1'%3E%3C/use%3E%3Cg%3E%3Cuse xlink:href='%23c31GgqLhn4' opacity='1' fill-opacity='0' stroke='%23000000' stroke-width='1' stroke-opacity='0'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cuse xlink:href='%23epKYbcv8Z' opacity='1' fill='%23ffffff' fill-opacity='1'%3E%3C/use%3E%3Cg%3E%3Cuse xlink:href='%23epKYbcv8Z' opacity='1' fill-opacity='0' stroke='%23000000' stroke-width='1' stroke-opacity='0'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cuse xlink:href='%23e26W3Kgk99' opacity='1' fill='%23ffffff' fill-opacity='1'%3E%3C/use%3E%3Cg%3E%3Cuse xlink:href='%23e26W3Kgk99' opacity='1' fill-opacity='0' stroke='%23000000' stroke-width='1' stroke-opacity='0'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cuse xlink:href='%23b2Ul5LAiqs' opacity='1' fill='%23ffffff' fill-opacity='1'%3E%3C/use%3E%3Cg%3E%3Cuse xlink:href='%23b2Ul5LAiqs' opacity='1' fill-opacity='0' stroke='%23000000' stroke-width='1' stroke-opacity='0'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-MyAccount {
    margin: 0;
    width: 25px;
    height: 25px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid meet' viewBox='0 0 26 26' width='26' height='26'%3E%3Cdefs%3E%3Cpath d='M0.5 25.5C0.5 23.62 0.5 22.58 0.5 22.37C0.5 18.94 6.13 16.12 13 16.12C19.87 16.12 25.5 18.94 25.5 22.37C25.5 22.58 25.5 23.62 25.5 25.5L0.5 25.5ZM13 0.5C16.45 0.5 19.25 3.3 19.25 6.75C19.25 10.2 16.45 13 13 13C9.55 13 6.75 10.2 6.75 6.75C6.75 3.3 9.55 0.5 13 0.5Z' id='a89eXGkjt'%3E%3C/path%3E%3C/defs%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cuse xlink:href='%23a89eXGkjt' opacity='1' fill='%23ffffff' fill-opacity='1'%3E%3C/use%3E%3Cg%3E%3Cuse xlink:href='%23a89eXGkjt' opacity='1' fill-opacity='0' stroke='%23000000' stroke-width='1' stroke-opacity='0'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.icon-Promotions {
    width: 35px;
    height: 32px;
    margin-bottom: 11px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid meet' viewBox='0 0 35 35' width='35' height='32'%3E%3Cdefs%3E%3Cpath d='M25.82 1.5L18.98 5.26L7.64 11.51L0.8 15.31L3.75 20.71C3.75 18.18 3.75 16.78 3.75 16.5C3.75 15.42 4.62 14.54 5.7 14.53C5.7 14.53 5.7 14.53 5.7 14.53C5.77 14.53 6.12 14.53 6.75 14.53L6.79 14.37L21.81 6.08C22.49 6.27 22.87 6.38 22.95 6.4C22.97 6.52 23.02 6.63 23.07 6.73C23.49 7.54 24.5 7.86 25.31 7.44C25.32 7.43 25.33 7.43 25.33 7.42C25.43 7.37 25.5 7.25 25.58 7.18C25.66 7.2 26.05 7.33 26.76 7.55L29.35 12.33C29.15 13.04 29.04 13.43 29.02 13.51C28.91 13.53 28.8 13.55 28.7 13.59C28.34 13.8 28.06 14.14 27.93 14.53C28.26 14.53 29.92 14.53 32.9 14.53L29.54 8.37L25.82 1.5ZM23.11 12.14C23.28 12.9 23.95 13.45 24.73 13.47C25.67 13.46 26.42 12.7 26.43 11.76C26.42 10.83 25.66 10.08 24.73 10.08C24.62 10.07 24.51 10.07 24.4 10.08C23.48 10.29 22.9 11.21 23.11 12.14ZM15.25 11.92C14.18 12.5 13.33 13.42 12.82 14.53C13.76 14.53 21.28 14.53 22.22 14.53C22.14 14.13 22 13.75 21.81 13.39C21.05 12.05 19.63 11.23 18.09 11.23C17.1 11.2 16.12 11.44 15.25 11.92ZM5.7 16.5L5.7 33.5L34.2 33.5L34.2 16.5L5.7 16.5ZM11.41 18.58L28.49 18.58C29 19.1 29.28 19.39 29.34 19.44C29.3 19.55 29.28 19.66 29.26 19.77C29.26 20.71 30.02 21.48 30.96 21.49C31.07 21.47 31.18 21.44 31.29 21.4C31.34 21.46 31.63 21.75 32.14 22.26L32.14 27.74C31.63 28.25 31.34 28.54 31.29 28.6C31.18 28.56 31.07 28.53 30.96 28.51C30.12 28.41 29.36 29.01 29.26 29.84C29.23 30.08 29.26 30.33 29.34 30.56C29.29 30.62 29 30.9 28.49 31.42L11.41 31.42C10.9 30.9 10.61 30.62 10.56 30.56C10.85 29.77 10.45 28.89 9.65 28.6C9.42 28.51 9.18 28.48 8.93 28.51C8.82 28.53 8.72 28.56 8.61 28.6C8.55 28.54 8.27 28.25 7.76 27.74L7.76 22.26C8.27 21.75 8.55 21.46 8.61 21.4C8.72 21.44 8.82 21.47 8.93 21.48C9.88 21.47 10.63 20.71 10.64 19.77C10.62 19.66 10.59 19.55 10.55 19.44C10.67 19.33 10.95 19.04 11.41 18.58ZM14.85 25C14.85 27.47 17.14 29.46 19.95 29.46C22.76 29.46 25.05 27.47 25.05 25C25.05 22.53 22.76 20.54 19.95 20.54C17.14 20.55 14.85 22.54 14.85 25ZM9.8 24.98C9.79 25.93 10.55 26.71 11.5 26.71C12.44 26.72 13.22 25.96 13.23 25.01C13.23 25.01 13.23 25 13.23 25C13.22 24.06 12.47 23.3 11.53 23.28C10.58 23.27 9.81 24.04 9.8 24.98ZM26.64 24.98C26.63 25.93 27.39 26.71 28.34 26.71C29.29 26.72 30.06 25.96 30.07 25.01C30.07 25.01 30.07 25 30.07 25C30.07 24.06 29.31 23.29 28.37 23.28C27.42 23.27 26.65 24.04 26.64 24.98Z' id='c7mGH7yV8'%3E%3C/path%3E%3C/defs%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cuse xlink:href='%23c7mGH7yV8' opacity='1' fill='%23ffffff' fill-opacity='1'%3E%3C/use%3E%3Cg%3E%3Cuse xlink:href='%23c7mGH7yV8' opacity='1' fill-opacity='0' stroke='%23000000' stroke-width='1' stroke-opacity='0'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-Contest {
    width: 34px;
    height: 32px;
    margin-bottom: 11px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid meet' viewBox='5 5 25 25' width='34' height='32'%3E%3Cdefs%3E%3Cpath d='M5.81 6.53C4.96 7.28 4.49 8.37 4.5 9.5C4.52 10.48 4.88 11.43 5.5 12.19C6.06 12.86 6.67 13.47 7.34 14.03C8.58 15.15 9.5 16.07 9.5 17.5C9.45 17.79 9.33 18.07 9.16 18.31C9.05 18.48 8.92 18.64 8.78 18.78C8.92 18.92 10.08 20.05 10.22 20.19C10.45 19.95 10.66 19.69 10.84 19.41C11.17 18.94 11.39 18.41 11.47 17.85C11.58 18.17 11.69 18.5 11.81 18.81C12.4 20.43 13.2 21.97 14.19 23.38C14.49 23.8 14.84 24.18 15.22 24.53C13.13 24.68 11.51 26.41 11.5 28.5C11.5 28.57 11.5 28.9 11.5 29.5L23.5 29.5C23.5 28.9 23.5 28.57 23.5 28.5C23.49 26.38 21.83 24.64 19.72 24.53C20.11 24.18 20.47 23.79 20.78 23.38C21.77 21.96 22.57 20.43 23.16 18.81C23.29 18.48 23.41 18.13 23.53 17.78C23.6 18.37 23.82 18.93 24.16 19.41C24.34 19.69 24.55 19.95 24.78 20.19C24.93 20.05 26.08 18.92 26.22 18.78C26.08 18.64 25.95 18.48 25.84 18.31C25.67 18.07 25.55 17.79 25.5 17.5C25.5 16.07 26.42 15.15 27.66 14.03C28.33 13.47 28.94 12.86 29.5 12.19C30.12 11.43 30.48 10.48 30.5 9.5C30.51 8.37 30.04 7.28 29.19 6.53C28.44 5.88 27.49 5.51 26.5 5.5C25.53 5.5 24.6 5.85 23.87 6.5C22.6 6.5 12.4 6.5 11.12 6.5C10.4 5.85 9.47 5.5 8.5 5.5C7.51 5.51 6.56 5.88 5.81 6.53ZM9.5 7.78C9.57 10.02 9.88 12.24 10.44 14.41C9.91 13.73 9.31 13.12 8.66 12.56C8.08 12.08 7.55 11.54 7.06 10.97C6.71 10.56 6.51 10.04 6.5 9.5C6.48 8.93 6.72 8.39 7.16 8.03C7.53 7.71 8 7.52 8.5 7.5C8.85 7.5 9.2 7.59 9.5 7.78ZM27.84 8.03C28.28 8.39 28.52 8.93 28.5 9.5C28.49 10.04 28.29 10.56 27.94 10.97C27.45 11.54 26.92 12.08 26.34 12.56C25.67 13.13 25.07 13.77 24.53 14.47C25.11 12.28 25.43 10.04 25.5 7.78C25.8 7.59 26.15 7.5 26.5 7.5C27 7.52 27.47 7.71 27.84 8.03ZM23.37 8.5C23.17 11.79 22.46 15.02 21.28 18.09C20.75 19.53 20.03 20.9 19.16 22.16C18.43 23.13 17.77 23.5 17.47 23.5C17.17 23.5 16.53 23.13 15.81 22.16C14.93 20.9 14.22 19.53 13.69 18.09C12.52 15.02 11.83 11.78 11.62 8.5C11.62 8.5 22.2 8.5 23.37 8.5ZM16.5 11.5L16.5 16.5L18.5 16.5L18.5 11.5L16.5 11.5ZM19.5 26.5C20.16 26.53 20.76 26.91 21.06 27.5C20.35 27.5 14.65 27.5 13.94 27.5C14.24 26.91 14.84 26.53 15.5 26.5C16.3 26.5 19.1 26.5 19.5 26.5Z' id='d19ruM8u1m'%3E%3C/path%3E%3C/defs%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cuse xlink:href='%23d19ruM8u1m' opacity='1' fill='%23ffffff' fill-opacity='1'%3E%3C/use%3E%3Cg%3E%3Cuse xlink:href='%23d19ruM8u1m' opacity='1' fill-opacity='0' stroke='%23000000' stroke-width='1' stroke-opacity='0'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-Casino {
    width: 43px;
    height: 32px;
    margin-bottom: 11px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid meet' viewBox='5 5 25 25' width='43' height='32'%3E%3Cdefs%3E%3Cpath d='M25.52 8.58C25.18 6.81 23.63 5.53 21.83 5.52C21.26 5.52 18.41 5.51 13.28 5.5C13.28 5.5 13.28 5.5 13.28 5.5C11.46 5.5 9.91 6.79 9.58 8.58C9 8.67 4.37 9.45 3.79 9.55C2.02 9.85 0.83 11.52 1.13 13.28C1.36 14.63 3.19 25.45 3.42 26.81C3.69 28.37 5.04 29.51 6.62 29.5C6.8 29.5 6.98 29.49 7.16 29.46C7.63 29.38 11.39 28.74 11.86 28.66C12.29 28.84 12.76 28.93 13.23 28.93C14.08 28.93 20.92 28.94 21.77 28.95C22.26 28.95 22.75 28.85 23.2 28.66C23.67 28.74 27.42 29.38 27.89 29.46C28.07 29.49 28.25 29.5 28.43 29.5C30.01 29.51 31.37 28.37 31.63 26.81C31.86 25.45 33.7 14.63 33.93 13.28C34.22 11.52 33.03 9.85 31.27 9.55C30.12 9.36 26.09 8.68 25.52 8.58ZM6.91 27.98C6.82 27.99 6.72 28 6.62 28C5.77 28 5.05 27.39 4.9 26.56C4.67 25.2 2.84 14.38 2.61 13.03C2.45 12.08 3.09 11.19 4.03 11.03C4.4 10.97 6.22 10.66 9.5 10.11L9.49 14.89C9.2 14.64 9.03 14.5 9 14.47C8.88 14.37 8.69 14.39 8.59 14.51C8.58 14.53 8.58 14.54 8.57 14.55C8.29 15.03 6.07 18.85 5.79 19.33C5.71 19.46 5.74 19.63 5.86 19.73C6.1 19.93 7.31 20.95 9.48 22.78C9.48 24.21 9.48 25.01 9.48 25.16C9.47 25.98 9.74 26.77 10.23 27.42C9.57 27.53 7.58 27.86 6.91 27.98ZM23.8 25.2C23.79 26.31 22.89 27.2 21.78 27.21C21.78 27.21 21.78 27.21 21.78 27.21C16.66 27.2 13.81 27.19 13.24 27.19C12.13 27.18 11.23 26.28 11.22 25.17C11.23 23.58 11.26 10.84 11.26 9.25C11.27 8.14 12.17 7.24 13.28 7.24C13.28 7.24 13.28 7.24 13.28 7.24C18.4 7.25 21.25 7.26 21.82 7.26C22.93 7.26 23.83 8.16 23.84 9.28C23.83 12.46 23.81 22.01 23.8 25.2ZM30.15 26.56C30.01 27.39 29.28 28 28.43 28C28.34 28 28.24 27.99 28.14 27.98C27.81 27.92 25.14 27.47 24.81 27.41C25.28 26.77 25.54 26 25.54 25.2C25.55 25.03 25.55 24.19 25.55 22.67C25.82 22.73 25.97 22.76 26 22.76C26.13 22.8 26.27 22.71 26.3 22.57C26.32 22.51 26.31 22.46 26.29 22.4C25.95 21.63 25.81 20.79 25.88 19.95C25.92 19.95 25.97 19.96 26.01 19.96C25.9 20.98 26.65 21.9 27.67 22.01C28.7 22.12 29.61 21.38 29.72 20.35C29.83 19.33 29.09 18.41 28.06 18.3C27.84 18.28 27.62 18.29 27.41 18.35C27.38 18.27 27.35 18.2 27.31 18.13C28.19 17.59 28.46 16.44 27.92 15.57C27.43 14.78 26.42 14.47 25.57 14.86C25.57 14.54 25.58 12.96 25.58 10.11C28.85 10.66 30.66 10.97 31.02 11.03C31.96 11.19 32.6 12.08 32.45 13.03C32.45 13.03 30.38 25.2 30.15 26.56ZM30.62 11.85C30.5 11.85 30.39 11.92 30.34 12.03C30.27 12.16 29.66 13.22 29.58 13.35C29.56 13.39 29.55 13.43 29.54 13.46C29.53 13.52 29.55 13.58 29.58 13.62C29.62 13.66 29.67 13.69 29.72 13.7C29.74 13.7 29.75 13.7 29.76 13.7C29.85 13.7 29.94 13.64 29.97 13.55C29.98 13.54 30.02 13.46 30.1 13.32L30.73 13.43C30.76 13.59 30.78 13.68 30.78 13.7C30.78 13.8 30.86 13.89 30.96 13.91C30.97 13.91 30.99 13.91 31 13.91C31.04 13.91 31.08 13.9 31.11 13.87C31.16 13.84 31.2 13.79 31.2 13.74C31.21 13.7 31.21 13.66 31.2 13.63C31.18 13.48 30.95 12.28 30.92 12.13C30.88 11.93 30.77 11.87 30.67 11.85C30.65 11.85 30.63 11.85 30.62 11.85ZM30.3 12.95L30.57 12.45L30.67 13.02L30.3 12.95ZM4.7 12C4.65 11.87 4.51 11.8 4.38 11.83C4.23 11.85 4.13 11.97 4.12 12.12C4.1 12.27 3.87 13.46 3.84 13.61C3.84 13.65 3.84 13.69 3.84 13.72C3.85 13.78 3.88 13.83 3.93 13.86C3.97 13.88 4.01 13.89 4.05 13.89C4.06 13.89 4.08 13.89 4.09 13.89C4.16 13.88 4.24 13.84 4.27 13.69C4.27 13.67 4.29 13.58 4.31 13.42L4.95 13.31C5.03 13.45 5.07 13.52 5.08 13.54C5.11 13.62 5.19 13.68 5.28 13.68C5.3 13.68 5.31 13.68 5.32 13.68C5.38 13.68 5.43 13.65 5.46 13.61C5.5 13.56 5.52 13.51 5.5 13.45C5.5 13.41 5.48 13.37 5.46 13.34C5.31 13.07 4.85 12.27 4.7 12ZM4.38 12.99L4.47 12.42L4.74 12.93L4.38 12.99ZM20.3 14.83C20.04 14.58 17.99 12.61 17.73 12.36C17.62 12.25 17.43 12.25 17.32 12.36C17.06 12.61 15 14.59 14.75 14.84C12.24 17.45 13.9 19.31 13.91 19.32C14.25 19.75 14.76 20 15.3 20.02C16.03 19.95 16.7 19.58 17.16 19C16.98 19.95 16.6 20.86 16.03 21.65C15.93 21.79 15.95 21.99 16.09 22.1C16.15 22.14 16.22 22.16 16.29 22.16C16.54 22.16 18.52 22.16 18.77 22.16C18.89 22.16 19 22.09 19.06 21.99C19.11 21.88 19.1 21.75 19.02 21.65C18.46 20.86 18.07 19.95 17.9 19C18.36 19.58 19.03 19.95 19.76 20.02C19.76 20.02 19.76 20.02 19.76 20.02C20.3 20 20.8 19.75 21.14 19.33C21.15 19.31 22.81 17.45 20.3 14.83ZM13.96 10.33C13.98 10.47 14.12 10.56 14.27 10.53C14.31 10.53 14.35 10.51 14.39 10.48C14.44 10.43 14.47 10.37 14.46 10.31C14.46 10.26 14.45 10.21 14.44 10.17C14.38 10 13.89 8.67 13.83 8.51C13.79 8.35 13.65 8.24 13.49 8.24C13.32 8.25 13.18 8.36 13.15 8.52C13.09 8.69 12.59 10.01 12.53 10.17C12.52 10.22 12.51 10.26 12.51 10.3C12.51 10.37 12.54 10.43 12.58 10.48C12.69 10.57 12.85 10.56 12.95 10.45C12.98 10.42 12.99 10.38 13 10.34C13.01 10.32 13.05 10.22 13.11 10.04L13.86 10.04C13.91 10.19 13.94 10.29 13.96 10.33ZM13.27 9.57L13.48 8.95L13.7 9.57L13.27 9.57ZM22.05 24.11C22.04 24.13 22.01 24.23 21.95 24.41L21.2 24.41C21.14 24.24 21.11 24.14 21.1 24.12C21.07 23.98 20.93 23.89 20.79 23.92C20.74 23.93 20.7 23.94 20.67 23.97C20.62 24.02 20.59 24.08 20.59 24.14C20.59 24.19 20.6 24.24 20.62 24.28C20.68 24.45 21.17 25.78 21.23 25.94C21.26 26.1 21.41 26.21 21.57 26.21C21.73 26.2 21.87 26.09 21.91 25.93C21.97 25.76 22.46 24.44 22.53 24.28C22.54 24.24 22.55 24.19 22.55 24.15C22.55 24.08 22.52 24.02 22.47 23.97C22.42 23.93 22.36 23.91 22.3 23.91C22.18 23.92 22.08 24 22.05 24.11ZM21.57 25.51L21.35 24.88L21.79 24.88L21.57 25.51Z' id='d18gWoCrfd'%3E%3C/path%3E%3C/defs%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cuse xlink:href='%23d18gWoCrfd' opacity='1' fill='%23ffffff' fill-opacity='1'%3E%3C/use%3E%3Cg%3E%3Cuse xlink:href='%23d18gWoCrfd' opacity='1' fill-opacity='0' stroke='%23000000' stroke-width='1' stroke-opacity='0'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-Last90 {
    width: 27px;
    height: 32px;
    margin-bottom: 11px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid meet' viewBox='3 3 29 29' width='27' height='32'%3E%3Cdefs%3E%3Cpath d='M13.84 2.74C13.84 2.87 13.84 3.85 13.84 3.97C13.84 4.65 14.39 5.2 15.07 5.2C15.07 5.34 15.07 6.51 15.07 6.66C7.72 8 2.85 15.04 4.2 22.39C5.54 29.74 12.58 34.6 19.93 33.26C27.28 31.92 32.15 24.88 30.8 17.53C30.29 14.71 28.89 12.12 26.8 10.15C26.94 9.98 27.98 8.7 28.11 8.54C28.53 8 28.45 7.23 27.92 6.81C27.77 6.69 26.57 5.77 26.42 5.66C26.4 5.63 26.37 5.6 26.35 5.58C25.81 5.22 25.09 5.34 24.7 5.85C24.55 6.04 23.38 7.54 23.24 7.73C22.2 7.23 21.11 6.87 19.98 6.66C19.98 6.51 19.98 5.34 19.98 5.2C20.66 5.2 21.21 4.65 21.21 3.97C21.21 3.85 21.21 2.87 21.21 2.74C21.21 2.07 20.66 1.52 19.98 1.52C19.64 1.52 17.92 1.52 14.84 1.52C14.17 1.94 13.84 2.34 13.84 2.74ZM27.34 19.92C27.34 25.35 22.95 29.74 17.53 29.74C12.1 29.74 7.71 25.35 7.71 19.92C7.69 14.52 12.06 10.12 17.47 10.11C17.49 10.11 17.51 10.11 17.53 10.11C22.95 10.11 27.34 14.5 27.34 19.92ZM9.43 14.52C9.18 14.95 9.3 15.49 9.7 15.78C9.99 16.05 13.41 18.83 15.11 20.23C15.28 21.57 16.51 22.52 17.85 22.34C19.19 22.17 20.14 20.94 19.96 19.6C19.8 18.38 18.76 17.46 17.53 17.47C17.31 17.47 17.09 17.49 16.88 17.55C14.87 16.49 10.89 14.39 10.7 14.29C10.49 14.16 10.25 14.11 10.01 14.13C9.77 14.18 9.56 14.32 9.43 14.52Z' id='b2NhfVUdnB'%3E%3C/path%3E%3C/defs%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cuse xlink:href='%23b2NhfVUdnB' opacity='1' fill='%23ffffff' fill-opacity='1'%3E%3C/use%3E%3Cg%3E%3Cuse xlink:href='%23b2NhfVUdnB' opacity='1' fill-opacity='0' stroke='%23000000' stroke-width='1' stroke-opacity='0'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-Refresh {
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.99' height='16' viewBox='0 0 15.99 16'%3E%3Cpath id='Path_39' data-name='Path 39' d='M17.65,6.35A8,8,0,1,0,19.73,14H17.65A6,6,0,1,1,12,6a5.915,5.915,0,0,1,4.22,1.78L13,11h7V4Z' transform='translate(-4.01 -4)' fill='%23fff'/%3E%3C/svg%3E");
}

.icon-Antena {
    width: 22px;
    height: 26px;
    margin: 0;
    background-image: url("data:image/svg+xml,%3Csvg id='Antena' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='22' height='26' viewBox='0 0 22 26'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_664' data-name='Rectangle 664' width='22' height='26' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_5' data-name='Group 5' transform='translate(0 0)'%3E%3Cg id='Group_4' data-name='Group 4' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_44' data-name='Path 44' d='M1033.646,1011.344a1,1,0,0,0-.6.322l-1.608,1.647a1.057,1.057,0,0,0,.016,1.469,1,1,0,0,0,1.434-.016l1.576-1.647a1.048,1.048,0,0,0,.229-1.142,1.009,1.009,0,0,0-.954-.633Zm-3.625,3.777a1,1,0,0,0-.6.29l-1.576,1.647a1.052,1.052,0,0,0-.351,1.037,1.028,1.028,0,0,0,.757.775,1,1,0,0,0,1.013-.359l1.608-1.614a1.047,1.047,0,0,0,.217-1.211,1,1,0,0,0-1.068-.565Zm-12.262,1.162a3,3,0,0,0-2.238.807c-1.879,1.926-4.685,7.729.756,13.3a9.3,9.3,0,0,0,12.987.775c1.5-1.533.816-4.823-1.449-8.071-.426.351-.93,1.529-.694,1.937,1.119,1.937,1.443,3.656.662,4.455-1.2,1.231-4.566-.189-7.5-3.2s-4.326-6.449-3.121-7.683c.736-.754,2.27-.517,4.035.485.414.233,1.584-.271,1.923-.711a10.106,10.106,0,0,0-5.358-2.1Zm7.344,2.97a2.025,2.025,0,0,0-1.923,1.42l-2.711.323a.833.833,0,0,0-.78.475.867.867,0,0,0,.1.92.826.826,0,0,0,.867.282l2.71-.29a2.048,2.048,0,0,0,.694.711l-.283,2.776a.871.871,0,0,0,.275.888.814.814,0,0,0,.9.1.859.859,0,0,0,.464-.8l.316-2.777a2.065,2.065,0,0,0,1.387-1.969,2.042,2.042,0,0,0-2.017-2.066Zm-7,14.528a4.615,4.615,0,0,0-2.868,4.068h11.788a3.638,3.638,0,0,0-1.7-2.873,11.374,11.374,0,0,1-2.017.193,10.357,10.357,0,0,1-5.2-1.389Zm0,0' transform='translate(-1012.999 -1011.437)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-Circled-Arrow {
    width: 33.24px;
    height: 33.24px;
    margin: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.244' height='33.244' viewBox='0 0 33.244 33.244'%3E%3Cpath id='icons8-circled_left' d='M0,16.622A16.622,16.622,0,1,0,16.622,0,16.623,16.623,0,0,0,0,16.622Zm26.318,1.385H12.95l5.923,5.923-2.351,2.351-9.66-9.659,9.66-9.66,2.351,2.351L12.95,15.237H26.318Z' transform='translate(33.244 33.244) rotate(180)' fill='%23fff'/%3E%3C/svg%3E");
}

.icon-Sims {
    width: 43px;
    height: 32px;
    margin-bottom: 11px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='sims-ico' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='163.1px' height='128px' viewBox='0 0 163.1 128' style='enable-background:new 0 0 163.1 128;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M82.2,45.7L76,48.4l3.1,7l-6.3,2.8l-3.1-7l-6.2,2.7l3.1,7l-6.3,2.8l-3.1-7l-6.2,2.7l3.1,7l-6.3,2.8L36.8,44.3 l6.3-2.8l3.1,7.2l6.2-2.7l-3.1-7.2l6.3-2.8l3.1,7.2l6.2-2.7l-3.1-7.2l6.3-2.8l3.1,7.2l6.2-2.7l-3.1-7.2l6.3-2.8L91.6,50l-6.3,2.8 L82.2,45.7z M160.4,123.7c-2.2,2.7-5.5,4.3-9,4.3c-4.8,0-9-2.9-10.8-7.4l-5-11.2c-0.2-0.5-0.6-0.8-1.1-0.8H94.9 c-0.4,0-0.8,0.3-1,0.7l-5.1,11.5c-1.7,4.4-6,7.3-10.7,7.3c-3.5,0-6.8-1.6-9-4.3c-2.2-2.8-3.1-6.4-2.4-9.9l4.6-21.7 c-16.4,4.6-34,3.9-50.2-2.1c-8.6-2.9-15.7-9.1-19.7-17.2l0,0c-2.4-8.2-1.7-17,2.1-24.7C11.9,29,27.4,13.9,46.9,6 C66.3-1.9,88.2-2,107.8,5.7c8.2,2.8,15,8.5,19.2,16c2.9,8.5,2.3,17.8-1.6,25.9c-2.7,5.8-6.1,11.2-10,16.1h24.4 c7.2,0,13.5,5.2,15,12.3l8,37.9C163.5,117.3,162.7,120.9,160.4,123.7z M73.9,79.9l0.8-4c1.5-7.1,7.8-12.3,15-12.3h10.5 c0.6-0.5,1.1-1.1,1.7-1.7c3.1-3,5.7-6.4,8-10c6.4-9.7,8.5-19.4,5.8-25.7c-2.4-5.8-12-10.7-22.5-13.2c-4.2-0.9-8.4-1.6-12.7-1.9 c-20.5-1.1-40.3,6.9-54,22c-2.7,3.3-5.3,6.7-7.6,10.2c-7.1,11.4-8,20.5-6.5,25c3.6,7.7,13.7,12.4,22.6,14.1 c4.2,1.1,8.5,1.6,12.9,1.5C57,84.2,65.7,82.8,73.9,79.9z M108.7,85.8c0-2.2-1.8-4-4-4h-4v-4c0-2.2-1.8-4-4-4c-2.2,0-4,1.8-4,4v4h-4 c-2.2,0-4,1.8-4,4c0,2.2,1.8,4,4,4h4v4c0,2.2,1.8,4,4,4c2.2,0,4-1.8,4-4v-4h4C106.9,89.8,108.7,88,108.7,85.8z M142.9,85.8 c0-5.5-4.5-10.1-10.1-10.1c-5.5,0-10.1,4.5-10.1,10.1c0,5.5,4.5,10.1,10.1,10.1C138.4,95.8,142.9,91.3,142.9,85.8z'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.icon-b {
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/jnews-child/images/blue-icons.png);
    background-position: 0px 0px;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    position: relative;
    left: 0px;
    font-style: unset;
    display: inline-block;
}
.icon {
    width: 38px;
    height: 38px;
    padding: 0;
    margin: 0;
    position: relative;
    left: 0px;
    font-style: unset;
    display: inline-block;
}
.sports-betting .icon {
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    position: relative;
    left: 0px;
    font-style: unset;
    display: inline-block;
}

    .icon-b.icon-Basketball {
        background-position: 0px 0px;
    }

    .icon-b.icon-Football {
        background-position: -50px 0px;
    }

    .icon-b.icon-Baseball {
        background-position: -100px 0px;
    }

    .icon-b.icon-Download {
        background-position: -150px 0px;
    }

    .icon.icon-nfl {
        background-repeat: no-repeat;
        background-image: url(/wp-content/themes/jnews-child/images/PFB@2x@2x.png);
        background-position: 0px 0px;
        background-size: contain;
    }

    .icon.icon-nba {
        background-repeat: no-repeat;
        background-image: url(/wp-content/themes/jnews-child/images/BKB@2x@2x.png);
        background-position: 0px 0px;
        background-size: contain;
    }

    .icon.icon-mlb {
        background-repeat: no-repeat;
        background-image: url(/wp-content/themes/jnews-child/images/BB@2x@2x.png);
        background-position: 0px 0px;
        background-size: contain;
    }

    .icon.icon-soccer {
        background-repeat: no-repeat;
        background-image: url(/wp-content/themes/jnews-child/images/SOC@2x@2x.png);
        background-position: 0px 0px;
        background-size: contain;
    }

    .icon.icon-nhl {
        background-repeat: no-repeat;
        background-image: url(/wp-content/themes/jnews-child/images/HOCK@2x@2x.png);
        background-position: 0px 0px;
        background-size: contain;
    }


/* --------------- End: Icons --------------- */
/* --------------- MATCHUPS --------------- */
.nfl-matchup {
    display: block;
    margin: 0 35px 0 0;
    cursor: pointer;
}

.no-select, div.nfl-matchup {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.matchup-desc-text{
  margin-left:25px;
  margin-right:20px;
}

.matchup-desc-text p {
    color: rgba(48, 69, 92, 0.8);
    font-size: 16px;
    line-height: 20px;
    position: relative;
    overflow: hidden;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 14px;
    z-index: 2;
    max-height: 800px;
    word-wrap: normal;
}

.matchup-date {
    color: rgba(48, 69, 92, 0.8);
    font-size: 17px;
    line-height: 26px;
    position: relative;
    overflow: hidden;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 0;
    z-index: 2;
    max-height: 100px;
    word-wrap: normal;
    margin-bottom:10px
}

ul.team-matchups {
    list-style: none !important;
    perspective: 900;
    padding: 5px;
    margin: 0;
    padding-left: 0 !important;
}
ul.team-matchups li {
    position: relative;
    padding: 0;
    margin: 0 !important;
    /* padding-bottom: 2px;
    padding-top: 2px;
    border-top: 1px dotted #dce7eb; */
}
      
li.team-match:nth-of-type(1){
    animation-delay: 0.5s;
}
    
li.team-match:nth-of-type(2){
    animation-delay: 0.75s;
}

li.team-match:nth-of-type(3){
    animation-delay: 1.0s;
}
    
li.team-match:last-of-type {
    padding-bottom: 0;
}
      
ul.team-matchups li i {
    position: absolute;
    /* transform: translate(10px, 0); */
    margin-top: 10px;
    /* margin-right: -20px; */
    right: 0;
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    border: 1px solid #969eb3;
    background-color: transparent;
    width: 30px;
    height: 30px;
    padding: 6px 7px;
    border-radius: 16px;
}

ul.team-matchups li i:before {
    content: "\f067";
    position: absolute;
    color: #969eb3;
    background-color: #ffffff;
    width: 9px;
    height: 9px;
}

ul.team-matchups li i:after {
    content: "\f068";
    position: absolute;
    color: #969eb3;
    background-color: #ffffff;
    width: 9px;
    height: 9px;
}

.transition, p, ul.team-matchups li i:before, ul.team-matchups li i:after {
    transition: all 0.25s ease-in-out;
}

ul.team-matchups li i:before {
    opacity: 0;
    transform: rotate(-90deg);
}
ul.team-matchups li i:after {
    opacity: 1;
    transform: rotate(0deg);
}
ul.team-matchups li input[type=checkbox]:checked ~ i:before {
      opacity: 1;
      transform: rotate(0deg);
}
ul.team-matchups li input[type=checkbox]:checked ~ i:after {
    opacity: 0;
    transform: rotate(-90deg);
}
ul.team-matchups li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 70px;
    z-index: 99;
    opacity: 0;
}
[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}

ul.team-matchups li input[type=checkbox]:checked ~ .matchup-desc-text {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
}

@keyframes flipdown {
    0% {opacity: 0; transform-origin: top center; transform: rotateX(-90deg);}
    5% { opacity: 1 }
    80% { transform: rotateX(8deg); }
    83% { transform: rotateX(6deg); }
    92% { transform: rotateX(-3deg); }
    100% { transform-origin: top center; transform: rotateX(0deg); }
}

.matchup {
    height: 70px;
    position: relative;
    width: 100%;
    display: inline-flex;
}
.matchup-team {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 10px 7px;
    overflow: hidden;
    border: 1.5px solid #c5c5c5;
    font-weight: 500;
    color: #ffffff;
    font-size: 18px;
    z-index: 2;
    /* box-shadow: 0 0 0.5rem #00000057; */
    background-color: #0e2857;
    white-space: nowrap;
    text-align: center;
}
.matchup-content {
    overflow: hidden;
    height: 40px;
    z-index: 1;
    border-bottom: solid 2px #969eb3;
    border-top: solid 2px #969eb3;
    display: inline-flex;
    margin: 6px -30px;
    width: 95%;
}
.matchup-text {
    display: inline-flex;
    margin: 0 40px;
    white-space: nowrap;
    width: 100%;
}

.team-name {
    padding: 5px;
    display: block;
    width: 50%;
    margin: auto !important;
}
.team-name h4 {
    line-height: 1;
}

.team-name.home-team { 
    text-align: right;
}

.team-name.away-team { 
    text-align: left;
}

span.versus {
    color: white;
    font-size: 20px;
    padding: 10px 8px;
    letter-spacing: -1px;
    background-color: #969eb3;
    display: inline-flex;
    align-items: center;
}

@media only screen and (max-width: 600px) {
.matchup {
    height: 50px;
    position: relative;
    width: 100%;
    display: inline-flex;
}
.matchup-content {
    height: auto;
    border: none;
    margin: 5px -15px;
    /* padding-top: 5px; */
    width: 80%;
    background-color: #f7f7f7;
}
.nfl-matchup {
    display: block;
    margin: 10px 50px 5px 0;
    cursor: pointer;
}
.matchup-team {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 12px 1px;
    overflow: hidden;
    border: 1.5px solid #c5c5c5;
    font-weight: 500;
    color: #ffffff;
    font-size: 16px;
    z-index: 2;
    background-color: #0e2857;
    white-space: nowrap;
    text-align: center;
}
ul.team-matchups li i {
    position: absolute;
    margin-top: 10px;
}
.team-name h4 {
    display: none;
}
.matchup-text {
    display: inline-flex;
    margin: 0 2px;
    white-space: nowrap;
}
.matchup-date {
    font-size: 15px;
}
span.versus {
    font-size: 18px;
    padding: 10px 8px;
}
div.matchup-desc-text {
    margin-left: 10px;
    margin-right: 10px;
}
}
@media only screen and (min-width: 600px) and (max-width: 768px) {
.matchup {
    height: 70px;
}

.team-name {
    padding: 1px 5px;
    width: 50%;
    min-width: 120px;
}
.team-name h4 {
    line-height: 1.3;
    font-size: 1em !important;
    margin: 0;
    white-space: normal;
}

.nfl-matchup {
    display: block;
    margin: 15px 40px 15px 0;
}
ul.team-matchups li i {
    position: absolute;
    /* transform: translate(10px, 0); */
    margin-top: 15px;
}
.matchup-text {
    display: inline-flex;
    margin: 0 25px;
    white-space: nowrap;
}
.matchup-team {
    width: 60px;
    height: 60px;
    padding: 16px 8px;
    border: 1px solid #c5c5c5;
    font-size: 16px;
    z-index: 2;
    /*box-shadow: 0 0 0.5rem #00000057;*/
    background-color: #0e2857;
    white-space: nowrap;
    text-align: center;
}
.matchup-content {
    overflow: hidden;
    height: 50px;
    z-index: 1;
    border-bottom: solid 1px #969eb3;
    border-top: solid 1px #969eb3;
    display: inline-flex;
    margin: 5px -40px 15px;
    width: 100%;
}
.matchup-date {
    font-size: 15px;
}
span.versus {
    font-size: 18px;
    padding: 8px 8px;
}
div.matchup-desc-text {
    margin-left: 10px;
    margin-right: 10px;
}
}

@media only screen and (min-width: 768px) and (max-width:992px) {
.team-name {
    padding: 5px;
    width: 50%;
    min-width: 125px;
}
.team-name h4 {
    line-height: 1;
    margin: 0;
    white-space: nowrap;
}
}
@media only screen and (min-width: 992px) and (max-width:1450px) {
.team-name {
    padding: 5px;
    width: 50%;
    min-width: 150px;
}
.team-name h4 {
    line-height: 1.3;
    margin: 0;
    white-space: normal;
}
span.versus {
    font-size: 18px;
    padding: 8px 8px;
}
}
@media (min-width: 1450px) {

.team-name {
    padding: 0 5%;
    width: 50%;
    min-width: 300px;
}
.team-name h4 {
    line-height: 1;
    font-size: 1.2rem;
    margin: 0;
    white-space: nowrap;
}
}

.arizona-cardinals{background-color:  #97233F;}
.arizona-cardinals:before{content: "ARI";}
.atlanta-falcons{background-color:  #A71930;}
.atlanta-falcons:before{content: "ATL";}
.baltimore-ravens{background-color:  #A71930;}
.baltimore-ravens:before{content: "BAL";}
.buffalo-bills{background-color:  #A71930;}
.buffalo-bills:before{content: "BUF";}
.carolina-panthers{background-color:  #0085CA;}
.carolina-panthers:before{content: "CAR";}
.chicago-bears{background-color:  #0B162A}
.chicago-bears:before{content: "CHI";}
.cincinnati-bengals{background-color:  #FB4F14}
.cincinnati-bengals:before{content: "CIN";}
.cleveland-browns{background-color:  #311D00;}
.cleveland-browns:before{content: "CLE";}
.dallas-cowboys{background-color:  #003594;}
.dallas-cowboys:before{content: "DAL";}
.denver-broncos{background-color:  #FB4F14;}
.denver-broncos:before{content: "DEN";}
.detroit-lions{background-color:  #0076B6;}
.detroit-lions:before{content: "DET";}
.green-bay-packers{background-color:  #203731;}
.green-bay-packers:before{content: "GB";}
.houston-texans{background-color:  #03202F;}
.houston-texans:before{content: "HO";}
.indianapolis-colts{background-color:  #002C5F;}
.indianapolis-colts:before{content: "IND";}
.jacksonville-jaguars{background-color:  #101820;}
.jacksonville-jaguars:before{content: "JAX";}
.kansas-city-chiefs{background-color:  #E31837;}
.kansas-city-chiefs:before{content: "KS";}
.los-angeles-chargers{background-color:  #002A5E;}
.los-angeles-chargers:before{content: "LAC";}
.los-angeles-rams{background-color:  #003594;}
.los-angeles-rams:before{content: "LA";}
.miami-dolphins{background-color:  #008E97}
.miami-dolphins:before{content: "MIA";}
.minnesota-vikings{background-color:  #4F2683;}
.minnesota-vikings:before{content: "MIN";}
.new-england-patriots{background-color:  #002244}
.new-england-patriots:before{content: "NE";}
.new-orleans-saints{background-color:  #D3BC8D;}
.new-orleans-saints:before{content: "NOS";}
.new-york-giants{background-color: #0B2265;}
.new-york-giants:before{content: "NYG";}
.new-york-jets{background-color:  #125740;}
.new-york-jets:before{content: "NYJ";}
.las-vegas-raiders{background-color:  #000000;}
.las-vegas-raiders:before{content: "LV";}
.philadelphia-eagles{background-color:#004C54}
.philadelphia-eagles:before{content: "PHI";}
.pittsburgh-steelers{background-color:  #FFB612}
.pittsburgh-steelers:before{content: "PIT";}
.san-francisco-49ers{background-color:  #AA0000;}
.san-francisco-49ers:before{content: "SF";}
.seattle-seahawks{background-color:  #002244;}
.seattle-seahawks:before{content: "SEA";}
.tampa-bay-buccaneers{background-color:  #D50A0A;}
.tampa-bay-buccaneers:before{content: "TB";}
.tennessee-titans{background-color:  #0C2340;}
.tennessee-titans:before{content: "TEN";}
.washington-football-team{background-color:  #773141;}
.washington-football-team:before{content: "WAS";}
/* --------------- Media Queries --------------- */
/* --------------- Media Queries --------------- */
/* ------- Media Width ------- */
@media(min-width: 350px) {
    .user-balances {
        left: 85px;
        width: calc(100vw - 177px);
        width: -webkit-calc(100vw - 177px);
    }
}

@media(min-width: 365px) {
    #menuModal .modal-dialog {
        width: 60%;
    }
}

@media(max-width: 374px) {
    .jeg_mobile_logo img {
        width: 92px;
    }
}

@media(min-width: 375px) {
    .jeg_mobile_logo img {
        width: 115px;
    }
}

@media(min-width: 414px) {
    #menuModal .modal-dialog {
        width: 50%;
    }
}

@media (min-width: 576px) {
    #menuModal .modal-dialog {
        width: 40%;
    }
    .user-balances .title-balance {
        font-size: 14px;
    }

    .user-balances .top-balances {
        font-size: 14px;
    }
}


@media (min-width: 768px) {
    #menuModal .modal-dialog {
        width: 30%;
    }
}

@media (min-width: 992px) {


    #loginModal.modal,
    .login-modal-active .modal-backdrop {
        top: 45px !important;
    }

    #menuModal.modal,
    .menu-modal-active .modal-backdrop {
        top: 45px !important;
    }

    .user-balances {
        width: 232px;
        justify-content: center;
        left: auto;
        right: 607px;
    }


    .desk {
        display: block;
    }

    .mobi {
        display: none;
    }

    footer {
        margin-bottom: 0;
    }

    footer .links .link-group .title,
    footer .links .link-group p,
    .rights p {
        font-size: 14px;
    }

    .user-balances {
        top: 13px;
    }
}

@media(min-width: 1240px) {
    .responsive-buttons-container .mbtn-logout {
        display: block;
    }

    .user-balances {
        width: 200px;
        justify-content: flex-end;
        left: unset;
        right: 91px;
    }
}

@media(min-width: 1444px) {
    .user-balances {
        width: 200px;
        left: 1060px;
    }
}

@media (min-width: 481px) and (max-width: 991px) {
    #loginModal .modal-dialog {
        max-width: 350px;
        margin: 53px 4rem 0 0;
        float: right;
    }
}

@media (max-width:991px) {
    .data-balances {
        /*top: 6px;*/
    }
}
@media (max-width: 1239px) {
    .data-balances {
        /*right: 50px*/
    }
}
/* ------- End: Media Width ------- */


/* ------- Media Height ------- */
@media (min-height: 680px) {

    #menuModal .row-social {
        padding: 20px;
    }

    #menuModal .modal-content .links-container ul.navbar-nav li {
        flex-basis: 100%;
    }

    #menuModal .modal-content .links-container ul.navbar-nav li:nth-child(oddd) {
        border-right: none;
}
}

@media (min-height: 775px) {

    #menuModal .mbtn-nav.mbtn-why-join {
        padding: 6px 12px;
        line-height: 1.5;
    }

    #menuModal .nav-link,
    #menuModal .nav-help,
    #menuModal.nav-chat {
        padding: 0.5rem;
        margin-bottom: 8px;
        
    }

    #menuModal .cst-link {
        margin-bottom: 0;
    }

    #menuModal .modal-content .buttons-container {
        margin: 8px auto 0 auto;
    }

    
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
/* ------- End: Media Height ------- */
/* --------------- End: Media Queries --------------- */
/* --------------- Responsive NavMenu --------------- */
/*

    Documentation: https://iamsteve.me/blog/entry/horizontal-scrolling-responsive-menu

    [1]: All items a forced onto a single line, causing the overflow when necessary.
    [2]: Automatic overflow means a scroll bar won’t be present if it isn’t needed
    [3]: Make it smooth scrolling on iOS devices before 
    [4]: Hide the ugly scrollbars in Edge until the scrollable area is hovered
    [5]: Hide the scroll bar in WebKit browsers
*/

/* --------------- Responsive Menu --------------- */
.navbar.jeg_container{
    background-color: #0C4999 !important;
}


.sports-list {
    background: #dadada !important;
}

/*
.horizontal-menu {
    text-transform: uppercase;
    text-align: center;
    color: white;
    font-weight: 300;
    overflow: hidden;
    background: #0C4999;
}
    .horizontal-menu .responsive-items {
        width: 100%;
    }

    .horizontal-menu ul {
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .horizontal-menu ul li {
            height: 80px;
            padding-top: 2px;
            display: block;
            position: relative;
            flex-grow: 1;
        }

            .horizontal-menu ul li.responsive-link:first-child a {
                padding-left: 0px;
            }

            .horizontal-menu ul li.responsive-link:last-child a {
                padding-right: 0px;
            }

            .horizontal-menu ul li a {
                background-color: #0C4999;
                color: white;
                font-weight: normal;
                font-size: 9px;
                width: 100%;
                padding: 12px 10px;
                float: left;
                text-decoration: none;
                position: relative;
                overflow: hidden;
                -o-transition: color .2s linear,background .2s linear;
                -moz-transition: color .2s linear,background .2s linear;
                -webkit-transition: color .2s linear,background .2s linear;
                transition: color .2s linear,background .2s linear;
            }

                .horizontal-menu ul li a span {
                    white-space: normal;
                    display: inline-block;
                    line-height: 10px;
                    font-size: 10px;
                    font-weight: 500;
                    white-space: nowrap;
                }

                .horizontal-menu ul li a label {
                    cursor: pointer;
                } */

            .sports-betting ul li a {
                background-color: #dadada !important;
                color: #0c2857;
                font-weight: normal;
                font-size: 9px;
                width: 100%;
                padding: 12px 5px;
                float: left;
                text-decoration: none;
                position: relative;
                overflow: hidden;
                -o-transition: color .2s linear,background .2s linear;
                -moz-transition: color .2s linear,background .2s linear;
                -webkit-transition: color .2s linear,background .2s linear;
                transition: color .2s linear,background .2s linear;
            }

/* --------------- End: Responsive Menu --------------- */
/* --------------- Call Us Banner --------------- */

.pc-baner {
    height: 72px;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: -ms-flexbox;
    display: inline-flex;
    background: #0E2857;
    white-space: nowrap;
    font-size: 24px;
    font-family: "Roboto", Helvetica,Arial,sans-serif;
}

.pc-baner img.headphones,
.pc-baner img.chat {
    padding: 0 8px; 
}

.pc-baner .call-us-container,
.pc-baner .chat-us-container {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    line-height: 12px;
    text-transform: uppercase;
        white-space: nowrap;
    color: white;
    font-size: 12px;
    padding: 0 8px;
}

.pc-baner .call-us-container .toll-free {
    font-size: 10px;
}

.pc-baner label.callus {
    color: #FFF;
    margin: 0 !important;
    font-size: 24px;
    font-weight: 600;
    white-space: nowrap;
    padding: 0 8px;
    text-decoration: none;
}


.carousel-indicators li {
    opacity: 1;
    border-radius: 50%;
    background-color: #D2D8E0;
}

.carousel-indicators .active {
    background-color: #0C4999;
}

.callus {
    color: #FFF;
    margin: 0 !important;
    padding: 0 15px;
    font-size: 24px;
    font-weight: 600;
    white-space: nowrap;
}
.header-spacer {
    display: none;
}
/* --------------- End: Call Us Banner --------------- */


/* --------------- Mobile Bottom Navbar --------------- */
#mobileBottomNavbar {
    background-color: #0A1C35;
    color: #FFF;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-around;
    height: 76px;
    position: fixed;
    z-index: 999;
    bottom: 0;
    overflow: hidden;
    font-size: 9px;
    font-weight: normal;
    padding: 8px 16px 0 16px;
    width: 100%;
    text-align: center;
    border-top: 2px solid #B4C0CB;
    box-shadow: 0px 0px 9px 0px #000;
}

    #mobileBottomNavbar .notify {
        position: absolute;
        right: -6px;
        top: 3px;
        height: 20px;
        min-width: 20px;
        font-size: 12px;
        border-radius: 50%;
        line-height: 14px;
    }

    #mobileBottomNavbar .quick-deposit {
        position: relative;
    }

        #mobileBottomNavbar .quick-deposit a {
            display: block;
            color: #FFF;
            text-decoration: none;
        }

            #mobileBottomNavbar .quick-deposit a label {
                cursor: pointer;
                margin: 0;
                color: #FFF;
            }

    #mobileBottomNavbar .promotions {
        position: relative;
    }

        #mobileBottomNavbar .promotions a {
            display: block;
            color: #FFF;
            text-decoration: none;
        }

            #mobileBottomNavbar .promotions a label {
                cursor: pointer;
                margin: 0;
                color: #FFF;
            }

    #mobileBottomNavbar .bet-slip {
        position: relative;
    }

        #mobileBottomNavbar .bet-slip a {
            display: block;
            color: #FFF;
            text-decoration: none;
        }

            #mobileBottomNavbar .bet-slip a label {
                cursor: pointer;
                margin: 0;
                color: #FFF;
            }

    #mobileBottomNavbar .my-account {
        position: relative;
    }

        #mobileBottomNavbar .my-account a {
            display: block;
            color: #FFF;
            text-decoration: none;
        }

            #mobileBottomNavbar .my-account a label {
                cursor: pointer;
                margin: 0;
                color: #FFF;
            }

    #mobileBottomNavbar .loyalty {
        position: relative;
    }

        #mobileBottomNavbar .loyalty a {
            display: block;
            color: #FFF;
            text-decoration: none;
        }

            #mobileBottomNavbar .loyalty a label {
                cursor: pointer;
                margin: 0;
                color: #FFF;
            }

    #mobileBottomNavbar .chat {
        position: relative;
    }

        #mobileBottomNavbar .chat a {
            display: block;
            color: #FFF;
            text-decoration: none;
        }

            #mobileBottomNavbar .chat a label {
                cursor: pointer;
                margin: 0;
                color: #FFF;
            }

/* --------------- End: Mobile Bottom Navbar --------------- */



/* --------------- Navbar --------------- */

.navbar .logo {
    width: 92px;
}

.user-balances {
    /*display: flex;
    position: fixed;
    top: 13px;
    z-index: 1000;
    margin: auto;
    left: 0;
    right: 0;*/
    display: flex;
    position: fixed;
    top: 19px;
    z-index: 1000;
    margin: auto;
    right: 0;
    left: 60px;
    width: calc(100vw - 148px);
    width: -webkit-calc(100vw - 148px);
    justify-content: center;
    padding: 0;
}

.data-balances {
    /*position: absolute;
    right: 100px;*/
}

#navbar {
    margin-right: 200px;
}
#navbar.nomargin {
    margin-right: 0;
}


    .user-balances .title-balance {
        font-size: 11px;
        color: #D2D8E0;
        padding-right: 2px;
        margin: 0;
        cursor: pointer;
    }

    .user-balances .top-balances {
        font-size: 11px;
        font-weight: bold;
        color: #fff;
        cursor: pointer;
    }


/* --------------- Media Queries --------------- */
@media (min-width: 576px) {
    .headers span {
        font-size: 0.75rem;
    }

    .visitor .visitor-lines,
    .home .home-lines,
    .draw .draw-lines {
        font-size: 15px;
        font-weight: inherit;
    }
    
    .sport-header .sport-header-controls .chk-box {
        font-size: 14px;
        
    }

    .sport-header .sport-header-title h6 {
        font-size: 1rem;
    }

    .sport-header-controls a {
        font-size: 0.6rem !important;
    }

    .pc-baner .call-us-container,
    .pc-baner .chat-us-container {
        line-height: 14px;
        font-size: 12px;
    }

    .pc-baner .call-us-container .toll-free {
        font-size: 10px
        letter-spacing: 0.5px;
    }

    .pc-baner label.callus {
        font-size: 18px;
    }

    .pc-baner img.headphones {
        height: 45px;
        width: 45px;
    }

    .pc-baner img.chat {
        height: 40px;
        width: 52px;
    }
}

@media (min-width: 768px) {
    .headers span {
        font-size: 0.75rem;
    }

    #game-lines .sport-header {
        font-size: 0.85rem;
    }

    .future-lines .date {
        font-size: 0.85rem;
    }

    .pc-baner label.callus {
        font-size: 24px;
    }

    .d-lg-none {
    display: none !important;
    }

    #responsiveMenu .fa.fa-chevron-left, #responsiveMenu .fa.fa-chevron-right {
        display: none !important;
    }
   
}

@media (min-width: 992px) {
    .headers span {
        font-size: 0.6rem;
    }

    .d-lg-none {
    display: none !important;
    }

    #betting-options {
        padding: 10px 6px;
    }

    #betting-options .options-buttons input {
        padding: 12px 6px;
        font-size: 10px;
    }

    .submit {
        margin-bottom: 0px;
    }

    .schedule-banner {
        padding: 12px 16px;
    }

    .schedule-banner .schedule-text .title {
        font-size: 22px;
    }

    #resp-slip-tbl .amounts .wager-amount label {
        font-size: 12px;
        max-width: 60px;
    }


    #bets {
        max-height: calc(100vh - 431px);
        min-height: auto;
        min-height: unset;
    }

    #bets.ios-device {
        max-height: -webkit-calc(100% - 431px);
    }

    .pc-baner label.callus {
        font-size: 32px;
    }

    .header-spacer {
        display: inline-block;
        width: 100%;
        height: 60px;
        background-color: #D2D8E0;
        margin-bottom: 0;
        margin-top: 0;
        padding: 0;
    }
}


@media (min-width: 992px) and (max-width: 1050px) {
    .total-lines, .total-default-line {
        font-size: 13.9px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .total-default-line {
        width: 35%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .away-rotation,
    .home-rotation {
        font-size: 12px;
    }
}

@media (min-width: 992px) and (max-width: 1340px) {
    #resp-slip-tbl .fp,
    #resp-slip-tbl-qb .fp {
        margin: 4px 0;
    }
}


@media (min-width: 992px) and (max-width: 1240px) {
    .new-sports-list ul li a {
        padding: 7px 11px;
        white-space: normal;
    }

    #resp-slip-tbl .win,
    #resp-slip-tbl-qb .win {
        flex: 0 0 50%;
        max-width: 50%;
    }

    #resp-slip-tbl .risk,
    #resp-slip-tbl-qb .risk {
        margin-right: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    img.mx-auto.d-block {
    max-width: 50%;
}
}



@media (min-width: 1200px) {
    .headers span {
        font-size: 0.8rem;
    }
        img.mx-auto.d-block {
    max-width: 20%;
}
}

@media (max-width: 991px) {

    #wrapper #caret {
        color: #0E2857;
        top: 113px;
        left: 55px;
        position: absolute;
        z-index: 3;
        width: 19px;
        height: 8px;
        font-size: 26px;
    }
    /* Header Carousel */

    .navbar-dark .navbar-brand {
        padding-left: 16px;
    }

    .btn-expand {
        background-color: #0C4999 !important;
        position: fixed;
        top: 0;
        right: 18.5%;
        width: 100px;
        height: 64px;
        max-height: 64px;
        border: 0;
        border-radius: 0;
    }

    .callus {
        color: #FFF;
        line-height: 72px;
        margin: 0 !important;
        padding: 0 15px;
        font-size: 45px;
        font-weight: 600;
    }


    #draggableMenuLeft,
    #draggableMenuRight {
        background-image: linear-gradient(90deg, rgb(4, 52, 115), rgb(12, 73, 153));
        height: 70px;
        width: 34px;
        user-select: none;
        position: absolute;
        z-index: 2;
        text-decoration: none;
        border: 0px none;
        cursor: pointer;
        color: rgb(255, 255, 255);
        line-height: 4;
        padding: 5px 5px;
    }

    #draggableMenuRight {
        background-image: linear-gradient(90deg, rgb(12, 73, 153), rgb(4, 52, 115));
        right: 0px;
    }

    /*LeftMenu*/



    #new-sports-list {
        text-transform: uppercase;
    }

        #new-sports-list ul li a {
            font-size: 15px;
            color: #0E2857;
            padding-left: 47px;
        }

            #new-sports-list ul li a i.icon {
                display: none;
            }

    #left-col.left-menu {
        position: absolute;
        top: 130px;
        padding: 0;
        display: grid;
        white-space: nowrap;
        overflow: hidden;
        z-index: 100;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }


        #left-col.left-menu .title-container {
            display: none;
        }

        #left-col.left-menu .search-sport {
            background: #0E2857 !important;
            display: grid;
            height: 51px;
        }

            #left-col.left-menu .search-sport .search-input-box {
                grid-column: 1/2;
            }

                #left-col.left-menu .search-sport .search-input-box input {
                    border: none;
                    border-radius: 0;
                    background: #0E2857 !important;
                    padding-left: 32px;
                    height: 100%;
                    text-transform: uppercase;
                    color: white !important;
                }

                    #left-col.left-menu .search-sport .search-input-box input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
                        color: white;
                        opacity: 1; /* Firefox */
                    }

            #left-col.left-menu .search-sport button.mobile-cross {
                border: none;
                height: 100%;
                width: 62px;
            }

            #left-col.left-menu .search-sport .search-buttons {
                grid-column: 2/3;
            }

                #left-col.left-menu .search-sport .search-buttons a.mobile-search {
                    border: none;
                    background: #0E2859;
                    color: white;
                    width: 62px;
                    display: inline-block;
                }

        #left-col.left-menu .sports-list {
            display: -ms-flexbox;
            display: flex;
            margin-left: 35px;
            margin-right: 35px;
        }

            #left-col.left-menu .sports-list ul li {
                padding: 1rem 0.5rem !important;
                min-width: 114px;
                text-align: center;
            }

                #left-col.left-menu .sports-list ul li.list-group-item {
                    background-color: #0C4999 !important;
                    color: white;
                    border-right-color: white;
                }

                    #left-col.left-menu .sports-list ul li.list-group-item a {
                        color: white;
                        padding-left: 0px;
                        display: inline-block;
                        margin-top: 15px;
                        font-size: 11.607px;
                        font-weight: 300;
                        border: none;
                    }


                #left-col.left-menu .sports-list ul li a.expand-up {
                    display: none;
                }


                #left-col.left-menu .sports-list ul li.list-group-item label {
                    margin-left: auto;
                    margin-right: auto;
                    left: 0;
                    right: 0;
                    bottom: 0;
                }

                #left-col.left-menu .sports-list ul li.list-group-item a label.sport-icon {
                    margin-top: 5px;
                    position: absolute;
                    left: 0px;
                    top: 0;
                    cursor: pointer;
                }

    #search-sports .input-group-append {
        display: none;
    }

    /*end LeftMenu*/

    .total-box .total-default-line {
        border: none;
    }

    .total-box .total {
        position: inherit !important;
    }

    .border-top-none {
        border-top: 1px solid #D2D8E0 !important;
    }

    .border-bottom-none {
        border-bottom: 1px solid #D2D8E0 !important;
    }
    /**Betslip**/
    #right-col {
        margin: 0;
        padding: 0;
    }

    div#floater {
        min-width: 100% !important;
        position: fixed !important;
        bottom: 0 !important;
        top: inherit !important;
        background: #FFF;
        height: 0%;
    }

        div#floater.open-betslip {
            height: calc(100vh);
            bottom: 0 !important;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            z-index: 1000;
        }

            div#floater.open-betslip.ios-device {
                height: -webkit-calc(100% - 0px);
            }

        div#floater.close-betslip {
            height: 0%;
            bottom: 0;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

    #show-hide-bs {
        display: block;
        min-height: 91%;
    }

    .desktop-btsl-header {
        display: none;
    }

    .mobile-btsl-header {
        min-height: 64px;
        display: -ms-flexbox;
        display: flex;
    }

        .mobile-btsl-header .mobile-betslip-counter-container {
            /*grid-column: 1/2;
            -ms-grid-column: 1;*/
        }

        .mobile-btsl-header .mobile-betslip-title-container {
            /*grid-column: 2/3;
            -ms-grid-column: 2;*/
        }

        .mobile-btsl-header .mobile-betslip-help-container {
            /*grid-column: 3/4;
            -ms-grid-column: 3;*/
        }

    #wagering #bets {
        overflow-y: scroll;
    }

    #rif-help.rif-help-expanded {
        right: 5%;
    }

    .slider-title {
        font-size: 1.2rem;
    }

    .slider-message {
        top: 105px;
        font-size: 0.9rem;
    }

    /******** ios-device *******/


    .bet-slip.ios-device {
        display: grid;
    }

    .ios-device #bets {
        max-height: -webkit-calc(100% - 365px);
        min-height: -webkit-calc(100% - 376px);
    }

    .ios-device [id$="_htmlButtons"] {
        position: absolute;
        bottom: 0;
        display: block;
    }

    .close-betslip.ios-device [id$="_htmlButtons"] {
        position: inherit;
        bottom: inherit;
        display: inherit;
    }
 /*
    .icon-w {
        height: 25px !important;
        
        background-size: 461px auto;
        background-repeat: no-repeat;
    }
    .icon-w.icon-All-Sports-Available {
        background-position: -8px -12px;
        background-size: 461px auto;
        width: 34px!important;
    }
    .icon-Horses, .icon-Contest, .icon-Promotions, .icon-Casino {
        height: 25px;
        background-repeat: no-repeat;
    }
    label.icon-Promotions {
        display: inline-block;
    }
    .icon-Horses {
        background-size: 53px 25px;
    }
    .icon-Contest {
        background-size: 34px 25px;
    }
    .icon-Promotions {
        background-size: 32px 25px;
    }
    .icon-Casino {
        background-size: 42px 25px;
    } */

    .desk {
        display: none;
    }

    .mobi {
        display: block;
    }
    
}


@media(max-width:767px) {
    #periods-tabs {
        font-weight: 600;
        text-decoration: none;
        width: 90% !important;
        margin: 0 auto;
    }

    #draggablePeriodsLeft, #draggablePeriodsRight {
        background-image: linear-gradient(90deg, #fff,#e5eaec);
        height: 37px;
        top: 1px;
        width: 5%;
        user-select: none;
        position: absolute;
        z-index: 9;
        text-decoration: none;
        border: 0px none;
        cursor: pointer;
        color: #ffffff;
        line-height: 3;
    }

    #draggablePeriodsRight {
        right: 0;
        background-image: linear-gradient(90deg, #e5eaec, #fff);
    }

    #periods-container .fa.fa-chevron-left, #periods-container .fa.fa-chevron-right {
        display: block !important;
        line-height: 36px;
        padding-left: 35%;
        padding-right: 35%;
        color: #545e75;
    }

    #headerCarousel, .carousel-inner, .carousel-item, img.mobile {
        height: 34vh;
    }

    .slider-legend {
        font-size: 1.2rem;
    }

    .slider-message {
        top: 92px;
        left: 61%;
    }
}

@media(max-width:576px) {
    .sport-header.bg-alt-blue.mt-0.px-2.py-1 {
        display: -ms-flexbox;
        display: flex;
    }

    .sport-header-controls {
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        white-space: nowrap;
    }

    .sports-promo-slider {
        position: absolute;
        top: 22%;
        padding-left: 48%;
        width: 100%;
    }

    .slider-message {
        top: 120px;
        font-size: 0.8rem;
        left: 52%;
    }
}

@media (max-width: 480px) {
    #loginModal .modal-dialog {
        max-width: inherit;
        margin: 3.3rem auto 0;
    }

    .login-modal-active .modal-backdrop {
        background-color: #0C4999;
    }

        .login-modal-active .modal-backdrop.show {
            opacity: 1;
        }

    .visitor-lines div, .home-lines div {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 414px) {

    #betting-options .options-buttons {
        grid-template-columns: repeat(auto-fit, minmax(55px, 1fr));
    }

        #betting-options .options-buttons input {
            font-size: 10px;
        }

    .callus {
        font-size: 2.3rem;
    }
    .jconfirm-box.jconfirm-hilight-shake.jconfirm-type-red.jconfirm-type-animated {
        width: 70% !important;
    }
}

@media (max-width: 380px) {

    .callus {
        font-size: 2rem;
    }

    .visitor-lines div, .home-lines div {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 375px) {

    .callus {
        font-size: 1.5rem;
    }

    .visitor a, .visitor span, .home a, .home span {
        font-size: 0.8rem;
    }
}

@media (max-width: 320px) {

    .callus {
        font-size: 1.4rem;
    }

    .visitor a, .visitor span, .home a, .home span {
        font-size: 0.8rem;
    }
}