 
@font-face {
    font-family: 'Nominee Bold';
    src: url('font/Nominee-Bold.otf');
    font-weight: normal;
  font-style: normal;
  font-display:block;
    
}
@font-face {
    font-family: 'Nominee Medium';
    src: url('font/Nominee-Medium.otf');
    font-weight: normal;
  font-style: normal;
  font-display:block;
  
    
}
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
 
}

*,
:after,
:before {
    box-sizing: border-box
}



body,
html {
    margin: 0;
      font-family: Nominee Medium, Nominee Bold !important;
    scroll-behavior: smooth;
    height: 100%
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}


[tabindex="-1"]:focus {
    outline: 0!important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none!important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014\A0"
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        order: -1
    }
    .order-sm-last {
        order: 13
    }
    .order-sm-0 {
        order: 0
    }
    .order-sm-1 {
        order: 1
    }
    .order-sm-2 {
        order: 2
    }
    .order-sm-3 {
        order: 3
    }
    .order-sm-4 {
        order: 4
    }
    .order-sm-5 {
        order: 5
    }
    .order-sm-6 {
        order: 6
    }
    .order-sm-7 {
        order: 7
    }
    .order-sm-8 {
        order: 8
    }
    .order-sm-9 {
        order: 9
    }
    .order-sm-10 {
        order: 10
    }
    .order-sm-11 {
        order: 11
    }
    .order-sm-12 {
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        order: -1
    }
    .order-md-last {
        order: 13
    }
    .order-md-0 {
        order: 0
    }
    .order-md-1 {
        order: 1
    }
    .order-md-2 {
        order: 2
    }
    .order-md-3 {
        order: 3
    }
    .order-md-4 {
        order: 4
    }
    .order-md-5 {
        order: 5
    }
    .order-md-6 {
        order: 6
    }
    .order-md-7 {
        order: 7
    }
    .order-md-8 {
        order: 8
    }
    .order-md-9 {
        order: 9
    }
    .order-md-10 {
        order: 10
    }
    .order-md-11 {
        order: 11
    }
    .order-md-12 {
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        order: -1
    }
    .order-lg-last {
        order: 13
    }
    .order-lg-0 {
        order: 0
    }
    .order-lg-1 {
        order: 1
    }
    .order-lg-2 {
        order: 2
    }
    .order-lg-3 {
        order: 3
    }
    .order-lg-4 {
        order: 4
    }
    .order-lg-5 {
        order: 5
    }
    .order-lg-6 {
        order: 6
    }
    .order-lg-7 {
        order: 7
    }
    .order-lg-8 {
        order: 8
    }
    .order-lg-9 {
        order: 9
    }
    .order-lg-10 {
        order: 10
    }
    .order-lg-11 {
        order: 11
    }
    .order-lg-12 {
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        order: -1
    }
    .order-xl-last {
        order: 13
    }
    .order-xl-0 {
        order: 0
    }
    .order-xl-1 {
        order: 1
    }
    .order-xl-2 {
        order: 2
    }
    .order-xl-3 {
        order: 3
    }
    .order-xl-4 {
        order: 4
    }
    .order-xl-5 {
        order: 5
    }
    .order-xl-6 {
        order: 6
    }
    .order-xl-7 {
        order: 7
    }
    .order-xl-8 {
        order: 8
    }
    .order-xl-9 {
        order: 9
    }
    .order-xl-10 {
        order: 10
    }
    .order-xl-11 {
        order: 11
    }
    .order-xl-12 {
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100% calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}



.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,
.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
        position: absolute;
    right: 0PX;
    padding: 0 105px;
    
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

@media (max-width:575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex!important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: flex;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: flex;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        flex-flow: row wrap
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.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-footer,
.modal-dialog-scrollable .modal-header {
    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-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, .2);
    border-radius: .3rem;
    outline: 0
}

.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: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .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
    }
}

@media (min-width:992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

@media print {
    *,
    :after,
    :before {
        text-shadow: none!important;
        box-shadow: none!important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap!important
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    .container,
    body {
        min-width: 992px!important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6!important
    }
    .table-dark {
        color: inherit
    }
    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}




a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    height: auto;
    display: inline-block
}

p {
    margin-bottom: 15px
}

img {
    max-width: 100%
}

:focus {
    outline: none
}

li,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a:hover {
    text-decoration: none
}

.headline-anim {
    width: 22%;
    margin-top: .5%;
    margin-bottom: -.5%
}

.boxInAnimation {
    animation-name: boxAnim;
    animation-duration: .5s
}

@keyframes boxAnim {
    0% {
        top: -50%
    }
    40% {
        top: 80px
    }
    80% {
        top: 65px
    }
    to {
        top: 80px
    }
}

.bgBlurAnimation {
    animation-name: blurAnimation;
    animation-duration: .7s
}

@keyframes blurAnimation {
    0% {
        -webkit-filter: blur(0)
    }
    50% {
        -webkit-filter: blur(3px)
    }
    to {
        -webkit-filter: blur(5px)
    }
}

.landing_header {
    width: 100%;
    height: 150px;
    background: transparent;
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    padding: 0 105px
}

.branding {
    flex: 0 0 175px
}

.menubar {
    width: 100%;
    text-align: center
}

.menubar li {
    display: none
}

.menubar li a {
    display: block;
    font-size: 18px;
    color: #3b3743;
    padding: 10px 20px;
    font-family: SailecW05-Regular
}

.menubar li a .icon {
    display: inline-block
}

.menubar li a .icon:before {
    content: "";
    position: relative;
    top: -3px;
    right: -3px;
    display: inline-block;
    padding: 3px;
    border-color: #3b3743;
    border-style: solid;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg)
}

.ourmis-btn {
    display: block;
    
    font-size: 16px;
    white-space: nowrap;
    margin: 0 30px 0 0;
    position: absolute;
    right: 35PX;
    padding: 0 105px;
}

.ourmis-btn,
.ourmis-btn:focus,
.ourmis-btn:hover {
    color: #3b3743
}

.register_btns {
    display: flex;
    text-align: center;
    box-shadow: 0 15px 17px -5px rgba(0, 0, 0, .08);
    background-color: #fff;
    border: 6px solid #fff;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px
}

.register_btns .bttn {
    font-family: SailecW05-Regular;
    font-size: 16px;
    color: #3b3743;
    background: transparent;
    white-space: nowrap;
    border: none;
    padding: 18px 34px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px
}

.register_btns .bttn.active,
.register_btns .bttn:focus {
    background-color: #00f;
    color: #fff!important;
    border: none!important
}

.for_mindevice_btn,
.menu_btn_cross,
.toggle_btn {
    display: none
}

.landing_wrapper {
    overflow: hidden;
    background: #f8fafb;
    min-height: 100vh;
 
    position: relative
}

.container,
.container-fluid {
    z-index: 2;
    position: relative
}

.sub-heading {
    font-family: SailecW05-Bold;
    font-size: 2.8em;
    color: #3b3743;
    text-align: center;
    display: table;
    margin: 0 auto;
    position: relative
}

.sub-heading:before {
    position: absolute;
    left: -15px;
    top: 50%;
    width: 95%;
    height: 10px;
    background: rgba(0, 0, 255, .1);
    z-index: -1;
    content: ""
}

.top-banner {
    position: relative;
    z-index: 1;
    padding: 0 0 20px;
    text-align: center;
    color: #3b3743;
    margin-top: -10px
}

.top-banner .heading {
    font-family: SailecW05-Bold;
    font-size: 4.1em;
    letter-spacing: -1.65px
}

.top-banner .para {
  
    margin: 20px 0 50px;
    font-size: 1.3em;
    letter-spacing: -.36px;
    color: #3b3743;
    font-family: nominee bold;
    font-size: 3em;
    font-weight: normal;
    margin: 0px;
}
.landing_wrapper_inner .paraphed {
    font-family: Nominee Medium;
    margin: 20px 0 30px;
    font-size: 1.3em;
    letter-spacing: -.36px;
    color: #3b3743;
    font-size: 1.4em;
}

.top-banner .para.tp-more {
    margin: 20px 0 10px
}

.top-banner .joinnow {
    width: 312px;
    line-height: 56px;
    font-size: 20px;
    color: #00f;
    background-color: #e9ebfb;
    border: 1px solid #e9ebfb;
    font-family: SailecW05-Regular;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px
}

.top-banner .joinnow:focus {
    color: #fff!important;
    background-color: #00f;
    border: 1px solid #00f!important
}

.membership-parks-sec {
    margin: -60px auto 100px;
    display: table;
    text-align: center;
    position: relative;
    z-index: 9
}

.membership-parks-sec h3 {
    font-size: 1.1em;
    color: #3b3743;
    font-family: SailecW05-Bold
}

.membership-parks-sec ul {
    display: flex;
    margin: 10px 0 0
}

.membership-parks-sec ul li a {
    display: block;
    font-size: .75em;
    padding: 0 10px;
    color: #3b3743;
    border-right: 1px solid #3b3743;
    line-height: 1
}

.membership-parks-sec ul li:last-child a {
    border-right: 0
}

.card_column {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 215px 50px 150px
}

.card_column li {
    float: left;
    width: 33.3%;
    text-align: center
}

.card_column li:first-child {
    text-align: left
}

.card_column li:last-child {
    text-align: right
}

.card_column li:nth-child(2) {
    position: relative;
    top: 50px
}

.howit_wrapper {
    position: relative;
    padding: 0 20px 120px
}

.howit_wrapper .column {
    position: relative;
    width: 100%;
    height: 185px;
    padding: 15px;
    margin: 30px 0;
    box-shadow: 0 15px 17px -5px rgba(0, 0, 0, .08);
    background-color: #fff;
    overflow: hidden;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px
}

.howit_wrapper .column:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 10px
}

.howit_wrapper .column.install:before {
    background: #f4d064
}

.howit_wrapper .column.toggle:before {
    background: #00f
}

.howit_wrapper .column.earn:before {
    background: #33e0af
}

.howit_wrapper .column figure {
    float: left;
    width: 160px;
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.howit_wrapper .column figure img {
    max-height: 100%
}

.howit_wrapper .column figure img.toggleicon {
    height: 130px
}

.howit_wrapper .column .details {
    float: right;
    width: calc(100% - 180px)
}

.howit_wrapper .column h2 {
    font-size: 20px;
    color: #3b3743;
    margin: 10px 0;
    font-family: SailecW05-Bold
}

.howit_wrapper .column p {
    font-size: 16px;
    color: rgba(59, 55, 67, .5);
    line-height: 1.35
}

.rewards_wrapper {
    position: relative;
    z-index: 2;
    padding-bottom: 120px
}

.rewards_wrapper .inner {
    padding-top: 40px;
    display: flex;
    align-items: center
}

.rewards_tabs {
    width: 430px;
    float: left;
    position: relative;
    z-index: 1
}

.rewards_tabs li {
    display: block
}

.rewards_tabs li a {
    height: 120px;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #3b3743;
    padding: 10px 25px;
    margin: 50px 0;
    font-family: SailecW05-Regular;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px
}

.rewards_tabs li a.active {
    background: #00f;
    color: #fff;
    box-shadow: 10px 28.5px 59px -10px rgba(0, 0, 0, .25), 4px 9.5px 22px -5px rgba(0, 0, 0, .14)
}

.rewards_tabs li a figure {
    width: 140px;
    margin: 0;
    text-align: center
}

.rewards_tabs li a figure img {
    margin: 0 auto
}

.rewards_tabs li a img.default {
    display: block
}

.rewards_tabs li a.active img.default,
.rewards_tabs li a img.active {
    display: none
}

.rewards_tabs li a.active img.active {
    display: block
}

.rewards_card {
    position: relative;
    float: right;
    width: calc(100% - 400px);
    height: 550px;
    background: #fff;
    box-shadow: 0 15px 17px -5px rgba(0, 0, 0, .08);
    padding: 60px 0 0 70px;
    margin-left: -30px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px
}

.rewards_card .details {
    width: 352px
}

.rewards_card .details h2 {
    font-family: SailecW05-Bold;
    font-size: 28px;
    color: #3b3743;
    margin-bottom: 20px
}

.rewards_card .details li,
.rewards_card .details ul {
    list-style-type: disc
}

.rewards_card .details .mobilepara {
    display: none
}

.rewards_card .details li,
.rewards_card .details p {
    font-size: 21px;
    color: #3b3743;
    line-height: 1.7;
    margin-bottom: 20px
}

.rewards_card .details li {
    margin-left: 10px
}

.rewards_card .image_wrapper {
    position: absolute;
    right: 0
}

.rewards_card .image_wrapper.btm {
    bottom: 0
}

.rewards_card .image_wrapper.center {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.rewards_card .image_wrapper img,
.rewards_card .image_wrapper img.desktopimg {
    display: block
}

.rewards_card .image_wrapper img.mobileimg {
    display: none
}

.rewards_card.morepower_card .image_wrapper {
    right: 35px
}

.rewards_card.morepower_card .image_wrapper img {
    width: 340px
}

.rewards_card.moreprivacy_card .image_wrapper {
    right: 50px
}

.rewards_card.moreprivacy_card .image_wrapper img {
    width: 300px
}

.rewards_card.morepoints_card .image_wrapper img {
    width: 780px
}

@media (min-width:1025px) and (max-width:1270px) {
    .rewards_wrapper .container {
        max-width: 960px
    }
    .rewards_card {
        width: calc(100% - 270px);
        height: 410px;
        padding: 40px 0 0 60px
    }
    .rewards_card .details {
        width: 280px
    }
    .rewards_card .details h2 {
        font-size: 22px
    }
    .rewards_card .details li,
    .rewards_card .details p {
        font-size: 17px
    }
    .rewards_card.morepower_card .image_wrapper {
        right: 20px
    }
    .rewards_card.morepower_card .image_wrapper img {
        width: 250px
    }
    .rewards_card.moreprivacy_card .image_wrapper {
        right: 50px
    }
    .rewards_card.moreprivacy_card .image_wrapper img {
        width: 220px
    }
    .rewards_card.morepoints_card .image_wrapper img {
        width: 615px
    }
    .rewards_tabs {
        width: 300px
    }
    .rewards_tabs li a {
        height: 90px;
        font-size: 18px;
        margin: 40px 0
    }
    .rewards_tabs li a figure {
        width: 90px
    }
    .rewards_tabs li a figure img {
        max-width: 40px
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .rewards_wrapper .container {
        max-width: 768px
    }
    .rewards_wrapper .inner {
        padding: 40px 25px 0
    }
    .rewards_card {
        height: 350px;
        padding: 35px 0 0 40px;
        width: calc(100% - 200px);
        margin-left: -20px
    }
    .rewards_card .details {
        width: 200px
    }
    .rewards_card .details h2 {
        font-size: 18px;
        margin-bottom: 15px
    }
    .rewards_card .details li,
    .rewards_card .details p {
        font-size: 14px;
        margin-bottom: 15px
    }
    .rewards_card.morepower_card .image_wrapper {
        right: 20px
    }
    .rewards_card.morepower_card .image_wrapper img {
        width: 210px
    }
    .rewards_card.moreprivacy_card .image_wrapper {
        right: 50px
    }
    .rewards_card.moreprivacy_card .image_wrapper img {
        width: 180px
    }
    .rewards_card.morepoints_card .image_wrapper img {
        width: 510px
    }
    .rewards_tabs {
        width: 220px
    }
    .rewards_tabs li a {
        height: 70px;
        font-size: 16px;
        margin: 40px 0
    }
    .rewards_tabs li a figure {
        width: 50px
    }
    .rewards_tabs li a figure img {
        max-width: 25px
    }
}

@media screen and (max-width:767px) {
    .rewards_wrapper {
        z-index: 3
    }
    .rewards_wrapper .inner {
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px
    }
    .rewards_tabs {
        width: 96%;
        display: table
    }
    .rewards_tabs li {
        float: left;
        width: 33.3%
    }
    .rewards_tabs li a {
        height: 40px;
        font-size: 16px;
        margin: 0 0 30px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px
    }
    .rewards_tabs li a figure {
        width: 40px
    }
    .rewards_tabs li a figure img {
        max-width: 15px
    }
    .rewards_tabs li span {
        display: none
    }
    .rewards_card {
        height: 290px;
        width: 100%;
        padding: 20px 20px 0;
        overflow: hidden;
        margin-left: 0
    }
    .rewards_card .details {
        width: 100%
    }
    .rewards_card .details h2 {
        font-size: 18px;
        margin-bottom: 15px
    }
    .rewards_card .details li,
    .rewards_card .details p {
        font-size: 14px;
        margin-bottom: 15px
    }
    .rewards_card .details .mobilepara {
        display: block
    }
    .rewards_card.morepower_card .image_wrapper {
        right: auto;
        bottom: -120px;
        left: 50%;
        transform: translateX(-50%)
    }
    .rewards_card.morepower_card .image_wrapper img {
        width: 220px
    }
    .rewards_card.moreprivacy_card .image_wrapper {
        right: auto;
        top: calc(50% + 40px);
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%)
    }
    .rewards_card.moreprivacy_card .image_wrapper img {
        width: 150px
    }
    .rewards_card.morepoints_card .image_wrapper {
        right: auto;
        left: 50%;
        transform: translateX(-50%)
    }
    .rewards_card.morepoints_card .image_wrapper img {
        width: 220px
    }
    .rewards_card.morepoints_card .image_wrapper img.mobileimg {
        display: block
    }
    .rewards_card.morepoints_card .image_wrapper img.desktopimg {
        display: none
    }
    .card_column li:nth-child(2) {
        position: static
    }
}

@media screen and (max-width:767px) and (min-width:576px) {
    .rewards_wrapper .container {
        width: 540px
    }
}

@media screen and (max-width:575px) {
    .rewards_wrapper .container {
        width: 320px;
        padding: 0;
        height: 380px
    }
    .rewards_tabs li a {
        height: 30px;
        font-size: 12px;
        padding: 0 8px;
        margin-bottom: 15px
    }
    .rewards_tabs li a figure {
        width: 20px
    }
    .rewards_tabs li a figure img {
        max-width: 10px
    }
    .rewards_card {
        height: 375px
    }
    .rewards_card .image_wrapper {
        width: calc(100% - 20px)
    }
    .rewards_card .image_wrapper img {
        width: 100%!important
    }
    .rewards_card.morepower_card .image_wrapper {
        bottom: -165px
    }
    .rewards_card.moreprivacy_card .image_wrapper img {
        width: 190px!important;
        margin: 0 auto
    }
    .rewards_card.morepoints_card .image_wrapper {
        width: 100%
    }
}

@media (min-width:580px) and (max-width:767px) {
    .howit_wrapper .column {
        max-width: 94%!important
    }
}

.loyalty_wrapper {
    text-align: center;
    position: relative;
    padding: 0 0 120px
}

.loyalty_column {
    padding: 30px 0
}

.loyalty_column .inner {
    padding: 0 28px
}

.loyalty_column h2 {
    font-family: SailecW05-Bold;
    font-size: 20px;
    color: #3b3743;
    margin-bottom: 20px
}

.loyalty_column p {
    font-size: 16px;
    color: #3b3743;
    margin-bottom: 0;
    line-height: 1.75
}

.loyalty_column ul li {
    display: inline-block
}

.loyalty_column ul li a {
    display: block;
    font-size: 16px;
    color: #3b3743;
    position: relative
}

.loyalty_column ul li a.active,
.loyalty_column ul li a:focus,
.loyalty_column ul li a:hover {
    color: #00f
}

.loyalty_column ul li a:before {
    content: "|";
    display: inline-block;
    margin: 0 5px 0 0
}

.loyalty_column ul li:first-child a:before {
    display: none
}

.topbrand_wrapper {
    position: relative;
    z-index: 1
}

.topbrand_list {
    margin: 40px 0 100px;
    background-image: url(../images/top-branding-extra-large-0289cadb.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 250px
}

.credit_wrapper {
    position: relative;
    padding-bottom: 120px
}

.contact_form {
    max-width: 605px;
    margin: 50px auto 80px;
    height: 100px;
    display: flex;
    align-self: center;
    background: #fff;
    border: 15px solid #fff;
    box-shadow: 0 15px 17px -5px rgba(0, 0, 0, .08);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px
}

.contact_form .icons {
    flex: 0 0 50px;
    align-self: center;
    text-align: center
}

.contact_form input {
    position: relative;
    background: transparent;
    width: 100%;
    border: none;
    font-size: 22px;
    color: #3b3743;
    padding: 0 10px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px
}

.contact_form input:focus {
    border: none!important;
    background: rgba(0, 0, 255, .06)
}

.contact_form .bttn {
    flex: 0 0 200px;
    font-size: 22px;
    background: #00f;
    border: 1px solid #00f;
    color: #fff;
    margin-left: 5px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px
}

.googlelink {
    text-align: center
}

.googlelink li {
    display: inline-block;
    margin: 0 15px
}

.googlelink li a {
    display: block
}

.googlelink li a img {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.googlelink li a:hover img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3)
}

.contact_form input::-webkit-input-placeholder {
    visibility: visible;
    color: #3b3743;
    font-weight: 400;
    opacity: .5
}

.contact_form input::-webkit-input-placeholder:-moz-placeholder,
.contact_form input::-webkit-input-placeholder:-ms-input-placeholder,
.contact_form input::-webkit-input-placeholder::-moz-placeholder {
    visibility: visible;
    font-weight: 400;
    color: #3b3743;
    opacity: .5
}

.mobile-para {
    display: none
}

.top-desg-wrap {
    position: absolute;
    top: 33em;
    max-width: 100%;
    right: 0
}

.top-desg-wrap img {
    max-width: 100%
}

@media (min-width:1200px) {
    .container {
        max-width: 1270px
    }
    footer .container {
        max-width: 1188px
    }
}

@media (min-width:1281px) and (max-width:1366px) {
    .sub-heading {
        font-size: 2.3em
    }
    .landing_header {
        height: 140px
    }
    .top-banner .heading {
        font-size: 3.5em
    }
    .top-banner .para {
        font-size: 2em
    }
    .card_column figure img {
        max-width: 70%
    }
    .howit_wrapper .column {
        height: 150px
    }
    .howit_wrapper .column h2 {
        font-size: 18px
    }
    .howit_wrapper .column p {
        font-size: 14px
    }
    .howit_wrapper .column figure {
        width: 140px
    }
    .howit_wrapper .column .details {
        float: right;
        width: calc(100% - 140px)
    }
    .howit_wrapper .column figure img {
        max-width: 100px
    }
    .card_column li:last-child>figure {
        right: 0;
        position: static
    }
}

@media screen and (max-width:1280px) {
    .styling_container .line_1,
    .styling_container .line_2 {
        display: none
    }
    .card_column li:last-child>figure {
        right: 0;
        position: static
    }
}

@media screen and (max-width:1220px) {
    .styling_container .style_2 {
        top: 23em
    }
}

@media (min-width:1025px) and (max-width:1280px) {
    .sub-heading {
        font-size: 2.2em
    }
    .styling_container img {
        width: 300px
    }
    .styling_container .style_1 {
        top: 28.5em
    }
    .styling_container .style_5 {
        bottom: 0
    }
    .landing_header {
        height: 120px;
        padding: 0 40px
    }
    .navbar-nav {
    padding: 0 40px;
}
.feature-cards_wrapper{
	width: 85% !IMPORTANT
}
.badge-link__bullets{
	padding-bottom: 0px;
    margin: 20px auto 0px !important;
    
    justify-content: center !important;
    display: block !important;
    
}
.badge-link__bullet{
	
	margin: auto !important;
    width: 25% !important;
    margin-bottom: 12px !important;
}
.ourmis-btn {
   
    padding: 0 40px;
}
    .register_btns {
        flex: 0 0 159px
    }
    .register_btns .bttn {
        font-size: 14px;
        padding: 15px 25px
    }
    .menubar li a {
        font-size: 16px
    }
    .top-banner {
        padding: 70px 0 20px
    }
    .top-banner .heading {
        font-size: 2.8em
    }
    .top-banner .para {
        font-size: 2.1em
    }
    .card_column {
        padding: 120px 20px 100px
    }
    .card_column figure img {
        max-width: 70%
    }
    .howit_wrapper .column {
        height: 145px
    }
    .howit_wrapper .column .details {
        width: calc(100% - 110px)
    }
    .howit_wrapper .column figure {
        width: 100px
    }
    .howit_wrapper .column figure img {
        max-width: 80px;
        max-height: 80px
    }
    .howit_wrapper .column h2 {
        font-size: 16px
    }
    .howit_wrapper .column p {
        font-size: 13px
    }
    .loyalty_column h2 {
        font-size: 16px
    }
    .loyalty_column p {
        font-size: 13px
    }
}
@media (min-width:1280px) and (max-width:1380px) {
	.badge-link__bullet {
    font-size: 16px !important;
    
}
}

@media (min-width:768px) and (max-width:1024px) {
    .top-desg-wrap {
        display: none
    }
    .sub-heading {
        font-size: 1.8em;
        margin-bottom: 0
    }
    .styling_container img {
        width: 250px
    }
    .styling_container .style_5 {
        bottom: -50px;
        right: -60px
    }
    .styling_container .style_1 {
        top: 20em;
        left: -20px
    }
    .styling_container .style_2 {
        right: -100px;
        top: 16em
    }
    .styling_container .style_4 {
        left: -40px;
        top: -80px;
        width: 200px
    }
    .contact_form {
        height: 80px;
        border: 10px solid #fff
    }
    .contact_form input {
        font-size: 20px
    }
    .contact_form .bttn {
        flex: 0 0 160px;
        font-size: 20px
    }
    .loyalty_wrapper {
        padding: 0 0 80px
    }
    .loyalty_column {
        padding: 30px 0 10px
    }
    .loyalty_column .inner {
        padding: 0
    }
    .loyalty_column h2 {
        font-size: 14px;
        margin-bottom: 10px
    }
    .loyalty_column p,
    .loyalty_column ul li a {
        font-size: 13px
    }
    .howit_wrapper {
        padding-bottom: 90px
    }
    .howit_wrapper .row {
        margin-left: -10px;
        margin-right: -10px
    }
    .howit_wrapper .row .col-sm-4 {
        padding-left: 10px;
        padding-right: 10px
    }
    .howit_wrapper .column {
        height: 132px;
        padding: 10px
    }
    .howit_wrapper .column:before {
        width: 5px
    }
    .howit_wrapper .column .details {
        width: calc(100% - 80px)
    }
    .howit_wrapper .column figure {
        width: 70px
    }
    .howit_wrapper .column figure img {
        max-width: 60px;
        max-height: 60px
    }
    .howit_wrapper .column h2 {
        font-size: 14px;
        margin-top: 5px
    }
    .howit_wrapper .column p {
        font-size: 12px;
        margin-bottom: 0
    }
    .topbrand_list {
        margin: 40px 0 0;
        height: 150px
    }
    .top-banner {
        padding: 50px 0 0
    }
    .top-banner .heading {
        font-size: 2em
    }
    .top-banner .para {
        font-size: 1.5em;
        margin: 0 0 20px
    }
    .top-banner .joinnow {
        width: 236px;
        line-height: 38px;
        font-size: 16px
    }
    .card_column {
        padding: 60px 10px 100px
    }
    .feature-cards_wrapper {

    grid-column-gap: 15px !important;
    grid-template-columns: 1fr 1fr !important;

}
    
    .card_column img {
        max-width: 70%
    }
    .landing_header {
        height: 120px;
        padding: 0 40px;
        justify-content: space-between;
        
    }
    .navbar-nav {
   
    padding: 0 40px;
}
.feature-cards_wrapper{
	width: 85% !IMPORTANT;
}
.badge-link__bullets{
	padding-bottom: 0px;
    margin: 20px auto 0px !important;
    
    justify-content: center !important;
    display: block !important;
    
}
.badge-link__bullet{
	
	margin: auto !important;
    width: 25% !important;
    margin-bottom: 12px !important
}
.ourmis-btn {
   
    padding: 0 40px;
}
    .register_btns {
        flex: 0 0 167px;
        margin-right: 0;
        border: 3px solid #fff
    }
    .register_btns .bttn {
        padding: 15px 25px
    }
    .branding {
        flex: 0 0 136px
    }
    .credit_wrapper {
        padding-top: 80px
    }
}

@media screen and (max-width:991px) {
    .toggle_header.landing_header {
        top: 0
    }
    .toggle_btn {
        display: none;
        width: 30px;
        flex: 0 0 30px;
        position: absolute;
        right: 40px
    }
    .toggle_btn span {
        float: right;
        background: #3b3743;
        height: 4px;
        margin: 3px 0;
        width: 100%;
        border-radius: 100px;
        overflow: hidden
    }
    .toggle_btn span:nth-child(2) {
        width: 50%
    }
    .toggle_btn span:last-child {
        width: 80%
    }
    .menu_btn_cross {
        position: fixed;
        right: 40px;
        z-index: 91;
        display: none
    }
    .menu_btn_cross img {
        width: 25px
    }
    .menubar {
        position: relative;
        top: 0;
        left: 0;
        z-index: 9;
        height: 100%;
        opacity: 0;
        overflow: hidden;
        padding: 120px 0;
        text-align: left;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background-color: rgba(247, 244, 243, .8);
        transform-origin: top;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0)
    }
    .toggle_header .menubar {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1)
    }
    .menubar li {
        display: none;
        margin-bottom: 10px
    }
    .menubar li a {
        display: inline-block;
        font-size: 20px;
        padding: 10px 40px
    }
    .toggle_header .register_btns,
    .toggle_header .toggle_btn,
    .toggle_wrap .landing_wrapper_inner {
        filter: blur(20px);
        -webkit-filter: blur(20px)
    }
    .toggle_header .menu_btn_cross {
        display: block
    }
    .toggle_header .branding {
        position: relative;
        z-index: 91
    }
    .for_mindevice_btn {
        display: none;
        position: absolute;
        bottom: 20px;
        padding: 0 40px;
        width: 100%
    }
    .for_mindevice_btn .bttn {
        font-size: 18px;
        line-height: 50px;
        width: 100%;
        background: #fff;
        color: #000;
        border: 1px solid #fff!important;
        text-align: center;
        margin-bottom: 25px;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
        box-shadow: 0 15px 17px -5px rgba(0, 0, 0, .08)
    }
    .for_mindevice_btn .bttn.started {
        background: #00f;
        color: #fff;
        border: 1px solid #00f!important;
        box-shadow: 0 15px 17px -5px rgba(0, 0, 255, .25)
    }
    .for_mindevice_btn .bttn.started:focus {
        color: #fff!important
    }
    .contact_form {
        max-width: 370px;
        margin: 30px auto 40px;
        height: 55px;
        border: 5px solid #fff
    }
    .contact_form .bttn {
        flex: 0 0 140px;
        font-size: 15px
    }
    .contact_form input {
        font-size: 15px
    }
    .contact_form .icons {
        flex: 0 0 30px
    }
    .contact_form .icons img {
        width: 15px
    }
    .googlelink li {
        margin: 0 10px
    }
    .googlelink li a {
        width: 130px
    }
    .credit_wrapper {
        padding-bottom: 60px
    }
}

@media (min-width:320px) and (max-width:767px) {
    .ourmis-btn,
    .top-desg-wrap {
        display: none
    }
    .row>.col-12 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .styling_container .style_1,
    .styling_container .style_2 {
        display: none
    }
    .styling_container .style_3 {
        width: 270px;
        top: auto;
        bottom: 0
    }
    .styling_container .style_1.mobile {
        display: block;
        left: 50%;
        top: 27.5em;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        width: auto;
    }
    .styling_container .style_4 {
        left: -160px;
        top: -310px;
        width: 250px
    }
    .styling_container .style_5 {
        display: none
    }
    .styling_container .style_5.mobile {
        display: block;
        bottom: -290px;
        left: 0;
        width: 280px
    }
    .sub-heading {
        font-size: 1.3em;
        line-height: 1.5
    }
    .landing_header {
        height: 70px !important;
        padding: 0 15px;
        justify-content: space-between
    }
    .navbar-nav {
   
    padding: 0 15px;
}
.badge-link__bullets{
	padding-bottom: 0px;
    margin: 20px auto 0px !important;
    
    justify-content: center !important;
    display: block !important;
    
}
.badge-link__bullet{
	
	margin: auto !important;
    width: 37% !important;
    margin-bottom: 12px !important;
}
.feature-cards_wrapper{
	width: 100% !IMPORTANT;
}
.ourmis-btn {
   
    padding: 0 15px;
}
    .branding {
        flex: 0 0 120px
    }
    .register_btns {
        display: none;
        flex: 0 0 190px
    }
    .menubar {
        padding: 80px 0;
        position: fixed;
        opacity: 1
    }
    .menubar li {
        display: block
    }
    .menubar li a {
        padding: 10px 15px
    }
    .for_mindevice_btn {
        padding: 0 15px;
        display: block
    }
    .menu_btn_cross,
    .toggle_btn {
        right: 15px
    }
    .toggle_btn {
        display: block
    }
    .top-banner {
        margin-top: -58px;
        padding: 45px 20px 0
    }
    .top-banner .heading {
        font-size: 2em
    }
    .top-banner .para {
        font-size: 1.1em;
        margin: 20px 40px 25px;
        line-height: 1.5
    }
    .top-banner .joinnow {
        width: 236px;
        font-size: 18px;
        line-height: 50px
    }
    .top-banner .headline-anim {
        width: 52%;
        margin-top: -2%;
        margin-bottom: -4.5%
    }
    .top-banner .bottom-banner {
        position: relative;
        display: block;
        width: 100%;
        margin: 20px auto 25px
    }
    .card_column {
        padding: 50px 0 60px
    }
    .feature-cards_wrapper {

    grid-column-gap: 25px !important;
    grid-template-columns: 1fr 1fr !important;

}
    .card_column figure img {
        max-width: 90%
    }
    .howit_wrapper {
        padding: 30px 0;
        margin-bottom: 40px
    }
    .howit_wrapper .sub-heading {
        margin-bottom: 20px;
        font-size: 1.5em; 
    }
    .howit_wrapper .column {
        padding: 5px;
        height: 140px;
        margin: 0 auto 25px;
        max-width: 320px
    }
    .howit_wrapper .column figure {
        width: 100px
    }
    .howit_wrapper .column figure img {
        max-width: 65px;
        max-height: 65px
    }
    .howit_wrapper .column .details {
        width: calc(100% - 100px)
    }
    .howit_wrapper .column h2 {
        font-size: 18px
    }
    .howit_wrapper .column p {
        font-size: 14px
    }
    .loyalty_wrapper {
        padding: 40px 0 60px
    }
    .loyalty_column .inner h2 {
        margin-top: -30px
    }
    .topbrand_list {
        margin: 40px auto;
        background-image: url(../images/top-branding-mobile-extra-large-4003500c.png);
        height: 345px;
        background-size: 290px;
        width: 290px
    }
    .deskpara {
        display: none
    }
    .mobile-para {
        display: block
    }
    .ppcimg {
        max-width: 82.5%!important;
        position: relative;
        top: 8px
    }
    .imgsec.btm.lt_mimg {
        margin-bottom: -136px!important
    }
    .membership-parks-sec {
        margin: -40px auto 50px;
        text-align: center;
        max-width: 90%
    }
    .membership-parks-sec ul {
        display: block
    }
    .membership-parks-sec ul li {
        display: inline-block;
        margin: 0 0 15px
    }
}

@media screen and (max-width:480px) {
    .top-desg-wrap {
        display: none
    }
    ul .ui-widget-content{
		box-shadow: none;
		border-color: none;
		border-style: none;
		border-width: medium;
		border-image: none 100% / 1 / 0 stretch;
		background:#fff !important; 
	}
    .navbar-nav {
	margin-left: 50px;
	display: block !important;
	}
	.deskp{
		display: none !important;
	}
	.ourmis-btn{
		display: block;
/*float: right;
width: 20px;
margin-left: 210px;*/
margin-top: 5px;
	}
	.learnmore-mobile.desklearn .scroll {
    display: none !important;
}
.learnmore-mobile.desklearn .mobilelearn {
   display: block !important;
}
.learnmore-mobile.desklearn{
	bottom: 4rem !important;
}
	/*.learnmore-mobile{
		display: block !important;
		position: absolute;
left: 0;
right: 0;
margin: auto;
bottom: 1.9rem;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
	}*/
	.learnmore-mobile img{
		width: 20% !important;
		vertical-align: middle !important;
	}
	.mobilep{
		display: block !important;
		width: 60%;
margin: auto;
padding-top: 115px;	
padding-bottom: 10px;
	}
	.mobilediv{
		padding-top: 0px !important;
		
	}
	.mobilediv .feature-card {
    
    width: 86%;
}
	.howit_wrapper.bluebg.deskdiv,.badge-link__btn-wrap,.badge-link__rating,.bottom-graphic.deskdiv,.footer-home{
		display: none !important;
	}
	.navbar-nav .open .dropdown-menu{
		background-color: #fff;
		margin-left: -120px;
		margin-top: 50px;
	}
	.badge-link__bullets{
		 display:none !important;
	}
    .card_column {
        padding: 80px 0 60px;
        height: 340px
    }
    .landing_wrapper_inner {

    padding-top: 0px;

}
.top-banner .para {
	

margin: 20px 0 30px;

font-size: 1.3em;

letter-spacing: -.36px;

color: #3b3743;

font-size: 2em;
font-weight: bold;
	
	}
    .card_column figure {
        position: absolute!important
    }
    .card_column figure img {
        max-width: 130px
    }
    .card_column li:first-child figure {
        left: -40px
    }
    .card_column li:nth-child(2) figure {
        top: -30px;
        left: 150%;
        transform: translateX(-50%)
    }
    .searchform {

    width: 100% !important;
    margin: auto;

}
    /*.searchinput input {

			padding: 13px 30px 10px 40px !important;
			width: 230px !important;
			margin-left: -35px;
		}
		
.searchinput .searchbtn {
	left: -24px !important;
	padding: 10px 10px !important;
	background-size: 16px !important;
	top: 8px !important;
	}*/
    .card_column li:nth-child(2) figure img {
        max-width: 190px
    }
    .card_column li:last-child figure {
        right: -40px
    }
    .feature-cards_wrapper {

    
    grid-column-gap: 15px !important;
    
    grid-template-columns: 1fr !important;
    
    }
    .feature-card {
		margin-left: 16px;

		margin-right: 16px;
	}
    .feature-card_body {

    padding: 15px !important;
    
    
    }
}

.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px)
}

.body-layer {
    visibility: hidden;
    display: block;
    overflow: hidden;
    top: 0;
    bottom: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    opacity: .6
}

.body-layer,
.contact-popup {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10
}

.contact-popup {
    display: none;
    top: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 93%;
    width: 585px;
    height: 434px;
    border-radius: 15px;
    box-shadow: 25px 43.5px 69px -10px rgba(0, 0, 0, .25), 4px 9.5px 22px -5px rgba(0, 0, 0, .14);
    background-color: #fff
}

.contact-popup h1 {
    font-family: SailecW05-Bold;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.26;
    letter-spacing: -.75px;
    text-align: center;
    color: #433f4d
}

.popup-text-container {
    width: 334px;
    height: 51.5px;
    margin: 0 auto;
    max-width: 100%
}

.contact-popup-text {
    opacity: .5;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -.25px;
    text-align: center;
    color: #433f4d;
    margin-top: 5px
}

.contact-popup-text,
.form-label {
    font-family: SailecW05-Bold;
    font-size: 10.5px;
    font-style: normal;
    font-stretch: normal
}

.form-label {
    width: 59px;
    height: 10.5px;
    font-weight: 700;
    line-height: .71;
    letter-spacing: -.5px;
    color: #4c4858
}

.form-control {
    height: 30px;
    border-radius: 3.5px!important;
    border: .5px solid #c7c7c7!important;
    background-color: rgba(239, 239, 240, .2)!important
}

.form-group {
    width: 150px!important
}

.form-fields {
    width: 275px;
    margin: 25px auto 0
}

.contact-form-submit {
    width: 116px!important;
    height: 36px;
    border-radius: 6px;
    background-color: #00f;
    font-family: SailecW05-Regular;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #f9f7f6;
    display: block!important;
    margin: 10px auto 0!important;
    border: none
}

.response {
    padding: 1em .5em .5em 0;
    font-weight: 700;
    top: -1.5em;
    z-index: 1;
    width: 84%;
    margin: 0 auto
}

.mc-field-group {
    margin-top: 16px!important
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    position: absolute;
    width: 260px;
    padding: 0!important;
    font-family: SailecW05-Regular;
    font-size: 12px!important
}

.logo-wrap {
    width: 100px;
    float: left
}

@media (max-width:576px) {
    .logo-wrap {
        width: 80px
    }
}

@media (max-width:480px) {
    .logo-wrap {
        width: 75px
    }
}

.contact-logo {
    width: 100px;
    margin: 16px auto 0
}

.popup-terms {
    font-family: SailecW05-Regular;
    font-size: 8px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #33383e
}

.terms-container {
    width: 145px;
    margin: 0 auto;
    display: block;
    text-align: center
}

#mce-responses {
    margin: 0!important;
    padding: 0!important;
    font-family: SailecW05-Regular;
    width: 100%!important
}

#mce-error-response,
#mce-success-response {
    width: 100%!important;
    margin: 0 auto!important;
    text-align: center!important;
    overflow: auto
}

#mce-error-response {
    color: red
}

#mc_embed_signup div.mce_inline_error {
    background-color: #fff;
    color: red;
    padding: 0
}

.landing_footer {
    position: relative;
    z-index: 1;
    background: #3b3743;
    padding: 60px 0 40px
}

.footer-branding {
    margin-bottom: 10px
}

.footer-branding a {
    display: inline-block
}

.footer-branding .info {
    display: block;
    font-size: 12px;
    color: #fff;
    margin-top: 8px;
    font-family: SailecW05-Regular
}

.social-footer {
    margin: 0 -15px
}

.social-footer li {
    margin: 0 15px;
    display: inline-block;
    font-family: SailecW05-Regular
}

.social-footer li a {
    display: block;
    font-family: SailecW05-Regular
}

.social-footer li a img {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.social-footer li a:hover img {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5)
}

.footer_menu {
    width: 270px;
    margin: 0 auto;
    max-width: 100%
}

.footer_menu h3 {
    font-size: 15px;
    color: #f7f4f3;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: SailecW05-Regular
}

.footer_menu li {
    display: block
}

.footer_menu a {
    font-family: SailecW05-Regular;
    display: inline-block;
    font-size: 13px;
    color: #f7f4f3;
    padding: 3px 0;
    letter-spacing: .5px;
    text-decoration: none
}

.footer_menu li a:hover {
    text-decoration: underline
}

.landing_footer .copy {
    font-size: 13px;
    color: #f7f4f3;
    margin: 0;
    text-align: center;
    padding-top: 30px
}

@media (min-width:768px) and (max-width:1024px) {
    .footer-branding img {
        width: 120px
    }
    .social-footer {
        margin: 0 -8px
    }
    .social-footer li {
        margin: 0 8px
    }
    .social-footer li a img {
        max-width: 25px
    }
    .footer_menu h3 {
        font-size: 13px
    }
    .footer_menu li a {
        font-size: 11px
    }
}

@media (min-width:320px) and (max-width:767px) {
    .footer-branding {
        margin-bottom: 10px
    }
    .landing_footer {
        padding: 30px 0
    }
    .landing_footer .row>.col-12 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .landing_footer .col-100 {
        flex: 0 0 100%!important;
        max-width: 100%!important
    }
    .social-footer {
        margin: 0 -8px
    }
    .social-footer li {
        margin: 0 8px
    }
    .social-footer li a {
        width: 25px
    }
    .footer-branding .info {
        font-size: 10px
    }
    .footer_menu h3 {
        font-size: 14px
    }
    .footer_menu li a {
        font-size: 12px
    }
    .mb-35 {
        margin-bottom: 35px
    }
    .mt-20 {
        margin-top: 20px
    }
    
    .paraphed {
   font-family: Nominee Medium;
    margin: 20px 0 30px;
    font-size: 1.3em;
    letter-spacing: -.36px;
    color: #3b3743;
    font-size: 1.4em;
}
}






  
 



.ui-helper-hidden-accessible{
	display: none;
}


.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}
.ui-widget {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.1em;
}
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
    color: #333333;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}


.ui-widget-content {
    border-top: 1px solid #dddddd;
    background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
    color: #333333;
    background: #fff;
    margin-left: -1px;
    border-radius: 0px;
    margin-top: -6px !important;
}
.ui-widget-content {
    margin-top: -3px !important;
}
.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 8px 1em 3px 1.4em;
    cursor: pointer;
    min-height: 0;
}
.register_btns {
    display: flex;
    text-align: center;
     box-shadow: none; 
    background-color: none;
    border: none;
     border-radius: none;
    }
    .register_btns .bttn {
    
     border-radius: 0px;
     padding: 14px 34px;
    
    }
    .register_btns .bttn.active, .register_btns .bttn:focus {
    background-color: #fff;
    color: #3b3743!important;
    border: 1px solid rgb(204, 204, 204) !important;
}
.landing_header {
    height: 100px;
}
.landing_wrapper_inner{
	padding-top: 100px;
}
@media screen and (max-width:480px) {
	.landing_wrapper_inner {

    padding-top: 0px;

}
.topSection{
	height: calc(100vh - 1.5rem) !important;
}
.footer-home {
   
    padding: 2rem 1rem 3rem !important;
    display: block !important;
    
}
.footer-home__logo{
	width:123px !important;
}
.footer-home__ul li {
    
   font-size: 13px !important;
    padding: 0 7px !important;
    padding-top: 12px !important;
}
.ptitlemodel{
	width:50% !important;
}

.ui-autocomplete{
		box-shadow: none;
		border-color: none;
		border-style: none;
		border-width: medium;
		border-image: none 100% / 1 / 0 stretch;
		background:#fff !important; 
	}
.navbar-nav{
	display:none;
}
.top-banner .para {
	

margin: 20px 0 30px;

font-size: 1.3em;

letter-spacing: -.36px;

color: #3b3743;

font-size: 2em;
font-weight: bold;
width: auto;
	
	}
	}
    .searchform{
		width: 50%;
		margin: auto;
	}
	.register_btns .bttn {
		outline: none;
		
		}
.searchinput{
	box-shadow: none;
	padding: 0px;

	border-radius: 0px;
	position: relative;
	border: none;
		}
		.styling_container .style_2 {
    right: -10px;
    top: 30em;
}
.styling_container .style_1 {
    left: 0;
    top: 32.5em;
    width: 37%;
}
	 .searchinput input{
	 	    font-family: Nominee Medium;
	 width: 100%;

border: 0px;

/*color:
#98999c;*/
color: #3b3743;

font-size: 20px;

line-height: 30px;

height: 60px;

border-radius: 6px;

outline: 0;

padding: 15px 67px 15px 30px;
background:
#f7f7f7;

box-shadow: 0 3px 5px
rgba(0,0,0,.1);
padding: 12px 67px 10px 25px;
border: 1px solid
rgb(204, 204, 204);

border-radius: 40px;


	}
	
	.searchinput .searchbtn {

    background-size: 21px;

}
.searchinput .searchbtn {

    /*background: url(/img/search_icon1.png);
    background: url(https://www.usesweet.com/img/search_icon-1.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-size: 18px;
    padding: 10px 36px;
    background-position: center 15px;
    background-repeat: no-repeat;
    border: 0;
    position: absolute;
    right: 5px;
    top: 0;
    height: 60px;
    right: 5px;
    top: 5px;
    height: 60px;
    left: -7px;
    outline: none;*/
    
    
    background: url(../img/torry_search_icon2_1_32.webp); 
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-size: 44px;
    padding: 10px 36px;
    background-position: center 15px;
    background-repeat: no-repeat;
    border: 0;
    position: absolute;
    right: 5px;
    top: 0;
    height: 60px;
    right: 5px;
    top: -8px;
    height: 60px;
    /* left: -7px; */
    outline: none;
    right: -4px;

}
.top-banner .joinnow {
	margin-top: 25px;
	}
	a{
		outline: none;
	}
	
	.card_column li:nth-child(2) {
    position: relative;
     top:0px;
}


.spanpara{
	color:#34ccf8;
}

/*.bluebg {
    background: #6E7AE8;
    margin-top: 260px;
    padding-top: 0px;
    position: relative;
}*/
/*.bluebg:before {content: "";background: url(img/blue-background.jpg);background-size: 100%;background-repeat: no-repeat;width: 100%;height: 258px;position: absolute;top: -124px;left: 0;display: block;}*/
.bluebg {
    /*background: url(img/imageedit_7_5312843432.jpg);*/
    /*background-color: #a8b3fa;*/
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 40px;
    padding-top: 100px;
    position: relative;
    background-position: 0 -31px;
}
/*.dogBg {
    background: url(img/dog.png);
    width: 485px;
    height: 192px;
    background-repeat: no-repeat;
    background-size: 397px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -183px;
}*/
.dogBg {
    background: url(img/dog.png);
    width: 485px;
    height: 192px;
    background-repeat: no-repeat;
    background-size: 397px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -60px;
    display: none;
}
.icon-bar {
    background: #000;
    display: block;
    width: 25px !important;
    height: 3px !important;
    border-radius: 1px;
}
.dropdown-toggle:after {
    display: none; }
    
    .dropdown-menu {
    position: absolute !important;
    font-size: 0.9rem;
    /*padding-top: 5px !important;
	
	padding-bottom: 5px !important;*/
    }
    .dropdown-menu > li > a {
    padding: 10px 18px;
}
.dropdown-menu li:first-child a {
	padding-top: 15px;
	}
	.dropdown-menu li:last-child a {
	padding-bottom: 15px;
	}
	.dropdown-menu>li:last-child a:focus, .dropdown-menu>li:last-child a:hover{
		border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	}
	.dropdown-menu>li:first-child a:focus, .dropdown-menu>li:first-child a:hover{
		border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	}
.scroll{
	text-decoration: none !important;
    
}



    