﻿@import "css2-Blinkerwght400600_swap.css";
.a-theme h1, .a-theme h2
{
    color: #5a75ff;
    font-weight: 600;
}
.a-theme .content-container
{
    text-transform: none;
    color: #fff;
}
.a-theme .content-container h1, .a-theme .content-container h2
{
    color: #fff;
    font-size: 2.5rem;
    line-height: 1;
}
.a-theme .content-container h2
{
    font-size: 2rem;
}
.a-theme .template-container
{
    border-radius: 22px;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.a-theme .template-container.background
{
    background: #fff;
    padding: 10px;
}
@media only screen and (min-width: 1025px)
{
    .a-theme .content-container h1
    {
        font-size: 3rem;
    }
    .a-theme .template-container.background
    {
        padding: 20px;
    }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display: block;
}
body
{
    line-height: 1;
}
ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after
{
    content: "";
    content: none;
}
q:before, q:after
{
    content: "";
    content: none;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
em
{
    font-style: italic;
}
.form-control
{
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
    -webkit-appearance: none;
    border: 1px solid #fb413d;
    border-radius: 20px;
    background-color: #fff;
    color: #fb413d;
    padding: 0 16px;
    min-height: auto;
    font-weight: 700;
    font-size: 14px;
    height: 40px;
}
.form-control:focus
{
    outline: none;
}
.form-control::placeholder
{
    color: #fb413d4d;
}
::placeholder
{
    color: #f00;
    opacity: 1;
}
select.form-control
{
    padding-right: 36px;
    background-image: url(../../gambling/image/caret-down-outline.svg);
    background-repeat: no-repeat;
    background-position: 97% 100%;
    background-size: 15px 38px;
}
select.form-control:hover
{
    cursor: pointer;
}
.form-check-box
{
    background-color: #fff;
    border: 2px solid #fb413d;
    border-radius: 5px;
    margin-right: 10px;
}
.form-check-box.error
{
    outline: 2px solid #d95c5c;
}
.input-group
{
    position: relative;
    display: flex;
    flex-direction: column;
    margin: .75rem 0;
}
.input-group.row
{
    flex-direction: row;
    align-items: center;
}
.input-group .row
{
    display: flex;
    flex-direction: row;
}
.input-group .row .input-container
{
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
}
.input-group .row .input-container.prefix
{
    flex-basis: auto;
    flex-grow: 0;
}
.input-group .input-container
{
    position: relative;
}
.input-group label
{
    font-size: .75rem;
    padding: 0 .75rem;
    color: #302b45;
}
.input-group select
{
    margin-right: 5px;
}
.input-group select:last-child
{
    margin-right: 0;
}
.radio-buttons
{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5f5971;
    font-size: 14px;
}
.radio-buttons label
{
    display: flex;
    align-items: center;
    font-size: 14px;
}
.radio-buttons label span
{
    cursor: pointer;
}
.radio-buttons label input[type=radio]
{
    position: absolute;
    visibility: hidden;
}
.radio-buttons label .custom-radio
{
    display: block;
    position: relative;
    margin-right: 5px;
    background: #e5e5e5;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    cursor: pointer;
}
.radio-buttons label .custom-radio:before
{
    display: block;
    position: absolute;
    content: "";
    border-radius: 50%;
    height: 8px;
    width: 8pX;
    top: 5px;
    left: 5px;
}
.radio-buttons label input[type=radio]:checked~.custom-radio:before
{
    background: #5a75ff;
}
.tool-tip
{
    border-radius: 5px;
    background: #8938f9;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 10px;
}
.tool-tip.error
{
    color: #5f5971;
}
.error
{
    font-family: Blinker,Arial,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #d95c5c;
    padding: 0 0 3px 17px;
}
.symbol
{
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 25px;
    width: 25px;
    line-height: 1;
    color: #5f5971;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.symbol.ion-md-close:before
{
    font-weight: 700;
    color: #d95c5c;
}
.symbol.invalid
{
    color: #d95c5c;
}
.symbol.valid
{
    color: #008000;
}
.row-margin
{
    margin-right: .75rem;
}
.password-error
{
    right: 35px;
}
.form-checkbox-label
{
    display: flex;
}
.form-checkbox-label .form-checkbox
{
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 5px;
    border: 1px solid #fb413d;
    background-color: #fff;
    margin-right: 10px;
    position: relative;
}
.form-checkbox-label .form-checkbox input[type=checkbox]
{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    margin: 0;
    padding: 0;
}
.form-checkbox-label .form-checkbox .form-checkmark
{
    width: 100%;
    height: 100%;
    display: none;
    border: 1px solid #5a75ff;
    margin: -1px;
    border-radius: 5px;
    color: #fb413d;
    background-color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 1.1;
}
.form-checkbox-label .form-checkbox input[type=checkbox]:checked~.form-checkmark
{
    display: block;
}
.btn, button
{
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 50px;
    border: none;
    text-decoration: none;
    width: auto;
    font-size: 16px;
    font-weight: 400;
    font-family: Blinker,Helvetica,Arial,cursive;
    text-transform: uppercase;
    padding: .65625rem 3rem;
}
.btn:focus, button:focus
{
    outline: 0;
}
.btn.btn-primary, button.btn-primary
{
    background-image: linear-gradient(to right,#ffac42,#ff950a);
    color: #fff;
}
.btn.btn-primary h3, button.btn-primary h3
{
    color: #fff;
}
.btn.btn-primary:hover, button.btn-primary:hover
{
    background: #fff;
    color: #ffac42;
}
.btn.btn-primary:hover h3, button.btn-primary:hover h3
{
    color: #ffac42;
}
.btn.btn-primary:hover .loader:after, button.btn-primary:hover .loader:after
{
    background: #fff;
}
.btn.btn-primary:active, button.btn-primary:active
{
    color: #fff;
}
.btn.btn-primary .loader, button.btn-primary .loader
{
    background: linear-gradient(to right,#fff 10%,transparent 42%);
}
.btn.btn-primary .loader:before, button.btn-primary .loader:before
{
    background: #fff;
}
.btn.btn-primary .loader:after, button.btn-primary .loader:after
{
    background-image: linear-gradient(to right,#5a75ff,#091a58);
}
.btn.btn-primary.alternative:hover, button.btn-primary.alternative:hover
{
    background: #fff;
    color: #ffac42;
}
.btn.btn-primary.alternative:hover h3, button.btn-primary.alternative:hover h3
{
    color: #ffac42;
}
.btn.btn-primary.alternative:hover .loader, button.btn-primary.alternative:hover .loader
{
    background: #fff;
}
.btn.btn-primary.alternative:hover .loader:after, button.btn-primary.alternative:hover .loader:after
{
    background: #fff;
}
.btn.small, button.small
{
    padding: 5px 15px;
    border-radius: 1.375rem;
    font-size: 1.125rem;
}
.btn.disabled, button.disabled
{
    background-color: #f5f5f5!important;
    border: 1px solid #f5f5f5!important;
    color: #e0dede!important;
    background-image: none;
    cursor: default;
}
.btn.btn-secondary, button.btn-secondary
{
    background-color: #fb413d;
    border: 1px solid #fb413d;
    color: #fff;
}
.btn.btn-secondary h3, button.btn-secondary h3
{
    color: #fff;
}
.btn.btn-secondary .loader, button.btn-secondary .loader
{
    background: linear-gradient(to right,#fff 10%,transparent 42%);
}
.btn.btn-secondary .loader:before, button.btn-secondary .loader:before
{
    background: #fff;
}
.btn.btn-secondary .loader:after, button.btn-secondary .loader:after
{
    background: #fb413d;
}
.btn.btn-secondary:hover, button.btn-secondary:hover
{
    background: #5a75ff;
    border: 1px solid #fff;
    color: #fff;
}
.btn.btn-secondary:hover h3, button.btn-secondary:hover h3
{
    color: #8ad0f1;
}
.btn.btn-secondary:hover .loader, button.btn-secondary:hover .loader
{
    background: linear-gradient(to right,#fff 10%,transparent 42%);
}
.btn.btn-secondary:hover .loader:before, button.btn-secondary:hover .loader:before
{
    background: #fff;
}
.btn.btn-secondary:hover .loader:after, button.btn-secondary:hover .loader:after
{
    background: #5a75ff;
}
.btn.btn-secondary.alternative, button.btn-secondary.alternative
{
    background: #fb413d;
    color: #fff;
}
.btn.btn-secondary.alternative:hover, button.btn-secondary.alternative:hover
{
    background: #5a75ff;
    color: #fff;
}
.btn.btn-secondary.alternative:hover h3, button.btn-secondary.alternative:hover h3
{
    color: #fff;
}
.btn.btn-secondary.alternative:hover .loader, button.btn-secondary.alternative:hover .loader
{
    background: #5a75ff;
}
.btn.btn-secondary.alternative:hover .loader:after, button.btn-secondary.alternative:hover .loader:after
{
    background: #5a75ff;
}
.btn.btn-tertiary, button.btn-tertiary
{
    background: #091a58;
    color: #5a75ff;
    border: 1px solid #5a75ff;
}
.btn.btn-tertiary h3, .btn.btn-tertiary span, button.btn-tertiary h3, button.btn-tertiary span
{
    color: #5f5971;
}
.btn.btn-tertiary:hover, button.btn-tertiary:hover
{
    color: #fff;
    background: #091a58;
    border: 1px solid #fff;
}
.btn.btn-tertiary:hover h3, button.btn-tertiary:hover h3
{
    color: #fff;
}
.btn.btn-quaternary, button.btn-quaternary
{
    background: #fb413d;
    border: 1px solid #fb413d;
    color: #fff;
}
.btn.btn-quaternary h3, button.btn-quaternary h3
{
    color: #fff;
}
.btn.btn-quaternary .loader, button.btn-quaternary .loader
{
    background: linear-gradient(to right,#fff 10%,transparent 42%);
}
.btn.btn-quaternary .loader:before, button.btn-quaternary .loader:before
{
    background: #fff;
}
.btn.btn-quaternary .loader:after, button.btn-quaternary .loader:after
{
    background: #fb413d;
}
.btn.btn-quaternary:hover, button.btn-quaternary:hover
{
    background: #5a75ff;
    border: 1px solid #fff;
    color: #fff;
}
.btn.btn-quaternary:hover h3, button.btn-quaternary:hover h3
{
    color: #8ad0f1;
}
.btn.btn-quaternary:hover .loader, button.btn-quaternary:hover .loader
{
    background: linear-gradient(to right,#fff 10%,transparent 42%);
}
.btn.btn-quaternary:hover .loader:before, button.btn-quaternary:hover .loader:before
{
    background: #fff;
}
.btn.btn-quaternary:hover .loader:after, button.btn-quaternary:hover .loader:after
{
    background: #5a75ff;
}
.btn.btn-border, button.btn-border
{
    color: #5a75ff;
    background: transparent;
    padding: 5px 15px;
    border: 1px solid #5a75ff;
}
.btn.deposit, button.deposit
{
    width: auto;
    margin: 0 auto;
    display: table;
    padding: 15px 30px;
}
body, input, select
{
    font-family: Blinker,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
h1
{
    font-size: 1.857rem;
}
h2
{
    font-size: 1.562rem;
}
h3
{
    font-size: 1.25rem;
}
h4
{
    font-size: 1.64rem;
}
input, select
{
    line-height: 1.15;
}
strong
{
    font-weight: 700;
}
a
{
    text-decoration: none;
}
a.content-link
{
    cursor: pointer;
    text-decoration: underline;
    font-weight: 700;
}
a:visited
{
    color: #8ad0f1;
}
.banner .btn, .landing-page-banner .btn
{
    display: inline-block;
    box-shadow: 0 14px 28px #0000001f,0 10px 10px #0000001c;
}
.generic_content
{
    padding: 25px!important;
    line-height: 1.5;
    font-family: Blinker,Arial,sans-serif;
}
@media(max-width: 1025px)
{
    .generic_content
    {
        padding: 5px!important;
    }
}
.generic_content p, .generic_content h1, .generic_content h2, .generic_content h3, .generic_content h4
{
    margin: 15px 0;
}
.generic_content .width-25
{
    width: 25%;
}
.generic_content .width-50
{
    width: 50%;
}
.generic_content .width-75
{
    width: 75%;
}
.generic_content .width-100
{
    width: 100%;
}
.generic_content .font-color-primary
{
    color: #e5e5e5!important;
}
.generic_content .font-color-secondary
{
    color: #8ad0f1!important;
}
.generic_content .font-color-tertiary
{
    color: #5a75ff!important;
}
.generic_content .font-color-white
{
    color: #fff!important;
}
.generic_content .font-color-black
{
    color: #000!important;
}
.generic_content .font-color-dark-grey
{
    color: #3d3d3d!important;
}
.generic_content .font-color-light-grey
{
    color: #716e71!important;
}
.generic_content .font-light
{
    font-weight: 300;
}
.generic_content .font-normal
{
    font-weight: 400;
}
.generic_content .font-bold
{
    font-weight: 600;
}
.generic_content .text-small
{
    font-size: 1rem;
}
.generic_content .text-medium
{
    font-size: 1.8rem;
}
.generic_content .text-large
{
    font-size: 2.5rem;
}
.generic_content .text-xlarge
{
    font-size: 3rem;
}
.generic_content .text-left
{
    text-align: left;
}
.generic_content .text-center
{
    text-align: center;
}
.generic_content .text-right
{
    text-align: right;
}
.generic_content .text-justify
{
    text-align: justify;
}
.generic_content .text-uppercase
{
    text-transform: uppercase;
}
.generic_content .text-capitalize
{
    text-transform: capitalize;
}
.generic_content .text-lowercase
{
    text-transform: lowercase;
}
.generic_content img
{
    max-width: 100%;
    height: auto;
}
.generic_content .padding-small
{
    padding: 8px;
}
.generic_content .padding-medium
{
    padding: 16px;
}
.generic_content .padding-large
{
    padding: 24px;
}
.generic_content .padding-xlarge
{
    padding: 32px;
}
.generic_content .margin-small
{
    margin: 8px;
}
.generic_content .margin-medium
{
    margin: 16px;
}
.generic_content .margin-large
{
    margin: 24px;
}
.generic_content .margin-xlarge
{
    margin: 32px;
}
.generic_content .custom-table
{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
}
.generic_content .custom-table th
{
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0 10px;
}
.generic_content .custom-table.header-bg-primary th
{
    background-color: #e5e5e5!important;
}
.generic_content .custom-table.header-bg-secondary th
{
    background-color: #8ad0f1!important;
}
.generic_content .custom-table.header-bg-tertiary th
{
    background-color: #5a75ff!important;
}
.generic_content .custom-table.rows-alt-primary tr:nth-child(odd)
{
    background-color: #e5e5e5!important;
}
.generic_content .custom-table.rows-alt-secondary tr:nth-child(odd)
{
    background-color: #8ad0f1!important;
}
.generic_content .custom-table.rows-alt-tertiary tr:nth-child(odd)
{
    background-color: #5a75ff!important;
}
.generic_content .custom-table.columns-alt-primary td:nth-child(odd)
{
    background-color: #e5e5e5!important;
}
.generic_content .custom-table.columns-alt-primary td:nth-child(even)
{
    background-color: transparent!important;
}
.generic_content .custom-table.columns-alt-secondary td:nth-child(odd)
{
    background-color: #8ad0f1!important;
}
.generic_content .custom-table.columns-alt-secondary td:nth-child(even)
{
    background-color: transparent!important;
}
.generic_content .custom-table.columns-alt-tertiary td:nth-child(odd)
{
    background-color: #5a75ff!important;
}
.generic_content .custom-table.columns-alt-tertiary td:nth-child(even)
{
    background-color: transparent!important;
}
.generic_content .custom-table-rows tr, .generic_content .custom-table-columns td
{
    width: 2%;
    padding: 0 10px;
}
.generic_content .custom-table tr
{
    color: unset!important;
}
.generic_content .custom-table td
{
    color: unset!important;
    background-color: transparent!important;
}
.generic_content .custom-list
{
    padding: 10px;
}
.generic_content .custom-list ul, .generic_content .custom-list ol
{
    padding-left: 5px!important;
}
.generic_content .custom-list ul.list-circle, .generic_content .custom-list ol.list-circle
{
    list-style-type: circle!important;
}
.generic_content .custom-list ul.list-disc, .generic_content .custom-list ol.list-disc
{
    list-style-type: disc!important;
}
.generic_content .custom-list ul.list-square, .generic_content .custom-list ol.list-square
{
    list-style-type: square!important;
}
.generic_content .custom-list ul.list-lower-roman, .generic_content .custom-list ol.list-lower-roman
{
    list-style-type: lower-roman!important;
}
.generic_content .custom-list ul.list-lower-alpha, .generic_content .custom-list ol.list-lower-alpha
{
    list-style-type: lower-alpha!important;
}
.generic_content .custom-list ul.list-decimal, .generic_content .custom-list ol.list-decimal
{
    list-style-type: decimal!important;
}
.generic_content .custom-list ul.list-primary li::marker, .generic_content .custom-list ol.list-primary li::marker
{
    color: #e5e5e5!important;
}
.generic_content .custom-list ul.list-secondary li::marker, .generic_content .custom-list ol.list-secondary li::marker
{
    color: #8ad0f1!important;
}
.generic_content .custom-list ul.list-tertiary li::marker, .generic_content .custom-list ol.list-tertiary li::marker
{
    color: #5a75ff!important;
}
.generic_content .custom-list ul.marker-small li::marker, .generic_content .custom-list ol.marker-small li::marker
{
    font-size: 1.1rem;
}
.generic_content .custom-list ul.marker-medium li::marker, .generic_content .custom-list ol.marker-medium li::marker
{
    font-size: 1.3rem;
}
.generic_content .custom-list ul.marker-large li::marker, .generic_content .custom-list ol.marker-large li::marker
{
    font-size: 1.5rem;
}
.generic_content .custom-list ul>li, .generic_content .custom-list ol>li
{
    position: relative;
}
.generic_content .custom-list ul>li:before, .generic_content .custom-list ol>li:before
{
    content: none!important;
    display: none!important;
}
.generic_content .custom-link:link
{
    color: #fb413d!important;
}
.generic_content .custom-link:hover, .generic_content .custom-link:focus, .generic_content .custom-link:active
{
    color: #8ad0f1!important;
}
.generic_content .custom-link:visited
{
    color: #5a75ff!important;
}
.generic_content .custom-link:disabled
{
    color: #e5e5e5;
    pointer-events: none;
}
.generic_content h2
{
    color: #5a75ff;
}
.generic_content a
{
    cursor: pointer;
}
.generic_content a:hover
{
    text-decoration: underline;
}
.generic_content .btn:hover
{
    text-decoration: none;
}
.generic_content ul
{
    padding-left: 40px;
}
.generic_content ul>li
{
    position: relative;
}
.generic_content ul>li:before
{
    content: "";
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background: #5a75ff;
    display: block;
    position: absolute;
    left: -25px;
    top: 9px;
}
.generic_content ol
{
    padding-left: 40px;
    counter-reset: custom-ordered-list;
}
.generic_content ol>li
{
    position: relative;
    counter-increment: custom-ordered-list;
}
.generic_content ol>li:before
{
    content: counter(custom-ordered-list) ")";
    position: absolute;
    right: calc(100% + 10px);
    text-align: right;
}
.generic_content table
{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
}
.generic_content table th
{
    padding: 0 10px;
    background: #091a58;
    color: #e5e5e5;
    vertical-align: middle;
    font-weight: 700;
    font-size: 1.2rem;
}
.generic_content table th.center
{
    text-align: center;
}
.generic_content table td
{
    background-color: #e5e5e5;
    color: #c24f9d;
    width: 2%;
    vertical-align: middle;
    padding: 0 10px;
}
.generic_content table td.center
{
    text-align: center;
}
.generic_content.cashier th
{
    background-color: #8ad0f1;
    font-size: .8rem;
    text-align: left;
    color: #fff;
}
.generic_content.cashier td
{
    font-size: .8rem;
    background-color: #ccc;
    color: #000;
}
.generic_content .link
{
    margin: 5px 10px;
    cursor: pointer;
}
.generic_content .payment_icon
{
    width: 60px;
    height: 30px;
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
}
.generic_content .payment_icon .icon
{
    width: 100%;
    max-height: 100%;
}
.generic_content.blocked a
{
    cursor: pointer;
    color: #5a75ff;
    font-weight: 700;
    text-decoration: underline;
}
.content-container
{
    font-family: Blinker,Helvetica,Arial,cursive;
    padding: 30px 15px;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 100%;
    margin: 0 auto;
}
.content-container p, .content-container h1, .content-container h2, .content-container h3, .content-container h4
{
    margin: 0!important;
}
.content-container h1:after, .content-container h2:after
{
    content: none!important;
}
.content-container h1.content, .content-container h2.content
{
    line-height: 1;
}
.content-container h1
{
    font-size: 2.25rem;
    text-transform: uppercase;
    line-height: 1;
}
.content-container .main-color
{
    color: #5a75ff;
}
.content-container .white
{
    color: #fff;
}
.content-container .content
{
    color: #fff;
    line-height: 1.4;
}
.content-container .content-link
{
    text-decoration: none!important;
}
.content-container .content-600
{
    font-weight: 600;
}
.content-container .info-box
{
    background: #5a75ff;
    color: #fff;
    display: inline-block;
    padding: 3px 5px;
    font-size: 1rem;
    margin-bottom: 5px;
}
.pnp-container
{
    height: auto;
}
.pay-n-play.payment-option img
{
    width: 100%;
    vertical-align: middle;
    max-width: 100%;
    height: 35px;
    opacity: .8;
    margin-right: 3px;
}
@media only screen and (min-width: 1025px)
{
    .content-container
    {
        padding: 25px;
        width: 100%;
        max-width: 1383px;
        margin: 0 auto;
        font-size: 22px;
        line-height: 1.5;
    }
    .content-container .headline-title
    {
        font-size: 48px;
    }
    .content-container .btn-primary
    {
        margin-top: 10px;
        font-size: 1.6rem;
    }
}
.loader
{
    font-size: 10px;
    margin: 0 auto;
    text-indent: -9999em;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background: #8938f9;
    background: linear-gradient(to right,#8938f9 10%,transparent 42%);
    position: relative;
    animation: load3 1.4s infinite linear;
    transform: translateZ(0);
}
.loader:before
{
    width: 50%;
    height: 50%;
    background: #8938f9;
    border-radius: 100% 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}
.loader:after
{
    background: #fff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
@keyframes load3
{
    0%
    {
        transform: rotate(0);
    }
    to
    {
        transform: rotate(360deg);
    }
}
.loader__container, .loader__container_small
{
    height: calc(100vh - 250px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.lds-ring
{
    display: inline-block;
    position: relative;
    width: 84px;
    height: 84px;
}
.lds-ring div
{
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 71px;
    height: 71px;
    margin: 6px;
    border: 6px solid #fed;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;
    border-color: #8ad0f1 transparent transparent transparent;
}
.lds-ring div:nth-child(1)
{
    animation-delay: -.45s;
}
.lds-ring div:nth-child(2)
{
    animation-delay: -.3s;
}
.lds-ring div:nth-child(3)
{
    animation-delay: -.15s;
}
@keyframes lds-ring
{
    0%
    {
        transform: rotate(0);
    }
    to
    {
        transform: rotate(360deg);
    }
}
.loader__container_small
{
    height: 50px;
}
.loader__container_small .lds-ring
{
    width: 30px;
    height: 30px;
}
.loader__container_small .lds-ring div
{
    height: 25px;
    width: 25px;
}
body
{
    background-color: #e5e5e5;
}
.template__header
{
    padding: 15px 60px 0;
}
.template_background
{
    background-color: #e5e5e5;
    height: 100%;
}
.template_content
{
    padding: 20px 10px;
}
.overflowHidden
{
    overflow: hidden;
    height: 100vh;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait)
{
    .template_content
    {
        padding: 20px 10px;
    }
}
@media only screen and (min-width: 1025px)
{
    .template_content
    {
        padding: 50px 35px;
        max-width: 1383px;
        margin: 0 auto;
    }
    .template_max_width
    {
        max-width: 600px;
        margin: 0 auto;
    }
}
.game-mode-active #chat-widget-container
{
    display: none;
}
.category-header
{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
}
.category-header .category-title
{
    font-family: Blinker,Helvetica,Arial,cursive;
    color: #5f5971;
    text-transform: uppercase;
    line-height: 1;
    margin-right: 10%;
}
.category-header .category-title:visited
{
    color: #5f5971;
}
.category-header .line
{
    display: block;
    margin-top: 5px;
    height: 5px;
    width: 60%;
    border-radius: 5px;
    background-color: #5a75ff;
}
#hosted-fields-wrapper, #hosted-fields-wrapper-accounts
{
    width: 100%;
    display: inline-block;
    position: relative;
}
#hosted-fields-wrapper .hosted-field-container, #hosted-fields-wrapper-accounts .hosted-field-container
{
    height: 45px;
    margin-bottom: 20px;
}
#hosted-fields-wrapper .hosted-field-container iframe, #hosted-fields-wrapper-accounts .hosted-field-container iframe
{
    border: 0;
    height: 66px;
}
#hosted-fields-wrapper #hosted-field-container-cardholder-name iframe, #hosted-fields-wrapper-accounts #hosted-field-container-cardholder-name iframe, #hosted-fields-wrapper #hosted-field-container-creditcard iframe, #hosted-fields-wrapper-accounts #hosted-field-container-creditcard iframe
{
    width: 100%;
}
#hosted-fields-wrapper #hosted-field-container-date-expire, #hosted-fields-wrapper-accounts #hosted-field-container-date-expire
{
    float: left;
    display: inline-block;
    margin-right: 5px;
}
#hosted-fields-wrapper #hosted-field-container-date-expire iframe, #hosted-fields-wrapper-accounts #hosted-field-container-date-expire iframe
{
    width: 135px;
}
#hosted-fields-wrapper #hosted-field-container-cvv, #hosted-fields-wrapper-accounts #hosted-field-container-cvv
{
    display: inline-block;
    float: left;
    margin-top: 20px;
}
#hosted-fields-wrapper #hosted-field-container-cvv iframe, #hosted-fields-wrapper-accounts #hosted-field-container-cvv iframe
{
    width: 90px;
}
#hosted-fields-wrapper-accounts
{
    width: auto;
}
#hosted-fields-wrapper-accounts #hosted-field-container-cvv
{
    display: inline-block;
    margin-top: 0;
}
#hosted-fields-wrapper-accounts #hosted-field-container-cvv iframe
{
    width: 100px;
}
@media only screen and (min-width: 768px)
{
    #hosted-fields-wrapper #hosted-field-container-date-expire iframe, #hosted-fields-wrapper #hosted-field-container-cvv iframe
    {
        width: 140px;
    }
}
/*!
  Ionicons, v4.5.9-1
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face
{
    font-family: Ionicons;
    src: url(https://www.quickslot.com/assets/fonts/ionicons/ionicons.eot?v=4.5.9-1);
    src: url(https://www.quickslot.com/assets/fonts/ionicons/ionicons.eot?v=4.5.9-1) format("embedded-opentype"),url(https://www.quickslot.com/assets/fonts/ionicons/ionicons.woff2?v=4.5.9-1) format("woff2"),url(https://www.quickslot.com/assets/fonts/ionicons/ionicons.woff?v=4.5.9-1) format("woff"),url(https://www.quickslot.com/assets/fonts/ionicons/ionicons.ttf?v=4.5.9-1) format("truetype"),url(https://www.quickslot.com/assets/fonts/ionicons/ionicons.svg?v=4.5.9-1) format("svg");
    font-weight: 400;
    font-style: normal;
}
.ion, .ionicons, .ion-ios-add:before, .ion-ios-add-circle:before, .ion-ios-add-circle-outline:before, .ion-ios-airplane:before, .ion-ios-alarm:before, .ion-ios-albums:before, .ion-ios-alert:before, .ion-ios-american-football:before, .ion-ios-analytics:before, .ion-ios-aperture:before, .ion-ios-apps:before, .ion-ios-appstore:before, .ion-ios-archive:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-dropdown:before, .ion-ios-arrow-dropdown-circle:before, .ion-ios-arrow-dropleft:before, .ion-ios-arrow-dropleft-circle:before, .ion-ios-arrow-dropright:before, .ion-ios-arrow-dropright-circle:before, .ion-ios-arrow-dropup:before, .ion-ios-arrow-dropup-circle:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-round-back:before, .ion-ios-arrow-round-down:before, .ion-ios-arrow-round-forward:before, .ion-ios-arrow-round-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-attach:before, .ion-ios-backspace:before, .ion-ios-barcode:before, .ion-ios-baseball:before, .ion-ios-basket:before, .ion-ios-basketball:before, .ion-ios-battery-charging:before, .ion-ios-battery-dead:before, .ion-ios-battery-full:before, .ion-ios-beaker:before, .ion-ios-bed:before, .ion-ios-beer:before, .ion-ios-bicycle:before, .ion-ios-bluetooth:before, .ion-ios-boat:before, .ion-ios-body:before, .ion-ios-bonfire:before, .ion-ios-book:before, .ion-ios-bookmark:before, .ion-ios-bookmarks:before, .ion-ios-bowtie:before, .ion-ios-briefcase:before, .ion-ios-browsers:before, .ion-ios-brush:before, .ion-ios-bug:before, .ion-ios-build:before, .ion-ios-bulb:before, .ion-ios-bus:before, .ion-ios-business:before, .ion-ios-cafe:before, .ion-ios-calculator:before, .ion-ios-calendar:before, .ion-ios-call:before, .ion-ios-camera:before, .ion-ios-car:before, .ion-ios-card:before, .ion-ios-cart:before, .ion-ios-cash:before, .ion-ios-cellular:before, .ion-ios-chatboxes:before, .ion-ios-chatbubbles:before, .ion-ios-checkbox:before, .ion-ios-checkbox-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-circle:before, .ion-ios-checkmark-circle-outline:before, .ion-ios-clipboard:before, .ion-ios-clock:before, .ion-ios-close:before, .ion-ios-close-circle:before, .ion-ios-close-circle-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-circle:before, .ion-ios-cloud-done:before, .ion-ios-cloud-download:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-code:before, .ion-ios-code-download:before, .ion-ios-code-working:before, .ion-ios-cog:before, .ion-ios-color-fill:before, .ion-ios-color-filter:before, .ion-ios-color-palette:before, .ion-ios-color-wand:before, .ion-ios-compass:before, .ion-ios-construct:before, .ion-ios-contact:before, .ion-ios-contacts:before, .ion-ios-contract:before, .ion-ios-contrast:before, .ion-ios-copy:before, .ion-ios-create:before, .ion-ios-crop:before, .ion-ios-cube:before, .ion-ios-cut:before, .ion-ios-desktop:before, .ion-ios-disc:before, .ion-ios-document:before, .ion-ios-done-all:before, .ion-ios-download:before, .ion-ios-easel:before, .ion-ios-egg:before, .ion-ios-exit:before, .ion-ios-expand:before, .ion-ios-eye:before, .ion-ios-eye-off:before, .ion-ios-fastforward:before, .ion-ios-female:before, .ion-ios-filing:before, .ion-ios-film:before, .ion-ios-finger-print:before, .ion-ios-fitness:before, .ion-ios-flag:before, .ion-ios-flame:before, .ion-ios-flash:before, .ion-ios-flash-off:before, .ion-ios-flashlight:before, .ion-ios-flask:before, .ion-ios-flower:before, .ion-ios-folder:before, .ion-ios-folder-open:before, .ion-ios-football:before, .ion-ios-funnel:before, .ion-ios-gift:before, .ion-ios-git-branch:before, .ion-ios-git-commit:before, .ion-ios-git-compare:before, .ion-ios-git-merge:before, .ion-ios-git-network:before, .ion-ios-git-pull-request:before, .ion-ios-glasses:before, .ion-ios-globe:before, .ion-ios-grid:before, .ion-ios-hammer:before, .ion-ios-hand:before, .ion-ios-happy:before, .ion-ios-headset:before, .ion-ios-heart:before, .ion-ios-heart-dislike:before, .ion-ios-heart-empty:before, .ion-ios-heart-half:before, .ion-ios-help:before, .ion-ios-help-buoy:before, .ion-ios-help-circle:before, .ion-ios-help-circle-outline:before, .ion-ios-home:before, .ion-ios-hourglass:before, .ion-ios-ice-cream:before, .ion-ios-image:before, .ion-ios-images:before, .ion-ios-infinite:before, .ion-ios-information:before, .ion-ios-information-circle:before, .ion-ios-information-circle-outline:before, .ion-ios-jet:before, .ion-ios-journal:before, .ion-ios-key:before, .ion-ios-keypad:before, .ion-ios-laptop:before, .ion-ios-leaf:before, .ion-ios-link:before, .ion-ios-list:before, .ion-ios-list-box:before, .ion-ios-locate:before, .ion-ios-lock:before, .ion-ios-log-in:before, .ion-ios-log-out:before, .ion-ios-magnet:before, .ion-ios-mail:before, .ion-ios-mail-open:before, .ion-ios-mail-unread:before, .ion-ios-male:before, .ion-ios-man:before, .ion-ios-map:before, .ion-ios-medal:before, .ion-ios-medical:before, .ion-ios-medkit:before, .ion-ios-megaphone:before, .ion-ios-menu:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-microphone:before, .ion-ios-moon:before, .ion-ios-more:before, .ion-ios-move:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-notifications:before, .ion-ios-notifications-off:before, .ion-ios-notifications-outline:before, .ion-ios-nuclear:before, .ion-ios-nutrition:before, .ion-ios-open:before, .ion-ios-options:before, .ion-ios-outlet:before, .ion-ios-paper:before, .ion-ios-paper-plane:before, .ion-ios-partly-sunny:before, .ion-ios-pause:before, .ion-ios-paw:before, .ion-ios-people:before, .ion-ios-person:before, .ion-ios-person-add:before, .ion-ios-phone-landscape:before, .ion-ios-phone-portrait:before, .ion-ios-photos:before, .ion-ios-pie:before, .ion-ios-pin:before, .ion-ios-pint:before, .ion-ios-pizza:before, .ion-ios-planet:before, .ion-ios-play:before, .ion-ios-play-circle:before, .ion-ios-podium:before, .ion-ios-power:before, .ion-ios-pricetag:before, .ion-ios-pricetags:before, .ion-ios-print:before, .ion-ios-pulse:before, .ion-ios-qr-scanner:before, .ion-ios-quote:before, .ion-ios-radio:before, .ion-ios-radio-button-off:before, .ion-ios-radio-button-on:before, .ion-ios-rainy:before, .ion-ios-recording:before, .ion-ios-redo:before, .ion-ios-refresh:before, .ion-ios-refresh-circle:before, .ion-ios-remove:before, .ion-ios-remove-circle:before, .ion-ios-remove-circle-outline:before, .ion-ios-reorder:before, .ion-ios-repeat:before, .ion-ios-resize:before, .ion-ios-restaurant:before, .ion-ios-return-left:before, .ion-ios-return-right:before, .ion-ios-reverse-camera:before, .ion-ios-rewind:before, .ion-ios-ribbon:before, .ion-ios-rocket:before, .ion-ios-rose:before, .ion-ios-sad:before, .ion-ios-save:before, .ion-ios-school:before, .ion-ios-search:before, .ion-ios-send:before, .ion-ios-settings:before, .ion-ios-share:before, .ion-ios-share-alt:before, .ion-ios-shirt:before, .ion-ios-shuffle:before, .ion-ios-skip-backward:before, .ion-ios-skip-forward:before, .ion-ios-snow:before, .ion-ios-speedometer:before, .ion-ios-square:before, .ion-ios-square-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stats:before, .ion-ios-stopwatch:before, .ion-ios-subway:before, .ion-ios-sunny:before, .ion-ios-swap:before, .ion-ios-switch:before, .ion-ios-sync:before, .ion-ios-tablet-landscape:before, .ion-ios-tablet-portrait:before, .ion-ios-tennisball:before, .ion-ios-text:before, .ion-ios-thermometer:before, .ion-ios-thumbs-down:before, .ion-ios-thumbs-up:before, .ion-ios-thunderstorm:before, .ion-ios-time:before, .ion-ios-timer:before, .ion-ios-today:before, .ion-ios-train:before, .ion-ios-transgender:before, .ion-ios-trash:before, .ion-ios-trending-down:before, .ion-ios-trending-up:before, .ion-ios-trophy:before, .ion-ios-tv:before, .ion-ios-umbrella:before, .ion-ios-undo:before, .ion-ios-unlock:before, .ion-ios-videocam:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-volume-mute:before, .ion-ios-volume-off:before, .ion-ios-walk:before, .ion-ios-wallet:before, .ion-ios-warning:before, .ion-ios-watch:before, .ion-ios-water:before, .ion-ios-wifi:before, .ion-ios-wine:before, .ion-ios-woman:before, .ion-logo-android:before, .ion-logo-angular:before, .ion-logo-apple:before, .ion-logo-bitbucket:before, .ion-logo-bitcoin:before, .ion-logo-buffer:before, .ion-logo-chrome:before, .ion-logo-closed-captioning:before, .ion-logo-codepen:before, .ion-logo-css3:before, .ion-logo-designernews:before, .ion-logo-dribbble:before, .ion-logo-dropbox:before, .ion-logo-euro:before, .ion-logo-facebook:before, .ion-logo-flickr:before, .ion-logo-foursquare:before, .ion-logo-freebsd-devil:before, .ion-logo-game-controller-a:before, .ion-logo-game-controller-b:before, .ion-logo-github:before, .ion-logo-google:before, .ion-logo-googleplus:before, .ion-logo-hackernews:before, .ion-logo-html5:before, .ion-logo-instagram:before, .ion-logo-ionic:before, .ion-logo-ionitron:before, .ion-logo-javascript:before, .ion-logo-linkedin:before, .ion-logo-markdown:before, .ion-logo-model-s:before, .ion-logo-no-smoking:before, .ion-logo-nodejs:before, .ion-logo-npm:before, .ion-logo-octocat:before, .ion-logo-pinterest:before, .ion-logo-playstation:before, .ion-logo-polymer:before, .ion-logo-python:before, .ion-logo-reddit:before, .ion-logo-rss:before, .ion-logo-sass:before, .ion-logo-skype:before, .ion-logo-slack:before, .ion-logo-snapchat:before, .ion-logo-steam:before, .ion-logo-tumblr:before, .ion-logo-tux:before, .ion-logo-twitch:before, .ion-logo-twitter:before, .ion-logo-usd:before, .ion-logo-vimeo:before, .ion-logo-vk:before, .ion-logo-whatsapp:before, .ion-logo-windows:before, .ion-logo-wordpress:before, .ion-logo-xbox:before, .ion-logo-xing:before, .ion-logo-yahoo:before, .ion-logo-yen:before, .ion-logo-youtube:before, .ion-md-add:before, .ion-md-add-circle:before, .ion-md-add-circle-outline:before, .ion-md-airplane:before, .ion-md-alarm:before, .ion-md-albums:before, .ion-md-alert:before, .ion-md-american-football:before, .ion-md-analytics:before, .ion-md-aperture:before, .ion-md-apps:before, .ion-md-appstore:before, .ion-md-archive:before, .ion-md-arrow-back:before, .ion-md-arrow-down:before, .ion-md-arrow-dropdown:before, .ion-md-arrow-dropdown-circle:before, .ion-md-arrow-dropleft:before, .ion-md-arrow-dropleft-circle:before, .ion-md-arrow-dropright:before, .ion-md-arrow-dropright-circle:before, .ion-md-arrow-dropup:before, .ion-md-arrow-dropup-circle:before, .ion-md-arrow-forward:before, .ion-md-arrow-round-back:before, .ion-md-arrow-round-down:before, .ion-md-arrow-round-forward:before, .ion-md-arrow-round-up:before, .ion-md-arrow-up:before, .ion-md-at:before, .ion-md-attach:before, .ion-md-backspace:before, .ion-md-barcode:before, .ion-md-baseball:before, .ion-md-basket:before, .ion-md-basketball:before, .ion-md-battery-charging:before, .ion-md-battery-dead:before, .ion-md-battery-full:before, .ion-md-beaker:before, .ion-md-bed:before, .ion-md-beer:before, .ion-md-bicycle:before, .ion-md-bluetooth:before, .ion-md-boat:before, .ion-md-body:before, .ion-md-bonfire:before, .ion-md-book:before, .ion-md-bookmark:before, .ion-md-bookmarks:before, .ion-md-bowtie:before, .ion-md-briefcase:before, .ion-md-browsers:before, .ion-md-brush:before, .ion-md-bug:before, .ion-md-build:before, .ion-md-bulb:before, .ion-md-bus:before, .ion-md-business:before, .ion-md-cafe:before, .ion-md-calculator:before, .ion-md-calendar:before, .ion-md-call:before, .ion-md-camera:before, .ion-md-car:before, .ion-md-card:before, .ion-md-cart:before, .ion-md-cash:before, .ion-md-cellular:before, .ion-md-chatboxes:before, .ion-md-chatbubbles:before, .ion-md-checkbox:before, .ion-md-checkbox-outline:before, .ion-md-checkmark:before, .ion-md-checkmark-circle:before, .ion-md-checkmark-circle-outline:before, .ion-md-clipboard:before, .ion-md-clock:before, .ion-md-close:before, .ion-md-close-circle:before, .ion-md-close-circle-outline:before, .ion-md-cloud:before, .ion-md-cloud-circle:before, .ion-md-cloud-done:before, .ion-md-cloud-download:before, .ion-md-cloud-outline:before, .ion-md-cloud-upload:before, .ion-md-cloudy:before, .ion-md-cloudy-night:before, .ion-md-code:before, .ion-md-code-download:before, .ion-md-code-working:before, .ion-md-cog:before, .ion-md-color-fill:before, .ion-md-color-filter:before, .ion-md-color-palette:before, .ion-md-color-wand:before, .ion-md-compass:before, .ion-md-construct:before, .ion-md-contact:before, .ion-md-contacts:before, .ion-md-contract:before, .ion-md-contrast:before, .ion-md-copy:before, .ion-md-create:before, .ion-md-crop:before, .ion-md-cube:before, .ion-md-cut:before, .ion-md-desktop:before, .ion-md-disc:before, .ion-md-document:before, .ion-md-done-all:before, .ion-md-download:before, .ion-md-easel:before, .ion-md-egg:before, .ion-md-exit:before, .ion-md-expand:before, .ion-md-eye:before, .ion-md-eye-off:before, .ion-md-fastforward:before, .ion-md-female:before, .ion-md-filing:before, .ion-md-film:before, .ion-md-finger-print:before, .ion-md-fitness:before, .ion-md-flag:before, .ion-md-flame:before, .ion-md-flash:before, .ion-md-flash-off:before, .ion-md-flashlight:before, .ion-md-flask:before, .ion-md-flower:before, .ion-md-folder:before, .ion-md-folder-open:before, .ion-md-football:before, .ion-md-funnel:before, .ion-md-gift:before, .ion-md-git-branch:before, .ion-md-git-commit:before, .ion-md-git-compare:before, .ion-md-git-merge:before, .ion-md-git-network:before, .ion-md-git-pull-request:before, .ion-md-glasses:before, .ion-md-globe:before, .ion-md-grid:before, .ion-md-hammer:before, .ion-md-hand:before, .ion-md-happy:before, .ion-md-headset:before, .ion-md-heart:before, .ion-md-heart-dislike:before, .ion-md-heart-empty:before, .ion-md-heart-half:before, .ion-md-help:before, .ion-md-help-buoy:before, .ion-md-help-circle:before, .ion-md-help-circle-outline:before, .ion-md-home:before, .ion-md-hourglass:before, .ion-md-ice-cream:before, .ion-md-image:before, .ion-md-images:before, .ion-md-infinite:before, .ion-md-information:before, .ion-md-information-circle:before, .ion-md-information-circle-outline:before, .ion-md-jet:before, .ion-md-journal:before, .ion-md-key:before, .ion-md-keypad:before, .ion-md-laptop:before, .ion-md-leaf:before, .ion-md-link:before, .ion-md-list:before, .ion-md-list-box:before, .ion-md-locate:before, .ion-md-lock:before, .ion-md-log-in:before, .ion-md-log-out:before, .ion-md-magnet:before, .ion-md-mail:before, .ion-md-mail-open:before, .ion-md-mail-unread:before, .ion-md-male:before, .ion-md-man:before, .ion-md-map:before, .ion-md-medal:before, .ion-md-medical:before, .ion-md-medkit:before, .ion-md-megaphone:before, .ion-md-menu:before, .ion-md-mic:before, .ion-md-mic-off:before, .ion-md-microphone:before, .ion-md-moon:before, .ion-md-more:before, .ion-md-move:before, .ion-md-musical-note:before, .ion-md-musical-notes:before, .ion-md-navigate:before, .ion-md-notifications:before, .ion-md-notifications-off:before, .ion-md-notifications-outline:before, .ion-md-nuclear:before, .ion-md-nutrition:before, .ion-md-open:before, .ion-md-options:before, .ion-md-outlet:before, .ion-md-paper:before, .ion-md-paper-plane:before, .ion-md-partly-sunny:before, .ion-md-pause:before, .ion-md-paw:before, .ion-md-people:before, .ion-md-person:before, .ion-md-person-add:before, .ion-md-phone-landscape:before, .ion-md-phone-portrait:before, .ion-md-photos:before, .ion-md-pie:before, .ion-md-pin:before, .ion-md-pint:before, .ion-md-pizza:before, .ion-md-planet:before, .ion-md-play:before, .ion-md-play-circle:before, .ion-md-podium:before, .ion-md-power:before, .ion-md-pricetag:before, .ion-md-pricetags:before, .ion-md-print:before, .ion-md-pulse:before, .ion-md-qr-scanner:before, .ion-md-quote:before, .ion-md-radio:before, .ion-md-radio-button-off:before, .ion-md-radio-button-on:before, .ion-md-rainy:before, .ion-md-recording:before, .ion-md-redo:before, .ion-md-refresh:before, .ion-md-refresh-circle:before, .ion-md-remove:before, .ion-md-remove-circle:before, .ion-md-remove-circle-outline:before, .ion-md-reorder:before, .ion-md-repeat:before, .ion-md-resize:before, .ion-md-restaurant:before, .ion-md-return-left:before, .ion-md-return-right:before, .ion-md-reverse-camera:before, .ion-md-rewind:before, .ion-md-ribbon:before, .ion-md-rocket:before, .ion-md-rose:before, .ion-md-sad:before, .ion-md-save:before, .ion-md-school:before, .ion-md-search:before, .ion-md-send:before, .ion-md-settings:before, .ion-md-share:before, .ion-md-share-alt:before, .ion-md-shirt:before, .ion-md-shuffle:before, .ion-md-skip-backward:before, .ion-md-skip-forward:before, .ion-md-snow:before, .ion-md-speedometer:before, .ion-md-square:before, .ion-md-square-outline:before, .ion-md-star:before, .ion-md-star-half:before, .ion-md-star-outline:before, .ion-md-stats:before, .ion-md-stopwatch:before, .ion-md-subway:before, .ion-md-sunny:before, .ion-md-swap:before, .ion-md-switch:before, .ion-md-sync:before, .ion-md-tablet-landscape:before, .ion-md-tablet-portrait:before, .ion-md-tennisball:before, .ion-md-text:before, .ion-md-thermometer:before, .ion-md-thumbs-down:before, .ion-md-thumbs-up:before, .ion-md-thunderstorm:before, .ion-md-time:before, .ion-md-timer:before, .ion-md-today:before, .ion-md-train:before, .ion-md-transgender:before, .ion-md-trash:before, .ion-md-trending-down:before, .ion-md-trending-up:before, .ion-md-trophy:before, .ion-md-tv:before, .ion-md-umbrella:before, .ion-md-undo:before, .ion-md-unlock:before, .ion-md-videocam:before, .ion-md-volume-high:before, .ion-md-volume-low:before, .ion-md-volume-mute:before, .ion-md-volume-off:before, .ion-md-walk:before, .ion-md-wallet:before, .ion-md-warning:before, .ion-md-watch:before, .ion-md-water:before, .ion-md-wifi:before, .ion-md-wine:before, .ion-md-woman:before
{
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ion-ios-add:before
{
    content: "";
}
.ion-ios-add-circle:before
{
    content: "";
}
.ion-ios-add-circle-outline:before
{
    content: "";
}
.ion-ios-airplane:before
{
    content: "";
}
.ion-ios-alarm:before
{
    content: "";
}
.ion-ios-albums:before
{
    content: "";
}
.ion-ios-alert:before
{
    content: "";
}
.ion-ios-american-football:before
{
    content: "";
}
.ion-ios-analytics:before
{
    content: "";
}
.ion-ios-aperture:before
{
    content: "";
}
.ion-ios-apps:before
{
    content: "";
}
.ion-ios-appstore:before
{
    content: "";
}
.ion-ios-archive:before
{
    content: "";
}
.ion-ios-arrow-back:before
{
    content: "";
}
.ion-ios-arrow-down:before
{
    content: "";
}
.ion-ios-arrow-dropdown:before
{
    content: "";
}
.ion-ios-arrow-dropdown-circle:before
{
    content: "";
}
.ion-ios-arrow-dropleft:before
{
    content: "";
}
.ion-ios-arrow-dropleft-circle:before
{
    content: "";
}
.ion-ios-arrow-dropright:before
{
    content: "";
}
.ion-ios-arrow-dropright-circle:before
{
    content: "";
}
.ion-ios-arrow-dropup:before
{
    content: "";
}
.ion-ios-arrow-dropup-circle:before
{
    content: "";
}
.ion-ios-arrow-forward:before
{
    content: "";
}
.ion-ios-arrow-round-back:before
{
    content: "";
}
.ion-ios-arrow-round-down:before
{
    content: "";
}
.ion-ios-arrow-round-forward:before
{
    content: "";
}
.ion-ios-arrow-round-up:before
{
    content: "";
}
.ion-ios-arrow-up:before
{
    content: "";
}
.ion-ios-at:before
{
    content: "";
}
.ion-ios-attach:before
{
    content: "";
}
.ion-ios-backspace:before
{
    content: "";
}
.ion-ios-barcode:before
{
    content: "";
}
.ion-ios-baseball:before
{
    content: "";
}
.ion-ios-basket:before
{
    content: "";
}
.ion-ios-basketball:before
{
    content: "";
}
.ion-ios-battery-charging:before
{
    content: "";
}
.ion-ios-battery-dead:before
{
    content: "";
}
.ion-ios-battery-full:before
{
    content: "";
}
.ion-ios-beaker:before
{
    content: "";
}
.ion-ios-bed:before
{
    content: "";
}
.ion-ios-beer:before
{
    content: "";
}
.ion-ios-bicycle:before
{
    content: "";
}
.ion-ios-bluetooth:before
{
    content: "";
}
.ion-ios-boat:before
{
    content: "";
}
.ion-ios-body:before
{
    content: "";
}
.ion-ios-bonfire:before
{
    content: "";
}
.ion-ios-book:before
{
    content: "";
}
.ion-ios-bookmark:before
{
    content: "";
}
.ion-ios-bookmarks:before
{
    content: "";
}
.ion-ios-bowtie:before
{
    content: "";
}
.ion-ios-briefcase:before
{
    content: "";
}
.ion-ios-browsers:before
{
    content: "";
}
.ion-ios-brush:before
{
    content: "";
}
.ion-ios-bug:before
{
    content: "";
}
.ion-ios-build:before
{
    content: "";
}
.ion-ios-bulb:before
{
    content: "";
}
.ion-ios-bus:before
{
    content: "";
}
.ion-ios-business:before
{
    content: "";
}
.ion-ios-cafe:before
{
    content: "";
}
.ion-ios-calculator:before
{
    content: "";
}
.ion-ios-calendar:before
{
    content: "";
}
.ion-ios-call:before
{
    content: "";
}
.ion-ios-camera:before
{
    content: "";
}
.ion-ios-car:before
{
    content: "";
}
.ion-ios-card:before
{
    content: "";
}
.ion-ios-cart:before
{
    content: "";
}
.ion-ios-cash:before
{
    content: "";
}
.ion-ios-cellular:before
{
    content: "";
}
.ion-ios-chatboxes:before
{
    content: "";
}
.ion-ios-chatbubbles:before
{
    content: "";
}
.ion-ios-checkbox:before
{
    content: "";
}
.ion-ios-checkbox-outline:before
{
    content: "";
}
.ion-ios-checkmark:before
{
    content: "";
}
.ion-ios-checkmark-circle:before
{
    content: "";
}
.ion-ios-checkmark-circle-outline:before
{
    content: "";
}
.ion-ios-clipboard:before
{
    content: "";
}
.ion-ios-clock:before
{
    content: "";
}
.ion-ios-close:before
{
    content: "";
}
.ion-ios-close-circle:before
{
    content: "";
}
.ion-ios-close-circle-outline:before
{
    content: "";
}
.ion-ios-cloud:before
{
    content: "";
}
.ion-ios-cloud-circle:before
{
    content: "";
}
.ion-ios-cloud-done:before
{
    content: "";
}
.ion-ios-cloud-download:before
{
    content: "";
}
.ion-ios-cloud-outline:before
{
    content: "";
}
.ion-ios-cloud-upload:before
{
    content: "";
}
.ion-ios-cloudy:before
{
    content: "";
}
.ion-ios-cloudy-night:before
{
    content: "";
}
.ion-ios-code:before
{
    content: "";
}
.ion-ios-code-download:before
{
    content: "";
}
.ion-ios-code-working:before
{
    content: "";
}
.ion-ios-cog:before
{
    content: "";
}
.ion-ios-color-fill:before
{
    content: "";
}
.ion-ios-color-filter:before
{
    content: "";
}
.ion-ios-color-palette:before
{
    content: "";
}
.ion-ios-color-wand:before
{
    content: "";
}
.ion-ios-compass:before
{
    content: "";
}
.ion-ios-construct:before
{
    content: "";
}
.ion-ios-contact:before
{
    content: "";
}
.ion-ios-contacts:before
{
    content: "";
}
.ion-ios-contract:before
{
    content: "";
}
.ion-ios-contrast:before
{
    content: "";
}
.ion-ios-copy:before
{
    content: "";
}
.ion-ios-create:before
{
    content: "";
}
.ion-ios-crop:before
{
    content: "";
}
.ion-ios-cube:before
{
    content: "";
}
.ion-ios-cut:before
{
    content: "";
}
.ion-ios-desktop:before
{
    content: "";
}
.ion-ios-disc:before
{
    content: "";
}
.ion-ios-document:before
{
    content: "";
}
.ion-ios-done-all:before
{
    content: "";
}
.ion-ios-download:before
{
    content: "";
}
.ion-ios-easel:before
{
    content: "";
}
.ion-ios-egg:before
{
    content: "";
}
.ion-ios-exit:before
{
    content: "";
}
.ion-ios-expand:before
{
    content: "";
}
.ion-ios-eye:before
{
    content: "";
}
.ion-ios-eye-off:before
{
    content: "";
}
.ion-ios-fastforward:before
{
    content: "";
}
.ion-ios-female:before
{
    content: "";
}
.ion-ios-filing:before
{
    content: "";
}
.ion-ios-film:before
{
    content: "";
}
.ion-ios-finger-print:before
{
    content: "";
}
.ion-ios-fitness:before
{
    content: "";
}
.ion-ios-flag:before
{
    content: "";
}
.ion-ios-flame:before
{
    content: "";
}
.ion-ios-flash:before
{
    content: "";
}
.ion-ios-flash-off:before
{
    content: "";
}
.ion-ios-flashlight:before
{
    content: "";
}
.ion-ios-flask:before
{
    content: "";
}
.ion-ios-flower:before
{
    content: "";
}
.ion-ios-folder:before
{
    content: "";
}
.ion-ios-folder-open:before
{
    content: "";
}
.ion-ios-football:before
{
    content: "";
}
.ion-ios-funnel:before
{
    content: "";
}
.ion-ios-gift:before
{
    content: "";
}
.ion-ios-git-branch:before
{
    content: "";
}
.ion-ios-git-commit:before
{
    content: "";
}
.ion-ios-git-compare:before
{
    content: "";
}
.ion-ios-git-merge:before
{
    content: "";
}
.ion-ios-git-network:before
{
    content: "";
}
.ion-ios-git-pull-request:before
{
    content: "";
}
.ion-ios-glasses:before
{
    content: "";
}
.ion-ios-globe:before
{
    content: "";
}
.ion-ios-grid:before
{
    content: "";
}
.ion-ios-hammer:before
{
    content: "";
}
.ion-ios-hand:before
{
    content: "";
}
.ion-ios-happy:before
{
    content: "";
}
.ion-ios-headset:before
{
    content: "";
}
.ion-ios-heart:before
{
    content: "";
}
.ion-ios-heart-dislike:before
{
    content: "";
}
.ion-ios-heart-empty:before
{
    content: "";
}
.ion-ios-heart-half:before
{
    content: "";
}
.ion-ios-help:before
{
    content: "";
}
.ion-ios-help-buoy:before
{
    content: "";
}
.ion-ios-help-circle:before
{
    content: "";
}
.ion-ios-help-circle-outline:before
{
    content: "";
}
.ion-ios-home:before
{
    content: "";
}
.ion-ios-hourglass:before
{
    content: "";
}
.ion-ios-ice-cream:before
{
    content: "";
}
.ion-ios-image:before
{
    content: "";
}
.ion-ios-images:before
{
    content: "";
}
.ion-ios-infinite:before
{
    content: "";
}
.ion-ios-information:before
{
    content: "";
}
.ion-ios-information-circle:before
{
    content: "";
}
.ion-ios-information-circle-outline:before
{
    content: "";
}
.ion-ios-jet:before
{
    content: "";
}
.ion-ios-journal:before
{
    content: "";
}
.ion-ios-key:before
{
    content: "";
}
.ion-ios-keypad:before
{
    content: "";
}
.ion-ios-laptop:before
{
    content: "";
}
.ion-ios-leaf:before
{
    content: "";
}
.ion-ios-link:before
{
    content: "";
}
.ion-ios-list:before
{
    content: "";
}
.ion-ios-list-box:before
{
    content: "";
}
.ion-ios-locate:before
{
    content: "";
}
.ion-ios-lock:before
{
    content: "";
}
.ion-ios-log-in:before
{
    content: "";
}
.ion-ios-log-out:before
{
    content: "";
}
.ion-ios-magnet:before
{
    content: "";
}
.ion-ios-mail:before
{
    content: "";
}
.ion-ios-mail-open:before
{
    content: "";
}
.ion-ios-mail-unread:before
{
    content: "";
}
.ion-ios-male:before
{
    content: "";
}
.ion-ios-man:before
{
    content: "";
}
.ion-ios-map:before
{
    content: "";
}
.ion-ios-medal:before
{
    content: "";
}
.ion-ios-medical:before
{
    content: "";
}
.ion-ios-medkit:before
{
    content: "";
}
.ion-ios-megaphone:before
{
    content: "";
}
.ion-ios-menu:before
{
    content: "";
}
.ion-ios-mic:before
{
    content: "";
}
.ion-ios-mic-off:before
{
    content: "";
}
.ion-ios-microphone:before
{
    content: "";
}
.ion-ios-moon:before
{
    content: "";
}
.ion-ios-more:before
{
    content: "";
}
.ion-ios-move:before
{
    content: "";
}
.ion-ios-musical-note:before
{
    content: "";
}
.ion-ios-musical-notes:before
{
    content: "";
}
.ion-ios-navigate:before
{
    content: "";
}
.ion-ios-notifications:before
{
    content: "";
}
.ion-ios-notifications-off:before
{
    content: "";
}
.ion-ios-notifications-outline:before
{
    content: "";
}
.ion-ios-nuclear:before
{
    content: "";
}
.ion-ios-nutrition:before
{
    content: "";
}
.ion-ios-open:before
{
    content: "";
}
.ion-ios-options:before
{
    content: "";
}
.ion-ios-outlet:before
{
    content: "";
}
.ion-ios-paper:before
{
    content: "";
}
.ion-ios-paper-plane:before
{
    content: "";
}
.ion-ios-partly-sunny:before
{
    content: "";
}
.ion-ios-pause:before
{
    content: "";
}
.ion-ios-paw:before
{
    content: "";
}
.ion-ios-people:before
{
    content: "";
}
.ion-ios-person:before
{
    content: "";
}
.ion-ios-person-add:before
{
    content: "";
}
.ion-ios-phone-landscape:before
{
    content: "";
}
.ion-ios-phone-portrait:before
{
    content: "";
}
.ion-ios-photos:before
{
    content: "";
}
.ion-ios-pie:before
{
    content: "";
}
.ion-ios-pin:before
{
    content: "";
}
.ion-ios-pint:before
{
    content: "";
}
.ion-ios-pizza:before
{
    content: "";
}
.ion-ios-planet:before
{
    content: "";
}
.ion-ios-play:before
{
    content: "";
}
.ion-ios-play-circle:before
{
    content: "";
}
.ion-ios-podium:before
{
    content: "";
}
.ion-ios-power:before
{
    content: "";
}
.ion-ios-pricetag:before
{
    content: "";
}
.ion-ios-pricetags:before
{
    content: "";
}
.ion-ios-print:before
{
    content: "";
}
.ion-ios-pulse:before
{
    content: "";
}
.ion-ios-qr-scanner:before
{
    content: "";
}
.ion-ios-quote:before
{
    content: "";
}
.ion-ios-radio:before
{
    content: "";
}
.ion-ios-radio-button-off:before
{
    content: "";
}
.ion-ios-radio-button-on:before
{
    content: "";
}
.ion-ios-rainy:before
{
    content: "";
}
.ion-ios-recording:before
{
    content: "";
}
.ion-ios-redo:before
{
    content: "";
}
.ion-ios-refresh:before
{
    content: "";
}
.ion-ios-refresh-circle:before
{
    content: "";
}
.ion-ios-remove:before
{
    content: "";
}
.ion-ios-remove-circle:before
{
    content: "";
}
.ion-ios-remove-circle-outline:before
{
    content: "";
}
.ion-ios-reorder:before
{
    content: "";
}
.ion-ios-repeat:before
{
    content: "";
}
.ion-ios-resize:before
{
    content: "";
}
.ion-ios-restaurant:before
{
    content: "";
}
.ion-ios-return-left:before
{
    content: "";
}
.ion-ios-return-right:before
{
    content: "";
}
.ion-ios-reverse-camera:before
{
    content: "";
}
.ion-ios-rewind:before
{
    content: "";
}
.ion-ios-ribbon:before
{
    content: "";
}
.ion-ios-rocket:before
{
    content: "";
}
.ion-ios-rose:before
{
    content: "";
}
.ion-ios-sad:before
{
    content: "";
}
.ion-ios-save:before
{
    content: "";
}
.ion-ios-school:before
{
    content: "";
}
.ion-ios-search:before
{
    content: "";
}
.ion-ios-send:before
{
    content: "";
}
.ion-ios-settings:before
{
    content: "";
}
.ion-ios-share:before
{
    content: "";
}
.ion-ios-share-alt:before
{
    content: "";
}
.ion-ios-shirt:before
{
    content: "";
}
.ion-ios-shuffle:before
{
    content: "";
}
.ion-ios-skip-backward:before
{
    content: "";
}
.ion-ios-skip-forward:before
{
    content: "";
}
.ion-ios-snow:before
{
    content: "";
}
.ion-ios-speedometer:before
{
    content: "";
}
.ion-ios-square:before
{
    content: "";
}
.ion-ios-square-outline:before
{
    content: "";
}
.ion-ios-star:before
{
    content: "";
}
.ion-ios-star-half:before
{
    content: "";
}
.ion-ios-star-outline:before
{
    content: "";
}
.ion-ios-stats:before
{
    content: "";
}
.ion-ios-stopwatch:before
{
    content: "";
}
.ion-ios-subway:before
{
    content: "";
}
.ion-ios-sunny:before
{
    content: "";
}
.ion-ios-swap:before
{
    content: "";
}
.ion-ios-switch:before
{
    content: "";
}
.ion-ios-sync:before
{
    content: "";
}
.ion-ios-tablet-landscape:before
{
    content: "";
}
.ion-ios-tablet-portrait:before
{
    content: "";
}
.ion-ios-tennisball:before
{
    content: "";
}
.ion-ios-text:before
{
    content: "";
}
.ion-ios-thermometer:before
{
    content: "";
}
.ion-ios-thumbs-down:before
{
    content: "";
}
.ion-ios-thumbs-up:before
{
    content: "";
}
.ion-ios-thunderstorm:before
{
    content: "";
}
.ion-ios-time:before
{
    content: "";
}
.ion-ios-timer:before
{
    content: "";
}
.ion-ios-today:before
{
    content: "";
}
.ion-ios-train:before
{
    content: "";
}
.ion-ios-transgender:before
{
    content: "";
}
.ion-ios-trash:before
{
    content: "";
}
.ion-ios-trending-down:before
{
    content: "";
}
.ion-ios-trending-up:before
{
    content: "";
}
.ion-ios-trophy:before
{
    content: "";
}
.ion-ios-tv:before
{
    content: "";
}
.ion-ios-umbrella:before
{
    content: "";
}
.ion-ios-undo:before
{
    content: "";
}
.ion-ios-unlock:before
{
    content: "";
}
.ion-ios-videocam:before
{
    content: "";
}
.ion-ios-volume-high:before
{
    content: "";
}
.ion-ios-volume-low:before
{
    content: "";
}
.ion-ios-volume-mute:before
{
    content: "";
}
.ion-ios-volume-off:before
{
    content: "";
}
.ion-ios-walk:before
{
    content: "";
}
.ion-ios-wallet:before
{
    content: "";
}
.ion-ios-warning:before
{
    content: "";
}
.ion-ios-watch:before
{
    content: "";
}
.ion-ios-water:before
{
    content: "";
}
.ion-ios-wifi:before
{
    content: "";
}
.ion-ios-wine:before
{
    content: "";
}
.ion-ios-woman:before
{
    content: "";
}
.ion-logo-android:before
{
    content: "";
}
.ion-logo-angular:before
{
    content: "";
}
.ion-logo-apple:before
{
    content: "";
}
.ion-logo-bitbucket:before
{
    content: "";
}
.ion-logo-bitcoin:before
{
    content: "";
}
.ion-logo-buffer:before
{
    content: "";
}
.ion-logo-chrome:before
{
    content: "";
}
.ion-logo-closed-captioning:before
{
    content: "";
}
.ion-logo-codepen:before
{
    content: "";
}
.ion-logo-css3:before
{
    content: "";
}
.ion-logo-designernews:before
{
    content: "";
}
.ion-logo-dribbble:before
{
    content: "";
}
.ion-logo-dropbox:before
{
    content: "";
}
.ion-logo-euro:before
{
    content: "";
}
.ion-logo-facebook:before
{
    content: "";
}
.ion-logo-flickr:before
{
    content: "";
}
.ion-logo-foursquare:before
{
    content: "";
}
.ion-logo-freebsd-devil:before
{
    content: "";
}
.ion-logo-game-controller-a:before
{
    content: "";
}
.ion-logo-game-controller-b:before
{
    content: "";
}
.ion-logo-github:before
{
    content: "";
}
.ion-logo-google:before
{
    content: "";
}
.ion-logo-googleplus:before
{
    content: "";
}
.ion-logo-hackernews:before
{
    content: "";
}
.ion-logo-html5:before
{
    content: "";
}
.ion-logo-instagram:before
{
    content: "";
}
.ion-logo-ionic:before
{
    content: "";
}
.ion-logo-ionitron:before
{
    content: "";
}
.ion-logo-javascript:before
{
    content: "";
}
.ion-logo-linkedin:before
{
    content: "";
}
.ion-logo-markdown:before
{
    content: "";
}
.ion-logo-model-s:before
{
    content: "";
}
.ion-logo-no-smoking:before
{
    content: "";
}
.ion-logo-nodejs:before
{
    content: "";
}
.ion-logo-npm:before
{
    content: "";
}
.ion-logo-octocat:before
{
    content: "";
}
.ion-logo-pinterest:before
{
    content: "";
}
.ion-logo-playstation:before
{
    content: "";
}
.ion-logo-polymer:before
{
    content: "";
}
.ion-logo-python:before
{
    content: "";
}
.ion-logo-reddit:before
{
    content: "";
}
.ion-logo-rss:before
{
    content: "";
}
.ion-logo-sass:before
{
    content: "";
}
.ion-logo-skype:before
{
    content: "";
}
.ion-logo-slack:before
{
    content: "";
}
.ion-logo-snapchat:before
{
    content: "";
}
.ion-logo-steam:before
{
    content: "";
}
.ion-logo-tumblr:before
{
    content: "";
}
.ion-logo-tux:before
{
    content: "";
}
.ion-logo-twitch:before
{
    content: "";
}
.ion-logo-twitter:before
{
    content: "";
}
.ion-logo-usd:before
{
    content: "";
}
.ion-logo-vimeo:before
{
    content: "";
}
.ion-logo-vk:before
{
    content: "";
}
.ion-logo-whatsapp:before
{
    content: "";
}
.ion-logo-windows:before
{
    content: "";
}
.ion-logo-wordpress:before
{
    content: "";
}
.ion-logo-xbox:before
{
    content: "";
}
.ion-logo-xing:before
{
    content: "";
}
.ion-logo-yahoo:before
{
    content: "";
}
.ion-logo-yen:before
{
    content: "";
}
.ion-logo-youtube:before
{
    content: "";
}
.ion-md-add:before
{
    content: "";
}
.ion-md-add-circle:before
{
    content: "";
}
.ion-md-add-circle-outline:before
{
    content: "";
}
.ion-md-airplane:before
{
    content: "";
}
.ion-md-alarm:before
{
    content: "";
}
.ion-md-albums:before
{
    content: "";
}
.ion-md-alert:before
{
    content: "";
}
.ion-md-american-football:before
{
    content: "";
}
.ion-md-analytics:before
{
    content: "";
}
.ion-md-aperture:before
{
    content: "";
}
.ion-md-apps:before
{
    content: "";
}
.ion-md-appstore:before
{
    content: "";
}
.ion-md-archive:before
{
    content: "";
}
.ion-md-arrow-back:before
{
    content: "";
}
.ion-md-arrow-down:before
{
    content: "";
}
.ion-md-arrow-dropdown:before
{
    content: "";
}
.ion-md-arrow-dropdown-circle:before
{
    content: "";
}
.ion-md-arrow-dropleft:before
{
    content: "";
}
.ion-md-arrow-dropleft-circle:before
{
    content: "";
}
.ion-md-arrow-dropright:before
{
    content: "";
}
.ion-md-arrow-dropright-circle:before
{
    content: "";
}
.ion-md-arrow-dropup:before
{
    content: "";
}
.ion-md-arrow-dropup-circle:before
{
    content: "";
}
.ion-md-arrow-forward:before
{
    content: "";
}
.ion-md-arrow-round-back:before
{
    content: "";
}
.ion-md-arrow-round-down:before
{
    content: "";
}
.ion-md-arrow-round-forward:before
{
    content: "";
}
.ion-md-arrow-round-up:before
{
    content: "";
}
.ion-md-arrow-up:before
{
    content: "";
}
.ion-md-at:before
{
    content: "";
}
.ion-md-attach:before
{
    content: "";
}
.ion-md-backspace:before
{
    content: "";
}
.ion-md-barcode:before
{
    content: "";
}
.ion-md-baseball:before
{
    content: "";
}
.ion-md-basket:before
{
    content: "";
}
.ion-md-basketball:before
{
    content: "";
}
.ion-md-battery-charging:before
{
    content: "";
}
.ion-md-battery-dead:before
{
    content: "";
}
.ion-md-battery-full:before
{
    content: "";
}
.ion-md-beaker:before
{
    content: "";
}
.ion-md-bed:before
{
    content: "";
}
.ion-md-beer:before
{
    content: "";
}
.ion-md-bicycle:before
{
    content: "";
}
.ion-md-bluetooth:before
{
    content: "";
}
.ion-md-boat:before
{
    content: "";
}
.ion-md-body:before
{
    content: "";
}
.ion-md-bonfire:before
{
    content: "";
}
.ion-md-book:before
{
    content: "";
}
.ion-md-bookmark:before
{
    content: "";
}
.ion-md-bookmarks:before
{
    content: "";
}
.ion-md-bowtie:before
{
    content: "";
}
.ion-md-briefcase:before
{
    content: "";
}
.ion-md-browsers:before
{
    content: "";
}
.ion-md-brush:before
{
    content: "";
}
.ion-md-bug:before
{
    content: "";
}
.ion-md-build:before
{
    content: "";
}
.ion-md-bulb:before
{
    content: "";
}
.ion-md-bus:before
{
    content: "";
}
.ion-md-business:before
{
    content: "";
}
.ion-md-cafe:before
{
    content: "";
}
.ion-md-calculator:before
{
    content: "";
}
.ion-md-calendar:before
{
    content: "";
}
.ion-md-call:before
{
    content: "";
}
.ion-md-camera:before
{
    content: "";
}
.ion-md-car:before
{
    content: "";
}
.ion-md-card:before
{
    content: "";
}
.ion-md-cart:before
{
    content: "";
}
.ion-md-cash:before
{
    content: "";
}
.ion-md-cellular:before
{
    content: "";
}
.ion-md-chatboxes:before
{
    content: "";
}
.ion-md-chatbubbles:before
{
    content: "";
}
.ion-md-checkbox:before
{
    content: "";
}
.ion-md-checkbox-outline:before
{
    content: "";
}
.ion-md-checkmark:before
{
    content: "";
}
.ion-md-checkmark-circle:before
{
    content: "";
}
.ion-md-checkmark-circle-outline:before
{
    content: "";
}
.ion-md-clipboard:before
{
    content: "";
}
.ion-md-clock:before
{
    content: "";
}
.ion-md-close:before
{
    content: "";
}
.ion-md-close-circle:before
{
    content: "";
}
.ion-md-close-circle-outline:before
{
    content: "";
}
.ion-md-cloud:before
{
    content: "";
}
.ion-md-cloud-circle:before
{
    content: "";
}
.ion-md-cloud-done:before
{
    content: "";
}
.ion-md-cloud-download:before
{
    content: "";
}
.ion-md-cloud-outline:before
{
    content: "";
}
.ion-md-cloud-upload:before
{
    content: "";
}
.ion-md-cloudy:before
{
    content: "";
}
.ion-md-cloudy-night:before
{
    content: "";
}
.ion-md-code:before
{
    content: "";
}
.ion-md-code-download:before
{
    content: "";
}
.ion-md-code-working:before
{
    content: "";
}
.ion-md-cog:before
{
    content: "";
}
.ion-md-color-fill:before
{
    content: "";
}
.ion-md-color-filter:before
{
    content: "";
}
.ion-md-color-palette:before
{
    content: "";
}
.ion-md-color-wand:before
{
    content: "";
}
.ion-md-compass:before
{
    content: "";
}
.ion-md-construct:before
{
    content: "";
}
.ion-md-contact:before
{
    content: "";
}
.ion-md-contacts:before
{
    content: "";
}
.ion-md-contract:before
{
    content: "";
}
.ion-md-contrast:before
{
    content: "";
}
.ion-md-copy:before
{
    content: "";
}
.ion-md-create:before
{
    content: "";
}
.ion-md-crop:before
{
    content: "";
}
.ion-md-cube:before
{
    content: "";
}
.ion-md-cut:before
{
    content: "";
}
.ion-md-desktop:before
{
    content: "";
}
.ion-md-disc:before
{
    content: "";
}
.ion-md-document:before
{
    content: "";
}
.ion-md-done-all:before
{
    content: "";
}
.ion-md-download:before
{
    content: "";
}
.ion-md-easel:before
{
    content: "";
}
.ion-md-egg:before
{
    content: "";
}
.ion-md-exit:before
{
    content: "";
}
.ion-md-expand:before
{
    content: "";
}
.ion-md-eye:before
{
    content: "";
}
.ion-md-eye-off:before
{
    content: "";
}
.ion-md-fastforward:before
{
    content: "";
}
.ion-md-female:before
{
    content: "";
}
.ion-md-filing:before
{
    content: "";
}
.ion-md-film:before
{
    content: "";
}
.ion-md-finger-print:before
{
    content: "";
}
.ion-md-fitness:before
{
    content: "";
}
.ion-md-flag:before
{
    content: "";
}
.ion-md-flame:before
{
    content: "";
}
.ion-md-flash:before
{
    content: "";
}
.ion-md-flash-off:before
{
    content: "";
}
.ion-md-flashlight:before
{
    content: "";
}
.ion-md-flask:before
{
    content: "";
}
.ion-md-flower:before
{
    content: "";
}
.ion-md-folder:before
{
    content: "";
}
.ion-md-folder-open:before
{
    content: "";
}
.ion-md-football:before
{
    content: "";
}
.ion-md-funnel:before
{
    content: "";
}
.ion-md-gift:before
{
    content: "";
}
.ion-md-git-branch:before
{
    content: "";
}
.ion-md-git-commit:before
{
    content: "";
}
.ion-md-git-compare:before
{
    content: "";
}
.ion-md-git-merge:before
{
    content: "";
}
.ion-md-git-network:before
{
    content: "";
}
.ion-md-git-pull-request:before
{
    content: "";
}
.ion-md-glasses:before
{
    content: "";
}
.ion-md-globe:before
{
    content: "";
}
.ion-md-grid:before
{
    content: "";
}
.ion-md-hammer:before
{
    content: "";
}
.ion-md-hand:before
{
    content: "";
}
.ion-md-happy:before
{
    content: "";
}
.ion-md-headset:before
{
    content: "";
}
.ion-md-heart:before
{
    content: "";
}
.ion-md-heart-dislike:before
{
    content: "";
}
.ion-md-heart-empty:before
{
    content: "";
}
.ion-md-heart-half:before
{
    content: "";
}
.ion-md-help:before
{
    content: "";
}
.ion-md-help-buoy:before
{
    content: "";
}
.ion-md-help-circle:before
{
    content: "";
}
.ion-md-help-circle-outline:before
{
    content: "";
}
.ion-md-home:before
{
    content: "";
}
.ion-md-hourglass:before
{
    content: "";
}
.ion-md-ice-cream:before
{
    content: "";
}
.ion-md-image:before
{
    content: "";
}
.ion-md-images:before
{
    content: "";
}
.ion-md-infinite:before
{
    content: "";
}
.ion-md-information:before
{
    content: "";
}
.ion-md-information-circle:before
{
    content: "";
}
.ion-md-information-circle-outline:before
{
    content: "";
}
.ion-md-jet:before
{
    content: "";
}
.ion-md-journal:before
{
    content: "";
}
.ion-md-key:before
{
    content: "";
}
.ion-md-keypad:before
{
    content: "";
}
.ion-md-laptop:before
{
    content: "";
}
.ion-md-leaf:before
{
    content: "";
}
.ion-md-link:before
{
    content: "";
}
.ion-md-list:before
{
    content: "";
}
.ion-md-list-box:before
{
    content: "";
}
.ion-md-locate:before
{
    content: "";
}
.ion-md-lock:before
{
    content: "";
}
.ion-md-log-in:before
{
    content: "";
}
.ion-md-log-out:before
{
    content: "";
}
.ion-md-magnet:before
{
    content: "";
}
.ion-md-mail:before
{
    content: "";
}
.ion-md-mail-open:before
{
    content: "";
}
.ion-md-mail-unread:before
{
    content: "";
}
.ion-md-male:before
{
    content: "";
}
.ion-md-man:before
{
    content: "";
}
.ion-md-map:before
{
    content: "";
}
.ion-md-medal:before
{
    content: "";
}
.ion-md-medical:before
{
    content: "";
}
.ion-md-medkit:before
{
    content: "";
}
.ion-md-megaphone:before
{
    content: "";
}
.ion-md-menu:before
{
    content: "";
}
.ion-md-mic:before
{
    content: "";
}
.ion-md-mic-off:before
{
    content: "";
}
.ion-md-microphone:before
{
    content: "";
}
.ion-md-moon:before
{
    content: "";
}
.ion-md-more:before
{
    content: "";
}
.ion-md-move:before
{
    content: "";
}
.ion-md-musical-note:before
{
    content: "";
}
.ion-md-musical-notes:before
{
    content: "";
}
.ion-md-navigate:before
{
    content: "";
}
.ion-md-notifications:before
{
    content: "";
}
.ion-md-notifications-off:before
{
    content: "";
}
.ion-md-notifications-outline:before
{
    content: "";
}
.ion-md-nuclear:before
{
    content: "";
}
.ion-md-nutrition:before
{
    content: "";
}
.ion-md-open:before
{
    content: "";
}
.ion-md-options:before
{
    content: "";
}
.ion-md-outlet:before
{
    content: "";
}
.ion-md-paper:before
{
    content: "";
}
.ion-md-paper-plane:before
{
    content: "";
}
.ion-md-partly-sunny:before
{
    content: "";
}
.ion-md-pause:before
{
    content: "";
}
.ion-md-paw:before
{
    content: "";
}
.ion-md-people:before
{
    content: "";
}
.ion-md-person:before
{
    content: "";
}
.ion-md-person-add:before
{
    content: "";
}
.ion-md-phone-landscape:before
{
    content: "";
}
.ion-md-phone-portrait:before
{
    content: "";
}
.ion-md-photos:before
{
    content: "";
}
.ion-md-pie:before
{
    content: "";
}
.ion-md-pin:before
{
    content: "";
}
.ion-md-pint:before
{
    content: "";
}
.ion-md-pizza:before
{
    content: "";
}
.ion-md-planet:before
{
    content: "";
}
.ion-md-play:before
{
    content: "";
}
.ion-md-play-circle:before
{
    content: "";
}
.ion-md-podium:before
{
    content: "";
}
.ion-md-power:before
{
    content: "";
}
.ion-md-pricetag:before
{
    content: "";
}
.ion-md-pricetags:before
{
    content: "";
}
.ion-md-print:before
{
    content: "";
}
.ion-md-pulse:before
{
    content: "";
}
.ion-md-qr-scanner:before
{
    content: "";
}
.ion-md-quote:before
{
    content: "";
}
.ion-md-radio:before
{
    content: "";
}
.ion-md-radio-button-off:before
{
    content: "";
}
.ion-md-radio-button-on:before
{
    content: "";
}
.ion-md-rainy:before
{
    content: "";
}
.ion-md-recording:before
{
    content: "";
}
.ion-md-redo:before
{
    content: "";
}
.ion-md-refresh:before
{
    content: "";
}
.ion-md-refresh-circle:before
{
    content: "";
}
.ion-md-remove:before
{
    content: "";
}
.ion-md-remove-circle:before
{
    content: "";
}
.ion-md-remove-circle-outline:before
{
    content: "";
}
.ion-md-reorder:before
{
    content: "";
}
.ion-md-repeat:before
{
    content: "";
}
.ion-md-resize:before
{
    content: "";
}
.ion-md-restaurant:before
{
    content: "";
}
.ion-md-return-left:before
{
    content: "";
}
.ion-md-return-right:before
{
    content: "";
}
.ion-md-reverse-camera:before
{
    content: "";
}
.ion-md-rewind:before
{
    content: "";
}
.ion-md-ribbon:before
{
    content: "";
}
.ion-md-rocket:before
{
    content: "";
}
.ion-md-rose:before
{
    content: "";
}
.ion-md-sad:before
{
    content: "";
}
.ion-md-save:before
{
    content: "";
}
.ion-md-school:before
{
    content: "";
}
.ion-md-search:before
{
    content: "";
}
.ion-md-send:before
{
    content: "";
}
.ion-md-settings:before
{
    content: "";
}
.ion-md-share:before
{
    content: "";
}
.ion-md-share-alt:before
{
    content: "";
}
.ion-md-shirt:before
{
    content: "";
}
.ion-md-shuffle:before
{
    content: "";
}
.ion-md-skip-backward:before
{
    content: "";
}
.ion-md-skip-forward:before
{
    content: "";
}
.ion-md-snow:before
{
    content: "";
}
.ion-md-speedometer:before
{
    content: "";
}
.ion-md-square:before
{
    content: "";
}
.ion-md-square-outline:before
{
    content: "";
}
.ion-md-star:before
{
    content: "";
}
.ion-md-star-half:before
{
    content: "";
}
.ion-md-star-outline:before
{
    content: "";
}
.ion-md-stats:before
{
    content: "";
}
.ion-md-stopwatch:before
{
    content: "";
}
.ion-md-subway:before
{
    content: "";
}
.ion-md-sunny:before
{
    content: "";
}
.ion-md-swap:before
{
    content: "";
}
.ion-md-switch:before
{
    content: "";
}
.ion-md-sync:before
{
    content: "";
}
.ion-md-tablet-landscape:before
{
    content: "";
}
.ion-md-tablet-portrait:before
{
    content: "";
}
.ion-md-tennisball:before
{
    content: "";
}
.ion-md-text:before
{
    content: "";
}
.ion-md-thermometer:before
{
    content: "";
}
.ion-md-thumbs-down:before
{
    content: "";
}
.ion-md-thumbs-up:before
{
    content: "";
}
.ion-md-thunderstorm:before
{
    content: "";
}
.ion-md-time:before
{
    content: "";
}
.ion-md-timer:before
{
    content: "";
}
.ion-md-today:before
{
    content: "";
}
.ion-md-train:before
{
    content: "";
}
.ion-md-transgender:before
{
    content: "";
}
.ion-md-trash:before
{
    content: "";
}
.ion-md-trending-down:before
{
    content: "";
}
.ion-md-trending-up:before
{
    content: "";
}
.ion-md-trophy:before
{
    content: "";
}
.ion-md-tv:before
{
    content: "";
}
.ion-md-umbrella:before
{
    content: "";
}
.ion-md-undo:before
{
    content: "";
}
.ion-md-unlock:before
{
    content: "";
}
.ion-md-videocam:before
{
    content: "";
}
.ion-md-volume-high:before
{
    content: "";
}
.ion-md-volume-low:before
{
    content: "";
}
.ion-md-volume-mute:before
{
    content: "";
}
.ion-md-volume-off:before
{
    content: "";
}
.ion-md-walk:before
{
    content: "";
}
.ion-md-wallet:before
{
    content: "";
}
.ion-md-warning:before
{
    content: "";
}
.ion-md-watch:before
{
    content: "";
}
.ion-md-water:before
{
    content: "";
}
.ion-md-wifi:before
{
    content: "";
}
.ion-md-wine:before
{
    content: "";
}
.ion-md-woman:before
{
    content: "";
}
@font-face
{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Open Sans Light"),local("OpenSans-Light"),url(https://www.quickslot.com/assets/fonts/opensans/opensans-latin-ext-300.woff2) format("woff2");
    unicode-range: U+100-24F,U+259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face
{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Open Sans Light"),local("OpenSans-Light"),url(https://www.quickslot.com/assets/fonts/opensans/opensans-latin-300.woff2) format("woff2");
    unicode-range: U+0-FF,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face
{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Open Sans Regular"),local("OpenSans-Regular"),url(https://www.quickslot.com/assets/fonts/opensans/opensans-latin-ext-400.woff2) format("woff2");
    unicode-range: U+100-24F,U+259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face
{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Open Sans Regular"),local("OpenSans-Regular"),url(https://www.quickslot.com/assets/fonts/opensans/opensans-latin-400.woff2) format("woff2");
    unicode-range: U+0-FF,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face
{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Open Sans Bold"),local("OpenSans-Bold"),url(https://www.quickslot.com/assets/fonts/opensans/opensans-latin-ext-700.woff2) format("woff2");
    unicode-range: U+100-24F,U+259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face
{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Open Sans Bold"),local("OpenSans-Bold"),url(https://www.quickslot.com/assets/fonts/opensans/opensans-latin-700.woff2) format("woff2");
    unicode-range: U+0-FF,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
html, body, input, textarea, select, button
{
    overflow-x: hidden;
}