/*!
 * Bootstrap v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
*,
::after,
::before {
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    .h1,
    h1 {
        font-size: 2.5rem;
    }
}
.h2,
h2 {
    font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
    .h2,
    h2 {
        font-size: 2rem;
    }
}
.h3,
h3 {
    font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
    .h3,
    h3 {
        font-size: 1.75rem;
    }
}
.h4,
h4 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    .h4,
    h4 {
        font-size: 1.5rem;
    }
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul {
    padding-left: 2rem;
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
b {
    font-weight: bolder;
}
sub {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
a {
    color: #0d6efd;
    text-decoration: underline;
}
a:hover {
    color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override;
}
code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
img,
svg {
    vertical-align: middle;
}
label {
    display: inline-block;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
[list]::-webkit-calendar-picker-indicator {
    display: none;
}
[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;
}
::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
textarea {
    resize: vertical;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0;
}
::-webkit-inner-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::file-selector-button {
    font: inherit;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
summary {
    display: list-item;
    cursor: pointer;
}
[hidden] {
    display: none !important;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1320px;
    }
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}
.col {
    flex: 1 0 0%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.g-0 {
    --bs-gutter-x: 0;
}
.g-0 {
    --bs-gutter-y: 0;
}
.g-1 {
    --bs-gutter-x: 0.25rem;
}
.g-1 {
    --bs-gutter-y: 0.25rem;
}
.g-2 {
    --bs-gutter-x: 0.5rem;
}
.g-2 {
    --bs-gutter-y: 0.5rem;
}
.g-3 {
    --bs-gutter-x: 1rem;
}
.g-3 {
    --bs-gutter-y: 1rem;
}
.g-4 {
    --bs-gutter-x: 1.5rem;
}
.g-4 {
    --bs-gutter-y: 1.5rem;
}
.g-5 {
    --bs-gutter-x: 3rem;
}
.g-5 {
    --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .g-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-sm-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-sm-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-sm-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-3 {
        --bs-gutter-x: 1rem;
    }
    .g-sm-3 {
        --bs-gutter-y: 1rem;
    }
    .g-sm-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-5 {
        --bs-gutter-x: 3rem;
    }
    .g-sm-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .g-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-3 {
        --bs-gutter-x: 1rem;
    }
    .g-md-3 {
        --bs-gutter-y: 1rem;
    }
    .g-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5 {
        --bs-gutter-x: 3rem;
    }
    .g-md-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .g-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-3 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5 {
        --bs-gutter-y: 3rem;
    }
}
.form-label {
    margin-bottom: 0.5rem;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
}
.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #6c757d;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control[type="file"] {
    overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}
.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem;
}
.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem;
}
textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
    max-width: 3rem;
    height: auto;
    padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    appearance: none;
    color-adjust: exact;
}
.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}
.form-check-input[type="radio"] {
    border-radius: 50%;
}
.form-check-input:active {
    filter: brightness(90%);
}
.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    opacity: 0.5;
}
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}
.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group > .form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group > .form-control:focus {
    z-index: 3;
}
.input-group .btn {
    position: relative;
    z-index: 2;
}
.input-group .btn:focus {
    z-index: 3;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.form-control.is-valid {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.form-check-input.is-valid {
    border-color: #198754;
}
.form-check-input.is-valid:checked {
    background-color: #198754;
}
.form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid ~ .form-check-label {
    color: #198754;
}
.input-group .form-control.is-valid {
    z-index: 1;
}
.input-group .form-control.is-valid:focus {
    z-index: 3;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #212529;
}
.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled {
    pointer-events: none;
    opacity: 0.65;
}
.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e;
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}
.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}
.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2;
}
.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-link {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: underline;
}
.btn-link:hover {
    color: #0a58ca;
}
.btn-link:disabled {
    color: #6c757d;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
.collapse:not(.show) {
    display: none;
}
.dropdown {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 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, 0.15);
    border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem;
}
.dropdown-menu-start {
    --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0;
}
.dropdown-menu-end {
    --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }
    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-end {
        --bs-position: end;
    }
    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }
    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-end {
        --bs-position: end;
    }
    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }
    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-end {
        --bs-position: end;
    }
    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd;
}
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1rem;
    color: #212529;
}
.btn-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group > .btn {
    position: relative;
    flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 1;
}
.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:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}
.nav-link:focus,
.nav-link:hover {
    color: #0a58ca;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: center;
}
.nav-fill .nav-item .nav-link {
    width: 100%;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
}
.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: 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: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: 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: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: 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: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.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, 0.125);
    border-radius: 0.25rem;
}
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}
.card-title {
    margin-bottom: 0.5rem;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1rem;
}
.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-group > .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-group {
        display: flex;
        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;
    }
}
.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none;
    }
}
.page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.page-link {
    padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.list-group-item + .list-group-item {
    border-top-width: 0;
}
.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}
.list-group-item-primary {
    color: #084298;
    background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #084298;
    background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #084298;
    border-color: #084298;
}
.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #41464b;
    background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b;
}
.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #0f5132;
    background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132;
}
.list-group-item-info {
    color: #055160;
    background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #055160;
    background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #055160;
    border-color: #055160;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item.active {
    display: block;
}
.active.carousel-item-end {
    transform: translateX(100%);
}
.active.carousel-item-start {
    transform: translateX(-100%);
}
@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .spinner-border {
        animation-duration: 1.5s;
    }
}
.link-primary {
    color: #0d6efd;
}
.link-primary:focus,
.link-primary:hover {
    color: #0a58ca;
}
.link-secondary {
    color: #6c757d;
}
.link-secondary:focus,
.link-secondary:hover {
    color: #565e64;
}
.link-success {
    color: #198754;
}
.link-success:focus,
.link-success:hover {
    color: #146c43;
}
.link-info {
    color: #0dcaf0;
}
.link-info:focus,
.link-info:hover {
    color: #3dd5f3;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}
@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.align-top {
    vertical-align: top !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.float-start {
    float: left !important;
}
.float-end {
    float: right !important;
}
.float-none {
    float: none !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-scroll {
    overflow: scroll !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-none {
    display: none !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.position-relative {
    position: relative !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: sticky !important;
}
.top-0 {
    top: 0 !important;
}
.top-50 {
    top: 50% !important;
}
.top-100 {
    top: 100% !important;
}
.bottom-0 {
    bottom: 0 !important;
}
.bottom-50 {
    bottom: 50% !important;
}
.bottom-100 {
    bottom: 100% !important;
}
.start-0 {
    left: 0 !important;
}
.start-50 {
    left: 50% !important;
}
.start-100 {
    left: 100% !important;
}
.end-0 {
    right: 0 !important;
}
.end-50 {
    right: 50% !important;
}
.end-100 {
    right: 100% !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-0 {
    border: 0 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-end {
    border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
    border-right: 0 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-start {
    border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #0d6efd !important;
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-success {
    border-color: #198754 !important;
}
.border-info {
    border-color: #0dcaf0 !important;
}
.border-white {
    border-color: #fff !important;
}
.border-1 {
    border-width: 1px !important;
}
.border-2 {
    border-width: 2px !important;
}
.border-3 {
    border-width: 3px !important;
}
.border-4 {
    border-width: 4px !important;
}
.border-5 {
    border-width: 5px !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.order-first {
    order: -1 !important;
}
.order-0 {
    order: 0 !important;
}
.order-1 {
    order: 1 !important;
}
.order-2 {
    order: 2 !important;
}
.order-3 {
    order: 3 !important;
}
.order-4 {
    order: 4 !important;
}
.order-5 {
    order: 5 !important;
}
.m-0 {
    margin: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}
.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}
.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}
.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mt-auto {
    margin-top: auto !important;
}
.me-0 {
    margin-right: 0 !important;
}
.me-1 {
    margin-right: 0.25rem !important;
}
.me-2 {
    margin-right: 0.5rem !important;
}
.me-3 {
    margin-right: 1rem !important;
}
.me-4 {
    margin-right: 1.5rem !important;
}
.me-5 {
    margin-right: 3rem !important;
}
.me-auto {
    margin-right: auto !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ms-0 {
    margin-left: 0 !important;
}
.ms-1 {
    margin-left: 0.25rem !important;
}
.ms-2 {
    margin-left: 0.5rem !important;
}
.ms-3 {
    margin-left: 1rem !important;
}
.ms-4 {
    margin-left: 1.5rem !important;
}
.ms-5 {
    margin-left: 3rem !important;
}
.ms-auto {
    margin-left: auto !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}
.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 0.25rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pt-3 {
    padding-top: 1rem !important;
}
.pt-4 {
    padding-top: 1.5rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 0.25rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}
.fw-normal {
    font-weight: 400 !important;
}
.text-start {
    text-align: left !important;
}
.text-end {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-primary {
    color: #0d6efd !important;
}
.text-secondary {
    color: #6c757d !important;
}
.text-success {
    color: #198754 !important;
}
.text-info {
    color: #0dcaf0 !important;
}
.text-white {
    color: #fff !important;
}
.text-body {
    color: #212529 !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}
.bg-primary {
    background-color: #0d6efd !important;
}
.bg-secondary {
    background-color: #6c757d !important;
}
.bg-success {
    background-color: #198754 !important;
}
.bg-info {
    background-color: #0dcaf0 !important;
}
.bg-body {
    background-color: #fff !important;
}
.bg-white {
    background-color: #fff !important;
}
@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }
    .float-sm-end {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .order-sm-first {
        order: -1 !important;
    }
    .order-sm-0 {
        order: 0 !important;
    }
    .order-sm-1 {
        order: 1 !important;
    }
    .order-sm-2 {
        order: 2 !important;
    }
    .order-sm-3 {
        order: 3 !important;
    }
    .order-sm-4 {
        order: 4 !important;
    }
    .order-sm-5 {
        order: 5 !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
        margin-top: 3rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.25rem !important;
    }
    .me-sm-2 {
        margin-right: 0.5rem !important;
    }
    .me-sm-3 {
        margin-right: 1rem !important;
    }
    .me-sm-4 {
        margin-right: 1.5rem !important;
    }
    .me-sm-5 {
        margin-right: 3rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }
    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }
    .ms-sm-3 {
        margin-left: 1rem !important;
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }
    .ms-sm-5 {
        margin-left: 3rem !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pt-sm-3 {
        padding-top: 1rem !important;
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pt-sm-5 {
        padding-top: 3rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }
    .text-sm-start {
        text-align: left !important;
    }
    .text-sm-end {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }
    .float-md-end {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-none {
        display: none !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .order-md-first {
        order: -1 !important;
    }
    .order-md-0 {
        order: 0 !important;
    }
    .order-md-1 {
        order: 1 !important;
    }
    .order-md-2 {
        order: 2 !important;
    }
    .order-md-3 {
        order: 3 !important;
    }
    .order-md-4 {
        order: 4 !important;
    }
    .order-md-5 {
        order: 5 !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .mt-md-3 {
        margin-top: 1rem !important;
    }
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.25rem !important;
    }
    .me-md-2 {
        margin-right: 0.5rem !important;
    }
    .me-md-3 {
        margin-right: 1rem !important;
    }
    .me-md-4 {
        margin-right: 1.5rem !important;
    }
    .me-md-5 {
        margin-right: 3rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 0.25rem !important;
    }
    .ms-md-2 {
        margin-left: 0.5rem !important;
    }
    .ms-md-3 {
        margin-left: 1rem !important;
    }
    .ms-md-4 {
        margin-left: 1.5rem !important;
    }
    .ms-md-5 {
        margin-left: 3rem !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.25rem !important;
    }
    .pt-md-2 {
        padding-top: 0.5rem !important;
    }
    .pt-md-3 {
        padding-top: 1rem !important;
    }
    .pt-md-4 {
        padding-top: 1.5rem !important;
    }
    .pt-md-5 {
        padding-top: 3rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-md-3 {
        padding-bottom: 1rem !important;
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-5 {
        padding-bottom: 3rem !important;
    }
    .text-md-start {
        text-align: left !important;
    }
    .text-md-end {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }
    .float-lg-end {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .order-lg-first {
        order: -1 !important;
    }
    .order-lg-0 {
        order: 0 !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .order-lg-3 {
        order: 3 !important;
    }
    .order-lg-4 {
        order: 4 !important;
    }
    .order-lg-5 {
        order: 5 !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-3 {
        margin-top: 1rem !important;
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.25rem !important;
    }
    .me-lg-2 {
        margin-right: 0.5rem !important;
    }
    .me-lg-3 {
        margin-right: 1rem !important;
    }
    .me-lg-4 {
        margin-right: 1.5rem !important;
    }
    .me-lg-5 {
        margin-right: 3rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }
    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }
    .ms-lg-3 {
        margin-left: 1rem !important;
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }
    .ms-lg-5 {
        margin-left: 3rem !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pt-lg-3 {
        padding-top: 1rem !important;
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pt-lg-5 {
        padding-top: 3rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }
    .text-lg-start {
        text-align: left !important;
    }
    .text-lg-end {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@font-face {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 300;
    font-display: optional;
    src: url(https://fonts.gstatic.com/s/worksans/v9/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32KxfXBi8Jow.ttf&display=swap) format("truetype");
}
@font-face {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url(https://fonts.gstatic.com/s/worksans/v9/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXBi8Jow.ttf) format("truetype");
}
@font-face {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 500;
    font-display: optional;
    src: url(https://fonts.gstatic.com/s/worksans/v9/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K3vXBi8Jow.ttf) format("truetype");
}
@font-face {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 600;
    font-display: optional;
    src: url(https://fonts.gstatic.com/s/worksans/v9/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQBi8Jow.ttf) format("truetype");
}
@font-face {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 700;
    font-display: optional;
    src: url(https://fonts.gstatic.com/s/worksans/v9/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QBi8Jow.ttf) format("truetype");
}
@font-face {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 800;
    font-display: optional;
    src: url(https://fonts.gstatic.com/s/worksans/v9/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K8nQBi8Jow.ttf) format("truetype");
}
@font-face {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 900;
    font-display: optional;
    src: url(https://fonts.gstatic.com/s/worksans/v9/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K-DQBi8Jow.ttf) format("truetype");
}
@charset "UTF-8"; /*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
@keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
@-webkit-keyframes flash {
    50%,
    from,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    50%,
    from,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}
@keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}
@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@-webkit-keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@-webkit-keyframes topBottom {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes topBottom {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@-webkit-keyframes leftRight {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(30px, 0);
        transform: translate(30px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes leftRight {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(30px, 0);
        transform: translate(30px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}
@-webkit-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}
@-ms-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}
@-moz-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}
@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes blinkblink {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes blinkblink {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes blinkblink {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}
@-webkit-keyframes videomodule-anim {
    0% {
        -webkit-transform: scale(0.68);
        transform: scale(0.68);
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}
@keyframes videomodule-anim {
    0% {
        -webkit-transform: scale(0.68);
        transform: scale(0.68);
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}
.counter.style-4:before,
.rotateme {
    animation-name: rotateme;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 40s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 40s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 40s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes rotateme {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotateme {
    from {
        -moz-transform: rotate(0);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes rotateme {
    from {
        -o-transform: rotate(0);
    }
    to {
        -o-transform: rotate(360deg);
    }
}
@keyframes pulse {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.3);
        opacity: 0;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes pulse-2 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes move-forever {
    0% {
        transform: translate(-90px, 0);
    }
    100% {
        transform: translate(85px, 0);
    }
}
.featured-item:after {
    animation-name: zoom-fade;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@-webkit-keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@keyframes opacitychange {
    0%,
    100% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
}
@keyframes lightMe1 {
    0% {
        opacity: 0.1;
    }
    25% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes lightMe2 {
    0% {
        opacity: 0.1;
    }
    25% {
        opacity: 0.1;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes lightMe3 {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.1;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes lightMe4 {
    0% {
        opacity: 0.1;
    }
    75% {
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes slider {
    0% {
        transform: translateY(0);
    }
    10.5% {
        transform: translateY(0);
    }
    12.5% {
        transform: translateY(-40px);
    }
    23% {
        transform: translateY(-40px);
    }
    25% {
        transform: translateY(-80px);
    }
    35% {
        transform: translateY(-80px);
    }
    37.5% {
        transform: translateY(-120px);
    }
    47.5% {
        transform: translateY(-120px);
    }
    50% {
        transform: translateY(-160px);
    }
    60% {
        transform: translateY(-160px);
    }
    62.5% {
        transform: translateY(-200px);
    }
    72.5% {
        transform: translateY(-200px);
    }
    75% {
        transform: translateY(-240px);
    }
    85% {
        transform: translateY(-240px);
    }
    87.5% {
        transform: translateY(-280px);
    }
    100% {
        transform: translateY(-280px);
    }
}
@keyframes blink {
    from {
        opacity: 0.2;
    }
    to {
        opacity: 0.75;
    }
}
@keyframes rotation {
    0% {
        transform: rotate(0);
    }
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes bar-top {
    0% {
        transform: scale(0, 1);
    }
    12.5% {
        transform: scale(1, 1);
    }
    87.5% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(0, 1);
    }
}
@keyframes bar-right {
    0% {
        transform: scale(1, 0);
    }
    12.5% {
        transform: scale(1, 0);
    }
    25% {
        transform: scale(1, 1);
    }
    75% {
        transform: scale(1, 1);
    }
    87.5% {
        transform: scale(1, 0);
    }
    100% {
        transform: scale(1, 0);
    }
}
@keyframes bar-bottom {
    0% {
        transform: scale(0, 1);
    }
    25% {
        transform: scale(0, 1);
    }
    37.5% {
        transform: scale(1, 1);
    }
    62.5% {
        transform: scale(1, 1);
    }
    75% {
        transform: scale(0, 1);
    }
    100% {
        transform: scale(0, 1);
    }
}
@keyframes bar-left {
    0% {
        transform: scale(1, 0);
    }
    37.5% {
        transform: scale(1, 0);
    }
    50% {
        transform: scale(1, 1);
    }
    62.5% {
        transform: scale(1, 0);
    }
    100% {
        transform: scale(1, 0);
    }
}
@keyframes ellipse-animation {
    0% {
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
    }
    12.5% {
        border-top-left-radius: 0;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
        transform: rotate(45deg);
    }
    25% {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
        transform: rotate(90deg);
    }
    37.5% {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 50%;
        transform: rotate(135deg);
    }
    50% {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        transform: rotate(180deg);
    }
    62.5% {
        border-top-left-radius: 50%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        transform: rotate(225deg);
    }
    75% {
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        transform: rotate(270deg);
    }
    87.5% {
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 0;
        transform: rotate(315deg);
    }
    100% {
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
        transform: rotate(360deg);
    }
}
@keyframes shadowsdancing {
    0% {
        box-shadow: inset 30px 0 0 rgba(209, 242, 165, 0.4), inset 0 30px 0 rgba(239, 250, 180, 0.4), inset -30px 0 0 rgba(255, 196, 140, 0.4), inset 0 -30px 0 rgba(245, 105, 145, 0.4);
    }
    25% {
        box-shadow: inset 30px 0 0 rgba(245, 105, 145, 0.4), inset 0 30px 0 rgba(209, 242, 165, 0.4), inset -30px 0 0 rgba(239, 250, 180, 0.4), inset 0 -30px 0 rgba(255, 196, 140, 0.4);
    }
    50% {
        box-shadow: inset 30px 0 0 rgba(255, 196, 140, 0.4), inset 0 30px 0 rgba(245, 105, 145, 0.4), inset -30px 0 0 rgba(209, 242, 165, 0.4), inset 0 -30px 0 rgba(239, 250, 180, 0.4);
    }
    75% {
        box-shadow: inset 30px 0 0 rgba(239, 250, 180, 0.4), inset 0 30px 0 rgba(255, 196, 140, 0.4), inset -30px 0 0 rgba(245, 105, 145, 0.4), inset 0 -30px 0 rgba(209, 242, 165, 0.4);
    }
    100% {
        box-shadow: inset 30px 0 0 rgba(209, 242, 165, 0.4), inset 0 30px 0 rgba(239, 250, 180, 0.4), inset -30px 0 0 rgba(255, 196, 140, 0.4), inset 0 -30px 0 rgba(245, 105, 145, 0.4);
    }
}
@keyframes colordancing {
    0% {
        color: #2575fc;
    }
    25% {
        color: #00c9ff;
    }
    50% {
        color: #ff512f;
    }
    75% {
        color: #481ea7;
    }
    100% {
        color: #2575fc;
    }
}
@keyframes colordancing2 {
    0% {
        color: #ff512f;
    }
    25% {
        color: #481ea7;
    }
    50% {
        color: #2575fc;
    }
    75% {
        color: #00c9ff;
    }
    100% {
        color: #ff512f;
    }
}
@-webkit-keyframes loader-3-1 {
    0% {
        -webkit-transform: rotate(0);
    }
    40% {
        -webkit-transform: rotate(180deg);
    }
    60% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes loader-3-1 {
    0% {
        transform: rotate(0);
    }
    40% {
        transform: rotate(180deg);
    }
    60% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes loader-3-2 {
    0% {
        -webkit-transform: translate3d(0, -32px, 0) scale(0, 2);
        opacity: 0;
    }
    50% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.25, 1.25);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 8px, 0) scale(0, 0);
        opacity: 0;
    }
}
@keyframes loader-3-2 {
    0% {
        transform: translate3d(0, -32px, 0) scale(0, 2);
        opacity: 0;
    }
    50% {
        transform: translate3d(0, 0, 0) scale(1.25, 1.25);
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 8px, 0) scale(0, 0);
        opacity: 0;
    }
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@-webkit-keyframes anti-rotation {
    from {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(-359deg);
    }
}
.heartbeat {
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}
@-webkit-keyframes heartbeat {
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@keyframes heartbeat {
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
} /*!
 * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}
.fa-sm {
    font-size: 0.875em;
}
.fa-1x {
    font-size: 1em;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-6x {
    font-size: 6em;
}
.fa-7x {
    font-size: 7em;
}
.fa-8x {
    font-size: 8em;
}
.fa-9x {
    font-size: 9em;
}
.fa-10x {
    font-size: 10em;
}
.fa-fw {
    text-align: center;
    width: 1.25em;
}
.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}
.fa-border {
    border: 0.08em solid #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}
@keyframes fa-spin {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
.fa-500px:before {
    content: "\f26e";
}
.fa-address-card:before {
    content: "\f2bb";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-android:before {
    content: "\f17b";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-app-store:before {
    content: "\f36f";
}
.fa-box:before {
    content: "\f466";
}
.fa-box-open:before {
    content: "\f49e";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-check:before {
    content: "\f00c";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-circle:before {
    content: "\f111";
}
.fa-code:before {
    content: "\f121";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-css3-alt:before {
    content: "\f38b";
}
.fa-d-and-d:before {
    content: "\f38d";
}
.fa-expand:before {
    content: "\f065";
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-facebook-f:before {
    content: "\f39e";
}
.fa-fill:before {
    content: "\f575";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-first-order-alt:before {
    content: "\f50a";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-google-play:before {
    content: "\f3ab";
}
.fa-google-plus:before {
    content: "\f2b3";
}
.fa-google-plus-g:before {
    content: "\f0d5";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-home:before {
    content: "\f015";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-id-card:before {
    content: "\f2c2";
}
.fa-id-card-alt:before {
    content: "\f47f";
}
.fa-image:before {
    content: "\f03e";
}
.fa-images:before {
    content: "\f302";
}
.fa-info:before {
    content: "\f129";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-js:before {
    content: "\f3b8";
}
.fa-laravel:before {
    content: "\f3bd";
}
.fa-line:before {
    content: "\f3c0";
}
.fa-link:before {
    content: "\f0c1";
}
.fa-linkedin:before {
    content: "\f08c";
}
.fa-linkedin-in:before {
    content: "\f0e1";
}
.fa-list:before {
    content: "\f03a";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-mobile:before {
    content: "\f10b";
}
.fa-mobile-alt:before {
    content: "\f3cd";
}
.fa-page4:before {
    content: "\f3d7";
}
.fa-phone:before {
    content: "\f095";
}
.fa-play:before {
    content: "\f04b";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-plus:before {
    content: "\f067";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-road:before {
    content: "\f018";
}
.fa-search:before {
    content: "\f002";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-share:before {
    content: "\f064";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-sliders-h:before {
    content: "\f1de";
}
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-numeric-up:before {
    content: "\f163";
}
.fa-sort-up:before {
    content: "\f0de";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-store:before {
    content: "\f54e";
}
.fa-store-alt:before {
    content: "\f54f";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-taxi:before {
    content: "\f1ba";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-user:before {
    content: "\f007";
}
.fa-user-alt:before {
    content: "\f406";
}
.fa-user-check:before {
    content: "\f4fc";
}
.fa-user-circle:before {
    content: "\f2bd";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-tag:before {
    content: "\f507";
}
.fa-users:before {
    content: "\f0c0";
}
.fa-video:before {
    content: "\f03d";
}
.fa-wallet:before {
    content: "\f555";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-youtube:before {
    content: "\f167";
}
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url(https://www.itrifid.com/assets/fonts/fa-brands-400.eot);
    src: url(https://www.itrifid.com/assets/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(https://www.itrifid.com/assets/fonts/fa-brands-400.woff2) format("woff2"),
        url(https://www.itrifid.com/assets/fonts/fa-brands-400.woff) format("woff"), url(https://www.itrifid.com/assets/fonts/fa-brands-400.ttf) format("truetype"),
        url(https://www.itrifid.com/assets/fonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
    font-family: "Font Awesome 5 Brands";
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url(https://www.itrifid.com/assets/fonts/fa-regular-400.eot);
    src: url(https://www.itrifid.com/assets/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(https://www.itrifid.com/assets/fonts/fa-regular-400.woff2) format("woff2"),
        url(https://www.itrifid.com/assets/fonts/fa-regular-400.woff) format("woff"), url(https://www.itrifid.com/assets/fonts/fa-regular-400.ttf) format("truetype"),
        url(https://www.itrifid.com/assets/fonts/fa-regular-400.svg#fontawesome) format("svg");
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: optional;
    src: url(https://www.itrifid.com/assets/fonts/fa-solid-900.eot);
    src: url(https://www.itrifid.com/assets/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://www.itrifid.com/assets/fonts/fa-solid-900.woff2) format("woff2"),
        url(https://www.itrifid.com/assets/fonts/fa-solid-900.woff) format("woff"), url(https://www.itrifid.com/assets/fonts/fa-solid-900.ttf) format("truetype"),
        url(https://www.itrifid.com/assets/fonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa {
    font-family: "Font Awesome 5 Free";
}
.fa {
    font-weight: 900;
}
.la {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.la-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}
.la-sm {
    font-size: 0.875em;
}
.la-1x {
    font-size: 1em;
}
.la-2x {
    font-size: 2em;
}
.la-3x {
    font-size: 3em;
}
.la-4x {
    font-size: 4em;
}
.la-5x {
    font-size: 5em;
}
.la-6x {
    font-size: 6em;
}
.la-7x {
    font-size: 7em;
}
.la-8x {
    font-size: 8em;
}
.la-9x {
    font-size: 9em;
}
.la-10x {
    font-size: 10em;
}
.la-fw {
    text-align: center;
    width: 1.25em;
}
.la-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}
.la-ul > li {
    position: relative;
}
.la-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}
.la-border {
    border: solid 0.08em #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}
@-webkit-keyframes la-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes la-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.la-500px:before {
    content: "\f26e";
}
.la-address-card:before {
    content: "\f2bb";
}
.la-align-center:before {
    content: "\f037";
}
.la-align-left:before {
    content: "\f036";
}
.la-align-right:before {
    content: "\f038";
}
.la-android:before {
    content: "\f17b";
}
.la-angle-left:before {
    content: "\f104";
}
.la-angle-right:before {
    content: "\f105";
}
.la-angle-up:before {
    content: "\f106";
}
.la-app-store:before {
    content: "\f36f";
}
.la-blog:before {
    content: "\f781";
}
.la-bootstrap:before {
    content: "\f836";
}
.la-border-all:before {
    content: "\f84c";
}
.la-border-none:before {
    content: "\f850";
}
.la-border-style:before {
    content: "\f853";
}
.la-box:before {
    content: "\f466";
}
.la-box-open:before {
    content: "\f49e";
}
.la-building:before {
    content: "\f1ad";
}
.la-check:before {
    content: "\f00c";
}
.la-check-circle:before {
    content: "\f058";
}
.la-circle:before {
    content: "\f111";
}
.la-code:before {
    content: "\f121";
}
.la-copyright:before {
    content: "\f1f9";
}
.la-css3:before {
    content: "\f13c";
}
.la-css3-alt:before {
    content: "\f38b";
}
.la-d-and-d:before {
    content: "\f38d";
}
.la-expand:before {
    content: "\f065";
}
.la-facebook:before {
    content: "\f09a";
}
.la-facebook-f:before {
    content: "\f39e";
}
.la-fill:before {
    content: "\f575";
}
.la-first-order:before {
    content: "\f2b0";
}
.la-first-order-alt:before {
    content: "\f50a";
}
.la-google:before {
    content: "\f1a0";
}
.la-google-play:before {
    content: "\f3ab";
}
.la-google-plus:before {
    content: "\f2b3";
}
.la-google-plus-g:before {
    content: "\f0d5";
}
.la-google-wallet:before {
    content: "\f1ee";
}
.la-heartbeat:before {
    content: "\f21e";
}
.la-home:before {
    content: "\f015";
}
.la-html5:before {
    content: "\f13b";
}
.la-icons:before {
    content: "\f86d";
}
.la-id-card:before {
    content: "\f2c2";
}
.la-id-card-alt:before {
    content: "\f47f";
}
.la-image:before {
    content: "\f03e";
}
.la-images:before {
    content: "\f302";
}
.la-info:before {
    content: "\f129";
}
.la-info-circle:before {
    content: "\f05a";
}
.la-js:before {
    content: "\f3b8";
}
.la-laravel:before {
    content: "\f3bd";
}
.la-line:before {
    content: "\f3c0";
}
.la-link:before {
    content: "\f0c1";
}
.la-linkedin:before {
    content: "\f08c";
}
.la-linkedin-in:before {
    content: "\f0e1";
}
.la-list:before {
    content: "\f03a";
}
.la-list-alt:before {
    content: "\f022";
}
.la-list-ol:before {
    content: "\f0cb";
}
.la-list-ul:before {
    content: "\f0ca";
}
.la-mobile:before {
    content: "\f10b";
}
.la-mobile-alt:before {
    content: "\f3cd";
}
.la-page4:before {
    content: "\f3d7";
}
.la-phone:before {
    content: "\f095";
}
.la-phone-alt:before {
    content: "\f879";
}
.la-play:before {
    content: "\f04b";
}
.la-play-circle:before {
    content: "\f144";
}
.la-plus:before {
    content: "\f067";
}
.la-plus-circle:before {
    content: "\f055";
}
.la-registered:before {
    content: "\f25d";
}
.la-road:before {
    content: "\f018";
}
.la-scroll:before {
    content: "\f70e";
}
.la-search:before {
    content: "\f002";
}
.la-search-plus:before {
    content: "\f00e";
}
.la-share:before {
    content: "\f064";
}
.la-share-alt:before {
    content: "\f1e0";
}
.la-sliders-h:before {
    content: "\f1de";
}
.la-sort:before {
    content: "\f0dc";
}
.la-sort-numeric-up:before {
    content: "\f163";
}
.la-sort-numeric-up-alt:before {
    content: "\f887";
}
.la-sort-up:before {
    content: "\f0de";
}
.la-spinner:before {
    content: "\f110";
}
.la-store:before {
    content: "\f54e";
}
.la-store-alt:before {
    content: "\f54f";
}
.la-tag:before {
    content: "\f02b";
}
.la-tags:before {
    content: "\f02c";
}
.la-taxi:before {
    content: "\f1ba";
}
.la-text-height:before {
    content: "\f034";
}
.la-text-width:before {
    content: "\f035";
}
.la-toggle-on:before {
    content: "\f205";
}
.la-twitter:before {
    content: "\f099";
}
.la-user:before {
    content: "\f007";
}
.la-user-alt:before {
    content: "\f406";
}
.la-user-check:before {
    content: "\f4fc";
}
.la-user-circle:before {
    content: "\f2bd";
}
.la-user-md:before {
    content: "\f0f0";
}
.la-user-plus:before {
    content: "\f234";
}
.la-user-tag:before {
    content: "\f507";
}
.la-users:before {
    content: "\f0c0";
}
.la-video:before {
    content: "\f03d";
}
.la-wallet:before {
    content: "\f555";
}
.la-whatsapp:before {
    content: "\f232";
}
.la-wordpress:before {
    content: "\f19a";
}
.la-youtube:before {
    content: "\f167";
}
@font-face {
    font-family: "Line Awesome Brands";
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url(https://www.itrifid.com/assets/fonts/la-brands-400.eot);
    src: url(https://www.itrifid.com/assets/fonts/la-brands-400.eot?#iefix) format("embedded-opentype"), url(https://www.itrifid.com/assets/fonts/la-brands-400.woff2) format("woff2"),
        url(https://www.itrifid.com/assets/fonts/la-brands-400.woff) format("woff"), url(https://www.itrifid.com/assets/fonts/la-brands-400.ttf) format("truetype"),
        url(https://www.itrifid.com/assets/fonts/la-brands-400.svg#lineawesome) format("svg");
}
@font-face {
    font-family: "Line Awesome Free";
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url(https://www.itrifid.com/assets/fonts/la-regular-400.eot);
    src: url(https://www.itrifid.com/assets/fonts/la-regular-400.eot?#iefix) format("embedded-opentype"), url(https://www.itrifid.com/assets/fonts/la-regular-400.woff2) format("woff2"),
        url(https://www.itrifid.com/assets/fonts/la-regular-400.woff) format("woff"), url(https://www.itrifid.com/assets/fonts/la-regular-400.ttf) format("truetype"),
        url(https://www.itrifid.com/assets/fonts/la-regular-400.svg#lineawesome) format("svg");
}
@font-face {
    font-family: "Line Awesome Free";
    font-style: normal;
    font-weight: 900;
    font-display: optional;
    src: url(https://www.itrifid.com/assets/fonts/la-solid-900.eot);
    src: url(https://www.itrifid.com/assets/fonts/la-solid-900.eot?#iefix) format("embedded-opentype"), url(https://www.itrifid.com/assets/fonts/la-solid-900.woff2) format("woff2"),
        url(https://www.itrifid.com/assets/fonts/la-solid-900.woff) format("woff"), url(https://www.itrifid.com/assets/fonts/la-solid-900.ttf) format("truetype"),
        url(https://www.itrifid.com/assets/fonts/la-solid-900.svg#lineawesome) format("svg");
}
.la {
    font-family: "Line Awesome Free";
    font-weight: 900;
}
.la.la-play-circle-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-play-circle-o:before {
    content: "\f144";
}
.la.la-list-alt {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-image {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-image:before {
    content: "\f03e";
}
.la.la-check-circle-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-check-circle-o:before {
    content: "\f058";
}
.la.la-twitter {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-facebook {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-facebook:before {
    content: "\f39e";
}
.la.la-facebook-f {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-facebook-f:before {
    content: "\f39e";
}
.la.la-group:before {
    content: "\f0c0";
}
.la.la-google-plus {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-google-plus:before {
    content: "\f0d5";
}
.la.la-sort-desc:before {
    content: "\f0dd";
}
.la.la-sort-asc:before {
    content: "\f0de";
}
.la.la-linkedin {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-linkedin:before {
    content: "\f0e1";
}
.la.la-building-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-building-o:before {
    content: "\f1ad";
}
.la.la-mobile:before {
    content: "\f3cd";
}
.la.la-mobile-phone:before {
    content: "\f3cd";
}
.la.la-circle-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-circle-o:before {
    content: "\f111";
}
.la.la-html5 {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-css3 {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-toggle-up {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-toggle-up:before {
    content: "\f151";
}
.la.la-toggle-right {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-toggle-right:before {
    content: "\f152";
}
.la.la-inr:before {
    content: "\f156";
}
.la.la-sort-numeric-asc:before {
    content: "\f162";
}
.la.la-sort-numeric-desc:before {
    content: "\f886";
}
.la.la-youtube {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-youtube-play {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-youtube-play:before {
    content: "\f167";
}
.la.la-android {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-toggle-left {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-toggle-left:before {
    content: "\f191";
}
.la.la-wordpress {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-google {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-support {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-support:before {
    content: "\f1cd";
}
.la.la-header:before {
    content: "\f1dc";
}
.la.la-sliders:before {
    content: "\f1de";
}
.la.la-google-wallet {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-copyright {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-whatsapp {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-registered {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-500px {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-first-order {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-google-plus-circle {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-google-plus-circle:before {
    content: "\f2b3";
}
.la.la-fa {
    font-family: "Line Awesome Brands";
    font-weight: 400;
}
.la.la-fa:before {
    content: "\f2b4";
}
.la.la-address-card-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-address-card-o:before {
    content: "\f2bb";
}
.la.la-user-circle-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-user-circle-o:before {
    content: "\f2bd";
}
.la.la-user-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-user-o:before {
    content: "\f007";
}
.la.la-id-card-o {
    font-family: "Line Awesome Free";
    font-weight: 400;
}
.la.la-id-card-o:before {
    content: "\f2c2";
}
.la.la-s15:before {
    content: "\f2cd";
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.no-js .owl-carousel {
    display: block;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(https://www.itrifid.com/assets/css/owl-carousel/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-dots {
    width: 100%;
    display: inline-block;
    position: absolute;
    line-height: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    text-align: center;
}
.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    text-indent: inherit;
    width: 100%;
    text-align: center;
    bottom: -20px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    left: 50%;
    cursor: pointer;
    z-index: 999;
}
.owl-carousel .owl-item.center {
    transform: scale(1.1);
    z-index: 99;
}
.owl-carousel.owl-nav2 .owl-nav {
    width: auto;
    text-align: left;
    bottom: 10%;
    transform: inherit;
    left: -60%;
}
.logo img {
    height: 60px;
}
#header-wrap.fixed-header .logo img {
    height: 55px;
}
.header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1200;
}
#header-wrap {
    padding: 10px 0;
    background: #fff;
    position: relative;
}
.header-1 #header-wrap {
    padding: 10px 20px;
}
#header-wrap.fixed-header {
    -webkit-animation: smoothScroll 1s forwards;
    -moz-animation: smoothScroll 1s forwards;
    -o-animation: smoothScroll 1s forwards;
    animation: smoothScroll 1s forwards;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999 !important;
    background: #fff !important;
}
.header-1 #header-wrap:before {
    content: "";
    background: #f9f7fc;
    width: 96%;
    height: 30px;
    position: absolute;
    left: 2%;
    bottom: -10px;
    z-index: -1;
}
.header-1 #header-wrap:after {
    content: "";
    background: #fcfbfd;
    width: 92%;
    height: 30px;
    position: absolute;
    left: 4%;
    bottom: -20px;
    z-index: -9;
}
#header-wrap.fixed-header:after,
#header-wrap.fixed-header:before {
    display: none;
}
.header-2 #header-wrap,
.header-3 #header-wrap {
    background: 0 0;
}
.header-2 #header-wrap:after,
.header-2 #header-wrap:before {
    display: none;
}
@keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
.navbar {
    padding: 0;
}
.navbar-nav .nav-item {
    margin: 0 20px;
}
.navbar-nav .nav-item.dropdown .dropdown-menu {
    padding: 10px;
    background: #fff;
    top: 100%;
    border: none;
    margin-top: 0;
    left: 0;
}
.navbar-brand {
    margin-right: 0;
}
.nav-item.dropdown .dropdown-menu li:last-child {
    margin-bottom: 0;
}
.nav-item.dropdown .dropdown-menu a {
    display: block;
    padding: 10px 20px;
    white-space: nowrap;
    position: relative;
    background: 0 0;
    color: #1c1d3e;
    font-size: 14px;
    font-weight: 400;
}
.nav-item.dropdown .dropdown-menu a:hover {
    color: #2575fc;
    padding-left: 35px;
}
.nav-item.dropdown .dropdown-menu a::before {
    position: absolute;
    top: 0;
    left: 10px;
    color: transparent;
    content: ".";
    text-shadow: 0 0 transparent;
    font-size: 2em;
    line-height: 1em;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    pointer-events: none;
    -webkit-animation: opacitychange 1s ease-in-out infinite;
    -moz-animation: opacitychange 1s ease-in-out infinite;
    -o-animation: opacitychange 1s ease-in-out infinite;
    animation: opacitychange 1s ease-in-out infinite;
}
.nav-item.dropdown .dropdown-menu a:focus::before,
.nav-item.dropdown .dropdown-menu a:hover::before {
    color: #2575fc;
    text-shadow: 10px 0 #1c1d3e, -10px 0 #1c1d3e;
}
.nav-link.dropdown-toggle::after {
    border: none;
    content: "+";
    vertical-align: middle;
    width: 10px;
}
.nav-link.dropdown-toggle:hover::after {
    content: "-";
}
.navbar-nav .nav-link {
    color: #1c1d3e;
    font-weight: 500;
    padding: 0 !important;
    border-radius: 0;
    text-transform: capitalize;
    position: relative;
}
.navbar-nav .nav-link:hover {
    color: #2575fc;
}
.navbar-nav .nav-item .nav-link.active {
    color: #2575fc;
}
.navbar-nav .nav-link::before {
    position: absolute;
    bottom: -15px;
    left: 50%;
    color: transparent;
    content: ".";
    text-shadow: 0 0 transparent;
    font-size: 2em;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
    -webkit-animation: opacitychange 1s ease-in-out infinite;
    -moz-animation: opacitychange 1s ease-in-out infinite;
    -o-animation: opacitychange 1s ease-in-out infinite;
    animation: opacitychange 1s ease-in-out infinite;
    line-height: 1;
}
.navbar-nav .nav-link:hover::before {
    color: #2575fc;
    text-shadow: 10px 0 #1c1d3e, -10px 0 #1c1d3e;
}
.navbar-nav .nav-item .nav-link.active::before,
.navbar-nav .nav-item .nav-link.show::before {
    color: #2575fc;
    text-shadow: 10px 0 #1c1d3e, -10px 0 #1c1d3e;
}
.navbar-nav .nav-link:focus::before {
    color: #2575fc;
    text-shadow: 10px 0 #1c1d3e, -10px 0 #1c1d3e;
}
@media (min-width: 992px) {
    .navbar-nav .dropdown-menu {
        min-width: 12em !important;
        max-width: 20em !important;
    }
    .navbar-nav .dropdown > .dropdown-menu {
        opacity: 0;
        position: absolute;
        display: block;
        pointer-events: none;
        background: #fff;
    }
    .navbar-nav .dropdown:hover > .dropdown-menu {
        display: block;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
    }
    .navbar-nav.ms-auto .nav-item.dropdown .dropdown-menu {
        right: 0;
    }
}
.header-3 .navbar-nav .nav-link {
    color: #fff;
}
.header-3 .navbar-nav .nav-link:hover {
    color: #fff;
}
.header-3 .navbar-nav .nav-item .nav-link.active,
.header-3 .navbar-nav .nav-item .nav-link.active::before,
.header-3 .navbar-nav .nav-link:focus::before,
.header-3 .navbar-nav .nav-link:hover::before {
    color: #fff;
}
.header-3 #header-wrap.fixed-header .navbar-nav .nav-link {
    color: #1c1d3e;
}
.header-3 #header-wrap.fixed-header .navbar-nav .nav-link:hover {
    color: #2575fc;
}
.header-3 #header-wrap.fixed-header .navbar-nav .nav-item .nav-link.active {
    color: #2575fc;
}
.header-3 #header-wrap.fixed-header .navbar-nav .nav-link.active::before,
.header-3 #header-wrap.fixed-header .navbar-nav .nav-link:hover::before {
    color: #2575fc;
}
.header-2 #header-wrap.fixed-header .logo > img,
.header-3 #header-wrap.fixed-header .logo > img,
.logo .sticky-logo {
    display: none !important;
}
.header-2 #header-wrap.fixed-header .logo .sticky-logo,
.header-3 #header-wrap.fixed-header .logo .sticky-logo {
    display: block !important;
}
.footer {
    padding: 80px 0;
}
.footer-pattern {
    bottom: 0;
    position: absolute;
}
.primary-footer {
    position: relative;
    z-index: 99;
    font-size: 16px;
}
.secondary-footer {
    color: #5f5f5f;
    font-weight: 400;
}
.copyright {
    margin-top: 50px;
}
.copyright span a {
    font-weight: 700;
}
.theme-bg .copyright {
    border-top: 2px solid rgba(255, 255, 255, 0.03);
    padding-top: 50px;
}
.footer-logo img {
    height: 70px;
}
.primary-footer {
    color: #1c1d3e;
}
.primary-footer a {
    color: #1c1d3e;
}
.primary-footer h4 {
    margin-bottom: 20px;
}
.footer-1 {
    margin-top: 100px;
    padding-top: 150px;
}
.footer-2 {
    padding-top: 250px;
}
.footer-3 {
    padding-top: 220px;
}
.media-icon.list-inline li {
    display: inline-block;
}
.media-icon li {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
}
.media-icon li:last-child {
    margin-bottom: 0;
}
.media-icon li a {
    color: #2575fc;
}
.media-icon li a:hover {
    text-decoration: underline !important;
}
.footer-list li {
    margin-bottom: 15px;
    text-transform: capitalize;
}
.footer-list li:last-child {
    margin-bottom: 0;
}
.footer-list li a {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #1c1d3e;
}
.footer-list .list-inline li {
    display: inline-block;
    margin: 0 10px;
}
.footer-logo {
    margin-bottom: 15px;
}
.footer-social ul li {
    display: inline-block;
}
.footer-social ul li a {
    color: #1c1d3e;
}
.footer-social ul li a:hover {
    color: #2575fc;
}
.theme-bg .primary-footer {
    color: #fff;
}
.theme-bg .primary-footer a {
    color: #fff;
}
.theme-bg .footer-list li a,
.theme-bg .footer-social ul li a,
.theme-bg .primary-footer h4,
.theme-bg .secondary-footer {
    color: #fff;
}
.footer h4 {
    display: block;
}
#footer-wave {
    position: absolute;
    height: 100px;
    top: 0;
    left: 0;
    width: 100%;
}
#footer-wave svg {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
#footer-wave svg path {
    fill: #fff;
}
a {
    text-decoration: none;
    outline: medium none !important;
    color: #2575fc;
}
a:focus {
    text-decoration: none !important;
    color: #2575fc;
    text-decoration: none !important;
}
a:hover {
    color: #2575fc;
    text-decoration: none !important;
}
button,
input {
    outline: medium none !important;
    color: #2575fc;
}
::-moz-selection,
::selection {
    background: #2575fc;
    color: #fff;
    text-shadow: none;
}
a,
i {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.btn {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.btn span {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.dropdown-item,
.owl-item,
.social-icons li:hover a,
button,
img,
span {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.featured-item {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.featured-item::before,
.featured-item:after {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.featured-icon,
.featured-item .featured-icon i {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.post {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.post .post-image::after,
.post .post-image::before {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.post .post-desc {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.team-description,
.team-social-icon {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.align-center,
.image-column {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.clear-loader,
.featured-item .featured-icon span,
.title-effect-2 i,
.video-btn .spinner-eff {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.navbar-nav .dropdown-menu .nav-link:focus,
.navbar-nav .dropdown-menu .nav-link:hover {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}
#header-wrap.fixed-header,
.box-shadow,
.navbar-nav ul {
    -webkit-box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    -moz-box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    -o-box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
}
.header-1 #header-wrap:after,
.header-1 #header-wrap:before {
    -webkit-box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    -moz-box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    -o-box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
}
.btn,
.icon-btn {
    -webkit-box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    -moz-box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    -o-box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
}
.contact-media,
.counter,
.img-box {
    -webkit-box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    -moz-box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    -o-box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
}
.team-link {
    -webkit-box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    -moz-box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    -o-box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
}
.team-description .team-icon li i {
    -webkit-box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    -moz-box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    -o-box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
}
.featured-item {
    -webkit-box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    -moz-box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    -o-box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
}
.featured-item.style-1 .featured-icon i,
.featured-item.style-2,
.featured-item.style-6 .featured-icon i,
.featured-item:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    -moz-box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    -o-box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
}
.post {
    -webkit-box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    -moz-box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    -o-box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
}
.post.style-3 .post-image,
.post.style-3:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    -moz-box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    -o-box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
}
.post.style-4 .post-desc {
    -webkit-box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    -moz-box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    -o-box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
}
.clients-logo {
    -webkit-box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    -moz-box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    -o-box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
}
.featured-item.style-2:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(153, 153, 153, 0.5);
    -moz-box-shadow: 0 0 15px 0 rgba(153, 153, 153, 0.5);
    -o-box-shadow: 0 0 15px 0 rgba(153, 153, 153, 0.5);
    box-shadow: 0 0 15px 0 rgba(153, 153, 153, 0.5);
}
.custom-mt-5 {
    z-index: 99;
    position: relative;
    margin-top: -50px;
}
.custom-mt-7 {
    z-index: 99;
    position: relative;
    margin-top: -70px;
}
.custom-mt-10 {
    z-index: 99;
    position: relative;
    margin-top: -100px;
}
.custom-mt-12 {
    z-index: 99;
    position: relative;
    margin-top: -120px;
}
.custom-mt-15 {
    z-index: 99;
    position: relative;
    margin-top: -150px;
}
.custom-mt-20 {
    z-index: 99;
    position: relative;
    margin-top: -200px;
}
.custom-mt-25 {
    z-index: 99;
    position: relative;
    margin-top: -250px;
}
.custom-mt-30 {
    z-index: 99;
    position: relative;
    margin-top: -300px;
}
.custom-pt-18 {
    padding-top: 180px;
}
.custom-pb-18 {
    padding-bottom: 180px;
}
.mt-8 {
    margin-top: 80px !important;
}
.mt-10 {
    margin-top: 100px !important;
}
.mt-15 {
    margin-top: 150px !important;
}
.my-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}
.my-10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}
.my-15 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
}
.my-20 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
}
#ht-preloader {
    background: #000;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden !important;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.clear-loader {
    z-index: 999;
    box-sizing: border-box;
    display: inline-block;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
}
.loader {
    position: relative;
    width: 20rem;
    height: 20rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #000;
}
.loader::before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8.69565rem;
    height: 8.69565rem;
    background: #000;
    border-radius: 50%;
}
.loader .loader-box {
    position: absolute;
    width: 10rem;
    height: 10rem;
    overflow: hidden;
}
.loader .loader-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.1;
}
.loader .loader-box:nth-child(1) {
    top: 0;
    left: 0;
}
.loader .loader-box:nth-child(1)::before {
    top: 50%;
    left: 50%;
    background: #2575fc;
    -webkit-animation: lightMe1 4s ease-out infinite normal;
    -moz-animation: lightMe1 4s ease-out infinite normal;
    -o-animation: lightMe1 4s ease-out infinite normal;
    animation: lightMe1 4s ease-out infinite normal;
}
.loader .loader-box:nth-child(2) {
    top: 0;
    right: 0;
}
.loader .loader-box:nth-child(2)::before {
    top: 50%;
    right: 50%;
    background: #05f8a1;
    -webkit-animation: lightMe2 4s ease-out infinite normal;
    -moz-animation: lightMe2 4s ease-out infinite normal;
    -o-animation: lightMe2 4s ease-out infinite normal;
    animation: lightMe2 4s ease-out infinite normal;
}
.loader .loader-box:nth-child(3) {
    bottom: 0;
    right: 0;
}
.loader .loader-box:nth-child(3)::before {
    bottom: 50%;
    right: 50%;
    background: #ff512f;
    -webkit-animation: lightMe3 4s ease-out infinite normal;
    -moz-animation: lightMe3 4s ease-out infinite normal;
    -o-animation: lightMe3 4s ease-out infinite normal;
    animation: lightMe3 4s ease-out infinite normal;
}
.loader .loader-box:nth-child(4) {
    bottom: 0;
    left: 0;
}
.loader .loader-box:nth-child(4)::before {
    bottom: 50%;
    left: 50%;
    background: #481ea7;
    -webkit-animation: lightMe4 4s linear infinite normal;
    -moz-animation: lightMe4 4s linear infinite normal;
    -o-animation: lightMe4 4s linear infinite normal;
    animation: lightMe4 4s linear infinite normal;
}
.loader .loader-wrap-text {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    overflow: hidden;
}
.loader .text {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-animation: slider 8s ease-in infinite;
    -moz-animation: slider 8s ease-in infinite;
    -o-animation: slider 8s ease-in infinite;
    animation: slider 8s ease-in infinite;
}
.loader .text span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 2em;
    color: #fff;
}
.loader-text {
    color: #fff;
    -webkit-transform: translateY(-2rem);
    -moz-transform: translateY(-2rem);
    -ms-transform: translateY(-2rem);
    -o-transform: translateY(-2rem);
    transform: translateY(-2rem);
    letter-spacing: 6px;
    opacity: 0.2;
    -webkit-animation: blink 1s ease-out infinite alternate;
    -moz-animation: blink 1s ease-out infinite alternate;
    -o-animation: blink 1s ease-out infinite alternate;
    animation: blink 1s ease-out infinite alternate;
}
[data-overlay] {
    position: relative;
    z-index: 0;
}
[data-overlay]:before {
    position: absolute;
    content: "";
    background-color: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
[data-overlay="1"]:before {
    opacity: 0.1;
}
[data-overlay="2"]:before {
    opacity: 0.2;
}
[data-overlay="3"]:before {
    opacity: 0.3;
}
[data-overlay="4"]:before {
    opacity: 0.4;
}
[data-overlay="5"]:before {
    opacity: 0.5;
}
[data-overlay="6"]:before {
    opacity: 0.6;
}
[data-overlay="7"]:before {
    opacity: 0.7;
}
[data-overlay="8"]:before {
    opacity: 0.8;
}
[data-overlay="9"]:before {
    opacity: 0.9;
}
[data-overlay="10"]:before {
    opacity: 1;
}
[data-overlay="0"]:before {
    opacity: 0;
}
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 600;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translate3d(0, 200%, 0);
    -moz-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    -o-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}
.scroll-top a {
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    font-size: 32px;
    color: #fff;
    background: #2575fc;
}
.scroll-top a:visited {
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    font-size: 32px;
    color: #fff;
    background: #2575fc;
}
.scroll-top a:focus,
.scroll-top a:hover {
    color: #2575fc;
    background: #fff;
}
.page-title {
    display: block;
    position: relative;
    padding: 200px 0 250px;
}
.page-title h1 {
    font-size: 50px;
    color: #1c1d3e;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 20px;
}
.page-title p {
    margin-bottom: 0;
    color: #1c1d3e;
}
.page-title-pattern {
    bottom: 0;
    position: absolute;
}
@font-face {
    font-family: Flaticon;
    src: url(https://www.itrifid.com/assets/fonts/Flaticon.eot);
    src: url(https://www.itrifid.com/assets/fonts/Flaticon.eot?#iefix) format("embedded-opentype"), url(https://www.itrifid.com/assets/fonts/Flaticon.woff) format("woff"),
        url(https://www.itrifid.com/assets/fonts/Flaticon.ttf) format("truetype"), url(https://www.itrifid.com/assets/fonts/Flaticon.svg#Flaticon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: optional;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: Flaticon;
        src: url(https://www.itrifid.com/assets/fonts/Flaticon.svg#Flaticon) format("svg");
        font-display: optional;
    }
}
[class*=" flaticon-"]:after,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class^="flaticon-"]:before {
    font-family: Flaticon;
    font-style: normal;
}
.flaticon-scroll:before {
    content: "\f100";
}
.flaticon-web-design:before {
    content: "\f102";
}
.flaticon-customer-service:before {
    content: "\f104";
}
.flaticon-go-up-in-web:before {
    content: "\f106";
}
.flaticon-google-play:before {
    content: "\f109";
}
.flaticon-market:before {
    content: "\f10d";
}
.flaticon-data:before {
    content: "\f10e";
}
.flaticon-analytics:before {
    content: "\f10f";
}
.flaticon-software:before {
    content: "\f111";
}
.flaticon-price-tag:before {
    content: "\f112";
}
.flaticon-info:before {
    content: "\f113";
}
.flaticon-review:before {
    content: "\f114";
}
.flaticon-collaboration:before {
    content: "\f115";
}
.flaticon-blog:before {
    content: "\f116";
}
.flaticon-review-1:before {
    content: "\f119";
}
.flaticon-project:before {
    content: "\f11a";
}
.flaticon-happiness:before {
    content: "\f11b";
}
.flaticon-social-media:before {
    content: "\f11d";
}
.flaticon-email:before {
    content: "\f11e";
}
.social-icons ul {
    padding: 0;
    margin: 0;
    line-height: 0;
}
.text-center.social-icons ul {
    display: inline-block;
}
.social-icons li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 8px 0 0;
}
.social-icons li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    margin: 0;
    border-radius: 4px;
    border: 0;
    background: 0 0;
    color: #1c1d3e;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.text-white .social-icons li a {
    color: #fff;
}
.social-icons li:hover a {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.social-icons.social-hover a:hover {
    color: #fff;
    border: 0;
}
.social-icons.social-hover .social-facebook a:hover {
    background-color: #5d82d1;
}
.social-icons.social-hover .social-twitter a:hover {
    background-color: #40bff5;
}
.social-icons.social-hover .social-youtube a:hover {
    background-color: #ef4e41;
}
.social-icons.social-hover .social-gplus a:hover {
    background-color: #db5442;
}
.social-icons.social-hover .social-google a:hover {
    background-color: #eb5e4c;
}
.social-icons.social-hover .social-linkedin a:hover {
    background-color: #238cc8;
}
.social-icons.social-hover .social-wordpress a:hover {
    background-color: #2592c3;
}
.social-icons.social-hover .social-android a:hover {
    background-color: #a4c639;
}
.social-icons.social-border li a {
    border: 1px solid #efefef;
    background: 0 0;
}
.social-icons.circle li a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.team-images {
    overflow: hidden;
    position: relative;
}
.team-social-icon {
    margin-top: 15px;
}
.team-link {
    display: block;
    font-weight: 600;
    font-size: 30px;
    border-radius: 7px;
    color: #1c1d3e;
    background: #fff;
    height: 60px;
    width: 60px;
    line-height: 60px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    position: absolute;
    top: 2rem;
    right: 1rem;
    z-index: 500;
}
.team-link:hover {
    color: #2575fc;
}
.team-description .team-icon li a {
    color: #1c1d3e;
}
.team-description .team-icon li a:hover {
    color: #2575fc;
}
.team-description .team-icon li i {
    display: inline-block;
    border-radius: 7px;
    background: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #2575fc;
    font-size: 24px;
    vertical-align: middle;
    margin-right: 10px;
}
.counter {
    position: relative;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
    padding: 30px;
}
.counter span {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    color: #005bea;
    display: inline-block;
    margin: 30px 0 10px;
}
.counter span + span {
    font-weight: 400;
    font-size: 30px;
    color: #1c1d3e;
}
.counter h5 {
    display: block;
    font-weight: 400;
    color: #1c1d3e;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    margin: 0;
}
.counter.style-2 {
    background: 0 0;
    box-shadow: none;
    padding: 0;
    text-align: left;
}
.counter.style-2 span {
    margin-top: 0;
}
.text-center .counter.style-2 {
    text-align: center;
}
.counter.style-3 {
    background: 0 0;
    box-shadow: none;
    padding: 0;
    text-align: left;
    display: flex;
    align-items: center;
}
.counter.style-3 .counter-icon {
    margin-right: 15px;
}
.counter.style-3 span {
    margin-top: 0;
}
.counter.style-4 {
    display: flex;
    align-items: center;
    padding: 0;
    overflow: inherit;
    margin: 0 auto;
    width: 10em;
    height: 15.32em;
    border-radius: 1em/0.5em;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.counter.style-4:after,
.counter.style-4:before {
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
    content: "";
}
.counter.style-4:before {
    background: #fafaff;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}
.counter.style-4:after {
    background: #fff;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.counter.style-4 .counter-desc {
    position: relative;
    z-index: 9;
    width: 100%;
}
.post {
    position: relative;
    border-radius: 7px;
}
.owl-carousel .post {
    margin: 0 15px;
}
.post .post-image {
    overflow: hidden;
    position: relative;
}
.post .post-desc {
    padding: 30px;
    background: #fff;
}
.post .post-desc h4 {
    margin: 0;
    text-transform: capitalize;
    font-weight: 700;
}
.post .post-desc h4 a {
    color: #1c1d3e;
    display: inline-block;
}
.post .post-desc h4 a:hover {
    color: #2575fc;
}
.post .post-desc p {
    margin: 15px 0;
    font-size: 14px;
    color: #828893;
}
.post-meta ul li {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    list-style-type: none;
    position: relative;
}
.post-meta ul li:last-child {
    margin-right: 0;
}
.post-meta ul li i {
    color: #2575fc;
}
.post:hover {
    border-radius: 15px;
}
.post .post-image::before {
    background-color: #2575fc;
    content: "";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 0;
    opacity: 0.7;
}
.post .post-image::after {
    background-color: #2575fc;
    bottom: 0;
    content: "";
    display: block;
    height: 50%;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 0;
    opacity: 0.7;
}
.post:hover .post-image::after,
.post:hover .post-image::before {
    width: 100%;
}
.post-categories {
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    padding: 8px 20px;
    color: #fff;
    border-top-right-radius: 7px;
    text-transform: uppercase;
    background: #2575fc;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 500;
}
.post:hover .post-categories {
    background: #1c1d3e;
}
.post.style-2:hover .post-categories {
    background: #fff;
    color: #2575fc;
}
.post-categories:hover {
    color: #005bea;
}
.post-title {
    position: relative;
    padding-top: 20px;
    margin-top: 20px;
}
.post-title:after,
.post-title:before {
    content: "";
    position: absolute;
    z-index: 1;
    height: 3px;
    border-radius: 2px;
    top: 0;
}
.post-title:before {
    background: #005bea;
    width: 150px;
    left: -30px;
}
.post-title:after {
    background: #2575fc;
    width: 20px;
    left: 130px;
}
.post-author {
    position: absolute;
    left: 30px;
    bottom: -25px;
}
.post-author-img {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: top;
}
.post-author span {
    font-size: 16px;
    color: #2575fc;
    font-weight: 500;
    padding-left: 15px;
    padding-top: 15px;
    display: inline-block;
}
.post.style-2 {
    overflow: hidden;
}
.post.style-2 .post-desc h4 a,
.post.style-2 .post-desc p {
    color: #fff;
}
.post.style-2 .post-meta ul li {
    color: #fff;
}
.post.style-2 .post-meta ul li i {
    color: #fff;
}
.post.style-2 .post-desc {
    background: 0 0;
    box-shadow: none;
    bottom: -10px;
    left: 0;
    position: absolute;
    right: 0;
    opacity: 0;
    z-index: 99;
    -webkit-transition: bottom 0.3s ease 0s;
    -moz-transition: bottom 0.3s ease 0s;
    -o-transition: bottom 0.3s ease 0s;
    transition: bottom 0.3s ease 0s;
    -webkit-transition: opacity 0.3s cubic-bezier(0.33, 0.66, 0.66, 1) 0s;
    -moz-transition: opacity 0.3s cubic-bezier(0.33, 0.66, 0.66, 1) 0s;
    -o-transition: opacity 0.3s cubic-bezier(0.33, 0.66, 0.66, 1) 0s;
    transition: opacity 0.3s cubic-bezier(0.33, 0.66, 0.66, 1) 0s;
}
.post.style-2.active .post-desc,
.post.style-2:hover .post-desc {
    opacity: 1;
    bottom: 0;
}
.post.style-2:before {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: transform 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    -webkit-transition: box-shadow 0.5s ease 0s;
    -moz-transition: box-shadow 0.5s ease 0s;
    -o-transition: box-shadow 0.5s ease 0s;
    transition: box-shadow 0.5s ease 0s;
    z-index: 9;
}
.post.style-2.active:before,
.post.style-2:hover:before {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.post.style-2 .post-categories {
    position: relative;
    bottom: inherit;
    left: inherit;
    border-radius: 7px;
    margin-bottom: 15px;
}
.post.style-2 p {
    margin-bottom: 0;
}
.post.style-3 {
    box-shadow: none;
    border-radius: 0;
}
.post.style-3 .post-desc {
    background: 0 0;
}
.post.style-3 .post-image {
    border-radius: 7px;
}
.post.style-3 .post-title {
    padding-top: 0;
    margin-top: 0;
}
.post.style-3 .post-title:after,
.post.style-3 .post-title:before {
    display: none;
}
.post.style-3 .post-meta {
    position: relative;
    padding-top: 20px;
    margin-top: 20px;
}
.post.style-3 .post-meta:after,
.post.style-3 .post-meta:before {
    content: "";
    position: absolute;
    z-index: 1;
    height: 3px;
    border-radius: 2px;
    top: 0;
}
.post.style-3 .post-meta:before {
    background: #005bea;
    width: 100px;
    left: 0;
}
.post.style-3 .post-meta:after {
    background: #2575fc;
    width: 20px;
    left: 110px;
}
.post.style-4 {
    box-shadow: none;
    overflow: inherit;
}
.post.style-4 .post-desc {
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    width: 85%;
    padding: 30px 20px;
    position: relative;
}
.post.style-4 h4 {
    font-size: 22px;
}
.video-post {
    padding-top: 56.9444%;
    position: relative;
    width: 100%;
}
.video-post embed {
    pointer-events: auto;
    border: medium none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.media-body p {
    margin: 15px 0 0;
}
.page-link:focus,
.page-link:hover {
    box-shadow: none;
    background: #2575fc;
    color: #fff;
    border-color: #2575fc;
}
.form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.post-tags li {
    display: inline-block;
    margin: 5px 5px 15px 0;
}
.post-tags li a {
    background: #fafaff;
    border-radius: 5px;
    color: #1c1d3e;
    padding: 10px 18px;
    display: inline-block;
    text-align: center;
    font-weight: 400;
}
.post-tags li a:hover {
    background: #2575fc;
    color: #fff;
}
.featured-item {
    padding: 40px 30px;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    z-index: 9;
}
.owl-carousel .featured-item {
    margin: 20px;
}
.featured-item .featured-icon {
    display: inline-block;
    position: relative;
}
.featured-desc p {
    margin-bottom: 0;
}
.featured-title h5 {
    margin: 30px 0 20px;
    text-transform: capitalize;
    font-weight: 700;
}
.theme-bg .featured-desc,
.theme-bg .featured-icon i,
.theme-bg .featured-title h5 {
    color: #fff;
}
.grey-bg .featured-desc p {
    color: #1c1d3e;
}
.featured-item.style-1 {
    box-shadow: none;
}
.featured-item .featured-icon i {
    color: #2575fc;
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
}
.featured-item .featured-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
}
.featured-item .featured-icon span::after,
.featured-item .featured-icon span::before {
    border-radius: 50%;
    content: "";
    height: 60px;
    position: absolute;
    width: 60px;
    z-index: -1;
}
.featured-item .featured-icon span::after {
    background: #cdf3f6;
    height: 40px;
    left: -10px;
    top: 5px;
    width: 40px;
}
.featured-item .featured-icon span::before {
    background: #d4f8e6;
    bottom: 0;
    right: -10px;
}
.featured-item::before {
    transform: scale(0);
    background: #005bea;
    background: linear-gradient(180deg, #005bea 0, #2575fc 80%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.featured-item:hover::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.featured-item:after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    z-index: -1;
    background: url(https://www.itrifid.com/assets_home/images/pattern/04.webp) no-repeat 0 0;
    background-size: cover;
}
.featured-item:hover:after {
    opacity: 0.2;
}
.featured-item:hover .featured-icon i,
.featured-item:hover h5,
.featured-item:hover p {
    color: #fff;
}
.featured-item.style-1:hover .featured-icon i,
.featured-item.style-2:hover .featured-icon i,
.featured-item.style-6:hover .featured-icon i {
    color: #005bea;
}
.featured-item.style-2:hover h5,
.featured-item.style-6:hover h5 {
    color: #1c1d3e;
}
.featured-item.style-2:hover p,
.featured-item.style-6:hover p {
    color: #5f5f5f;
}
.featured-item.style-2 {
    padding: 60px 30px;
    background: #fff;
    overflow: inherit;
}
.featured-item.style-2 .featured-icon i {
    font-size: 80px;
    line-height: 80px;
    z-index: 1;
    position: relative;
}
.featured-item.style-2:hover::before {
    display: none;
}
.featured-item.style-3 {
    background: #fff;
}
.featured-item.style-4 {
    background: #fff;
    border-radius: 70% 100% 30% 70%;
    overflow: hidden;
    padding: 70px 70px 70px 50px;
    z-index: 9;
}
.featured-item.style-5 {
    padding-left: 160px;
    background: #fff;
}
.featured-item.style-5 .featured-icon {
    position: absolute;
    top: 40px;
    left: 30px;
}
.featured-item.style-5 h5 {
    margin-top: 0;
}
.featured-item.style-6 {
    padding: 0 0 0 100px;
    box-shadow: none;
    overflow: inherit;
}
.featured-item.style-6 h5 {
    margin-top: 0;
}
.featured-item.style-6::after,
.featured-item.style-6::before {
    display: none;
}
.featured-item.style-6 .featured-icon {
    position: absolute;
    top: 0;
    left: 0;
}
.featured-item.style-6 .featured-icon i {
    background: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.featured-item.style-1 .featured-icon i {
    background: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.featured-item.style-6 .featured-icon i::after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: "";
    top: 0;
    left: 0;
    z-index: 10;
    border: 2px dashed transparent;
}
.featured-item.style-6:hover .featured-icon i {
    background: 0 0;
}
.featured-item.style-6:hover .featured-icon i::after {
    -webkit-animation: rotateme 9s linear infinite;
    -moz-animation: rotateme 9s linear infinite;
    -o-animation: rotateme 9s linear infinite;
    animation: rotateme 9s linear infinite;
    border-color: #2575fc;
}
.btn {
    padding: 12px 25px;
    font-weight: 500;
    background: 0 0;
    color: #1c1d3e;
    overflow: hidden;
    border-radius: 7px;
    border: none;
    position: relative;
    z-index: 9;
}
.btn-sm {
    padding: 10px 20px;
}
.theme-bg .btn {
    color: #fff;
}
.btn.focus,
.btn:focus {
    box-shadow: none;
}
.btn:hover {
    background: #2575fc;
    color: #fff;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}
.btn.btn-theme {
    background: #005bea;
    background: linear-gradient(90deg, #005bea 0, #2575fc 80%);
    color: #fff;
}
.btn.btn-border {
    border: 2px solid rgba(0, 0, 0, 0.05);
}
.theme-bg .btn.btn-border {
    border: 2px solid rgba(255, 255, 255, 0.2);
}
.btn.btn-circle {
    border-radius: 30px;
}
.btn.btn-white {
    background: #fff;
    color: #1c1d3e;
}
.btn.btn-white.btn-border {
    border-color: #fff;
    background: 0 0;
    color: #fff;
}
.btn.btn-white:hover {
    background: #fff;
    color: #005bea;
}
.btn.btn-white.btn-border:hover {
    color: #005bea;
}
.btn + .btn {
    margin-left: 10px;
}
.btn span {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translate3d(10, 10px, 0);
    -moz-transform: translate3d(10, 10px, 0);
    -ms-transform: translate3d(10, 10px, 0);
    -o-transform: translate3d(10, 10px, 0);
    transform: translate3d(10, 10px, 0);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn::before {
    content: attr(data-text);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1) 0s;
    transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1) 0s;
    width: 100%;
    padding: 12px 0;
}
.btn:hover:before {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.btn:hover span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.btn:hover span:nth-child(1) {
    -webkit-transition-delay: 10ms;
    -moz-transition-delay: 10ms;
    -o-transition-delay: 10ms;
    transition-delay: 10ms;
}
.btn:hover span:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.btn:hover span:nth-child(3) {
    -webkit-transition-delay: 10ms;
    -moz-transition-delay: 10ms;
    -o-transition-delay: 10ms;
    transition-delay: 10ms;
}
.btn:hover span:nth-child(4) {
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.btn:hover span:nth-child(5) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.btn:hover span:nth-child(6) {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.btn:hover span:nth-child(7) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.btn:hover span:nth-child(8) {
    -webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s;
}
.btn:hover span:nth-child(9) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.btn:hover span:nth-child(10) {
    -webkit-transition-delay: 0.45s;
    -moz-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s;
}
.btn:hover span:nth-child(11) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.btn:hover span:nth-child(12) {
    -webkit-transition-delay: 0.55s;
    -moz-transition-delay: 0.55s;
    -o-transition-delay: 0.55s;
    transition-delay: 0.55s;
}
.btn:hover span:nth-child(13) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.btn:hover span:nth-child(14) {
    -webkit-transition-delay: 0.65s;
    -moz-transition-delay: 0.65s;
    -o-transition-delay: 0.65s;
    transition-delay: 0.65s;
}
.btn:hover span:nth-child(15) {
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.btn:hover span:nth-child(16) {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s;
}
.btn:hover span:nth-child(17) {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.btn:hover span:nth-child(18) {
    -webkit-transition-delay: 0.85s;
    -moz-transition-delay: 0.85s;
    -o-transition-delay: 0.85s;
    transition-delay: 0.85s;
}
.btn:hover span:nth-child(19) {
    -webkit-transition-delay: 0.95s;
    -moz-transition-delay: 0.95s;
    -o-transition-delay: 0.95s;
    transition-delay: 0.95s;
}
.btn:hover span:nth-child(20) {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.icon-btn {
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    text-align: center;
    line-height: 50px;
    position: absolute;
    left: 50%;
    bottom: -25px;
    margin-left: -25px;
}
.icon-btn:hover {
    background: #2575fc;
    color: #fff;
}
.price-title {
    text-transform: uppercase;
    font-weight: 700;
    color: #2575fc;
}
.price-header {
    position: relative;
    z-index: 9;
}
.price-value {
    display: inline-block;
    width: 100%;
}
.price-value h2 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    color: #1c1d3e;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
}
.price-value h2 span {
    font-size: 26px;
    left: -15px;
    line-height: 24px;
    margin: 0;
    position: absolute;
    top: 10px;
    color: #5f5f5f;
    font-weight: 400;
}
.price-value span {
    margin: 15px 0;
    display: block;
}
.price-list ul li {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.price-list ul li:last-child {
    margin-bottom: 0;
}
.price-list ul li:last-child {
    margin-right: 0;
}
.price-list li i {
    color: #2575fc;
    line-height: 20px;
    font-size: 20px;
}
.title {
    position: relative;
    color: #1c1d3e;
    margin-bottom: 0;
}
.theme-bg .section-title h6,
.theme-bg .title {
    color: #fff;
}
.section-title h6 {
    padding: 15px 0 15px 15px;
    position: relative;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.section-title h2 {
    margin-bottom: 15px;
}
.section-title p {
    margin-bottom: 0;
}
.title-effect {
    width: 50px;
    height: 50px;
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0.2;
    -webkit-animation: rotation 12.8s steps(1) 0s infinite;
    -moz-animation: rotation 12.8s steps(1) 0s infinite;
    -o-animation: rotation 12.8s steps(1) 0s infinite;
    animation: rotation 12.8s steps(1) 0s infinite;
}
.text-center .title-effect {
    left: 50%;
    margin-left: -25px;
}
.text-center .section-title h6 {
    padding: 15px 0;
}
.title-effect-2 {
    height: 50px;
    position: relative;
    width: 50px;
    margin-bottom: 15px;
    animation: inherit;
    opacity: 1;
}
.title-effect-2 .ellipse {
    width: 100%;
    height: 100%;
    background: #2575fc;
    border-radius: 50%;
    -webkit-animation: ellipse-animation 2.4s cubic-bezier(0, -0.26, 0.32, 1.22) 0s infinite;
    -moz-animation: ellipse-animation 2.4s cubic-bezier(0, -0.26, 0.32, 1.22) 0s infinite;
    -o-animation: ellipse-animation 2.4s cubic-bezier(0, -0.26, 0.32, 1.22) 0s infinite;
    animation: ellipse-animation 2.4s cubic-bezier(0, -0.26, 0.32, 1.22) 0s infinite;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.title-effect-2 i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 20px;
}
.theme-bg .title-effect-2 .ellipse {
    background: #fff;
}
.theme-bg .title-effect-2 i {
    color: #2575fc;
}
@import url(https://fonts.googleapis.com/css?family=Heebo:300, 400, 500, 700, 800, 900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Charm:400, 700);
body {
    font-family: Heebo, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.5;
    color: #5f5f5f;
    letter-spacing: 1px;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-family: Nunito, sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
h1 {
    font-size: 33px;
    font-style: normal;
    line-height: 70px;
    font-weight: 700;
    text-transform: capitalize;
    color: #1c1d3e;
    letter-spacing: 0;
}
h2 {
    font-size: 40px;
    font-style: normal;
    line-height: 46px;
    font-weight: 600;
    color: #1c1d3e;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;
}
h3 {
    font-size: 30px;
    font-style: normal;
    line-height: 36px;
    font-weight: 500;
}
h4 {
    font-size: 24px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 30px;
    color: #1c1d3e;
}
h5 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 26px;
    color: #1c1d3e;
}
h6 {
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 10px;
    color: #1c1d3e;
}
ul {
    margin: 0;
    padding: 0;
}
u {
    text-decoration: none;
    text-decoration-style: solid;
}
body.home-2 h1,
body.home-2 h2,
body.home-2 h3,
body.home-2 h4,
body.home-2 h5,
body.home-2 h6 {
    font-family: Ubuntu, sans-serif;
}
body.home-3 h1,
body.home-3 h2,
body.home-3 h3,
body.home-3 h4,
body.home-3 h5,
body.home-3 h6 {
    font-family: "Titillium Web", sans-serif;
}
body.home-4 h1,
body.home-4 h2,
body.home-4 h3,
body.home-4 h4,
body.home-4 h5,
body.home-4 h6 {
    font-family: "Work Sans", sans-serif;
}
body.home-5 h1,
body.home-5 h2,
body.home-5 h3,
body.home-5 h4,
body.home-5 h5,
body.home-5 h6 {
    font-family: Cabin, sans-serif;
}
body.home-6 h1,
body.home-6 h2,
body.home-6 h3,
body.home-6 h4,
body.home-6 h5,
body.home-6 h6 {
    font-family: Dosis, sans-serif;
}
p {
    line-height: 1.7;
}
.lead {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
.o-x-hidden {
    overflow-x: hidden;
}
.z-index-0 {
    z-index: 0;
    position: relative;
}
.z-index-1 {
    z-index: 1;
    position: relative;
}
h1 span {
    color: #2575fc;
}
section {
    padding: 80px 0;
}
.section-title {
    margin-bottom: 50px;
    position: relative;
}
.section-title p {
    font-size: 16px;
}
.la {
    line-height: inherit;
}
.line-h-2 {
    line-height: 1.6;
}
.line-h-3 {
    line-height: 1.7;
}
.line-h-4 {
    line-height: 1.8;
}
.line-h-5 {
    line-height: 1.9;
}
.text-theme {
    color: #2575fc;
}
.text-black {
    color: #1c1d3e !important;
}
.text-grey {
    color: #999;
}
.text-rgba {
    color: rgba(255, 255, 255, 0.8);
}
.white-bg {
    background-color: #fff !important;
}
.grey-bg {
    background-color: #f3f5ff;
}
.theme-bg {
    background-color: #2575fc;
}
.grediant-bg {
    background-color: #005bea;
    background-color: linear-gradient(90deg, #005bea 0, #2575fc 80%);
}
.fullscreen-banner {
    position: relative;
    min-height: 800px;
}
[data-bg-img] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.align-center {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 9;
}
.align-end {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
}
.fullscreen-banner .owl-carousel,
.fullscreen-banner .owl-item {
    height: 100%;
}
.hero-bg {
    left: 0;
    position: absolute;
    top: 0;
}
.banner h5 {
    background: #ffb58c;
    text-transform: uppercase;
    padding: 7px 15px;
    display: inline-block;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.countdown {
    margin: 50px 0;
    padding: 50px 0;
    display: table;
    width: 100%;
    border-top: 2px dashed rgba(255, 255, 255, 0.5);
    border-bottom: 2px dashed rgba(255, 255, 255, 0.5);
}
.countdown > li {
    font-weight: 700;
    text-align: center;
    list-style-type: none;
    display: table-cell;
    width: auto;
}
.countdown > li span {
    font-size: 70px;
    font-weight: 700;
    line-height: 60px;
    display: inline-block;
}
.countdown > li p {
    font-size: 20px;
    display: inline-block;
    line-height: 30px;
    margin-bottom: 0;
    color: #1c1d3e;
}
.privacy-policy p {
    margin-bottom: 25px;
}
.privacy-policy ul.list {
    margin-bottom: 20px;
    display: block;
}
.privacy-policy ul.list li i {
    padding-right: 12px;
    font-size: 15px;
}
.clients-logo {
    background: #fff;
    padding: 20px 10px;
    width: 100%;
    text-align: center;
    border-radius: 7px;
}
.contact-media {
    background: #fff;
    text-align: center;
    padding: 50px 30px;
    border-radius: 7px;
    border-bottom: 3px solid #2575fc;
}
[class*="col-"]:nth-child(2) .contact-media {
    border-bottom: 3px solid #005bea;
}
.contact-media i {
    line-height: 70px;
    font-size: 70px;
    color: #2575fc;
    margin-bottom: 30px;
    display: inline-block;
}
.contact-media span {
    font-size: 16px;
    color: #1c1d3e;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}
.contact-media p {
    margin-bottom: 0;
    line-height: 24px;
}
.contact-media a {
    color: #1c1d3e;
}
.contact-media a:hover {
    color: #2575fc;
}
.form-group {
    margin-bottom: 20px;
    position: relative;
}
label {
    font-size: 14px;
    color: #1c1d3e;
}
.form-control {
    height: 50px;
    border-radius: 5px;
    font-size: 13px;
    color: #1c1d3e;
    background: #fafaff;
    border: 1px solid transparent;
}
.theme-bg .form-control {
    color: #fff;
}
.grey-bg .form-control {
    background: #fff;
}
textarea.form-control {
    height: 150px;
    border-radius: 5px;
}
.form-control:focus {
    box-shadow: none;
    background: 0 0;
    border-color: #2575fc;
}
.theme-bg .form-control:focus {
    border-color: #2575fc;
}
.help-block.with-errors {
    position: absolute;
    color: red;
    right: 15px;
    font-size: 10px;
    line-height: 14px;
}
.form-control:-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-moz-placeholder,
.form-control::-webkit-input-placeholder {
    color: #555;
}
.theme-bg .form-control:-moz-placeholder,
.theme-bg .form-control:-ms-input-placeholder,
.theme-bg .form-control::-moz-placeholder,
.theme-bg .form-control::-webkit-input-placeholder {
    color: #fff;
}
.video-btn {
    position: relative;
    display: inline-block;
}
.video-btn .play-btn {
    font-size: 30px;
    background: #2575fc;
    color: #fff;
    line-height: 50px;
    width: 70px;
    height: 70px;
    border: 10px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.15s ease-in-out;
    -moz-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    -webkit-transition-property: color, background, border-color;
    -moz-transition-property: color, background, border-color;
    -o-transition-property: color, background, border-color;
    transition-property: color, background, border-color;
}
.theme-bg .video-btn .play-btn {
    background: #fff;
    border-color: #ddd;
    color: #2575fc;
}
.html5-video {
    height: 100%;
    left: 0;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}
.html5-video video {
    width: 100%;
}
.video-btn .spinner-eff {
    left: 50%;
    top: 50%;
}
.img-box {
    background: #fff;
    padding-top: 50px;
    overflow: hidden;
    position: relative;
    border-radius: 7px;
}
.img-box img {
    width: 100%;
}
.box-loader {
    border-radius: 100%;
    margin: 0 auto;
    position: absolute;
    top: 15px;
    left: 15px;
}
.box-loader span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #2575fc;
    margin: 0 5px;
    opacity: 0;
}
.box-loader span:nth-child(1) {
    -webkit-animation: opacitychange 1s ease-in-out infinite;
    -moz-animation: opacitychange 1s ease-in-out infinite;
    -o-animation: opacitychange 1s ease-in-out infinite;
    animation: opacitychange 1s ease-in-out infinite;
}
.box-loader span:nth-child(2) {
    -webkit-animation: opacitychange 1s ease-in-out 0.33s infinite;
    -moz-animation: opacitychange 1s ease-in-out 0.33s infinite;
    -o-animation: opacitychange 1s ease-in-out 0.33s infinite;
    animation: opacitychange 1s ease-in-out 0.33s infinite;
}
.box-loader span:nth-child(3) {
    -webkit-animation: opacitychange 1s ease-in-out 0.66s infinite;
    -moz-animation: opacitychange 1s ease-in-out 0.66s infinite;
    -o-animation: opacitychange 1s ease-in-out 0.66s infinite;
    animation: opacitychange 1s ease-in-out 0.66s infinite;
}
.image-column {
    position: absolute;
    left: 0;
    top: 50%;
}
.image-column.right {
    left: inherit;
    right: 0;
}
.error-page {
    font-size: 350px;
    font-weight: 700;
    line-height: 250px;
    font-family: Charm, sans-serif;
}
.error-page > span {
    display: inline-block;
    position: relative;
    color: #2575fc;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.error-page > span:nth-of-type(1) {
    color: #2575fc;
    -webkit-animation: colordancing 4s infinite;
    -moz-animation: colordancing 4s infinite;
    -o-animation: colordancing 4s infinite;
    animation: colordancing 4s infinite;
}
.error-page > span:nth-of-type(3) {
    color: #00c9ff;
    -webkit-animation: colordancing2 4s infinite;
    -moz-animation: colordancing2 4s infinite;
    -o-animation: colordancing2 4s infinite;
    animation: colordancing2 4s infinite;
}
.error-page > span:nth-of-type(2) {
    width: 250px;
    height: 120px;
    border-radius: 999px;
}
.error-page > span:nth-of-type(2):after,
.error-page > span:nth-of-type(2):before {
    border-radius: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: 999px;
    box-shadow: inset 30px 0 0 rgba(0, 201, 255, 0.4), inset 0 30px 0 rgba(5, 248, 161, 0.4), inset -30px 0 0 rgba(255, 8, 68, 0.4), inset 0 -30px 0 rgba(255, 81, 47, 0.4);
    -webkit-animation: shadowsdancing 4s infinite;
    -moz-animation: shadowsdancing 4s infinite;
    -o-animation: shadowsdancing 4s infinite;
    animation: shadowsdancing 4s infinite;
}
.error-page > span:nth-of-type(2):before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.list-icon li {
    position: relative;
    padding-left: 30px;
}
.list-icon li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #2575fc;
    font-size: 22px;
    line-height: 20px;
}
.list-icon-2 li {
    padding-left: 20px;
    position: relative;
}
.list-icon-2 li:before {
    content: "";
    background: #2575fc;
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 2px;
    border-radius: 4px;
}
.custom-li {
    display: inline-block;
}
.custom-li li {
    float: left;
    margin-bottom: 15px;
    width: calc(100% / 2);
}
.info-img:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 330px;
    width: 100%;
    content: "";
    background-image: url(https://www.itrifid.com/assets/images/pattern/07.png);
    z-index: -1;
}
.bg-effect::after {
    background: #fafaff;
    top: 0;
    content: "";
    left: 25%;
    position: absolute;
    right: 0;
    z-index: -1;
    height: 100%;
    border-top-left-radius: 50%;
}
.bg-effect.right::after {
    left: 0;
    right: 25%;
    border-top-left-radius: 0;
    border-top-right-radius: 50%;
}
.bg-effect-2::before {
    background: #fff;
    top: -50px;
    content: "";
    height: 120px;
    left: 0;
    overflow: visible;
    position: absolute;
    -webkit-transform: skewY(4deg);
    -moz-transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    -o-transform: skewY(4deg);
    transform: skewY(4deg);
    width: 100%;
}
.bg-effect-3::after {
    background: #fff;
    bottom: -50px;
    content: "";
    height: 120px;
    left: 0;
    overflow: visible;
    position: absolute;
    -webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    -o-transform: skewY(-4deg);
    transform: skewY(-4deg);
    width: 100%;
}
.bg-effect-4::after {
    background: #2575fc;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    content: "";
    height: 80%;
    right: -20%;
    position: absolute;
    top: 10%;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
    width: 70%;
    z-index: -1;
}
.bg-animation {
    position: absolute;
    top: -100px;
    left: 0;
}
.wave-bg > use {
    -webkit-animation: move-forever 20s linear infinite;
    -moz-animation: move-forever 20s linear infinite;
    -o-animation: move-forever 20s linear infinite;
    animation: move-forever 20s linear infinite;
}
.wave-bg > use:nth-child(1) {
    animation-delay: -2s;
}
.wave-bg > use:nth-child(2) {
    -webkit-animation-delay: -2s;
    -moz-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
    -webkit-animation-duration: 10s;
    -moz-animation-duration: 10s;
    -o-animation-duration: 10s;
    animation-duration: 10s;
}
.wave-bg > use:nth-child(3) {
    -webkit-animation-delay: -4s;
    -moz-animation-delay: -4s;
    -o-animation-delay: -4s;
    animation-delay: -4s;
    -webkit-animation-duration: 8s;
    -moz-animation-duration: 8s;
    -o-animation-duration: 8s;
    animation-duration: 8s;
}
.wave-animation {
    display: block;
    width: 100%;
    height: 8em;
    max-height: 100vh;
    margin: 0;
    position: absolute;
    bottom: -40px;
}
.step-icon {
    background: #fff;
    width: 140px;
    height: 140px;
    position: relative;
    border: 3px solid #fafaff;
    border-radius: 50%;
    line-height: 140px;
    font-size: 40px;
    text-align: center;
    color: #1c1d3e;
}
.step-icon span {
    position: relative;
}
.step-icon span::after,
.step-icon span::before {
    border-radius: 50%;
    content: "";
    height: 40px;
    position: absolute;
    width: 40px;
    z-index: -1;
}
.step-icon span::after {
    background: #cdf3f6;
    height: 25px;
    left: -10px;
    top: 5px;
    width: 25px;
}
.step-icon span::before {
    background: #d4f8e6;
    bottom: 0;
    right: -10px;
}
#svg-container {
    position: absolute;
    width: 100%;
    left: 52%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 75%;
}
.spinner-eff {
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: 0;
}
.spinner-eff .spinner-circle {
    border-radius: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}
.spinner-eff .circle-1 {
    width: 100%;
    height: 100%;
    background-color: #60f691;
    top: 0;
    -webkit-animation: pulse 1.6s linear 0s infinite;
    -moz-animation: pulse 1.6s linear 0s infinite;
    -o-animation: pulse 1.6s linear 0s infinite;
    animation: pulse 1.6s linear 0s infinite;
}
.spinner-eff .circle-2 {
    width: 66.6%;
    height: 66.6%;
    background-color: #0cca4a;
    top: 16.5%;
    -webkit-animation: pulse-2 1.6s linear 0s infinite;
    -moz-animation: pulse-2 1.6s linear 0s infinite;
    -o-animation: pulse-2 1.6s linear 0s infinite;
    animation: pulse-2 1.6s linear 0s infinite;
}
#canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}
#confetti {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.login-form img {
    height: 100px;
}
@media (max-width: 1200px) {
    h1 {
        font-size: 50px;
        line-height: 60px;
    }
    h2 {
        font-size: 34px;
        line-height: 44px;
    }
    h3 {
        font-size: 26px;
        line-height: 36px;
    }
    h4 {
        font-size: 22px;
        line-height: 30px;
    }
    h5 {
        font-size: 19px;
        line-height: 28px;
    }
    h6 {
        font-size: 17px;
        line-height: 22px;
    }
    .logo img {
        height: 50px;
    }
    #header-wrap.fixed-header .logo img {
        height: 45px;
    }
    .navbar-nav .nav-item {
        margin: 0 10px;
    }
    .navbar-nav .nav-link {
        padding: 8px 5px !important;
    }
    .hero-bg {
        left: -15%;
    }
    .counter span {
        font-size: 40px;
        line-height: 40px;
    }
    .counter h5 {
        font-size: 18px;
        margin: 0;
    }
    .counter.style-4 {
        height: 11.32em;
    }
    .featured-item.style-3 {
        padding: 30px 15px;
    }
    .featured-item.style-3 p {
        font-size: 13px;
    }
    .featured-item.style-4 {
        padding: 40px 30px 40px 30px;
    }
    .post .post-desc {
        padding: 20px 20px 30px;
    }
    .post-title::before {
        left: -20px;
    }
    .post-title::after {
        left: 140px;
    }
    .post-meta ul li {
        font-size: 12px;
        margin: 0 5px 0 0;
    }
    .owl-carousel.owl-nav2 .owl-nav {
        left: -50%;
    }
    #svg-container {
        width: 85%;
    }
    .contact-media {
        min-height: 300px;
    }
    .error-page {
        font-size: 300px;
        line-height: 210px;
    }
}
@media (max-width: 992px) {
    h1 {
        font-size: 40px;
        line-height: 50px;
    }
    h2 {
        font-size: 30px;
        line-height: 40px;
    }
    h3 {
        font-size: 24px;
        line-height: 30px;
    }
    h4 {
        font-size: 20px;
        line-height: 26px;
    }
    h5 {
        font-size: 18px;
        line-height: 28px;
    }
    h6 {
        font-size: 17px;
        line-height: 26px;
    }
    .md-mt-0 {
        margin-top: 0 !important;
    }
    .md-custom-mt-10 {
        z-index: 99;
        position: relative;
        margin-top: -100px;
    }
    .md-pb-15 {
        padding-bottom: 150px !important;
    }
    .md-text-center {
        text-align: center !important;
    }
    .md-text-left {
        text-align: left !important;
    }
    .header-1 #header-wrap {
        padding: 15px 20px;
    }
    .navbar {
        justify-content: flex-end;
        width: 100%;
        border-radius: 0 !important;
    }
    .navbar-brand {
        left: 0;
        margin-right: 0;
        position: absolute;
        top: 50%;
        padding: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .navbar-toggler {
        background: 0 0;
        height: 40px;
        width: 40px;
        padding: 0;
        border-radius: 0;
        margin-right: 15px;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-nav .nav-item {
        margin: 0;
    }
    .navbar-nav .nav-link {
        padding: 10px !important;
        font-size: 15px;
        border-radius: 0;
    }
    .navbar-nav .nav-link:hover {
        padding-left: 30px !important;
    }
    .navbar-nav .nav-item .nav-link.active {
        padding-left: 30px !important;
    }
    .navbar-nav .nav-link::before {
        bottom: inherit;
        top: 0;
        left: 10px;
        transform: inherit;
    }
    .navbar-nav .nav-link:focus::before,
    .navbar-nav .nav-link:hover::before {
        color: #2575fc;
        text-shadow: 10px 0 #1c1d3e, -10px 0 #1c1d3e;
    }
    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link:focus,
    .navbar-nav .nav-link:hover {
        padding-left: 35px !important;
    }
    .nav-item .nav-link.show {
        padding-left: 35px !important;
    }
    .header-3 .navbar-nav .nav-link {
        color: #1c1d3e;
    }
    .header-3 .navbar-nav .nav-link:hover {
        color: #2575fc;
    }
    .header-3 .navbar-nav .nav-item .nav-link.active,
    .header-3 .navbar-nav .nav-item .nav-link.active::before,
    .header-3 .navbar-nav .nav-link:focus::before,
    .header-3 .navbar-nav .nav-link:hover::before {
        color: #2575fc;
    }
    .navbar-collapse {
        background: #fff;
        max-height: 400px;
        overflow: auto;
        border: medium none;
        -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
        -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
        -o-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
        box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
        left: 0;
        padding: 10px;
        position: absolute;
        z-index: 99;
        top: 40px;
        width: 100%;
    }
    .navbar-toggler span {
        width: 80%;
        height: 2px;
        margin: 0 auto;
        display: block;
        background: #2575fc;
        -webkit-transition: all 0.8s cubic-bezier(0.81, -0.33, 0.345, 1.375);
        -moz-transition: all 0.8s cubic-bezier(0.81, -0.33, 0.345, 1.375);
        -o-transition: all 0.8s cubic-bezier(0.81, -0.33, 0.345, 1.375);
        transition: all 0.8s cubic-bezier(0.81, -0.33, 0.345, 1.375);
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .navbar-toggler span:first-of-type {
        -webkit-transform: rotate(45deg) translate(2px, 2px);
        -moz-transform: rotate(45deg) translate(2px, 2px);
        -ms-transform: rotate(45deg) translate(2px, 2px);
        -o-transform: rotate(45deg) translate(2px, 2px);
        transform: rotate(45deg) translate(2px, 2px);
    }
    .navbar-toggler span:nth-of-type(2) {
        opacity: 0;
    }
    .navbar-toggler span:last-of-type {
        -webkit-transform: rotate(-45deg) translate(1px, -1px);
        -moz-transform: rotate(-45deg) translate(1px, -1px);
        -ms-transform: rotate(-45deg) translate(1px, -1px);
        -o-transform: rotate(-45deg) translate(1px, -1px);
        transform: rotate(-45deg) translate(1px, -1px);
    }
    .navbar-toggler[aria-expanded="false"] span {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    .navbar-toggler span {
        margin: 0 auto;
    }
    .header-3 .navbar-toggler span {
        background: #fff;
        -webkit-transition: all 0.1s ease-in-out 0s;
        -moz-transition: all 0.1s ease-in-out 0s;
        -o-transition: all 0.1s ease-in-out 0s;
        transition: all 0.1s ease-in-out 0s;
    }
    .header-3 #header-wrap.fixed-header .navbar-toggler span {
        background: #2575fc;
    }
    .fullscreen-banner {
        height: auto !important;
        padding: 150px 0 100px !important;
        min-height: inherit;
    }
    .fullscreen-banner .align-center {
        position: inherit;
        transform: inherit;
        padding-top: 0 !important;
    }
    .page-title {
        padding: 160px 0;
    }
    .page-title h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .hero-bg {
        left: 0;
    }
    .image-column {
        left: 0;
        position: relative;
        top: inherit;
        transform: inherit;
    }
    .featured-item.style-3 p {
        font-size: 15px;
    }
    .featured-item.style-4 {
        padding: 50px 60px 50px 60px;
    }
    .post-meta ul li {
        font-size: 14px;
    }
    .post.style-2 .post-desc {
        padding: 10px;
    }
    .countdown > li span {
        font-size: 50px;
        line-height: 50px;
    }
    .countdown > li p {
        font-size: 18px;
    }
    .contact-media {
        min-height: inherit;
    }
    .error-page {
        font-size: 250px;
        line-height: 180px;
    }
    .error-page > span:nth-of-type(2) {
        width: 180px;
        height: 90px;
    }
    .owl-carousel.owl-nav2 .owl-nav {
        left: inherit;
        bottom: inherit;
        position: inherit;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    #svg-container {
        width: 100%;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        left: 0;
        top: 50%;
    }
}
@media (max-width: 767px) {
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .hidden-sm {
        display: none !important;
    }
    .section-title h2 {
        font-size: 34px;
        line-height: 40px;
    }
    .section-title p {
        font-size: 16px;
    }
    .page-title h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .post.style-2 .post-desc {
        padding: 20px;
    }
    .countdown {
        margin: 40px 0;
        padding: 40px 0;
    }
    .countdown > li span {
        font-size: 40px;
        line-height: 40px;
    }
    .countdown > li p {
        font-size: 16px;
    }
    .html5-video video {
        width: auto;
    }
    .error-page {
        font-size: 180px;
        line-height: 180px;
    }
    .error-page > span:nth-of-type(2) {
        width: 140px;
        height: 70px;
    }
    .featured-item.style-4 {
        padding: 50px 110px 50px 110px;
    }
}
@media (max-width: 576px) {
    h1 {
        font-size: 28px;
        line-height: 40px;
    }
    h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    h3 {
        font-size: 20px;
        line-height: 28px;
    }
    h4 {
        font-size: 18px;
        line-height: 26px;
    }
    .section-title h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .header a.btn {
        display: none;
    }
    .navbar-toggler {
        margin-right: 0;
    }
    .page-title {
        padding: 160px 0 110px;
    }
    .page-title-pattern {
        bottom: -2px;
    }
    .hero-bg {
        overflow: hidden;
    }
    .hero-bg img {
        max-width: inherit;
        width: 170%;
    }
    .btn {
        padding: 10px 15px;
    }
    .btn + .btn {
        margin-left: 5px;
    }
    .countdown {
        margin: 30px 0;
    }
    .countdown > li {
        padding: 0 10px;
    }
    .countdown > li p {
        font-size: 14px;
        line-height: 24px;
    }
    .post.style-2 {
        margin: 0;
    }
    .post.style-2 .post-desc {
        padding: 10px;
    }
    .post.style-2 p {
        font-size: 12px;
    }
    .post.style-2 .post-title {
        padding-top: 15px;
        margin-top: 15px;
    }
    .featured-item.style-4 {
        padding: 50px 30px 50px 30px;
        border-radius: 50% 60% 30% 40%;
    }
    .featured-item.style-5 {
        padding: 40px 30px;
    }
    .featured-item.style-5 .featured-icon {
        position: inherit;
        top: inherit;
        left: inherit;
        margin-bottom: 20px;
    }
    .counter.style-2 .counter-icon {
        width: 25%;
    }
    .error-page {
        font-size: 110px;
        line-height: 110px;
    }
    .error-page > span:nth-of-type(2) {
        width: 100px;
        height: 50px;
    }
    .custom-li li {
        width: 100%;
    }
}
::-moz-selection {
    background: #ee1f71;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #ee1f71;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #ee1f71;
    color: #fff;
    text-shadow: none;
}
.bg-effect-4::after,
.box-loader span,
.btn:hover,
.icon-btn:hover,
.list-icon-2 li::before,
.page-link:focus,
.page-link:hover,
.post .post-categories,
.post .post-image::after,
.post .post-image::before,
.post-tags li a:hover,
.post-title::after,
.post.style-3 .post-meta::after,
.scroll-top a,
.theme-bg,
.title-effect-2 .ellipse,
.video-btn .play-btn {
    background-color: #ee1f71;
}
.post-title::before,
.post.style-3 .post-meta::before {
    background-color: #00dbde;
}
.btn.btn-white.btn-border:hover,
.btn.btn-white:hover,
.btn.focus,
.btn:focus,
.contact-media i,
.counter span,
.featured-item .featured-icon i,
.footer-list li a:hover,
.header-3 #header-wrap.fixed-header .navbar-nav .nav-item .nav-link.active,
.header-3 #header-wrap.fixed-header .navbar-nav .nav-link.active::before,
.header-3 #header-wrap.fixed-header .navbar-nav .nav-link:hover,
.header-3 #header-wrap.fixed-header .navbar-nav .nav-link:hover::before,
.list-icon li i,
.media-icon li a,
.nav-item.dropdown .dropdown-menu a:focus::before,
.nav-item.dropdown .dropdown-menu a:hover,
.nav-item.dropdown .dropdown-menu a:hover::before,
.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link.active::before,
.navbar-nav .nav-link:focus::before,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:hover::before,
.post .post-desc h4 a:hover,
.post-meta ul li i,
.price-list li i,
.price-title,
.scroll-top a:focus,
.scroll-top a:hover,
.search-button,
.team-description .team-icon li a:hover,
.team-description .team-icon li i,
.team-link:hover,
.text-theme,
.theme-bg .video-btn .play-btn,
a,
a:focus,
a:hover,
button,
h1 span,
input {
    color: #ee1f71;
}
.counter i,
.featured-item.style-1:hover .featured-icon i,
.featured-item.style-2:hover .featured-icon i,
.featured-item.style-6:hover .featured-icon i,
.post-categories:hover {
    color: #00dbde;
}
.contact-media,
.featured-item.style-6:hover .featured-icon i::after,
.form-control:focus,
.page-link:focus,
.page-link:hover {
    border-color: #ee1f71;
}
[class*="col-"]:nth-child(2) .contact-media {
    border-color: #00dbde;
}
.btn.btn-theme {
    background: #ee1f71;
    background: linear-gradient(90deg, rgba(238, 31, 113, 1) 0, rgba(0, 219, 222, 1) 80%);
    color: #fff;
}
.featured-item::before {
    background: #ee1f71;
    background: linear-gradient(180deg, rgba(238, 31, 113, 1) 0, rgba(0, 219, 222, 1) 80%);
}
.grediant-bg {
    background: #ee1f71;
    background: linear-gradient(90deg, rgba(238, 31, 113, 1) 0, rgba(0, 219, 222, 1) 80%);
}
@media (max-width: 992px) {
    .header-3 #header-wrap.fixed-header .navbar-toggler span,
    .navbar-toggler span {
        background-color: #ee1f71;
    }
    .header-3 .navbar-nav .nav-item .nav-link.active,
    .header-3 .navbar-nav .nav-item .nav-link.active::before,
    .header-3 .navbar-nav .nav-link:focus::before,
    .header-3 .navbar-nav .nav-link:hover,
    .header-3 .navbar-nav .nav-link:hover::before,
    .navbar-nav .nav-item .nav-link.active::before,
    .navbar-nav .nav-item .nav-link.show::before,
    .navbar-nav .nav-link:focus::before,
    .navbar-nav .nav-link:hover::before {
        color: #ee1f71;
    }
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #0c9;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 999;
}
.my-float {
    margin-top: 9px;
}
.footer-1 {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    z-index: 9999;
}


/* Consolenova edit: professional header logo sizing */
#header-wrap {
    min-height: 96px;
}
#header-wrap .navbar {
    min-height: 76px;
}
.logo,
.navbar-brand {
    display: inline-flex !important;
    align-items: center;
    flex: 0 0 auto;
}
.logo img,
.navbar-brand .logo img,
.navbar-brand img {
    height: 92px !important;
    width: auto !important;
    max-width: 430px !important;
    object-fit: contain;
    object-position: left center;
}
#header-wrap.fixed-header {
    min-height: 86px;
}
#header-wrap.fixed-header .logo img,
#header-wrap.fixed-header .navbar-brand img {
    height: 78px !important;
    max-width: 390px !important;
}
@media (max-width: 1199px) {
    #header-wrap {
        min-height: 88px;
    }
    #header-wrap .navbar {
        min-height: 70px;
    }
    .logo img,
    .navbar-brand .logo img,
    .navbar-brand img {
        height: 80px !important;
        max-width: 360px !important;
    }
}
@media (max-width: 992px) {
    #header-wrap {
        min-height: 92px;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }
    .navbar-brand {
        max-width: calc(100% - 78px);
    }
    .logo img,
    .navbar-brand .logo img,
    .navbar-brand img {
        height: 76px !important;
        max-width: 350px !important;
    }
    #header-wrap.fixed-header .logo img,
    #header-wrap.fixed-header .navbar-brand img {
        height: 68px !important;
        max-width: 320px !important;
    }
}
@media (max-width: 576px) {
    #header-wrap {
        min-height: 82px;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .logo img,
    .navbar-brand .logo img,
    .navbar-brand img {
        height: 64px !important;
        max-width: 280px !important;
    }
    #header-wrap.fixed-header .logo img,
    #header-wrap.fixed-header .navbar-brand img {
        height: 58px !important;
        max-width: 250px !important;
    }
}


/* Consolenova edit: keep enlarged header logo and menu in one professional row */
@media (min-width: 993px) {
    #site-header .container,
    #header-wrap > .container,
    #header-wrap > .container-lg,
    #header-wrap > .container-xl,
    #header-wrap > .container-xxl {
        max-width: 1720px !important;
        width: 94% !important;
    }
    #header-wrap .row,
    #header-wrap .col-lg-12,
    #header-wrap .navbar {
        flex-wrap: nowrap !important;
        align-items: center !important;
    }
    #header-wrap .navbar-collapse {
        flex: 1 1 auto !important;
        min-width: 0 !important;
    }
    #header-wrap .navbar-nav {
        flex-wrap: nowrap !important;
        align-items: center !important;
        white-space: nowrap !important;
    }
    #header-wrap .navbar-nav .nav-item {
        margin-left: 12px !important;
        margin-right: 12px !important;
    }
    #header-wrap .navbar-nav .nav-link {
        font-size: 21px !important;
        line-height: 1.15 !important;
        letter-spacing: 0 !important;
        white-space: nowrap !important;
    }
    #header-wrap .logo img,
    #header-wrap .navbar-brand .logo img,
    #header-wrap .navbar-brand img {
        height: 106px !important;
        max-width: 490px !important;
    }
    #header-wrap.fixed-header .logo img,
    #header-wrap.fixed-header .navbar-brand img {
        height: 86px !important;
        max-width: 420px !important;
    }
    .header a.btn {
        min-width: 100px;
        padding-left: 20px !important;
        padding-right: 20px !important;
        white-space: nowrap !important;
    }
}
@media (min-width: 993px) and (max-width: 1500px) {
    #header-wrap .logo img,
    #header-wrap .navbar-brand .logo img,
    #header-wrap .navbar-brand img {
        height: 92px !important;
        max-width: 410px !important;
    }
    #header-wrap .navbar-nav .nav-item {
        margin-left: 8px !important;
        margin-right: 8px !important;
    }
    #header-wrap .navbar-nav .nav-link {
        font-size: 18px !important;
    }
    .header a.btn {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}
@media (min-width: 993px) and (max-width: 1240px) {
    #header-wrap .logo img,
    #header-wrap .navbar-brand .logo img,
    #header-wrap .navbar-brand img {
        height: 82px !important;
        max-width: 350px !important;
    }
    #header-wrap .navbar-nav .nav-item {
        margin-left: 6px !important;
        margin-right: 6px !important;
    }
    #header-wrap .navbar-nav .nav-link {
        font-size: 16px !important;
    }
}


/* Consolenova edit: premium header visual polish */
.header-3 #header-wrap,
.header-2 #header-wrap {
    background: linear-gradient(90deg, rgba(11, 24, 46, .20), rgba(19, 111, 126, .14)) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}
.header-3 #header-wrap:not(.fixed-header),
.header-2 #header-wrap:not(.fixed-header) {
    backdrop-filter: saturate(130%) blur(8px);
    -webkit-backdrop-filter: saturate(130%) blur(8px);
}
#header-wrap.fixed-header {
    background: rgba(255, 255, 255, .96) !important;
    border-bottom: 1px solid rgba(12, 42, 58, .08);
    box-shadow: 0 18px 42px rgba(8, 24, 44, .12);
    backdrop-filter: saturate(140%) blur(10px);
    -webkit-backdrop-filter: saturate(140%) blur(10px);
}
#header-wrap .logo img,
#header-wrap .navbar-brand img {
    filter: drop-shadow(0 10px 18px rgba(7, 22, 42, .18));
    transition: transform .22s ease, filter .22s ease;
}
#header-wrap .logo:hover img,
#header-wrap .navbar-brand:hover img {
    transform: translateY(-1px) scale(1.015);
    filter: drop-shadow(0 14px 24px rgba(7, 22, 42, .24));
}
#header-wrap .navbar-nav .nav-link {
    font-weight: 700 !important;
    text-shadow: 0 8px 20px rgba(0, 0, 0, .16);
    transition: color .22s ease, transform .22s ease, text-shadow .22s ease;
}
.header-3 #header-wrap:not(.fixed-header) .navbar-nav .nav-link,
.header-2 #header-wrap:not(.fixed-header) .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .94) !important;
}
#header-wrap .navbar-nav .nav-link:hover,
#header-wrap .navbar-nav .nav-item .nav-link.active {
    transform: translateY(-1px);
    text-shadow: 0 0 18px rgba(255, 255, 255, .22);
}
.header-3 #header-wrap:not(.fixed-header) .navbar-nav .nav-link:hover,
.header-2 #header-wrap:not(.fixed-header) .navbar-nav .nav-link:hover {
    color: #ffffff !important;
}
#header-wrap .navbar-nav .nav-link::before {
    bottom: -11px !important;
    font-size: 1.6em !important;
    animation: none !important;
}
#header-wrap .navbar-nav .nav-link:hover::before,
#header-wrap .navbar-nav .nav-item .nav-link.active::before,
#header-wrap .navbar-nav .nav-item .nav-link.show::before {
    color: rgba(255, 255, 255, .92) !important;
    text-shadow: 8px 0 rgba(127, 211, 215, .95), -8px 0 rgba(127, 211, 215, .95) !important;
}
#header-wrap.fixed-header .navbar-nav .nav-link:hover::before,
#header-wrap.fixed-header .navbar-nav .nav-item .nav-link.active::before,
#header-wrap.fixed-header .navbar-nav .nav-item .nav-link.show::before {
    color: #087f8c !important;
    text-shadow: 8px 0 rgba(8, 127, 140, .28), -8px 0 rgba(8, 127, 140, .28) !important;
}
.nav-item.dropdown .dropdown-menu,
.navbar-nav .dropdown > .dropdown-menu {
    padding: 12px !important;
    background: linear-gradient(180deg, rgba(13, 39, 55, .98), rgba(7, 22, 32, .98)) !important;
    border: 1px solid rgba(127, 211, 215, .22) !important;
    border-radius: 10px !important;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .32) !important;
}
.nav-item.dropdown .dropdown-menu a {
    color: rgba(238, 248, 249, .92) !important;
    border-radius: 8px;
    font-weight: 650 !important;
    transition: color .18s ease, background .18s ease, transform .18s ease !important;
}
.nav-item.dropdown .dropdown-menu a:hover,
.navbar-nav .dropdown-menu .nav-link:focus,
.navbar-nav .dropdown-menu .nav-link:hover {
    color: #ffffff !important;
    background: rgba(127, 211, 215, .13) !important;
    padding-left: 24px !important;
    transform: translateX(3px);
}
.nav-item.dropdown .dropdown-menu a::before {
    display: none !important;
}
.header a.btn,
.header .btn,
#header-wrap .btn {
    border: 1px solid rgba(255, 255, 255, .18) !important;
    border-radius: 10px !important;
    background: linear-gradient(135deg, #d93274 0%, #208fa0 60%, #5ce1e6 100%) !important;
    box-shadow: 0 16px 34px rgba(16, 84, 105, .28) !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}
.header a.btn:hover,
.header .btn:hover,
#header-wrap .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 42px rgba(16, 84, 105, .36) !important;
    filter: saturate(1.08);
}
@media (max-width: 992px) {
    .navbar-collapse {
        margin-top: 12px;
        padding: 14px !important;
        background: linear-gradient(180deg, rgba(12, 38, 54, .98), rgba(7, 22, 32, .98)) !important;
        border: 1px solid rgba(127, 211, 215, .22);
        border-radius: 12px;
        box-shadow: 0 26px 60px rgba(0, 0, 0, .30);
    }
    .header-3 .navbar-nav .nav-link,
    .header-2 .navbar-nav .nav-link,
    .navbar-nav .nav-link {
        color: rgba(238, 248, 249, .94) !important;
        text-shadow: none;
    }
    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-item .nav-link.active {
        color: #ffffff !important;
        background: rgba(127, 211, 215, .12);
    }
    .navbar-toggler span {
        background: #ffffff !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .22);
    }
    #header-wrap.fixed-header .navbar-toggler span {
        background: #12313d !important;
    }
}


/* Consolenova edit: clean final premium header/dropdown fix */
.header-3 #header-wrap,
.header-2 #header-wrap {
    background: rgba(255, 255, 255, .06) !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}
.header-3 #header-wrap:not(.fixed-header),
.header-2 #header-wrap:not(.fixed-header) {
    background: linear-gradient(90deg, rgba(18, 37, 65, .08), rgba(21, 145, 154, .08)) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}
#header-wrap.fixed-header {
    background: rgba(255, 255, 255, .94) !important;
    border-bottom: 1px solid rgba(12, 42, 58, .08) !important;
    box-shadow: 0 14px 34px rgba(8, 24, 44, .10) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}
@media (min-width: 993px) {
    #header-wrap {
        min-height: 104px !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
    #header-wrap .navbar {
        min-height: 84px !important;
    }
    #header-wrap .logo img,
    #header-wrap .navbar-brand .logo img,
    #header-wrap .navbar-brand img {
        height: 92px !important;
        max-width: 430px !important;
    }
    #header-wrap .navbar-nav .nav-item {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    #header-wrap .navbar-nav .nav-link {
        font-size: 19px !important;
        font-weight: 750 !important;
        line-height: 1.15 !important;
        text-shadow: 0 8px 18px rgba(0, 0, 0, .14) !important;
    }
}
@media (min-width: 993px) and (max-width: 1500px) {
    #header-wrap .logo img,
    #header-wrap .navbar-brand .logo img,
    #header-wrap .navbar-brand img {
        height: 84px !important;
        max-width: 380px !important;
    }
    #header-wrap .navbar-nav .nav-item {
        margin-left: 7px !important;
        margin-right: 7px !important;
    }
    #header-wrap .navbar-nav .nav-link {
        font-size: 17px !important;
    }
}
.nav-item.dropdown .dropdown-menu,
.navbar-nav .dropdown > .dropdown-menu {
    background: rgba(255, 255, 255, .94) !important;
    border: 1px solid rgba(255, 255, 255, .62) !important;
    border-radius: 12px !important;
    box-shadow: 0 24px 56px rgba(10, 28, 48, .18) !important;
    padding: 12px !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}
.nav-item.dropdown .dropdown-menu a,
.navbar-nav .dropdown-menu .nav-link {
    color: #1c2541 !important;
    background: transparent !important;
    border-radius: 8px !important;
    font-weight: 650 !important;
    text-shadow: none !important;
}
.nav-item.dropdown .dropdown-menu a:hover,
.navbar-nav .dropdown-menu .nav-link:focus,
.navbar-nav .dropdown-menu .nav-link:hover {
    color: #087f8c !important;
    background: rgba(8, 127, 140, .09) !important;
    padding-left: 24px !important;
    transform: translateX(2px) !important;
}
.nav-item.dropdown .dropdown-menu a::before {
    display: none !important;
}
.header a.btn,
.header .btn,
#header-wrap .btn {
    box-shadow: 0 12px 28px rgba(16, 84, 105, .22) !important;
}


/* Consolenova edit: professional typography polish */
html,
body {
    font-family: Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 450;
    letter-spacing: 0 !important;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body,
p,
li,
a,
span,
input,
textarea,
select,
button {
    font-family: Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
p,
li {
    line-height: 1.72 !important;
}
h1, h2, h3, h4, h5, h6,
.hero-title,
.section-title h2,
.title,
.counter span {
    font-family: Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
    line-height: 1.14 !important;
}
h1 {
    font-weight: 900 !important;
}
h2, h3 {
    font-weight: 850 !important;
}
#header-wrap .navbar-nav .nav-link,
.navbar-nav .nav-link {
    font-family: Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 760 !important;
    letter-spacing: .01em !important;
    line-height: 1.18 !important;
}
.nav-item.dropdown .dropdown-menu a,
.navbar-nav .dropdown-menu .nav-link {
    font-family: Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 680 !important;
    line-height: 1.42 !important;
    letter-spacing: 0 !important;
}
.btn,
button,
.header a.btn,
#header-wrap .btn,
[type=button],
[type=submit] {
    font-family: Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 820 !important;
    letter-spacing: 0 !important;
}
.banner h1,
.banner h2,
.banner .title,
.hero h1,
.hero h2 {
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    text-shadow: 0 14px 34px rgba(0, 0, 0, .18);
}
.banner p,
.hero p,
.lead {
    font-weight: 520 !important;
    line-height: 1.75 !important;
}
.section-title p,
.text-muted,
.post-desc p,
.featured-item p {
    line-height: 1.72 !important;
}
.footer,
.footer p,
.footer a,
.footer li {
    font-family: Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.footer h2,
.footer h3,
.footer h4 {
    font-weight: 850 !important;
}
@media (max-width: 992px) {
    #header-wrap .navbar-nav .nav-link,
    .navbar-nav .nav-link {
        font-size: 16px !important;
        font-weight: 750 !important;
    }
    .nav-item.dropdown .dropdown-menu a,
    .navbar-nav .dropdown-menu .nav-link {
        font-size: 14px !important;
    }
}

/* Remove footer company underline */
.copyright u,
.copyright u a {
    text-decoration: none !important;
    text-decoration-line: none !important;
    text-decoration-style: solid !important;
}

/* Version local icon fonts so Cloudflare cannot serve the legacy two-minute cache. */
@font-face {
    font-family: "Line Awesome Brands";
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url(https://www.itrifid.com/assets/fonts/la-brands-400.woff2?v=20260812-3) format("woff2");
}
@font-face {
    font-family: "Line Awesome Free";
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url(https://www.itrifid.com/assets/fonts/la-regular-400.woff2?v=20260812-3) format("woff2");
}
@font-face {
    font-family: "Line Awesome Free";
    font-style: normal;
    font-weight: 900;
    font-display: optional;
    src: url(https://www.itrifid.com/assets/fonts/la-solid-900.woff2?v=20260812-3) format("woff2");
}
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url(https://www.itrifid.com/assets/fonts/fa-brands-400.woff2?v=20260812-3) format("woff2");
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url(https://www.itrifid.com/assets/fonts/fa-regular-400.woff2?v=20260812-3) format("woff2");
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: optional;
    src: url(https://www.itrifid.com/assets/fonts/fa-solid-900.woff2?v=20260812-3) format("woff2");
}
@font-face {
    font-family: Flaticon;
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url(https://www.itrifid.com/assets/fonts/Flaticon.woff?v=20260812-3) format("woff");
}
