@import url("css.css");@charset "UTF-8";
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #0476e4;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ff4d66;
  --orange: #fd7e14;
  --yellow: #ffb93e;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0476e4;
  --secondary: #6c757d;
  --success: #35e38f;
  --info: #17a2b8;
  --warning: #ffb93e;
  --danger: #ff4d66;
  --light: #f8f9fa;
  --second: #ffa938;
  --tree: #001f5d;
  --dark: #343a40;
  --clp: #6881b4;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Montserrat", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #001f5d;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #6881b4;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.6rem;
}

h3, .h3 {
  font-size: 1.4rem;
}

h4, .h4 {
  font-size: 1.2rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.8rem;
}

.lead {
  font-size: 1rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 500;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.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;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 2px;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 2px;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 740px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 920px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1100px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b9d9f7;
}

.table-hover .table-primary:hover {
  background-color: #a2cdf4;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a2cdf4;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c6f7e0;
}

.table-hover .table-success:hover {
  background-color: #b0f4d4;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b0f4d4;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffebc9;
}

.table-hover .table-warning:hover {
  background-color: #ffe2b0;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe2b0;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffcdd4;
}

.table-hover .table-danger:hover {
  background-color: #ffb4be;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ffb4be;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-second,
.table-second > th,
.table-second > td {
  background-color: #ffe7c7;
}

.table-hover .table-second:hover {
  background-color: #ffdcae;
}
.table-hover .table-second:hover > td,
.table-hover .table-second:hover > th {
  background-color: #ffdcae;
}

.table-tree,
.table-tree > th,
.table-tree > td {
  background-color: #b8c0d2;
}

.table-hover .table-tree:hover {
  background-color: #a8b2c8;
}
.table-hover .table-tree:hover > td,
.table-hover .table-tree:hover > th {
  background-color: #a8b2c8;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-clp,
.table-clp > th,
.table-clp > td {
  background-color: #d5dcea;
}

.table-hover .table-clp:hover {
  background-color: #c4cee2;
}
.table-hover .table-clp:hover > td,
.table-hover .table-clp:hover > th {
  background-color: #c4cee2;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.4rem + 2px);
  padding: 0.6rem 1rem;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #6bb5fc;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(4, 118, 228, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.6rem + 1px);
  padding-bottom: calc(0.6rem + 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: 1rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.7rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.55rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
  line-height: 1.5;
  border-radius: 2px;
}

.form-control-lg {
  height: calc(2.5rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2px;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #35e38f;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(53, 227, 143, 0.9);
  border-radius: 2px;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #35e38f;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #35e38f;
  box-shadow: 0 0 0 0.2rem rgba(53, 227, 143, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #35e38f;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #35e38f;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #a5f3cd;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #62e9a8;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(53, 227, 143, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #35e38f;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(53, 227, 143, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ff4d66;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255, 77, 102, 0.9);
  border-radius: 2px;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #ff4d66;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #ff4d66;
  box-shadow: 0 0 0 0.2rem rgba(255, 77, 102, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ff4d66;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ff4d66;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #ffcdd4;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #ff8092;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 77, 102, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff4d66;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(255, 77, 102, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  letter-spacing: 0.5px;
  padding: 0.6rem 1rem;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: 2px !important;
  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 screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn svg, .btn img {
  display: block;
  margin: 0 auto;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(4, 118, 228, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0476e4;
  border-color: #0476e4;
}
.btn-primary:hover {
  background-color: #0363be;
  border-color: #035cb2;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(4, 118, 228, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0476e4;
  border-color: #0476e4;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #035cb2;
  border-color: #0356a5;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(4, 118, 228, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #35e38f;
  border-color: #35e38f;
}
.btn-success:hover {
  background-color: #1dd47c;
  border-color: #1cc975;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 227, 143, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #35e38f;
  border-color: #35e38f;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1cc975;
  border-color: #1abe6f;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 227, 143, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #fff;
  background-color: #ffb93e;
  border-color: #ffb93e;
}
.btn-warning:hover {
  background-color: #ffab18;
  border-color: #ffa70b;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 185, 62, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffb93e;
  border-color: #ffb93e;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffa70b;
  border-color: #fda100;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 185, 62, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #ff4d66;
  border-color: #ff4d66;
}
.btn-danger:hover {
  background-color: #ff2745;
  border-color: #ff1a3a;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 77, 102, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ff4d66;
  border-color: #ff4d66;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff1a3a;
  border-color: #ff0d2f;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 77, 102, 0.5);
}

.btn-light {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-second {
  color: #fff;
  background-color: #ffa938;
  border-color: #ffa938;
}
.btn-second:hover {
  background-color: #ff9812;
  border-color: #ff9305;
}
.btn-second:focus, .btn-second.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 169, 56, 0.5);
}
.btn-second.disabled, .btn-second:disabled {
  color: #212529;
  background-color: #ffa938;
  border-color: #ffa938;
}
.btn-second:not(:disabled):not(.disabled):active, .btn-second:not(:disabled):not(.disabled).active, .show > .btn-second.dropdown-toggle {
  color: #212529;
  background-color: #ff9305;
  border-color: #f78c00;
}
.btn-second:not(:disabled):not(.disabled):active:focus, .btn-second:not(:disabled):not(.disabled).active:focus, .show > .btn-second.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 169, 56, 0.5);
}

.btn-tree {
  color: #fff;
  background-color: #001f5d;
  border-color: #001f5d;
}
.btn-tree:hover {
  background-color: #001237;
  border-color: #000e2a;
}
.btn-tree:focus, .btn-tree.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 31, 93, 0.5);
}
.btn-tree.disabled, .btn-tree:disabled {
  color: #fff;
  background-color: #001f5d;
  border-color: #001f5d;
}
.btn-tree:not(:disabled):not(.disabled):active, .btn-tree:not(:disabled):not(.disabled).active, .show > .btn-tree.dropdown-toggle {
  color: #fff;
  background-color: #000e2a;
  border-color: #000a1d;
}
.btn-tree:not(:disabled):not(.disabled):active:focus, .btn-tree:not(:disabled):not(.disabled).active:focus, .show > .btn-tree.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 31, 93, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-clp {
  color: #fff;
  background-color: #6881b4;
  border-color: #6881b4;
}
.btn-clp:hover {
  background-color: #526da4;
  border-color: #4d679c;
}
.btn-clp:focus, .btn-clp.focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 129, 180, 0.5);
}
.btn-clp.disabled, .btn-clp:disabled {
  color: #fff;
  background-color: #6881b4;
  border-color: #6881b4;
}
.btn-clp:not(:disabled):not(.disabled):active, .btn-clp:not(:disabled):not(.disabled).active, .show > .btn-clp.dropdown-toggle {
  color: #fff;
  background-color: #4d679c;
  border-color: #496193;
}
.btn-clp:not(:disabled):not(.disabled):active:focus, .btn-clp:not(:disabled):not(.disabled).active:focus, .show > .btn-clp.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 129, 180, 0.5);
}

.btn-outline-primary {
  color: #0476e4;
  background-color: transparent;
  background-image: none;
  border: 2px solid #0476e4;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0476e4;
  border-color: #0476e4;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(4, 118, 228, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0476e4;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0476e4;
  border-color: #0476e4;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(4, 118, 228, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border: 2px solid #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #35e38f;
  background-color: transparent;
  background-image: none;
  border: 2px solid #35e38f;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #35e38f;
  border-color: #35e38f;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 227, 143, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #35e38f;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #35e38f;
  border-color: #35e38f;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 227, 143, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border: 2px solid #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffb93e;
  background-color: transparent;
  background-image: none;
  border: 2px solid #ffb93e;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffb93e;
  border-color: #ffb93e;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 185, 62, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffb93e;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffb93e;
  border-color: #ffb93e;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 185, 62, 0.5);
}

.btn-outline-danger {
  color: #ff4d66;
  background-color: transparent;
  background-image: none;
  border: 2px solid #ff4d66;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ff4d66;
  border-color: #ff4d66;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 77, 102, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ff4d66;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff4d66;
  border-color: #ff4d66;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 77, 102, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border: 2px solid #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-second {
  color: #ffa938;
  background-color: transparent;
  background-image: none;
  border: 2px solid #ffa938;
}
.btn-outline-second:hover {
  color: #212529;
  background-color: #ffa938;
  border-color: #ffa938;
}
.btn-outline-second:focus, .btn-outline-second.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 169, 56, 0.5);
}
.btn-outline-second.disabled, .btn-outline-second:disabled {
  color: #ffa938;
  background-color: transparent;
}
.btn-outline-second:not(:disabled):not(.disabled):active, .btn-outline-second:not(:disabled):not(.disabled).active, .show > .btn-outline-second.dropdown-toggle {
  color: #212529;
  background-color: #ffa938;
  border-color: #ffa938;
}
.btn-outline-second:not(:disabled):not(.disabled):active:focus, .btn-outline-second:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-second.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 169, 56, 0.5);
}

.btn-outline-tree {
  color: #001f5d;
  background-color: transparent;
  background-image: none;
  border: 2px solid #001f5d;
}
.btn-outline-tree:hover {
  color: #fff;
  background-color: #001f5d;
  border-color: #001f5d;
}
.btn-outline-tree:focus, .btn-outline-tree.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 31, 93, 0.5);
}
.btn-outline-tree.disabled, .btn-outline-tree:disabled {
  color: #001f5d;
  background-color: transparent;
}
.btn-outline-tree:not(:disabled):not(.disabled):active, .btn-outline-tree:not(:disabled):not(.disabled).active, .show > .btn-outline-tree.dropdown-toggle {
  color: #fff;
  background-color: #001f5d;
  border-color: #001f5d;
}
.btn-outline-tree:not(:disabled):not(.disabled):active:focus, .btn-outline-tree:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-tree.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 31, 93, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border: 2px solid #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-clp {
  color: #6881b4;
  background-color: transparent;
  background-image: none;
  border: 2px solid #6881b4;
}
.btn-outline-clp:hover {
  color: #fff;
  background-color: #6881b4;
  border-color: #6881b4;
}
.btn-outline-clp:focus, .btn-outline-clp.focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 129, 180, 0.5);
}
.btn-outline-clp.disabled, .btn-outline-clp:disabled {
  color: #6881b4;
  background-color: transparent;
}
.btn-outline-clp:not(:disabled):not(.disabled):active, .btn-outline-clp:not(:disabled):not(.disabled).active, .show > .btn-outline-clp.dropdown-toggle {
  color: #fff;
  background-color: #6881b4;
  border-color: #6881b4;
}
.btn-outline-clp:not(:disabled):not(.disabled):active:focus, .btn-outline-clp:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-clp.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 129, 180, 0.5);
}

.btn-link {
  font-weight: 500;
  color: #001f5d;
  background-color: transparent;
}
.btn-link:hover {
  color: #6881b4;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2px !important;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
  line-height: 1.5;
  border-radius: 2px !important;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn-bw {
  background: #ff8838;
  background-image: -webkit-gradient(right top, right top, color-stop(0%, #ff8838), color-stop(100%, #ffa938));
  background-image: linear-gradient(to right, #ff8838 0%, #ffa938 100%);
  background-repeat: repeat-x;
  color: #fff !important;
  line-height: 2 !important;
  padding: 5px 21px !important;
  position: relative;
  overflow: hidden;
}
.btn-bw:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 0;
}
.btn-bw:hover {
  color: #fff !important;
}
.btn-bw:hover:after {
  left: 120%;
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-warning {
  background: #ffb93e;
  color: #001f5d !important;
  line-height: 2 !important;
  padding: 5px 21px !important;
  font-weight: 600;
}
.btn-warning:hover {
  color: #001f5d !important;
}

.btn-p-h {
  padding: 0.6rem 40px !important;
}
@media (max-width: 768px) {
  .btn-p-h {
    padding: 0.6rem 1rem;
  }
}

.btn-lg, .btn-group-lg > .btn {
  padding: 15px;
}

.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.8rem;
  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: 2px;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 500;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0476e4;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.7rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.6rem 1rem;
  margin-bottom: 0;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 2px;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.5rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2px;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.55rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
  line-height: 1.5;
  border-radius: 2px;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.2rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #0476e4;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(4, 118, 228, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #9dcefd;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.1rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.1rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 2px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0476e4;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #0476e4;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(4, 118, 228, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(4, 118, 228, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0476e4;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(4, 118, 228, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.4rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #6bb5fc;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(107, 181, 252, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.55rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.5rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.4rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.4rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #6bb5fc;
  box-shadow: 0 0 0 0.2rem rgba(4, 118, 228, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #6bb5fc;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.4rem + 2px);
  padding: 0.6rem 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 2px;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.4rem;
  padding: 0.6rem 1rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 2px 2px 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(4, 118, 228, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(4, 118, 228, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(4, 118, 228, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0476e4;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #9dcefd;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0476e4;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #9dcefd;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #0476e4;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #9dcefd;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 2px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0476e4;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  margin-right: 1rem;
  font-size: 1rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.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;
  float: none;
}

.navbar-text {
  display: inline-block;
  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: 1rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 2px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  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(2px - 1px) calc(2px - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  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(2px - 1px) calc(2px - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(2px - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(2px - 1px);
  border-top-right-radius: calc(2px - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(2px - 1px);
  border-bottom-left-radius: calc(2px - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 2px;
  }
  .card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  .card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 2px;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 2px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #001f5d;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #6881b4;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(4, 118, 228, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #0476e4;
  border-color: #0476e4;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2px;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #0476e4;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #035cb2;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #212529;
  background-color: #35e38f;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #1cc975;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffb93e;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #ffa70b;
}

.badge-danger {
  color: #fff;
  background-color: #ff4d66;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #ff1a3a;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-second {
  color: #212529;
  background-color: #ffa938;
}
.badge-second[href]:hover, .badge-second[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #ff9305;
}

.badge-tree {
  color: #fff;
  background-color: #001f5d;
}
.badge-tree[href]:hover, .badge-tree[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #000e2a;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.badge-clp {
  color: #fff;
  background-color: #6881b4;
}
.badge-clp[href]:hover, .badge-clp[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #4d679c;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 2px;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: none;
  border-radius: 2px;
  font-weight: 600;
  padding-left: 51px;
}
.alert svg {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  position: absolute;
  left: 18px;
}
.alert ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.7rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #0476e4;
  background: #f7f9fb;
  box-shadow: none;
}
.alert-primary svg {
  fill: #0476e4;
}
.alert-primary hr {
  border-top-color: #0469cb;
}
.alert-primary .alert-link {
  color: #035cb2;
}

.alert-secondary {
  color: #6c757d;
  background: #f7f9fb;
  box-shadow: none;
}
.alert-secondary svg {
  fill: #6c757d;
}
.alert-secondary hr {
  border-top-color: #60686f;
}
.alert-secondary .alert-link {
  color: #545b62;
}

.alert-success {
  color: #35e38f;
  background: #f7f9fb;
  box-shadow: none;
}
.alert-success svg {
  fill: #35e38f;
}
.alert-success hr {
  border-top-color: #1fe083;
}
.alert-success .alert-link {
  color: #1cc975;
}

.alert-info {
  color: #17a2b8;
  background: #f7f9fb;
  box-shadow: none;
}
.alert-info svg {
  fill: #17a2b8;
}
.alert-info hr {
  border-top-color: #148ea1;
}
.alert-info .alert-link {
  color: #117a8b;
}

.alert-warning {
  color: #ffb93e;
  background: #f7f9fb;
  box-shadow: none;
}
.alert-warning svg {
  fill: #ffb93e;
}
.alert-warning hr {
  border-top-color: #ffb025;
}
.alert-warning .alert-link {
  color: #ffa70b;
}

.alert-danger {
  color: #ff4d66;
  background: #f7f9fb;
  box-shadow: none;
}
.alert-danger svg {
  fill: #ff4d66;
}
.alert-danger hr {
  border-top-color: #ff3450;
}
.alert-danger .alert-link {
  color: #ff1a3a;
}

.alert-light {
  color: #f8f9fa;
  background: #f7f9fb;
  box-shadow: none;
}
.alert-light svg {
  fill: #f8f9fa;
}
.alert-light hr {
  border-top-color: #e9ecef;
}
.alert-light .alert-link {
  color: #dae0e5;
}

.alert-second {
  color: #ffa938;
  background: #f7f9fb;
  box-shadow: none;
}
.alert-second svg {
  fill: #ffa938;
}
.alert-second hr {
  border-top-color: #ff9e1f;
}
.alert-second .alert-link {
  color: #ff9305;
}

.alert-tree {
  color: #001f5d;
  background: #f7f9fb;
  box-shadow: none;
}
.alert-tree svg {
  fill: #001f5d;
}
.alert-tree hr {
  border-top-color: #001744;
}
.alert-tree .alert-link {
  color: #000e2a;
}

.alert-dark {
  color: #343a40;
  background: #f7f9fb;
  box-shadow: none;
}
.alert-dark svg {
  fill: #343a40;
}
.alert-dark hr {
  border-top-color: #292d32;
}
.alert-dark .alert-link {
  color: #1d2124;
}

.alert-clp {
  color: #6881b4;
  background: #f7f9fb;
  box-shadow: none;
}
.alert-clp svg {
  fill: #6881b4;
}
.alert-clp hr {
  border-top-color: #5773ac;
}
.alert-clp .alert-link {
  color: #4d679c;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.6rem;
  background-color: #e9ecef;
  border-radius: 2px;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0476e4;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  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.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0476e4;
  border-color: #0476e4;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #023d77;
  background-color: #b9d9f7;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #023d77;
  background-color: #a2cdf4;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #023d77;
  border-color: #023d77;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #1c764a;
  background-color: #c6f7e0;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #1c764a;
  background-color: #b0f4d4;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #1c764a;
  border-color: #1c764a;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856020;
  background-color: #ffebc9;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856020;
  background-color: #ffe2b0;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856020;
  border-color: #856020;
}

.list-group-item-danger {
  color: #852835;
  background-color: #ffcdd4;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #852835;
  background-color: #ffb4be;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #852835;
  border-color: #852835;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-second {
  color: #85581d;
  background-color: #ffe7c7;
}
.list-group-item-second.list-group-item-action:hover, .list-group-item-second.list-group-item-action:focus {
  color: #85581d;
  background-color: #ffdcae;
}
.list-group-item-second.list-group-item-action.active {
  color: #fff;
  background-color: #85581d;
  border-color: #85581d;
}

.list-group-item-tree {
  color: #001030;
  background-color: #b8c0d2;
}
.list-group-item-tree.list-group-item-action:hover, .list-group-item-tree.list-group-item-action:focus {
  color: #001030;
  background-color: #a8b2c8;
}
.list-group-item-tree.list-group-item-action.active {
  color: #fff;
  background-color: #001030;
  border-color: #001030;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.list-group-item-clp {
  color: #36435e;
  background-color: #d5dcea;
}
.list-group-item-clp.list-group-item-action:hover, .list-group-item-clp.list-group-item-action:focus {
  color: #36435e;
  background-color: #c4cee2;
}
.list-group-item-clp.list-group-item-action.active {
  color: #fff;
  background-color: #36435e;
  border-color: #36435e;
}

.close {
  float: right;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

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

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

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

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Montserrat", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 2px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Montserrat", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 2px;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 2px 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 2px 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.8rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(2px - 1px);
  border-top-right-radius: calc(2px - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
.active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("");
}

.carousel-control-next-icon {
  background-image: url("");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #0476e4 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #035cb2 !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #35e38f !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1cc975 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffb93e !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ffa70b !important;
}

.bg-danger {
  background-color: #ff4d66 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ff1a3a !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-second {
  background-color: #ffa938 !important;
}

a.bg-second:hover, a.bg-second:focus,
button.bg-second:hover,
button.bg-second:focus {
  background-color: #ff9305 !important;
}

.bg-tree {
  background-color: #001f5d !important;
}

a.bg-tree:hover, a.bg-tree:focus,
button.bg-tree:hover,
button.bg-tree:focus {
  background-color: #000e2a !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-clp {
  background-color: #6881b4 !important;
}

a.bg-clp:hover, a.bg-clp:focus,
button.bg-clp:hover,
button.bg-clp:focus {
  background-color: #4d679c !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

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

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0476e4 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #35e38f !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffb93e !important;
}

.border-danger {
  border-color: #ff4d66 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-second {
  border-color: #ffa938 !important;
}

.border-tree {
  border-color: #001f5d !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-clp {
  border-color: #6881b4 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 2px !important;
}

.rounded-top {
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
}

.rounded-right {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.rounded-left {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

  .d-lg-inline-block {
    display: inline-block !important;
  }

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

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

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

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

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !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-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !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-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !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;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !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-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !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;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !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-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !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;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.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;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !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;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 500 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #0476e4 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #035cb2 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #35e38f !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1cc975 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffb93e !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ffa70b !important;
}

.text-danger {
  color: #ff4d66 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #ff1a3a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-second {
  color: #ffa938 !important;
}

a.text-second:hover, a.text-second:focus {
  color: #ff9305 !important;
}

.text-tree {
  color: #001f5d !important;
}

a.text-tree:hover, a.text-tree:focus {
  color: #000e2a !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-clp {
  color: #6881b4 !important;
}

a.text-clp:hover, a.text-clp:focus {
  color: #4d679c !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.font-font10 {
  font-size: 10px;
}

.font-font15 {
  font-size: 15px;
}

.font-font20 {
  font-size: 20px;
}

.font-font25 {
  font-size: 25px;
}

.font-font30 {
  font-size: 30px;
}

.font-font35 {
  font-size: 35px;
}

.font-font40 {
  font-size: 40px;
}

.font-font50 {
  font-size: 50px;
}

.font-font60 {
  font-size: 60px;
}

.font-font70 {
  font-size: 70px;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, 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 {
  from, 20%, 53%, 80%, 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);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-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);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-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);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-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);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-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);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-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);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, 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 {
  from, 11.1%, 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);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-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 {
  from, 20%, 40%, 60%, 80%, 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 {
  from, 20%, 40%, 60%, 80%, 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);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, 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 {
  from, 60%, 75%, 90%, 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);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, 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 {
  from, 60%, 75%, 90%, 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);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, 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 {
  from, 60%, 75%, 90%, 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);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, 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 {
  from, 60%, 75%, 90%, 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);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-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);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-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);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-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);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-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);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-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);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-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);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-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);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-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);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-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);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-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);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-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);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-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);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-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);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-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);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-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);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-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);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-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);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-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);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-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);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-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);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-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;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-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);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-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);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-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;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-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;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-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);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-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;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-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;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-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;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-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;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-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;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-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;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-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;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-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;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-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;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-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;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-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;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-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;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-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);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-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;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-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);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-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);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-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);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-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);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-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;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-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);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-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;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-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;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-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);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-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);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-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);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-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);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-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);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-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);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-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);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-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);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-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);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    transition: none !important;
  }
}
body,
html {
  overflow-y: auto;
  overflow-x: hidden !important;
  background: #f9fbfc;
  min-height: 100vh;
}

#bw-wrapper.services {
  background: url("");
  background-size: cover;
}
#bw-wrapper p {
  line-height: 25px;
}
@media (max-width: 768px) {
  #bw-wrapper p,
#bw-wrapper li,
#bw-wrapper a,
#bw-wrapper .description,
#bw-wrapper button {
    font-size: 13px !important;
  }
  #bw-wrapper p {
    text-align: justify;
  }
}

a,
a:hover {
  text-decoration: none !important;
}

button:focus,
.btn:focus,
.form-control:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
}

.bw-flex-center {
  display: flex;
  display: -webkit-flex;
  flex-flow: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  align-items: center;
}

.bw-flex-center-start {
  flex-flow: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  align-items: center;
}

.my-placeholder {
  color: #aaa !important;
  font-weight: normal !important;
}

.bw-title {
  position: relative;
}
.bw-title .title {
  font-size: 18px;
  color: #001f5d;
  font-weight: bold;
  line-height: 1.556;
}
@media (max-width: 768px) {
  .bw-title .title {
    font-size: 14px !important;
    text-align: center;
  }
}

.bw-title-center {
  position: relative;
}
.bw-title-center .title {
  font-size: 24px;
  color: #001f5d;
  font-weight: bold;
  line-height: 1.556;
}
@media (max-width: 768px) {
  .bw-title-center .title {
    font-size: 14px !important;
    text-align: center;
  }
}

.bw-section-title {
  position: relative;
}
.bw-section-title .title {
  color: rgba(150, 166, 200, 0.3);
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
  position: relative;
  float: left;
  letter-spacing: 5px;
}
@media (max-width: 768px) {
  .bw-section-title .title {
    font-size: 24px !important;
    text-align: center;
    float: none;
  }
}
.bw-section-title .title .desc {
  font-size: 22px;
  color: #001f5d;
  font-weight: bold;
  line-height: 1.556;
  position: static;
  top: 20px;
  width: 100%;
  margin-left: 38%;
  margin-top: -48px;
  letter-spacing: 0px !important;
}
@media (max-width: 768px) {
  .bw-section-title .title .desc {
    font-size: 12px !important;
    margin: 0 !important;
    margin-top: -4px !important;
  }
}
@media (max-width: 500px) {
  .bw-section-title .title .desc {
    margin-left: 10%;
  }
}
.bw-section-title::after {
  display: block;
  clear: both;
  content: "";
}

.bw-section-title-vertical {
  position: relative;
  text-align: center;
  z-index: 2;
}
.bw-section-title-vertical .title {
  text-align: center;
  color: rgba(133, 202, 215, 0.302);
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  position: relative;
  letter-spacing: 5px;
}
@media (max-width: 768px) {
  .bw-section-title-vertical .title {
    font-size: 20px !important;
  }
}
.bw-section-title-vertical .desc {
  font-size: 24px;
  color: #001f5d;
  font-weight: bold;
  margin-bottom: -7px;
  letter-spacing: 0px !important;
}
@media (max-width: 768px) {
  .bw-section-title-vertical .desc {
    font-size: 16px !important;
    margin-bottom: 8px !important;
  }
}

.bw-section-title-vertical-reverse {
  position: relative;
  text-align: center;
  z-index: 2;
}
.bw-section-title-vertical-reverse .title {
  text-align: center;
  color: #6881b4;
  opacity: 0.2 !important;
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
  position: absolute;
  margin-bottom: -10px;
  letter-spacing: 5px;
  width: 100%;
  top: -35px;
}
@media (max-width: 768px) {
  .bw-section-title-vertical-reverse .title {
    font-size: 20px !important;
    top: -13px;
  }
}
.bw-section-title-vertical-reverse .desc {
  font-size: 24px;
  color: #001f5d;
  font-weight: bold;
  letter-spacing: 0px !important;
}
@media (max-width: 768px) {
  .bw-section-title-vertical-reverse .desc {
    font-size: 16px !important;
    margin-bottom: 8px !important;
  }
}

.desc-18 .desc {
  font-size: 18px !important;
}
@media (max-width: 768px) {
  .desc-18 .desc {
    font-size: 14px !important;
    margin-bottom: 8px !important;
  }
}

.input-box {
  position: relative;
}
.input-box .icon {
  position: absolute;
  right: 5px;
  top: 12px;
  width: 30px;
  height: 16px;
  color: #8290ab;
}
@media (max-width: 768px) {
  .input-box .icon {
    font-size: 16px !important;
  }
}
.input-box .text {
  position: absolute;
  right: 15px;
  top: 18px;
  font-size: 11px;
  height: 16px;
  color: #8290ab;
}
.input-box svg.icon {
  top: 16px;
  fill: #8290ab;
}
.input-box .focus {
  color: #ffa938 !important;
  fill: #ffa938 !important;
}
.input-box .form-control {
  border-radius: 2px;
  background: #fff;
  border: 1px solid #d1d9e8;
  box-shadow: 0 3px 12px rgba(254, 99, 73, 0.1);
  font-size: 14px !important;
  color: #001f5d;
  height: 50px;
  padding-right: 40px;
  transition: 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .input-box .form-control {
    transition: none;
  }
}
.input-box .form-control::-webkit-input-placeholder {
  color: #d1d9e8;
}
.input-box .form-control:-ms-input-placeholder {
  color: #d1d9e8;
}
.input-box .form-control::-ms-input-placeholder {
  color: #d1d9e8;
}
.input-box .form-control::placeholder {
  color: #d1d9e8;
}
.input-box .form-control::-moz-placeholder {
  color: #d1d9e8;
}
.input-box .form-control::-ms-input-placeholder {
  color: #d1d9e8;
}
.input-box .form-control:focus {
  border-color: #ffa938;
  box-shadow: 0 5px 12px rgba(255, 69, 21, 0.2);
}
.input-box .form-control:focus::-webkit-input-placeholder {
  color: #ffa938 !important;
}
.input-box .form-control:focus:-ms-input-placeholder {
  color: #ffa938 !important;
}
.input-box .form-control:focus::-ms-input-placeholder {
  color: #ffa938 !important;
}
.input-box .form-control:focus::placeholder {
  color: #ffa938 !important;
}
.input-box .form-control:focus::-moz-placeholder {
  color: #ffa938 !important;
}
.input-box textarea.form-control {
  height: auto;
}

.input-box2 {
  border: 1px solid #d1d9e8;
  border-radius: 2px;
  height: 55px;
  padding: 15px 10px;
  display: flex;
  overflow: hidden;
  transition: 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .input-box2 {
    transition: none;
  }
}
.input-box2 .label {
  float: left;
  border-right: 2px solid #ddd;
  padding: 2px 24px 2px 15px;
  color: #6881b4;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 162px;
  transition: 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .input-box2 .label {
    transition: none;
  }
}
.input-box2 .label svg {
  height: 18px;
  width: 18px;
  fill: #d1d9e8;
  margin-right: 12px;
  transition: 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .input-box2 .label svg {
    transition: none;
  }
}
.input-box2 .form-control {
  padding: 0 18px;
  margin: 0;
  height: 25px;
  font-weight: 700;
  border: none;
  box-shadow: none;
  color: #001f5d;
  float: left;
  width: calc(100% - 162px);
}
.input-box2 .form-control::-webkit-input-placeholder {
  color: #d1d9e8;
}
.input-box2 .form-control:-ms-input-placeholder {
  color: #d1d9e8;
}
.input-box2 .form-control::-ms-input-placeholder {
  color: #d1d9e8;
}
.input-box2 .form-control::placeholder {
  color: #d1d9e8;
}
.input-box2 .form-control::-moz-placeholder {
  color: #d1d9e8;
}
.input-box2 .form-control::-ms-input-placeholder {
  color: #d1d9e8;
}
.input-box2 .form-control:focus {
  border: none;
}

.input-box2.focus {
  border-color: #ffa938;
  box-shadow: 0 5px 12px rgba(255, 69, 21, 0.2);
}
.input-box2.focus svg {
  fill: #ffa938;
}

@media (max-width: 768px) {
  .mt-5,
.mt-4 {
    margin-top: 20px !important;
  }
}

@media (max-width: 768px) {
  .mb-5,
.mb-4 {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 1000px) {
  .md-none {
    display: none;
  }
}

.pagination {
  list-style: none;
  padding: 0;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: inline-block;
}
.pagination li {
  display: inline-block;
}
.pagination li a,
.pagination li span {
  display: block;
  line-height: 0;
  padding: 17px 14px;
  text-align: center;
  margin: 4px 0;
  font-size: 14px;
  color: #b3c0d9;
}
.pagination li a svg,
.pagination li span svg {
  fill: #b3c0d9;
  height: 11px;
  width: 11px;
  margin: 0 10px;
  margin-top: -2px;
}
@media (max-width: 768px) {
  .pagination li a,
.pagination li span {
    padding: 13px 10px;
  }
}
.pagination li a:hover,
.pagination li span:hover {
  color: #869ac3;
}
.pagination li a:hover svg,
.pagination li span:hover svg {
  fill: #869ac3;
}
.pagination li.active a,
.pagination li.active span {
  color: #869ac3;
}
.pagination li.aa a,
.pagination li.aa span {
  color: #869ac3 !important;
  text-decoration: underline !important;
}
.pagination:after {
  content: "";
  display: block;
  clear: both;
}

.radio-container {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 24px;
}
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio-container input:checked ~ .checkmark {
  background-color: #2196f3;
}
.radio-container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ccc;
  border-radius: 50%;
}
.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.radio-container:hover input ~ .checkmark {
  background-color: #bbbbbb;
}
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

.radio-container-2 {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  margin-right: 20px;
  font-size: 6px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 24px;
}
.radio-container-2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio-container-2 input:checked ~ .checkmark {
  border: 2px solid #ffa938;
  box-shadow: 0 3px 17px #ff88389e;
}
.radio-container-2 input:checked ~ .checkmark:after {
  background: #ffa938;
}
.radio-container-2 .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #bcc9e2;
  border-radius: 50%;
}
.radio-container-2 .checkmark:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: none;
}

@media (max-width: 768px) {
  .p-4,
.p-5 {
    padding: 20px !important;
  }
}

.bg_none {
  background: none !important;
}

.btn-bw {
  padding: 10px 45px !important;
  border-radius: 5px !important;
  font-size: 14px;
  font-weight: 600;
}

.calculator {
  background: #0e2666;
  position: relative;
  height: 422px;
  margin-top: -40px;
  padding: 10px;
}
@media (max-width: 500px) {
  .calculator {
    height: auto !important;
  }
}
@media (max-width: 768px) {
  .calculator {
    margin-top: -22px;
  }
}
.calculator.services {
  height: auto;
  padding-top: 13em;
  background: none;
}
.calculator.services::before {
  display: none;
}
.calculator.services .calc {
  border-radius: 10px;
}
.calculator.services .calc .body {
  border-radius: 5px;
  box-shadow: 0 5px 64px 0 #bbd1ff;
}
.calculator:before {
  content: "";
  background: #0e2666 url("bg-min.png");
  background-blend-mode: color-dodge;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0.1;
}
@media (max-width: 991px) {
  .calculator:before {
    display: none;
  }
}
.calculator .calc {
  background: url("circle-bg-2.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 890px;
  height: auto;
  border-radius: 0 0 5px 5px;
  padding: 25px;
  margin: 11px auto;
  position: relative;
  margin-top: -10px;
  box-shadow: 0 50px 138px 0 rgba(104, 129, 180, 0.18);
}
@media (max-width: 768px) {
  .calculator .calc {
    border-radius: 0;
    padding: 15px;
    border-radius: 0;
  }
}
.calculator .calc .body {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 80px 70px;
  border-radius: 5px;
  transition: 0.3s ease;
  transform: translate(0, -50px);
  -webkit-transform: translate(0, -50px);
  -moz-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  -o-transform: translate(0, -50px);
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .calculator .calc .body {
    padding: 83px 55px;
  }
}
@media (max-width: 620px) {
  .calculator .calc .body {
    padding: 83px 20px;
  }
}
@media (max-width: 500px) {
  .calculator .calc .body {
    padding: 20px 10px;
    border-radius: 0;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .calculator .calc .body {
    transition: none;
  }
}
.calculator .calc .body .main-title {
  color: #001f5d;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 700;
}
.calculator .calc .body .assets {
  max-width: 460px;
  margin: auto;
}
.calculator .calc .body .assets .title {
  color: #001f5d;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  opacity: 0.75;
  text-transform: uppercase;
  transition: 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .calculator .calc .body .assets .title {
    transition: none;
  }
}
.calculator .calc .body .assets .main {
  width: 33%;
  padding: 5px;
  float: left;
}
@media (max-width: 450px) {
  .calculator .calc .body .assets .main {
    width: 100%;
  }
}
.calculator .calc .body .assets .plans {
  box-shadow: none;
  height: auto;
  margin-bottom: 25px;
}
.calculator .calc .body .assets .plans .radio-container {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 24px;
  height: 100%;
  width: 100%;
}
.calculator .calc .body .assets .plans .radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  z-index: 5;
}
.calculator .calc .body .assets .plans .radio-container input:checked ~ .active {
  cursor: pointer;
}
.calculator .calc .body .assets .plans .radio-container input:checked ~ .active .titr {
  color: #fff;
}
.calculator .calc .body .assets .plans .radio-container input:checked ~ .active .titr::after {
  background: #fff;
  width: calc(100% - 4px);
}
.calculator .calc .body .assets .plans .radio-container input:checked ~ .active .box {
  background: #ff8838;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff8838), color-stop(100%, #ffa83a));
  background: linear-gradient(to right, #ff8838 0%, #ffa83a 100%);
  color: #fff;
  border: none;
}
.calculator .calc .body .assets .plans .radio-container input:checked ~ .active .box .profit {
  color: #fff;
}
.calculator .calc .body .assets .plans .radio-container input:checked ~ .active .box .profit small {
  color: #fff;
}
.calculator .calc .body .assets .plans .radio-container input:checked ~ .active .box .description {
  color: #fff;
}
.calculator .calc .body .assets .plans .radio-container input:checked ~ .active .box .checkmark {
  opacity: 1;
}
.calculator .calc .body .assets .plans .radio-container .active .titr {
  text-align: left;
  color: #6881b4;
  padding-bottom: 6px;
  text-transform: uppercase;
  margin-bottom: 9px;
  font-size: 10px;
  position: relative;
}
@media (max-width: 450px) {
  .calculator .calc .body .assets .plans .radio-container .active .titr {
    text-align: center;
  }
}
.calculator .calc .body .assets .plans .radio-container .active .titr::after {
  content: "";
  position: absolute;
  width: calc(100% + 40px);
  height: 0.5px;
  left: -20px;
  top: 100%;
  background: #6881b4;
  opacity: 0.2;
}
@media (max-width: 620px) {
  .calculator .calc .body .assets .plans .radio-container .active .titr::after {
    width: calc(100% + 20px);
    left: -10px;
  }
}
.calculator .calc .body .assets .plans .radio-container .active .box {
  background: #fcfcfc;
  border-radius: 5px;
  padding: 20px;
  text-align: left;
  border: 1px solid rgba(104, 129, 180, 0.35);
  transition: 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .calculator .calc .body .assets .plans .radio-container .active .box {
    transition: none;
  }
}
@media (max-width: 620px) {
  .calculator .calc .body .assets .plans .radio-container .active .box {
    padding: 10px;
  }
}
@media (max-width: 450px) {
  .calculator .calc .body .assets .plans .radio-container .active .box {
    text-align: center;
  }
}
.calculator .calc .body .assets .plans .radio-container .active .box .profit {
  color: #6881b4;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: -5px;
  transition: 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .calculator .calc .body .assets .plans .radio-container .active .box .profit {
    transition: none;
  }
}
@media (max-width: 500px) {
  .calculator .calc .body .assets .plans .radio-container .active .box .profit {
    font-size: 25px;
  }
}
.calculator .calc .body .assets .plans .radio-container .active .box .profit small {
  font-weight: 600;
  color: #b0bed8;
  margin-left: -10px;
}
.calculator .calc .body .assets .plans .radio-container .active .box .description {
  color: #6881b4;
  font-size: 10px !important;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 2px;
  transition: 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .calculator .calc .body .assets .plans .radio-container .active .box .description {
    transition: none;
  }
}
@media (max-width: 500px) {
  .calculator .calc .body .assets .plans .radio-container .active .box .description {
    font-size: 10px;
  }
}
.calculator .calc .body .assets .plans .radio-container .active .box .checkmark {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 28px;
  fill: #fff;
  right: 10px;
  opacity: 0;
  left: auto;
  background: none;
  transition: all, 0.3s;
}
@media screen and (prefers-reduced-motion: reduce) {
  .calculator .calc .body .assets .plans .radio-container .active .box .checkmark {
    transition: none;
  }
}
@media (max-width: 620px) {
  .calculator .calc .body .assets .plans .radio-container .active .box .checkmark {
    top: 18px;
  }
}
.calculator .calc .body .assets .inputs {
  padding: 5px;
}
@media (max-width: 500px) {
  .calculator .calc .body .assets .inputs {
    margin-top: 10px;
  }
}
.calculator .calc .body .assets .inputs label {
  color: #334c7d;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.75;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
.calculator .calc .body .assets .inputs .form-control {
  border: 1px solid #e6e9ef;
  background: #fff;
  border-radius: 5px;
  font-size: 17px !important;
  color: #6881b4;
  font-weight: 600;
}
.calculator .calc .body .assets .inputs .form-control:focus {
  border-color: #ffa938;
  box-shadow: 0 5px 12px rgba(255, 69, 21, 0.2);
}
.calculator .calc .body .assets .inputs .form-control:focus::-webkit-input-placeholder {
  color: #ffa938;
  font-weight: 600;
}
.calculator .calc .body .assets .inputs .form-control:focus:-ms-input-placeholder {
  color: #ffa938;
  font-weight: 600;
}
.calculator .calc .body .assets .inputs .form-control:focus::-ms-input-placeholder {
  color: #ffa938;
  font-weight: 600;
}
.calculator .calc .body .assets .inputs .form-control:focus::placeholder {
  color: #ffa938;
  font-weight: 600;
}
.calculator .calc .body .assets .inputs .form-control:focus::-moz-placeholder {
  color: #ffa938;
  font-weight: 600;
}
.calculator .calc .result-label {
  position: absolute;
  width: 120px;
  padding: 6px;
  text-align: center;
  bottom: -15px;
  right: calc(50% - 60px);
  font-size: 10px;
  color: #001f5d;
  font-weight: 700;
  background: #fff;
  border-radius: 5px;
  text-transform: uppercase;
}

.calculator-info {
  margin-top: 240px;
}
@media (max-width: 500px) {
  .calculator-info {
    margin-top: 30px;
  }
}
.calculator-info.services {
  margin-bottom: 175px;
  margin-top: 30px !important;
}
.calculator-info ul {
  padding: 0;
  display: block;
  text-align: center;
  list-style: none;
}
.calculator-info ul li {
  display: inline-block;
  padding: 5px 20px;
  text-align: left;
  border-right: 1px solid #eee;
}
.calculator-info ul li:last-child {
  border-right: none;
}
@media (max-width: 650px) {
  .calculator-info ul li {
    width: 95%;
    border-bottom: 1px solid #e7e7e7 !important;
    border-right: none;
    margin: 5px;
  }
}
.calculator-info ul li .title {
  font-size: 12px;
  color: #6881b4;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .calculator-info ul li .title {
    font-size: 12px !important;
    text-align: center;
    margin-bottom: 5px;
  }
}
.calculator-info ul li .amount {
  color: #001f5d;
  font-weight: 800;
  font-size: 18px;
}
@media (max-width: 768px) {
  .calculator-info ul li .amount {
    font-size: 16px !important;
  }
}
@media (max-width: 650px) {
  .calculator-info ul li .amount {
    text-align: center;
  }
}
.calculator-info ul li .amount small {
  font-weight: 500;
  font-size: 14px;
  margin-left: 5px;
}
@media (max-width: 768px) {
  .calculator-info ul li .amount small {
    font-size: 14px !important;
  }
}

#bw-header-up {
  background: #fff;
  padding: 20px 0;
  box-shadow: -4.596px 3.857px 26.46px 0.54px rgba(4, 118, 228, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  font-size: 11px;
  line-height: 18px;
  z-index: 1;
}
#bw-header-up::after {
  display: block;
  clear: both;
  content: "";
}
#bw-header-up .toggle-menu {
  background: none;
  color: #fff;
  border: none;
  height: 30px;
  width: 50px;
  border-radius: 50px 0 0 50px;
  margin-left: 10px;
  margin-top: -5px;
  margin-right: -15px;
  cursor: pointer;
}
#bw-header-up .logo {
  margin-right: 40px;
  float: left;
}
@media (max-width: 991px) {
  #bw-header-up .logo {
    margin-right: 15px;
  }
}
#bw-header-up .logo img {
  width: 200px;
  margin-top: -10px;

}
@media (max-width: 991px) {
  #bw-header-up .logo img {
    width: 200px;
    margin-top: -10px;
  }
}
#bw-header-up ul.main-menu {
  padding: 0;
  list-style: none;
  font-size: 13px;
}
@media (max-width: 991px) {
  #bw-header-up ul.main-menu {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  #bw-header-up ul.main-menu {
    display: none;
  }
}
#bw-header-up ul.main-menu li {
  float: left;
}
@media (max-width: 768px) {
  #bw-header-up ul.main-menu li {
    float: none;
    display: block;
  }
}
#bw-header-up ul.main-menu li a {
  display: block;
  padding: 0 15px;
  color: #001f5d;
  font-weight: 600;
  transition: 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  #bw-header-up ul.main-menu li a {
    transition: none;
  }
}
@media (max-width: 991px) {
  #bw-header-up ul.main-menu li a {
    padding: 0 9px;
  }
}
#bw-header-up ul.main-menu li a:hover {
  color: #6881b4;
}
@media (max-width: 768px) {
  #bw-header-up ul.main-menu li a {
    padding: 10px !important;
  }
}
#bw-header-up ul.main-menu li .active {
  color: #6881b4;
}
#bw-header-up ul.main-menu li:first-child a {
  padding-left: 0;
}
#bw-header-up ul.main-menu::after {
  display: block;
  clear: both;
  content: "";
}
#bw-header-up .payment-proof {
  position: relative;
  color: #001f5d;
  margin-left: 30px;
  font-weight: bold;
  font-size: 13px;
}
@media (max-width: 991px) {
  #bw-header-up .payment-proof {
    font-size: 11px;
    margin-left: 15px;
  }
}
#bw-header-up .payment-proof::before {
  position: relative;
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff8838;
  margin-right: 10px;
}
#bw-header-up .price-box,
#bw-header-up .phone {
  color: #6881b4;
}
#bw-header-up .phone .icon {
  height: 13px;
  width: 15px;
  display: inline-block;
  fill: #8a9dc5;
  margin-right: 2px;
}
#bw-header-up:after {
  content: "";
  margin-top: 60px;
}

#bw-header-menu {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 1;
  transition: 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  #bw-header-menu {
    transition: none;
  }
}
#bw-header-menu * {
  font-size: 13px;
}
#bw-header-menu .close-menu {
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
  opacity: 0.8;
}
#bw-header-menu .close-menu:hover {
  opacity: 1;
}
#bw-header-menu .close-menu:after, #bw-header-menu .close-menu:before {
  content: "";
  color: #555;
  opacity: 0.9;
  height: 2px;
  width: 100%;
  background: #555;
  position: absolute;
  top: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#bw-header-menu .close-menu:after {
  left: 0;
}
#bw-header-menu .close-menu:before {
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  #bw-header-menu {
    background: #fff;
    position: fixed;
    top: -100%;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 20px;
    z-index: 5;
  }
}
@media (max-width: 768px) {
  #bw-header-menu .menu {
    display: block !important;
  }
}
#bw-header-menu .menu ul.main-menu {
  display: none;
  padding: 0;
}
@media (max-width: 768px) {
  #bw-header-menu .menu ul.main-menu {
    display: block;
  }
}
#bw-header-menu .menu ul.main-menu li {
  float: none;
  display: block;
}
#bw-header-menu .menu ul.main-menu li a {
  display: block;
  padding: 10px !important;
  color: #001f5d;
  font-weight: 600;
  transition: 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  #bw-header-menu .menu ul.main-menu li a {
    transition: none;
  }
}
#bw-header-menu .menu ul.main-menu li a:hover {
  color: #6881b4;
}
#bw-header-menu .menu ul.main-menu li .active {
  color: #6881b4;
}
#bw-header-menu .menu ul.main-menu li:first-child a {
  padding-left: 0;
}
#bw-header-menu .menu ul.main-menu::after {
  display: block;
  clear: both;
  content: "";
}
#bw-header-menu .menu.dark ul li a {
  color: #fff;
  font-weight: 500;
}
#bw-header-menu .menu.dark ul li a:hover {
  color: #a6aabd !important;
}
@media (max-width: 768px) {
  #bw-header-menu .menu.dark ul li a {
    color: #001f5d;
    font-weight: 600;
  }
  #bw-header-menu .menu.dark ul li a:hover {
    color: #6881b4 !important;
  }
}
#bw-header-menu .menu.dark ul li .active {
  color: #a6aabd !important;
}
#bw-header-menu .auth {
  box-shadow: 0 0 52px -10px #ff8838;
  border-radius: 4px !important;
}
@media (max-width: 768px) {
  #bw-header-menu .auth {
    display: block;
    padding: 10px 20px;
    width: 100%;
  }
}
#bw-header-menu .auth li {
  display: inline-block;
  list-style-type: none;
  position: relative;
}
#bw-header-menu .auth li:first-child a {
  padding-right: 15px;
}
#bw-header-menu .auth li:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: calc(100% - 20px);
  background: #fff;
  opacity: 0.25;
}
#bw-header-menu .auth li:nth-child(2) a {
  padding-left: 15px;
}
#bw-header-menu .auth li a {
  color: #fff;
  font-weight: 600;
  padding: 9px 22px;
  display: block;
}
#bw-header-menu .btn {
  margin-left: 20px;
  padding: 0 !important;
}
#bw-header-menu .btn-link {
  font-weight: 600;
}
#bw-header-menu .dark .btn-link {
  font-weight: 500;
  color: #fff;
}
@media (max-width: 768px) {
  #bw-header-menu .dark .btn-link {
    color: #001f5d;
  }
}

#bw-header-menu.active {
  top: 0;
}

#bw-page-header {
  position: relative;
  background: #0e2666;
  min-height: 400px;
  margin-top: 60px;
  padding: 150px 0 70px 0;
}
@media (max-width: 768px) {
  #bw-page-header {
    padding: 60px 0 30px;
    text-align: center;
    min-height: auto;
  }
}
#bw-page-header:before {
  color: #0e2666;
  content: "";
  background: #0e2666 url("bg-min.png");
  background-blend-mode: color-dodge;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  width: 100%;
  height: 32%;
  position: absolute;
  top: 18px;
  left: -84px;
  opacity: 0.1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #bw-page-header:before {
    background-size: cover;
    opacity: 0.1;
  }
}
#bw-page-header .bw-section-title {
  position: relative;
}
#bw-page-header .bw-section-title .title {
  color: #2852a5;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1.3;
  position: relative;
  float: left;
}
@media (max-width: 768px) {
  #bw-page-header .bw-section-title .title {
    font-size: 24px !important;
    text-align: center;
    float: none;
  }
}
#bw-page-header .bw-section-title .title .desc {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.556;
  position: static;
  top: 20px;
  width: 100%;
  margin-left: 15%;
  margin-top: -51px;
}
@media (max-width: 768px) {
  #bw-page-header .bw-section-title .title .desc {
    font-size: 14px !important;
    margin: 0 !important;
    margin-top: -4px !important;
  }
}
@media (max-width: 500px) {
  #bw-page-header .bw-section-title .title .desc {
    margin-left: 10%;
  }
}
#bw-page-header .bw-section-title::after {
  display: block;
  clear: both;
  content: "";
}
#bw-page-header .bw-section-title-vertical-reverse {
  position: relative;
}
#bw-page-header .bw-section-title-vertical-reverse .title {
  font-weight: 600;
  color: #2852a5;
  opacity: 0.6 !important;
  z-index: -1;
}
#bw-page-header .bw-section-title-vertical-reverse .desc {
  color: #ffffff;
  margin-top: -15px;
}
#bw-page-header .bw-section-title-vertical-reverse::after {
  display: block;
  clear: both;
  content: "";
}
#bw-page-header .description {
  font-size: 14px;
  color: #a0b8e8;
}
@media (max-width: 768px) {
  #bw-page-header .description {
    text-align: justify;
  }
}

#bw-footer-help {
  background: #d25d0f;
  background-image: -webkit-gradient(right top, right top, color-stop(0%, #d25d0f), color-stop(100%, #ffa938));
  background-image: linear-gradient(to right, #d25d0f 0%, #ffa938 100%);
  background-repeat: repeat-x;
  position: relative;
  padding: 50px 0;
}
@media (max-width: 768px) {
  #bw-footer-help {
    padding: 30px 0;
  }
}
#bw-footer-help:before {
  background: #ffa938 url("bg-min.png");
  content: "";
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left 90px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.2;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #bw-footer-help:before {
    background-size: cover;
    opacity: 0.1;
  }
}
#bw-footer-help .title {
  color: #fff;
  font-weight: 800;
  font-size: 26px;
  text-shadow: 0 1px 3px #dc4b00;
}
#bw-footer-help .description {
  font-size: 14px;
  color: #fff;
  text-shadow: 0 1px 3px #dc4b00;
}
#bw-footer-help .btn-white {
  background: #fff;
  color: #001f5d;
  font-weight: 700;
  transition: 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  #bw-footer-help .btn-white {
    transition: none;
  }
}
#bw-footer-help .btn-white:hover {
  box-shadow: 0 0 15px rgba(255, 216, 191, 0.72);
}
#bw-footer-help .btn-link {
  color: #fff;
  text-shadow: 0 1px 3px #dc4b00;
}
@media (max-width: 768px) {
  #bw-footer-help .float-right {
    width: 100%;
    text-align: center;
  }
}

#bw-footer {
  background: #fff;
  padding: 50px 0;
  color: #6881b4;
}
@media (max-width: 768px) {
  #bw-footer {
    padding: 20px 0;
    height: auto;
  }
}
#bw-footer .logo {
  font-weight: bold;
  font-size: 18px;
  margin-right: 50px;
}
@media (max-width: 768px) {
  #bw-footer .logo {
    display: none;
  }
}
@media (max-width: 768px) {
  #bw-footer img {
    display: block;
    margin: 0 auto;
  }
}
#bw-footer .starter {
  font-size: 10px;
}
@media (max-width: 768px) {
  #bw-footer .starter {
    text-align: center;
    margin-bottom: -8px;
  }
}
#bw-footer .menu {
  padding: 0;
  list-style: none;
}
#bw-footer .menu li {
  display: inline-block;
  width: 49%;
  padding: 7px 0;
}
#bw-footer .menu li a {
  cursor: pointer;
  color: #6881b4;
}
#bw-footer .menu li a:hover {
  color: #046ae0;
}
#bw-footer .copyright {
  font-size: 11px;
  font-weight: 400;
  margin-top: 5px;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  #bw-footer .copyright {
    margin-right: 0;
    text-align: center;
    width: 100%;
    font-size: 13px;
  }
}
#bw-footer .details .item {
  margin: 8px 0;
}
#bw-footer .details .item .icon {
  height: 16px;
  width: 25px;
  fill: #cfd6e6;
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 768px) {
  #bw-footer .details .item {
    text-align: center;
  }
}
#bw-footer .details .socials {
  padding: 0;
  list-style: none;
}
#bw-footer .details .socials li {
  display: inline-block;
}
#bw-footer .details .socials li a {
  margin: 5px 4px;
}
#bw-footer .details .socials li a svg {
  height: 20px;
  width: 20px;
  fill: #d1d9e8;
}
#bw-footer .details .socials li a:hover svg {
  fill: #001f5d;
}
#bw-footer .details .socials li:last-child {
  float: right;
}
#bw-footer .details .socials li:last-child a {
  position: relative;
  cursor: pointer;
  display: block;
  width: 10px;
  height: 10px;
}
#bw-footer .details .socials li:last-child a:before, #bw-footer .details .socials li:last-child a:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 10px;
  background: #ffa938;
  top: 0;
}
#bw-footer .details .socials li:last-child a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
}
#bw-footer .details .socials li:last-child a:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 1px;
}
#bw-footer .details .socials::after {
  display: block;
  clear: both;
  content: "";
}

#bw-home-banner {
  background: url("circle-bg.png");
  background-size: contain;
  background-position: 77px;
  background-repeat: no-repeat;
  min-height: 800px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1700px) {
  #bw-home-banner {
    background-position: -27px;
  }
  #bw-home-banner .big-circle {
    margin-left: 259px !important;
  }
}
@media (max-width: 1500px) {
  #bw-home-banner {
    background-position: -149px;
  }
  #bw-home-banner .big-circle {
    margin-left: 159px !important;
  }
}
@media (max-width: 1300px) {
  #bw-home-banner {
    background-position: -262px;
  }
  #bw-home-banner .big-circle {
    margin-left: 26px !important;
  }
}
@media (max-width: 1000px) {
  #bw-home-banner {
    background-position: 0 32px;
    min-height: 600px;
  }
}
@media (max-width: 800px) {
  #bw-home-banner {
    background-position: 0 32px;
    min-height: auto;
  }
}

#bw-home-banner {
  padding-top: 100px;
}
@media (max-width: 800px) {
  #bw-home-banner {
    padding: 71px 0 36px;
    border-bottom: 1px dotted #dae4fb;
    background: #fff url("circle-bg.png");
  }
}
#bw-home-banner .big-circle {
  width: 500px;
  height: 500px;
  position: relative;
  margin-left: 405px;
  margin-top: 105px;
}
@media (max-width: 1000px) {
  #bw-home-banner .big-circle {
    width: 400px;
    height: 400px;
    padding: 40px;
    margin-top: 62px;
  }
}
@media (max-width: 800px) {
  #bw-home-banner .big-circle {
    margin: 0 auto !important;
    width: 100% !important;
    background-size: cover !important;
    background-position: center center;
    background: none;
    padding: 11px 29px !important;
    text-align: center;
    height: auto;
  }
}
#bw-home-banner .big-circle .pres {
  width: inherit;
  height: inherit;
  padding: 75px;
  background: url("big-circle.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1000px) {
  #bw-home-banner .big-circle .pres {
    padding: 40px;
  }
}
@media (max-width: 800px) {
  #bw-home-banner .big-circle .pres {
    background: none;
    padding: 0;
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  #bw-home-banner .big-circle .pres {
    padding: 0 !important;
  }
}
#bw-home-banner .big-circle .pres .content {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: #f9fafc;
  padding: 65px 13px 0 44px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1000px) {
  #bw-home-banner .big-circle .pres .content {
    width: 320px;
    height: 320px;
    padding: 51px 43px;
  }
}
@media (max-width: 800px) {
  #bw-home-banner .big-circle .pres .content {
    width: 100%;
    height: auto;
    padding: 0 !important;
    border-radius: 0;
    background: none;
  }
}
#bw-home-banner .big-circle .pres .content .slide_title {
  color: #001f5d;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.176;
  margin: 0;
  margin-bottom: -10px;
  display: none;
  transition: all, 0.6s;
  -webkit-transform: matrix(0.6678, 0, 0, 0.67079, 0, 0);
  -ms-transform: matrix(0.6678, 0, 0, 0.67079, 0, 0);
}
@media screen and (prefers-reduced-motion: reduce) {
  #bw-home-banner .big-circle .pres .content .slide_title {
    transition: none;
  }
}
@media (max-width: 991px) {
  #bw-home-banner .big-circle .pres .content .slide_title {
    font-size: 24px;
  }
}
@media (max-width: 800px) {
  #bw-home-banner .big-circle .pres .content .slide_title {
    -webkit-transform: none;
    -ms-transform: none;
    margin-bottom: 21px;
    font-size: 22px !important;
  }
}
#bw-home-banner .big-circle .pres .content .slide_title:first-child {
  display: block;
}
#bw-home-banner .big-circle .pres .content .slide_title.show {
  display: block;
}
#bw-home-banner .big-circle .pres .content p {
  font-size: 16px;
  color: #6881b4;
  line-height: 1.542;
  -moz-transform: matrix(0.667798167, 0, 0, 0.6707889136, 0, 0);
  -webkit-transform: matrix(0.667798167, 0, 0, 0.6707889136, 0, 0);
  -ms-transform: matrix(0.667798167, 0, 0, 0.6707889136, 0, 0);
  position: absolute;
}
@media (max-width: 800px) {
  #bw-home-banner .big-circle .pres .content p {
    -webkit-transform: none;
    -ms-transform: none;
    width: 500px;
    left: 15%;
    font-size: 14px !important;
    text-align: center;
  }
}
@media (max-width: 700px) {
  #bw-home-banner .big-circle .pres .content p {
    width: 100%;
    margin: 0 auto;
    left: 0;
  }
}
#bw-home-banner .big-circle .pres .content .counter {
  font-size: 80%;
  display: block;
  font-weight: 400;
  margin-left: 48px;
  margin-bottom: -10px;
  color: #6881b4;
  letter-spacing: 2px;
}
@media (max-width: 800px) {
  #bw-home-banner .big-circle .pres .content .counter {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
#bw-home-banner .big-circle .pres .content .counter .current {
  color: #0041c3;
  font-weight: 700;
}
#bw-home-banner .big-circle .pres .content .btn {
  margin-left: 44px;
  margin-top: 75px;
}
@media (max-width: 800px) {
  #bw-home-banner .big-circle .pres .content .btn {
    margin-left: 0;
    margin-top: 60px;
  }
}
#bw-home-banner .big-circle .coins {
  list-style: none;
  position: absolute;
}
@media (max-width: 800px) {
  #bw-home-banner .big-circle .coins {
    display: none;
  }
}
#bw-home-banner .big-circle .coins li {
  position: absolute;
  z-index: -1;
}
#bw-home-banner .big-circle .coins li.coin1 {
  top: -389px;
  left: -62px;
  -webkit-transform: rotate(93deg);
          transform: rotate(93deg);
  z-index: 10;
}
@media (max-width: 1300px) {
  #bw-home-banner .big-circle .coins li.coin1 {
    left: 15px;
  }
}
@media (max-width: 1000px) {
  #bw-home-banner .big-circle .coins li.coin1 {
    left: -20px;
  }
}
#bw-home-banner .big-circle .coins li.coin2 {
  -webkit-transform: rotate(14deg);
          transform: rotate(14deg);
  left: -22px;
  top: -168px;
  z-index: -1;
  opacity: 0.7 !important;
}
@media (max-width: 1300px) {
  #bw-home-banner .big-circle .coins li.coin2 {
    left: 40px;
    z-index: 1;
  }
}
@media (max-width: 1000px) {
  #bw-home-banner .big-circle .coins li.coin2 {
    left: -30px;
    z-index: -1;
  }
}
#bw-home-banner .big-circle .coins li.coin3 {
  top: -436px;
  right: -364px;
  z-index: 1;
}
@media (max-width: 1000px) {
  #bw-home-banner .big-circle .coins li.coin3 {
    top: -363px;
    right: -302px;
    opacity: 0.5;
  }
}
#bw-home-banner .big-circle .coins li.coin4 {
  top: -171px;
  right: -486px;
  -webkit-transform: rotate(-86deg);
          transform: rotate(-86deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  z-index: 1;
}
#bw-home-banner .big-circle .coins li.coin4 img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#bw-home-banner .big-circle .coins li.coin5 {
  top: -485px;
  right: -550px;
}
@media (max-width: 1000px) {
  #bw-home-banner .big-circle .coins li.coin5 {
    top: -425px;
    right: -443px;
    opacity: 0.5;
  }
}
#bw-home-banner .big-circle .coins li.coin5 img {
  -webkit-transform: rotate(100deg);
          transform: rotate(100deg);
}
#bw-home-banner .links {
  position: absolute;
  right: 286px;
  top: 337px;
  transition: 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  #bw-home-banner .links {
    transition: none;
  }
}
@media (max-width: 1300px) {
  #bw-home-banner .links {
    right: 94px !important;
  }
}
@media (max-width: 1000px) {
  #bw-home-banner .links {
    top: 246px;
  }
}
@media (max-width: 800px) {
  #bw-home-banner .links {
    display: none;
  }
}
#bw-home-banner .links .btn-after,
#bw-home-banner .links .btn-before {
  cursor: pointer;
}
#bw-home-banner .links .btn-after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: -51px;
  right: -58px;
  border-bottom: 8px solid #0476e4;
}
#bw-home-banner .links .btn-after:hover {
  border-bottom: 8px solid rgba(4, 118, 228, 0.7);
}
#bw-home-banner .links .btn-before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  right: -58px;
  bottom: -17px;
  border-top: 8px solid #0476e4;
}
#bw-home-banner .links .btn-before:hover {
  border-top: 8px solid rgba(4, 118, 228, 0.7);
}
#bw-home-banner .links .link {
  position: relative;
  margin-bottom: 0;
  margin-right: 0;
  display: block;
  width: 300px;
  height: 65px;
  cursor: pointer;
}
#bw-home-banner .links .link strong {
  font-size: 18px;
  color: #001f5d;
  font-weight: bold;
  line-height: 1.556;
  z-index: 2;
  position: absolute;
  opacity: 0;
  right: 15px;
  top: 15px;
  padding-left: 50px;
}
#bw-home-banner .links .link h4 {
  font-size: 29.753px;
  color: #96a6c8;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.3;
  transform: matrix(1.6805256, 0, 0, 1.6805256, 0, 0);
  -moz-transform: matrix(1.6805256, 0, 0, 1.6805256, 0, 0);
  -webkit-transform: matrix(1.6805256, 0, 0, 1.6805256, 0, 0);
  -ms-transform: matrix(1.6805256, 0, 0, 1.6805256, 0, 0);
  position: absolute;
  right: 65px;
  top: -8px;
  z-index: 0;
  display: none;
  opacity: 0.3 !important;
}
#bw-home-banner .links .link:before {
  content: "";
  height: 5px;
  width: 15px;
  background: #b3c0d9;
  position: absolute;
  right: -57px;
  top: 12px;
  cursor: pointer;
  transition: 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  #bw-home-banner .links .link:before {
    transition: none;
  }
}
#bw-home-banner .links .link:hover:before {
  background: #0476e4 !important;
}
#bw-home-banner .links .link.active strong {
  display: block;
}
#bw-home-banner .links .link.active h4 {
  display: block;
}
#bw-home-banner .links .link.active span {
  content: "";
  height: 3px;
  width: 350px;
  background: #0476e4;
  position: absolute;
  top: 12px;
  right: -345px;
}
#bw-home-banner .links .link.active span.number {
  height: 40px;
  width: 40px;
  right: auto;
  left: 0;
  padding: 5px;
  color: #0476e4;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  box-shadow: 0 0 52px -10px #0476e4;
}

#bw-home-about {
  padding: 70px 0;
}
@media (max-width: 768px) {
  #bw-home-about {
    padding: 20px 0;
  }
}
#bw-home-about .description {
  color: #6881b4;
  line-height: 22px;
  text-align: justify;
  font-size: 14px;
}
@media (max-width: 768px) {
  #bw-home-about .description {
    font-size: 13px;
  }
}
#bw-home-about .footer {
  margin-top: 30px;
}
#bw-home-about .footer .socials {
  padding: 0;
  list-style: none;
}
#bw-home-about .footer .socials li {
  display: inline-block;
  margin-right: 6px;
}
#bw-home-about .footer .socials li a {
  color: #8693b2;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (prefers-reduced-motion: reduce) {
  #bw-home-about .footer .socials li a {
    transition: none;
  }
}
#bw-home-about .footer .socials li a .text {
  display: none;
}
#bw-home-about .footer .socials li a svg {
  height: 20px;
  width: 20px;
  fill: #d1d9e8;
  margin-right: 8px;
  transition: 0.3s;
}
@media screen and (prefers-reduced-motion: reduce) {
  #bw-home-about .footer .socials li a svg {
    transition: none;
  }
}
#bw-home-about .footer .socials li a:hover {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 3px 8px 0px #8693b22e;
}
#bw-home-about .footer .socials li a:hover .text {
  display: initial;
}
#bw-home-about .footer .buttons {
  margin-top: -5px;
}
@media (max-width: 768px) {
  #bw-home-about .footer {
    margin-bottom: 30px;
  }
}
#bw-home-about .boxes {
  display: block;
}
@media (max-width: 768px) {
  #bw-home-about .boxes {
    float: none !important;
  }
}
#bw-home-about .boxes .box {
  height: 160px;
  width: 200px;
  float: right;
  padding: 0 5px;
  margin: 2px;
}
@media (max-width: 900px) {
  #bw-home-about .boxes .box {
    width: 165px;
  }
}
@media (max-width: 768px) {
  #bw-home-about .boxes .box {
    width: 50%;
    margin: 0;
  }
}
@media (max-width: 500px) {
  #bw-home-about .boxes .box {
    margin-bottom: -19px;
  }
}
#bw-home-about .boxes .box:hover .content {
  box-shadow: 7.66px 6.428px 55px -3px rgba(4, 118, 228, 0.1);
}
#bw-home-about .boxes .box .content {
  width: 100%;
  background-color: white;
  padding: 30px 20px;
  text-align: center;
}
@media (max-width: 500px) {
  #bw-home-about .boxes .box .content {
    padding: 20px 10px;
  }
}
#bw-home-about .boxes .box .icon {
  height: 40px;
  width: 40px;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}
#bw-home-about .boxes .box .amount {
  color: #001f5d;
  font-size: 16px;
  font-weight: bold;
}
#bw-home-about .boxes .box .title {
  font-size: 10px;
  color: rgba(104, 129, 180, 0.8);
  font-weight: 500;
  text-transform: uppercase;
}

#bw-home-live-price {
  position: absolute;
  right: 286px;
  bottom: 0;
  width: 40%;
  border-top: 1px solid #96a6c8;
}
@media (max-width: 1440px) {
  #bw-home-live-price {
    right: 240px;
  }
}
@media (max-width: 1300px) {
  #bw-home-live-price {
    right: 75px;
    width: 55%;
  }
}
@media (max-width: 1000px) {
  #bw-home-live-price {
    position: relative;
    width: calc(100% - 60px);
    right: auto;
    margin-top: 80px;
    left: 30px;
  }
}
#bw-home-live-price .leftLayer {
  position: absolute;
  height: 100%;
  width: 80px;
  left: 0;
  top: -1px;
  z-index: 2;
  background: linear-gradient(to right, #f8fbfc 30%, rgba(249, 251, 252, 0) 100%);
}
@media (max-width: 800px) {
  #bw-home-live-price .leftLayer {
    display: none;
  }
}
#bw-home-live-price .rightLayer {
  position: absolute;
  height: 100%;
  width: 80px;
  right: 0;
  top: -1px;
  z-index: 2;
  background: linear-gradient(to left, #f8fbfc 30%, rgba(249, 251, 252, 0) 100%);
}
@media (max-width: 800px) {
  #bw-home-live-price .rightLayer {
    display: none;
  }
}
#bw-home-live-price .title {
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  -webkit-transform: translate(0, -7px);
          transform: translate(0, -7px);
  width: 150px;
  margin: auto;
  color: #001f5d;
  background: #f9fbfc;
}
#bw-home-live-price .icon {
  font-size: 14px;
  font-weight: 500;
  color: #96a6c8;
  line-height: 20px;
}
#bw-home-live-price .icon svg {
  width: 25px;
  height: 25px;
  fill: #96a6c8;
  float: right;
  margin-top: 4px;
}
#bw-home-live-price .icon span {
  display: block;
  margin-top: -3px;
}
#bw-home-live-price .box {
  padding: 15px;
  height: 100%;
  color: #285d9c;
  font-size: 9px;
  background: none;
  text-align: center;
  transition: 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  #bw-home-live-price .box {
    transition: none;
  }
}
#bw-home-live-price .box::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 768px) {
  #bw-home-live-price .box {
    text-align: center;
    padding: 14px 0px;
  }
}
#bw-home-live-price .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#bw-home-live-price .box:hover .title {
  color: #001f5d;
}
#bw-home-live-price .box:hover .amount {
  color: #001f5d;
  font-weight: 700;
}
#bw-home-live-price .box:hover svg {
  fill: #1d83e7;
  transition: 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  #bw-home-live-price .box:hover svg {
    transition: none;
  }
}
#bw-home-live-price .box .col-4,
#bw-home-live-price .box .col-8 {
  padding-right: 5px;
  padding-left: 5px;
}
#bw-home-live-price .box .amount {
  font-size: 14px;
  color: #001f5d;
  font-weight: bold;
  transition: 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  #bw-home-live-price .box .amount {
    transition: none;
  }
}
#bw-home-live-price .box .amount .unit {
  font-size: 9px;
  vertical-align: middle;
  color: #96a6c8;
  font-weight: normal;
}

#bw-home-plans {
  padding: 20px 0 44px;
}
#bw-home-plans .plan-intro {
  background: #fff;
  padding: 80px 0 80px;
}
#bw-home-plans .plan-intro .col-xl-4 {
  padding-left: 10px;
  padding-right: 10px;
  margin: auto;
}
#bw-home-plans .col-xl-4:nth-child(2) .plans .left-col {
  background: url("rectangle-bg2.jpg");
}
#bw-home-plans .col-xl-4:nth-child(3) .plans .left-col {
  background: url("rectangle-bg3.jpg");
}
#bw-home-plans .description {
  color: #6881b4;
  line-height: 22px;
  text-align: justify;
  font-size: 12px;
}
#bw-home-plans .plans {
  height: auto;
  box-shadow: 0 6px 25px rgba(113, 129, 180, 0.28);
  overflow: hidden;
  border-radius: 5px;
}
@media (max-width: 768px) {
  #bw-home-plans .plans {
    height: 166px;
  }
}
#bw-home-plans .plans.popular .left-col .label {
  background: #fff;
  color: #001f5d;
}
#bw-home-plans .plans .left-col {
  width: 100px;
  float: left;
  background: url("rectangle-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 217px;
  position: relative;
}
@media (max-width: 1024px) {
  #bw-home-plans .plans .left-col {
    width: 75px;
  }
}
@media (max-width: 768px) {
  #bw-home-plans .plans .left-col {
    min-height: 200px;
  }
}
#bw-home-plans .plans .left-col .plan {
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: 20px;
  font-weight: 700;
  top: 20px;
}
#bw-home-plans .plans .left-col .plan span {
  color: #0b3d73;
  font-weight: 800;
  font-size: 29px;
  margin-left: 8px;
}
@media (max-width: 768px) {
  #bw-home-plans .plans .left-col .plan span {
    font-size: 19px !important;
    margin-left: 8px;
  }
}
#bw-home-plans .plans .left-col .title {
  position: absolute;
  top: 25px;
  right: 20px;
  color: #fff;
  font-weight: 900;
  font-size: 37px;
  text-transform: uppercase;
}
#bw-home-plans .plans .left-col .label {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  text-align: center;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  background: #0476e4;
  color: #fff;
  padding: 3px;
  border-radius: 4px;
}
@media (max-width: 1024px) {
  #bw-home-plans .plans .left-col .label {
    left: 4px;
    width: calc(100% - 8px);
  }
}
@media (max-width: 768px) {
  #bw-home-plans .plans .left-col .label {
    bottom: 45px;
  }
}
#bw-home-plans .plans .right-col {
  height: 100%;
  float: left;
  width: calc(100% - 100px);
  background: #fff;
}
@media (max-width: 1024px) {
  #bw-home-plans .plans .right-col {
    width: calc(100% - 75px);
  }
}
@media (max-width: 768px) {
  #bw-home-plans .plans .right-col {
    height: 200px;
  }
}
#bw-home-plans .plans .right-col .body {
  padding: 22px 28px;
  color: #6881b4;
  text-align: left;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  #bw-home-plans .plans .right-col .body {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  #bw-home-plans .plans .right-col .body {
    padding: 10px;
    height: 200px;
  }
}
#bw-home-plans .plans .right-col .body p {
  margin-bottom: 0;
  font-size: 10px;
  line-height: 18px;
}
#bw-home-plans .plans .right-col .body .profit {
  color: #0476e4;
  font-size: 46px;
  font-weight: 800;
  margin-bottom: -5px;
  text-align: left;
}
@media (max-width: 768px) {
  #bw-home-plans .plans .right-col .body .profit {
    font-size: 30px !important;
  }
}
#bw-home-plans .plans .right-col .body .profit small {
  color: #b3c0d9;
  font-weight: 600;
}
#bw-home-plans .plans .right-col .body .description {
  color: #001f5d;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #eee;
  padding: 0 28px 15px;
  margin: 0;
  margin-bottom: 10px;
  width: calc(100% + 56px);
  position: relative;
  right: 28px;
}
@media (max-width: 1199px) {
  #bw-home-plans .plans .right-col .body .description {
    width: calc(100% + 30px);
    right: 15px;
  }
}
@media (max-width: 768px) {
  #bw-home-plans .plans .right-col .body .description {
    font-size: 14px !important;
  }
}
#bw-home-plans .plans .right-col .body .title {
  text-transform: uppercase;
}
#bw-home-plans .plans .right-col .body .price {
  color: #001f5d;
  font-weight: 700;
  font-size: 17px;
}
#bw-home-plans .plans .right-col .body .price .unit {
  font-size: 10px;
  color: #6881b4;
}
#bw-home-plans .plans .right-col .body .desc {
  font-size: 12px;
  font-weight: 600;
}
#bw-home-plans .plans .right-col .body .back_icon {
  position: absolute;
  stroke: #ebeff7;
  width: 60px;
  height: 60px;
  top: 25px;
  right: -15px;
}
#bw-home-plans .plans::after {
  display: block;
  clear: both;
  content: "";
}
#bw-home-plans .calculator {
  background: #0e2666;
  position: relative;
  height: 422px;
  margin-top: -40px;
  padding: 10px;
}
@media (max-width: 500px) {
  #bw-home-plans .calculator {
    background: transparent;
    height: auto;
  }
}
@media (max-width: 768px) {
  #bw-home-plans .calculator {
    margin-top: -22px;
  }
}
#bw-home-plans .calculator:before {
  content: "";
  background: #0e2666 url("bg-min.png");
  background-blend-mode: color-dodge;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0.1;
}
@media (max-width: 991px) {
  #bw-home-plans .calculator:before {
    display: none;
  }
}
#bw-home-plans .calculator .calc {
  background: url("circle-bg-2.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 890px;
  height: auto;
  border-radius: 0 0 5px 5px;
  padding: 25px;
  margin: 11px auto;
  position: relative;
  margin-top: -10px;
}
@media (max-width: 768px) {
  #bw-home-plans .calculator .calc {
    border-radius: 0;
    padding: 15px;
    border-radius: 0;
  }
}
@media (max-width: 500px) {
  #bw-home-plans .calculator .calc {
    border-radius: 5px;
  }
}
#bw-home-plans .calculator .calc .body {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 80px 70px;
  border-radius: 5px;
  transition: 0.3s ease;
  transform: translate(0, -50px);
  -webkit-transform: translate(0, -50px);
  -moz-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  -o-transform: translate(0, -50px);
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  #bw-home-plans .calculator .calc .body {
    padding: 83px 55px;
  }
}
@media (max-width: 620px) {
  #bw-home-plans .calculator .calc .body {
    padding: 83px 20px;
  }
}
@media (max-width: 500px) {
  #bw-home-plans .calculator .calc .body {
    padding: 20px;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  #bw-home-plans .calculator .calc .body {
    transition: none;
  }
}
#bw-home-plans .calculator .calc .body .main-title {
  color: #001f5d;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 700;
}
#bw-home-plans .calculator .calc .body .assets {
  max-width: 460px;
  margin: auto;
}
#bw-home-plans .calculator .calc .body .assets .title {
  color: #001f5d;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.75;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  #bw-home-plans .calculator .calc .body .assets .title {
    transition: none;
  }
}
#bw-home-plans .calculator .calc .body .assets .main {
  width: 33%;
  padding: 5px;
  float: left;
}
@media (max-width: 450px) {
  #bw-home-plans .calculator .calc .body .assets .main {
    width: 100%;
  }
}
#bw-home-plans .calculator .calc .body .assets .plans {
  box-shadow: none;
  height: auto;
  margin-bottom: 25px;
}
#bw-home-plans .calculator .calc .body .assets .plans .radio-container {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 24px;
  height: 100%;
  width: 100%;
}
#bw-home-plans .calculator .calc .body .assets .plans .radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  z-index: 5;
}
#bw-home-plans .calculator .calc .body .assets .plans .radio-container input:checked ~ .active {
  cursor: pointer;
}
#bw-home-plans .calculator .calc .body .assets .plans .radio-container input:checked ~ .active .titr {
  color: #fff;
}
#bw-home-plans .calculator .calc .body .assets .plans .radio-container input:checked ~ .active .titr::after {
  background: #fff;
  width: calc(100% - 4px);
}
#bw-home-plans .calculator .calc .body .assets .plans .radio-container input:checked ~ .active .box {
  background: #ff8838;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff8838), color-stop(100%, #ffa83a));
  background: linear-gradient(to right, #ff8838 0%, #ffa83a 100%);
  border: none;
  color: #fff;
}
#bw-home-plans .calculator .calc .body .assets .plans .radio-container input:checked ~ .active .box .profit {
  color: #fff;
}
#bw-home-plans .calculator .calc .body .assets .plans .radio-container input:checked ~ .active .box .profit small {
  color: #fff;
  opacity: 0.6;
}
#bw-home-plans .calculator .calc .body .assets .plans .radio-container input:checked ~ .active .box .description {
  color: #fff;
}
@media (max-width: 450px) {
  #bw-home-plans .calculator .calc .body .assets .plans .radio-container input:checked ~ .active .box .description {
    text-align: center;
  }
}
#bw-home-plans .calculator .calc .body .assets .plans .radio-container input:checked ~ .active .box .checkmark {
  opacity: 1;
}
#bw-home-plans .calculator .calc .body .assets .plans .radio-container .active .titr {
  text-align: left;
  color: #6881b4;
  padding-bottom: 6px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 10px;
  position: relative;
}
@media (max-width: 450px) {
  #bw-home-plans .calculator .calc .body .assets .plans .radio-container .active .titr {
    text-align: center;
  }
}
#bw-home-plans .calculator .calc .body .assets .plans .radio-container .active .titr::after {
  content: "";
  position: absolute;
  width: calc(100% + 40px);
  height: 0.5px;
  left: -20px;
  top: 100%;
  background: #6881b4;
  opacity: 0.2;
  transition: all, 0.3s;
}
@media screen and (prefers-reduced-motion: reduce) {
  #bw-home-plans .calculator .calc .body .assets .plans .radio-container .active .titr::after {
    transition: none;
  }
}
@media (max-width: 620px) {
  #bw-home-plans .calculator .calc .body .assets .plans .radio-container .active .titr::after {
    width: calc(100% + 20px);
    left: -10px;
  }
}
#bw-home-plans .calculator .calc .body .assets .plans .radio-container .active .box {
  background: #fcfcfc;
  border-radius: 5px;
  padding: 20px;
  text-align: left;
  border: 1px solid rgba(104, 129, 180, 0.35);
  transition: 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  #bw-home-plans .calculator .calc .body .assets .plans .radio-container .active .box {
    transition: none;
  }
}
@media (max-width: 620px) {
  #bw-home-plans .calculator .calc .body .assets .plans .radio-container .active .box {
    padding: 10px;
  }
}
@media (max-width: 450px) {
  #bw-home-plans .calculator .calc .body .assets .plans .radio-container .active .box {
    text-align: center;
  }
}
#bw-home-plans .calculator .calc .body .assets .plans .radio-container .active .box .profit {
  color: #6881b4;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: -5px;
  transition: 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  #bw-home-plans .calculator .calc .body .assets .plans .radio-container .active .box .profit {
    transition: none;
  }
}
@media (max-width: 500px) {
  #bw-home-plans .calculator .calc .body .assets .plans .radio-container .active .box .profit {
    font-size: 25px;
  }
}
#bw-home-plans .calculator .calc .body .assets .plans .radio-container .active .box .profit small {
  font-weight: 600;
  color: #b0bed8;
  margin-left: -5px;
}
#bw-home-plans .calculator .calc .body .assets .plans .radio-container .active .box .description {
  color: #6881b4;
  font-size: 10px !important;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 2px;
  transition: 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  #bw-home-plans .calculator .calc .body .assets .plans .radio-container .active .box .description {
    transition: none;
  }
}
@media (max-width: 500px) {
  #bw-home-plans .calculator .calc .body .assets .plans .radio-container .active .box .description {
    font-size: 10px;
  }
}
#bw-home-plans .calculator .calc .body .assets .plans .radio-container .active .box .checkmark {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 28px;
  fill: #fff;
  right: 10px;
  opacity: 0;
  left: auto;
  background: none;
  transition: all, 0.3s;
}
@media screen and (prefers-reduced-motion: reduce) {
  #bw-home-plans .calculator .calc .body .assets .plans .radio-container .active .box .checkmark {
    transition: none;
  }
}
@media (max-width: 620px) {
  #bw-home-plans .calculator .calc .body .assets .plans .radio-container .active .box .checkmark {
    top: 18px;
  }
}
#bw-home-plans .calculator .calc .body .assets .inputs {
  padding: 5px;
}
@media (max-width: 500px) {
  #bw-home-plans .calculator .calc .body .assets .inputs {
    margin-top: 10px;
  }
}
#bw-home-plans .calculator .calc .body .assets .inputs label {
  color: #334c7d;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.75;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
#bw-home-plans .calculator .calc .body .assets .inputs .form-control {
  border: 1px solid #e6e9ef;
  background: #fff;
  border-radius: 5px;
  font-size: 17px !important;
  color: #6881b4;
  font-weight: 600;
}
#bw-home-plans .calculator .calc .body .assets .inputs .form-control:focus {
  border-color: #ffa938;
  box-shadow: 0 5px 12px rgba(255, 69, 21, 0.2);
}
#bw-home-plans .calculator .calc .body .assets .inputs .form-control:focus::-webkit-input-placeholder {
  color: #ffa938;
  font-weight: 600;
}
#bw-home-plans .calculator .calc .body .assets .inputs .form-control:focus:-ms-input-placeholder {
  color: #ffa938;
  font-weight: 600;
}
#bw-home-plans .calculator .calc .body .assets .inputs .form-control:focus::-ms-input-placeholder {
  color: #ffa938;
  font-weight: 600;
}
#bw-home-plans .calculator .calc .body .assets .inputs .form-control:focus::placeholder {
  color: #ffa938;
  font-weight: 600;
}
#bw-home-plans .calculator .calc .body .assets .inputs .form-control:focus::-moz-placeholder {
  color: #ffa938;
  font-weight: 600;
}
#bw-home-plans .calculator-info {
  margin-top: 160px;
}
@media (max-width: 500px) {
  #bw-home-plans .calculator-info {
    margin-top: 30px;
  }
}
#bw-home-plans .calculator-info ul {
  padding: 0;
  display: block;
  text-align: center;
  list-style: none;
}
#bw-home-plans .calculator-info ul li {
  display: inline-block;
  padding: 5px 20px;
  text-align: left;
  border-right: 1px solid #eee;
}
#bw-home-plans .calculator-info ul li:last-child {
  border-right: none;
}
@media (max-width: 650px) {
  #bw-home-plans .calculator-info ul li {
    width: 95%;
    border-bottom: 1px solid #e7e7e7 !important;
    border-right: none;
    margin: 5px;
  }
}
#bw-home-plans .calculator-info ul li .title {
  font-size: 12px;
  color: #6881b4;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #bw-home-plans .calculator-info ul li .title {
    font-size: 12px !important;
    text-align: center;
    margin-bottom: 5px;
  }
}
#bw-home-plans .calculator-info ul li .amount {
  color: #001f5d;
  font-weight: 800;
  font-size: 18px;
}
@media (max-width: 768px) {
  #bw-home-plans .calculator-info ul li .amount {
    font-size: 16px !important;
  }
}
@media (max-width: 650px) {
  #bw-home-plans .calculator-info ul li .amount {
    text-align: center;
  }
}
#bw-home-plans .calculator-info ul li .amount small {
  font-weight: 500;
  font-size: 14px;
  margin-left: 5px;
}
@media (max-width: 768px) {
  #bw-home-plans .calculator-info ul li .amount small {
    font-size: 14px !important;
  }
}

#bw-home-help {
  padding: 80px 0;
}
@media (max-width: 768px) {
  #bw-home-help {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  #bw-home-help .owl-carousel {
    margin-top: 20px !important;
  }
}
#bw-home-help .body {
  padding: 40px 25px;
}
#bw-home-help .help-box {
  min-height: 200px;
}
#bw-home-help .help-box .question-type {
  color: #0476e4;
  font-weight: 700;
  font-size: 10px;
  margin-bottom: 17px;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0ebfb;
}
#bw-home-help .help-box .question-title {
  color: #001f5d;
  font-size: 14px;
  font-weight: 700;
}
#bw-home-help .help-box .question-description {
  color: #6881b4;
  font-size: 12px;
  font-weight: 500;
}
#bw-home-help .center .help-box {
  background: #fff;
  box-shadow: -1px 1px 30px rgba(28, 67, 134, 0.1);
}
#bw-home-help .owl-carousel .owl-stage-outer {
  padding: 40px 0 !important;
  margin: 0 -15px;
}
@media (max-width: 768px) {
  #bw-home-help .owl-carousel .owl-stage-outer {
    padding: 13px 0 !important;
    margin: 0;
  }
}
#bw-home-help .owl-dots {
  display: inline-block;
  text-align: center;
  margin: 13px auto;
}
#bw-home-help .owl-dots .active span {
  opacity: 0.8 !important;
}
#bw-home-help .owl-dots span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 0px;
  display: block;
  height: 3px;
  margin: 5px 15px;
  opacity: 0.4;
  width: 15px;
}
#bw-home-help .owl-dots span:hover {
  background: #ffa938;
}

#bw-page-header {
  overflow: hidden;
}
#bw-page-header .contact-box {
  display: block;
  color: #a0b8e8;
  margin-top: 40px;
}
@media (max-width: 768px) {
  #bw-page-header .contact-box {
    text-align: center;
  }
}
#bw-page-header .contact-box .item {
  display: inline-block;
  margin-right: 66px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #bw-page-header .contact-box .item {
    width: 78%;
    text-align: center;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
}
#bw-page-header .contact-box .item svg {
  width: 15px;
  height: 15px;
  display: inline-block;
  fill: #a0b8e8;
}
#bw-page-header .contact-box .contact-btn {
  vertical-align: middle;
}
#bw-page-header .contact-box .socials {
  list-style: none;
  padding: 0;
}
@media (max-width: 768px) {
  #bw-page-header .contact-box .socials {
    text-align: center;
  }
}
#bw-page-header .contact-box .socials li {
  display: inline-block;
}
#bw-page-header .contact-box .socials li a {
  display: inline-block;
  margin-right: 10px;
}
#bw-page-header .contact-box .socials li a img {
  width: 30px;
  height: 30px;
}
#bw-page-header .contact-box .socials li a svg {
  width: 16px;
  height: 20px;
}
#bw-page-header .contact-box .socials li a:hover svg {
  fill: #ffa938;
}
#bw-page-header .contact-box::after {
  display: block;
  clear: both;
  content: "";
}
#bw-page-header .about-slider-box {
  text-align: center;
}
#bw-page-header .about-slider-box .counter {
  font-size: 10px;
  color: #3b548d;
  margin-bottom: 20px;
  letter-spacing: 4px;
}
#bw-page-header .about-slider-box .counter .current {
  color: #a0b8e8;
}
#bw-page-header .about-slider-box .counter .arrow-left,
#bw-page-header .about-slider-box .counter .arrow-right {
  font-size: 11px;
  font-weight: 900;
  margin: 0;
  cursor: pointer;
}
#bw-page-header .about-slider-box .counter .arrow-left:hover,
#bw-page-header .about-slider-box .counter .arrow-right:hover {
  color: #ffa938;
}
#bw-page-header .about-slider-box .counter .arrow-left:before {
  content: "<";
}
#bw-page-header .about-slider-box .counter .arrow-right:before {
  content: ">";
}
#bw-page-header .about-slider-box .slider {
  text-align: center;
}
#bw-page-header .about-slider-box .slider .title {
  font-size: 14px;
  font-weight: 600;
  color: #ffa938;
}
#bw-page-header .about-slider-box .slider .description {
  color: #a0b8e8;
}
#bw-page-header .about-slider-box .slider .cc {
  font-size: 25px;
  color: #fff;
}
#bw-page-header .about-slider-box .slider .cc span {
  color: #065ab5;
}

#bw-about-box {
  overflow: hidden;
  padding: 80px 0 220px;
}
@media (max-width: 768px) {
  #bw-about-box {
    padding: 20px 0;
  }
}
#bw-about-box .bw-title .title {
  position: relative;
}
#bw-about-box .bw-title .title::before {
  content: "";
  position: relative;
  width: 35px;
  height: 3px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  background: linear-gradient(to right, #ff893a, #ffa93a);
  background: -o-linear-gradient(to right, #ff893a, #ffa93a);
}
@media (max-width: 768px) {
  #bw-about-box .bw-title .title::before {
    display: none;
  }
}
#bw-about-box .description {
  font-size: 14px;
  color: #8b9ecf;
}
#bw-about-box .investment {
  background: #fff;
  box-shadow: -11.491px 9.642px 29.4px 0.6px rgba(4, 118, 228, 0.05);
  min-height: 104px;
  padding: 31px;
}
@media (max-width: 1000px) {
  #bw-about-box .investment {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #bw-about-box .investment {
    padding: 20px 5px;
  }
}
#bw-about-box .investment .boxes {
  display: block;
}
#bw-about-box .investment .boxes .box {
  float: left;
  margin-right: 30px;
}
@media (max-width: 1199px) {
  #bw-about-box .investment .boxes .box {
    margin-right: 20px;
  }
}
@media (max-width: 1000px) {
  #bw-about-box .investment .boxes .box {
    display: inline-block;
    margin-right: 0;
    width: 49%;
    text-align: left;
  }
}
@media (max-width: 500px) {
  #bw-about-box .investment .boxes .box {
    margin-bottom: 0;
    width: 100%;
  }
}
#bw-about-box .investment .boxes .box .icon {
  height: 40px;
  width: 40px;
  margin: 0 auto;
  margin-bottom: 20px;
  display: inline-block;
}
@media (max-width: 1000px) {
  #bw-about-box .investment .boxes .box .icon {
    height: 30px;
    width: 30px;
  }
}
#bw-about-box .investment .boxes .box .body {
  display: inline-block;
  margin-left: 10px;
}
#bw-about-box .investment .boxes .box .body .amount {
  color: #001f5d;
  font-size: 12px;
  font-weight: bold;
}
#bw-about-box .investment .boxes .box .body .title {
  font-size: 12px;
  color: rgba(104, 129, 180, 0.8);
  font-weight: 500;
}
#bw-about-box .investment .boxes .box::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 1000px) {
  #bw-about-box .investment .btn {
    float: left !important;
    margin-top: 30px;
  }
}
@media (max-width: 1000px) {
  #bw-about-box .investment .btn {
    margin-top: 10px;
  }
}
#bw-about-box .sprite {
  background-image: url("");
  background-repeat: no-repeat;
  display: block;
}
#bw-about-box .sprite-AVG {
  width: 75px;
  height: 28px;
  background-position: -5px -5px;
}
#bw-about-box .sprite-McAfee {
  width: 75px;
  height: 43px;
  background-position: -5px -43px;
}
#bw-about-box .sprite-Norton {
  width: 85px;
  height: 36px;
  background-position: -5px -96px;
}
#bw-about-box .sprite-SiteLock {
  width: 85px;
  height: 40px;
  background-position: -90px -5px;
}
#bw-about-box .sprite-TrustGaurd {
  width: 57px;
  height: 47px;
  background-position: -185px -5px;
}
#bw-about-box .sprite-TrustWave {
  width: 93px;
  height: 37px;
  background-position: -100px -62px;
}
#bw-about-box .antivirus {
  position: relative;
  overflow: hidden;
}
#bw-about-box .antivirus:after, #bw-about-box .antivirus:before {
  top: 10px;
  content: "";
  height: 80%;
  width: 20px;
  background: #fff;
  background: url("");
  position: absolute;
}
#bw-about-box .antivirus:after {
  z-index: 1;
  right: -20px;
  box-shadow: -12px 0 24px #f9fbfc;
}
#bw-about-box .antivirus:before {
  z-index: 2;
  left: -20px;
  box-shadow: 12px 0 24px #f9fbfc;
}
#bw-about-box .antivirus .box {
  min-height: 280px;
  padding-top: 45%;
  opacity: 0.3;
}
@media (max-width: 768px) {
  #bw-about-box .antivirus .box {
    padding-top: 19%;
  }
}
@media (max-width: 768px) {
  #bw-about-box .antivirus .box {
    min-height: auto;
  }
}
#bw-about-box .antivirus .box .sprite {
  margin: 25px auto;
  margin-top: 10px;
}
#bw-about-box .antivirus .box p {
  color: #6881b4;
  text-align: center;
  line-height: 21px;
  font-size: 12px;
  display: none;
}
#bw-about-box .antivirus .box .btn {
  display: none;
  border-radius: 2px;
  background: none;
  border: 1px solid #e8ecf4;
  color: #b2bbce;
  padding: 5px 20px;
}
#bw-about-box .antivirus .box .btn:hover {
  background: #6881b4;
  color: #fff;
  border-color: #6881b4;
}
#bw-about-box .antivirus .center .box {
  box-shadow: -7.66px 6.428px 30px 0px rgba(4, 118, 228, 0.1);
  padding: 20px 30px !important;
  opacity: 1;
  background: #fff;
}
#bw-about-box .antivirus .center .box p,
#bw-about-box .antivirus .center .box .btn {
  display: block;
  margin: 0 auto;
}
#bw-about-box .antivirus .owl-carousel .owl-stage-outer {
  padding: 17px 0 !important;
  margin: -9px -9px;
}
@media (max-width: 768px) {
  #bw-about-box .antivirus .owl-carousel .owl-stage-outer {
    padding: 13px 0 !important;
    margin: 0;
  }
}
#bw-about-box .antivirus .owl-dots {
  display: inline-block;
  text-align: center;
  margin: 13px auto;
}
#bw-about-box .antivirus .owl-dots .active span {
  opacity: 0.8 !important;
}
#bw-about-box .antivirus .owl-dots span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 0px;
  display: block;
  height: 3px;
  margin: 5px 15px;
  opacity: 0.4;
  width: 12px;
}
#bw-about-box .antivirus .owl-dots span:hover {
  background: #ffa938;
}

#company-certification {
  border-radius: 2px;
  background: #fff;
  box-shadow: -7.66px 6.428px 30px 0px rgba(4, 118, 228, 0.1);
  min-height: 150px;
  margin-top: -164px;
  position: relative;
  margin-bottom: 56px;
  padding: 54px 46px 25px;
  overflow: hidden;
}
@media (max-width: 768px) {
  #company-certification {
    margin-top: 0;
  }
}
#company-certification .btn-link {
  color: #001f5d;
  text-shadow: none;
  margin-top: -4px;
}
#company-certification .logo {
  float: left;
  margin-right: 40px;
  width: 85px;
}
@media (max-width: 500px) {
  #company-certification .logo {
    float: none;
    display: block;
    margin: 0 auto;
  }
}
#company-certification .socials {
  list-style: none;
  text-align: right;
  padding: 0;
}
@media (max-width: 500px) {
  #company-certification .socials {
    text-align: center;
  }
}
#company-certification .socials li {
  display: inline-block;
  padding: 20px;
}
#company-certification .socials li img {
  width: 22px;
  height: 22px;
}
#company-certification .socials li svg {
  width: 30px;
  height: 30px;
}
#company-certification .body {
  float: left;
  width: calc(100% - 200px);
}
@media (max-width: 768px) {
  #company-certification .body {
    float: left;
    width: calc(100% - 127px);
  }
}
@media (max-width: 500px) {
  #company-certification .body {
    float: none;
    display: block;
    width: 100%;
    margin: 20px auto;
    text-align: center;
  }
}
#company-certification .body h3 {
  color: #001f5d;
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 768px) {
  #company-certification .body h3 {
    font-size: 15px;
  }
}
#company-certification .body p {
  font-size: 14px;
  color: #6881b4;
}
@media (max-width: 768px) {
  #company-certification .body p {
    font-size: 13px;
    text-align: center;
  }
}
#company-certification::after {
  display: block;
  clear: both;
  content: "";
}

#bw-footer-help .assets {
  margin-top: -240px;
  position: relative;
}
@media (max-width: 768px) {
  #bw-footer-help .assets {
    margin-top: 0;
  }
}
#bw-footer-help .assets .title-bar {
  padding: 25px 46px 0;
}
@media (max-width: 575px) {
  #bw-footer-help .assets .title-bar {
    padding: 25px 0 0;
  }
}
#bw-footer-help .assets .title-bar .title {
  color: #001f5d;
  font-weight: 700;
  font-size: 24px;
  text-shadow: none;
}
@media (max-width: 768px) {
  #bw-footer-help .assets .title-bar .title {
    font-size: 15px;
    color: #fff;
  }
}
@media (max-width: 767px) {
  #bw-footer-help .assets .title-bar .title {
    text-align: center;
  }
}
#bw-footer-help .assets .title-bar .sub-title {
  font-size: 11px;
  color: #6881b4;
}
@media (max-width: 768px) {
  #bw-footer-help .assets .title-bar .sub-title {
    color: #fff;
  }
}
@media (max-width: 767px) {
  #bw-footer-help .assets .title-bar .sub-title {
    text-align: center;
  }
}
#bw-footer-help .assets #company-certification-about {
  border-radius: 2px;
  background: #fff;
  box-shadow: -7.66px 6.428px 30px 0px rgba(4, 118, 228, 0.1);
  min-height: 150px;
  position: relative;
  margin-bottom: 56px;
  padding: 54px 46px 25px;
}
@media (max-width: 991px) {
  #bw-footer-help .assets #company-certification-about {
    min-height: 240px;
  }
}
@media (max-width: 768px) {
  #bw-footer-help .assets #company-certification-about {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  #bw-footer-help .assets #company-certification-about {
    padding: 35px 15px 25px;
  }
}
@media (max-width: 500px) {
  #bw-footer-help .assets #company-certification-about .body {
    margin: 20px auto;
    text-align: center;
  }
}
#bw-footer-help .assets #company-certification-about .body .description {
  font-size: 12px;
  color: #6881b4;
  text-shadow: none;
}
@media (max-width: 768px) {
  #bw-footer-help .assets #company-certification-about .body .description {
    text-align: center;
  }
}
#bw-footer-help .assets #company-certification-about .certif-box {
  position: absolute;
  top: -190px;
  width: calc(100% - 30px);
}
@media (max-width: 767px) {
  #bw-footer-help .assets #company-certification-about .certif-box {
    top: 0;
    position: relative;
    width: 100%;
  }
}
#bw-footer-help .assets #company-certification-about .certif-box .image {
  float: right;
  width: 50%;
  height: 290px;
  border: 3px solid #001f5d;
  box-shadow: 0 0 40px 0 rgba(0, 31, 93, 0.26);
  cursor: pointer;
}
@media (max-width: 991px) {
  #bw-footer-help .assets #company-certification-about .certif-box .image {
    width: 63%;
    float: none;
    margin: auto;
  }
}
@media (max-width: 767px) {
  #bw-footer-help .assets #company-certification-about .certif-box .image {
    display: none;
  }
}
#bw-footer-help .assets #company-certification-about .certif-box .image img {
  width: 100%;
  height: 100%;
}
#bw-footer-help .assets #company-certification-about .certif-box .certif-view-link {
  position: absolute;
  bottom: 63px;
  left: 0;
  font-size: 14px;
  font-weight: 700;
  min-width: 50%;
}
@media (max-width: 991px) {
  #bw-footer-help .assets #company-certification-about .certif-box .certif-view-link {
    position: relative;
    bottom: 0;
    text-align: center;
    margin: 10px 0;
    left: 0;
  }
}
@media (max-width: 991px) {
  #bw-footer-help .assets #company-certification-about .certif-box .certif-view-link a {
    background: #ff8838;
    background-image: -webkit-gradient(right top, right top, color-stop(0%, #ff8838), color-stop(100%, #ffa938));
    background-image: linear-gradient(to right, #ff8838 0%, #ffa938 100%);
    background-repeat: repeat-x;
    color: #fff !important;
    line-height: 2 !important;
    padding: 7px 21px !important;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
  }
  #bw-footer-help .assets #company-certification-about .certif-box .certif-view-link a:hover {
    color: #fff;
  }
}
#bw-footer-help .assets #company-certification-about .certif-box .certif-view-link a:hover {
  color: #001f5d;
}
#bw-footer-help .assets #company-certification-about .certif-box .certif-view-link .icon {
  padding: 15px !important;
  border-radius: 50% !important;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
}
@media (max-width: 991px) {
  #bw-footer-help .assets #company-certification-about .certif-box .certif-view-link .icon {
    display: none;
  }
}
#bw-footer-help .assets #company-certification-about .certif-box .certif-view-link .icon svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
#bw-footer-help .assets #company-certification-about .certif-box .certif-link {
  position: absolute;
  bottom: 50px;
  left: 0;
  font-size: 11px;
  color: #6881b4;
}
@media (max-width: 991px) {
  #bw-footer-help .assets #company-certification-about .certif-box .certif-link {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    bottom: 0;
  }
}
#bw-footer-help .assets #company-certification-about::after {
  display: block;
  clear: both;
  content: "";
}

#bw-page-header {
  overflow: hidden;
}
@media (max-width: 768px) {
  #bw-page-header {
    text-align: center;
  }
}
#bw-page-header.services .bw-section-title {
  margin-bottom: 14px !important;
}
#bw-page-header.services .description {
  font-size: 12px;
  margin-top: 10px !important;
}
#bw-page-header .plans-box {
  display: block;
  color: #a0b8e8;
  margin-bottom: 40px;
  float: left;
  width: 33%;
}
@media (max-width: 768px) {
  #bw-page-header .plans-box {
    text-align: center;
    margin-left: 0;
    border: 1px solid rgba(57, 78, 136, 0.48);
    margin-bottom: -1px;
  }
}
@media (max-width: 650px) {
  #bw-page-header .plans-box {
    float: none;
    width: 100%;
  }
}
#bw-page-header .plans-box:first-child .item {
  border-radius: 4px 0 0 4px;
}
#bw-page-header .plans-box:nth-child(2) .item {
  background: #122b6c;
}
#bw-page-header .plans-box:nth-child(3) .item {
  border-right: 1px solid rgba(57, 78, 136, 0.48) !important;
  border-radius: 0 4px 4px 0;
}
@media (max-width: 768px) {
  #bw-page-header .plans-box:nth-child(3) .item {
    border-right: none;
  }
}
@media (max-width: 768px) {
  #bw-page-header .plans-box:last-child {
    border: none;
    padding: 10px;
  }
}
#bw-page-header .plans-box:last-child .item::before {
  position: relative;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffa938;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
}
#bw-page-header .plans-box .b-none {
  border: none !important;
}
#bw-page-header .plans-box .item {
  display: inline-block;
  width: 100%;
  margin-bottom: -26px;
  vertical-align: middle;
  border: 1px solid #394e88;
  border-right: none !important;
  padding: 20px;
}
@media (max-width: 1199px) {
  #bw-page-header .plans-box .item {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  #bw-page-header .plans-box .item {
    border: none !important;
    margin-bottom: 0;
  }
}
#bw-page-header .plans-box .item .profit {
  color: #ffa938;
  font-size: 28px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: -14px;
}
@media (max-width: 768px) {
  #bw-page-header .plans-box .item .profit {
    margin: -5px;
  }
}
#bw-page-header .plans-box .item .profit small {
  color: #8793b3;
  font-size: 25px;
  font-weight: 500;
}
#bw-page-header .plans-box .item .profit-title {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}
#bw-page-header .plans-box .item .profit-title .blue {
  color: #6881b4;
}
#bw-page-header .plans-box .item .amount {
  color: #8793b3;
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: -5px;
  display: inline-block;
}
#bw-page-header .plans-box .item .amount-title {
  color: #ffa938;
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
}
#bw-page-header .plans-box .item .line {
  max-width: 100px;
  background: #6881b4;
  height: 1px;
  margin: 8px 0;
}
@media (max-width: 768px) {
  #bw-page-header .plans-box .item .line {
    width: 100%;
    max-width: none;
  }
}
#bw-page-header .plans-box .item .d-amount {
  font-size: 11px;
  color: #6881b4;
}
#bw-page-header .plans-box .item .d-amount .digit {
  color: #fff;
}
#bw-page-header .plans-box .item.border-r {
  border-right: 1px solid #394e88;
}
#bw-page-header .plans-box::after {
  display: block;
  clear: both;
  content: "";
}
#bw-page-header .slider-box {
  text-align: center;
  border: 3px solid #193974;
  padding: 13px;
  margin-top: 37px;
  border-radius: 4px;
}
#bw-page-header .slider-box .counter {
  font-size: 10px;
  color: #3b548d;
  margin-bottom: 20px;
  letter-spacing: 4px;
  margin-top: -61px;
  margin-bottom: 44px;
}
#bw-page-header .slider-box .counter .current {
  color: #a0b8e8;
}
#bw-page-header .slider-box .counter .arrow-left, #bw-page-header .slider-box .counter .arrow-right {
  font-size: 11px;
  font-weight: 900;
  margin: 0;
  cursor: pointer;
}
#bw-page-header .slider-box .counter .arrow-left:hover, #bw-page-header .slider-box .counter .arrow-right:hover {
  color: #ffa938;
}
#bw-page-header .slider-box .counter .arrow-left:before {
  content: "<";
}
#bw-page-header .slider-box .counter .arrow-right:before {
  content: ">";
}
#bw-page-header .slider-box .header-slider {
  padding: 0 !important;
  margin: 0 !important;
}
#bw-page-header .slider-box .slider {
  text-align: center;
  background: url("");
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 50px 0;
  border: 2px solid #6881b4;
  border-radius: 4px;
}
#bw-page-header .slider-box .slider::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.4;
  z-index: 0;
}
#bw-page-header .slider-box .slider .assets {
  position: relative;
  z-index: 1;
}
#bw-page-header .slider-box .slider .assets .title {
  font-size: 18px;
  font-weight: 700;
  color: #ffa938;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#bw-page-header .slider-box .slider .assets .cc {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
#bw-page-header .slider-box .slider .assets .cc span {
  color: #065ab5;
}

#bw-services-box {
  padding: 80px 0;
  overflow: hidden;
  background: url("");
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #bw-services-box {
    padding: 20px 0;
  }
}
#bw-services-box .description {
  font-size: 14px;
  color: #6881b4;
  text-align: center;
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}

.bg-header-partnership {
  background: #0e2666 url("") !important;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-header-partnership:before {
  content: "";
  background: #0e2666 !important;
  opacity: 0.8 !important;
  z-index: -1;
}

#bw-partnership-box {
  padding: 80px 0;
  background: url("");
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #bw-partnership-box {
    padding: 20px 0;
  }
}
#bw-partnership-box .description {
  font-size: 14px;
  color: #6881b4;
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
#bw-partnership-box .commissions .com-box {
  display: inline-block;
  margin: 0 auto;
  padding: 0 40px;
  width: 49%;
}
@media (max-width: 500px) {
  #bw-partnership-box .commissions .com-box {
    padding: 0 0;
  }
}
#bw-partnership-box .commissions .com-box .amount {
  font-size: 50px;
  font-weight: 800;
  color: #0476e4;
  display: inline-block;
  margin-right: 20px;
}
#bw-partnership-box .commissions .com-box .amount span {
  color: #d1d9e8;
  font-weight: 500;
  margin-right: -10px;
}
@media (max-width: 768px) {
  #bw-partnership-box .commissions .com-box .amount {
    display: block;
    text-align: center;
  }
}
@media (max-width: 500px) {
  #bw-partnership-box .commissions .com-box .amount {
    font-size: 31px;
    margin-right: 0;
  }
}
#bw-partnership-box .commissions .com-box .details {
  display: inline-block;
}
@media (max-width: 768px) {
  #bw-partnership-box .commissions .com-box .details {
    display: block;
    text-align: center;
  }
}
#bw-partnership-box .commissions .com-box .details .title {
  font-size: 18px;
  font-weight: 700;
  color: #001f5d;
  margin-bottom: -5px;
}
@media (max-width: 500px) {
  #bw-partnership-box .commissions .com-box .details .title {
    font-size: 14px;
  }
}
#bw-partnership-box .commissions .com-box .details .des {
  font-size: 14px;
  font-weight: 600;
  color: #6881b4;
}
#bw-partnership-box .commissions .border-r {
  border-right: 1px solid #d1d9e8;
}
@media (max-width: 425px) {
  #bw-partnership-box .share-btn {
    font-size: 12px !important;
    padding: 10px !important;
  }
}

.bw-section-title-vertical {
  position: relative;
  margin-bottom: -16px !important;
  z-index: 0;
}

.marketing-tools-pull-up {
  margin-top: -500px;
}

.marketing-tools {
  background: #fff;
  padding: 25px;
  border-radius: 2px;
  box-shadow: -7.66px 6.428px 30px 0px rgba(4, 118, 228, 0.1);
  position: relative;
  z-index: 1;
  margin-bottom: -145px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .marketing-tools {
    margin-bottom: -45px;
  }
}
@media (max-width: 500px) {
  .marketing-tools {
    padding: 20px;
    margin-bottom: -20px;
  }
}
.marketing-tools .items {
  text-align: center;
}
.marketing-tools .items .item {
  width: 250px;
  height: 250px;
  display: inline-block;
  margin: 22px;
}
@media (max-width: 500px) {
  .marketing-tools .items .item {
    width: 210px;
    height: 210px;
  }
}
.marketing-tools .items .item .box {
  background: url("");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 25px;
  border-radius: 50%;
  height: 100%;
}
.marketing-tools .items .item .box .content {
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-align: center;
  padding: 30px 20px;
}
@media (max-width: 500px) {
  .marketing-tools .items .item .box .content {
    padding: 20px;
  }
}
.marketing-tools .items .item .box .content img {
  display: block;
  margin: 10px auto;
}
@media (max-width: 500px) {
  .marketing-tools .items .item .box .content img {
    width: 50px;
    height: 50px;
  }
}
.marketing-tools .items .item .box .content .title {
  color: #001f5d;
  font-weight: 700;
  font-size: 17px;
  display: block;
  text-align: center;
  line-height: 19px;
}
@media (max-width: 500px) {
  .marketing-tools .items .item .box .content .title {
    font-size: 13px;
  }
}

.bg-header-faq {
  padding: 130px 0 50px 0;
  position: relative;
  min-height: auto !important;
}
.bg-header-faq:before {
  width: 100% !important;
  height: 80% !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  background-position: -533px -51px !important;
  -webkit-transform: rotateZ(0) !important;
          transform: rotateZ(0) !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bg-header-faq:before {
    background-size: cover;
    opacity: 0.1;
  }
}
.bg-header-faq:after {
  color: #0e2666;
  content: "";
  background: #0e2666 url("bg-min.png");
  background-blend-mode: color-dodge;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: -533px -58px;
  width: 100%;
  height: 79%;
  position: absolute;
  top: 75px;
  right: 0;
  opacity: 0.1;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bg-header-faq:after {
    background-size: cover;
    opacity: 0.1;
  }
}
.bg-header-faq .input-box {
  z-index: 2;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}
.bg-header-faq .input-box .form-control {
  background: none;
  color: #ffa938;
  border: 1px solid #8793b3;
  font-weight: 700;
}
.bg-header-faq .input-box .form-control:focus {
  border-color: #ffa938 !important;
  box-shadow: 0 5px 12px rgba(255, 69, 21, 0.2);
}
.bg-header-faq .input-box .form-control::-webkit-input-placeholder {
  color: #405386;
  font-weight: 500;
}
.bg-header-faq .input-box .form-control:-ms-input-placeholder {
  color: #405386;
  font-weight: 500;
}
.bg-header-faq .input-box .form-control::-ms-input-placeholder {
  color: #405386;
  font-weight: 500;
}
.bg-header-faq .input-box .form-control::placeholder {
  color: #405386;
  font-weight: 500;
}
.bg-header-faq .input-box .form-control::-moz-placeholder {
  color: #405386;
  font-weight: 500;
}
.bg-header-faq .input-box .form-control::-webkit-input-placeholder {
  color: #405386;
  font-weight: 500;
}
.bg-header-faq .input-box .form-control:-ms-input-placeholder {
  color: #405386;
  font-weight: 500;
}

#bw-faq-box {
  position: relative;
}
#bw-faq-box .ask-box {
  position: absolute;
  top: -32px;
  right: -2px;
  height: 61px;
  padding: 10px;
}
@media (max-width: 1200px) {
  #bw-faq-box .ask-box {
    position: relative;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #bw-faq-box .ask-box {
    top: 0;
  }
}
#bw-faq-box .ask-box .ask-now {
  background: #fff;
  padding: 4px 60px 4px 12px;
  font-weight: 700;
  color: #ff8838;
  box-shadow: -3px 6px 8px rgba(24, 27, 37, 0.19);
  height: 40px;
  border: none;
  margin-right: -12px;
  text-align: left;
  cursor: pointer;
  transition: all, 0.3s;
}
@media screen and (prefers-reduced-motion: reduce) {
  #bw-faq-box .ask-box .ask-now {
    transition: none;
  }
}
@media (max-width: 1200px) {
  #bw-faq-box .ask-box .ask-now {
    padding: 5px 30px;
  }
}
@media (max-width: 768px) {
  #bw-faq-box .ask-box .ask-now {
    box-shadow: 0 0 17px rgba(7, 10, 31, 0.16);
  }
}
#bw-faq-box .ask-box .ask-now:active {
  box-shadow: -3px 4px 8px rgba(24, 27, 37, 0.19) !important;
}
#bw-faq-box .ask-box .ask-now:hover {
  background: #ffa938;
  color: #fff;
}
#bw-faq-box .ask-box .ask-now span {
  margin-right: 20px;
}
@media (max-width: 1200px) {
  #bw-faq-box .ask-box .ask-now span {
    margin-right: 0;
  }
}
#bw-faq-box .questions {
  list-style: none;
  padding: 0;
}
#bw-faq-box .questions .question {
  background: #fff;
  padding: 37px 53px 37px 30px;
  opacity: 0.8;
  box-shadow: -7.66px 6.428px 30px 0px rgba(4, 118, 228, 0.1);
  margin-bottom: 15px;
  border-radius: 5px;
  margin-bottom: 15px;
  position: relative;
  transition: 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  #bw-faq-box .questions .question {
    transition: none;
  }
}
@media (max-width: 768px) {
  #bw-faq-box .questions .question {
    padding: 18px 13px;
  }
}
#bw-faq-box .questions .question .qs {
  background: #eff1f6;
  padding: 0px 10px;
  color: #ffa938;
  font-size: 20px !important;
  text-align: center;
  float: left;
  width: 33px;
  height: 33px;
  cursor: pointer;
  margin-top: -3px;
  border-radius: 50%;
  transition: 0.3s ease;
}
#bw-faq-box .questions .question .qs:before {
  content: "?";
}
@media screen and (prefers-reduced-motion: reduce) {
  #bw-faq-box .questions .question .qs {
    transition: none;
  }
}
@media (max-width: 768px) {
  #bw-faq-box .questions .question .qs {
    padding: 0 8px;
    width: 34px;
  }
}
#bw-faq-box .questions .question .button {
  background: none;
  padding: 0px 16px;
  color: #adb8ce;
  font-size: 27px !important;
  text-align: center;
  position: absolute;
  top: 32px;
  right: 20px;
  width: 20px;
  cursor: pointer;
  transition: 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  #bw-faq-box .questions .question .button {
    transition: none;
  }
}
@media (max-width: 768px) {
  #bw-faq-box .questions .question .button {
    top: 15px;
    right: 10px;
    font-size: 23px !important;
  }
}
#bw-faq-box .questions .question .button:hover {
  color: #8b94a6;
}
#bw-faq-box .questions .question .button:active {
  color: #ffa938;
}
#bw-faq-box .questions .question .title {
  font-size: 16px;
  color: #001f5d;
  font-weight: 600;
  margin: 3px 0 0 23px;
  float: left;
  max-width: calc(100% - 57px) !important;
  text-align: left !important;
  cursor: pointer;
}
#bw-faq-box .questions .question .title:hover {
  color: #0476e4;
}
@media (max-width: 1000px) {
  #bw-faq-box .questions .question .title {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  #bw-faq-box .questions .question .title {
    font-size: 13px !important;
  }
}
#bw-faq-box .questions .question .date {
  position: absolute;
  right: 43px;
  top: 56px;
  font-size: 10px;
  color: #67649c;
}
@media (max-width: 1000px) {
  #bw-faq-box .questions .question .date {
    display: none;
  }
}
#bw-faq-box .questions .question .answer {
  padding: 20px 0 0 0;
  color: #6881b4;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  #bw-faq-box .questions .question .answer {
    transition: none;
  }
}
@media (max-width: 768px) {
  #bw-faq-box .questions .question .answer {
    padding: 20px 0;
  }
}
#bw-faq-box .questions .question .answer.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#bw-faq-box .questions .question.questionBig {
  padding: 46px 53px 46px 30px;
}
@media (max-width: 768px) {
  #bw-faq-box .questions .question.questionBig {
    padding: 17px 19px 15px;
  }
}
#bw-faq-box .cf-tab .cf-tab-links {
  padding: 25px 0;
}
@media (max-width: 1000px) {
  #bw-faq-box .cf-tab .cf-tab-links {
    padding: 25px 0 0;
  }
}
#bw-faq-box .cf-tab .cf-tab-links ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
#bw-faq-box .cf-tab .cf-tab-links ul li {
  display: inline-block;
  list-style: none;
  transition: 0.3s ease;
  border-right: 1px solid #eee;
  cursor: pointer;
  opacity: 0.5;
  font-size: 16px;
  color: #001f5d;
  font-weight: 600;
  padding: 0 50px;
  position: relative;
}
@media screen and (prefers-reduced-motion: reduce) {
  #bw-faq-box .cf-tab .cf-tab-links ul li {
    transition: none;
  }
}
@media (max-width: 1000px) {
  #bw-faq-box .cf-tab .cf-tab-links ul li {
    padding: 0 25px;
  }
}
@media (max-width: 768px) {
  #bw-faq-box .cf-tab .cf-tab-links ul li {
    width: 49%;
    border: 1px solid #eee !important;
    margin-bottom: 10px;
    padding: 6px;
    background: #eaefff;
    opacity: 1;
  }
  #bw-faq-box .cf-tab .cf-tab-links ul li:last-child {
    width: 100%;
  }
}
#bw-faq-box .cf-tab .cf-tab-links ul li:before {
  content: url("");
  height: 10px;
  width: 10px;
  fill: #ffa938;
  position: absolute;
  right: 19px;
  top: -3px;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
@media (max-width: 1000px) {
  #bw-faq-box .cf-tab .cf-tab-links ul li:before {
    right: 5px;
    top: 10px;
  }
}
@media (max-width: 768px) {
  #bw-faq-box .cf-tab .cf-tab-links ul li:before {
    right: 10px;
  }
}
#bw-faq-box .cf-tab .cf-tab-links ul li:last-child {
  border-right: none;
}
#bw-faq-box .cf-tab .cf-tab-links ul li span {
  display: block;
  color: #6881b4;
  font-weight: 400;
}
#bw-faq-box .cf-tab .cf-tab-links ul li:hover {
  opacity: 1;
}
#bw-faq-box .cf-tab .cf-tab-links ul li.active {
  opacity: 1;
}
@media (max-width: 768px) {
  #bw-faq-box .cf-tab .cf-tab-links ul li.active {
    background: #001f5d;
    color: #fff;
  }
  #bw-faq-box .cf-tab .cf-tab-links ul li.active span {
    color: #6881b4;
  }
}
#bw-faq-box .cf-tab .cf-tab-links ul li.active:before {
  -webkit-filter: grayscale(0);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}
#bw-faq-box .cf-tab .cf-tab-content .cf-tab-content-box {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  #bw-faq-box .cf-tab .cf-tab-content .cf-tab-content-box {
    transition: none;
  }
}
#bw-faq-box .cf-tab .cf-tab-content .cf-tab-content-box.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  #bw-faq-box .cf-tab .cf-tab-content .cf-tab-content-box.active {
    transition: none;
  }
}

#cf-contact-banner-wrapper {
  background: url("");
  background-size: cover;
  position: relative;
}

#support-banner {
  position: relative;
  z-index: 2;
  color: #001f5d;
  padding: 50px 0 40px 0;
}
@media (max-width: 768px) {
  #support-banner {
    padding: 0 0 30px 0;
  }
}
#support-banner .img {
  display: block;
  margin: -40px auto;
}
#support-banner .title {
  font-weight: 800;
  font-size: 36px;
  text-align: center;
  margin-top: -20px;
}
@media (max-width: 768px) {
  #support-banner .title {
    font-size: 24px !important;
    margin-top: -40px;
  }
}
#support-banner .description {
  font-weight: 500;
  font-size: 15px;
  text-align: center;
}
@media (max-width: 768px) {
  #support-banner .description {
    font-size: 14px !important;
  }
}
#support-banner .contact-info {
  border-right: 1px solid #d6d6fc;
}
@media (max-width: 768px) {
  #support-banner .contact-info {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between !important;
    border-right: none;
  }
}
@media (max-width: 400px) {
  #support-banner .contact-info {
    display: block;
  }
}
#support-banner .contact-info .info {
  color: #001f5d;
  text-align: center;
  font-weight: 500;
  width: 250px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 0;
}
#support-banner .contact-info .info img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #support-banner .contact-info .info img {
    max-width: 100%;
  }
}
#support-banner .contact-info .info p {
  margin-top: -20px;
  font-size: 16px;
}
@media (max-width: 768px) {
  #support-banner .contact-info .info p {
    font-size: 11px;
  }
}
#support-banner .contact-form {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #support-banner .contact-form {
    width: 100%;
  }
}
#support-banner .contact-form .input-box svg.icon {
  fill: #8bafff;
}
#support-banner .contact-form .input-box .form-control {
  border: 1px solid #b6ccf9;
}
#support-banner .contact-form .input-box .form-control::-webkit-input-placeholder {
  color: #8bafff;
  font-weight: 500;
}
#support-banner .contact-form .input-box .form-control:-ms-input-placeholder {
  color: #8bafff;
  font-weight: 500;
}
#support-banner .contact-form .input-box .form-control::-ms-input-placeholder {
  color: #8bafff;
  font-weight: 500;
}
#support-banner .contact-form .input-box .form-control::placeholder {
  color: #8bafff;
  font-weight: 500;
}
#support-banner .contact-form .input-box .form-control::-moz-placeholder {
  color: #8bafff;
  font-weight: 500;
}
#support-banner .contact-form .input-box .form-control:focus {
  border-color: #ffa938;
  box-shadow: 0 3px 12px rgba(58, 140, 255, 0.25);
}
#support-banner .contact-form .input-box .form-control:focus::-webkit-input-placeholder {
  color: #ffa938;
  font-weight: 800;
}
#support-banner .contact-form .input-box .form-control:focus:-ms-input-placeholder {
  color: #ffa938;
  font-weight: 800;
}
#support-banner .contact-form .input-box .form-control:focus::-ms-input-placeholder {
  color: #ffa938;
  font-weight: 800;
}
#support-banner .contact-form .input-box .form-control:focus::placeholder {
  color: #ffa938;
  font-weight: 800;
}
#support-banner .contact-form .input-box .form-control:focus::-moz-placeholder {
  color: #ffa938;
  font-weight: 800;
}
#support-banner .contact-form .input-box .my-placeholder {
  color: #8bafff !important;
}

.cf-mask {
  background: rgba(5, 13, 58, 0.96);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
  overflow-y: auto;
}

.cf-mask.active {
  display: block;
}

/****** Auth mask *****/
.cf-auth-mask {
  background: rgba(5, 13, 58, 0.96);
}

.cf-mask-wrapper {
  /****** panel *****/
  /****** Auth *****/
  /****************/
}
.cf-mask-wrapper .head {
  padding: 20px 0;
  color: #fff;
  position: relative;
}
.cf-mask-wrapper .head img {
  float: left;
}
@media (max-width: 500px) {
  .cf-mask-wrapper .head img {
    display: none;
  }
}
.cf-mask-wrapper .head .pr {
  ont-size: 14px;
  margin: 4px 15px;
  font-weight: 200;
  float: left;
}
.cf-mask-wrapper .head .title {
  font-size: 18px;
  font-weight: 500;
  float: left;
}
.cf-mask-wrapper .head .close-mask {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 15px;
  cursor: pointer;
  opacity: 0.8;
}
.cf-mask-wrapper .head .close-mask:hover {
  opacity: 1;
}
.cf-mask-wrapper .head .close-mask:after, .cf-mask-wrapper .head .close-mask:before {
  content: "";
  color: #fff;
  opacity: 0.9;
  height: 2px;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cf-mask-wrapper .head .close-mask:after {
  left: 0;
}
.cf-mask-wrapper .head .close-mask:before {
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cf-mask-wrapper .head:after {
  content: "";
  clear: both;
  display: block;
}
.cf-mask-wrapper .panel .head {
  padding: 31px 0;
}
.cf-mask-wrapper .panel .main {
  width: 500px;
  margin-left: 0 !important;
  margin: 80px auto !important;
}
@media (max-width: 768px) {
  .cf-mask-wrapper .panel .main {
    width: 90%;
    margin: 30px auto;
  }
}
.cf-mask-wrapper .panel .main .body {
  background: #f7faff;
  min-height: 200px;
  padding: 30px;
  border-radius: 2px;
  box-shadow: 0 4px 0 rgba(255, 255, 255, 0.3);
}
.cf-mask-wrapper .panel .main .body .body-title .icon {
  margin-right: 8px;
  float: left;
}
.cf-mask-wrapper .panel .main .body .body-title .icon svg {
  fill: #8d9ab3;
}
.cf-mask-wrapper .panel .main .body .body-title .text-clp {
  font-size: 12px;
  margin: 1px 0px;
  line-height: 10px;
}
@media (max-width: 768px) {
  .cf-mask-wrapper .panel .main .body .body-title .text-clp {
    font-size: 10px !important;
  }
}
.cf-mask-wrapper .panel .main .body .body-title .text {
  color: #001f5d;
  float: left;
  font-size: 16px;
  font-weight: 600;
  width: 84%;
}
.cf-mask-wrapper .panel .main .body .body-title:after {
  content: "";
  clear: both;
  display: block;
}
.cf-mask-wrapper .panel .main .body img {
  max-width: 100%;
}
@media (max-width: 500px) {
  .cf-mask-wrapper .panel .main .body img {
    margin-top: -38px;
  }
}
@media (max-width: 500px) {
  .cf-mask-wrapper .panel .main .body .btn {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .cf-mask-wrapper .panel .main .body .cf-btn-primary {
    padding: 15px auto;
  }
}
.cf-mask-wrapper .all {
  position: relative;
}
.cf-mask-wrapper .all .main {
  position: relative;
  width: 800px;
  margin: 80px auto;
  max-width: 90%;
}
.cf-mask-wrapper .all .main .close-mask {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 42px;
  top: 26px;
  cursor: pointer;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .cf-mask-wrapper .all .main .close-mask {
    top: 10px;
    right: 15px;
  }
}
.cf-mask-wrapper .all .main .close-mask:hover {
  opacity: 1;
}
.cf-mask-wrapper .all .main .close-mask:after, .cf-mask-wrapper .all .main .close-mask:before {
  content: "";
  color: #fff;
  opacity: 0.9;
  height: 3px;
  width: 100%;
  background: #c6c6c6;
  position: absolute;
  top: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cf-mask-wrapper .all .main .close-mask:after {
  left: 0;
}
.cf-mask-wrapper .all .main .close-mask:before {
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .cf-mask-wrapper .all .main {
    width: 90%;
    margin: 30px auto;
  }
}
.cf-mask-wrapper .all .main .body {
  background: #fff;
  min-height: 200px;
  padding: 80px 0 20px;
  padding-bottom: 30px;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .cf-mask-wrapper .all .main .body {
    padding-bottom: 200px;
  }
}
.cf-mask-wrapper .all .main .body .container {
  width: 80%;
}
@media (max-width: 768px) {
  .cf-mask-wrapper .all .main .body .container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cf-mask-wrapper .all .main .body {
    padding: 50px 0;
  }
  .cf-mask-wrapper .all .main .body .cf-btn-primary {
    padding: 15px;
  }
}
.cf-mask-wrapper .all .main .body .body-main {
  width: 80%;
  margin: 0 auto;
}
.cf-mask-wrapper .all .main .footer {
  position: relative;
  width: 100%;
  background: #0e2666;
  background-blend-mode: color-dodge;
  min-height: 150px;
  color: #fff;
  padding: 46px 0;
}
.cf-mask-wrapper .all .main .footer:before {
  content: "";
  background: #0e2666 url("bg-min.png");
  background-blend-mode: color-dodge;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cf-mask-wrapper .all .main .footer:before {
    background-size: cover;
    opacity: 0.1;
  }
}
.cf-mask-wrapper .all .main .footer .title {
  font-weight: 700;
  font-size: 15px;
  padding: 10px;
}
.cf-mask-wrapper .all .main .footer .title svg {
  height: 17px;
  width: 17px;
  fill: #fff;
}
.cf-mask-wrapper .all .main .footer p {
  padding: 10px;
}
.cf-mask-wrapper .all .main .footer a {
  color: #fff;
}
.cf-mask-wrapper .modal-message .message {
  margin-top: -40px;
  font-size: 20px;
}
.cf-mask-wrapper .modal-message .messages {
  text-align: justify;
}
.cf-mask-wrapper .modal-message .messages p {
  color: #001f5d;
  font-size: 14px;
}
.cf-mask-wrapper .modal-message .messages p strong {
  color: #ff4d66;
  font-weight: inherit;
}

#bw-page-header.news {
  padding: 130px 0 70px;
  min-height: auto;
}
@media (max-width: 768px) {
  #bw-page-header.news {
    padding: 90px 0 40px;
  }
}

#bw-news-box .article {
  border-radius: 2px;
  background-color: #fff;
  box-shadow: -7.66px 6.428px 30px 0px rgba(4, 118, 228, 0.1);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#bw-news-box .article .content {
  padding: 0 40px;
  position: relative;
}
#bw-news-box .article .head {
  height: 80px;
  padding: 1px;
}
#bw-news-box .article .head .title {
  color: #001f5d;
  margin-left: 119px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.056;
  margin-top: 28px;
}
@media (max-width: 768px) {
  #bw-news-box .article .head .title {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
  }
}
#bw-news-box .article .head .date {
  background: #f2f4f8;
  padding: 10px;
  color: #6881b4;
  position: absolute;
  top: 0;
  left: 40px;
  padding-top: 30px;
  min-height: 70px;
  min-width: 97px;
  text-align: center;
}
@media (max-width: 768px) {
  #bw-news-box .article .head .date {
    position: relative;
    left: 0;
    padding: 11px;
    text-align: center;
    min-height: 0;
    margin-top: -9px;
    font-size: 10px;
  }
}
#bw-news-box .article p {
  font-size: 14px;
  color: rgba(104, 129, 180, 0.8);
  line-height: 1.5;
}
#bw-news-box .article.not-found {
  box-shadow: 0 3px 22px rgba(237, 132, 42, 0.39);
}
#bw-news-box .article.not-found .title {
  color: #ffa938;
  font-weight: 400;
}
#bw-news-box .article.not-found .date {
  color: #ffa938;
}

@media (max-width: 768px) {
  .news-footer {
    padding: 30px 0 0 !important;
  }
}
.news-footer .body {
  width: 100% !important;
}
@media (max-width: 768px) {
  .news-footer .body {
    width: 100% !important;
    text-align: center;
  }
  .news-footer .body p {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  .news-footer .socials {
    text-align: center !important;
  }
}

#bw-proof-box .search .title {
  font-size: 24px;
  color: #001f5d;
  font-weight: bold;
  line-height: 0.75;
}
@media (max-width: 768px) {
  #bw-proof-box .search .title {
    font-size: 16px;
    margin-bottom: -15px;
  }
}
#bw-proof-box .search .total-withdraw {
  border-radius: 2px;
  background-color: #f0f2f7;
  height: 50px;
  text-align: center;
  font-size: 24px;
  color: #001f5d;
  font-weight: bold;
  padding: 8px;
}
#bw-proof-box .search .inputs .item {
  float: left;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 10px;
  height: 50px;
}
@media (max-width: 768px) {
  #bw-proof-box .search .inputs .item {
    width: 29% !important;
  }
}
#bw-proof-box .search .inputs .btn svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  #bw-proof-box .search .inputs .btn {
    float: right;
    margin-right: 0;
  }
}
#bw-proof-box .search .select-box {
  position: relative;
}
#bw-proof-box .search .select-box:hover:after {
  -webkit-transform: rotate(225deg);
  top: 20px;
  color: #ffa938;
}
#bw-proof-box .search .select-box:after {
  content: "";
  position: absolute;
  top: 19px;
  right: 13px;
  border: solid #b1bed8;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 1;
  transition: 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  #bw-proof-box .search .select-box:after {
    transition: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #bw-proof-box .search .select-box:after {
    display: none;
  }
}
#bw-proof-box .search .select-box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* remove default arrow */
  padding: 3px 21px 3px 9px;
  min-width: 100px;
  height: 100%;
  background: #fafbfd;
  border: 1px solid #d1d9e8;
  color: #b1bed8;
  font-weight: 600;
}
#bw-proof-box .search .select-box select:hover {
  background: #fff;
  border-color: #ffa938;
  color: #7289b9;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #bw-proof-box .search .select-box select {
    padding: 3px 9px;
  }
}
#bw-proof-box .proof {
  border-radius: 2px;
  background-color: #fefefe;
  box-shadow: -6.894px 5.785px 30px 0px rgba(4, 118, 228, 0.1);
  padding: 23px 15px;
  margin-bottom: 15px;
  word-break: break-all;
}
#bw-proof-box .proof .column {
  float: left;
}
#bw-proof-box .proof .column svg {
  width: 20px;
  height: 20px;
  fill: #6881b4;
}
@media (max-width: 1000px) {
  #bw-proof-box .proof .column {
    margin-bottom: 10px;
  }
}
#bw-proof-box .proof .name {
  color: #6881b4;
  font-weight: 500;
}
#bw-proof-box .proof .wallet {
  font-size: 13px;
  color: #6881b4;
  line-height: 1.286;
}
#bw-proof-box .proof .price {
  color: #001f5d;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
#bw-proof-box .proof .price .currency {
  font-weight: 300;
}
@media (max-width: 768px) {
  #bw-proof-box .proof .price {
    font-size: 12px;
  }
  #bw-proof-box .proof .price .currency {
    font-size: 10px;
  }
}
#bw-proof-box .proof .price svg {
  fill: #b3bfd9;
}
#bw-proof-box .proof .price .date {
  color: #b3bfd9;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 768px) {
  #bw-proof-box .proof .price .date {
    font-size: 10px;
  }
}

.telegram-group {
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: linear-gradient(135deg, #59caff 0%, #0099ff 100%);
    color: #fff;
    transition: all ease-in-out 0.1s;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}
.telegram-group svg {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  left: 9px;
}


@media (max-width: 480px) {
  .telegram-group {
    right: 15px;
    top: 50%;
  }
}

.telegram-group .official-label {
    display: block; /* <--- bu kritik */
    margin-top: 55px;
    font-size: 12px;
    color: #1aa7ff;
    width: 75px;
    margin-left: -12px;
}


.rexlink{
    color: #6881b4;
    }	
	
.rexlink:hover {
    color: #3b5eb6;
}		