:root {
  --blue: #008CD5;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #F90173;
  --red: #D90537;
  --orange: #FF7502;
  --yellow: #ffc107;
  --green: #099179;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #008CD5;
  --secondary: rgba(0, 0, 0, 0.9);
  --success: #14AA8F;
  --info: rgba(0, 138, 213, 0.8);
  --warning: #ffc107;
  --danger: #D90537;
  --light: #f8f9fa;
  --dark: rgba(0, 0, 0, 0.6);
  --breakpoint-xs: 0;
  --breakpoint-sm: 600px;
  --breakpoint-md: 768px;
  --breakpoint-xm: 960px;
  --breakpoint-lg: 1044px;
  --breakpoint-xl: 1220px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-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%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  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;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

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: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #008CD5;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #33a3dd;
    text-decoration: none; }

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

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: #718894;
  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; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  line-height: 1.25; }

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 85%;
  font-weight: 400; }

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: 1.25rem; }

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  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: #F90173;
  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: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 600px) {
    .container {
      max-width: 768px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 768px; } }
  @media (min-width: 960px) {
    .container {
      max-width: 768px; } }
  @media (min-width: 1044px) {
    .container {
      max-width: 1024px; } }
  @media (min-width: 1220px) {
    .container {
      max-width: 1162px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 600px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 960px) {
  .col-xm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xm-first {
    order: -1; }
  .order-xm-last {
    order: 13; }
  .order-xm-0 {
    order: 0; }
  .order-xm-1 {
    order: 1; }
  .order-xm-2 {
    order: 2; }
  .order-xm-3 {
    order: 3; }
  .order-xm-4 {
    order: 4; }
  .order-xm-5 {
    order: 5; }
  .order-xm-6 {
    order: 6; }
  .order-xm-7 {
    order: 7; }
  .order-xm-8 {
    order: 8; }
  .order-xm-9 {
    order: 9; }
  .order-xm-10 {
    order: 10; }
  .order-xm-11 {
    order: 11; }
  .order-xm-12 {
    order: 12; }
  .offset-xm-0 {
    margin-left: 0; }
  .offset-xm-1 {
    margin-left: 8.33333%; }
  .offset-xm-2 {
    margin-left: 16.66667%; }
  .offset-xm-3 {
    margin-left: 25%; }
  .offset-xm-4 {
    margin-left: 33.33333%; }
  .offset-xm-5 {
    margin-left: 41.66667%; }
  .offset-xm-6 {
    margin-left: 50%; }
  .offset-xm-7 {
    margin-left: 58.33333%; }
  .offset-xm-8 {
    margin-left: 66.66667%; }
  .offset-xm-9 {
    margin-left: 75%; }
  .offset-xm-10 {
    margin-left: 83.33333%; }
  .offset-xm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1044px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1220px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #000; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #DFE6E9; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #DFE6E9; }
  .table tbody + tbody {
    border-top: 2px solid #DFE6E9; }

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

.table-bordered {
  border: 1px solid #DFE6E9; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #DFE6E9; }
  .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 {
  color: #000;
  background-color: rgba(0, 0, 0, 0.075); }

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7ac3e9; }

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgba(193, 193, 193, 0.972); }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgba(135, 135, 135, 0.948); }

.table-hover .table-secondary:hover {
  background-color: rgba(180, 180, 180, 0.972); }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: rgba(180, 180, 180, 0.972); }

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #85d3c5; }

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgba(203, 231, 246, 0.944); }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgba(148, 206, 237, 0.896); }

.table-hover .table-info:hover {
  background-color: rgba(181, 221, 242, 0.944); }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: rgba(181, 221, 242, 0.944); }

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #eb7d97; }

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

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgba(219, 219, 219, 0.888); }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgba(174, 174, 174, 0.792); }

.table-hover .table-dark:hover {
  background-color: rgba(206, 206, 206, 0.888); }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: rgba(206, 206, 206, 0.888); }

.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: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #DFE6E9; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .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 {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 599.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .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; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 959.98px) {
  .table-responsive-xm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xm > .table-bordered {
      border: 0; } }

@media (max-width: 1043.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1219.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.43em + 1.125rem + 2px);
  padding: 0.5625rem 0.6875rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #DBE8EF;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #DFE6E9;
    outline: 0;
    box-shadow: 0 0 4px 0 rgba(113, 159, 190, 0.3); }
  .form-control::-webkit-input-placeholder {
    color: #718894;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #718894;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #718894;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #718894;
    opacity: 1; }
  .form-control::placeholder {
    color: #718894;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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

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

.col-form-label {
  padding-top: calc(0.5625rem + 1px);
  padding-bottom: calc(0.5625rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.43; }

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  margin-bottom: 0;
  line-height: 1.43;
  color: #000;
  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.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 2px; }

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

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: #718894; }

.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: 85%;
  color: #14AA8F; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(20, 170, 143, 0.9);
  border-radius: 3px; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #14AA8F;
  padding-right: calc(1.43em + 1.125rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2314AA8F' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.3575em + 0.28125rem);
  background-size: calc(0.715em + 0.5625rem) calc(0.715em + 0.5625rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #14AA8F;
    box-shadow: 0 0 0 0.2rem rgba(20, 170, 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 {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.43em + 1.125rem);
  background-position: top calc(0.3575em + 0.28125rem) right calc(0.3575em + 0.28125rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #14AA8F;
  padding-right: calc((1em + 1.125rem) * 3 / 4 + 1.6875rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.6875rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2314AA8F' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.6875rem/calc(0.715em + 0.5625rem) calc(0.715em + 0.5625rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #14AA8F;
    box-shadow: 0 0 0 0.2rem rgba(20, 170, 143, 0.25); }
  .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: #14AA8F; }

.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: #14AA8F; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #14AA8F; }

.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 {
  border-color: #19d8b5;
  background-color: #19d8b5; }

.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 0.2rem rgba(20, 170, 143, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #14AA8F; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #14AA8F; }

.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 {
  border-color: #14AA8F;
  box-shadow: 0 0 0 0.2rem rgba(20, 170, 143, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(217, 5, 55, 0.9);
  border-radius: 3px; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #D90537;
  padding-right: calc(1.43em + 1.125rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23D90537' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23D90537' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.3575em + 0.28125rem);
  background-size: calc(0.715em + 0.5625rem) calc(0.715em + 0.5625rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #D90537;
    box-shadow: 0 0 0 0.2rem rgba(217, 5, 55, 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 {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.43em + 1.125rem);
  background-position: top calc(0.3575em + 0.28125rem) right calc(0.3575em + 0.28125rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #D90537;
  padding-right: calc((1em + 1.125rem) * 3 / 4 + 1.6875rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.6875rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23D90537' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23D90537' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.6875rem/calc(0.715em + 0.5625rem) calc(0.715em + 0.5625rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #D90537;
    box-shadow: 0 0 0 0.2rem rgba(217, 5, 55, 0.25); }
  .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: #D90537; }

.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: #D90537; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #D90537; }

.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 {
  border-color: #fa174d;
  background-color: #fa174d; }

.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 0.2rem rgba(217, 5, 55, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #D90537; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #D90537; }

.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 {
  border-color: #D90537;
  box-shadow: 0 0 0 0.2rem rgba(217, 5, 55, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 600px) {
    .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;
      flex-shrink: 0;
      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-family: "Rubik", sans-serif;
  font-weight: 500;
  color: #000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 11px 25px;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 3px;
  transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out, background 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #000;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none; }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #008CD5;
  border-color: #008CD5; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0073af;
    border-color: #006aa2; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 157, 219, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #008CD5;
    border-color: #008CD5; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #006aa2;
    border-color: #006295; }
    .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(38, 157, 219, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  border-color: rgba(0, 0, 0, 0.9); }
  .btn-secondary:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9);
    border-color: rgba(0, 0, 0, 0.9); }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(45, 45, 45, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9);
    border-color: rgba(0, 0, 0, 0.9); }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9);
    border-color: rgba(0, 0, 0, 0.9); }
    .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(45, 45, 45, 0.5); }

.btn-success {
  color: #fff;
  background-color: #14AA8F;
  border-color: #14AA8F; }
  .btn-success:hover {
    color: #fff;
    background-color: #108872;
    border-color: #0f7c69; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(55, 183, 160, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #14AA8F;
    border-color: #14AA8F; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #0f7c69;
    border-color: #0d715f; }
    .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(55, 183, 160, 0.5); }

.btn-info {
  color: #fff;
  background-color: rgba(0, 138, 213, 0.8);
  border-color: rgba(0, 138, 213, 0.8); }
  .btn-info:hover {
    color: #fff;
    background-color: rgba(0, 113, 175, 0.8);
    border-color: rgba(0, 105, 162, 0.8); }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(53, 162, 222, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: rgba(0, 138, 213, 0.8);
    border-color: rgba(0, 138, 213, 0.8); }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 105, 162, 0.8);
    border-color: rgba(0, 97, 149, 0.8); }
    .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(53, 162, 222, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #D90537;
  border-color: #D90537; }
  .btn-danger:hover {
    color: #fff;
    background-color: #b4042e;
    border-color: #a7042a; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(223, 43, 85, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #D90537;
    border-color: #D90537; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #a7042a;
    border-color: #9b0427; }
    .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(223, 43, 85, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 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(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6); }
  .btn-dark:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    border-color: rgba(0, 0, 0, 0.6); }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(74, 74, 74, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    border-color: rgba(0, 0, 0, 0.6); }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    border-color: rgba(0, 0, 0, 0.6); }
    .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(74, 74, 74, 0.5); }

.btn-outline-primary {
  color: #008CD5;
  border-color: #008CD5; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #008CD5;
    border-color: #008CD5; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 140, 213, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #008CD5;
    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: #008CD5;
    border-color: #008CD5; }
    .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(0, 140, 213, 0.5); }

.btn-outline-secondary {
  color: rgba(0, 0, 0, 0.9);
  border-color: rgba(0, 0, 0, 0.9); }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9);
    border-color: rgba(0, 0, 0, 0.9); }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: rgba(0, 0, 0, 0.9);
    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: rgba(0, 0, 0, 0.9);
    border-color: rgba(0, 0, 0, 0.9); }
    .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(0, 0, 0, 0.5); }

.btn-outline-success {
  color: #14AA8F;
  border-color: #14AA8F; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #14AA8F;
    border-color: #14AA8F; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(20, 170, 143, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #14AA8F;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #14AA8F;
    border-color: #14AA8F; }
    .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(20, 170, 143, 0.5); }

.btn-outline-info {
  color: rgba(0, 138, 213, 0.8);
  border-color: rgba(0, 138, 213, 0.8); }
  .btn-outline-info:hover {
    color: #fff;
    background-color: rgba(0, 138, 213, 0.8);
    border-color: rgba(0, 138, 213, 0.8); }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 138, 213, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: rgba(0, 138, 213, 0.8);
    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: rgba(0, 138, 213, 0.8);
    border-color: rgba(0, 138, 213, 0.8); }
    .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(0, 138, 213, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #D90537;
  border-color: #D90537; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #D90537;
    border-color: #D90537; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 5, 55, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #D90537;
    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: #D90537;
    border-color: #D90537; }
    .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(217, 5, 55, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 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-dark {
  color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6); }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    border-color: rgba(0, 0, 0, 0.6); }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: rgba(0, 0, 0, 0.6);
    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: rgba(0, 0, 0, 0.6);
    border-color: rgba(0, 0, 0, 0.6); }
    .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(0, 0, 0, 0.5); }

.btn-link {
  font-weight: 400;
  color: #008CD5;
  text-decoration: none; }
  .btn-link:hover {
    color: #33a3dd;
    text-decoration: none; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: none;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #718894;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 11px 32px;
  font-size: 1.25rem;
  line-height: 1.3;
  border-radius: 4px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 9px 23px;
  font-size: 0.875rem;
  line-height: 1.43;
  border-radius: 3px; }

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

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

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

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

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

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 1rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.9);
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 2px; }

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

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

@media (min-width: 600px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 960px) {
  .dropdown-menu-xm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xm-right {
    right: 0;
    left: auto; } }

@media (min-width: 1044px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1220px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  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;
  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;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  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 #E4EFF5; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: rgba(0, 0, 0, 0.9);
    text-decoration: none;
    background-color: #E7F2F8; }
  .dropdown-item.active, .dropdown-item:active {
    color: #008CD5;
    text-decoration: none;
    background-color: auto; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #718894;
    pointer-events: none;
    background-color: transparent; }

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 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-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.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: 18.75px;
  padding-left: 18.75px; }
  .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: 17.25px;
  padding-left: 17.25px; }

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

.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:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .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 > .form-control-plaintext,
  .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 > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .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:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .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.5625rem 0.6875rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #DBE8EF;
  border-radius: 3px; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.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 {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 4px; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.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 {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 2px; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.6875rem; }

.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.5rem;
  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;
    border-color: #008CD5;
    background-color: #008CD5; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 4px 0 rgba(113, 159, 190, 0.3); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #DFE6E9; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #89d6ff;
    border-color: #89d6ff; }
  .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;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 3px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #008CD5;
  background-color: #008CD5; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 140, 213, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 140, 213, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 140, 213, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 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;
    transition: transform 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, -webkit-transform 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 140, 213, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.43em + 1.125rem + 2px);
  padding: 0.5625rem 1.6875rem 0.5625rem 0.6875rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
  color: #000;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.6875rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #DBE8EF;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .custom-select:focus {
    border-color: #DFE6E9;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 140, 213, 0.25); }
    .custom-select:focus::-ms-value {
      color: #000;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.6875rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.43em + 1.125rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #DFE6E9;
    box-shadow: 0 0 4px 0 rgba(113, 159, 190, 0.3); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.43em + 1.125rem + 2px);
  padding: 0.5625rem 0.6875rem;
  font-weight: 400;
  line-height: 1.43;
  color: #000;
  background-color: #fff;
  border: 1px solid #DBE8EF;
  border-radius: 3px; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.43em + 1.125rem);
    padding: 0.5625rem 0.6875rem;
    line-height: 1.43;
    color: #000;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 3px 3px 0; }

.custom-range {
  width: 100%;
  height: calc(1.5rem + 0.4rem);
  padding: 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 2px 3px 0 rgba(0, 42, 64, 0.14); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 2px 3px 0 rgba(0, 42, 64, 0.14); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 2px 3px 0 rgba(0, 42, 64, 0.14); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -0.65625rem;
    background-color: #008CD5;
    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 (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #008CD5; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.1875rem;
    color: transparent;
    cursor: pointer;
    background-color: #ACC4D2;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1.5rem;
    height: 1.5rem;
    background-color: #008CD5;
    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 (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #008CD5; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.1875rem;
    color: transparent;
    cursor: pointer;
    background-color: #ACC4D2;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #008CD5;
    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 (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #008CD5; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.1875rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.75rem; }
  .custom-range::-ms-fill-lower {
    background-color: #ACC4D2;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #ACC4D2;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.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 (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;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .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: 3px; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #008CD5; }

.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.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  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: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.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: 599.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 600px) {
  .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: 959.98px) {
  .navbar-expand-xm > .container,
  .navbar-expand-xm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 960px) {
  .navbar-expand-xm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xm > .container,
    .navbar-expand-xm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xm .navbar-toggler {
      display: none; } }

@media (max-width: 1043.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1044px) {
  .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: 1219.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1220px) {
  .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("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 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("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: 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: 3px; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.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(3px - 1px) calc(3px - 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(3px - 1px) calc(3px - 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(3px - 1px); }

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

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

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

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

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

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

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    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; }
  .accordion > .card .card-header {
    margin-bottom: -1px; }

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

.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: 3px; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #008CD5;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #33a3dd;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #008CD5;
  border-color: #008CD5; }

.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: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  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.4em 0.8em;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px;
  transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out, background 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .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: #008CD5; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #006aa2; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 140, 213, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9); }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9); }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.badge-success {
  color: #fff;
  background-color: #14AA8F; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #0f7c69; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(20, 170, 143, 0.5); }

.badge-info {
  color: #fff;
  background-color: rgba(0, 138, 213, 0.8); }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: rgba(0, 105, 162, 0.8); }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 138, 213, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #D90537; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #a7042a; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(217, 5, 55, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6); }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6); }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 4px; }
  @media (min-width: 600px) {
    .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: 1px solid transparent;
  border-radius: 3px; }

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #00496f;
  background-color: #cce8f7;
  border-color: #b8dff3; }
  .alert-primary hr {
    border-top-color: #a2d5ef; }
  .alert-primary .alert-link {
    color: #00273c; }

.alert-secondary {
  color: rgba(0, 0, 0, 0.948);
  background-color: rgba(212, 212, 212, 0.98);
  border-color: rgba(193, 193, 193, 0.972); }
  .alert-secondary hr {
    border-top-color: rgba(180, 180, 180, 0.972); }
  .alert-secondary .alert-link {
    color: rgba(0, 0, 0, 0.948); }

.alert-success {
  color: #0a584a;
  background-color: #d0eee9;
  border-color: #bde7e0; }
  .alert-success hr {
    border-top-color: #aae0d7; }
  .alert-success .alert-link {
    color: #052a23; }

.alert-info {
  color: rgba(0, 58, 89, 0.896);
  background-color: rgba(219, 238, 249, 0.96);
  border-color: rgba(203, 231, 246, 0.944); }
  .alert-info hr {
    border-top-color: rgba(181, 221, 242, 0.944); }
  .alert-info .alert-link {
    color: rgba(0, 25, 38, 0.896); }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #71031d;
  background-color: #f7cdd7;
  border-color: #f4b9c7; }
  .alert-danger hr {
    border-top-color: #f1a3b5; }
  .alert-danger .alert-link {
    color: #3f0210; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: rgba(0, 0, 0, 0.792);
  background-color: rgba(230, 230, 230, 0.92);
  border-color: rgba(219, 219, 219, 0.888); }
  .alert-dark hr {
    border-top-color: rgba(206, 206, 206, 0.888); }
  .alert-dark .alert-link {
    color: rgba(0, 0, 0, 0.792); }

@-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.75rem;
  background-color: #e9ecef;
  border-radius: 3px; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #008CD5;
  transition: width 0.6s ease; }
  @media (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 (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
      animation: none; } }

.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 {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #000;
    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: 3px;
    border-top-right-radius: 3px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #008CD5;
    border-color: #008CD5; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:first-child {
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 0; }

@media (min-width: 600px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-right-radius: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 0; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-right-radius: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 0; } }

@media (min-width: 960px) {
  .list-group-horizontal-xm {
    flex-direction: row; }
    .list-group-horizontal-xm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xm .list-group-item:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-right-radius: 0; }
      .list-group-horizontal-xm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 0; } }

@media (min-width: 1044px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-right-radius: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 0; } }

@media (min-width: 1220px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-right-radius: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 0; } }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #00496f;
  background-color: #b8dff3; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #00496f;
    background-color: #a2d5ef; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #00496f;
    border-color: #00496f; }

.list-group-item-secondary {
  color: rgba(0, 0, 0, 0.948);
  background-color: rgba(193, 193, 193, 0.972); }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: rgba(0, 0, 0, 0.948);
    background-color: rgba(180, 180, 180, 0.972); }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.948);
    border-color: rgba(0, 0, 0, 0.948); }

.list-group-item-success {
  color: #0a584a;
  background-color: #bde7e0; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #0a584a;
    background-color: #aae0d7; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0a584a;
    border-color: #0a584a; }

.list-group-item-info {
  color: rgba(0, 58, 89, 0.896);
  background-color: rgba(203, 231, 246, 0.944); }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: rgba(0, 58, 89, 0.896);
    background-color: rgba(181, 221, 242, 0.944); }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: rgba(0, 58, 89, 0.896);
    border-color: rgba(0, 58, 89, 0.896); }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #71031d;
  background-color: #f4b9c7; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #71031d;
    background-color: #f1a3b5; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #71031d;
    border-color: #71031d; }

.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-dark {
  color: rgba(0, 0, 0, 0.792);
  background-color: rgba(219, 219, 219, 0.888); }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: rgba(0, 0, 0, 0.792);
    background-color: rgba(206, 206, 206, 0.888); }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.792);
    border-color: rgba(0, 0, 0, 0.792); }

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

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

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: none;
  overflow: hidden;
  font-size: 1rem;
  color: #fff;
  background-color: rgba(25, 43, 53, 0.9);
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 0 solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 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, -50px);
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none; }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-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: 4px;
  outline: 0; }

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #DFE6E9;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
  .modal-header .close {
    padding: 1rem 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 #DFE6E9;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

@media (min-width: 600px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 1044px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1220px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  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: 3px; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 4px; }
    .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 {
      bottom: 0;
      border-width: 0.5rem 0.5rem 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-width: 0.5rem 0.5rem 0;
      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: 4px 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 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-width: 0.5rem 0.5rem 0.5rem 0;
      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 {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      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-width: 0 0.5rem 0.5rem 0.5rem;
      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: 4px 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      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-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

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

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

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .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: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  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 {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

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

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.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: #008CD5 !important; }

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

.bg-secondary {
  background-color: rgba(0, 0, 0, 0.9) !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgba(0, 0, 0, 0.9) !important; }

.bg-success {
  background-color: #14AA8F !important; }

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

.bg-info {
  background-color: rgba(0, 138, 213, 0.8) !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgba(0, 105, 162, 0.8) !important; }

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

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

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #a7042a !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-dark {
  background-color: rgba(0, 0, 0, 0.6) !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgba(0, 0, 0, 0.6) !important; }

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #DFE6E9 !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: #008CD5 !important; }

.border-secondary {
  border-color: rgba(0, 0, 0, 0.9) !important; }

.border-success {
  border-color: #14AA8F !important; }

.border-info {
  border-color: rgba(0, 138, 213, 0.8) !important; }

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

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

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

.border-dark {
  border-color: rgba(0, 0, 0, 0.6) !important; }

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

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

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

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

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

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

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

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

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

.rounded-pill {
  border-radius: 50rem !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: 600px) {
  .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: 960px) {
  .d-xm-none {
    display: none !important; }
  .d-xm-inline {
    display: inline !important; }
  .d-xm-inline-block {
    display: inline-block !important; }
  .d-xm-block {
    display: block !important; }
  .d-xm-table {
    display: table !important; }
  .d-xm-table-row {
    display: table-row !important; }
  .d-xm-table-cell {
    display: table-cell !important; }
  .d-xm-flex {
    display: flex !important; }
  .d-xm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1044px) {
  .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: 1220px) {
  .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.85714%; }

.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: 600px) {
  .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: 960px) {
  .flex-xm-row {
    flex-direction: row !important; }
  .flex-xm-column {
    flex-direction: column !important; }
  .flex-xm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xm-wrap {
    flex-wrap: wrap !important; }
  .flex-xm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xm-fill {
    flex: 1 1 auto !important; }
  .flex-xm-grow-0 {
    flex-grow: 0 !important; }
  .flex-xm-grow-1 {
    flex-grow: 1 !important; }
  .flex-xm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xm-start {
    justify-content: flex-start !important; }
  .justify-content-xm-end {
    justify-content: flex-end !important; }
  .justify-content-xm-center {
    justify-content: center !important; }
  .justify-content-xm-between {
    justify-content: space-between !important; }
  .justify-content-xm-around {
    justify-content: space-around !important; }
  .align-items-xm-start {
    align-items: flex-start !important; }
  .align-items-xm-end {
    align-items: flex-end !important; }
  .align-items-xm-center {
    align-items: center !important; }
  .align-items-xm-baseline {
    align-items: baseline !important; }
  .align-items-xm-stretch {
    align-items: stretch !important; }
  .align-content-xm-start {
    align-content: flex-start !important; }
  .align-content-xm-end {
    align-content: flex-end !important; }
  .align-content-xm-center {
    align-content: center !important; }
  .align-content-xm-between {
    align-content: space-between !important; }
  .align-content-xm-around {
    align-content: space-around !important; }
  .align-content-xm-stretch {
    align-content: stretch !important; }
  .align-self-xm-auto {
    align-self: auto !important; }
  .align-self-xm-start {
    align-self: flex-start !important; }
  .align-self-xm-end {
    align-self: flex-end !important; }
  .align-self-xm-center {
    align-self: center !important; }
  .align-self-xm-baseline {
    align-self: baseline !important; }
  .align-self-xm-stretch {
    align-self: stretch !important; } }

@media (min-width: 1044px) {
  .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: 1220px) {
  .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: 600px) {
  .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: 960px) {
  .float-xm-left {
    float: left !important; }
  .float-xm-right {
    float: right !important; }
  .float-xm-none {
    float: none !important; } }

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

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

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !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; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.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-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-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: 600px) {
  .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-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-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: 960px) {
  .m-xm-0 {
    margin: 0 !important; }
  .mt-xm-0,
  .my-xm-0 {
    margin-top: 0 !important; }
  .mr-xm-0,
  .mx-xm-0 {
    margin-right: 0 !important; }
  .mb-xm-0,
  .my-xm-0 {
    margin-bottom: 0 !important; }
  .ml-xm-0,
  .mx-xm-0 {
    margin-left: 0 !important; }
  .m-xm-1 {
    margin: 0.25rem !important; }
  .mt-xm-1,
  .my-xm-1 {
    margin-top: 0.25rem !important; }
  .mr-xm-1,
  .mx-xm-1 {
    margin-right: 0.25rem !important; }
  .mb-xm-1,
  .my-xm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xm-1,
  .mx-xm-1 {
    margin-left: 0.25rem !important; }
  .m-xm-2 {
    margin: 0.5rem !important; }
  .mt-xm-2,
  .my-xm-2 {
    margin-top: 0.5rem !important; }
  .mr-xm-2,
  .mx-xm-2 {
    margin-right: 0.5rem !important; }
  .mb-xm-2,
  .my-xm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xm-2,
  .mx-xm-2 {
    margin-left: 0.5rem !important; }
  .m-xm-3 {
    margin: 1rem !important; }
  .mt-xm-3,
  .my-xm-3 {
    margin-top: 1rem !important; }
  .mr-xm-3,
  .mx-xm-3 {
    margin-right: 1rem !important; }
  .mb-xm-3,
  .my-xm-3 {
    margin-bottom: 1rem !important; }
  .ml-xm-3,
  .mx-xm-3 {
    margin-left: 1rem !important; }
  .m-xm-4 {
    margin: 1.5rem !important; }
  .mt-xm-4,
  .my-xm-4 {
    margin-top: 1.5rem !important; }
  .mr-xm-4,
  .mx-xm-4 {
    margin-right: 1.5rem !important; }
  .mb-xm-4,
  .my-xm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xm-4,
  .mx-xm-4 {
    margin-left: 1.5rem !important; }
  .m-xm-5 {
    margin: 3rem !important; }
  .mt-xm-5,
  .my-xm-5 {
    margin-top: 3rem !important; }
  .mr-xm-5,
  .mx-xm-5 {
    margin-right: 3rem !important; }
  .mb-xm-5,
  .my-xm-5 {
    margin-bottom: 3rem !important; }
  .ml-xm-5,
  .mx-xm-5 {
    margin-left: 3rem !important; }
  .p-xm-0 {
    padding: 0 !important; }
  .pt-xm-0,
  .py-xm-0 {
    padding-top: 0 !important; }
  .pr-xm-0,
  .px-xm-0 {
    padding-right: 0 !important; }
  .pb-xm-0,
  .py-xm-0 {
    padding-bottom: 0 !important; }
  .pl-xm-0,
  .px-xm-0 {
    padding-left: 0 !important; }
  .p-xm-1 {
    padding: 0.25rem !important; }
  .pt-xm-1,
  .py-xm-1 {
    padding-top: 0.25rem !important; }
  .pr-xm-1,
  .px-xm-1 {
    padding-right: 0.25rem !important; }
  .pb-xm-1,
  .py-xm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xm-1,
  .px-xm-1 {
    padding-left: 0.25rem !important; }
  .p-xm-2 {
    padding: 0.5rem !important; }
  .pt-xm-2,
  .py-xm-2 {
    padding-top: 0.5rem !important; }
  .pr-xm-2,
  .px-xm-2 {
    padding-right: 0.5rem !important; }
  .pb-xm-2,
  .py-xm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xm-2,
  .px-xm-2 {
    padding-left: 0.5rem !important; }
  .p-xm-3 {
    padding: 1rem !important; }
  .pt-xm-3,
  .py-xm-3 {
    padding-top: 1rem !important; }
  .pr-xm-3,
  .px-xm-3 {
    padding-right: 1rem !important; }
  .pb-xm-3,
  .py-xm-3 {
    padding-bottom: 1rem !important; }
  .pl-xm-3,
  .px-xm-3 {
    padding-left: 1rem !important; }
  .p-xm-4 {
    padding: 1.5rem !important; }
  .pt-xm-4,
  .py-xm-4 {
    padding-top: 1.5rem !important; }
  .pr-xm-4,
  .px-xm-4 {
    padding-right: 1.5rem !important; }
  .pb-xm-4,
  .py-xm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xm-4,
  .px-xm-4 {
    padding-left: 1.5rem !important; }
  .p-xm-5 {
    padding: 3rem !important; }
  .pt-xm-5,
  .py-xm-5 {
    padding-top: 3rem !important; }
  .pr-xm-5,
  .px-xm-5 {
    padding-right: 3rem !important; }
  .pb-xm-5,
  .py-xm-5 {
    padding-bottom: 3rem !important; }
  .pl-xm-5,
  .px-xm-5 {
    padding-left: 3rem !important; }
  .m-xm-n1 {
    margin: -0.25rem !important; }
  .mt-xm-n1,
  .my-xm-n1 {
    margin-top: -0.25rem !important; }
  .mr-xm-n1,
  .mx-xm-n1 {
    margin-right: -0.25rem !important; }
  .mb-xm-n1,
  .my-xm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xm-n1,
  .mx-xm-n1 {
    margin-left: -0.25rem !important; }
  .m-xm-n2 {
    margin: -0.5rem !important; }
  .mt-xm-n2,
  .my-xm-n2 {
    margin-top: -0.5rem !important; }
  .mr-xm-n2,
  .mx-xm-n2 {
    margin-right: -0.5rem !important; }
  .mb-xm-n2,
  .my-xm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xm-n2,
  .mx-xm-n2 {
    margin-left: -0.5rem !important; }
  .m-xm-n3 {
    margin: -1rem !important; }
  .mt-xm-n3,
  .my-xm-n3 {
    margin-top: -1rem !important; }
  .mr-xm-n3,
  .mx-xm-n3 {
    margin-right: -1rem !important; }
  .mb-xm-n3,
  .my-xm-n3 {
    margin-bottom: -1rem !important; }
  .ml-xm-n3,
  .mx-xm-n3 {
    margin-left: -1rem !important; }
  .m-xm-n4 {
    margin: -1.5rem !important; }
  .mt-xm-n4,
  .my-xm-n4 {
    margin-top: -1.5rem !important; }
  .mr-xm-n4,
  .mx-xm-n4 {
    margin-right: -1.5rem !important; }
  .mb-xm-n4,
  .my-xm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xm-n4,
  .mx-xm-n4 {
    margin-left: -1.5rem !important; }
  .m-xm-n5 {
    margin: -3rem !important; }
  .mt-xm-n5,
  .my-xm-n5 {
    margin-top: -3rem !important; }
  .mr-xm-n5,
  .mx-xm-n5 {
    margin-right: -3rem !important; }
  .mb-xm-n5,
  .my-xm-n5 {
    margin-bottom: -3rem !important; }
  .ml-xm-n5,
  .mx-xm-n5 {
    margin-left: -3rem !important; }
  .m-xm-auto {
    margin: auto !important; }
  .mt-xm-auto,
  .my-xm-auto {
    margin-top: auto !important; }
  .mr-xm-auto,
  .mx-xm-auto {
    margin-right: auto !important; }
  .mb-xm-auto,
  .my-xm-auto {
    margin-bottom: auto !important; }
  .ml-xm-auto,
  .mx-xm-auto {
    margin-left: auto !important; } }

@media (min-width: 1044px) {
  .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-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-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: 1220px) {
  .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-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-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 !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !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: 600px) {
  .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: 960px) {
  .text-xm-left {
    text-align: left !important; }
  .text-xm-right {
    text-align: right !important; }
  .text-xm-center {
    text-align: center !important; } }

@media (min-width: 1044px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1220px) {
  .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-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

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

.text-primary {
  color: #008CD5 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #005a89 !important; }

.text-secondary {
  color: rgba(0, 0, 0, 0.9) !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: rgba(0, 0, 0, 0.9) !important; }

.text-success {
  color: #14AA8F !important; }

a.text-success:hover, a.text-success:focus {
  color: #0c6655 !important; }

.text-info {
  color: rgba(0, 138, 213, 0.8) !important; }

a.text-info:hover, a.text-info:focus {
  color: rgba(0, 88, 137, 0.8) !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #D90537 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #8e0324 !important; }

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: rgba(0, 0, 0, 0.6) !important; }

a.text-dark:hover, a.text-dark:focus {
  color: rgba(0, 0, 0, 0.6) !important; }

.text-body {
  color: #000 !important; }

.text-muted {
  color: #718894 !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; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.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: 1044px !important; }
  .container {
    min-width: 1044px !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: #DFE6E9; }
  .table .thead-dark th {
    color: inherit;
    border-color: #DFE6E9; } }

body {
  overflow-x: hidden; }

h1 {
  font-size: 1.875rem; }
  @media (min-width: 600px) {
    h1 {
      font-size: 3rem; } }

h2 {
  font-size: 1.64062rem;
  letter-spacing: -0.6px; }
  @media (min-width: 600px) {
    h2 {
      font-size: 2.625rem; } }

h3 {
  font-size: 1.25rem;
  letter-spacing: -0.4px; }
  @media (min-width: 600px) {
    h3 {
      font-size: 2rem; } }

h4 {
  font-size: 1.25rem; }
  @media (min-width: 600px) {
    h4 {
      font-size: 1.5rem; } }

.nav-title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0.6px;
  text-transform: uppercase; }

img {
  max-width: 100%;
  height: auto;
  border: none; }

a {
  transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out; }

b,
strong {
  font-weight: 500; }

hr {
  border-color: #E9EEF1; }

.svg-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

/* ==========================================
Single-colored icons can be modified like so:
.svg-icon-name {
  font-size: 32px;
  color: red;
}
========================================== */
.icon-flip {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

[class*=" icon-"], [class^=icon-] {
  display: inline-block;
  background-size: 100% 100%;
  vertical-align: middle; }

[class*=" icon-12"], [class^=icon-12] {
  width: 12px;
  height: 12px; }

[class*=" icon-16"], [class^=icon-16] {
  width: 16px;
  height: 16px; }

[class*=" icon-24"], [class^=icon-24] {
  width: 24px;
  height: 24px; }

[class*=" icon-28"], [class^=icon-28] {
  width: 28px;
  height: 28px; }

[class*=" icon-32"], [class^=icon-32] {
  width: 32px;
  height: 32px; }

[class*=" icon-42"], [class^=icon-42] {
  width: 42px;
  height: 42px; }

[class*=" icon-44"], [class^=icon-44] {
  width: 44px;
  height: 44px; }

.icon-arrow-point-green {
  background-image: url(../img/icons/arrow-point-green.svg); }

.icon-arrow-point-blue {
  background-image: url(../img/icons/arrow-point.svg); }

.icon-arrow-down-blue {
  background-image: url(../img/icons/arrow-down-blue.svg); }

.icon-arrow-down-blue-light {
  background-image: url(../img/icons/arrow-down-blue-light.svg); }

.icon-arrow-down-grey {
  background-image: url(../img/icons/arrow-down-grey.svg); }

.icon-menu-mobile {
  background-image: url(../img/icons/menu-mobile.svg); }

.icon-search {
  background-image: url(../img/icons/search.svg); }

.icon-avatar-empty-on-dark {
  background-image: url(../img/icons/avatar-empty-on-dark.svg); }

.icon-avatar-empty {
  background-image: url(../img/icons/avatar-empty.svg); }

.icon-question {
  background-image: url(../img/icons/question.svg); }

.icon-shop {
  background-image: url(../img/icons/filter-1.svg); }

.icon-sort {
  background-image: url(../img/icons/filter-2.svg); }

.icon-money {
  background-image: url(../img/icons/filter-3.svg); }

.icon-filter {
  background-image: url(../img/icons/filter.svg); }

.icon-close {
  background-image: url(../img/icons/close.svg); }

.icon-success {
  background-image: url(../img/icons/done-green.svg); }

.icon-fail {
  background-image: url(../img/icons/fail.svg); }

.icon-arrow-show {
  background-image: url(../img/icons/arrow-show.svg); }

.icon-arrow-back {
  background-image: url(../img/icons/arrow-back.svg);
  vertical-align: text-bottom; }

.icon-contract {
  background-image: url(../img/icons/contract-2.svg); }

.icon-success-border {
  background-image: url(../img/icons/done-green-border.svg); }

.icon-timer {
  background-image: url(../img/icons/timer-progress.svg); }

.icon-headset {
  background-image: url(../img/icons/headset.svg); }

.btn-primary {
  color: #fff;
  background: #008CD5;
  border-width: 0;
  padding: 12px 26px; }
  .btn-primary:hover, .btn-primary.hover, .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background: #33a3dd;
    box-shadow: none; }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background: #cce8f7; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background: #33a3dd; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: none; }

.btn-secondary {
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  border-width: 0;
  padding: 12px 26px; }
  .btn-secondary:hover, .btn-secondary.hover, .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background: rgba(60, 60, 60, 0.92);
    box-shadow: none; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background: rgba(212, 212, 212, 0.98); }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background: rgba(60, 60, 60, 0.92); }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: none; }

.btn-success {
  color: #fff;
  background: #14AA8F;
  border-width: 0;
  padding: 12px 26px; }
  .btn-success:hover, .btn-success.hover, .btn-success:focus, .btn-success.focus {
    color: #fff;
    background: #43bba5;
    box-shadow: none; }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background: #d0eee9; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background: #43bba5; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: none; }

.btn-info {
  color: #fff;
  background: rgba(0, 138, 213, 0.8);
  border-width: 0;
  padding: 12px 26px; }
  .btn-info:hover, .btn-info.hover, .btn-info:focus, .btn-info.focus {
    color: #fff;
    background: rgba(70, 170, 224, 0.84);
    box-shadow: none; }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background: rgba(219, 238, 249, 0.96); }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background: rgba(70, 170, 224, 0.84); }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: none; }

.btn-warning {
  color: #212529;
  background: #ffc107;
  border-width: 0;
  padding: 12px 26px; }
  .btn-warning:hover, .btn-warning.hover, .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background: #ffcd39;
    box-shadow: none; }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background: #fff3cd; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background: #ffcd39; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: none; }

.btn-danger {
  color: #fff;
  background: #D90537;
  border-width: 0;
  padding: 12px 26px; }
  .btn-danger:hover, .btn-danger.hover, .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background: #e1375f;
    box-shadow: none; }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background: #f7cdd7; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background: #e1375f; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: none; }

.btn-light {
  color: #212529;
  background: #f8f9fa;
  border-width: 0;
  padding: 12px 26px; }
  .btn-light:hover, .btn-light.hover, .btn-light:focus, .btn-light.focus {
    color: #212529;
    background: #f9fafb;
    box-shadow: none; }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background: #fefefe; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background: #f9fafb; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: none; }

.btn-dark {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  border-width: 0;
  padding: 12px 26px; }
  .btn-dark:hover, .btn-dark.hover, .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background: rgba(94, 94, 94, 0.68);
    box-shadow: none; }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background: rgba(230, 230, 230, 0.92); }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background: rgba(94, 94, 94, 0.68); }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: none; }

.btn-shadow-primary {
  color: #fff;
  background: #008CD5;
  border-width: 0;
  padding: 12px 26px;
  box-shadow: 0 2px 12px 0 rgba(6, 51, 75, 0.21); }
  .btn-shadow-primary:hover, .btn-shadow-primary.hover, .btn-shadow-primary:focus, .btn-shadow-primary.focus {
    color: #fff;
    background: #33a3dd;
    box-shadow: none; }
  .btn-shadow-primary.disabled, .btn-shadow-primary:disabled {
    color: #fff;
    background: #cce8f7; }
  .btn-shadow-primary:not(:disabled):not(.disabled):active, .btn-shadow-primary:not(:disabled):not(.disabled).active,
  .show > .btn-shadow-primary.dropdown-toggle {
    color: #fff;
    background: #33a3dd; }
    .btn-shadow-primary:not(:disabled):not(.disabled):active:focus, .btn-shadow-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-shadow-primary.dropdown-toggle:focus {
      box-shadow: none; }
  .btn-shadow-primary:not(:disabled):not(.disabled):not([readonly]):hover, .btn-shadow-primary:not(:disabled):not(.disabled):not([readonly]).hover, .btn-shadow-primary:not(:disabled):not(.disabled):not([readonly]):focus, .btn-shadow-primary:not(:disabled):not(.disabled):not([readonly]).focus, .btn-shadow-primary:not(:disabled):not(.disabled):not([readonly]):active, .btn-shadow-primary:not(:disabled):not(.disabled):not([readonly]).active, .btn-shadow-primary:not(:disabled):not(.disabled):not([readonly]):hover, .btn-shadow-primary:not(:disabled):not(.disabled):not([readonly]).hover, .btn-shadow-primary:not(:disabled):not(.disabled):not([readonly]):focus, .btn-shadow-primary:not(:disabled):not(.disabled):not([readonly]).focus, .btn-shadow-primary:not(:disabled):not(.disabled):not([readonly]):active, .btn-shadow-primary:not(:disabled):not(.disabled):not([readonly]).active {
    box-shadow: 0 2px 12px 0 rgba(6, 51, 75, 0.21); }
  .btn-shadow-primary.disabled, .btn-shadow-primary:disabled {
    box-shadow: none; }

.btn-outline-primary {
  color: #008CD5;
  border-color: #DFE6E9;
  background-color: transparent; }
  .btn-outline-primary:hover, .btn-outline-primary.hover, .btn-outline-primary:focus, .btn-outline-primary.focus {
    color: #008CD5;
    background-color: transparent;
    border-color: #008CD5;
    box-shadow: none; }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #718894;
    background-color: transparent;
    border-color: #DFE6E9; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #008CD5;
    background-color: transparent;
    border-color: #008CD5; }
    .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: none; }

.btn-outline-stroke-primary {
  color: #008CD5;
  border-color: #008CD5;
  background-color: transparent; }
  .btn-outline-stroke-primary:hover, .btn-outline-stroke-primary.hover, .btn-outline-stroke-primary:focus, .btn-outline-stroke-primary.focus {
    color: #33a3dd;
    background-color: transparent;
    border-color: #33a3dd;
    box-shadow: none; }
  .btn-outline-stroke-primary.disabled, .btn-outline-stroke-primary:disabled {
    color: #718894;
    background-color: transparent;
    border-color: #DFE6E9; }
  .btn-outline-stroke-primary:not(:disabled):not(.disabled):active, .btn-outline-stroke-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-stroke-primary.dropdown-toggle {
    color: #33a3dd;
    background-color: transparent;
    border-color: #33a3dd; }
    .btn-outline-stroke-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-stroke-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-stroke-primary.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-secondary {
  color: rgba(0, 0, 0, 0.9);
  border-color: #DFE6E9;
  background-color: transparent; }
  .btn-outline-secondary:hover, .btn-outline-secondary.hover, .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    color: rgba(0, 0, 0, 0.9);
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.9);
    box-shadow: none; }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #718894;
    background-color: transparent;
    border-color: #DFE6E9; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: rgba(0, 0, 0, 0.9);
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.9); }
    .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: none; }

.btn-outline-stroke-secondary {
  color: rgba(0, 0, 0, 0.9);
  border-color: rgba(0, 0, 0, 0.9);
  background-color: transparent; }
  .btn-outline-stroke-secondary:hover, .btn-outline-stroke-secondary.hover, .btn-outline-stroke-secondary:focus, .btn-outline-stroke-secondary.focus {
    color: rgba(60, 60, 60, 0.92);
    background-color: transparent;
    border-color: rgba(60, 60, 60, 0.92);
    box-shadow: none; }
  .btn-outline-stroke-secondary.disabled, .btn-outline-stroke-secondary:disabled {
    color: #718894;
    background-color: transparent;
    border-color: #DFE6E9; }
  .btn-outline-stroke-secondary:not(:disabled):not(.disabled):active, .btn-outline-stroke-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-stroke-secondary.dropdown-toggle {
    color: rgba(60, 60, 60, 0.92);
    background-color: transparent;
    border-color: rgba(60, 60, 60, 0.92); }
    .btn-outline-stroke-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-stroke-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-stroke-secondary.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-success {
  color: #14AA8F;
  border-color: #DFE6E9;
  background-color: transparent; }
  .btn-outline-success:hover, .btn-outline-success.hover, .btn-outline-success:focus, .btn-outline-success.focus {
    color: #14AA8F;
    background-color: transparent;
    border-color: #14AA8F;
    box-shadow: none; }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #718894;
    background-color: transparent;
    border-color: #DFE6E9; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #14AA8F;
    background-color: transparent;
    border-color: #14AA8F; }
    .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: none; }

.btn-outline-stroke-success {
  color: #14AA8F;
  border-color: #14AA8F;
  background-color: transparent; }
  .btn-outline-stroke-success:hover, .btn-outline-stroke-success.hover, .btn-outline-stroke-success:focus, .btn-outline-stroke-success.focus {
    color: #43bba5;
    background-color: transparent;
    border-color: #43bba5;
    box-shadow: none; }
  .btn-outline-stroke-success.disabled, .btn-outline-stroke-success:disabled {
    color: #718894;
    background-color: transparent;
    border-color: #DFE6E9; }
  .btn-outline-stroke-success:not(:disabled):not(.disabled):active, .btn-outline-stroke-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-stroke-success.dropdown-toggle {
    color: #43bba5;
    background-color: transparent;
    border-color: #43bba5; }
    .btn-outline-stroke-success:not(:disabled):not(.disabled):active:focus, .btn-outline-stroke-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-stroke-success.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-info {
  color: rgba(0, 138, 213, 0.8);
  border-color: #DFE6E9;
  background-color: transparent; }
  .btn-outline-info:hover, .btn-outline-info.hover, .btn-outline-info:focus, .btn-outline-info.focus {
    color: rgba(0, 138, 213, 0.8);
    background-color: transparent;
    border-color: rgba(0, 138, 213, 0.8);
    box-shadow: none; }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #718894;
    background-color: transparent;
    border-color: #DFE6E9; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: rgba(0, 138, 213, 0.8);
    background-color: transparent;
    border-color: rgba(0, 138, 213, 0.8); }
    .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: none; }

.btn-outline-stroke-info {
  color: rgba(0, 138, 213, 0.8);
  border-color: rgba(0, 138, 213, 0.8);
  background-color: transparent; }
  .btn-outline-stroke-info:hover, .btn-outline-stroke-info.hover, .btn-outline-stroke-info:focus, .btn-outline-stroke-info.focus {
    color: rgba(70, 170, 224, 0.84);
    background-color: transparent;
    border-color: rgba(70, 170, 224, 0.84);
    box-shadow: none; }
  .btn-outline-stroke-info.disabled, .btn-outline-stroke-info:disabled {
    color: #718894;
    background-color: transparent;
    border-color: #DFE6E9; }
  .btn-outline-stroke-info:not(:disabled):not(.disabled):active, .btn-outline-stroke-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-stroke-info.dropdown-toggle {
    color: rgba(70, 170, 224, 0.84);
    background-color: transparent;
    border-color: rgba(70, 170, 224, 0.84); }
    .btn-outline-stroke-info:not(:disabled):not(.disabled):active:focus, .btn-outline-stroke-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-stroke-info.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-warning {
  color: #ffc107;
  border-color: #DFE6E9;
  background-color: transparent; }
  .btn-outline-warning:hover, .btn-outline-warning.hover, .btn-outline-warning:focus, .btn-outline-warning.focus {
    color: #ffc107;
    background-color: transparent;
    border-color: #ffc107;
    box-shadow: none; }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #718894;
    background-color: transparent;
    border-color: #DFE6E9; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #ffc107;
    background-color: transparent;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-stroke-warning {
  color: #ffc107;
  border-color: #ffc107;
  background-color: transparent; }
  .btn-outline-stroke-warning:hover, .btn-outline-stroke-warning.hover, .btn-outline-stroke-warning:focus, .btn-outline-stroke-warning.focus {
    color: #ffcd39;
    background-color: transparent;
    border-color: #ffcd39;
    box-shadow: none; }
  .btn-outline-stroke-warning.disabled, .btn-outline-stroke-warning:disabled {
    color: #718894;
    background-color: transparent;
    border-color: #DFE6E9; }
  .btn-outline-stroke-warning:not(:disabled):not(.disabled):active, .btn-outline-stroke-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-stroke-warning.dropdown-toggle {
    color: #ffcd39;
    background-color: transparent;
    border-color: #ffcd39; }
    .btn-outline-stroke-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-stroke-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-stroke-warning.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-danger {
  color: #D90537;
  border-color: #DFE6E9;
  background-color: transparent; }
  .btn-outline-danger:hover, .btn-outline-danger.hover, .btn-outline-danger:focus, .btn-outline-danger.focus {
    color: #D90537;
    background-color: transparent;
    border-color: #D90537;
    box-shadow: none; }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #718894;
    background-color: transparent;
    border-color: #DFE6E9; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #D90537;
    background-color: transparent;
    border-color: #D90537; }
    .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: none; }

.btn-outline-stroke-danger {
  color: #D90537;
  border-color: #D90537;
  background-color: transparent; }
  .btn-outline-stroke-danger:hover, .btn-outline-stroke-danger.hover, .btn-outline-stroke-danger:focus, .btn-outline-stroke-danger.focus {
    color: #e1375f;
    background-color: transparent;
    border-color: #e1375f;
    box-shadow: none; }
  .btn-outline-stroke-danger.disabled, .btn-outline-stroke-danger:disabled {
    color: #718894;
    background-color: transparent;
    border-color: #DFE6E9; }
  .btn-outline-stroke-danger:not(:disabled):not(.disabled):active, .btn-outline-stroke-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-stroke-danger.dropdown-toggle {
    color: #e1375f;
    background-color: transparent;
    border-color: #e1375f; }
    .btn-outline-stroke-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-stroke-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-stroke-danger.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #DFE6E9;
  background-color: transparent; }
  .btn-outline-light:hover, .btn-outline-light.hover, .btn-outline-light:focus, .btn-outline-light.focus {
    color: #f8f9fa;
    background-color: transparent;
    border-color: #f8f9fa;
    box-shadow: none; }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #718894;
    background-color: transparent;
    border-color: #DFE6E9; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #f8f9fa;
    background-color: transparent;
    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: none; }

.btn-outline-stroke-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
  background-color: transparent; }
  .btn-outline-stroke-light:hover, .btn-outline-stroke-light.hover, .btn-outline-stroke-light:focus, .btn-outline-stroke-light.focus {
    color: #f9fafb;
    background-color: transparent;
    border-color: #f9fafb;
    box-shadow: none; }
  .btn-outline-stroke-light.disabled, .btn-outline-stroke-light:disabled {
    color: #718894;
    background-color: transparent;
    border-color: #DFE6E9; }
  .btn-outline-stroke-light:not(:disabled):not(.disabled):active, .btn-outline-stroke-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-stroke-light.dropdown-toggle {
    color: #f9fafb;
    background-color: transparent;
    border-color: #f9fafb; }
    .btn-outline-stroke-light:not(:disabled):not(.disabled):active:focus, .btn-outline-stroke-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-stroke-light.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-dark {
  color: rgba(0, 0, 0, 0.6);
  border-color: #DFE6E9;
  background-color: transparent; }
  .btn-outline-dark:hover, .btn-outline-dark.hover, .btn-outline-dark:focus, .btn-outline-dark.focus {
    color: rgba(0, 0, 0, 0.6);
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.6);
    box-shadow: none; }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #718894;
    background-color: transparent;
    border-color: #DFE6E9; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: rgba(0, 0, 0, 0.6);
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.6); }
    .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: none; }

.btn-outline-stroke-dark {
  color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .btn-outline-stroke-dark:hover, .btn-outline-stroke-dark.hover, .btn-outline-stroke-dark:focus, .btn-outline-stroke-dark.focus {
    color: rgba(94, 94, 94, 0.68);
    background-color: transparent;
    border-color: rgba(94, 94, 94, 0.68);
    box-shadow: none; }
  .btn-outline-stroke-dark.disabled, .btn-outline-stroke-dark:disabled {
    color: #718894;
    background-color: transparent;
    border-color: #DFE6E9; }
  .btn-outline-stroke-dark:not(:disabled):not(.disabled):active, .btn-outline-stroke-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-stroke-dark.dropdown-toggle {
    color: rgba(94, 94, 94, 0.68);
    background-color: transparent;
    border-color: rgba(94, 94, 94, 0.68); }
    .btn-outline-stroke-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-stroke-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-stroke-dark.dropdown-toggle:focus {
      box-shadow: none; }

.btn-outline-shadow-primary {
  color: #008CD5;
  box-shadow: 2px 2px 6px 0 rgba(35, 61, 75, 0.08);
  background: #fff;
  border-color: #fff; }
  .btn-outline-shadow-primary:hover, .btn-outline-shadow-primary.hover, .btn-outline-shadow-primary:focus, .btn-outline-shadow-primary.focus {
    color: #33a3dd;
    box-shadow: 2px 2px 6px 0 rgba(35, 61, 75, 0.08); }
  .btn-outline-shadow-primary.disabled, .btn-outline-shadow-primary:disabled {
    color: #718894;
    box-shadow: 1px 1px 1px 0 rgba(35, 61, 75, 0.08); }
  .btn-outline-shadow-primary:not(:disabled):not(.disabled):active, .btn-outline-shadow-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-shadow-primary.dropdown-toggle {
    color: #33a3dd;
    box-shadow: 2px 2px 6px 0 rgba(35, 61, 75, 0.08); }

.btn-outline-shadow-secondary {
  color: rgba(0, 0, 0, 0.9);
  box-shadow: 2px 2px 6px 0 rgba(35, 61, 75, 0.08);
  background: #fff;
  border-color: #fff; }
  .btn-outline-shadow-secondary:hover, .btn-outline-shadow-secondary.hover, .btn-outline-shadow-secondary:focus, .btn-outline-shadow-secondary.focus {
    color: rgba(60, 60, 60, 0.92);
    box-shadow: 2px 2px 6px 0 rgba(35, 61, 75, 0.08); }
  .btn-outline-shadow-secondary.disabled, .btn-outline-shadow-secondary:disabled {
    color: #718894;
    box-shadow: 1px 1px 1px 0 rgba(35, 61, 75, 0.08); }
  .btn-outline-shadow-secondary:not(:disabled):not(.disabled):active, .btn-outline-shadow-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-shadow-secondary.dropdown-toggle {
    color: rgba(60, 60, 60, 0.92);
    box-shadow: 2px 2px 6px 0 rgba(35, 61, 75, 0.08); }

.btn-outline-shadow-success {
  color: #14AA8F;
  box-shadow: 2px 2px 6px 0 rgba(35, 61, 75, 0.08);
  background: #fff;
  border-color: #fff; }
  .btn-outline-shadow-success:hover, .btn-outline-shadow-success.hover, .btn-outline-shadow-success:focus, .btn-outline-shadow-success.focus {
    color: #43bba5;
    box-shadow: 2px 2px 6px 0 rgba(35, 61, 75, 0.08); }
  .btn-outline-shadow-success.disabled, .btn-outline-shadow-success:disabled {
    color: #718894;
    box-shadow: 1px 1px 1px 0 rgba(35, 61, 75, 0.08); }
  .btn-outline-shadow-success:not(:disabled):not(.disabled):active, .btn-outline-shadow-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-shadow-success.dropdown-toggle {
    color: #43bba5;
    box-shadow: 2px 2px 6px 0 rgba(35, 61, 75, 0.08); }

.btn-outline-shadow-info {
  color: rgba(0, 138, 213, 0.8);
  box-shadow: 2px 2px 6px 0 rgba(35, 61, 75, 0.08);
  background: #fff;
  border-color: #fff; }
  .btn-outline-shadow-info:hover, .btn-outline-shadow-info.hover, .btn-outline-shadow-info:focus, .btn-outline-shadow-info.focus {
    color: rgba(70, 170, 224, 0.84);
    box-shadow: 2px 2px 6px 0 rgba(35, 61, 75, 0.08); }
  .btn-outline-shadow-info.disabled, .btn-outline-shadow-info:disabled {
    color: #718894;
    box-shadow: 1px 1px 1px 0 rgba(35, 61, 75, 0.08); }
  .btn-outline-shadow-info:not(:disabled):not(.disabled):active, .btn-outline-shadow-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-shadow-info.dropdown-toggle {
    color: rgba(70, 170, 224, 0.84);
    box-shadow: 2px 2px 6px 0 rgba(35, 61, 75, 0.08); }

.btn-outline-shadow-warning {
  color: #ffc107;
  box-shadow: 2px 2px 6px 0 rgba(35, 61, 75, 0.08);
  background: #212529;
  border-color: #212529; }
  .btn-outline-shadow-warning:hover, .btn-outline-shadow-warning.hover, .btn-outline-shadow-warning:focus, .btn-outline-shadow-warning.focus {
    color: #ffcd39;
    box-shadow: 2px 2px 6px 0 rgba(35, 61, 75, 0.08); }
  .btn-outline-shadow-warning.disabled, .btn-outline-shadow-warning:disabled {
    color: #718894;
    box-shadow: 1px 1px 1px 0 rgba(35, 61, 75, 0.08); }
  .btn-outline-shadow-warning:not(:disabled):not(.disabled):active, .btn-outline-shadow-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-shadow-warning.dropdown-toggle {
    color: #ffcd39;
    box-shadow: 2px 2px 6px 0 rgba(35, 61, 75, 0.08); }

.btn-outline-shadow-danger {
  color: #D90537;
  box-shadow: 2px 2px 6px 0 rgba(35, 61, 75, 0.08);
  background: #fff;
  border-color: #fff; }
  .btn-outline-shadow-danger:hover, .btn-outline-shadow-danger.hover, .btn-outline-shadow-danger:focus, .btn-outline-shadow-danger.focus {
    color: #e1375f;
    box-shadow: 2px 2px 6px 0 rgba(35, 61, 75, 0.08); }
  .btn-outline-shadow-danger.disabled, .btn-outline-shadow-danger:disabled {
    color: #718894;
    box-shadow: 1px 1px 1px 0 rgba(35, 61, 75, 0.08); }
  .btn-outline-shadow-danger:not(:disabled):not(.disabled):active, .btn-outline-shadow-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-shadow-danger.dropdown-toggle {
    color: #e1375f;
    box-shadow: 2px 2px 6px 0 rgba(35, 61, 75, 0.08); }

.btn-outline-shadow-light {
  color: #f8f9fa;
  box-shadow: 2px 2px 6px 0 rgba(35, 61, 75, 0.08);
  background: #212529;
  border-color: #212529; }
  .btn-outline-shadow-light:hover, .btn-outline-shadow-light.hover, .btn-outline-shadow-light:focus, .btn-outline-shadow-light.focus {
    color: #f9fafb;
    box-shadow: 2px 2px 6px 0 rgba(35, 61, 75, 0.08); }
  .btn-outline-shadow-light.disabled, .btn-outline-shadow-light:disabled {
    color: #718894;
    box-shadow: 1px 1px 1px 0 rgba(35, 61, 75, 0.08); }
  .btn-outline-shadow-light:not(:disabled):not(.disabled):active, .btn-outline-shadow-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-shadow-light.dropdown-toggle {
    color: #f9fafb;
    box-shadow: 2px 2px 6px 0 rgba(35, 61, 75, 0.08); }

.btn-outline-shadow-dark {
  color: rgba(0, 0, 0, 0.6);
  box-shadow: 2px 2px 6px 0 rgba(35, 61, 75, 0.08);
  background: #fff;
  border-color: #fff; }
  .btn-outline-shadow-dark:hover, .btn-outline-shadow-dark.hover, .btn-outline-shadow-dark:focus, .btn-outline-shadow-dark.focus {
    color: rgba(94, 94, 94, 0.68);
    box-shadow: 2px 2px 6px 0 rgba(35, 61, 75, 0.08); }
  .btn-outline-shadow-dark.disabled, .btn-outline-shadow-dark:disabled {
    color: #718894;
    box-shadow: 1px 1px 1px 0 rgba(35, 61, 75, 0.08); }
  .btn-outline-shadow-dark:not(:disabled):not(.disabled):active, .btn-outline-shadow-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-shadow-dark.dropdown-toggle {
    color: rgba(94, 94, 94, 0.68);
    box-shadow: 2px 2px 6px 0 rgba(35, 61, 75, 0.08); }

.btn-outline-shadow-alone {
  color: rgba(0, 0, 0, 0.9);
  box-shadow: 3px 6px 8px 0 rgba(38, 49, 55, 0.1);
  background: #fff;
  border-color: #fff; }
  .btn-outline-shadow-alone:hover, .btn-outline-shadow-alone.hover, .btn-outline-shadow-alone:focus, .btn-outline-shadow-alone.focus {
    color: #008CD5;
    box-shadow: 2px 2px 6px 0 rgba(35, 61, 75, 0.08); }
  .btn-outline-shadow-alone.disabled, .btn-outline-shadow-alone:disabled {
    color: #fff;
    box-shadow: none; }
  .btn-outline-shadow-alone:not(:disabled):not(.disabled):active, .btn-outline-shadow-alone:not(:disabled):not(.disabled).active,
  .show > .btn-outline-shadow-alone.dropdown-toggle {
    color: #008CD5;
    box-shadow: 2px 2px 6px 0 rgba(35, 61, 75, 0.08); }
  .btn-outline-shadow-alone.disabled, .btn-outline-shadow-alone:disabled {
    background-color: #cce8f7; }

.btn-colored {
  color: #fff;
  background: linear-gradient(270deg, #FF7502, #F90173);
  border-width: 0;
  padding: 12px 26px; }
  .btn-colored:not(:disabled):not(.disabled):not([readonly]):hover, .btn-colored:not(:disabled):not(.disabled):not([readonly]).hover, .btn-colored:not(:disabled):not(.disabled):not([readonly]):focus, .btn-colored:not(:disabled):not(.disabled):not([readonly]).focus, .btn-colored:not(:disabled):not(.disabled):not([readonly]):active, .btn-colored:not(:disabled):not(.disabled):not([readonly]).active, .btn-colored:not(:disabled):not(.disabled):not([readonly]):hover, .btn-colored:not(:disabled):not(.disabled):not([readonly]).hover, .btn-colored:not(:disabled):not(.disabled):not([readonly]):focus, .btn-colored:not(:disabled):not(.disabled):not([readonly]).focus, .btn-colored:not(:disabled):not(.disabled):not([readonly]):active, .btn-colored:not(:disabled):not(.disabled):not([readonly]).active {
    color: #fff;
    opacity: 0.8; }
  .btn-colored.disabled, .btn-colored:disabled,
  .btn-colored [readonly] {
    color: #fff;
    opacity: 0.2; }

.btn-orange {
  color: #000;
  background: linear-gradient(193.64deg, #FFCF00 9.93%, #FF9700 84.7%);
  box-shadow: 1px 4px 12px rgba(60, 39, 0, 0.16);
  border-width: 0;
  padding: 12px 26px; }
  .btn-orange:not(:disabled):not(.disabled):not([readonly]):hover, .btn-orange:not(:disabled):not(.disabled):not([readonly]).hover, .btn-orange:not(:disabled):not(.disabled):not([readonly]):focus, .btn-orange:not(:disabled):not(.disabled):not([readonly]).focus, .btn-orange:not(:disabled):not(.disabled):not([readonly]):active, .btn-orange:not(:disabled):not(.disabled):not([readonly]).active, .btn-orange:not(:disabled):not(.disabled):not([readonly]):hover, .btn-orange:not(:disabled):not(.disabled):not([readonly]).hover, .btn-orange:not(:disabled):not(.disabled):not([readonly]):focus, .btn-orange:not(:disabled):not(.disabled):not([readonly]).focus, .btn-orange:not(:disabled):not(.disabled):not([readonly]):active, .btn-orange:not(:disabled):not(.disabled):not([readonly]).active {
    color: #000;
    opacity: 0.9; }
  .btn-orange.disabled, .btn-orange:disabled,
  .btn-orange [readonly] {
    color: #000;
    opacity: 0.2; }

.btn-outline-transparent {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  background-color: transparent; }
  .btn-outline-transparent:hover, .btn-outline-transparent.hover, .btn-outline-transparent:focus, .btn-outline-transparent.focus {
    color: #fff;
    background-color: #0995DE;
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: none; }
  .btn-outline-transparent.disabled, .btn-outline-transparent:disabled {
    color: rgba(255, 255, 255, 0.3);
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2); }
  .btn-outline-transparent:not(:disabled):not(.disabled):active, .btn-outline-transparent:not(:disabled):not(.disabled).active,
  .show > .btn-outline-transparent.dropdown-toggle {
    color: #fff;
    background-color: #0995DE;
    border-color: rgba(255, 255, 255, 0.2); }
    .btn-outline-transparent:not(:disabled):not(.disabled):active:focus, .btn-outline-transparent:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-transparent.dropdown-toggle:focus {
      box-shadow: none; }

.btn-clean {
  padding: 0; }
  .btn-clean:hover, .btn-clean:focus, .btn-clean:active {
    opacity: 0.8;
    color: currentColor; }

.btn-link {
  padding: 0;
  color: #008CD5;
  border: none;
  text-align: left;
  font-weight: 500;
  font-family: "Roboto", sans-serif; }
  .btn-link:hover, .btn-link:focus, .btn-link:active {
    opacity: 0.8;
    color: #008CD5;
    text-decoration: none; }

.btn-link-nav {
  padding: 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #E4EFF5;
  font-size: 0.875rem;
  letter-spacing: -0.2px;
  line-height: 1; }
  .btn-link-nav:hover, .btn-link-nav:focus, .btn-link-nav:active {
    color: #008CD5; }

.btn-close {
  width: 32px;
  height: 32px;
  border-width: 0;
  padding: 0;
  color: #000; }
  .btn-close:hover, .btn-close:focus, .btn-close:active {
    color: #008CD5; }

.btn-close-circle {
  width: 32px;
  height: 32px;
  border-width: 0;
  padding: 0;
  background: #fff;
  color: #000;
  box-shadow: 4px 4px 11px 0 rgba(38, 49, 55, 0.1);
  border-radius: 50%; }

.btn-show {
  width: 32px;
  height: 32px;
  border-width: 0;
  padding: 0;
  color: #718894;
  opacity: 0.3; }
  .btn-show:hover, .btn-show:focus, .btn-show:active {
    color: #008CD5;
    opacity: 1; }

.btn-icon-ml {
  margin-left: 5px; }

.btn-wide {
  padding-left: 35px;
  padding-right: 35px; }

.btn-dashed {
  padding-bottom: 1px;
  position: relative; }
  .btn-dashed::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    opacity: 0.4;
    background-image: linear-gradient(to right, currentColor 60%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 5px 1px;
    background-repeat: repeat-x; }
  .btn-dashed:hover::after, .btn-dashed:focus::after, .btn-dashed:active::after {
    opacity: 1; }

.input-group-prepend .btn,
.input-group-append .btn {
  padding: 0.5625rem 0.6875rem; }

.dropdown-menu {
  box-shadow: 0 -2px 12px 0 rgba(20, 29, 34, 0.08); }

.dropdown-divider {
  margin-left: 0.875rem;
  margin-right: 0.875rem; }

.form-control:not(:disabled):not(.disabled):not([readonly]):hover, .form-control:not(:disabled):not(.disabled):not([readonly]).hover, .form-control:not(:disabled):not(.disabled):not([readonly]):focus, .form-control:not(:disabled):not(.disabled):not([readonly]).focus, .form-control:not(:disabled):not(.disabled):not([readonly]):active, .form-control:not(:disabled):not(.disabled):not([readonly]).active, .form-control:not(:disabled):not(.disabled):not([readonly]):hover, .form-control:not(:disabled):not(.disabled):not([readonly]).hover, .form-control:not(:disabled):not(.disabled):not([readonly]):focus, .form-control:not(:disabled):not(.disabled):not([readonly]).focus, .form-control:not(:disabled):not(.disabled):not([readonly]):active, .form-control:not(:disabled):not(.disabled):not([readonly]).active {
  box-shadow: 0 0 4px 0 rgba(113, 159, 190, 0.3);
  border-color: #DFE6E9; }

.form-control::-webkit-input-placeholder {
  opacity: 0.6; }

.form-control::-moz-placeholder {
  opacity: 0.6; }

.form-control:-ms-input-placeholder {
  opacity: 0.6; }

.form-control::-ms-input-placeholder {
  opacity: 0.6; }

.form-control::placeholder {
  opacity: 0.6; }

.form-control-padding-lg {
  height: 44px; }

label {
  font-family: "Rubik", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 1.14; }

.form-check-label {
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.43; }

.form-group {
  margin-bottom: 10px;
  font-size: 0.875rem; }

.form-text {
  font-size: 0.75rem; }

.col-form-label {
  font-size: 0.875rem;
  padding-top: 0px;
  padding-bottom: 7px;
  padding-right: 0; }
  @media (min-width: 600px) {
    .col-form-label {
      text-align: right;
      padding-top: 10px; } }

textarea {
  resize: none; }

.input-group-append.rounded-corners {
  margin-left: -4px; }
  .input-group-append.rounded-corners .btn {
    z-index: 5;
    border-radius: 3px; }

.input-group-file {
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .input-group-file .input-file-btn {
    position: relative;
    margin-right: 15px;
    white-space: nowrap; }
    .input-group-file .input-file-btn input[type=file] {
      opacity: 0;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
  .input-group-file .input-file-chosen {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.875rem; }

.custom-range::-webkit-slider-thumb {
  position: relative;
  top: -1px;
  box-shadow: 0 2px 3px 0 rgba(0, 42, 64, 0.14);
  background-image: url("../img/icons/filter-control.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto; }

.custom-range::-moz-range-thumb {
  position: relative;
  top: -1px;
  box-shadow: 0 2px 3px 0 rgba(0, 42, 64, 0.14);
  background-image: url("../img/icons/filter-control.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto; }

.custom-range::-ms-thumb {
  position: relative;
  top: -1px;
  box-shadow: 0 2px 3px 0 rgba(0, 42, 64, 0.14);
  background-image: url("../img/icons/filter-control.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto; }

.modal-fullscreen-mobile {
  margin-bottom: 0 !important; }
  @media (max-width: 599.98px) {
    .modal-fullscreen-mobile {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      border-radius: 0 !important;
      width: 100% !important;
      height: auto !important;
      min-height: 100% !important; } }

.modal-fullscreen-bottom-mobile {
  margin-bottom: 0 !important; }
  .modal-fullscreen-bottom-mobile.slide-enter {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  .modal-fullscreen-bottom-mobile.slide-enter-active {
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out; }
  .modal-fullscreen-bottom-mobile.slide-leave-to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  .modal-fullscreen-bottom-mobile.slide-leave-active {
    transition: -webkit-transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in; }
  @media (max-width: 1219.98px) {
    .modal-fullscreen-bottom-mobile {
      position: absolute !important;
      top: auto !important;
      bottom: 0 !important;
      left: 0 !important;
      border-radius: 0 !important;
      width: 100% !important;
      height: auto !important;
      max-height: 100vh !important;
      overflow-y: auto !important;
      -webkit-overflow-scrolling: touch; } }

#app .v--modal-overlay {
  background: rgba(0, 0, 0, 0.5);
  width: auto;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }
  #app .v--modal-overlay[data-modal="gallery"] {
    background: rgba(0, 0, 0, 0.9); }
  #app .v--modal-overlay.scrollable {
    height: auto;
    min-height: auto; }

.badge {
  line-height: 1.25;
  font-family: "Rubik", sans-serif; }

.badge-colored {
  background: linear-gradient(270deg, #FF7502, #F90173);
  color: #fff; }

.badge-promo {
  background: #fdf0f3;
  color: #D90537; }

[class*=" badge-icon-"], [class^=badge-icon-] {
  padding-left: 32px;
  background-position: 2px 50%;
  background-repeat: no-repeat;
  background-size: auto; }

.badge-icon-new {
  background-image: url("../img/icons/new-badge.svg"); }

.badge-icon-contract {
  background-image: url("../img/icons/contract.svg"); }

.badge-icon-timer {
  position: relative;
  background-position: 0 0; }
  .badge-icon-timer::before {
    content: "";
    display: block;
    background-image: url("../img/icons/timer.svg");
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -14px;
    width: 28px;
    height: 28px; }

.toast {
  border-radius: 0;
  position: relative;
  -webkit-backdrop-filter: none;
  backdrop-filter: none; }
  .toast:not(:last-child) {
    margin-bottom: 2px; }
  .toast.hide {
    display: none !important; }
  @media (min-width: 768px) {
    .toast {
      border-radius: 4px; } }

.toast-body {
  padding: 16px 20px; }

.toast-status-icon {
  margin-top: -4px; }

.toast-close {
  color: #fff;
  opacity: 0.5;
  margin-left: 8px;
  margin-right: -8px;
  margin-top: -4px;
  margin-bottom: -4px; }
  .toast-close:hover, .toast-close:focus, .toast-close:active {
    color: #fff;
    opacity: 0.7; }

.toast-buttons {
  margin-top: 8px;
  margin-bottom: -4px; }
  @media (min-width: 768px) {
    .toast-buttons {
      margin-top: -10px;
      margin-bottom: -10px;
      margin-left: 20px; } }

.toast-side {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  line-height: 1.25;
  font-size: 0.75rem;
  border-radius: 2px;
  display: none; }
  .toast-side:not(:last-child) {
    margin-bottom: 4px; }
  .toast-side:hover .toast-close {
    opacity: 0.5; }
  .toast-side.show {
    display: flex; }
  .toast-side .toast-close {
    position: absolute;
    color: #fff;
    opacity: 0;
    margin: 0;
    top: 0;
    right: 0; }
    .toast-side .toast-close:hover, .toast-side .toast-close:focus, .toast-side .toast-close:active {
      color: #fff;
      opacity: 0.7; }
  .toast-side .toast-body {
    padding: 16px 16px 12px; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

.loader {
  margin: 30px auto;
  font-size: 3px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 140, 213, 0.2);
  border-right: 1.1em solid rgba(0, 140, 213, 0.2);
  border-bottom: 1.1em solid rgba(0, 140, 213, 0.2);
  border-left: 1.1em solid #008CD5;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.header {
  background: #008CD5 url("../img/_Backgrounds/Header-BG-tablet@2x.jpg") 50% 50% no-repeat;
  background-size: cover;
  height: 60px;
  color: #fff;
  padding: 8px 0;
  position: -webkit-sticky;
  position: sticky;
  z-index: 150;
  left: 0;
  right: 0;
  top: 0; }
  @media (min-width: 768px) {
    .header {
      height: 80px;
      padding-left: 5px;
      padding-right: 5px; } }
  @media (min-width: 1044px) {
    .header {
      background-image: url("../img/_Backgrounds/Header-BG@2x.jpg");
      background-position-x: -142px;
      background-size: auto;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 1440px) {
    .header {
      background-image: url("../img/_Backgrounds/Header-BG-wide@2x.jpg");
      background-position-x: calc(50% + -525px); } }
  .header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    max-width: 1440px; }
  .header__bar-menu-search {
    flex: 1.2;
    margin-left: -13px;
    display: flex;
    justify-content: flex-start; }
  .header__bar-contact-profile {
    flex: 1.2;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    @media (min-width: 1044px) {
      .header__bar-contact-profile {
        flex: 0.75; } }
    @media (min-width: 1220px) {
      .header__bar-contact-profile {
        flex: 1.2; } }
  .header__bar-logo {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (min-width: 1044px) {
      .header__bar-logo {
        justify-content: flex-start; } }
  .header__bar-subscribe {
    flex: 0 0 367px;
    display: flex; }
    .header__bar-subscribe form {
      display: flex;
      flex: 1; }
  .header__logo {
    display: inline-block;
    width: 110px;
    flex: 0 0 110px;
    transition: opacity .15s ease-in-out; }
    @media (min-width: 768px) {
      .header__logo {
        width: 164px;
        flex: 0 0 164px; } }
    .header__logo img {
      width: 100%; }
    .header__logo:hover, .header__logo:active, .header__logo:focus {
      opacity: 0.8; }
  .header__subscribe-input-text {
    margin-right: 1px;
    border-color: #fff; }
    .header__subscribe-input-text:not(:disabled):not(.disabled):not([readonly]):hover, .header__subscribe-input-text:not(:disabled):not(.disabled):not([readonly]).hover, .header__subscribe-input-text:not(:disabled):not(.disabled):not([readonly]):focus, .header__subscribe-input-text:not(:disabled):not(.disabled):not([readonly]).focus, .header__subscribe-input-text:not(:disabled):not(.disabled):not([readonly]):active, .header__subscribe-input-text:not(:disabled):not(.disabled):not([readonly]).active, .header__subscribe-input-text:not(:disabled):not(.disabled):not([readonly]):hover, .header__subscribe-input-text:not(:disabled):not(.disabled):not([readonly]).hover, .header__subscribe-input-text:not(:disabled):not(.disabled):not([readonly]):focus, .header__subscribe-input-text:not(:disabled):not(.disabled):not([readonly]).focus, .header__subscribe-input-text:not(:disabled):not(.disabled):not([readonly]):active, .header__subscribe-input-text:not(:disabled):not(.disabled):not([readonly]).active {
      border-color: #fff;
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2); }
  .header__subscribe-button {
    color: rgba(255, 255, 255, 0.9); }
  .header__subscribe-help {
    margin-left: 6px; }
  .header__subscribe-tooltip {
    padding: 0;
    margin-top: -1px; }
    .header__subscribe-tooltip.show {
      opacity: 1; }
    .header__subscribe-tooltip .tooltip-inner {
      background: #F8FFEE;
      box-shadow: 0 -2px 12px 0 rgba(20, 29, 34, 0.08);
      border-radius: 2px;
      font-size: 0.875rem;
      color: rgba(0, 0, 0, 0.9);
      line-height: 1.3;
      padding: 12px 16px 14px;
      text-align: left;
      max-width: 423px; }
  .header__contact {
    line-height: 1.1; }
  .header__contact-caption {
    font-size: 0.8125rem;
    opacity: 0.54;
    margin-bottom: 3px; }
  .header__contact-phone {
    font-size: 1.5rem; }
  .header__profile-tooltip.show {
    opacity: 1; }
  .header__profile-tooltip .tooltip-inner {
    background: #F8FFEE;
    box-shadow: 0 -2px 12px 0 rgba(20, 29, 34, 0.08);
    border-radius: 2px;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.9);
    line-height: 1.3; }
  .header__profile {
    display: flex;
    margin-left: 20px; }
    @media (min-width: 1220px) {
      .header__profile {
        margin-left: 30px; } }
  .header__profile-links {
    margin-left: 15px; }
  .header__profile-link {
    line-height: 1.3; }
  .header__link {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3); }
    .header__link:hover, .header__link:focus, .header__link:active {
      color: #fff;
      border-color: rgba(255, 255, 255, 0.5); }
  .header__button-menu {
    opacity: 0.85; }
    .header__button-menu:hover, .header__button-menu:active, .header__button-menu:focus {
      opacity: 1; }
  .header__button-search {
    opacity: 0.85; }
    .header__button-search:hover, .header__button-search:active, .header__button-search:focus {
      opacity: 1; }
    @media (min-width: 768px) {
      .header__button-search {
        margin-left: 10px; } }
  .header__button-avatar {
    border: none; }
    .header__button-avatar:hover, .header__button-avatar:active, .header__button-avatar:focus {
      opacity: 1;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4); }
  .header__dropdowns {
    margin-left: 20px; }
    @media (min-width: 1220px) {
      .header__dropdowns {
        margin-left: 30px; } }
  .header__dropdown {
    position: relative;
    margin-left: 7px;
    display: inline-block; }
    .header__dropdown:first-child {
      margin-left: 0; }
  .header__dropdown-button {
    text-transform: uppercase;
    color: #fff;
    font-size: 0.9375rem;
    letter-spacing: -0.2px;
    padding: 4px 0; }
    .header__dropdown-button:first-child {
      margin-left: 0; }
  .header__dropdown-menu-countries {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; }
  .header__dropdown-menu-profile {
    left: auto;
    top: 8px;
    right: 10px;
    padding: 12px 0; }
  .header__icon-flag {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.12); }

.footer {
  height: auto;
  color: #fff;
  clear: both;
  position: relative;
  font-size: 0.875rem;
  overflow: hidden;
  display: flex; }
  @media (min-width: 600px) {
    .footer {
      height: auto; } }
  @media (min-width: 1044px) {
    .footer {
      height: auto; } }
  .footer::before {
    content: "";
    display: block;
    position: absolute;
    left: -50%;
    right: -50%;
    top: 100px;
    bottom: -100px;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    background: #008CD5 url("../img/_Backgrounds/BG from 320@2x.jpg") calc(50% + 20px) -26px no-repeat;
    background-size: auto 688px; }
    @media (min-width: 600px) {
      .footer::before {
        background-image: url("../img/_Backgrounds/BG from 600@2x.jpg");
        background-position: calc(50% + 10px) -35px;
        background-size: auto 557px; } }
    @media (min-width: 1044px) {
      .footer::before {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
        background-image: url("../img/_Backgrounds/BG from 1024@2x.jpg");
        background-position: 50% -30px;
        background-size: auto 432px; } }
  .footer__container {
    max-width: 1090px;
    padding-top: 234px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
    text-align: center; }
    @media (min-width: 600px) {
      .footer__container {
        padding-top: 240px; } }
    @media (min-width: 1044px) {
      .footer__container {
        padding-top: 260px;
        padding-left: 30px;
        padding-right: 30px; } }
  .footer__logo {
    display: inline-block;
    width: 200px;
    transition: opacity .15s ease-in-out;
    position: absolute;
    top: 150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (min-width: 600px) {
      .footer__logo {
        top: 157px; } }
    @media (min-width: 1044px) {
      .footer__logo {
        top: 166px; } }
    .footer__logo img {
      width: 100%; }
    .footer__logo:hover, .footer__logo:active, .footer__logo:focus {
      opacity: 0.8; }
  .footer__list {
    margin-top: 2px;
    display: inline-flex;
    flex-flow: column nowrap;
    font-size: 0;
    overflow: hidden; }
    @media (min-width: 600px) {
      .footer__list {
        flex-flow: row nowrap;
        justify-content: center; } }
    @media (min-width: 1044px) {
      .footer__list {
        margin-top: 14px; } }
  .footer__list-item {
    margin-bottom: 16px;
    display: flex;
    flex-flow: row nowrap; }
    @media (min-width: 600px) {
      .footer__list-item {
        flex-flow: column nowrap;
        align-items: center;
        margin-bottom: 0; } }
    @media (min-width: 600px) {
      .footer__list-item:first-child {
        margin-right: 39px; } }
    .footer__list-item:last-child {
      margin-bottom: 0; }
      @media (min-width: 600px) {
        .footer__list-item:last-child {
          margin-left: 45px; } }
  .footer__list-imgwrap {
    width: 44px;
    height: 44px; }
    @media (min-width: 600px) {
      .footer__list-imgwrap {
        width: 54px;
        height: 54px; } }
  .footer__list-image {
    -o-object-fit: contain;
    object-fit: contain; }
  .footer__list-textwrap {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    margin-left: 20px; }
    @media (min-width: 600px) {
      .footer__list-textwrap {
        margin-top: 16px;
        margin-left: 0;
        align-items: center; } }
  .footer__list-desc {
    color: rgba(255, 255, 255, 0.5); }
  .footer__list-link {
    margin-top: 6px;
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff; }
    .footer__list-link:hover, .footer__list-link:active, .footer__list-link:focus {
      border-color: rgba(255, 255, 255, 0.5);
      color: #fff; }
    .footer__list-link_icon {
      position: relative; }
      @media (min-width: 600px) {
        .footer__list-link_icon {
          align-self: flex-start;
          margin-left: 3px; } }
      .footer__list-link_icon::after {
        content: "";
        display: block;
        position: absolute;
        width: 12px;
        height: 12px;
        bottom: 1px;
        right: -16px;
        background-color: transparent;
        background-image: url("../img/icons/external-link-white.svg");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 12px 12px; }
  .footer__bottom {
    position: relative;
    margin-top: 30px;
    height: auto;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    font-size: 0; }
    @media (min-width: 600px) {
      .footer__bottom {
        margin-top: 40px; } }
    @media (min-width: 1044px) {
      .footer__bottom {
        height: 74px;
        margin-top: 55px;
        flex-flow: row nowrap; } }
    .footer__bottom::before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 0;
      top: 0;
      left: 0;
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
      @media (min-width: 1044px) {
        .footer__bottom::before {
          width: calc(100% + 60px);
          left: -30px; } }
      @media (min-width: 1220px) {
        .footer__bottom::before {
          width: 100%;
          left: 0; } }
  .footer__apps {
    margin-top: 20px;
    display: flex;
    flex-flow: row nowrap;
    order: 0; }
    @media (min-width: 600px) {
      .footer__apps {
        margin-top: 30px; } }
    @media (min-width: 1044px) {
      .footer__apps {
        position: absolute;
        margin-top: 0;
        top: -55px;
        right: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        flex-flow: column nowrap;
        width: 116px; } }
  .footer__apps-title {
    display: none;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.6); }
    @media (min-width: 1044px) {
      .footer__apps-title {
        display: block; } }
  .footer__apps-link {
    display: block;
    margin-right: 16px; }
    @media (min-width: 1044px) {
      .footer__apps-link {
        margin-right: 0;
        margin-bottom: 10px; } }
    .footer__apps-link:last-child {
      margin-right: 0; }
      @media (min-width: 1044px) {
        .footer__apps-link:last-child {
          margin-bottom: 0; } }
    .footer__apps-link:hover, .footer__apps-link:active, .footer__apps-link:focus {
      opacity: 0.8; }
  .footer__apps-image_play {
    width: 116px;
    height: 34px; }
  .footer__apps-image_store {
    width: 116px;
    height: 35px; }
  .footer__nav {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 0;
    order: 1;
    margin-top: 24px;
    margin-bottom: 24px; }
    @media (min-width: 600px) {
      .footer__nav {
        margin-top: 30px;
        margin-right: 8px;
        margin-bottom: 20px;
        flex-flow: row nowrap;
        justify-content: center; } }
    @media (min-width: 1044px) {
      .footer__nav {
        margin-top: 0;
        margin-bottom: 0; } }
  .footer__nav-link {
    margin-bottom: 16px;
    color: #fff;
    white-space: nowrap;
    border-color: rgba(255, 255, 255, 0.3); }
    @media (min-width: 600px) {
      .footer__nav-link {
        margin-bottom: 0;
        margin-right: 20px; } }
    @media (min-width: 1044px) {
      .footer__nav-link {
        margin-right: 30px; } }
    .footer__nav-link:last-child {
      margin-bottom: 0; }
      @media (min-width: 600px) {
        .footer__nav-link:last-child {
          margin-right: 0; } }
    .footer__nav-link:hover, .footer__nav-link:active, .footer__nav-link:focus {
      color: #fff;
      border-color: rgba(255, 255, 255, 0.5); }
  .footer__copy {
    text-align: left;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgba(255, 255, 255, 0.6);
    order: 2; }
    @media (min-width: 1044px) {
      .footer__copy {
        width: 50%;
        order: 0; } }
  .footer__social {
    margin: 10px 0 24px;
    text-align: right;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start;
    font-size: 0;
    order: 3; }
    @media (min-width: 600px) {
      .footer__social {
        margin: 20px 0 30px; } }
    @media (min-width: 1044px) {
      .footer__social {
        width: 50%;
        margin: 0;
        justify-content: flex-end;
        align-items: center; } }
  .footer__social-link {
    display: block;
    margin-right: 18px; }
    .footer__social-link:last-child {
      margin-right: 0; }
    .footer__social-link:hover, .footer__social-link:active, .footer__social-link:focus {
      opacity: 0.8; }
  .footer__social-image_twitter {
    width: 28px;
    height: 28px; }
  .footer__social-image_youtube {
    width: 59px;
    height: 28px; }

.wrapper {
  display: flex;
  flex-flow: column nowrap;
  min-height: 100vh; }

.main {
  flex: 1; }
  .main__container {
    padding-top: 20px; }
    @media (min-width: 600px) {
      .main__container {
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px; } }
    @media (min-width: 1044px) {
      .main__container {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 1220px) {
      .main__container {
        padding-left: 65px;
        padding-right: 65px; } }
  .main__catalog {
    margin-bottom: -200px; }

.filter {
  background: #E7F2F8;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.9); }
  @media (min-width: 1044px) {
    .filter {
      padding-left: 15px;
      padding-right: 15px; } }
  .filter__search-input-text {
    border-color: #fff;
    height: 36px;
    background-image: url("../img/icons/search-dark.svg");
    background-position: 12px 50%;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 39px;
    padding-top: 7px;
    padding-bottom: 7px; }
    .filter__search-input-text:not(:disabled):not(.disabled):not([readonly]):hover, .filter__search-input-text:not(:disabled):not(.disabled):not([readonly]).hover, .filter__search-input-text:not(:disabled):not(.disabled):not([readonly]):focus, .filter__search-input-text:not(:disabled):not(.disabled):not([readonly]).focus, .filter__search-input-text:not(:disabled):not(.disabled):not([readonly]):active, .filter__search-input-text:not(:disabled):not(.disabled):not([readonly]).active, .filter__search-input-text:not(:disabled):not(.disabled):not([readonly]):hover, .filter__search-input-text:not(:disabled):not(.disabled):not([readonly]).hover, .filter__search-input-text:not(:disabled):not(.disabled):not([readonly]):focus, .filter__search-input-text:not(:disabled):not(.disabled):not([readonly]).focus, .filter__search-input-text:not(:disabled):not(.disabled):not([readonly]):active, .filter__search-input-text:not(:disabled):not(.disabled):not([readonly]).active {
      border-color: #fff; }
    @media (min-width: 600px) {
      .filter__search-input-text {
        padding-top: 9px;
        padding-bottom: 9px;
        height: 40px; } }
    .filter__search-input-text::-webkit-input-placeholder {
      opacity: 1; }
    .filter__search-input-text::-moz-placeholder {
      opacity: 1; }
    .filter__search-input-text:-ms-input-placeholder {
      opacity: 1; }
    .filter__search-input-text::-ms-input-placeholder {
      opacity: 1; }
    .filter__search-input-text::placeholder {
      opacity: 1; }
  .filter__container {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    max-width: 1440px; }
  .filter__bar-search {
    flex: 1;
    margin-right: 10px; }
  .filter__bar-category, .filter__bar-params, .filter__bar-budget {
    flex: 0 1 auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    position: relative; }
    .filter__bar-category::before, .filter__bar-params::before, .filter__bar-budget::before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -15px;
      height: 30px;
      width: 1px;
      background: #D3E1E7; }
  .filter__bar-budget {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-right: 0; }
  .filter__range {
    width: 410px;
    margin-left: 20px; }
  .filter__bar-toggle {
    flex: 0;
    position: relative; }
  .filter__toggle-button {
    box-shadow: none;
    white-space: nowrap;
    background-image: url("../img/icons/filter.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 7px 10px;
    width: 52px;
    text-indent: -1000px;
    overflow: hidden; }
    @media (min-width: 600px) {
      .filter__toggle-button {
        background-position: 6px 50%;
        padding: 9px 26px 9px 54px;
        text-indent: 0;
        width: auto; } }
  .filter__selector-category, .filter__selector-params, .filter__selector-budget, .filter__label-budget {
    padding: 0px 0px 0px 42px;
    white-space: nowrap;
    line-height: 1.45; }
  .filter__selector-category, .filter__selector-params, .filter__selector-budget {
    cursor: pointer;
    transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out, background 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    .filter__selector-category:not(:disabled):not(.disabled):not([readonly]):hover, .filter__selector-category:not(:disabled):not(.disabled):not([readonly]).hover, .filter__selector-category:not(:disabled):not(.disabled):not([readonly]):focus, .filter__selector-category:not(:disabled):not(.disabled):not([readonly]).focus, .filter__selector-category:not(:disabled):not(.disabled):not([readonly]):active, .filter__selector-category:not(:disabled):not(.disabled):not([readonly]).active, .filter__selector-category:not(:disabled):not(.disabled):not([readonly]):hover, .filter__selector-category:not(:disabled):not(.disabled):not([readonly]).hover, .filter__selector-category:not(:disabled):not(.disabled):not([readonly]):focus, .filter__selector-category:not(:disabled):not(.disabled):not([readonly]).focus, .filter__selector-category:not(:disabled):not(.disabled):not([readonly]):active, .filter__selector-category:not(:disabled):not(.disabled):not([readonly]).active, .filter__selector-params:not(:disabled):not(.disabled):not([readonly]):hover, .filter__selector-params:not(:disabled):not(.disabled):not([readonly]).hover, .filter__selector-params:not(:disabled):not(.disabled):not([readonly]):focus, .filter__selector-params:not(:disabled):not(.disabled):not([readonly]).focus, .filter__selector-params:not(:disabled):not(.disabled):not([readonly]):active, .filter__selector-params:not(:disabled):not(.disabled):not([readonly]).active, .filter__selector-params:not(:disabled):not(.disabled):not([readonly]):hover, .filter__selector-params:not(:disabled):not(.disabled):not([readonly]).hover, .filter__selector-params:not(:disabled):not(.disabled):not([readonly]):focus, .filter__selector-params:not(:disabled):not(.disabled):not([readonly]).focus, .filter__selector-params:not(:disabled):not(.disabled):not([readonly]):active, .filter__selector-params:not(:disabled):not(.disabled):not([readonly]).active, .filter__selector-budget:not(:disabled):not(.disabled):not([readonly]):hover, .filter__selector-budget:not(:disabled):not(.disabled):not([readonly]).hover, .filter__selector-budget:not(:disabled):not(.disabled):not([readonly]):focus, .filter__selector-budget:not(:disabled):not(.disabled):not([readonly]).focus, .filter__selector-budget:not(:disabled):not(.disabled):not([readonly]):active, .filter__selector-budget:not(:disabled):not(.disabled):not([readonly]).active, .filter__selector-budget:not(:disabled):not(.disabled):not([readonly]):hover, .filter__selector-budget:not(:disabled):not(.disabled):not([readonly]).hover, .filter__selector-budget:not(:disabled):not(.disabled):not([readonly]):focus, .filter__selector-budget:not(:disabled):not(.disabled):not([readonly]).focus, .filter__selector-budget:not(:disabled):not(.disabled):not([readonly]):active, .filter__selector-budget:not(:disabled):not(.disabled):not([readonly]).active {
      opacity: 0.8; }
    @media (prefers-reduced-motion: reduce) {
      .filter__selector-category, .filter__selector-params, .filter__selector-budget {
        transition: none; } }
  .filter__selector-category {
    background: url("../img/icons/filter-1.svg") 0px 50% no-repeat;
    background-size: auto; }
  .filter__selector-params {
    background: url("../img/icons/filter-2.svg") 0px 50% no-repeat;
    background-size: auto; }
  .filter__selector-budget, .filter__label-budget {
    background: url("../img/icons/filter-3.svg") 0px 50% no-repeat;
    background-size: auto; }
  .filter__bar-selected {
    font-size: 0.8125rem;
    color: #718894; }
  .filter__counter {
    position: absolute;
    bottom: -2px;
    right: -5px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #008CD5;
    font-family: "Rubik", sans-serif;
    font-size: 0.6875rem;
    font-weight: 500;
    line-height: 17px;
    color: #fff;
    text-align: center; }

.filter-modal {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100vh; }
  @media (min-width: 600px) {
    .filter-modal {
      position: static; } }
  .filter-modal__close {
    position: absolute;
    right: 12px;
    top: 16px; }
    @media (min-width: 600px) {
      .filter-modal__close {
        right: 20px;
        top: 20px; } }
  .filter-modal__top {
    height: 65px;
    display: flex;
    align-items: center;
    padding: 0 0 0 20px; }
  .filter-modal__title {
    margin: 0;
    font-size: 1.25rem; }
  .filter-modal__main {
    position: relative;
    height: calc(100% - 141px);
    max-height: calc(100vh - 141px);
    border-top: 1px solid #E4EFF5;
    border-bottom: 1px solid #E4EFF5;
    overflow-y: auto; }
  .filter-modal__main-in {
    height: auto;
    min-height: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch; }
  .filter-modal__selectors {
    width: 38.75%;
    border-right: 1px solid #E4EFF5;
    background-color: #f7fafc;
    padding-bottom: 16px; }
  .filter-modal__options {
    width: 61.25%;
    padding: 0 16px 16px; }
  .filter-modal__selector {
    height: 130px;
    min-height: 130px;
    padding: 16px 9px 16px 16px;
    border-bottom: 1px solid #E4EFF5;
    cursor: pointer; }
    .filter-modal__selector_active {
      background-color: #fff; }
  .filter-modal__selector-title {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.9); }
  .filter-modal__selector-desc {
    margin-top: 2px;
    font-size: 0.75rem;
    line-height: 1.3;
    color: #718894; }
  .filter-modal__option {
    position: relative;
    padding: 11px 32px 11px 8px;
    border-bottom: 1px solid #E4EFF5;
    color: #000;
    cursor: pointer; }
    .filter-modal__option_active::after {
      content: '';
      position: absolute;
      width: 16px;
      height: 16px;
      top: 50%;
      right: 8px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      background: transparent url("../img/icons/check-blue.svg") no-repeat 0 0;
      background-size: 16px 16px; }
  .filter-modal__bottom {
    height: 76px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px; }
  .filter-modal__reset {
    font-size: 0.875rem; }
  .filter-modal__apply {
    min-width: 180px; }

.budget-range {
  height: 40px;
  overflow: visible;
  padding-top: 1px; }
  .budget-range__label {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    font-size: 0.6875rem;
    color: #718894;
    margin-bottom: -16px; }
  .budget-range__label-mark {
    flex: 1;
    text-align: center; }
    .budget-range__label-mark::after {
      display: block;
      content: "";
      width: 2px;
      height: 7px;
      border-radius: 1px;
      background: #ACC4D2;
      margin: 5px auto 0; }
  .budget-range__input-range {
    padding: 0 13px; }
    .budget-range__input-range::-webkit-slider-thumb {
      background-color: #fff; }
      .budget-range__input-range::-webkit-slider-thumb:active {
        background-color: #fff; }
    .budget-range__input-range::-moz-range-thumb {
      background-color: #fff; }
      .budget-range__input-range::-moz-range-thumb:active {
        background-color: #fff; }
    .budget-range__input-range::-ms-thumb {
      background-color: #fff; }
      .budget-range__input-range::-ms-thumb:active {
        background-color: #fff; }
    .budget-range__input-range::-webkit-slider-runnable-track {
      box-shadow: inset 12px 0 0 #E7F2F8, inset -12px 0 0 #E7F2F8; }
    .budget-range__input-range::-moz-range-track {
      box-shadow: inset 12px 0 0 #E7F2F8, inset -12px 0 0 #E7F2F8; }
    .budget-range__input-range::-ms-track {
      box-shadow: inset 12px 0 0 #E7F2F8, inset -12px 0 0 #E7F2F8; }

.catalog__inner {
  display: flex;
  margin: 0 auto;
  max-width: 1440px; }

.catalog__banner {
  margin: -20px -15px 10px; }
  @media (min-width: 600px) {
    .catalog__banner {
      margin: -30px 0 10px; } }
  @media (min-width: 768px) {
    .catalog__banner {
      margin: -20px 0 10px; } }

.catalog__title {
  margin-bottom: 14px;
  color: #000;
  text-align: center; }
  @media (min-width: 600px) {
    .catalog__title {
      margin-bottom: 30px; } }

.catalog__container {
  flex: 1;
  padding-bottom: 225px;
  max-width: none; }
  @media (min-width: 1220px) {
    .catalog__container {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (min-width: 1300px) {
    .catalog__container {
      padding-left: 30px;
      padding-right: 30px; } }

.catalog__feed {
  flex: 0 0 280px;
  border-left: 1px solid #E4EFF5;
  padding: 20px 0px 225px 20px;
  font-size: 0.875rem; }
  @media (min-width: 1220px) {
    .catalog__feed {
      flex-basis: 260px; } }
  @media (min-width: 1300px) {
    .catalog__feed {
      flex-basis: 280px; } }

.catalog__items {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  margin: 0px -8px 10px; }
  @media (min-width: 600px) {
    .catalog__items {
      margin: 0px -10px; } }

.catalog__item {
  margin: 8px;
  flex: 1 0 288px;
  max-width: 388px; }
  @media (min-width: 600px) {
    .catalog__item {
      margin: 10px; } }

.catalog__placeholder {
  margin: 0 8px;
  flex: 1 0 288px;
  height: 0;
  max-width: 388px; }
  @media (min-width: 600px) {
    .catalog__placeholder {
      margin: 0 10px; } }

.catalog__paginator-text {
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .catalog__paginator-text {
      margin-bottom: 10px; } }

.catalog-feed__title {
  margin: 0;
  padding: 0 20px 20px 34px;
  font-size: 1rem;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid #E4EFF5;
  background-color: transparent;
  background-image: url("../img/icons/Live@2x.png");
  background-repeat: no-repeat;
  background-size: 20px 20px; }

.catalog-feed__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.catalog-feed__bottom {
  padding: 20px 0; }

.catalog-feed__item {
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid #E4EFF5; }

.catalog-feed__item-time {
  margin-bottom: 10px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.3;
  color: #718894; }

.catalog-feed__item-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.9); }

.top-banner {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  height: 72px;
  padding: 0 36px 0 15px;
  background-color: #E7F2F8;
  border-top: 1px solid #fff; }
  @media (min-width: 600px) {
    .top-banner {
      justify-content: center;
      height: auto;
      border: 1px solid #E7F2F8;
      border-radius: 4px;
      background-color: transparent;
      background-image: url("../img/_Backgrounds/cat-banner-bg.svg");
      background-repeat: no-repeat;
      background-size: cover;
      padding: 16px 72px 20px 20px; } }
  @media (min-width: 1044px) {
    .top-banner {
      height: 74px;
      padding: 0 72px 0 20px; } }
  .top-banner__close {
    position: absolute;
    top: 4px;
    right: 4px; }
    @media (min-width: 600px) {
      .top-banner__close {
        top: 19px;
        right: 16px; } }
  .top-banner__text {
    font-size: 1rem;
    line-height: 1.375;
    font-weight: 500; }
    @media (min-width: 600px) {
      .top-banner__text {
        font-family: "Rubik", sans-serif;
        font-size: 1.5rem;
        line-height: 1.25;
        color: rgba(0, 0, 0, 0.9);
        text-align: center; } }
  @media (min-width: 600px) {
    .top-banner a {
      line-height: 1.5;
      border-bottom: 1px solid #008CD550; } }
  .top-banner a:hover, .top-banner a:active, .top-banner a:focus {
    color: #008CD5;
    opacity: 0.8; }

.paginator__show-more {
  text-align: center;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .paginator__show-more {
      margin-bottom: 30px; } }

.paginator__inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 600px) {
    .paginator__inner {
      width: 420px;
      justify-content: space-between; } }

.paginator__control {
  display: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #72889320;
  background-color: transparent;
  background-image: url("../img/icons/arrow-right-blue.svg");
  background-repeat: no-repeat;
  background-size: 5px 9px;
  background-position: 13px 11px; }
  @media (min-width: 600px) {
    .paginator__control {
      display: inline-block; } }
  .paginator__control:hover, .paginator__control:focus, .paginator__control:active {
    border-color: #008CD520; }
  .paginator__control_prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .paginator__control_disabled {
    opacity: 0.5;
    background-image: url("../img/icons/arrow-right.svg"); }
    .paginator__control_disabled:hover, .paginator__control_disabled:focus, .paginator__control_disabled:active {
      border-color: #72889320; }

.paginator__item {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: 9px;
  line-height: 2;
  border-radius: 50%;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  color: #008CD5;
  background-color: transparent;
  transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out, background 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .paginator__item:hover, .paginator__item:focus, .paginator__item:active {
    opacity: 0.8;
    color: #008CD5;
    text-decoration: none; }
  .paginator__item:first-child {
    margin-left: 0; }
  .paginator__item_active {
    color: #fff;
    background-color: #008CD5; }
    .paginator__item_active:hover, .paginator__item_active:focus, .paginator__item_active:active {
      color: #fff;
      text-decoration: none; }
  .paginator__item_ellipsis {
    color: #72889350; }
    .paginator__item_ellipsis:hover, .paginator__item_ellipsis:focus, .paginator__item_ellipsis:active {
      opacity: 1;
      color: #72889350; }

.paginator-text {
  text-align: center;
  font-size: 0.875rem;
  color: #718894; }
  @media (min-width: 600px) {
    .paginator-text {
      text-align: right; } }

.contacts__worktime {
  font-size: 0.875rem; }

.contacts .form-group-submit {
  margin-top: 20px; }

.contacts__form {
  width: 289px;
  margin: 0 auto 30px; }
  @media (min-width: 600px) {
    .contacts__form {
      margin: 0 auto 50px;
      width: 500px;
      padding-top: 20px;
      -webkit-transform: translateX(-50px);
      transform: translateX(-50px); } }
  @media (min-width: 768px) {
    .contacts__form {
      -webkit-transform: translateX(-107px);
      transform: translateX(-107px); } }

.contacts__phones {
  padding: 30px 0 10px;
  border-top: solid 1px #e4eff5;
  border-bottom: solid 1px #e4eff5; }
  @media (min-width: 768px) {
    .contacts__phones {
      padding-top: 50px;
      padding-bottom: 26px; } }
  @media (min-width: 1044px) {
    .contacts__phones {
      padding-left: 20px;
      padding-right: 20px; } }

.contacts__phone {
  display: flex;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .contacts__phone {
      margin-bottom: 24px; } }

.contacts__phone-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0; }
  .contacts__phone-icon img {
    border-radius: 50%; }

.contacts__phone-text {
  line-height: 1.5;
  padding-left: 10px;
  font-size: 1rem; }
  .contacts__phone-text a {
    color: rgba(0, 0, 0, 0.9); }

.contacts__addresses {
  padding: 50px 0 35px; }
  .contacts__addresses .row {
    margin: 0 -10px;
    padding-top: 30px; }
    .contacts__addresses .row [class*=col-] {
      padding: 0 10px; }

.contacts__address {
  margin-bottom: 20px; }

.contacts__address-image {
  width: 100%;
  height: 120px;
  background-position: 50%;
  background-size: cover;
  margin-bottom: 20px;
  border-radius: 2px;
  overflow: hidden; }

.contacts__address-title {
  margin-bottom: 10px; }

.protection-modal__title {
  margin-bottom: 20px; }

.protection-modal__worktime {
  font-size: 0.875rem;
  margin-bottom: 20px; }

.protection-modal__phone {
  display: flex;
  margin-bottom: 20px; }

.protection-modal__phone-title {
  margin-bottom: 6px; }

.protection-modal__phone-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0; }
  .protection-modal__phone-icon img {
    border-radius: 50%; }

.protection-modal__phone-text {
  line-height: 1.43;
  padding-left: 10px;
  font-size: 0.875rem; }
  .protection-modal__phone-text a {
    color: rgba(0, 0, 0, 0.9); }

.protection-modal__phone-link {
  padding-left: 28px;
  font-size: 0.875rem; }
  @media (min-width: 600px) {
    .protection-modal__phone-link {
      font-size: 1rem; } }

.protection-modal__return-money {
  background-color: #FCEFDE;
  padding: 20px 13px;
  margin: 0 -16px 20px;
  display: flex;
  font-size: 0.875rem; }
  @media (min-width: 600px) {
    .protection-modal__return-money {
      padding: 24px 25px;
      font-size: 1rem;
      margin: 0 -10px 30px; } }

.protection-modal__return-money-image {
  width: 76px;
  margin-right: 10px;
  margin-top: -3px;
  flex-shrink: 0; }
  @media (min-width: 600px) {
    .protection-modal__return-money-image {
      margin-right: 18px;
      margin-top: 0; } }
  .protection-modal__return-money-image img {
    width: 100%; }

@media (min-width: 600px) {
  .protection-modal__return-money-text {
    font-family: "Rubik", sans-serif;
    font-weight: 500; } }

.protection-modal__return-money-text p {
  margin-bottom: 4px; }
  @media (min-width: 600px) {
    .protection-modal__return-money-text p {
      margin-bottom: 12px; } }

.protection-modal__return-money-link {
  font-size: 0.875rem; }
  @media (min-width: 600px) {
    .protection-modal__return-money-link {
      font-size: 1rem; } }

.sidebar-left {
  position: fixed;
  background: #0085CA;
  color: #fff;
  padding: 16px 20px 10px;
  overflow-y: auto !important;
  /* fix this through most specific selectors */ }
  .sidebar-left.slide-enter {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  .sidebar-left.slide-enter-active {
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out; }
  .sidebar-left.slide-leave-to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  .sidebar-left.slide-leave-active {
    transition: -webkit-transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in; }
  .sidebar-left__close {
    position: absolute;
    top: 9px;
    left: 2px;
    z-index: 2;
    color: #fff;
    opacity: 0.7; }
    .sidebar-left__close:hover, .sidebar-left__close:focus, .sidebar-left__close:active {
      color: #fff;
      opacity: 0.82; }
  .sidebar-left__wrap {
    display: flex;
    flex-flow: column nowrap; }
  .sidebar-left__logo {
    display: block;
    width: 110px;
    align-self: center;
    transition: opacity .15s ease-in-out; }
    .sidebar-left__logo:hover, .sidebar-left__logo:active, .sidebar-left__logo:focus {
      opacity: 0.8; }
    .sidebar-left__logo img {
      width: 100%; }
  .sidebar-left__strangeline-top {
    height: 0;
    margin-top: 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0.01; }
  .sidebar-left__dropdown {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .sidebar-left__dropdown-title {
    color: rgba(255, 255, 255, 0.7); }
  .sidebar-left__dropdown-select {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0; }
    .sidebar-left__dropdown-select::-ms-expand {
      display: none; }
  .sidebar-left__dropdown-btn {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.2;
    letter-spacing: -0.2px;
    color: #fff; }
  .sidebar-left__list {
    margin-top: 30px;
    display: inline-flex;
    flex-flow: column nowrap;
    font-size: 0;
    overflow: hidden; }
  .sidebar-left__list-item {
    margin-bottom: 16px;
    display: flex;
    flex-flow: row nowrap; }
    .sidebar-left__list-item:last-child {
      margin-bottom: 0; }
  .sidebar-left__list-imgwrap {
    width: 44px;
    height: 44px; }
  .sidebar-left__list-image {
    -o-object-fit: contain;
    object-fit: contain; }
  .sidebar-left__list-textwrap {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    margin-left: 20px; }
  .sidebar-left__list-desc {
    color: rgba(255, 255, 255, 0.7); }
  .sidebar-left__list-link {
    margin-top: 6px;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3); }
    .sidebar-left__list-link:hover, .sidebar-left__list-link:focus, .sidebar-left__list-link:active {
      color: #fff;
      border-color: rgba(255, 255, 255, 0.5); }
    .sidebar-left__list-link_icon {
      position: relative; }
      .sidebar-left__list-link_icon::after {
        content: "";
        display: block;
        position: absolute;
        width: 12px;
        height: 12px;
        bottom: 1px;
        right: -16px;
        background-color: transparent;
        background-image: url("../img/icons/external-link-white.svg");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 12px 12px; }
  .sidebar-left__nav {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 0;
    margin-top: 30px;
    margin-bottom: 30px; }
  .sidebar-left__nav-link {
    margin-bottom: 16px;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3); }
    .sidebar-left__nav-link:hover, .sidebar-left__nav-link:focus, .sidebar-left__nav-link:active {
      color: #fff;
      border-color: rgba(255, 255, 255, 0.5); }
    .sidebar-left__nav-link:last-child {
      margin-bottom: 0; }
  .sidebar-left__subscribe {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .sidebar-left__subscribe-title {
    color: rgba(255, 255, 255, 0.7); }
  .sidebar-left__subscribe-help {
    float: right;
    margin-left: 20px; }
  .sidebar-left__subscribe-input {
    margin-top: 10px;
    border-color: #fff; }
    .sidebar-left__subscribe-input:not(:disabled):not(.disabled):not([readonly]):hover, .sidebar-left__subscribe-input:not(:disabled):not(.disabled):not([readonly]).hover, .sidebar-left__subscribe-input:not(:disabled):not(.disabled):not([readonly]):focus, .sidebar-left__subscribe-input:not(:disabled):not(.disabled):not([readonly]).focus, .sidebar-left__subscribe-input:not(:disabled):not(.disabled):not([readonly]):active, .sidebar-left__subscribe-input:not(:disabled):not(.disabled):not([readonly]).active, .sidebar-left__subscribe-input:not(:disabled):not(.disabled):not([readonly]):hover, .sidebar-left__subscribe-input:not(:disabled):not(.disabled):not([readonly]).hover, .sidebar-left__subscribe-input:not(:disabled):not(.disabled):not([readonly]):focus, .sidebar-left__subscribe-input:not(:disabled):not(.disabled):not([readonly]).focus, .sidebar-left__subscribe-input:not(:disabled):not(.disabled):not([readonly]):active, .sidebar-left__subscribe-input:not(:disabled):not(.disabled):not([readonly]).active {
      border-color: #fff;
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2); }
  .sidebar-left__subscribe-btn {
    margin-top: 10px; }
  .sidebar-left__subscribe-tooltip.show {
    opacity: 1; }
  .sidebar-left__subscribe-tooltip .tooltip-inner {
    background: #F8FFEE;
    box-shadow: 0 -2px 12px 0 rgba(20, 29, 34, 0.08);
    border-radius: 2px;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.9);
    line-height: 1.3; }

.sidebar-right {
  position: fixed;
  background: #fff;
  padding: 20px 0px;
  font-size: 0.875rem; }
  .sidebar-right.slide-enter {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  .sidebar-right.slide-enter-active {
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out; }
  .sidebar-right.slide-leave-to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  .sidebar-right.slide-leave-active {
    transition: -webkit-transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in; }
  .sidebar-right__close {
    position: absolute;
    top: 14px;
    right: 7px;
    z-index: 2; }
  .sidebar-right__menu {
    list-style: none;
    display: block; }
  .sidebar-right__menu-item {
    display: block;
    padding: 11px 16px 12px;
    position: relative; }

.notifications {
  position: fixed;
  overflow: visible;
  height: 0;
  z-index: 151; }
  @media (min-width: 768px) {
    .notifications__toast-country {
      width: 640px !important; } }
  .notifications__toast-country-body {
    display: block; }
    @media (min-width: 768px) {
      .notifications__toast-country-body {
        display: flex;
        justify-content: center; } }
  .notifications__toast-country-flag {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-bottom: 3px;
    margin-right: 12px;
    display: none; }
    @media (min-width: 768px) {
      .notifications__toast-country-flag {
        display: inline-block; } }
  .notifications_top_right {
    top: 68px;
    right: 8px;
    width: 200px;
    display: none; }
    @media (min-width: 768px) {
      .notifications_top_right {
        top: 88px; } }
    @media (min-width: 1044px) {
      .notifications_top_right {
        display: block; } }
    .notifications_top_right .notifications__inner {
      position: absolute;
      right: 0; }
  .notifications_top_left {
    top: 68px;
    left: 8px;
    width: 200px;
    display: none; }
    @media (min-width: 768px) {
      .notifications_top_left {
        top: 88px; } }
    @media (min-width: 1044px) {
      .notifications_top_left {
        display: block; } }
    .notifications_top_left .notifications__inner {
      position: absolute;
      right: 0; }
  .notifications_top_center {
    top: 0;
    right: 0;
    left: 0;
    width: 100vw; }
    @media (min-width: 768px) {
      .notifications_top_center {
        max-width: 640px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 1044px) {
      .notifications_top_center {
        width: calc(100vw - 450px);
        max-width: 768px; } }
    .notifications_top_center .notifications__toast {
      float: left;
      clear: left;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100%; }
      @media (min-width: 768px) {
        .notifications_top_center .notifications__toast {
          width: auto;
          max-width: 100%; } }
      .notifications_top_center .notifications__toast:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
  .notifications_bottom_center {
    bottom: 0;
    left: 0;
    right: 0; }
    @media (min-width: 768px) {
      .notifications_bottom_center {
        width: calc(100vw - 150px);
        margin-left: auto;
        margin-right: auto; } }
    .notifications_bottom_center .notifications__inner {
      height: auto;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
    .notifications_bottom_center .notifications__toast {
      float: left;
      clear: left;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100%; }
      @media (min-width: 768px) {
        .notifications_bottom_center .notifications__toast {
          width: auto;
          max-width: 100%; } }
      .notifications_bottom_center .notifications__toast:last-child {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }

.about {
  position: relative;
  overflow: hidden; }
  .about__container {
    padding: 0;
    max-width: 1072px; }
  .about__map {
    padding: 30px 16px 0; }
    @media (min-width: 600px) {
      .about__map {
        padding: 50px 20px 0; } }
    @media (min-width: 1044px) {
      .about__map {
        padding: 50px 30px 0; } }
  .about__infographic {
    position: relative;
    padding: 25px 20px 10px; }
    @media (min-width: 600px) {
      .about__infographic {
        margin-top: -42px;
        padding: 67px 20px 0;
        z-index: 30; } }
    @media (min-width: 1044px) {
      .about__infographic {
        padding: 67px 30px 0px; } }
    @media (min-width: 1220px) {
      .about__infographic {
        padding: 67px 0 0px;
        max-width: 1030px; } }
    .about__infographic::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 100vw;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      height: 0;
      border-bottom: 1px solid #E4EFF5; }
  .about__article {
    position: relative;
    padding: 30px 16px; }
    @media (min-width: 600px) {
      .about__article {
        padding: 50px 20px 80px; } }
    @media (min-width: 1044px) {
      .about__article {
        padding: 50px 30px 80px; } }
    @media (min-width: 1220px) {
      .about__article {
        padding: 50px 0 80px;
        max-width: 1030px;
        margin: 0 auto; } }
    .about__article::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 100vw;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      height: 0;
      border-bottom: 1px solid #E4EFF5; }
  .about__tree {
    position: relative;
    padding: 30px 16px; }
    @media (min-width: 600px) {
      .about__tree {
        padding: 50px 34px 84px; } }
    @media (min-width: 1044px) {
      .about__tree {
        padding: 50px 34px 80px; } }
    .about__tree::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 100vw;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      height: 0;
      border-bottom: 1px solid #E4EFF5; }
  .about__team {
    position: relative;
    padding: 30px 16px; }
    @media (min-width: 600px) {
      .about__team {
        padding: 50px 20px 80px; } }
    @media (min-width: 1044px) {
      .about__team {
        padding: 50px 30px 80px; } }
    @media (min-width: 1220px) {
      .about__team {
        padding: 50px 0 80px;
        max-width: 1030px;
        margin: 0 auto; } }
    .about__team::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 100vw;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      height: 0;
      border-bottom: 1px solid #E4EFF5; }
  .about__slider {
    padding: 30px 0 0; }
    @media (min-width: 600px) {
      .about__slider {
        padding: 60px 20px 0; } }
    @media (min-width: 1044px) {
      .about__slider {
        padding: 60px 30px 0; } }
    @media (min-width: 1220px) {
      .about__slider {
        padding: 60px 0 0;
        max-width: 1030px;
        margin: 0 auto; } }
  .about__interest {
    padding: 43px 8px 0; }
    @media (min-width: 600px) {
      .about__interest {
        padding: 50px 20px 0; } }
    @media (min-width: 1044px) {
      .about__interest {
        padding: 50px 30px 0; } }
    @media (min-width: 1220px) {
      .about__interest {
        padding: 50px 0 0;
        max-width: 1030px;
        margin: 0 auto; } }

.map-slide {
  height: 378px;
  padding-top: 30px;
  overflow: hidden; }
  @media (min-width: 600px) {
    .map-slide {
      height: 520px;
      padding-top: 50px; } }
  @media (min-width: 1220px) {
    .map-slide {
      height: 562px; } }
  .map-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 378px;
    background: transparent url("../img/_Backgrounds/about-map.jpg") no-repeat center top;
    background-size: cover; }
    @media (min-width: 600px) {
      .map-slide::before {
        height: 520px; } }
    @media (min-width: 1220px) {
      .map-slide::before {
        height: 562px; } }
  .map-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 378px;
    background-color: transparent;
    background-image: url("../img/_Backgrounds/Navigation.svg");
    background-repeat: no-repeat;
    background-position: center -60px; }
    @media (min-width: 600px) {
      .map-slide::after {
        height: 520px;
        background-position: center top; } }
    @media (min-width: 1220px) {
      .map-slide::after {
        height: 562px; } }
  .map-slide__title {
    position: relative;
    text-align: center;
    color: #FFFFFF;
    z-index: 15; }

.article-about__text {
  display: flex;
  flex-flow: row nowrap;
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px; }
  @media (min-width: 600px) {
    .article-about__text {
      margin-top: 40px; } }
  @media (min-width: 1220px) {
    .article-about__text {
      margin-left: -22px;
      margin-right: -22px; } }

.article-about__text-col {
  flex: 1;
  font-size: 0.875rem;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.9);
  padding: 0 10px; }
  @media (min-width: 600px) {
    .article-about__text-col {
      font-size: 1rem;
      line-height: 1.5; } }
  @media (min-width: 1220px) {
    .article-about__text-col {
      padding: 0 22px; } }

.history-tree__first-year {
  margin-top: 30px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.2px;
  color: #008CD5; }
  @media (min-width: 600px) {
    .history-tree__first-year {
      margin-top: 50px; } }

.history-tree__first-event {
  margin-top: 2px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.2px;
  color: #008CD5; }

.history-tree__graph {
  position: relative;
  margin: 10px auto 27px;
  padding-top: 14px; }
  @media (min-width: 600px) {
    .history-tree__graph {
      max-width: 700px;
      margin-top: 0; } }
  .history-tree__graph::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: transparent url("../img/icons/history-dot-upper.svg") no-repeat 0 0;
    background-size: 30px 30px; }
  .history-tree__graph::after {
    content: '';
    position: absolute;
    width: 0;
    left: 50%;
    top: 15px;
    margin-left: -1px;
    height: calc(100% - 15px);
    border-left: 2px solid #008CD516; }

.history-tree__item {
  width: 50%;
  height: 52px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  /*margin-top:-30px;*/ }
  .history-tree__item:nth-of-type(odd) {
    margin-left: 50%;
    padding-left: 34px; }
    @media (min-width: 600px) {
      .history-tree__item:nth-of-type(odd) {
        padding-left: 54px; } }
    .history-tree__item:nth-of-type(odd) .history-tree__item-wrap::before {
      left: -16px; }
      @media (min-width: 600px) {
        .history-tree__item:nth-of-type(odd) .history-tree__item-wrap::before {
          left: -26px; } }
    .history-tree__item:nth-of-type(odd) .history-tree__item-wrap::after {
      left: -34px; }
      @media (min-width: 600px) {
        .history-tree__item:nth-of-type(odd) .history-tree__item-wrap::after {
          left: -54px; } }
  .history-tree__item:nth-of-type(even) {
    padding-right: 34px; }
    @media (min-width: 600px) {
      .history-tree__item:nth-of-type(even) {
        padding-right: 54px; } }
    .history-tree__item:nth-of-type(even) .history-tree__item-wrap::before {
      right: -16px; }
      @media (min-width: 600px) {
        .history-tree__item:nth-of-type(even) .history-tree__item-wrap::before {
          right: -26px; } }
    .history-tree__item:nth-of-type(even) .history-tree__item-wrap::after {
      right: -34px; }
      @media (min-width: 600px) {
        .history-tree__item:nth-of-type(even) .history-tree__item-wrap::after {
          right: -54px; } }
    .history-tree__item:nth-of-type(even) .history-tree__item-wrap .history-tree__text {
      text-align: right; }
    .history-tree__item:nth-of-type(even) .history-tree__item-wrap .history-tree__date {
      text-align: right; }
  .history-tree__item:first-child {
    justify-content: flex-start; }
    @media (min-width: 600px) {
      .history-tree__item:first-child {
        margin-top: 12px; } }
  .history-tree__item + .history-tree__item {
    justify-content: flex-start;
    height: auto;
    margin-top: calc(7.5vw - 48px); }
    @media (min-width: 600px) {
      .history-tree__item + .history-tree__item {
        margin-top: 10px; } }

.history-tree__item-wrap {
  position: relative; }
  .history-tree__item-wrap::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #00A8FF; }
  .history-tree__item-wrap::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #008CD516; }

.history-tree__text {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.9);
  word-wrap: break-word; }
  @media (min-width: 600px) {
    .history-tree__text {
      font-size: 16px;
      line-height: 24px;
      color: #030303;
      word-wrap: normal; } }

.history-tree__date {
  margin-top: 4px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #718894; }
  @media (min-width: 600px) {
    .history-tree__date {
      font-size: 14px;
      line-height: 20px;
      color: #728893; } }

.history-tree__year {
  position: relative;
  display: block;
  width: 68px;
  height: 40px;
  margin: 0 auto;
  background-color: #fff;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  letter-spacing: -0.175px;
  color: #008CD5;
  z-index: 20; }

.history-tree__now {
  margin-bottom: 2px;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.2px;
  color: #008CD5; }

.history-tree__now-desc {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #718894; }
  @media (min-width: 600px) {
    .history-tree__now-desc {
      font-size: 14px;
      line-height: 20px;
      color: #728893; } }
  @media (min-width: 1044px) {
    .history-tree__now-desc {
      font-size: 16px;
      line-height: 24px;
      color: rgba(0, 0, 0, 0.9); } }

.slider-consultants {
  text-align: center; }
  @media (min-width: 600px) {
    .slider-consultants {
      text-align: left; } }
  .slider-consultants__top {
    display: flex;
    flex-flow: column nowrap; }
    @media (min-width: 1044px) {
      .slider-consultants__top {
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: flex-end; } }
  .slider-consultants__title {
    padding: 0 16px;
    margin-bottom: 0; }
    @media (min-width: 600px) {
      .slider-consultants__title {
        padding: 0;
        max-width: 592px; } }
    @media (min-width: 1044px) {
      .slider-consultants__title {
        margin-right: 10px; } }
  .slider-consultants .slider-thumbs {
    padding: 0 18px;
    margin: 20px 0 0;
    position: relative; }
    @media (min-width: 600px) {
      .slider-consultants .slider-thumbs {
        margin: 20px -18px 0; } }
    .slider-consultants .slider-thumbs::before, .slider-consultants .slider-thumbs::after {
      content: "";
      display: block;
      position: absolute;
      width: 18px;
      top: 0;
      bottom: 0;
      z-index: 5;
      pointer-events: none; }
    .slider-consultants .slider-thumbs::before {
      left: 0;
      background-image: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
      background-repeat: repeat-x; }
    .slider-consultants .slider-thumbs::after {
      right: 0;
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
      background-repeat: repeat-x; }
    .slider-consultants .slider-thumbs .swiper-wrapper {
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-start;
      width: auto;
      margin: 0 auto; }
      @media (min-width: 600px) {
        .slider-consultants .slider-thumbs .swiper-wrapper {
          margin: 0; } }
      .slider-consultants .slider-thumbs .swiper-wrapper .swiper-slide {
        position: relative;
        width: 56px !important;
        height: 56px !important;
        border: 2px solid transparent;
        padding: 5px;
        border-radius: 50%;
        opacity: 0.5;
        cursor: pointer;
        margin: 0 1px;
        transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out, background 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
        @media (min-width: 600px) {
          .slider-consultants .slider-thumbs .swiper-wrapper .swiper-slide {
            margin: 0 6px; } }
        .slider-consultants .slider-thumbs .swiper-wrapper .swiper-slide:not(:disabled):not(.disabled):not([readonly]):hover, .slider-consultants .slider-thumbs .swiper-wrapper .swiper-slide:not(:disabled):not(.disabled):not([readonly]).hover, .slider-consultants .slider-thumbs .swiper-wrapper .swiper-slide:not(:disabled):not(.disabled):not([readonly]):focus, .slider-consultants .slider-thumbs .swiper-wrapper .swiper-slide:not(:disabled):not(.disabled):not([readonly]).focus, .slider-consultants .slider-thumbs .swiper-wrapper .swiper-slide:not(:disabled):not(.disabled):not([readonly]):active, .slider-consultants .slider-thumbs .swiper-wrapper .swiper-slide:not(:disabled):not(.disabled):not([readonly]).active, .slider-consultants .slider-thumbs .swiper-wrapper .swiper-slide:not(:disabled):not(.disabled):not([readonly]):hover, .slider-consultants .slider-thumbs .swiper-wrapper .swiper-slide:not(:disabled):not(.disabled):not([readonly]).hover, .slider-consultants .slider-thumbs .swiper-wrapper .swiper-slide:not(:disabled):not(.disabled):not([readonly]):focus, .slider-consultants .slider-thumbs .swiper-wrapper .swiper-slide:not(:disabled):not(.disabled):not([readonly]).focus, .slider-consultants .slider-thumbs .swiper-wrapper .swiper-slide:not(:disabled):not(.disabled):not([readonly]):active, .slider-consultants .slider-thumbs .swiper-wrapper .swiper-slide:not(:disabled):not(.disabled):not([readonly]).active {
          opacity: 1; }
        .slider-consultants .slider-thumbs .swiper-wrapper .swiper-slide__wrap {
          width: 100%;
          height: 100%;
          border-radius: 50%;
          overflow: hidden; }
          .slider-consultants .slider-thumbs .swiper-wrapper .swiper-slide__wrap img {
            display: block;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover; }
        .slider-consultants .slider-thumbs .swiper-wrapper .swiper-slide-thumb-active {
          opacity: 1;
          border-color: #008CD5; }
  .slider-consultants .slider-main {
    margin-top: 20px; }
    @media (min-width: 960px) {
      .slider-consultants .slider-main {
        margin-top: 40px;
        width: 100vw;
        position: relative;
        margin-left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); } }
  .slider-consultants__item {
    position: relative;
    width: 100%;
    max-width: 924px;
    cursor: pointer; }
    @media (min-width: 1044px) {
      .slider-consultants__item {
        max-width: 1000px; } }
    .slider-consultants__item:not(:disabled):not(.disabled):not([readonly]):hover .slider-consultants__video::after, .slider-consultants__item:not(:disabled):not(.disabled):not([readonly]).hover .slider-consultants__video::after, .slider-consultants__item:not(:disabled):not(.disabled):not([readonly]):focus .slider-consultants__video::after, .slider-consultants__item:not(:disabled):not(.disabled):not([readonly]).focus .slider-consultants__video::after, .slider-consultants__item:not(:disabled):not(.disabled):not([readonly]):active .slider-consultants__video::after, .slider-consultants__item:not(:disabled):not(.disabled):not([readonly]).active .slider-consultants__video::after, .slider-consultants__item:not(:disabled):not(.disabled):not([readonly]):hover .slider-consultants__video::after, .slider-consultants__item:not(:disabled):not(.disabled):not([readonly]).hover .slider-consultants__video::after, .slider-consultants__item:not(:disabled):not(.disabled):not([readonly]):focus .slider-consultants__video::after, .slider-consultants__item:not(:disabled):not(.disabled):not([readonly]).focus .slider-consultants__video::after, .slider-consultants__item:not(:disabled):not(.disabled):not([readonly]):active .slider-consultants__video::after, .slider-consultants__item:not(:disabled):not(.disabled):not([readonly]).active .slider-consultants__video::after {
      opacity: 0.8; }
    .slider-consultants__item.swiper-slide-next, .slider-consultants__item.swiper-slide-prev {
      opacity: 0.3; }
  .slider-consultants__video {
    position: relative;
    overflow: hidden;
    border-radius: 4px; }
    @media (min-width: 1044px) {
      .slider-consultants__video {
        border-radius: 6px; } }
    .slider-consultants__video::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(270deg, rgba(0, 140, 213, 0.0771343) 0%, #008CD5 100%);
      z-index: 20; }
    .slider-consultants__video::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 66px;
      height: 66px;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: transparent url("../img/Buttons/play-video.svg") no-repeat 0 0;
      background-size: 66px 66px;
      z-index: 25;
      transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out, background 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
      @media (min-width: 1044px) {
        .slider-consultants__video::after {
          width: 96px;
          height: 96px;
          background-size: 96px 96px; } }
    .slider-consultants__video img {
      display: block;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .slider-consultants__text-wrap {
    padding: 20px 16px 0; }
    @media (min-width: 600px) {
      .slider-consultants__text-wrap {
        position: absolute;
        top: 0;
        left: 0;
        padding: 30px 0 20px 30px;
        height: 100%;
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
        z-index: 30; } }
    @media (min-width: 1044px) {
      .slider-consultants__text-wrap {
        padding: 40px 0 40px 40px; } }
  @media (min-width: 600px) {
    .slider-consultants__author {
      order: 1; } }
  .slider-consultants__person {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000000; }
    @media (min-width: 600px) {
      .slider-consultants__person {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.4px;
        color: #FFFFFF; } }
  .slider-consultants__profession {
    font-size: 0.875rem;
    color: #718894; }
    @media (min-width: 600px) {
      .slider-consultants__profession {
        margin-top: 2px;
        margin-left: 2px;
        font-size: 1rem;
        color: #FFFFFF; } }
  .slider-consultants__cite {
    margin-top: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.9); }
    @media (min-width: 600px) {
      .slider-consultants__cite {
        order: 0;
        max-width: 280px;
        font-family: "Rubik", sans-serif;
        font-weight: 500;
        font-size: 20px;
        line-height: 26px;
        color: #FFFFFF; } }
    @media (min-width: 1044px) {
      .slider-consultants__cite {
        font-size: 24px;
        line-height: 30px; } }

.interesting-project__box {
  padding: 34px 0 44px;
  border: 6px solid #D6ECF8;
  border-radius: 6px; }

.interesting-project__text {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  letter-spacing: -0.4px;
  color: #000000; }
  @media (min-width: 600px) {
    .interesting-project__text {
      font-size: 32px;
      line-height: 40px; } }

.interesting-project__link {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #008CD5; }
  @media (min-width: 600px) {
    .interesting-project__link {
      font-size: 16px;
      line-height: 24px; } }
  .interesting-project__link::after {
    content: '';
    display: inline-block;
    margin-left: 9px;
    width: 16px;
    height: 16px;
    background: transparent url("../img/icons/arrow-point.svg") no-repeat 0 0;
    background-size: 16px 16px; }
  .interesting-project__link:hover, .interesting-project__link:active, .interesting-project__link:focus {
    opacity: 0.8; }

.marketplace-top {
  min-height: 561px;
  height: auto;
  color: #fff;
  clear: both;
  position: relative;
  font-size: 0.875rem;
  overflow: hidden;
  display: flex; }
  @media (min-width: 600px) {
    .marketplace-top {
      height: auto; } }
  @media (min-width: 1044px) {
    .marketplace-top {
      height: auto; } }
  .marketplace-top::before {
    content: "";
    display: block;
    position: absolute;
    left: -100px;
    right: -100px;
    top: -100px;
    bottom: 100px;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    background: #008CD5 url("../img/_Backgrounds/BG2-mobile-4deg.svg") calc(50% + 19px) 11px no-repeat;
    background-size: 1224px 620px; }
    @media (min-width: 768px) {
      .marketplace-top::before {
        background-position: calc(50% + 18px) 0; } }
    @media (min-width: 1044px) {
      .marketplace-top::before {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
        background-image: url("../img/_Backgrounds/BG2-2deg.svg");
        background-position: -1247px -19px;
        background-size: 2895px 621px; } }
    @media (min-width: 1440px) {
      .marketplace-top::before {
        background-position: calc(50% - 633px) -20px; } }
  .marketplace-top__container {
    max-width: 1250px;
    padding-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 130px;
    position: relative;
    z-index: 2;
    text-align: center; }
    @media (min-width: 600px) {
      .marketplace-top__container {
        padding-top: 80px;
        text-align: left; } }
    @media (min-width: 1044px) {
      .marketplace-top__container {
        padding-bottom: 70px;
        padding-left: 30px;
        padding-right: 30px; } }
  .marketplace-top__title {
    line-height: 1.15; }
  .marketplace-top__descr {
    margin: 10px 0 20px;
    font-size: 0.875rem; }
    @media (min-width: 600px) {
      .marketplace-top__descr {
        margin: 25px 0 40px;
        font-size: 1rem; } }
  .marketplace-top__image-container {
    width: 70%;
    margin: 0 auto; }
    @media (min-width: 600px) {
      .marketplace-top__image-container {
        float: right;
        margin-right: -45%; } }
    @media (min-width: 768px) {
      .marketplace-top__image-container {
        margin-top: -20px; } }
    @media (min-width: 960px) {
      .marketplace-top__image-container {
        width: 60%;
        margin-right: -20%;
        margin-left: 20px; } }
    @media (min-width: 1220px) {
      .marketplace-top__image-container {
        width: 580px;
        margin-right: 0;
        margin-left: 50px; } }
  .marketplace-top__image {
    width: 100%; }

.marketplace__container {
  max-width: 1092px;
  padding-top: 0; }

.marketplace__nav {
  position: absolute;
  background: #fff url("../img/Buttons/arrow-circle.svg") no-repeat;
  background-size: 100%;
  width: 44px;
  border-radius: 50%;
  height: 44px;
  cursor: pointer;
  outline: none;
  display: none;
  z-index: 100;
  opacity: 0.8;
  transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out, background 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (min-width: 1044px) {
    .marketplace__nav {
      display: block; } }
  .marketplace__nav:hover {
    opacity: 1; }
  .marketplace__nav.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none; }

.marketplace__descr {
  position: relative;
  z-index: 3;
  text-align: center;
  font-size: 0.875rem;
  margin: 0 auto 30px; }
  @media (min-width: 600px) {
    .marketplace__descr {
      font-size: 1rem;
      margin: 0 auto 60px; } }
  @media (min-width: 1044px) {
    .marketplace__descr {
      padding: 0 100px; } }

.marketplace__descr-title {
  margin-bottom: 20px; }

.marketplace__descr-text {
  margin: 0 auto 16px; }
  @media (min-width: 600px) {
    .marketplace__descr-text {
      margin: 0 auto 20px; } }
  @media (min-width: 768px) {
    .marketplace__descr-text {
      max-width: 700px; } }

.marketplace__descr-link {
  font-size: 0.875rem; }
  @media (min-width: 600px) {
    .marketplace__descr-link {
      font-size: 1rem; } }

.marketplace__feed {
  margin-bottom: 30px; }
  @media (min-width: 600px) {
    .marketplace__feed {
      margin-bottom: 47px; } }
  @media (min-width: 1044px) {
    .marketplace__feed {
      margin-bottom: 80px; } }

.marketplace__feed-container {
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 16px;
  overflow: hidden;
  position: relative; }

.marketplace__feed-slider {
  overflow: visible !important; }

.marketplace__feed-nav-next {
  top: 25px;
  right: 20px; }

.marketplace__feed-nav-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 25px;
  left: 20px; }

.marketplace__feed-item {
  background: #FCEFDE;
  border-radius: 6px;
  padding: 20px;
  flex: 0 0 248px;
  font-size: 0.875rem; }
  @media (min-width: 600px) {
    .marketplace__feed-item {
      padding: 24px 20px 20px;
      flex: 0 0 330px;
      font-size: 1rem; } }

.marketplace__feed-text {
  margin-bottom: 8px; }

.marketplace__feed-time {
  color: #718894;
  font-size: 0.75rem; }

.marketplace__info {
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 30px; }
  @media (min-width: 600px) {
    .marketplace__info {
      padding-top: 70px;
      background: url("../img/_Backgrounds/marketplace-bg.svg") right center no-repeat;
      background-size: 95%; } }
  @media (min-width: 768px) {
    .marketplace__info {
      padding-top: 100px;
      background-size: 85%; } }
  @media (min-width: 1044px) {
    .marketplace__info {
      padding-top: 80px;
      background-size: 80%; } }

.marketplace__info-row {
  margin-bottom: 30px; }
  @media (min-width: 600px) {
    .marketplace__info-row {
      display: flex;
      flex-flow: row-reverse nowrap;
      align-items: center;
      margin-bottom: 100px; } }
  .marketplace__info-row_2 {
    flex-direction: row; }

.marketplace__info-row-image {
  position: relative;
  width: 60%;
  margin: 0 auto 20px; }
  @media (min-width: 600px) {
    .marketplace__info-row-image {
      flex: 0 0 250px;
      margin-left: 50px; } }
  @media (min-width: 768px) {
    .marketplace__info-row-image {
      flex: 0 0 324px;
      margin-left: 78px; } }
  @media (min-width: 1044px) {
    .marketplace__info-row-image {
      flex: 0 0 387px;
      margin-left: 144px; } }
  @media (min-width: 600px) {
    .marketplace__info-row_2 .marketplace__info-row-image {
      margin-left: 0;
      margin-right: 50px; } }
  @media (min-width: 768px) {
    .marketplace__info-row_2 .marketplace__info-row-image {
      margin-left: 0;
      margin-right: 78px; } }
  @media (min-width: 1044px) {
    .marketplace__info-row_2 .marketplace__info-row-image {
      margin-left: 0;
      margin-right: 144px; } }
  .marketplace__info-row-image img {
    width: 100%;
    position: relative;
    z-index: 2; }
  .marketplace__info-row-image::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 4%;
    right: 4%;
    top: 4%;
    bottom: 4%;
    box-shadow: 20px 20px 100px 0 rgba(0, 67, 103, 0.1); }
    .marketplace__info-row_2 .marketplace__info-row-image::before {
      box-shadow: -20px 20px 100px 0 rgba(0, 67, 103, 0.1); }

.marketplace__info-row-text {
  font-size: 0.875rem;
  margin-bottom: 12px; }
  @media (min-width: 600px) {
    .marketplace__info-row-text {
      font-size: 1rem;
      margin-bottom: 16px; } }

.marketplace__info-row-link {
  font-size: 0.875rem; }
  @media (min-width: 600px) {
    .marketplace__info-row-link {
      font-size: 1rem; } }

.marketplace__info-row-title {
  margin-bottom: 12px; }
  @media (min-width: 600px) {
    .marketplace__info-row-title {
      margin-bottom: 24px; } }

.marketplace__reviews-title {
  text-align: center;
  margin-bottom: 30px; }
  @media (min-width: 600px) {
    .marketplace__reviews-title {
      margin-bottom: 50px; } }

.marketplace__reviews-container {
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 16px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px; }
  @media (min-width: 600px) {
    .marketplace__reviews-container {
      margin-bottom: 40px; } }

.marketplace__reviews-slider {
  overflow: visible !important; }

.marketplace__reviews-nav-next {
  top: 77px;
  right: 20px; }

.marketplace__reviews-nav-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 77px;
  left: 20px; }

.marketplace__review-item {
  flex: 0 0 248px; }
  @media (min-width: 600px) {
    .marketplace__review-item {
      margin-left: 10px;
      flex: 0 0 308px; } }
  @media (min-width: 1044px) {
    .marketplace__review-item {
      flex: 0 0 330px; } }

.marketplace__request-title {
  text-align: center;
  margin-bottom: 10px; }

.marketplace__request-worktime {
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .marketplace__request-worktime {
      margin-bottom: 40px; } }

.marketplace__request-form {
  max-width: 400px;
  margin: 0 auto; }

.marketplace__hr {
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (min-width: 600px) {
    .marketplace__hr {
      margin-top: 60px;
      margin-bottom: 60px; } }

.marketplace__stories {
  position: relative;
  padding-bottom: 60px; }
  @media (min-width: 1044px) {
    .marketplace__stories .swiper-container {
      margin-left: 64px;
      margin-right: 64px; } }
  @media (min-width: 1220px) {
    .marketplace__stories .swiper-container {
      margin-left: 0;
      margin-right: 0; } }

.marketplace__stories-title {
  margin-bottom: 30px;
  text-align: center; }
  @media (min-width: 600px) {
    .marketplace__stories-title {
      margin-bottom: 40px;
      text-align: left; } }

.marketplace__stories-slide {
  position: relative;
  cursor: pointer; }
  .marketplace__stories-slide:not(:disabled):not(.disabled):not([readonly]):hover .marketplace__stories-video::after, .marketplace__stories-slide:not(:disabled):not(.disabled):not([readonly]).hover .marketplace__stories-video::after, .marketplace__stories-slide:not(:disabled):not(.disabled):not([readonly]):focus .marketplace__stories-video::after, .marketplace__stories-slide:not(:disabled):not(.disabled):not([readonly]).focus .marketplace__stories-video::after, .marketplace__stories-slide:not(:disabled):not(.disabled):not([readonly]):active .marketplace__stories-video::after, .marketplace__stories-slide:not(:disabled):not(.disabled):not([readonly]).active .marketplace__stories-video::after, .marketplace__stories-slide:not(:disabled):not(.disabled):not([readonly]):hover .marketplace__stories-video::after, .marketplace__stories-slide:not(:disabled):not(.disabled):not([readonly]).hover .marketplace__stories-video::after, .marketplace__stories-slide:not(:disabled):not(.disabled):not([readonly]):focus .marketplace__stories-video::after, .marketplace__stories-slide:not(:disabled):not(.disabled):not([readonly]).focus .marketplace__stories-video::after, .marketplace__stories-slide:not(:disabled):not(.disabled):not([readonly]):active .marketplace__stories-video::after, .marketplace__stories-slide:not(:disabled):not(.disabled):not([readonly]).active .marketplace__stories-video::after {
    opacity: 0.8; }

.marketplace__stories-text {
  position: relative;
  z-index: 50;
  background: #FFFFFF;
  font-size: 0.875rem;
  margin: 20px 0 0; }
  @media (min-width: 600px) {
    .marketplace__stories-text {
      box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.03);
      padding: 50px;
      border-radius: 4px;
      font-size: 1rem;
      margin: -100px 20px 0;
      min-height: 286px; } }
  @media (min-width: 1044px) {
    .marketplace__stories-text {
      position: absolute;
      right: 0;
      left: 52%;
      top: 50%;
      margin: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); } }

.marketplace__stories-person {
  margin-bottom: 20px; }

.marketplace__stories-name {
  margin-bottom: 0; }

.marketplace__stories-profession {
  font-size: 0.875rem;
  color: #718894; }

.marketplace__stories-video {
  position: relative;
  overflow: hidden;
  border-radius: 4px; }
  @media (min-width: 600px) {
    .marketplace__stories-video {
      border-radius: 6px; } }
  @media (min-width: 1044px) {
    .marketplace__stories-video {
      border-radius: 6px;
      margin-right: 260px; } }
  .marketplace__stories-video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 140, 213, 0.0771343) 0%, #008CD5 100%);
    z-index: 20; }
  .marketplace__stories-video::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 66px;
    height: 66px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: transparent url("../img/Buttons/play-video.svg") no-repeat 0 0;
    background-size: 66px 66px;
    z-index: 25;
    transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out, background 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (min-width: 1044px) {
      .marketplace__stories-video::after {
        width: 96px;
        height: 96px;
        background-size: 96px 96px; } }
  .marketplace__stories-video img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.marketplace__stories-pagination {
  left: 0;
  right: 0;
  bottom: 0; }
  .marketplace__stories-pagination .swiper-pagination-bullet {
    background: #718894;
    opacity: 0.2;
    width: 24px;
    height: 24px;
    border: 6px solid #fff;
    margin: 0 6px;
    outline: none; }
  .marketplace__stories-pagination .swiper-pagination-bullet-active {
    background: #008CD5;
    opacity: 1;
    box-shadow: 0 0 0 2px #008CD5; }

.marketplace__stories-nav-next {
  bottom: 268px;
  right: 0; }
  @media (min-width: 1220px) {
    .marketplace__stories-nav-next {
      right: -64px; } }

.marketplace__stories-nav-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  bottom: 268px;
  left: 0; }
  @media (min-width: 1220px) {
    .marketplace__stories-nav-prev {
      left: -64px; } }

.marketplace__map {
  padding: 30px 16px 0; }
  @media (min-width: 600px) {
    .marketplace__map {
      padding: 50px 20px 0; } }
  @media (min-width: 1044px) {
    .marketplace__map {
      padding: 50px 30px 0; } }

.marketplace__infographic {
  position: relative;
  padding: 25px 20px 10px; }
  @media (min-width: 600px) {
    .marketplace__infographic {
      margin-top: -42px;
      padding: 67px 20px 0;
      z-index: 30; } }
  @media (min-width: 1044px) {
    .marketplace__infographic {
      padding: 67px 30px 0px; } }
  @media (min-width: 1220px) {
    .marketplace__infographic {
      padding: 67px 0 0px;
      max-width: 1030px; } }
  .marketplace__infographic::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0;
    border-bottom: 1px solid #E4EFF5; }

.marketplace__article {
  position: relative;
  padding: 30px 16px; }
  @media (min-width: 600px) {
    .marketplace__article {
      padding: 50px 20px 80px; } }
  @media (min-width: 1044px) {
    .marketplace__article {
      padding: 50px 30px 80px; } }
  @media (min-width: 1220px) {
    .marketplace__article {
      padding: 50px 0 80px;
      max-width: 1030px;
      margin: 0 auto; } }
  .marketplace__article::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0;
    border-bottom: 1px solid #E4EFF5; }

.marketplace__tree {
  position: relative;
  padding: 30px 16px; }
  @media (min-width: 600px) {
    .marketplace__tree {
      padding: 50px 34px 84px; } }
  @media (min-width: 1044px) {
    .marketplace__tree {
      padding: 50px 34px 80px; } }
  .marketplace__tree::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0;
    border-bottom: 1px solid #E4EFF5; }

.marketplace__team {
  position: relative;
  padding: 30px 16px; }
  @media (min-width: 600px) {
    .marketplace__team {
      padding: 50px 20px 80px; } }
  @media (min-width: 1044px) {
    .marketplace__team {
      padding: 50px 30px 80px; } }
  @media (min-width: 1220px) {
    .marketplace__team {
      padding: 50px 0 80px;
      max-width: 1030px;
      margin: 0 auto; } }
  .marketplace__team::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0;
    border-bottom: 1px solid #E4EFF5; }

.marketplace__slider {
  padding: 30px 0 0; }
  @media (min-width: 600px) {
    .marketplace__slider {
      padding: 60px 20px 0; } }
  @media (min-width: 1044px) {
    .marketplace__slider {
      padding: 60px 30px 0; } }
  @media (min-width: 1220px) {
    .marketplace__slider {
      padding: 60px 0 0;
      max-width: 1030px;
      margin: 0 auto; } }

.marketplace__interest {
  padding: 43px 8px 0; }
  @media (min-width: 600px) {
    .marketplace__interest {
      padding: 50px 20px 0; } }
  @media (min-width: 1044px) {
    .marketplace__interest {
      padding: 50px 30px 0; } }
  @media (min-width: 1220px) {
    .marketplace__interest {
      padding: 50px 0 0;
      max-width: 1030px;
      margin: 0 auto; } }

.vacancies__desc {
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: rgba(0, 0, 0, 0.9); }
  @media (min-width: 600px) {
    .vacancies__desc {
      font-size: 16px;
      line-height: 24px; } }
  @media (min-width: 1220px) {
    .vacancies__desc {
      color: #030303; } }

.vacancies__list {
  margin-top: 30px;
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px; }
  @media (min-width: 600px) {
    .vacancies__list {
      -webkit-columns: 2;
      -moz-columns: 2;
      columns: 2; } }
  @media (min-width: 1044px) {
    .vacancies__list {
      -webkit-columns: 3;
      -moz-columns: 3;
      columns: 3; } }

.vacancies__item {
  display: block;
  outline: none;
  margin-bottom: 16px;
  padding: 24px 16px 28px 20px;
  background: #fff;
  border: 1px solid #DFE6E9;
  border-radius: 6px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out, background 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (min-width: 600px) {
    .vacancies__item {
      margin-bottom: 20px; } }
  .vacancies__item:hover, .vacancies__item:active, .vacancies__item:focus {
    outline: none;
    box-shadow: 0px 0px 8px rgba(113, 159, 190, 0.2); }
    .vacancies__item:hover .vacancies__profession, .vacancies__item:active .vacancies__profession, .vacancies__item:focus .vacancies__profession {
      color: #008CD5; }
  .vacancies__item:last-child {
    margin-bottom: 0; }

.vacancies__region {
  font-size: 0.875rem;
  line-height: 1.43;
  color: #718894; }

.vacancies__profession {
  margin-top: 8px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out; }

.vacancy-view__container {
  position: relative; }
  @media (min-width: 1044px) {
    .vacancy-view__container {
      padding-left: 162px;
      padding-right: 162px; } }
  @media (min-width: 1220px) {
    .vacancy-view__container {
      padding-left: 231px;
      padding-right: 231px; } }

.vacancy-view__back {
  border-bottom: 1px solid #E4EFF5;
  padding: 15px 16px;
  margin: -20px -20px 20px; }
  @media (min-width: 600px) {
    .vacancy-view__back {
      margin: -50px -20px 30px; } }
  @media (min-width: 768px) {
    .vacancy-view__back {
      margin: 0;
      padding: 0;
      border: none;
      position: absolute;
      left: 20px;
      top: 50px; } }
  @media (min-width: 1220px) {
    .vacancy-view__back {
      left: 70px; } }

.vacancy-view__region {
  font-size: 0.875rem;
  line-height: 1.43;
  color: #718894;
  text-align: center;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .vacancy-view__region {
      margin-bottom: 16px; } }

.vacancy-view__title {
  text-align: center;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .vacancy-view__title {
      margin-bottom: 30px; } }

.vacancy-view__request {
  text-align: center;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .vacancy-view__request {
      margin-bottom: 40px; } }

.reviews__title {
  margin-bottom: 15px;
  text-align: center; }
  @media (min-width: 600px) {
    .reviews__title {
      margin-bottom: 20px; } }

.reviews__descr {
  margin: 0 auto 20px;
  text-align: center;
  max-width: 700px;
  font-size: 0.875rem; }
  @media (min-width: 600px) {
    .reviews__descr {
      margin: 0 auto 50px; } }

.reviews__list {
  display: grid;
  grid-template-columns: repeat(1, minmax(100px, 1fr));
  grid-gap: 20px;
  grid-auto-rows: 0; }
  @media (min-width: 600px) {
    .reviews__list {
      grid-template-columns: repeat(2, minmax(100px, 1fr)); } }
  @media (min-width: 1044px) {
    .reviews__list {
      grid-template-columns: repeat(3, minmax(100px, 1fr)); } }

.reviews__item {
  outline: none;
  overflow: hidden; }
  @supports not (display: grid) {
    .reviews__item {
      margin-bottom: 20px; } }

.reviews__paginator {
  margin-top: 30px; }
  @media (min-width: 600px) {
    .reviews__paginator {
      margin-top: 40px; } }

.offer-prices__label {
  margin-bottom: 4px;
  padding-left: 20px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.9);
  background-color: transparent;
  background-image: url("../img/icons/label.svg");
  background-repeat: no-repeat;
  background-size: 16px 16px; }

.offer-prices__price {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.9); }
  .offer-prices__price_hot {
    color: #D90537; }
  .offer-prices__price_old {
    opacity: 0,9;
    color: #718894;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: line-through; }

.offer-summary__textbox {
  margin-bottom: 24px; }

.offer-summary__prices {
  margin-bottom: 18px; }

.offer-summary__package-title {
  font-weight: 500;
  letter-spacing: 0.2px;
  margin-bottom: 8px; }

.offer-summary__package-list {
  font-size: 0.875rem;
  color: #718894;
  padding-left: 15px;
  margin-bottom: 6px; }

.offer-summary__package-link {
  padding-left: 15px; }

.offer-summary__buy {
  margin-bottom: 24px; }

.offer-summary__buy-promo {
  text-align: left;
  display: block;
  padding-bottom: 1em;
  margin-bottom: -0.6em; }

.offer-summary__guarantee-link {
  margin-top: 8px;
  text-align: center; }
  .offer-summary__guarantee-link a {
    font-size: 0.8125rem;
    line-height: 1.38;
    color: #718894;
    display: inline-block;
    border-bottom: 1px solid #72889320; }
    .offer-summary__guarantee-link a:not(:disabled):not(.disabled):not([readonly]):hover, .offer-summary__guarantee-link a:not(:disabled):not(.disabled):not([readonly]).hover, .offer-summary__guarantee-link a:not(:disabled):not(.disabled):not([readonly]):focus, .offer-summary__guarantee-link a:not(:disabled):not(.disabled):not([readonly]).focus, .offer-summary__guarantee-link a:not(:disabled):not(.disabled):not([readonly]):active, .offer-summary__guarantee-link a:not(:disabled):not(.disabled):not([readonly]).active, .offer-summary__guarantee-link a:not(:disabled):not(.disabled):not([readonly]):hover, .offer-summary__guarantee-link a:not(:disabled):not(.disabled):not([readonly]).hover, .offer-summary__guarantee-link a:not(:disabled):not(.disabled):not([readonly]):focus, .offer-summary__guarantee-link a:not(:disabled):not(.disabled):not([readonly]).focus, .offer-summary__guarantee-link a:not(:disabled):not(.disabled):not([readonly]):active, .offer-summary__guarantee-link a:not(:disabled):not(.disabled):not([readonly]).active {
      color: #718894;
      opacity: 0.8; }

.offer-item {
  display: block;
  position: relative;
  box-shadow: inset 0 0 0 1px #DFE6E9;
  border-radius: 6px;
  overflow: hidden;
  transition: box-shadow 0.15s ease-in-out;
  padding-bottom: 23px;
  color: rgba(0, 0, 0, 0.9); }
  .offer-item:hover, .offer-item:active, .offer-item:focus {
    box-shadow: inset 0 0 0 1px #DFE6E9, 0 0 4px 0 rgba(113, 159, 190, 0.3);
    color: rgba(0, 0, 0, 0.9); }
    .offer-item:hover .offer-item__img, .offer-item:active .offer-item__img, .offer-item:focus .offer-item__img {
      -webkit-transform: scale(1.02);
      transform: scale(1.02); }
    .offer-item:hover .offer-item__title, .offer-item:active .offer-item__title, .offer-item:focus .offer-item__title {
      opacity: 0.8; }
  .offer-item_visited::after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    pointer-events: none; }
  .offer-item__imgbox {
    position: relative;
    height: 192px;
    overflow: hidden; }
    @media (min-width: 600px) {
      .offer-item__imgbox {
        height: 236px; } }
    @media (min-width: 960px) {
      .offer-item__imgbox {
        height: 205px; } }
    @media (min-width: 1044px) {
      .offer-item__imgbox {
        height: 220px; } }
  .offer-item__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
  .offer-item__badge-viewed {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 30px;
    z-index: 110;
    line-height: 1.4; }
  .offer-item__badge-timer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: left;
    border-radius: 3px 3px 0 0;
    z-index: 90; }
  .offer-item__badge-contract, .offer-item__badge-new {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 3px 0 0; }
  .offer-item__textbox {
    overflow: hidden;
    height: 176px; }
  .offer-item__title {
    display: block;
    max-height: 4.5rem;
    margin: 16px 16px 10px;
    font-family: "Rubik", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.2px;
    color: rgba(0, 0, 0, 0.9);
    overflow: hidden;
    transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out; }
    @media (min-width: 600px) {
      .offer-item__title {
        margin: 20px 20px 10px; } }
    .offer-item__title b {
      font-weight: inherit;
      color: #008CD5;
      font-weight: 500; }
  .offer-item__description {
    max-height: 2.25rem;
    margin: 10px 16px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4;
    color: #718894;
    overflow: hidden; }
    @media (min-width: 600px) {
      .offer-item__description {
        margin: 10px 20px; } }
  .offer-item__prices {
    margin: 0 16px; }
    @media (min-width: 600px) {
      .offer-item__prices {
        margin: 0 20px; } }
  .offer-item__price {
    display: inline;
    font-size: 1.3125rem; }
  .offer-item__price-sm {
    display: inline;
    font-size: 1rem; }

.guarantee-card {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  height: 222px;
  padding: 68px 16px 22px;
  background-color: #14AA8F;
  background-image: url("../img/icons/guarantee@2x.png");
  background-repeat: no-repeat;
  background-size: 42px 36px;
  background-position: center 20px;
  border: none;
  border-radius: 6px; }
  @media (min-width: 600px) {
    .guarantee-card {
      height: auto;
      padding: 105px 30px 38px;
      background-size: 52px 44px;
      background-position: center 38px; } }
  @media (min-width: 960px) {
    .guarantee-card {
      height: auto;
      padding: 99px 30px 22px;
      background-size: 52px 44px; } }
  @media (min-width: 1044px) {
    .guarantee-card {
      height: auto;
      padding: 102px 30px 30px; } }
  .guarantee-card__title {
    font-family: "Rubik", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    text-align: center; }
    @media (min-width: 600px) {
      .guarantee-card__title {
        font-size: 1.5rem;
        line-height: 1.25; } }
  .guarantee-card__btnwrap {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%; }
  .guarantee-card__btn {
    width: 174px; }
    @media (min-width: 600px) {
      .guarantee-card__btn {
        order: 1;
        width: 100%; } }
  .guarantee-card__description {
    margin: 8px 0 0;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    text-align: center; }
    @media (min-width: 600px) {
      .guarantee-card__description {
        margin: 0 0 8px; } }
    @media (min-width: 960px) {
      .guarantee-card__description {
        margin: 0 0 24px; } }
    @media (min-width: 1044px) {
      .guarantee-card__description {
        margin: 0 0 16px; } }

.offer__columns {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .offer__columns {
      margin-bottom: 40px; } }
  @media (min-width: 1044px) {
    .offer__columns {
      display: flex;
      flex-flow: row nowrap; } }

@media (min-width: 1044px) {
  .offer__left-column {
    flex: 1; } }

.offer__right-column {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between; }
  @media (min-width: 1044px) {
    .offer__right-column {
      flex: 0 0 360px;
      margin-left: 30px;
      padding-bottom: 1rem; } }

.offer__badges {
  margin-bottom: 10px; }

.offer__features {
  margin-top: 16px;
  margin-bottom: 20px; }

.offer__feature {
  font-size: 0.875rem;
  color: #718894;
  margin-bottom: 8px;
  line-height: 1.4; }

.offer__descr {
  margin-bottom: 6px; }
  @media (min-width: 768px) {
    .offer__descr {
      margin-bottom: 16px; } }

.offer__tabs {
  margin-bottom: 20px;
  position: -webkit-sticky;
  position: sticky;
  background: #fff;
  padding-top: 14px;
  top: 60px; }
  @media (min-width: 768px) {
    .offer__tabs {
      margin-bottom: 30px;
      top: 80px; } }

.offer__content {
  overflow-wrap: break-word;
  overflow: hidden;
  margin-bottom: 30px; }
  .offer__content img {
    height: auto !important;
    max-width: 100%; }
  .offer__content iframe {
    max-width: 100%; }
  @media (min-width: 768px) {
    .offer__content {
      margin-bottom: 40px; } }
  @media (min-width: 1044px) {
    .offer__content {
      margin-bottom: 0px; } }

.offer__content-title {
  margin-bottom: 20px; }

.offer__content-subtitle {
  margin-bottom: 12px; }

.offer__form {
  background: #FFF;
  border: 6px solid #D6ECF8;
  border-radius: 4px;
  padding: 20px 14px; }
  @media (min-width: 768px) {
    .offer__form {
      padding: 24px; } }
  .offer__form form {
    max-width: 300px;
    margin: 0 auto; }

.offer__business-banner {
  margin-top: 20px; }

.offer__contact-phone {
  margin-top: 22px; }

.offer__side-cbox {
  margin-bottom: 20px;
  display: none; }
  @media (min-width: 1044px) {
    .offer__side-cbox {
      display: block; } }

.offer__side-cbox-wrapper {
  flex: 1; }

.offer__side-banner {
  margin-bottom: 20px; }

.offer__video-imgbox img {
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }

.offer__video-imgbox:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02); }

.offer__bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 8px 10px;
  box-shadow: 0 -2px 10px 0 rgba(0, 28, 43, 0.1); }
  @media (min-width: 1044px) {
    .offer__bar {
      display: none; } }

.offer__bar-price {
  font-size: 1.375rem; }

.offer__bar-price-sm {
  font-size: 0.8125rem; }

.gallery {
  position: relative;
  background: #000;
  display: flex;
  flex-flow: row nowrap; }
  @media (min-width: 1044px) {
    .gallery {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: 1fr;
      grid-gap: 1px; } }
  .gallery__image {
    width: 100%;
    margin-right: -100%;
    position: relative;
    z-index: 1;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.5s ease-out; }
    @media (min-width: 1044px) {
      .gallery__image {
        opacity: 1;
        display: none; }
        .gallery__image:first-child {
          grid-area: 1 / 1 / 3 / 3; }
        .gallery__image:first-child, .gallery__image:nth-child(2), .gallery__image:nth-child(3), .gallery__image:nth-child(4), .gallery__image:nth-child(5) {
          display: block; } }
    @media (min-width: 1220px) {
      .gallery__image:nth-child(6), .gallery__image:nth-child(7) {
        display: block; } }
    .gallery__image_current {
      opacity: 1;
      z-index: 3; }
      @media (min-width: 1044px) {
        .gallery__image_current {
          opacity: 1; } }
    .gallery__image_prev {
      opacity: 0;
      z-index: 2; }
      @media (min-width: 1044px) {
        .gallery__image_prev {
          opacity: 1; } }
    .gallery__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
      .gallery__image img:hover {
        -webkit-transform: scale(1.02);
        transform: scale(1.02); }
  .gallery__button {
    position: absolute;
    right: 16px;
    bottom: 15px;
    z-index: 5; }
    @media (min-width: 600px) {
      .gallery__button {
        right: 30px;
        bottom: 30px; } }

.gallery-modal-overlay {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  z-index: 1000; }

.gallery-modal {
  width: 100%;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .gallery-modal__close {
    opacity: 0.5;
    padding: 19px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    color: #fff;
    width: 32px;
    height: 32px;
    display: block;
    box-sizing: content-box; }
    @media (min-width: 768px) {
      .gallery-modal__close {
        padding: 34px; } }
    @media (min-width: 1044px) {
      .gallery-modal__close {
        padding: 50px; } }
    .gallery-modal__close:not(:disabled):not(.disabled):not([readonly]):hover, .gallery-modal__close:not(:disabled):not(.disabled):not([readonly]).hover, .gallery-modal__close:not(:disabled):not(.disabled):not([readonly]):focus, .gallery-modal__close:not(:disabled):not(.disabled):not([readonly]).focus, .gallery-modal__close:not(:disabled):not(.disabled):not([readonly]):active, .gallery-modal__close:not(:disabled):not(.disabled):not([readonly]).active, .gallery-modal__close:not(:disabled):not(.disabled):not([readonly]):hover, .gallery-modal__close:not(:disabled):not(.disabled):not([readonly]).hover, .gallery-modal__close:not(:disabled):not(.disabled):not([readonly]):focus, .gallery-modal__close:not(:disabled):not(.disabled):not([readonly]).focus, .gallery-modal__close:not(:disabled):not(.disabled):not([readonly]):active, .gallery-modal__close:not(:disabled):not(.disabled):not([readonly]).active {
      opacity: 1; }
  .gallery-modal__main {
    position: relative;
    overflow: visible !important;
    max-width: 1200px; }
    @media (min-width: 768px) {
      .gallery-modal__main {
        width: calc(100% - 100px) !important; } }
    @media (min-width: 1044px) {
      .gallery-modal__main {
        width: calc(100% - 180px) !important; } }
    @media (min-width: 1220px) {
      .gallery-modal__main {
        width: calc(100% - 300px) !important; } }
    .gallery-modal__main img {
      max-height: 60vh; }
  .gallery-modal__main-slides {
    width: 100%;
    align-items: center; }
  .gallery-modal__main-slide {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center; }
  .gallery-modal__main-title {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 30px;
    text-align: center; }
  .gallery-modal__main-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    text-align: center;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    cursor: pointer; }
    .gallery-modal__main-nav:not(:disabled):not(.disabled):not([readonly]):hover, .gallery-modal__main-nav:not(:disabled):not(.disabled):not([readonly]).hover, .gallery-modal__main-nav:not(:disabled):not(.disabled):not([readonly]):focus, .gallery-modal__main-nav:not(:disabled):not(.disabled):not([readonly]).focus, .gallery-modal__main-nav:not(:disabled):not(.disabled):not([readonly]):active, .gallery-modal__main-nav:not(:disabled):not(.disabled):not([readonly]).active, .gallery-modal__main-nav:not(:disabled):not(.disabled):not([readonly]):hover, .gallery-modal__main-nav:not(:disabled):not(.disabled):not([readonly]).hover, .gallery-modal__main-nav:not(:disabled):not(.disabled):not([readonly]):focus, .gallery-modal__main-nav:not(:disabled):not(.disabled):not([readonly]).focus, .gallery-modal__main-nav:not(:disabled):not(.disabled):not([readonly]):active, .gallery-modal__main-nav:not(:disabled):not(.disabled):not([readonly]).active {
      opacity: 0.8; }
    @media (min-width: 1044px) {
      .gallery-modal__main-nav {
        width: 90px; } }
    .gallery-modal__main-nav_prev {
      left: 0; }
      @media (min-width: 768px) {
        .gallery-modal__main-nav_prev {
          left: -50px; } }
      @media (min-width: 1044px) {
        .gallery-modal__main-nav_prev {
          left: -90px; } }
      @media (min-width: 1220px) {
        .gallery-modal__main-nav_prev {
          left: -150px; } }
    .gallery-modal__main-nav_next {
      right: 0; }
      @media (min-width: 768px) {
        .gallery-modal__main-nav_next {
          right: -50px; } }
      @media (min-width: 1044px) {
        .gallery-modal__main-nav_next {
          right: -90px; } }
      @media (min-width: 1220px) {
        .gallery-modal__main-nav_next {
          right: -150px; } }
    .gallery-modal__main-nav_disabled {
      opacity: 0.2 !important; }
  .gallery-modal__thumbs {
    height: 40px;
    margin-top: 40px !important;
    overflow: visible !important;
    max-width: 1200px; }
    @media (min-width: 768px) {
      .gallery-modal__thumbs {
        width: calc(100% - 40px) !important;
        height: 80px; } }
    @media (min-width: 1044px) {
      .gallery-modal__thumbs {
        width: calc(100% - 124px) !important; } }
    @media (min-width: 1220px) {
      .gallery-modal__thumbs {
        width: calc(100% - 300px) !important; } }
  .gallery-modal__thumbs-slide {
    background: #000;
    width: 90px !important;
    cursor: pointer; }
    @media (min-width: 768px) {
      .gallery-modal__thumbs-slide {
        width: 180px !important; } }
    .gallery-modal__thumbs-slide img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      opacity: 0.4;
      transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out; }
    .gallery-modal__thumbs-slide:not(:disabled):not(.disabled):not([readonly]):hover img, .gallery-modal__thumbs-slide:not(:disabled):not(.disabled):not([readonly]).hover img, .gallery-modal__thumbs-slide:not(:disabled):not(.disabled):not([readonly]):focus img, .gallery-modal__thumbs-slide:not(:disabled):not(.disabled):not([readonly]).focus img, .gallery-modal__thumbs-slide:not(:disabled):not(.disabled):not([readonly]):active img, .gallery-modal__thumbs-slide:not(:disabled):not(.disabled):not([readonly]).active img, .gallery-modal__thumbs-slide:not(:disabled):not(.disabled):not([readonly]):hover img, .gallery-modal__thumbs-slide:not(:disabled):not(.disabled):not([readonly]).hover img, .gallery-modal__thumbs-slide:not(:disabled):not(.disabled):not([readonly]):focus img, .gallery-modal__thumbs-slide:not(:disabled):not(.disabled):not([readonly]).focus img, .gallery-modal__thumbs-slide:not(:disabled):not(.disabled):not([readonly]):active img, .gallery-modal__thumbs-slide:not(:disabled):not(.disabled):not([readonly]).active img {
      opacity: 1; }
    .gallery-modal__thumbs-slide_active img {
      opacity: 1; }

.tabs {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-left: -16px;
  margin-right: -16px; }
  @media (min-width: 600px) {
    .tabs {
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 1044px) {
    .tabs {
      margin-left: 0;
      margin-right: 0; } }
  .tabs__inner {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    padding: 0 16px; }
    @media (min-width: 600px) {
      .tabs__inner {
        padding: 0;
        border-bottom: 1px solid #DFE6E9;
        min-width: 100%; } }
    @media (min-width: 1044px) {
      .tabs__inner {
        padding: 0; } }
  .tabs__item {
    border-bottom: 1px solid #DFE6E9;
    padding-right: 24px; }
    .tabs__item:last-child {
      padding-right: 0; }
    @media (min-width: 600px) {
      .tabs__item {
        margin-bottom: -1px; } }
  .tabs__link {
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 0.8125rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #008CD5;
    letter-spacing: 0.6px;
    line-height: 1.7;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    padding-bottom: 11px;
    margin-bottom: -1px;
    transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out, background 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    .tabs__link:not(:disabled):not(.disabled):not([readonly]):hover, .tabs__link:not(:disabled):not(.disabled):not([readonly]).hover, .tabs__link:not(:disabled):not(.disabled):not([readonly]):focus, .tabs__link:not(:disabled):not(.disabled):not([readonly]).focus, .tabs__link:not(:disabled):not(.disabled):not([readonly]):active, .tabs__link:not(:disabled):not(.disabled):not([readonly]).active, .tabs__link:not(:disabled):not(.disabled):not([readonly]):hover, .tabs__link:not(:disabled):not(.disabled):not([readonly]).hover, .tabs__link:not(:disabled):not(.disabled):not([readonly]):focus, .tabs__link:not(:disabled):not(.disabled):not([readonly]).focus, .tabs__link:not(:disabled):not(.disabled):not([readonly]):active, .tabs__link:not(:disabled):not(.disabled):not([readonly]).active {
      opacity: 0.8;
      border-color: #008CD5;
      outline: none; }
    .tabs__link_active {
      border-color: #008CD5; }

.cbox {
  box-shadow: inset 0 0 0 1px #DFE6E9;
  border-radius: 8px;
  overflow: hidden; }
  .cbox__imgbox {
    position: relative;
    height: 240px;
    overflow: hidden; }
    @media (min-width: 600px) {
      .cbox__imgbox {
        height: 236px; } }
    @media (min-width: 960px) {
      .cbox__imgbox {
        height: 205px; } }
    @media (min-width: 1044px) {
      .cbox__imgbox {
        height: 220px; } }
  .cbox__imgbox-overlay-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 100%);
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center; }
    .cbox__imgbox-overlay-content > div {
      margin: 9px 80px;
      text-align: center; }
  .cbox__imgbox-text {
    color: #fff;
    font-family: "Rubik", sans-serif;
    letter-spacing: -0.2px;
    text-align: center;
    line-height: 1.25;
    font-weight: 500; }
  .cbox__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .cbox__content {
    padding: 20px; }

.contact-phone {
  background-image: url("../img/icons/telephone.svg");
  background-size: 32px 32px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 48px; }
  .contact-phone_white {
    background-image: url("../img/icons/telephone-white.svg"); }
  .contact-phone__text {
    font-size: 0.8125rem;
    opacity: 0.6;
    line-height: 1.2;
    margin-bottom: 3px; }
  .contact-phone__phone {
    font-size: 1.5rem;
    line-height: 1.2; }

.package-list__item {
  margin-bottom: 14px; }

.package-list__icon {
  display: inline-block;
  margin-top: -4px;
  margin-right: 6px; }

.offer-bar-modal {
  position: relative;
  padding: 48px 16px 30px; }
  @media (min-width: 600px) {
    .offer-bar-modal {
      padding: 20px 40px 40px; } }
  .offer-bar-modal.slide-enter {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  .offer-bar-modal.slide-enter-active {
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out; }
  .offer-bar-modal.slide-leave-to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  .offer-bar-modal.slide-leave-active {
    transition: -webkit-transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in; }
  .offer-bar-modal__hide {
    position: absolute;
    left: 6px;
    top: 10px; }
    @media (min-width: 600px) {
      .offer-bar-modal__hide {
        left: 10px;
        top: 10px; } }
  .offer-bar-modal__close {
    position: absolute;
    right: 12px;
    top: 12px; }
    @media (min-width: 600px) {
      .offer-bar-modal__close {
        right: 20px;
        top: 20px; } }
  .offer-bar-modal__summary {
    max-width: 320px;
    margin: 0 auto; }

.social-likes {
  text-align: center;
  height: 40px; }
  .social-likes__widget {
    display: inline-block;
    margin: 0 4px;
    height: 40px;
    width: 40px;
    overflow: hidden; }
    .social-likes__widget_twitter .social-likes__icon {
      background: url("../img/Buttons/_Social/twitter-circle@2x.png") 50% 50% no-repeat;
      background-size: contain; }
    .social-likes__widget_facebook .social-likes__icon {
      background: url("../img/Buttons/_Social/facebook-circle@2x.png") 50% 50% no-repeat;
      background-size: contain; }
  .social-likes__button {
    display: inline-block;
    height: 100%;
    width: 100%;
    cursor: pointer; }
    .social-likes__button:hover {
      opacity: 0.8; }
  .social-likes__icon {
    display: inline-block;
    height: 100%;
    width: 100%; }

.faq__title {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .faq__title {
      margin-bottom: 50px; } }

.faq__item {
  margin-bottom: 10px; }

.faq__cat {
  margin-top: 50px;
  margin-bottom: 20px; }

.faq-item {
  background: #fff;
  border: 1px solid #DFE6E9;
  border-radius: 6px; }
  .faq-item__question-row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 15px 16px; }
    @media (min-width: 768px) {
      .faq-item__question-row {
        padding: 20px 30px; } }
    .faq-item__question-row:hover, .faq-item__question-row:active, .faq-item__question-row:focus {
      color: #008CD5; }
      .faq-item__question-row:hover .faq-item__switch, .faq-item__question-row:active .faq-item__switch, .faq-item__question-row:focus .faq-item__switch {
        color: #008CD5;
        opacity: 1; }
  .faq-item__question {
    margin: 0; }
  .faq-item__switch {
    margin-right: -5px;
    margin-top: -3px;
    margin-bottom: -3px;
    color: #718894;
    opacity: 0.3; }
    @media (min-width: 768px) {
      .faq-item__switch {
        margin-right: -10px;
        margin-top: -4px;
        margin-bottom: -4px; } }
  .faq-item__answer {
    display: none;
    font-size: 0.875rem;
    padding: 0 16px 10px; }
    @media (min-width: 768px) {
      .faq-item__answer {
        padding: 0 30px 17px;
        font-size: 1rem; } }
  .faq-item_opened .faq-item__switch {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .faq-item_opened .faq-item__answer {
    display: block; }

@media (min-width: 600px) {
  .country-selector {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }

@media (min-width: 768px) {
  .country-selector {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; } }

.country-selector__link {
  display: block;
  padding: 3px 0; }
  .country-selector__link_active {
    color: rgba(0, 0, 0, 0.9); }

.blog-entries__entry {
  margin-bottom: 30px; }

.blog-entry {
  display: block;
  color: #000;
  transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out; }
  .blog-entry:not(:disabled):not(.disabled):not([readonly]):hover, .blog-entry:not(:disabled):not(.disabled):not([readonly]).hover, .blog-entry:not(:disabled):not(.disabled):not([readonly]):focus, .blog-entry:not(:disabled):not(.disabled):not([readonly]).focus, .blog-entry:not(:disabled):not(.disabled):not([readonly]):active, .blog-entry:not(:disabled):not(.disabled):not([readonly]).active, .blog-entry:not(:disabled):not(.disabled):not([readonly]):hover, .blog-entry:not(:disabled):not(.disabled):not([readonly]).hover, .blog-entry:not(:disabled):not(.disabled):not([readonly]):focus, .blog-entry:not(:disabled):not(.disabled):not([readonly]).focus, .blog-entry:not(:disabled):not(.disabled):not([readonly]):active, .blog-entry:not(:disabled):not(.disabled):not([readonly]).active {
    color: #000; }
    .blog-entry:not(:disabled):not(.disabled):not([readonly]):hover .blog-entry__title, .blog-entry:not(:disabled):not(.disabled):not([readonly]).hover .blog-entry__title, .blog-entry:not(:disabled):not(.disabled):not([readonly]):focus .blog-entry__title, .blog-entry:not(:disabled):not(.disabled):not([readonly]).focus .blog-entry__title, .blog-entry:not(:disabled):not(.disabled):not([readonly]):active .blog-entry__title, .blog-entry:not(:disabled):not(.disabled):not([readonly]).active .blog-entry__title, .blog-entry:not(:disabled):not(.disabled):not([readonly]):hover .blog-entry__title, .blog-entry:not(:disabled):not(.disabled):not([readonly]).hover .blog-entry__title, .blog-entry:not(:disabled):not(.disabled):not([readonly]):focus .blog-entry__title, .blog-entry:not(:disabled):not(.disabled):not([readonly]).focus .blog-entry__title, .blog-entry:not(:disabled):not(.disabled):not([readonly]):active .blog-entry__title, .blog-entry:not(:disabled):not(.disabled):not([readonly]).active .blog-entry__title {
      color: #008CD5; }
  .blog-entry__date {
    font-size: 0.875rem;
    color: #718894;
    margin-bottom: 10px; }
  .blog-entry__title {
    margin-bottom: 12px;
    transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out; }

.blog-view__date {
  font-size: 0.875rem;
  color: #718894;
  margin-bottom: 16px; }

.blog-view__title {
  margin-bottom: 16px; }

.blog-view__back {
  margin-bottom: 35px; }

.subscribe-modal__divider {
  margin: 20px auto; }
  @media (min-width: 600px) {
    .subscribe-modal__divider {
      margin: 30px auto 20px; } }

.subscribe-modal__social {
  text-align: center; }
  @media (min-width: 600px) {
    .subscribe-modal__social {
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
      align-items: center; } }

.subscribe-modal__social-label {
  margin: 0 auto 10px; }
  @media (min-width: 600px) {
    .subscribe-modal__social-label {
      margin: 0 12px 0 0; } }

.subscribe-modal__social-buttons {
  display: flex;
  justify-content: center; }

.subscribe-modal__social-button {
  margin: 0 6px; }

.info-page__title {
  margin-bottom: 20px; }

.info-page__menu-select {
  margin-bottom: 20px; }

.info-page__hr {
  margin: 50px auto; }

.info-page__inner {
  display: flex;
  flex-flow: row nowrap; }

.info-page__menu {
  flex: 0 0 200px;
  margin-right: 50px; }
  @media (min-width: 1044px) {
    .info-page__menu {
      flex: 0 0 340px; } }

.info-page__menu-item {
  margin-bottom: 16px;
  line-height: 1.5; }

.info-page__content-title {
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .info-page__content-title {
      margin-bottom: 30px; } }

.default-modal {
  position: relative;
  padding: 30px 16px;
  line-height: 1.43;
  font-size: 0.875rem; }
  @media (min-width: 600px) {
    .default-modal {
      padding: 40px;
      font-size: 1rem; } }
  .default-modal__close {
    position: absolute;
    right: 12px;
    top: 12px; }
    @media (min-width: 600px) {
      .default-modal__close {
        right: 20px;
        top: 20px; } }

.app-banner-top {
  position: relative;
  background: linear-gradient(270deg, #FF7502, #F90173); }
  .app-banner-top__link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    color: #fff; }
    .app-banner-top__link:not(:disabled):not(.disabled):not([readonly]):hover, .app-banner-top__link:not(:disabled):not(.disabled):not([readonly]).hover, .app-banner-top__link:not(:disabled):not(.disabled):not([readonly]):focus, .app-banner-top__link:not(:disabled):not(.disabled):not([readonly]).focus, .app-banner-top__link:not(:disabled):not(.disabled):not([readonly]):active, .app-banner-top__link:not(:disabled):not(.disabled):not([readonly]).active, .app-banner-top__link:not(:disabled):not(.disabled):not([readonly]):hover, .app-banner-top__link:not(:disabled):not(.disabled):not([readonly]).hover, .app-banner-top__link:not(:disabled):not(.disabled):not([readonly]):focus, .app-banner-top__link:not(:disabled):not(.disabled):not([readonly]).focus, .app-banner-top__link:not(:disabled):not(.disabled):not([readonly]):active, .app-banner-top__link:not(:disabled):not(.disabled):not([readonly]).active {
      color: #fff; }
    .app-banner-top__link::before {
      content: "";
      flex: 0 0 80px;
      align-self: stretch; }
    .app-banner-top__link_android::before {
      background: url("../images/mobile/android.png") right bottom no-repeat;
      background-size: 75%; }
    .app-banner-top__link_ios::before {
      background: url("../images/mobile/ios.png") right bottom no-repeat;
      background-size: 75%; }
    .app-banner-top__link div {
      font-size: 0.875rem;
      font-weight: bold;
      flex: 0 0 110px;
      margin-left: 12px;
      font-family: "Rubik", sans-serif;
      letter-spacing: -0.2px;
      line-height: 1.2; }
  .app-banner-top__close {
    position: absolute;
    top: 11px;
    right: 15px;
    color: #fff; }
    .app-banner-top__close:not(:disabled):not(.disabled):not([readonly]):hover, .app-banner-top__close:not(:disabled):not(.disabled):not([readonly]).hover, .app-banner-top__close:not(:disabled):not(.disabled):not([readonly]):focus, .app-banner-top__close:not(:disabled):not(.disabled):not([readonly]).focus, .app-banner-top__close:not(:disabled):not(.disabled):not([readonly]):active, .app-banner-top__close:not(:disabled):not(.disabled):not([readonly]).active, .app-banner-top__close:not(:disabled):not(.disabled):not([readonly]):hover, .app-banner-top__close:not(:disabled):not(.disabled):not([readonly]).hover, .app-banner-top__close:not(:disabled):not(.disabled):not([readonly]):focus, .app-banner-top__close:not(:disabled):not(.disabled):not([readonly]).focus, .app-banner-top__close:not(:disabled):not(.disabled):not([readonly]):active, .app-banner-top__close:not(:disabled):not(.disabled):not([readonly]).active {
      color: #fff; }

.app-banner-content {
  display: block;
  margin: 0 -10px 20px;
  padding: 20px 110px 20px 23px;
  min-height: 50px;
  color: #fff;
  font-size: 13px;
  line-height: 1.2em;
  box-sizing: border-box;
  border-radius: 7px; }

.app-banner-content.app-link-android {
  background: #008dd2 url("../images/mobile/app-banner-android.png") right 12px bottom no-repeat; }

.app-banner-content.app-link-ios {
  background: #008dd2 url("../images/mobile/app-banner-ios.png") right 12px bottom no-repeat; }

.url-preview-iframe {
  display: block;
  width: 100%;
  height: calc(100vh - 76px);
  box-sizing: border-box; }

.url-preview-back-btn {
  position: absolute;
  top: 85px;
  left: 50%;
  margin-left: -66px;
  display: block;
  background: #008dd2;
  border-radius: 3px;
  color: #fff;
  width: 120px;
  padding: 3px 6px;
  text-align: center;
  text-decoration: none;
  font-weight: bold; }

.reviews__title {
  margin-bottom: 15px;
  text-align: center; }
  @media (min-width: 600px) {
    .reviews__title {
      margin-bottom: 20px; } }

.reviews__descr {
  margin: 0 auto 20px;
  text-align: center;
  max-width: 700px;
  font-size: 0.875rem; }
  @media (min-width: 600px) {
    .reviews__descr {
      margin: 0 auto 50px; } }

.reviews__list {
  display: grid;
  grid-template-columns: repeat(1, minmax(100px, 1fr));
  grid-gap: 20px;
  grid-auto-rows: 0; }
  @media (min-width: 600px) {
    .reviews__list {
      grid-template-columns: repeat(2, minmax(100px, 1fr)); } }
  @media (min-width: 1044px) {
    .reviews__list {
      grid-template-columns: repeat(3, minmax(100px, 1fr)); } }

.reviews__item {
  outline: none;
  overflow: hidden; }
  @supports not (display: grid) {
    .reviews__item {
      margin-bottom: 20px; } }

.reviews__paginator {
  margin-top: 30px; }
  @media (min-width: 600px) {
    .reviews__paginator {
      margin-top: 40px; } }

.review-item {
  border: 1px solid #DFE6E9;
  border-radius: 6px;
  padding: 24px 20px 24px; }
  @media (min-width: 600px) {
    .review-item {
      padding: 24px 20px 34px; } }
  .review-item_full {
    border: none;
    border-radius: 0;
    padding: 0; }
  .review-item__title-row {
    margin-top: 6px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center; }
  .review-item__author {
    font-size: 1.25rem;
    font-family: "Rubik", sans-serif;
    margin-right: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .review-item__text {
    font-size: 0.875rem;
    margin-top: 16px;
    white-space: pre-wrap; }
    @media (min-width: 600px) {
      .review-item__text {
        font-size: 1rem; } }
    .review-item__text_overflow {
      max-height: 190px;
      overflow: hidden; }
  .review-item__link {
    font-size: 0.875rem;
    margin-top: 16px; }
    @media (min-width: 600px) {
      .review-item__link {
        font-size: 1rem; } }
  .review-item__time {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.3;
    color: #718894; }
  .review-item__source {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 5px;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.3; }

.stars {
  display: flex;
  flex-flow: row nowrap; }
  .stars__star {
    margin: 0 1px;
    width: 13px;
    height: 12px; }

.order-list__item {
  margin-bottom: 16px; }
  @media (min-width: 600px) {
    .order-list__item {
      margin-bottom: 20px; } }

.order-item {
  background: #fff;
  border: 1px solid #DFE6E9;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
  .order-item__image {
    background: #72889320;
    flex: 0 0 195px;
    display: none; }
    @media (min-width: 600px) {
      .order-item__image {
        display: block; } }
    .order-item__image img {
      min-width: 100%;
      min-height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .order-item__details {
    flex: 1;
    margin: 24px 20px 30px; }
    @media (min-width: 600px) {
      .order-item__details {
        margin: 24px 24px 20px; } }
  .order-item__title {
    margin-bottom: 8px; }
    @media (min-width: 600px) {
      .order-item__title {
        margin-bottom: 2px; } }
  .order-item__price {
    margin-bottom: 8px; }
  .order-item__package {
    display: none;
    flex: 0 0 100%;
    border-top: 1px solid #DFE6E9;
    padding: 20px; }
    @media (min-width: 600px) {
      .order-item__package {
        padding: 40px; } }
    .order-item_opened .order-item__package {
      display: block; }
  .order-item__btn {
    font-size: 0.875rem;
    color: #718894;
    margin-right: 25px;
    margin-left: -5px; }
    .order-item__btn:hover, .order-item__btn:focus, .order-item__btn:active {
      color: #718894; }
    .order-item__btn_complete {
      color: #099179; }
      .order-item__btn_complete:hover, .order-item__btn_complete:focus, .order-item__btn_complete:active {
        color: #099179; }

.order-package-item {
  display: flex;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid #DFE6E9; }
  .order-package-item:last-child {
    border-bottom: none; }
  .order-package-item__icon {
    flex: 0 0 32px;
    margin-right: 10px;
    margin-top: -4px; }
    .order-package-item__icon img {
      width: 100%; }
  .order-package-item__right {
    flex: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: column; }
    @media (min-width: 600px) {
      .order-package-item__right {
        flex-direction: row; } }
  .order-package-item__text {
    flex: 1; }
  .order-package-item__status {
    flex: 0 0 110px; }
    @media (min-width: 1044px) {
      .order-package-item__status {
        flex-basis: 190px; } }
    @media (min-width: 1220px) {
      .order-package-item__status {
        flex-basis: 240px; } }

.account__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .account__top {
      flex-direction: row;
      margin-bottom: 40px; } }

.account__title {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .account__title {
      margin-bottom: 0px; } }

.account__menu {
  overflow: visible; }

.account__menu-inner {
  border-bottom: none; }

.account__menu-item {
  border-bottom: none; }

.profile hr {
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .profile hr {
      margin-bottom: 50px; } }

@media (min-width: 600px) {
  .profile .form-group {
    margin-bottom: 16px; } }

.profile__subtitle {
  margin-bottom: 20px; }

.profile__cols {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 1044px) {
    .profile__cols {
      flex-direction: row-reverse;
      justify-content: space-between;
      align-items: flex-start;
      padding-left: 10px;
      padding-right: 70px; } }
  @media (min-width: 1220px) {
    .profile__cols {
      padding-left: 30px; } }

.profile__right {
  width: 220px;
  margin-bottom: 40px; }
  @media (min-width: 600px) {
    .profile__right {
      margin-bottom: 50px; } }

@media (min-width: 600px) {
  .profile__left {
    width: 540px; } }

.profile-avatar {
  text-align: center; }
  .profile-avatar__preview {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto 16px; }
    .profile-avatar__preview img {
      width: 100%;
      border-radius: 50%; }
  .profile-avatar__delete-btn {
    position: absolute;
    right: 0;
    top: 0; }
  .profile-avatar__btn {
    margin: 0 auto 12px !important; }
  .profile-avatar__loader {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    padding-top: 30px; }
  .profile-avatar__text {
    font-size: 0.75rem;
    margin-bottom: 12px; }

.avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f0f8fc; }
  .avatar img {
    max-width: 100%;
    height: auto;
    border: none;
    border-radius: 50%; }
  .avatar_bordered {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    background: transparent; }
    .avatar_bordered img {
      border: 5px solid transparent; }

.user-preview {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.875rem; }
  .user-preview__avatar {
    width: 32px;
    height: 32px;
    margin-right: 15px; }
  .user-preview__name {
    flex: 1;
    width: 120px; }

.auth-form {
  font-size: 0.875rem; }
  .auth-form__form {
    max-width: 288px;
    margin: 0 auto; }
  .auth-form__text {
    max-width: 288px;
    margin: 0 auto;
    text-align: left;
    font-size: 0.875rem;
    color: #718894; }
    @media (min-width: 600px) {
      .auth-form__text {
        text-align: center; } }
    .auth-form__text_social {
      margin-bottom: 12px; }
    .auth-form__text_email {
      margin-bottom: 20px; }
      @media (min-width: 600px) {
        .auth-form__text_email {
          margin-bottom: 16px; } }
  .auth-form__title {
    margin-bottom: 20px; }
  .auth-form hr {
    margin: 30px -40px 20px; }
  .auth-form__social-buttons {
    display: flex;
    margin: 0 auto 20px;
    max-width: 288px; }
    @media (min-width: 600px) {
      .auth-form__social-buttons {
        max-width: 410px;
        margin-bottom: 30px; } }
  .auth-form__social-button {
    text-align: left;
    font-size: 0.9375rem;
    padding: 8px 10px;
    flex: 1;
    margin-right: 10px; }
    @media (min-width: 600px) {
      .auth-form__social-button {
        text-align: center;
        font-size: 1.0625rem;
        padding: 9px 11px; } }
    .auth-form__social-button:last-child {
      margin-right: 0; }
    .auth-form__social-button img {
      margin-right: 10px;
      vertical-align: -7px; }
      @media (min-width: 600px) {
        .auth-form__social-button img {
          margin-left: -20px; } }
    .auth-form__social-button_facebook {
      background: #3B579D; }
      .auth-form__social-button_facebook:not(:disabled):not(.disabled):not([readonly]):hover, .auth-form__social-button_facebook:not(:disabled):not(.disabled):not([readonly]).hover, .auth-form__social-button_facebook:not(:disabled):not(.disabled):not([readonly]):focus, .auth-form__social-button_facebook:not(:disabled):not(.disabled):not([readonly]).focus, .auth-form__social-button_facebook:not(:disabled):not(.disabled):not([readonly]):active, .auth-form__social-button_facebook:not(:disabled):not(.disabled):not([readonly]).active, .auth-form__social-button_facebook:not(:disabled):not(.disabled):not([readonly]):hover, .auth-form__social-button_facebook:not(:disabled):not(.disabled):not([readonly]).hover, .auth-form__social-button_facebook:not(:disabled):not(.disabled):not([readonly]):focus, .auth-form__social-button_facebook:not(:disabled):not(.disabled):not([readonly]).focus, .auth-form__social-button_facebook:not(:disabled):not(.disabled):not([readonly]):active, .auth-form__social-button_facebook:not(:disabled):not(.disabled):not([readonly]).active {
        background: #3B579D; }
    .auth-form__social-button_google {
      background: #C53929; }
      .auth-form__social-button_google:not(:disabled):not(.disabled):not([readonly]):hover, .auth-form__social-button_google:not(:disabled):not(.disabled):not([readonly]).hover, .auth-form__social-button_google:not(:disabled):not(.disabled):not([readonly]):focus, .auth-form__social-button_google:not(:disabled):not(.disabled):not([readonly]).focus, .auth-form__social-button_google:not(:disabled):not(.disabled):not([readonly]):active, .auth-form__social-button_google:not(:disabled):not(.disabled):not([readonly]).active, .auth-form__social-button_google:not(:disabled):not(.disabled):not([readonly]):hover, .auth-form__social-button_google:not(:disabled):not(.disabled):not([readonly]).hover, .auth-form__social-button_google:not(:disabled):not(.disabled):not([readonly]):focus, .auth-form__social-button_google:not(:disabled):not(.disabled):not([readonly]).focus, .auth-form__social-button_google:not(:disabled):not(.disabled):not([readonly]):active, .auth-form__social-button_google:not(:disabled):not(.disabled):not([readonly]).active {
        background: #C53929; }
    .auth-form__social-button:not(:disabled):not(.disabled):not([readonly]):hover, .auth-form__social-button:not(:disabled):not(.disabled):not([readonly]).hover, .auth-form__social-button:not(:disabled):not(.disabled):not([readonly]):focus, .auth-form__social-button:not(:disabled):not(.disabled):not([readonly]).focus, .auth-form__social-button:not(:disabled):not(.disabled):not([readonly]):active, .auth-form__social-button:not(:disabled):not(.disabled):not([readonly]).active, .auth-form__social-button:not(:disabled):not(.disabled):not([readonly]):hover, .auth-form__social-button:not(:disabled):not(.disabled):not([readonly]).hover, .auth-form__social-button:not(:disabled):not(.disabled):not([readonly]):focus, .auth-form__social-button:not(:disabled):not(.disabled):not([readonly]).focus, .auth-form__social-button:not(:disabled):not(.disabled):not([readonly]):active, .auth-form__social-button:not(:disabled):not(.disabled):not([readonly]).active {
      opacity: 0.8; }

.business-top {
  min-height: 561px;
  height: auto;
  color: #fff;
  clear: both;
  position: relative;
  font-size: 0.875rem;
  overflow: hidden;
  display: flex; }
  @media (min-width: 600px) {
    .business-top {
      height: auto; } }
  .business-top::before {
    content: "";
    display: block;
    position: absolute;
    left: -100px;
    right: -100px;
    top: -100px;
    bottom: 100px;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    background: #008CD5 url("../img/_Backgrounds/BG2-mobile-4deg.svg") calc(50% + 21px) 0 no-repeat;
    background-size: 1224px 620px; }
    @media (min-width: 600px) {
      .business-top::before {
        background-position: calc(50% + 16px) 0; } }
    @media (min-width: 1044px) {
      .business-top::before {
        background-position: calc(50% + 16px) -30px;
        background-size: 1836px 930px; } }
  .business-top__container {
    max-width: calc(980px + 20px * 2);
    padding-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 130px;
    position: relative;
    z-index: 2; }
    @media (min-width: 600px) {
      .business-top__container {
        padding-top: 80px; } }
  .business-top__title {
    font-size: 42px;
    line-height: 1.1; }
  .business-top__descr {
    margin: 10px 0 30px;
    font-size: 16px; }
  .business-top__descr2 {
    font-size: 12px;
    opacity: 0.8; }
  .business-top__image-container {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 7px; }
    @media (min-width: 600px) {
      .business-top__image-container {
        float: right;
        width: 580px;
        margin-right: calc(38% - 580px);
        margin-top: -70px; } }
    @media (min-width: 768px) {
      .business-top__image-container {
        margin-right: calc(48% - 580px); } }
    @media (min-width: 960px) {
      .business-top__image-container {
        margin-right: calc(51% - 580px);
        margin-left: 20px; } }
  .business-top__image {
    width: 100%; }
  .business-top__btn {
    padding: 17px 24px; }
  .business-top__wide-btn {
    padding: 17px 44px; }

@media (min-width: 768px) {
  .business {
    background: url("../img/images/Business/bg-figures.svg") 50% 200px no-repeat; } }

.business__container {
  max-width: 1092px;
  padding-top: 0; }

.business__nav {
  position: absolute;
  background: #fff url("../img/Buttons/arrow-circle.svg") no-repeat;
  background-size: 100%;
  width: 44px;
  border-radius: 50%;
  height: 44px;
  cursor: pointer;
  outline: none;
  display: none;
  z-index: 100;
  opacity: 0.8;
  transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out, background 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (min-width: 768px) {
    .business__nav {
      display: block; } }
  .business__nav:hover {
    opacity: 1; }
  .business__nav.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none; }

.business__descr {
  text-align: center;
  margin-bottom: 110px; }

.business__descr-title {
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 30px; }

.business__descr-text {
  margin: 0 auto; }
  @media (min-width: 768px) {
    .business__descr-text {
      max-width: 700px; } }

.business__motivation {
  background: #FFF;
  border: 5px solid #E7F2F8;
  padding: 27px 27px 35px;
  margin-bottom: 69px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 768px) {
    .business__motivation {
      padding: 63px 30px;
      flex-direction: row;
      margin-bottom: 110px; } }
  @media (min-width: 1044px) {
    .business__motivation {
      padding: 63px 54px; } }
  .business__motivation-left {
    background: #FCEFDE;
    padding: 60px 30px 40px;
    margin: 0 0 40px;
    flex: 1; }
    @media (min-width: 768px) {
      .business__motivation-left {
        margin: 0 30px 0 0;
        flex: 0.8; } }
    @media (min-width: 1044px) {
      .business__motivation-left {
        margin-right: 50px;
        flex: 0.75; } }
    .business__motivation-left .top {
      text-align: center; }
      .business__motivation-left .top .present {
        font-size: 50px;
        line-height: 1; }
    .business__motivation-left .bottom {
      opacity: 0.6;
      margin-top: 65px;
      font-size: 14px; }
      @media (min-width: 768px) {
        .business__motivation-left .bottom {
          margin-top: 85px; } }
      @media (min-width: 1044px) {
        .business__motivation-left .bottom {
          margin-top: 125px; } }
    .business__motivation-left .title {
      font-size: 32px;
      margin-bottom: 16px; }
  .business__motivation-right {
    flex: 1; }
    .business__motivation-right .title {
      font-size: 32px;
      margin-bottom: 20px; }
    .business__motivation-right .content {
      margin-bottom: 16px; }
      @media (min-width: 768px) {
        .business__motivation-right .content {
          margin-bottom: 40px; } }
  .business__motivation-btn {
    padding: 17px 44px; }

.business__request-wrap {
  background: #FFF;
  border: 6px solid #D6ECF8;
  padding: 58px 10px;
  margin-left: -16px;
  margin-right: -16px;
  margin-top: 80px; }
  @media (min-width: 600px) {
    .business__request-wrap {
      margin-left: 0;
      margin-right: 0; } }

.business__request-logo {
  width: 160px;
  height: 44px;
  display: block;
  margin: 0 auto 20px; }

.business__request-title {
  font-size: 32px;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 8px; }

.business__request-subtitle {
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 8px; }

.business__request-required-fields {
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 30px;
  color: #718894; }

.business__request-form {
  max-width: 600px;
  margin: 0 auto; }
  .business__request-form .col-form-label::after {
    content: "\00a0"; }
  .business__request-form .col-form-label.required::after {
    content: "*";
    color: #718894;
    font-weight: normal; }

.business__request-form-attach-btn {
  font-size: 14px;
  line-height: 16px;
  height: auto;
  padding: 9px 28px 7px; }

.business__request-form-agree-label {
  font-size: 12px;
  color: #718894; }

.business__hr {
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 60px;
  margin-bottom: 60px; }

.business__stories {
  position: relative;
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .business__stories {
      margin-left: auto;
      margin-right: auto;
      max-width: 647px; } }

.business__stories-title {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 23px; }
  @media (min-width: 768px) {
    .business__stories-title {
      margin-bottom: 40px; } }

.business__stories-slider-wrap {
  position: relative; }

.business__stories-slide {
  position: relative;
  cursor: pointer; }
  .business__stories-slide:not(:disabled):not(.disabled):not([readonly]):hover .business__stories-video::after, .business__stories-slide:not(:disabled):not(.disabled):not([readonly]).hover .business__stories-video::after, .business__stories-slide:not(:disabled):not(.disabled):not([readonly]):focus .business__stories-video::after, .business__stories-slide:not(:disabled):not(.disabled):not([readonly]).focus .business__stories-video::after, .business__stories-slide:not(:disabled):not(.disabled):not([readonly]):active .business__stories-video::after, .business__stories-slide:not(:disabled):not(.disabled):not([readonly]).active .business__stories-video::after, .business__stories-slide:not(:disabled):not(.disabled):not([readonly]):hover .business__stories-video::after, .business__stories-slide:not(:disabled):not(.disabled):not([readonly]).hover .business__stories-video::after, .business__stories-slide:not(:disabled):not(.disabled):not([readonly]):focus .business__stories-video::after, .business__stories-slide:not(:disabled):not(.disabled):not([readonly]).focus .business__stories-video::after, .business__stories-slide:not(:disabled):not(.disabled):not([readonly]):active .business__stories-video::after, .business__stories-slide:not(:disabled):not(.disabled):not([readonly]).active .business__stories-video::after {
    opacity: 0.8; }

.business__stories-text {
  position: relative;
  z-index: 50;
  background: #FFFFFF;
  font-size: 0.875rem;
  margin: 20px 0 0; }
  @media (min-width: 600px) {
    .business__stories-text {
      box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.03);
      padding: 50px;
      border-radius: 4px;
      font-size: 1rem;
      margin: -145px 20px 0;
      min-height: 286px; } }

.business__stories-person {
  margin-bottom: 20px; }

.business__stories-name {
  margin-bottom: 0; }

.business__stories-profession {
  font-size: 0.875rem;
  color: #718894; }

.business__stories-video {
  position: relative;
  overflow: hidden;
  border-radius: 4px; }
  @media (min-width: 600px) {
    .business__stories-video {
      border-radius: 6px; } }
  .business__stories-video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 140, 213, 0.0771343) 0%, #008CD5 100%);
    z-index: 20; }
  .business__stories-video::after {
    content: '';
    position: absolute;
    top: 45%;
    left: 50%;
    width: 96px;
    height: 96px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: transparent url("../img/Buttons/play-video.svg") no-repeat 0 0;
    background-size: 96px 96px;
    z-index: 25;
    transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out, background 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .business__stories-video img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.business__stories-pagination {
  left: 0;
  right: 0;
  bottom: 0; }
  .business__stories-pagination .swiper-pagination-bullet {
    background: #718894;
    opacity: 0.2;
    width: 24px;
    height: 24px;
    border: 6px solid #fff;
    margin: 0 6px;
    outline: none; }
  .business__stories-pagination .swiper-pagination-bullet-active {
    background: #008CD5;
    opacity: 1;
    box-shadow: 0 0 0 2px #008CD5; }

.business__stories-nav-next {
  top: 215px;
  right: -50px; }
  @media (min-width: 1044px) {
    .business__stories-nav-next {
      right: -64px; } }

.business__stories-nav-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 215px;
  left: -50px; }
  @media (min-width: 1044px) {
    .business__stories-nav-prev {
      left: -64px; } }

.business__infographic {
  position: relative;
  margin: -30px auto 50px; }
  @media (min-width: 600px) {
    .business__infographic {
      margin: 25px auto 50px; } }

.business__faq {
  margin-top: 80px;
  margin-bottom: 80px; }

.business-banner {
  position: relative;
  padding: 24px;
  background: #fff url("../img/images/Business/img-1-small.png") calc(50% + 169px) 19px/200px 150.5px no-repeat;
  border-radius: 8px;
  border: 1px solid #DFE6E9; }
  @media (min-width: 600px) {
    .business-banner {
      padding: 32px 30px; } }
  .business-banner__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 510px;
    margin: 0 auto; }
    .business-banner__inner::after {
      content: "";
      display: block;
      flex: 0 0 35%; }
  .business-banner__title {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #090909;
    margin-bottom: 10px; }
  .business-banner__link {
    white-space: nowrap; }

.header-business {
  background: #008CD5 url("../img/_Backgrounds/Header-BG-tablet@2x.jpg") 50% 50% no-repeat;
  background-size: cover;
  height: 80px;
  color: #fff;
  padding: 8px 3px;
  position: -webkit-sticky;
  position: sticky;
  z-index: 150;
  left: 0;
  right: 0;
  top: 0; }
  .header-business__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    max-width: calc(980px + 16px * 2); }
  .header-business__bar-left {
    flex: 1.2;
    display: flex;
    justify-content: flex-start; }
  .header-business__bar-right {
    flex: 1.2;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .header-business__bar-logo {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center; }
  .header-business__logo {
    display: inline-block;
    width: 164px;
    flex: 0 0 164px;
    transition: opacity .15s ease-in-out; }
    .header-business__logo img {
      width: 100%; }
    .header-business__logo:hover, .header-business__logo:active, .header-business__logo:focus {
      opacity: 0.8; }
  .header-business__button-menu {
    opacity: 0.85; }
    .header-business__button-menu:hover, .header-business__button-menu:active, .header-business__button-menu:focus {
      opacity: 1; }
  .header-business__close {
    color: #fff;
    padding: 7px;
    width: 42px;
    height: 42px;
    opacity: 0.85; }
    .header-business__close:hover, .header-business__close:active, .header-business__close:focus {
      opacity: 1; }
  .header-business__button-request {
    padding-left: 28px;
    padding-right: 28px; }
    .header-business__button-request, .header-business__button-request:hover, .header-business__button-request:active, .header-business__button-request:focus {
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12) !important; }

.topbar {
  position: fixed;
  background: #0085CA;
  color: #fff; }
  .topbar.slide-enter {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  .topbar.slide-enter-active {
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out; }
  .topbar.slide-leave-to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  .topbar.slide-leave-active {
    transition: -webkit-transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in; }
  .topbar__wrap {
    padding: 30px 20px 40px; }

.infographic-numbers {
  display: flex;
  flex-flow: column nowrap; }
  .infographic-numbers_unified {
    align-items: center; }
    @media (min-width: 600px) {
      .infographic-numbers_unified {
        align-items: flex-start; } }
  @media (min-width: 600px) {
    .infographic-numbers {
      flex-flow: row nowrap;
      justify-content: center;
      margin-left: auto;
      margin-right: auto;
      border-radius: 4px 4px 0 0; } }
  .infographic-numbers__item {
    display: flex;
    flex-flow: column nowrap;
    margin-bottom: 25px;
    padding-left: 80px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 60px 60px; }
    @media (min-width: 600px) {
      .infographic-numbers__item {
        width: 243px;
        align-items: center;
        padding-top: 74px;
        padding-left: 0;
        background-position: center top;
        margin-bottom: 80px; } }
  @media (min-width: 600px) and (min-width: 768px) {
    .infographic-numbers__item {
      width: 290px; } }
    .infographic-numbers_unified .infographic-numbers__item {
      width: 243px;
      align-items: center;
      padding-top: 74px;
      padding-left: 0;
      background-position: center top;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .infographic-numbers_unified .infographic-numbers__item {
          width: 290px; } }
    .infographic-numbers__item_foundation {
      background-image: url("../img/icons/_About/foundation@2x.png"); }
    .infographic-numbers__item_projects {
      background-image: url("../img/icons/_About/projects@2x.png"); }
    .infographic-numbers__item_contracts {
      background-image: url("../img/icons/_About/contracts@2x.png"); }
  .infographic-numbers__number {
    font-family: "Rubik", sans-serif;
    font-weight: normal;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.6px;
    color: #000000; }
    @media (min-width: 600px) {
      .infographic-numbers__number {
        font-size: 42px;
        line-height: 50px; } }
  .infographic-numbers__desc {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.9); }
    @media (min-width: 600px) {
      .infographic-numbers__desc {
        line-height: 24px;
        letter-spacing: -0.2px; } }

.bonus__back {
  margin-bottom: 30px; }
  @media (min-width: 1044px) {
    .bonus__back {
      margin-bottom: 40px; } }

.bonus__motivation {
  background: #FFF;
  border: 10px solid #008CD5;
  padding: 80px 20px 45px;
  margin-bottom: 80px; }
  @media (min-width: 600px) {
    .bonus__motivation {
      padding: 80px 50px 45px; } }
  @media (min-width: 1044px) {
    .bonus__motivation {
      padding: 80px 70px 45px; } }

.bonus__motivation-title {
  font-size: 42px;
  line-height: 46px;
  margin-bottom: 24px; }

.bonus__motivation-content {
  margin-bottom: 30px; }

@media (min-width: 1044px) {
  .bonus__motivation-request-wrap2 {
    display: inline-block; } }

.bonus__motivation-request {
  background: #E7F2F8;
  border-radius: 3px;
  padding: 15px 19px;
  margin-left: -19px;
  margin-right: -19px;
  margin-bottom: 70px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column; }
  @media (min-width: 600px) {
    .bonus__motivation-request {
      padding: 15px 30px;
      margin-left: -30px;
      margin-right: -30px;
      flex-direction: row;
      align-items: center; } }
  @media (min-width: 1044px) {
    .bonus__motivation-request {
      padding: 15px 30px 15px 20px;
      margin-left: -20px;
      margin-right: 100px; } }

.bonus__motivation-request-button {
  padding: 17px 44px;
  margin-bottom: 19px;
  white-space: nowrap;
  flex: 0 0; }
  @media (min-width: 600px) {
    .bonus__motivation-request-button {
      margin-right: 25px;
      margin-bottom: 0px; } }

.bonus__motivation-request-help {
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .bonus__motivation-request-help i {
    margin-right: 8px;
    flex: 0 0 32px; }

.bonus__catalog-title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 60px; }

.bonus__catalog {
  margin-bottom: 40px; }
  .bonus__catalog::after {
    display: block;
    clear: both;
    content: ""; }
  @media (min-width: 768px) {
    .bonus__catalog {
      margin-left: calc(-13px / 2);
      margin-right: calc(-13px / 2); } }
  @media (min-width: 1044px) {
    .bonus__catalog {
      margin-left: calc(-18px / 2);
      margin-right: calc(-18px / 2); } }

.bonus__catalog-item {
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .bonus__catalog-item {
      float: left;
      margin-left: calc(13px / 2);
      margin-right: calc(13px / 2);
      margin-bottom: 13px;
      width: calc((100% / 2) - 13px); } }
  @media (min-width: 768px) {
    .bonus__catalog-item {
      float: left;
      margin-left: calc(13px / 2);
      margin-right: calc(13px / 2);
      margin-bottom: 13px;
      width: calc((100% / 3) - 13px); } }
  @media (min-width: 768px) {
    .bonus__catalog-item {
      float: left;
      margin-left: calc(13px / 2);
      margin-right: calc(13px / 2);
      margin-bottom: 13px;
      width: calc((100% / 3) - 13px); } }
  @media (min-width: 1044px) {
    .bonus__catalog-item {
      margin-left: calc(18px / 2);
      margin-right: calc(18px / 2);
      margin-bottom: 18px;
      width: calc((100% / 3) - 18px); } }

.bonus-item {
  padding: 30px 24px 24px;
  background: #FFFFFF;
  border-radius: 3px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='3' ry='3' stroke='%23728893FF' stroke-width='2' stroke-dasharray='1%2c 4' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e"); }
  .bonus-item:not(:disabled):not(.disabled):not([readonly]):hover, .bonus-item:not(:disabled):not(.disabled):not([readonly]).hover, .bonus-item:not(:disabled):not(.disabled):not([readonly]):focus, .bonus-item:not(:disabled):not(.disabled):not([readonly]).focus, .bonus-item:not(:disabled):not(.disabled):not([readonly]):active, .bonus-item:not(:disabled):not(.disabled):not([readonly]).active, .bonus-item:not(:disabled):not(.disabled):not([readonly]):hover, .bonus-item:not(:disabled):not(.disabled):not([readonly]).hover, .bonus-item:not(:disabled):not(.disabled):not([readonly]):focus, .bonus-item:not(:disabled):not(.disabled):not([readonly]).focus, .bonus-item:not(:disabled):not(.disabled):not([readonly]):active, .bonus-item:not(:disabled):not(.disabled):not([readonly]).active {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='3' ry='3' stroke='black' stroke-width='2' stroke-dasharray='1%2c 4' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e"); }
  .bonus-item__image {
    height: 60px;
    margin-bottom: 16px; }
    .bonus-item__image img {
      max-height: 60px; }
  .bonus-item__title {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 22px; }
  .bonus-item__price {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 22px; }
  .bonus-item__label {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    margin-bottom: 2px; }
  .bonus-item__descr {
    font-size: 14px;
    margin-bottom: 25px; }
  .bonus-item__tooltip {
    padding: 0; }
    .bonus-item__tooltip.show {
      opacity: 1; }
    .bonus-item__tooltip .tooltip-inner {
      background: #FCEFDE;
      box-shadow: 0px 4px 7px rgba(156, 132, 101, 0.43);
      border-radius: 4px;
      font-size: 14px;
      color: #000;
      line-height: 1.45;
      padding: 24px;
      text-align: left;
      max-width: 423px; }
  .bonus-item__link::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: transparent url("../img/icons/external-link-blue.svg") center/contain no-repeat;
    margin-left: 6px;
    margin-bottom: -1px; }

.bonus-card {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  height: 222px;
  padding: 68px 16px 22px;
  background-color: #E7F2F8;
  background-image: url("../img/icons/bonuses@2x.png");
  background-repeat: no-repeat;
  background-size: 42px 36px;
  background-position: center 20px;
  border: none;
  border-radius: 6px; }
  @media (min-width: 600px) {
    .bonus-card {
      height: auto;
      padding: 105px 30px 38px;
      background-size: 52px 44px;
      background-position: center 38px; } }
  @media (min-width: 960px) {
    .bonus-card {
      height: auto;
      padding: 99px 30px 22px;
      background-size: 52px 44px; } }
  @media (min-width: 1044px) {
    .bonus-card {
      height: auto;
      padding: 102px 30px 30px; } }
  .bonus-card__title {
    font-family: "Rubik", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
    color: #090909;
    text-align: center; }
    @media (min-width: 600px) {
      .bonus-card__title {
        font-size: 1.5rem;
        line-height: 1.25; } }
  .bonus-card__btnwrap {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%; }
  .bonus-card__btn {
    width: 174px; }
    @media (min-width: 600px) {
      .bonus-card__btn {
        width: 100%; } }
  .bonus-card__description {
    margin: 8px 0 0;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    text-align: center; }
    @media (min-width: 600px) {
      .bonus-card__description {
        margin: 0 0 8px; } }
    @media (min-width: 960px) {
      .bonus-card__description {
        margin: 0 0 24px; } }
    @media (min-width: 1044px) {
      .bonus-card__description {
        margin: 0 0 16px; } }

.bonus-banner {
  position: relative;
  padding: 24px;
  background: #E7F2F8;
  border-radius: 6px; }
  @media (min-width: 600px) {
    .bonus-banner {
      padding: 32px 30px; } }
  .bonus-banner__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 510px;
    margin: 0 auto; }
    .bonus-banner__inner::after {
      content: "";
      display: block;
      background: url("../img/icons/bonuses@2x.png") 0 0/contain no-repeat;
      width: 52px;
      height: 44px;
      flex: 0 0 52px;
      margin-left: 18px; }


/*# sourceMappingURL=style.css.map*/