@import url(https://fonts.googleapis.com/css?family=Montserrat:400,600,700);
@charset "UTF-8";
html, body {
  height: 100%; }

body {
  font-size: 14px !important;
  font-family: "Montserrat", sans-serif !important;
  margin: 0;
  padding: 0;
  color: #303f4d; }

.main-content {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto; }

.page-overflow {
  overflow: hidden; }

.content-page-bg {
  background: #fafafa; }

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --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: -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-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  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: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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-weight: 500;
  line-height: 1.2; }

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 80%;
  font-weight: 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: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\A0"; }

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

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

.figure {
  display: inline-block; }

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

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

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

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

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

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

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

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

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

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

.col-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-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: 15px;
  padding-left: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #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: #f5c6cb; }

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

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

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

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

.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: 575.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: 991.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: 1199.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.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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

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

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

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  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.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-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: 0.2rem; }

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

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

textarea.form-control {
  height: auto; }

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

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

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

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

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

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

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

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

.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(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  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.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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: #28a745; }

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

.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: #34ce57;
  background-color: #34ce57; }

.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(40, 167, 69, 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: #28a745; }

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

.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: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

.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(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' 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.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  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.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' 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.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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: #dc3545; }

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

.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: #e4606d;
  background-color: #e4606d; }

.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(220, 53, 69, 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: #dc3545; }

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

.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: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      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-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

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

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 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: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 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: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

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

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

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

.btn-outline-warning {
  color: #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: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.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: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

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

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

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

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

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

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 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 #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  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: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 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: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn: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.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .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: 0.3rem; }

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

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

.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: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .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: 0.25rem; }

.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: #007bff;
  background-color: #007bff; }

.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, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 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, 123, 255, 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: 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; }
    @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;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  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.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    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.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .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.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    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::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    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::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    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: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-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: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .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: 0.25rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("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: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

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

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

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

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

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-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: 576px) {
  .card-columns {
    column-count: 3;
    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: 0.25rem; }

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

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

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

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

.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: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

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

.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: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .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: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 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: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

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

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

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.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: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.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: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.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: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  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 {
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      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: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .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: #007bff;
    border-color: #007bff; }

.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: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }

@media (min-width: 576px) {
  .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: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        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: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 992px) {
  .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: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 1200px) {
  .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: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        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: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

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

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

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

.list-group-item-warning {
  color: #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: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.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: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

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

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

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  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: 1px 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: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-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: 0.3rem;
  outline: 0; }

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

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

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

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

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 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: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .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: 0.3rem 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: 0.3rem 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(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

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

.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%;
  backface-visibility: hidden;
  transition: 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 {
  transform: translateX(100%); }

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  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; }

@keyframes spinner-border {
  to {
    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%;
  animation: spinner-border .75s linear infinite; }

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

@keyframes spinner-grow {
  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;
  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: #007bff !important; }

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

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

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

.bg-success {
  background-color: #28a745 !important; }

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

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

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

.bg-warning {
  background-color: #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: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !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: #343a40 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #007bff !important; }

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

.border-success {
  border-color: #28a745 !important; }

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

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

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

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

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

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

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !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: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

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

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

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

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

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

.embed-responsive-21by9::before {
  padding-top: 42.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: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

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

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

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

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

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

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

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

.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: 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: sticky) {
  .sticky-top {
    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: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-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: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-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: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-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: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

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

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

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

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-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: #007bff !important; }

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

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

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

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

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

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

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

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

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

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

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

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

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

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.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: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow,
  .react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before,
  .react-datepicker__month-year-read-view--down-arrow::before {
    box-sizing: content-box;
    position: absolute;
    border: 8px solid transparent;
    height: 0;
    width: 1px; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before,
  .react-datepicker__month-year-read-view--down-arrow::before {
    content: "";
    z-index: -1;
    border-width: 8px;
    left: -8px;
    border-bottom-color: #aeaeae; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
    border-top: none;
    border-bottom-color: #f0f0f0; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
    top: -1px;
    border-bottom-color: #aeaeae; }

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px; }
  .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow,
  .react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before,
  .react-datepicker__month-year-read-view--down-arrow::before {
    border-bottom: none;
    border-top-color: #fff; }
  .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before,
  .react-datepicker__month-year-read-view--down-arrow::before {
    bottom: -1px;
    border-top-color: #aeaeae; }

.react-datepicker-wrapper {
  display: inline-block; }

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative; }

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px; }

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0; }

.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem; }

.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem; }

.react-datepicker__triangle {
  position: absolute;
  left: 50px; }

.react-datepicker-popper {
  z-index: 1; }
  .react-datepicker-popper[data-placement^="bottom"] {
    margin-top: 10px; }
  .react-datepicker-popper[data-placement^="top"] {
    margin-bottom: 10px; }
  .react-datepicker-popper[data-placement^="right"] {
    margin-left: 8px; }
    .react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
      left: auto;
      right: 42px; }
  .react-datepicker-popper[data-placement^="left"] {
    margin-right: 8px; }
    .react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
      left: 42px;
      right: auto; }

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative; }
  .react-datepicker__header--time {
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px; }

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px; }

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem; }

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden; }
  .react-datepicker__navigation--previous {
    left: 10px;
    border-right-color: #ccc; }
    .react-datepicker__navigation--previous:hover {
      border-right-color: #b3b3b3; }
    .react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
      border-right-color: #e6e6e6;
      cursor: default; }
  .react-datepicker__navigation--next {
    right: 10px;
    border-left-color: #ccc; }
    .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
      right: 80px; }
    .react-datepicker__navigation--next:hover {
      border-left-color: #b3b3b3; }
    .react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
      border-left-color: #e6e6e6;
      cursor: default; }
  .react-datepicker__navigation--years {
    position: relative;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .react-datepicker__navigation--years-previous {
      top: 4px;
      border-top-color: #ccc; }
      .react-datepicker__navigation--years-previous:hover {
        border-top-color: #b3b3b3; }
    .react-datepicker__navigation--years-upcoming {
      top: -4px;
      border-bottom-color: #ccc; }
      .react-datepicker__navigation--years-upcoming:hover {
        border-bottom-color: #b3b3b3; }

.react-datepicker__month-container {
  float: left; }

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center; }
  .react-datepicker__month .react-datepicker__month-text {
    display: inline-block;
    width: 4rem;
    margin: 2px; }

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left; }
  .react-datepicker__input-time-container .react-datepicker-time__caption {
    display: inline-block; }
  .react-datepicker__input-time-container .react-datepicker-time__input-container {
    display: inline-block; }
    .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
      display: inline-block;
      margin-left: 10px; }
      .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
        width: 85px; }
      .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-inner-spin-button,
      .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"] {
        -moz-appearance: textfield; }
    .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
      margin-left: 5px;
      display: inline-block; }

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 70px; }
  .react-datepicker__time-container--with-today-button {
    display: inline;
    border: 1px solid #aeaeae;
    border-radius: 0.3rem;
    position: absolute;
    right: -72px;
    top: 0; }
  .react-datepicker__time-container .react-datepicker__time {
    position: relative;
    background: white; }
    .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
      width: 70px;
      overflow-x: hidden;
      margin: 0 auto;
      text-align: center; }
      .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
        list-style: none;
        margin: 0;
        height: calc(195px + (1.7rem / 2));
        overflow-y: scroll;
        padding-right: 0px;
        padding-left: 0px;
        width: 100%;
        box-sizing: content-box; }
        .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
          height: 30px;
          padding: 5px 10px; }
          .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
            cursor: pointer;
            background-color: #f0f0f0; }
          .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
            background-color: #216ba5;
            color: white;
            font-weight: bold; }
            .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
              background-color: #216ba5; }
          .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
            color: #ccc; }
            .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
              cursor: default;
              background-color: transparent; }

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }
  .react-datepicker__week-number.react-datepicker__week-number--clickable {
    cursor: pointer; }
    .react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
      border-radius: 0.3rem;
      background-color: #f0f0f0; }

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap; }

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }

.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff; }
  .react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover {
    background-color: #1d5d90; }

.react-datepicker__month--disabled {
  color: #ccc;
  pointer-events: none; }
  .react-datepicker__month--disabled:hover {
    cursor: default;
    background-color: transparent; }

.react-datepicker__day,
.react-datepicker__month-text {
  cursor: pointer; }
  .react-datepicker__day:hover,
  .react-datepicker__month-text:hover {
    border-radius: 0.3rem;
    background-color: #f0f0f0; }
  .react-datepicker__day--today,
  .react-datepicker__month-text--today {
    font-weight: bold; }
  .react-datepicker__day--highlighted,
  .react-datepicker__month-text--highlighted {
    border-radius: 0.3rem;
    background-color: #3dcc4a;
    color: #fff; }
    .react-datepicker__day--highlighted:hover,
    .react-datepicker__month-text--highlighted:hover {
      background-color: #32be3f; }
    .react-datepicker__day--highlighted-custom-1,
    .react-datepicker__month-text--highlighted-custom-1 {
      color: magenta; }
    .react-datepicker__day--highlighted-custom-2,
    .react-datepicker__month-text--highlighted-custom-2 {
      color: green; }
  .react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
  .react-datepicker__month-text--selected,
  .react-datepicker__month-text--in-selecting-range,
  .react-datepicker__month-text--in-range {
    border-radius: 0.3rem;
    background-color: #216ba5;
    color: #fff; }
    .react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
    .react-datepicker__month-text--selected:hover,
    .react-datepicker__month-text--in-selecting-range:hover,
    .react-datepicker__month-text--in-range:hover {
      background-color: #1d5d90; }
  .react-datepicker__day--keyboard-selected,
  .react-datepicker__month-text--keyboard-selected {
    border-radius: 0.3rem;
    background-color: #2a87d0;
    color: #fff; }
    .react-datepicker__day--keyboard-selected:hover,
    .react-datepicker__month-text--keyboard-selected:hover {
      background-color: #1d5d90; }
  .react-datepicker__day--in-selecting-range ,
  .react-datepicker__month-text--in-selecting-range {
    background-color: rgba(33, 107, 165, 0.5); }
  .react-datepicker__month--selecting-range .react-datepicker__day--in-range , .react-datepicker__month--selecting-range
  .react-datepicker__month-text--in-range {
    background-color: #f0f0f0;
    color: #000; }
  .react-datepicker__day--disabled,
  .react-datepicker__month-text--disabled {
    cursor: default;
    color: #ccc; }
    .react-datepicker__day--disabled:hover,
    .react-datepicker__month-text--disabled:hover {
      background-color: transparent; }

.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover {
  background-color: #216ba5; }

.react-datepicker__month-text:hover {
  background-color: #f0f0f0; }

.react-datepicker__input-container {
  position: relative;
  display: inline-block; }

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem; }
  .react-datepicker__year-read-view:hover,
  .react-datepicker__month-read-view:hover,
  .react-datepicker__month-year-read-view:hover {
    cursor: pointer; }
    .react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
    .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
    .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
    .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
    .react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
    .react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
      border-top-color: #b3b3b3; }
  .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow,
  .react-datepicker__month-year-read-view--down-arrow {
    border-top-color: #ccc;
    float: right;
    margin-left: 20px;
    top: 8px;
    position: relative;
    border-width: 0.45rem; }

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae; }
  .react-datepicker__year-dropdown:hover,
  .react-datepicker__month-dropdown:hover,
  .react-datepicker__month-year-dropdown:hover {
    cursor: pointer; }
  .react-datepicker__year-dropdown--scrollable,
  .react-datepicker__month-dropdown--scrollable,
  .react-datepicker__month-year-dropdown--scrollable {
    height: 150px;
    overflow-y: scroll; }

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .react-datepicker__year-option:first-of-type,
  .react-datepicker__month-option:first-of-type,
  .react-datepicker__month-year-option:first-of-type {
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem; }
  .react-datepicker__year-option:last-of-type,
  .react-datepicker__month-option:last-of-type,
  .react-datepicker__month-year-option:last-of-type {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem; }
  .react-datepicker__year-option:hover,
  .react-datepicker__month-option:hover,
  .react-datepicker__month-year-option:hover {
    background-color: #ccc; }
    .react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
    .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
    .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
      border-bottom-color: #b3b3b3; }
    .react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
    .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
    .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
      border-top-color: #b3b3b3; }
  .react-datepicker__year-option--selected,
  .react-datepicker__month-option--selected,
  .react-datepicker__month-year-option--selected {
    position: absolute;
    left: 15px; }

.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  padding: 0;
  vertical-align: middle;
  position: absolute;
  height: 16px;
  width: 16px;
  top: 25%;
  right: 7px; }
  .react-datepicker__close-icon::after {
    background-color: #216ba5;
    border-radius: 50%;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    content: "\D7";
    cursor: pointer;
    font-size: 12px;
    height: 16px;
    width: 16px;
    line-height: 1;
    margin: -8px auto 0;
    padding: 2px;
    position: absolute;
    right: 0px;
    text-align: center; }

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left; }

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647; }
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 3rem;
    line-height: 3rem; }
  @media (max-width: 400px), (max-height: 550px) {
    .react-datepicker__portal .react-datepicker__day-name,
    .react-datepicker__portal .react-datepicker__day,
    .react-datepicker__portal .react-datepicker__time-name {
      width: 2rem;
      line-height: 2rem; } }
  .react-datepicker__portal .react-datepicker__current-month,
  .react-datepicker__portal .react-datepicker-time__header {
    font-size: 1.44rem; }
  .react-datepicker__portal .react-datepicker__navigation {
    border: 0.81rem solid transparent; }
  .react-datepicker__portal .react-datepicker__navigation--previous {
    border-right-color: #ccc; }
    .react-datepicker__portal .react-datepicker__navigation--previous:hover {
      border-right-color: #b3b3b3; }
    .react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
      border-right-color: #e6e6e6;
      cursor: default; }
  .react-datepicker__portal .react-datepicker__navigation--next {
    border-left-color: #ccc; }
    .react-datepicker__portal .react-datepicker__navigation--next:hover {
      border-left-color: #b3b3b3; }
    .react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
      border-left-color: #e6e6e6;
      cursor: default; }

.front-page {
  overflow-x: hidden; }
  .front-page .header {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM2NiIgaGVpZ2h0PSI0NTkiIHZpZXdCb3g9IjAgMCAxMzY2IDQ1OSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMEgxMzY2VjMyOUMxMzY2IDMyOSA5NjIuMDUxIDQ1OSA2ODMgNDU5QzQwMy45NDkgNDU5IDAgMzI5IDAgMzI5VjBaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXIpIi8+CjxwYXRoIGQ9Ik0wIDBIMTM2NlYzMjlDMTM2NiAzMjkgOTYyLjA1MSA0NTkgNjgzIDQ1OUM0MDMuOTQ5IDQ1OSAwIDMyOSAwIDMyOVYwWiIgZmlsbD0idXJsKCNwYWludDFfbGluZWFyKSIvPgo8bWFzayBpZD0ibWFzazAiIG1hc2stdHlwZT0iYWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMzY2IiBoZWlnaHQ9IjQ1OSI+CjxwYXRoIGQ9Ik0wIDBIMTM2NlYzMjlDMTM2NiAzMjkgOTYyLjA1MSA0NTkgNjgzIDQ1OUM0MDMuOTQ5IDQ1OSAwIDMyOSAwIDMyOVYwWiIgZmlsbD0idXJsKCNwYWludDJfbGluZWFyKSIvPgo8cGF0aCBkPSJNMCAwSDEzNjZWMzI5QzEzNjYgMzI5IDk2Mi4wNTEgNDU5IDY4MyA0NTlDNDAzLjk0OSA0NTkgMCAzMjkgMCAzMjlWMFoiIGZpbGw9InVybCgjcGFpbnQzX2xpbmVhcikiLz4KPC9tYXNrPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyIiB4MT0iMTM2NiIgeTE9IjE5NS4zODkiIHgyPSItOC4zOTkwOWUtMDUiIHkyPSIxOTUuMzg5IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiM1REM5RkMiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRTc5MkVGIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQxX2xpbmVhciIgeDE9Ii0yLjM1NDMyZS0wNiIgeTE9IjIwMi4xMiIgeDI9IjEzNjYiIHkyPSIyMDIuMTIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzQzQ0JGRiIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM5NzA4Q0MiLz4KPC9saW5lYXJHcmFkaWVudD4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDJfbGluZWFyIiB4MT0iMTM2NiIgeTE9IjE5NS4zODkiIHgyPSItOC4zOTkwOWUtMDUiIHkyPSIxOTUuMzg5IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiM1REM5RkMiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRTc5MkVGIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQzX2xpbmVhciIgeDE9Ii0yLjM1NDMyZS0wNiIgeTE9IjIwMi4xMiIgeDI9IjEzNjYiIHkyPSIyMDIuMTIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzQzQ0JGRiIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM5NzA4Q0MiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K) no-repeat center;
    background-size: cover; }
    .front-page .header .header-block__element:first-child {
      display: none; }
    .front-page .header .header-block__element:last-child {
      width: 100%; }
    .front-page .header .sticky-el {
      background: none; }
    .front-page .header.sticky .sticky-el {
      display: block; }
    .front-page .header .sub-header {
      position: relative;
      z-index: 99; }
    .front-page .header > .container {
      position: relative;
      z-index: 999; }

.ourservices-page .header {
  background: url(/_next/static/img/servicesBg-0403230d2dc4de7c3270247a93d26c42.jpg) no-repeat;
  background-size: cover;
  background-position: 50%; }

.ourservices-page.allservices-page .header {
  background: url(/_next/static/img/allservices-bg-46d688e98b2faac8505bb59915292d52.jpg) no-repeat;
  background-size: cover;
  background-position: 50%; }

.discount-true:not(.discount-will-applied__disabled) .header.sticky .sticky-el {
  height: 118px; }

.header__logo {
  display: block; }

.header .sticky-el {
  background: linear-gradient(0deg, #7751DF, #7751DF); }
  .header .sticky-el .container {
    z-index: 999; }

.header__logo img {
  min-width: 131px; }

.header.sticky {
  padding-top: 78px;
  transition: position 0.3s ease; }
  .header.sticky .header-block__element:first-child {
    display: block; }
  .header.sticky .header-block__element:last-child {
    width: 75%; }
  .header.sticky .sticky-el {
    position: fixed;
    background: linear-gradient(0deg, #7751DF, #7751DF);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
    height: 78px;
    transition: all 0.3s ease;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999; }

.header .container {
  position: relative;
  z-index: 99; }

.header-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 78px;
  line-height: 78px; }
  .header-block__element.header__actions {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .header-block__element.header__actions a, .header-block__element.header__actions span {
      margin-right: 33px; }
      .header-block__element.header__actions a:hover, .header-block__element.header__actions span:hover {
        color: #ff714a !important;
        text-decoration: none; }
      .header-block__element.header__actions a:last-child, .header-block__element.header__actions span:last-child {
        margin-right: 0; }
  .header-block__element:first-child {
    width: 25%; }
  .header-block__element:last-child {
    width: 75%; }

.header__btns {
  position: relative; }
  .header__btns.actions-element {
    display: flex;
    align-items: flex-start; }
    .header__btns.actions-element a {
      margin-right: 33px; }
      .header__btns.actions-element a:hover {
        background-color: transparent; }
      .header__btns.actions-element a:last-child {
        margin-right: 0; }
  .header__btns .order-dropdown {
    display: none;
    position: absolute;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 155px;
    z-index: 99;
    top: 100%;
    right: 0; }
    .header__btns .order-dropdown .number-of-items {
      right: 0%;
      top: 50%; }
    .header__btns .order-dropdown li {
      position: relative;
      border-bottom: 1px solid #e6eaf2; }
      .header__btns .order-dropdown li:last-child {
        margin-bottom: 0;
        border-bottom: 0; }
    .header__btns .order-dropdown a {
      color: #3c4355;
      display: block;
      padding: 20px; }
      .header__btns .order-dropdown a:hover {
        color: #3c4355; }

.user-drop-menu:hover .order-dropdown {
  display: block; }

.not-front-page .header, .blog .header, .single-post .header {
  background-color: rgba(48, 60, 77, 0.9); }

#header-video {
  height: 160%;
  position: absolute;
  top: 48%;
  left: 50%;
  border: none;
  -webkit-transform: translate(-50.1%, -50%);
  -ms-transform: translate(-50.1%, -50%);
  transform: translate(-50.1%, -50%);
  width: 100%; }

.number-of-items {
  align-items: center;
  background: #ff4200;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 11px;
  height: 18px;
  justify-content: center;
  position: absolute;
  right: -15px;
  top: 25%;
  transform: translateY(-50%);
  width: 18px; }

.user-drop-menu {
  position: relative; }
  .user-drop-menu:hover .button__user-name {
    transition: all .2s ease; }
    .user-drop-menu:hover .button__user-name:after {
      transform: rotate(-180deg);
      transition: all .2s ease; }
  .user-drop-menu .order-dropdown {
    line-height: normal; }
    .user-drop-menu .order-dropdown:before {
      border-bottom: 10px solid #fff;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      content: "";
      height: 0;
      position: absolute;
      width: 0;
      top: -10px;
      left: 80%;
      transform: translateX(-50%); }
      @media (max-width: 768px) {
        .user-drop-menu .order-dropdown:before {
          left: 50%; } }

.discount-will-applied {
  background-color: #131720;
  position: relative;
  z-index: 99; }
  .discount-will-applied__text {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.67;
    text-align: center;
    color: #a3b5c8;
    margin: 0;
    padding: 10px 0; }
    .discount-will-applied__text span {
      color: #fff; }

.discount-will-applied__disabled .discount-will-applied {
  display: none; }

.pagination-wrapper {
  display: block;
  width: 100%;
  text-align: center; }
  .pagination-wrapper .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
    .pagination-wrapper .pagination .item {
      display: inline; }
      .pagination-wrapper .pagination .item a, .pagination-wrapper .pagination .item span {
        position: relative;
        float: left;
        padding: 6px 12px;
        line-height: 1.42857143;
        text-decoration: none;
        color: #337ab7;
        background-color: #fff;
        border: 1px solid #ddd;
        margin-left: -1px; }
      .pagination-wrapper .pagination .item--break span {
        color: #777;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed; }
      .pagination-wrapper .pagination .item--active a, .pagination-wrapper .pagination .item--active span {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
        cursor: default; }
      .pagination-wrapper .pagination .item:first-child {
        margin-left: 0;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px; }
      .pagination-wrapper .pagination .item:last-child {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px; }

.title-section {
  position: relative; }

.page-free-essay {
  margin-top: 25px; }
  .page-free-essay h1 {
    font-weight: 600;
    font-size: 28px;
    line-height: 35px;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CDC1F6; }
    @media (max-width: 768px) {
      .page-free-essay h1 {
        font-size: 19px; } }

.page-scholarship .title-section {
  margin-bottom: 20px;
  display: flex;
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
  color: #5A2FE2;
  position: relative;
  padding-right: 20px;
  z-index: 9; }
  @media (max-width: 767px) {
    .page-scholarship .title-section {
      font-size: 18px; } }
  .page-scholarship .title-section span {
    padding-right: 35px;
    position: relative;
    z-index: 9;
    background: #fff; }
  .page-scholarship .title-section:after {
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: "";
    height: 1px;
    background: #8ED3ED;
    z-index: -1; }

.sidebar-left .title-section {
  color: #7751DF; }

.order-component__wrapper .title-sidebar {
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  color: #7751DF; }

.hide {
  display: none; }

.show {
  display: block; }

.text-section {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #333; }

.features-row {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between; }
  .features-row .features__item {
    width: 30%;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    word-break: break-word; }
    @media (max-width: 992px) {
      .features-row .features__item {
        width: 100%; } }
    .features-row .features__item .title-feature p {
      font-weight: 700;
      font-size: 16px;
      line-height: 24px;
      margin: 10px 0 10px; }
    .features-row .features__item .text-feature {
      margin-top: 0;
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 21px;
      color: #333; }
  .features-row .w-50 {
    width: 48% !important; }
    @media (max-width: 992px) {
      .features-row .w-50 {
        width: 100% !important; } }

.background-rose {
  background: #5A2FE2;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 5px; }

.go-order {
  padding: 80px 0; }
  @media (max-width: 992px) {
    .go-order {
      padding: 40px 0;
      padding-bottom: 0; } }
  @media (max-width: 992px) {
    .go-order .background-rose {
      border-radius: 5px 5px 0px 0px; } }
  .go-order .order__title-section {
    font-weight: bold;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 0;
    color: #FFFFFF;
    text-align: center; }
  .go-order .btn-wrapper {
    padding: 0;
    text-align: center;
    margin-top: 40px; }
  .go-order .go-order__btn {
    border: 1px solid #ffffff;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    width: 242px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: 0.5s;
    display: block;
    margin: 0 auto; }
    .go-order .go-order__btn:hover {
      color: #5A2FE2;
      background: #ffffff; }

#guarantees .text-section {
  margin-bottom: 40px; }

.container-with-padding {
  padding: 40px 0; }

.breadcrumb {
  background: none;
  font-size: 12px;
  line-height: 18px;
  color: #969696;
  align-items: center;
  padding: 0;
  margin-bottom: 45px;
  text-transform: capitalize; }
  .breadcrumb a {
    color: #5A2FE2;
    text-transform: capitalize; }
  .breadcrumb svg {
    margin: 0 10px; }

#popular-categories {
  background: #333; }
  #popular-categories .container {
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15); }
  #popular-categories .title-section {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 20px;
    color: #ffffff; }
  #popular-categories li {
    margin-bottom: 10px; }
    #popular-categories li a {
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 21px;
      color: #FFFFFF; }
  @media (max-width: 992px) {
    #popular-categories .category-column:last-child {
      display: none; } }
  @media (max-width: 768px) {
    #popular-categories .category-column {
      display: none; } }
  #popular-categories .show-mob-default {
    display: block; }
  #popular-categories .show-mob {
    display: block; }
  #popular-categories .more-categories {
    display: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.4); }
    @media (max-width: 768px) {
      #popular-categories .more-categories {
        display: block; } }

#popular-categories .title-section span {
  background: #333; }

.title-page {
  font-weight: 900;
  font-size: 30px;
  line-height: 45px;
  color: #333; }

.default-section {
  border-radius: 5px;
  padding: 40px; }
  @media (max-width: 768px) {
    .default-section {
      padding: 25px; } }

.section-with-min-padding {
  margin-top: 20px;
  border-radius: 5px;
  padding: 20px; }
  @media (max-width: 767px) {
    .section-with-min-padding {
      padding: 10px; } }

.green {
  background: #18A2A2; }

.winners-page {
  margin-top: 20px; }
  .winners-page .title-section {
    color: #ffffff; }
    .winners-page .title-section span {
      background: #18A2A2; }
  .winners-page p {
    color: #ffffff;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px; }
    .winners-page p:last-child {
      margin-bottom: 0; }

.firs-writing-page {
  border: 1px solid #DDDDDD;
  box-sizing: border-box; }
  .firs-writing-page h2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #333; }
    @media (max-width: 767px) {
      .firs-writing-page h2 {
        font-size: 18px; } }
  .firs-writing-page ul {
    list-style: inherit;
    padding-left: 20px; }
    .firs-writing-page ul li {
      color: #18A2A2; }
      .firs-writing-page ul li span {
        font-size: 14px;
        line-height: 21px;
        color: #333; }

.send-essay {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .send-essay {
      display: block; } }
  .send-essay h2 {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    max-width: 360px;
    margin-bottom: 0; }
    @media (max-width: 992px) {
      .send-essay h2 {
        max-width: inherit; } }
    @media (max-width: 767px) {
      .send-essay h2 {
        font-size: 18px;
        margin-bottom: 5px;
        text-align: center; } }
  .send-essay .btn-order-now {
    font-weight: bold;
    font-size: 16px;
    color: #18A1A1;
    height: 60px;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 0 30px;
    line-height: 60px; }
    @media (max-width: 768px) {
      .send-essay .btn-order-now {
        height: 40px;
        display: block;
        text-align: center;
        line-height: 40px; } }

.requirements-page {
  margin-top: 40px; }
  .requirements-page .title-section {
    margin-bottom: 5px;
    color: #18A2A2; }
    .requirements-page .title-section:after {
      color: #18A2A2; }
  .requirements-page ul {
    margin-top: 10px;
    list-style: inherit;
    padding-left: 20px; }
    .requirements-page ul li {
      margin-bottom: 5px;
      color: #18A2A2; }
      .requirements-page ul li span {
        font-weight: normal;
        font-size: 14px;
        line-height: 21px;
        color: #333; }
      .requirements-page ul li p {
        font-weight: normal;
        font-size: 14px;
        line-height: 21px;
        color: #333;
        margin-bottom: 0; }
        .requirements-page ul li p:last-child {
          color: #948f8f; }
  .requirements-page .note {
    background: rgba(24, 161, 161, 0.1);
    border-radius: 5px;
    padding: 10px; }
    .requirements-page .note span {
      color: #18A2A2;
      font-weight: bold; }
    .requirements-page .note p {
      font-size: 14px;
      line-height: 21px;
      color: #a6a6a6;
      margin-bottom: 0; }

.participation-page {
  margin-top: 40px; }
  .participation-page .title-section {
    color: #18A2A2;
    margin-bottom: 10px; }
    .participation-page .title-section:after {
      color: #18A2A2; }
  .participation-page p {
    font-size: 14px;
    line-height: 21px;
    color: #333; }
  .participation-page .wrapper-participation-item .item {
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    padding: 20px;
    margin-bottom: 20px; }
  .participation-page .wrapper-participation-item .step {
    background: #18A2A2;
    padding: 10px 16px;
    border-radius: 3px;
    height: 65px;
    min-width: 65px;
    margin-right: 20px; }
    .participation-page .wrapper-participation-item .step p {
      text-align: center;
      color: #ffffff;
      font-weight: 900;
      font-size: 16px;
      margin-bottom: 0; }
  .participation-page .wrapper-participation-item .text-step h3 {
    font-size: 18px;
    line-height: 27px;
    color: #333; }
  .participation-page .wrapper-participation-item .text-step p {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #333;
    margin-bottom: 0; }

.who-can-participate-page .title-section {
  color: #18A2A2; }
  .who-can-participate-page .title-section:after {
    color: #18A2A2; }

.who-can-participate-page .participate-item {
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  border-radius: 5px;
  width: 48%; }
  @media (max-width: 768px) {
    .who-can-participate-page .participate-item {
      margin-bottom: 20px; } }
  @media (max-width: 768px) {
    .who-can-participate-page .participate-item {
      width: 100%; } }
  .who-can-participate-page .participate-item .number {
    background: #18A1A1;
    border-radius: 3px;
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    width: 24px;
    height: 24px;
    text-align: center;
    color: #ffffff; }
  .who-can-participate-page .participate-item p {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #333; }
    .who-can-participate-page .participate-item p:last-child {
      margin-top: 10px; }

.participate-wrapper {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .participate-wrapper {
      display: block; } }

.check-price-form .select-value {
  position: relative; }
  .check-price-form .select-value:after {
    position: absolute;
    top: 33px;
    right: 10px;
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjA5MDYyNSAwLjc3MTg3NUwwLjE0Njg3NSAwLjgzNzVMNC4zOTY4NyA1LjcyODEyQzQuNTQwNjMgNS44OTM3NSA0Ljc1NjI1IDUuOTk2ODcgNC45OTY4NyA1Ljk5Njg3QzUuMjM3NSA1Ljk5Njg3IDUuNDUzMTIgNS44OTA2MiA1LjU5Njg4IDUuNzI4MTJMOS44NDM3NSAwLjg0Njg3NUw5LjkxNTYyIDAuNzY1NjI1QzkuOTY4NzUgMC42ODc1IDEwIDAuNTkzNzUgMTAgMC40OTM3NUMxMCAwLjIyMTg3NSA5Ljc2ODc1IDAgOS40ODEyNSAwSDAuNTE4NzVDMC4yMzEyNSAwIDAgMC4yMjE4NzUgMCAwLjQ5Mzc1QzAgMC41OTY4NzUgMC4wMzQzNzUgMC42OTM3NSAwLjA5MDYyNSAwLjc3MTg3NVoiIGZpbGw9IiM5Njk2OTYiLz4KPC9zdmc+Cg==); }

.check-price-form .date-value {
  position: relative; }

.check-price-form .date-value:after {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuMDY1MTEgMTEuMDMzOEM3LjA2NTExIDEwLjc4MzMgNi44NjE5IDEwLjU4MDMgNi42MTExNiAxMC41ODAzSDUuMDI3MDJDNC43NzY1NiAxMC41ODAzIDQuNTczMzEgMTAuNzgzMyA0LjU3MzMxIDExLjAzMzhWMTIuNjE3OEM0LjU3MzMxIDEyLjg2ODYgNC43NzY1NiAxMy4wNzE3IDUuMDI3MDIgMTMuMDcxN0g2LjYxMTE2QzYuODYxOSAxMy4wNzE3IDcuMDY1MTEgMTIuODY4NiA3LjA2NTExIDEyLjYxNzhWMTEuMDMzOFoiIGZpbGw9IiM1QTJGRTIiLz4KPHBhdGggZD0iTTExLjAyNDEgMTEuMDMzOEMxMS4wMjQxIDEwLjc4MzMgMTAuODIwOCAxMC41ODAzIDEwLjU3MDYgMTAuNTgwM0g4Ljk4NjIzQzguNzM1NzcgMTAuNTgwMyA4LjUzMjUyIDEwLjc4MzMgOC41MzI1MiAxMS4wMzM4VjEyLjYxNzhDOC41MzI1MiAxMi44Njg2IDguNzM1NzcgMTMuMDcxNyA4Ljk4NjIzIDEzLjA3MTdIMTAuNTcwNkMxMC44MjA4IDEzLjA3MTcgMTEuMDI0MSAxMi44Njg2IDExLjAyNDEgMTIuNjE3OFYxMS4wMzM4WiIgZmlsbD0iIzVBMkZFMiIvPgo8cGF0aCBkPSJNMTQuOTgzMyAxMS4wMzM4QzE0Ljk4MzMgMTAuNzgzMyAxNC43ODAxIDEwLjU4MDMgMTQuNTI5NiAxMC41ODAzSDEyLjk0NTVDMTIuNjk0NyAxMC41ODAzIDEyLjQ5MTUgMTAuNzgzMyAxMi40OTE1IDExLjAzMzhWMTIuNjE3OEMxMi40OTE1IDEyLjg2ODYgMTIuNjk0NyAxMy4wNzE3IDEyLjk0NTUgMTMuMDcxN0gxNC41Mjk2QzE0Ljc4MDEgMTMuMDcxNyAxNC45ODMzIDEyLjg2ODYgMTQuOTgzMyAxMi42MTc4VjExLjAzMzhaIiBmaWxsPSIjNUEyRkUyIi8+CjxwYXRoIGQ9Ik03LjA2NTExIDE0Ljk5MzJDNy4wNjUxMSAxNC43NDIzIDYuODYxOSAxNC41Mzk1IDYuNjExMTYgMTQuNTM5NUg1LjAyNzAyQzQuNzc2NTYgMTQuNTM5NSA0LjU3MzMxIDE0Ljc0MjMgNC41NzMzMSAxNC45OTMyVjE2LjU3NjlDNC41NzMzMSAxNi44Mjc2IDQuNzc2NTYgMTcuMDMwNiA1LjAyNzAyIDE3LjAzMDZINi42MTExNkM2Ljg2MTkgMTcuMDMwNiA3LjA2NTExIDE2LjgyNzUgNy4wNjUxMSAxNi41NzY5VjE0Ljk5MzJaIiBmaWxsPSIjNUEyRkUyIi8+CjxwYXRoIGQ9Ik0xMS4wMjQxIDE0Ljk5MzJDMTEuMDI0MSAxNC43NDIzIDEwLjgyMDggMTQuNTM5NSAxMC41NzA2IDE0LjUzOTVIOC45ODYyM0M4LjczNTc3IDE0LjUzOTUgOC41MzI1MiAxNC43NDIzIDguNTMyNTIgMTQuOTkzMlYxNi41NzY5QzguNTMyNTIgMTYuODI3NiA4LjczNTc3IDE3LjAzMDYgOC45ODYyMyAxNy4wMzA2SDEwLjU3MDZDMTAuODIwOCAxNy4wMzA2IDExLjAyNDEgMTYuODI3NSAxMS4wMjQxIDE2LjU3NjlWMTQuOTkzMloiIGZpbGw9IiM1QTJGRTIiLz4KPHBhdGggZD0iTTE0Ljk4MzMgMTQuOTkzMkMxNC45ODMzIDE0Ljc0MjMgMTQuNzgwMSAxNC41Mzk1IDE0LjUyOTggMTQuNTM5NUgxMi45NDU1QzEyLjY5NDcgMTQuNTM5NSAxMi40OTE1IDE0Ljc0MjMgMTIuNDkxNSAxNC45OTMyVjE2LjU3NjlDMTIuNDkxNSAxNi44Mjc2IDEyLjY5NDcgMTcuMDMwNiAxMi45NDU1IDE3LjAzMDZIMTQuNTI5OEMxNC43ODAxIDE3LjAzMDYgMTQuOTgzMyAxNi44Mjc1IDE0Ljk4MzMgMTYuNTc2OVYxNC45OTMyWiIgZmlsbD0iIzVBMkZFMiIvPgo8cGF0aCBkPSJNMTcuODE1OSAyLjIyNjg3VjQuNjQ2MkMxNy44MTU5IDUuNzM5NzEgMTYuOTI4OCA2LjYyMDkyIDE1LjgzNTQgNi42MjA5MkgxNC41ODYxQzEzLjQ5MjcgNi42MjA5MiAxMi41OTM4IDUuNzM5NzEgMTIuNTkzOCA0LjY0NjJWMi4yMTgxOEg2Ljk2Mjc5VjQuNjQ2MkM2Ljk2Mjc5IDUuNzM5NzEgNi4wNjM5NyA2LjYyMDkyIDQuOTcwNzEgNi42MjA5MkgzLjcyMTE0QzIuNjI3ODMgNi42MjA5MiAxLjc0MDc3IDUuNzM5NzEgMS43NDA3NyA0LjY0NjJWMi4yMjY4N0MwLjc4NTIwNiAyLjI1NTY3IDAgMy4wNDYzNyAwIDQuMDE4MjRWMTguMTk2N0MwIDE5LjE4NjggMC44MDI1MzcgMjAgMS43OTI2OCAyMEgxNy43NjM5QzE4Ljc1MjYgMjAgMTkuNTU2NiAxOS4xODUxIDE5LjU1NjYgMTguMTk2N1Y0LjAxODI0QzE5LjU1NjYgMy4wNDYzNyAxOC43NzE0IDIuMjU1NjcgMTcuODE1OSAyLjIyNjg3Wk0xNy4yMzU2IDE3LjMxMzhDMTcuMjM1NiAxNy43NDE3IDE2Ljg4ODcgMTguMDg4OCAxNi40NjA2IDE4LjA4ODhIMy4wNjE4N0MyLjYzMzgxIDE4LjA4ODggMi4yODY4NyAxNy43NDE3IDIuMjg2ODcgMTcuMzEzOFY5Ljk5MDA4QzIuMjg2ODcgOS41NjIwMSAyLjYzMzc3IDkuMjE0ODcgMy4wNjE4NyA5LjIxNDg3SDE2LjQ2MDZDMTYuODg4NiA5LjIxNDg3IDE3LjIzNTYgOS41NjIwMSAxNy4yMzU2IDkuOTkwMDhMMTcuMjM1NiAxNy4zMTM4WiIgZmlsbD0iIzVBMkZFMiIvPgo8cGF0aCBkPSJNMy43MTY3MiA1LjMyMzlINC45NTI0OEM1LjMyNzU3IDUuMzIzOSA1LjYzMTY5IDUuMDIwMjIgNS42MzE2OSA0LjY0NTEzVjAuNjc4OTQ5QzUuNjMxNjkgMC4zMDM4MiA1LjMyNzU3IC02LjEwMzUyZS0wNSA0Ljk1MjQ4IC02LjEwMzUyZS0wNUgzLjcxNjcyQzMuMzQxNTkgLTYuMTAzNTJlLTA1IDMuMDM3NSAwLjMwMzgyIDMuMDM3NSAwLjY3ODk0OVY0LjY0NTEzQzMuMDM3NSA1LjAyMDIyIDMuMzQxNTkgNS4zMjM5IDMuNzE2NzIgNS4zMjM5WiIgZmlsbD0iIzVBMkZFMiIvPgo8cGF0aCBkPSJNMTQuNTcwMiA1LjMyMzlIMTUuODA2QzE2LjE4MDggNS4zMjM5IDE2LjQ4NDkgNS4wMjAyMiAxNi40ODQ5IDQuNjQ1MTNWMC42Nzg5NDlDMTYuNDg1IDAuMzAzODIgMTYuMTgwOSAtNi4xMDM1MmUtMDUgMTUuODA2IC02LjEwMzUyZS0wNUgxNC41NzAyQzE0LjE5NTIgLTYuMTAzNTJlLTA1IDEzLjg5MSAwLjMwMzgyIDEzLjg5MSAwLjY3ODk0OVY0LjY0NTEzQzEzLjg5MSA1LjAyMDIyIDE0LjE5NTIgNS4zMjM5IDE0LjU3MDIgNS4zMjM5WiIgZmlsbD0iIzVBMkZFMiIvPgo8L3N2Zz4K);
  top: 70%;
  left: 89%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%); }

.check-price-form .form-block-value {
  margin-bottom: 15px; }

.check-price-form .lbl-text {
  font-size: 12px;
  line-height: 18px;
  color: #969696;
  width: 100%;
  margin-bottom: 5px; }
  .check-price-form .lbl-text span {
    font-weight: 300;
    font-size: 10px;
    line-height: 18px;
    color: #969696;
    float: right; }

.check-price-form .lbl-value {
  padding: 0 10px;
  border: 1px solid #DDDDDD;
  position: relative;
  background: #FFFFFF;
  font-size: 14px;
  line-height: 21px;
  width: 100%;
  color: #585858;
  height: 40px;
  outline: none;
  -webkit-appearance: none;
  border-radius: 5px; }

.reasons {
  margin-top: 40px;
  background: #FFFFFF;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 20px; }
  .reasons .title-section {
    font-weight: 900;
    font-size: 18px !important;
    margin-bottom: 20px; }
    .reasons .title-section span {
      font-size: 18px !important;
      line-height: normal;
      padding-right: 20px; }
    .reasons .title-section:after {
      top: 13px; }
  .reasons .reasons-items {
    border-bottom: 1px solid #8ED3ED; }
    .reasons .reasons-items p {
      font-weight: bold;
      font-size: 14px;
      line-height: 21px;
      color: #333;
      margin-left: 10px;
      margin-bottom: 0; }
    .reasons .reasons-items .item {
      display: flex;
      margin-bottom: 20px; }
      .reasons .reasons-items .item img {
        width: 20px; }

.sidebar-writers-items {
  margin-top: 40px;
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 20px; }
  .sidebar-writers-items .items-writers {
    border-bottom: 1px solid #8ED3ED; }
  .sidebar-writers-items .title-section {
    font-weight: 900;
    font-size: 18px !important;
    color: #5A2FE2; }
    .sidebar-writers-items .title-section span {
      font-size: 18px !important;
      line-height: normal;
      padding-right: 20px; }
    .sidebar-writers-items .title-section:after {
      top: 13px; }
  .sidebar-writers-items .item {
    display: flex; }
    .sidebar-writers-items .item p {
      font-weight: 300;
      font-size: 14px;
      line-height: 21px;
      color: #333; }
    .sidebar-writers-items .item img {
      width: 40px;
      height: 40px;
      min-width: 40px;
      margin-right: 10px; }

.winners-pay {
  border-bottom: 20px solid #74C7C7;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px; }
  .winners-pay .winners-pay-wrapper {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    .winners-pay .winners-pay-wrapper .item {
      width: 31%;
      margin: 0 3%;
      border-radius: 5px 5px 0px 0px; }
  .winners-pay .item-winner {
    background: #74C7C7;
    height: 200px;
    border-radius: 5px 5px 0px 0px; }
  .winners-pay .item-winner-one {
    height: 185px; }
  .winners-pay .item-winner-two {
    height: 126px; }
  .winners-pay .item-winner-three {
    height: 97px; }
  .winners-pay .bank {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 900;
    font-size: 30px;
    line-height: 45px;
    color: #FFFFFF; }
    @media (max-width: 692px) {
      .winners-pay .bank {
        font-size: 12px;
        line-height: 25px; } }
  .winners-pay .place {
    font-size: 30px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 10px; }
    @media (max-width: 692px) {
      .winners-pay .place {
        font-size: 11px;
        line-height: 16px; } }

.icon-winners {
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px; }

.block-icon {
  text-align: center; }

@media (max-width: 768px) {
  .sidebar-left {
    order: 2; } }

.lbl-value {
  border-radius: 0; }

.main-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .main-menu__link {
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #fff; }
    .main-menu__link.active {
      color: #ff714a; }
    .main-menu__link.log-in, .main-menu__link.sign-up {
      display: inline-block;
      padding: 5px 0;
      border-radius: 20px;
      border: 1px solid #fff;
      width: 130px; }
  .main-menu__item {
    margin-right: 40px; }
    .main-menu__item:last-child {
      margin-right: 0; }
    .main-menu__item.dropdown-item {
      position: relative; }
      .main-menu__item.dropdown-item:after {
        position: absolute;
        content: "";
        right: 0;
        top: 50%;
        width: 10px;
        height: 10px;
        margin-top: -14px;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgogIDxnPgogICAgPHBhdGggZD0ibTEyMS4zLDM0LjZjLTEuNi0xLjYtNC4yLTEuNi01LjgsMGwtNTEsNTEuMS01MS4xLTUxLjFjLTEuNi0xLjYtNC4yLTEuNi01LjgsMC0xLjYsMS42LTEuNiw0LjIgMCw1LjhsNTMuOSw1My45YzAuOCwwLjggMS44LDEuMiAyLjksMS4yIDEsMCAyLjEtMC40IDIuOS0xLjJsNTMuOS01My45YzEuNy0xLjYgMS43LTQuMiAwLjEtNS44eiIgZmlsbD0iI0ZGRkZGRiIvPgogIDwvZz4KPC9zdmc+Cg==) no-repeat;
        background-size: contain;
        transition: all 200ms ease; }
      .main-menu__item.dropdown-item:hover:after {
        transform: rotate(-180deg);
        transition: all 200ms ease; }
      .main-menu__item.dropdown-item:hover .drop-menu {
        display: block;
        width: 194px;
        background: #fff;
        border-radius: 5px; }
        .main-menu__item.dropdown-item:hover .drop-menu li {
          border-bottom: 1px solid #e6eaf2; }
          .main-menu__item.dropdown-item:hover .drop-menu li:last-child {
            border-bottom: 0; }
        .main-menu__item.dropdown-item:hover .drop-menu a {
          display: block;
          color: #303f4d;
          position: relative;
          padding: 20px; }

.mobile-menu__btn-wrp {
  display: none; }

.mobile-menu {
  display: none; }
  .mobile-menu__btn {
    width: 21px;
    height: 2px;
    background: #fff;
    position: relative;
    cursor: pointer;
    display: block;
    top: 8px; }
    .mobile-menu__btn-wrp {
      cursor: pointer;
      height: 18px;
      width: 21px;
      display: none;
      justify-content: center;
      align-items: center; }
    .mobile-menu__btn:before {
      position: absolute;
      content: "";
      left: 0;
      top: -6px;
      background: #fff;
      height: 2px;
      width: 100%; }
    .mobile-menu__btn:after {
      position: absolute;
      content: "";
      left: 0;
      top: 6px;
      background: #fff;
      height: 2px;
      width: 100%; }

.mobile-menu-block {
  display: none; }
  .mobile-menu-block.show {
    display: block;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999; }
    .mobile-menu-block.show .main-menu {
      padding: 0 20px;
      position: absolute;
      text-align: center;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 100%; }
      .mobile-menu-block.show .main-menu__item {
        margin: 0;
        margin: 15px; }
        .mobile-menu-block.show .main-menu__item:last-child {
          margin-bottom: 0; }
      .mobile-menu-block.show .main-menu__link {
        font-size: 18px; }

.close-mobile, .close-mobile__login {
  display: none;
  height: 20px;
  position: absolute;
  width: 20px;
  right: 5%;
  top: 5%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 999; }
  .close-mobile.show, .close-mobile__login.show {
    display: flex; }
  .close-mobile:before, .close-mobile__login:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 2px;
    height: 20px;
    background: #fff;
    transform: rotate(-45deg); }
  .close-mobile:after, .close-mobile__login:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 2px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg); }

.drop-menu {
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 20px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
  overflow: visible; }
  .drop-menu:before {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    top: -10px;
    left: 50%;
    transform: translateX(-50%); }
  .drop-menu a {
    color: #fff; }
    .drop-menu a.active {
      color: #ff714a; }

.dropdown-item {
  width: auto !important;
  padding: 0;
  padding-bottom: 20px; }
  .dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent; }

.order-list__item {
  border-radius: 6px;
  box-shadow: 0 10px 20px 0 rgba(175, 181, 206, 0.1);
  background-color: #fff;
  padding: 30px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px; }
  .order-list__item:last-child {
    margin-bottom: 0; }

.order-list__title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.1px;
  color: #303f4d;
  margin-bottom: 30px; }

.order-list__sub-title {
  margin-bottom: 30px;
  font-size: 14px;
  color: #6c859d; }

.order-list__main-title {
  font-size: 18px;
  font-weight: 600;
  color: #303f4d;
  margin-bottom: 20px; }
  .order-list__main-title span {
    color: #6c859d;
    display: inline-block; }

.order-list__lbl {
  font-size: 12px;
  color: #889fb6;
  margin-bottom: 6px; }

.order-list__val {
  font-size: 12px;
  color: #303f4d;
  margin-bottom: 0; }

.order-list__status {
  border-radius: 4px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  height: 18px;
  line-height: 18px;
  padding: 0 5px;
  text-transform: uppercase; }
  .order-list__status-pending {
    background-color: #4b82f5; }
  .order-list__status-sent_to_customer, .order-list__status-completed {
    background-color: #34cd93; }
  .order-list__status-cancelled {
    background-color: #f00; }

.order-list__service-lbl {
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background-color: #dee4ef;
  margin-bottom: 0;
  font-size: 12px;
  color: #303f4d;
  text-align: center;
  padding: 0 10px; }

.order-list__part {
  width: 50%; }
  .order-list__part:first-child {
    max-width: 345px; }
  .order-list__part:last-child {
    max-width: 45%; }
  .order-list__part-wrp {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    list-style-type: none;
    margin: 0;
    padding: 0; }

.order-list__view {
  transition: all .2s ease;
  cursor: pointer;
  border: 0;
  width: 130px;
  min-width: 130px;
  height: 40px;
  border-radius: 5px;
  background-color: #ff714a;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  margin-left: 5px; }
  .order-list__view:hover {
    transition: all .2s ease;
    background-color: #e46542; }

.order-list__actions {
  display: flex;
  justify-content: space-between; }
  .order-list__actions .order-list__part-wrp {
    display: block; }
    .order-list__actions .order-list__part-wrp li {
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 10px; }

.unpaid-surcharges {
  font-size: 12px;
  color: #f00;
  display: inline-block;
  margin-left: 5px; }

.container__order-list {
  padding-top: 40px;
  padding-bottom: 40px;
  height: 100%; }

.front-page .page__title {
  font-size: 60px;
  line-height: 1.23;
  text-align: center;
  color: #fff;
  margin-top: 230px;
  margin-bottom: 60px; }
  .front-page .page__title span {
    display: block; }

.front-page .page__slogan {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 200px; }

.block-center {
  text-align: center; }

.button {
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 9;
  cursor: pointer;
  border: 0; }
  .button:focus {
    outline: none; }
  .button__login {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #ff714a; }
    .button__login:hover {
      background: none !important;
      color: #fff !important;
      text-decoration: underline !important; }
  .button__search {
    width: 16px;
    height: 16px;
    position: relative;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iU2VydmljZXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTI0LjAwMDAwMCwgLTMyLjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICA8ZyBpZD0iU2VhcmNoLS0tQ2FydC0tLVByb2ZpbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDExMjQuMDAwMDAwLCAzMS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNS42NjY2NjQ1LDE2LjY2NTgxMTcgQzE1LjIyMzIxMiwxNy4xMTA0MDEyIDE0LjUwMzQ1NDUsMTcuMTEwNDAxMiAxNC4wNTg4NjQ5LDE2LjY2NTgxMTcgTDEwLjc2MTM5NzgsMTMuMzY4MzQ0NSBDOC4wOTcyNzE3MywxNS4yNjM4MTk2IDQuMzg3MDUyNjUsMTUuMDM1MjcxIDEuOTk4MDk0NTQsMTIuNjQ1MTc1OCBDLTAuNjY2MDMxNTE0LDkuOTgxMDQ5NzggLTAuNjY2MDMxNTE0LDUuNjYxMzY3OCAxLjk5ODA5NDU0LDIuOTk3MjQxNzUgQzQuNjYzMzU3NjUsMC4zMzQyNTI3NTEgOC45ODMwMzk2MywwLjMzNDI1Mjc1MSAxMS42NDcxNjU3LDIuOTk3MjQxNzUgQzE0LjAzNjEyMzgsNS4zODYxOTk4NSAxNC4yNjQ2NzI0LDkuMDk2NDE4OTQgMTIuMzY5MTk3MywxMS43NjA1NDUgTDE1LjY2NjY2NDUsMTUuMDU2ODc1MSBDMTYuMTExMjU0LDE1LjUwMTQ2NDYgMTYuMTExMjU0LDE2LjIyMTIyMjEgMTUuNjY2NjY0NSwxNi42NjU4MTE3IEwxNS42NjY2NjQ1LDE2LjY2NTgxMTcgWiBNMTAuMjYwNTE1Nyw0LjM4MzkyMTU0IEM4LjM2MTY1NTM1LDIuNDgzODQ1NjQgNS4yODM2MDUyMiwyLjQ4Mzg0NTY0IDMuMzg0NzQ0OSw0LjM4MzkyMTU0IEMxLjQ4NDY2ODkzLDYuMjgxNTY2MTMgMS40ODQ2Njg5Myw5LjM1OTYxNjE1IDMuMzg0NzQ0OSwxMS4yNTk2OTIgQzUuMjgzNjA1MjIsMTMuMTU4NTUyMyA4LjM2MTY1NTM1LDEzLjE1ODU1MjMgMTAuMjYwNTE1NywxMS4yNTk2OTIgQzEyLjE2MDU5MTYsOS4zNTk2MTYxNSAxMi4xNjA1OTE2LDYuMjgxNTY2MTMgMTAuMjYwNTE1Nyw0LjM4MzkyMTU0IEwxMC4yNjA1MTU3LDQuMzgzOTIxNTQgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat;
    background-size: contain; }
  .button__get-started, .button__order-now, .button__next, .button__coupon-apply {
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 10px 30px 0 rgba(6, 10, 18, 0.3);
    background-color: #7751DF;
    border: 0; }
    .button__get-started:hover, .button__order-now:hover, .button__next:hover, .button__coupon-apply:hover {
      transition: background-color 200ms ease;
      background-color: #6a45d2 !important;
      color: #fff !important; }
  .button__get-started, .button__order-now, .button__next {
    width: 240px;
    height: 60px;
    line-height: 60px; }
  .button__coupon-apply {
    height: calc(2.25rem + 2px);
    line-height: 1.5;
    margin-left: 5px;
    width: 100px;
    font-size: 15px;
    box-shadow: none;
    outline: none; }
  .button__user-name {
    color: #fff;
    margin-right: 0 !important;
    padding-right: 15px;
    padding-left: 20px;
    display: inline; }
    .button__user-name span {
      border: 1px solid #fff;
      border-radius: 50%;
      width: 25px;
      height: 25px;
      display: inline-block;
      line-height: 25px; }
    .button__user-name:after {
      position: absolute;
      content: "";
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgogIDxnPgogICAgPHBhdGggZD0ibTEyMS4zLDM0LjZjLTEuNi0xLjYtNC4yLTEuNi01LjgsMGwtNTEsNTEuMS01MS4xLTUxLjFjLTEuNi0xLjYtNC4yLTEuNi01LjgsMC0xLjYsMS42LTEuNiw0LjIgMCw1LjhsNTMuOSw1My45YzAuOCwwLjggMS44LDEuMiAyLjksMS4yIDEsMCAyLjEtMC40IDIuOS0xLjJsNTMuOS01My45YzEuNy0xLjYgMS43LTQuMiAwLjEtNS44eiIgZmlsbD0iI0ZGRkZGRiIvPgogIDwvZz4KPC9zdmc+Cg==) no-repeat center;
      background-size: contain;
      width: 10px;
      height: 10px;
      margin-top: -5px;
      right: 0;
      top: 50%;
      transition: all .2s ease; }
    .button__user-name:before {
      position: absolute;
      content: "";
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxN3B4IiB2aWV3Qm94PSIwIDAgMTggMTciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSG9tZXBhZ2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjIxLjAwMDAwMCwgLTMxLjAwMDAwMCkiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIyIj4KICAgICAgICAgICAgPGcgaWQ9InVzZXIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyMjIuMDAwMDAwLCAzMi4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNiwxNSBMMTYsMTMgQzE2LDEwLjc5MDg2MSAxNC4yMDkxMzksOSAxMiw5IEw0LDkgQzEuNzkwODYxLDkgMCwxMC43OTA4NjEgMCwxMyBMMCwxNSBMMTYsMTUgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8Y2lyY2xlIGlkPSJPdmFsIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGN4PSI4IiBjeT0iMy41IiByPSIzLjUiPjwvY2lyY2xlPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat center;
      background-size: contain;
      width: 16px;
      height: 16px;
      margin-top: -10px;
      left: -1px;
      top: 50%; }
  .button__sign-up {
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    color: #303f4d;
    border: 1px solid #303f4d;
    transition: all .2s ease; }
    .button__sign-up:hover {
      background: #303f4d;
      color: #fff;
      transition: all .2s ease;
      text-decoration: none; }
  .button__facebook, .button__google {
    text-indent: -9999px;
    width: 80px;
    height: 40px;
    border-radius: 5px;
    transition: all .2s ease; }
  .button__google {
    background-color: #f4f6fa !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 6px !important; }
    .button__google:before {
      position: absolute;
      content: "";
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQ2hlY2tvdXQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MjAuMDAwMDAwLCAtMTkzLjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJzb2NpYWwtYnV0dG9uLTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ4OS4wMDAwMDAsIDE4Mi4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJnb29nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMxLjAwMDAwMCwgMTEuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTMuOTg5MTc5NjksMTAuODc3NjI1IEwzLjM2MjYyNSwxMy4yMTY2NDA2IEwxLjA3MjU4MjAzLDEzLjI2NTA4NTkgQzAuMzg4MTk1MzEzLDExLjk5NTY5OTIgMCwxMC41NDMzNTk0IDAsOSBDMCw3LjUwNzU4MjAzIDAuMzYyOTUzMTI1LDYuMTAwMjA3MDMgMS4wMDYzMTI1LDQuODYwOTg0MzggTDEuMDA2ODA0NjksNC44NjA5ODQzOCBMMy4wNDU1ODU5NCw1LjIzNDc2NTYzIEwzLjkzODY5NTMxLDcuMjYxMzEyNSBDMy43NTE3Njk1Myw3LjgwNjI2OTUzIDMuNjQ5ODg2NzIsOC4zOTEyNjk1MyAzLjY0OTg4NjcyLDkgQzMuNjQ5OTU3MDMsOS42NjA2NTYyNSAzLjc2OTYyODkxLDEwLjI5MzY0NDUgMy45ODkxNzk2OSwxMC44Nzc2MjUgWiIgaWQ9IlNoYXBlIiBmaWxsPSIjRkJCQjAwIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE3Ljg0Mjc0NjEsNy4zMTg2ODc1IEMxNy45NDYxMDU1LDcuODYzMTE3MTkgMTgsOC40MjUzNzEwOSAxOCw5IEMxOCw5LjY0NDM0Mzc1IDE3LjkzMjI1MzksMTAuMjcyODY3MiAxNy44MDMxOTUzLDEwLjg3OTEzNjcgQzE3LjM2NTA3ODEsMTIuOTQyMjEwOSAxNi4yMjAyODUyLDE0Ljc0MzY4NzUgMTQuNjM0NDIxOSwxNi4wMTg1MjM0IEwxNC42MzM5Mjk3LDE2LjAxODAzMTIgTDEyLjA2NTk3NjYsMTUuODg3MDAzOSBMMTEuNzAyNTMxMiwxMy42MTgxOTUzIEMxMi43NTQ4MjgxLDEzLjAwMTA2MjUgMTMuNTc3MjAzMSwxMi4wMzUyODUyIDE0LjAxMDM5ODQsMTAuODc5MTM2NyBMOS4xOTc4NTkzNywxMC44NzkxMzY3IEw5LjE5Nzg1OTM3LDcuMzE4Njg3NSBMMTQuMDgwNjA1NSw3LjMxODY4NzUgTDE3Ljg0Mjc0NjEsNy4zMTg2ODc1IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzUxOEVGOCI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNC42MzM4OTQ1LDE2LjAxODAzMTMgTDE0LjYzNDM4NjcsMTYuMDE4NTIzNCBDMTMuMDkyMDQ2OSwxNy4yNTgyMzgzIDExLjEzMjc4OTEsMTggOSwxOCBDNS41NzI1ODIwMywxOCAyLjU5MjcwMzEyLDE2LjA4NDMwMDggMS4wNzI1ODIwMywxMy4yNjUxMjExIEwzLjk4OTE3OTY5LDEwLjg3NzY2MDIgQzQuNzQ5MjIyNjYsMTIuOTA2MTA1NSA2LjcwNTk4NDM3LDE0LjM1MDA3ODEgOSwxNC4zNTAwNzgxIEM5Ljk4NjAyNzM0LDE0LjM1MDA3ODEgMTAuOTA5NzkzLDE0LjA4MzUyMzQgMTEuNzAyNDYwOSwxMy42MTgxOTUzIEwxNC42MzM4OTQ1LDE2LjAxODAzMTMgWiIgaWQ9IlNoYXBlIiBmaWxsPSIjMjhCNDQ2Ij48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE0Ljc0NDY3MTksMi4wNzE5Njg3NSBMMTEuODI5MDU4Niw0LjQ1ODkzNzUgQzExLjAwODY4NzUsMy45NDYxNDg0NCAxMC4wMzg5Mzc1LDMuNjQ5OTIxODcgOSwzLjY0OTkyMTg3IEM2LjY1NDA1ODU5LDMuNjQ5OTIxODcgNC42NjA2OTkyMiw1LjE2MDEyODkxIDMuOTM4NzMwNDcsNy4yNjEzMTI1IEwxLjAwNjgwNDY5LDQuODYwOTg0MzcgTDEuMDA2MzEyNSw0Ljg2MDk4NDM3IEMyLjUwNDE3OTY5LDEuOTczMDc0MjIgNS41MjE2NDA2MiwwIDksMCBDMTEuMTgzNzMwNSwwIDEzLjE4NTk4NDQsMC43Nzc4NjcxODcgMTQuNzQ0NjcxOSwyLjA3MTk2ODc1IFoiIGlkPSJTaGFwZSIgZmlsbD0iI0YxNDMzNiI+PC9wYXRoPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat center;
      background-size: contain;
      width: 18px;
      height: 18px;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
    .button__google:hover {
      background-color: #e9ebef;
      transition: all .2s ease; }
  .button__facebook {
    background-color: #3b5998;
    margin-right: 10px; }
    .button__facebook:before {
      position: absolute;
      content: "";
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTAgMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQ2hlY2tvdXQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00MzQuMDAwMDAwLCAtMTkzLjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICA8ZyBpZD0ic29jaWFsLWJ1dHRvbi0zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzOTkuMDAwMDAwLCAxODIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNDQuMzQ2MTUzOCwxMS4xMjk4MDc3IEw0NC4zNDYxNTM4LDEzLjk4NTU3NjkgTDQyLjY0NzgzNjUsMTMuOTg1NTc2OSBDNDEuMzE3MzA3NywxMy45ODU1NzY5IDQxLjA2ODUwOTYsMTQuNjIzNzk4MSA0MS4wNjg1MDk2LDE1LjU0MzI2OTIgTDQxLjA2ODUwOTYsMTcuNTg3NzQwNCBMNDQuMjM3OTgwOCwxNy41ODc3NDA0IEw0My44MTYxMDU4LDIwLjc4OTY2MzUgTDQxLjA2ODUwOTYsMjAuNzg5NjYzNSBMNDEuMDY4NTA5NiwyOSBMMzcuNzU4NDEzNSwyOSBMMzcuNzU4NDEzNSwyMC43ODk2NjM1IEwzNSwyMC43ODk2NjM1IEwzNSwxNy41ODc3NDA0IEwzNy43NTg0MTM1LDE3LjU4Nzc0MDQgTDM3Ljc1ODQxMzUsMTUuMjI5NTY3MyBDMzcuNzU4NDEzNSwxMi40OTI3ODg1IDM5LjQzNTA5NjIsMTEgNDEuODc5ODA3NywxMSBDNDMuMDQ4MDc2OSwxMSA0NC4wNTQwODY1LDExLjA4NjUzODUgNDQuMzQ2MTUzOCwxMS4xMjk4MDc3IFoiIGlkPSJmYWNlYm9vayI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat center;
      background-size: contain;
      width: 9.35px;
      height: 18px;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
    .button__facebook:hover {
      background-color: #486cb7;
      transition: all .2s ease; }
  .button__pay {
    height: 60px;
    line-height: 60px;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 10px 20px 0 rgba(52, 205, 147, 0.21);
    background-color: #34cd93;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.28;
    letter-spacing: 1px;
    color: #ffffff;
    transition: all .2s ease;
    margin-top: 10px; }
    .button__pay:hover {
      background-color: #25bd83;
      transition: all .2s ease; }
  .button__checkout.disabled {
    opacity: 0.5;
    pointer-events: none; }

.sidebar__service-remove {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0ndXRmLTgnPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgJy0vL1czQy8vRFREIFNWRyAxLjEvL0VOJyAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz4KPHN2ZyB3aWR0aD0iNjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBoZWlnaHQ9IjY0IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2NCA2NCI+CiAgPGc+CiAgICA8cGF0aCBmaWxsPSIjMUQxRDFCIiBkPSJNMjguOTQxLDMxLjc4NkwwLjYxMyw2MC4xMTRjLTAuNzg3LDAuNzg3LTAuNzg3LDIuMDYyLDAsMi44NDljMC4zOTMsMC4zOTQsMC45MDksMC41OSwxLjQyNCwwLjU5ICAgYzAuNTE2LDAsMS4wMzEtMC4xOTYsMS40MjQtMC41OWwyOC41NDEtMjguNTQxbDI4LjU0MSwyOC41NDFjMC4zOTQsMC4zOTQsMC45MDksMC41OSwxLjQyNCwwLjU5YzAuNTE1LDAsMS4wMzEtMC4xOTYsMS40MjQtMC41OSAgIGMwLjc4Ny0wLjc4NywwLjc4Ny0yLjA2MiwwLTIuODQ5TDM1LjA2NCwzMS43ODZMNjMuNDEsMy40MzhjMC43ODctMC43ODcsMC43ODctMi4wNjIsMC0yLjg0OWMtMC43ODctMC43ODYtMi4wNjItMC43ODYtMi44NDgsMCAgIEwzMi4wMDMsMjkuMTVMMy40NDEsMC41OWMtMC43ODctMC43ODYtMi4wNjEtMC43ODYtMi44NDgsMGMtMC43ODcsMC43ODctMC43ODcsMi4wNjIsMCwyLjg0OUwyOC45NDEsMzEuNzg2eiIvPgogIDwvZz4KPC9zdmc+Cg==) center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  height: 15px;
  width: 15px;
  text-indent: -99999px;
  background-size: contain;
  display: inline-block;
  margin-left: 10px; }

.packages__item .button__order-now {
  -webkit-appearance: none;
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 80%;
  margin: 0 auto;
  transform: translateX(-50%); }

.packages .learn-more {
  bottom: 75px;
  color: #1897c7;
  display: inline-block;
  font-size: 16px;
  left: 50%;
  margin-bottom: 10px;
  position: absolute;
  text-decoration: underline;
  transform: translateX(-50%); }

.single-post .button__order-now {
  color: #fff !important; }

.subscribe .social-actions {
  text-align: center; }

.subscribe .button__social {
  margin-right: 20px; }
  .subscribe .button__social:last-child {
    margin-right: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  padding: 0 0px 0 30px;
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    max-width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);
  src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=?#iefix) format("embedded-opentype"), url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"), url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==#slick) format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 65%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.subscribe-newsletter {
  padding: 64px 0;
  background-image: linear-gradient(to left, #ff714a, #5e76dd); }
  .subscribe-newsletter__wrp {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .subscribe-newsletter__item {
    width: 50%; }
    .subscribe-newsletter__item:last-child {
      padding-left: 100px; }
  .subscribe-newsletter__title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.29;
    color: #fff;
    margin-bottom: 0;
    text-transform: none; }
    .subscribe-newsletter__title span {
      display: block; }

.form__email {
  display: block;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  border: solid 1px #fff;
  background: transparent;
  color: #fff;
  width: 100%;
  outline: none;
  padding: 0 20px; }
  .form__email::placeholder {
    color: #fff; }

.form__item {
  position: relative; }

.form__submit {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  border-radius: 5px;
  border: solid 1px #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjNweCIgaGVpZ2h0PSIyMnB4IiB2aWV3Qm94PSIwIDAgMjMgMjIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkhvbWVwYWdlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI0NC4wMDAwMDAsIC0zNzgyLjAwMDAwMCkiIGZpbGw9IiNGRjcxNEEiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJTdWJzY3JpYmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAzNjkyLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9IkJ1dHRvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODQwLjAwMDAwMCwgNzUuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTQwNCwyNyBMNDI3LDE1IEw0MTksMzUgTDQxMiwzMS41IEw0MjEsMjEgTDQwOS45MTQwOTEsMzAuMTU0MTgyIEw0MDQsMjcgWiBNNDExLDMzIEw0MTQsMzQuNSBMNDExLDM3IEw0MTEsMzMgWiIgaWQ9IlBhdGgtMTAiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat center;
  background-size: 23px 24px;
  text-indent: -9999px;
  outline: none; }

.ourservices-page .sub-header__info-block .page__title {
  margin: 166px 0 10px;
  font-size: 36px;
  line-height: 1.4;
  color: #fff;
  text-align: left; }

.ourservices-page .page__title {
  margin: 10px 0 0;
  font-size: 36px;
  line-height: 2.06;
  color: #303f4d;
  text-align: center; }

.ourservices-page .header .block-center {
  text-align: left;
  padding: 30px 0 119px; }

.ourservices-page .header .button__get-started {
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background-color: #ff714a;
  font-size: 18px;
  width: 200px;
  color: #fff; }

.ourservices-page .choose-plan {
  background-color: #f2f5fa;
  background-image: none; }

.sub-header__text {
  font-size: 16px;
  line-height: 1.5;
  color: #cfd2db;
  margin-bottom: 0;
  max-width: 600px; }

.other-services .block__title {
  text-align: center;
  margin-bottom: 20px; }

.other-position {
  padding: 80px 0;
  background-color: #f2f5fa; }
  .other-position__wrp {
    max-width: 700px;
    margin: 60px auto 0; }
  .other-position__title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.29;
    text-align: center;
    color: #303f4d;
    margin-bottom: 20px; }
  .other-position__text {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #889fb6;
    margin-bottom: 0; }
    .other-position__text span {
      display: block; }
  .other-position__item {
    border-radius: 5px;
    box-shadow: 0 10px 20px 0 rgba(175, 181, 206, 0.1);
    background-color: #ffffff;
    transition: all 200ms ease;
    margin-bottom: 10px; }
    .other-position__item:hover {
      transition: all 200ms ease;
      transform: scale(1.03);
      background-color: #fafafa; }
    .other-position__item:last-child {
      margin-bottom: 0; }
  .other-position__link {
    display: block;
    padding: 18px 30px;
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    color: #303f4d;
    text-transform: capitalize; }
    .other-position__link:hover {
      color: #303f4d; }
    .other-position__link:after {
      position: absolute;
      content: '';
      width: 20px;
      height: 20px;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTIgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogICAgICAgIDxnIGlkPSJTZXJ2aWNlcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwMzAuMDAwMDAwLCAtMjcxOC4wMDAwMDApIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHN0cm9rZT0iIzU3OEJGOSIgc3Ryb2tlLXdpZHRoPSIzIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM3MC4wMDAwMDAsIDI2OTguMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjY2LjAwMDAwMCwgMzAuMDAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTY2Ni4wMDAwMDAsIC0zMC4wMDAwMDApICIgcG9pbnRzPSI2NTggMzQgNjY2IDI2IDY3NCAzNCI+PC9wb2x5bGluZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat center;
      top: 50%;
      right: 30px;
      transform: translateY(-50%); }

.contact .block__title, .contact .block__subtitle {
  text-align: center; }

.contact__wrp {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .contact__wrp.last {
    margin-top: 25px; }
  .contact__wrp p {
    margin: 0; }

.contact__item {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.09);
  border: 1px solid #eee;
  width: 48%;
  padding: 40px 20px;
  padding-left: 150px;
  position: relative; }
  .contact__item.phone-col:before {
    position: absolute;
    content: "";
    left: 10%;
    top: 50%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0naXNvLTg4NTktMSc/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICdodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQnPgo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNDcyLjgxMSA0NzIuODExIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDcyLjgxMSA0NzIuODExIj4KICA8Zz4KICAgIDxwYXRoIGQ9Ik0zNTguNzUsMEgxMTQuMDYxQzk3LjU1NSwwLDg0LjEyOCwxMy40MjgsODQuMTI4LDI5LjkzNHY0MTIuOTQ0YzAsMTYuNTA1LDEzLjQyOCwyOS45MzQsMjkuOTM0LDI5LjkzNEgzNTguNzUgICBjMTYuNTA2LDAsMjkuOTM0LTEzLjQyOCwyOS45MzQtMjkuOTM0VjI5LjkzNEMzODguNjgzLDEzLjQyOCwzNzUuMjU2LDAsMzU4Ljc1LDB6IE05OS4xMjgsNzUuMjM2aDI3NC41NTZ2MzEyLjY4N0g5OS4xMjhWNzUuMjM2eiAgICBNMTE0LjA2MSwxNUgzNTguNzVjOC4yMzQsMCwxNC45MzQsNi42OTksMTQuOTM0LDE0LjkzNHYzNS4zMDJIOTkuMTI4VjI5LjkzNEM5OS4xMjgsMjEuNjk5LDEwNS44MjcsMTUsMTE0LjA2MSwxNXogICAgTTM1OC43NSw0NTcuODExSDExNC4wNjFjLTguMjM0LDAtMTQuOTM0LTYuNjk5LTE0LjkzNC0xNC45MzR2LTQ0Ljk1NWgyNzQuNTU2djQ0Ljk1NSAgIEMzNzMuNjgzLDQ1MS4xMTIsMzY2Ljk4NCw0NTcuODExLDM1OC43NSw0NTcuODExeiIvPgogICAgPHBhdGggZD0ibTIzNi40MDYsNDA0LjU1MmMtMTMuNTQ1LDAtMjQuNTY0LDExLjAyLTI0LjU2NCwyNC41NjVzMTEuMDIsMjQuNTY0IDI0LjU2NCwyNC41NjQgMjQuNTY0LTExLjAyIDI0LjU2NC0yNC41NjQtMTEuMDE5LTI0LjU2NS0yNC41NjQtMjQuNTY1em0wLDM5LjEyOWMtOC4wMzEsMC0xNC41NjQtNi41MzQtMTQuNTY0LTE0LjU2NCAwLTguMDMxIDYuNTMzLTE0LjU2NSAxNC41NjQtMTQuNTY1czE0LjU2NCw2LjUzNCAxNC41NjQsMTQuNTY1YzAsOC4wMy02LjUzMywxNC41NjQtMTQuNTY0LDE0LjU2NHoiLz4KICAgIDxwYXRoIGQ9Im0yMDIuNDA2LDQ3LjY0NWg2OGMyLjc2MiwwIDUtMi4yMzkgNS01cy0yLjIzOC01LTUtNWgtNjhjLTIuNzYyLDAtNSwyLjIzOS01LDVzMi4yMzgsNSA1LDV6Ii8+CiAgICA8cGF0aCBkPSJtMTg0LjQwOSw0Ny42NDVjMS4zMSwwIDIuNi0wLjUzIDMuNTMtMS40NiAwLjkzLTAuOTQgMS40Ny0yLjIyIDEuNDctMy41NHMtMC41NC0yLjYtMS40Ny0zLjU0Yy0wLjkzMS0wLjkzLTIuMjIxLTEuNDYtMy41My0xLjQ2LTEuMzIsMC0yLjYwMSwwLjUzLTMuNTQsMS40Ni0wLjkzLDAuOTMtMS40NiwyLjIyLTEuNDYsMy41NHMwLjUzLDIuNiAxLjQ2LDMuNTRjMC45MywwLjkzIDIuMjIsMS40NiAzLjU0LDEuNDZ6Ii8+CiAgPC9nPgo8L3N2Zz4K) no-repeat;
    width: 65px;
    height: 65px;
    transform: translateY(-50%); }
  .contact__item.email-col:before {
    position: absolute;
    content: "";
    left: 10%;
    top: 50%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDUxMS45NzQgNTExLjk3NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjk3NCA1MTEuOTc0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGc+CgkJPGc+CgkJCTxwYXRoIGQ9Ik01MTEuODcyLDE5NS43MjVjLTAuMDUzLTAuNTg4LTAuMTctMS4xNjktMC4zNS0xLjczMmMtMC4xMTctMC41MDMtMC4yOC0wLjk5NC0wLjQ4Ni0xLjQ2OAoJCQkJYy0wLjIzOS0wLjQ2My0wLjUyNS0wLjkwMS0wLjg1My0xLjMwNmMtMC4zMjktMC40ODEtMC43MS0wLjkyNC0xLjEzNS0xLjMyM2MtMC4xMzctMC4xMTktMC4xOTYtMC4yODItMC4zNDEtMC40MDEKCQkJCWwtODIuMDY1LTYzLjczNVY1OS43MDRjMC0xNC4xMzgtMTEuNDYyLTI1LjYtMjUuNi0yNS42aC05Mi40NzZMMjcxLjUzOSw1LjM1NWMtOS4xNDctNy4xMzQtMjEuOTc0LTcuMTM0LTMxLjEyMSwwCgkJCQlsLTM3LjAzNSwyOC43NDloLTkyLjQ3NmMtMTQuMTM4LDAtMjUuNiwxMS40NjEtMjUuNiwyNS42djY2LjA1N0wzLjI2OCwxODkuNDk2Yy0wLjE0NSwwLjEyLTAuMjA1LDAuMjgyLTAuMzQxLDAuNDAxCgkJCQljLTAuNDI1LDAuMzk4LTAuODA2LDAuODQyLTEuMTM1LDEuMzIzYy0wLjMyOCwwLjQwNS0wLjYxNCwwLjg0Mi0wLjg1MywxLjMwNmMtMC4yMDcsMC40NzMtMC4zNjksMC45NjUtMC40ODYsMS40NjgKCQkJCWMtMC4xNzgsMC41NTUtMC4yOTUsMS4xMjctMC4zNSwxLjcwN2MwLDAuMTc5LTAuMTAyLDAuMzMzLTAuMTAyLDAuNTEyVjQ4Ni4zN2MwLjAxMiw1LjQyOCwxLjc2OCwxMC43MDgsNS4wMDksMTUuMDYxCgkJCQljMC4wNTEsMC4wNzcsMC4wNiwwLjE3MSwwLjExOSwwLjIzOWMwLjA2LDAuMDY4LDAuMTg4LDAuMTQ1LDAuMjczLDAuMjM5YzQuNzk0LDYuMzA4LDEyLjI1LDEwLjAyNywyMC4xNzMsMTAuMDYxaDQ2MC44CgkJCQljNy45NTQtMC4wMjQsMTUuNDQxLTMuNzYxLDIwLjI0MS0xMC4xMDNjMC4wNjgtMC4wODUsMC4xNzEtMC4xMTEsMC4yMy0wLjE5NmMwLjA2LTAuMDg1LDAuMDY4LTAuMTYyLDAuMTItMC4yMzkKCQkJCWMzLjI0MS00LjM1NCw0Ljk5Ny05LjYzNCw1LjAwOS0xNS4wNjFWMTk2LjIzN0M1MTEuOTc0LDE5Ni4wNTgsNTExLjg4MSwxOTUuOTA0LDUxMS44NzIsMTk1LjcyNXogTTI1MC44NTQsMTguODIKCQkJCWMyLjk4LTIuMzY4LDcuMi0yLjM2OCwxMC4xOCwwbDE5LjY4NiwxNS4yODNoLTQ5LjQ5M0wyNTAuODU0LDE4LjgyeiBNMjcuNzI1LDQ5NC45MDRsMjIzLjEzLTE3My4zMjEKCQkJCWMyLjk4Mi0yLjM2NCw3LjE5OS0yLjM2NCwxMC4xOCwwbDIyMy4xODksMTczLjMyMUgyNy43MjV6IE00OTQuOTA4LDQ4MS42TDI3MS41MzksMzA4LjExN2MtOS4xNDktNy4xMjgtMjEuOTcyLTcuMTI4LTMxLjEyMSwwCgkJCQlMMTcuMDQxLDQ4MS42VjIwOS4yMzNMMTU2Ljg3NywzMTcuODJjMy43MjYsMi44ODksOS4wODgsMi4yMTEsMTEuOTc3LTEuNTE1YzIuODg5LTMuNzI2LDIuMjExLTkuMDg4LTEuNTE1LTExLjk3NwoJCQkJTDI1LjI3NiwxOTQuMDE4bDYwLjAzMi00Ni42NTJ2NjUuOTM3YzAsNC43MTMsMy44MjEsOC41MzMsOC41MzMsOC41MzNjNC43MTMsMCw4LjUzMy0zLjgyMSw4LjUzMy04LjUzM3YtMTUzLjYKCQkJCWMwLTQuNzEzLDMuODItOC41MzMsOC41MzMtOC41MzNoMjkwLjEzM2M0LjcxMywwLDguNTMzLDMuODIsOC41MzMsOC41MzN2MTUzLjZjMCw0LjcxMywzLjgyLDguNTMzLDguNTMzLDguNTMzCgkJCQlzOC41MzMtMy44MjEsOC41MzMtOC41MzN2LTY1LjkzN2w2MC4wMzIsNDYuNjUybC0xNDIuMzEsMTEwLjUwN2MtMi40NDgsMS44NTUtMy43MTEsNC44ODMtMy4zMDUsNy45MjhzMi40MTcsNS42MzcsNS4yNjYsNi43ODYKCQkJCWMyLjg0OSwxLjE0OSw2LjA5NiwwLjY3OSw4LjUwMS0xLjIzMmwxNDAuMDgzLTEwOC43NzRWNDgxLjZ6Ii8+CgkJCTxwYXRoIGQ9Ik0zNTguMzc0LDIwNC43N3YtMzQuMTMzYzAtNTYuNTU0LTQ1Ljg0Ni0xMDIuNC0xMDIuNC0xMDIuNGMtNTYuNTU0LDAtMTAyLjQsNDUuODQ2LTEwMi40LDEwMi40CgkJCQlzNDUuODQ2LDEwMi40LDEwMi40LDEwMi40YzQuNzEzLDAsOC41MzMtMy44Miw4LjUzMy04LjUzM3MtMy44Mi04LjUzMy04LjUzMy04LjUzM2MtNDcuMTI4LDAtODUuMzMzLTM4LjIwNS04NS4zMzMtODUuMzMzCgkJCQlzMzguMjA1LTg1LjMzMyw4NS4zMzMtODUuMzMzczg1LjMzMywzOC4yMDUsODUuMzMzLDg1LjMzM3YzNC4xMzNjMCw5LjQyNi03LjY0MSwxNy4wNjctMTcuMDY3LDE3LjA2NwoJCQkJcy0xNy4wNjctNy42NDEtMTcuMDY3LTE3LjA2N3YtMzQuMTMzYzAtNC43MTMtMy44Mi04LjUzMy04LjUzMy04LjUzM3MtOC41MzMsMy44Mi04LjUzMyw4LjUzMwoJCQkJYzAsMTguODUxLTE1LjI4MiwzNC4xMzMtMzQuMTMzLDM0LjEzM2MtMTguODUxLDAtMzQuMTMzLTE1LjI4Mi0zNC4xMzMtMzQuMTMzczE1LjI4Mi0zNC4xMzMsMzQuMTMzLTM0LjEzMwoJCQkJYzQuNzEzLDAsOC41MzMtMy44Miw4LjUzMy04LjUzM3MtMy44Mi04LjUzMy04LjUzMy04LjUzM2MtMjIuOTE1LTAuMDUxLTQzLjA3NCwxNS4xMy00OS4zNTQsMzcuMTY4CgkJCQljLTYuMjgsMjIuMDM4LDIuODQ3LDQ1LjU2NSwyMi4zNDcsNTcuNjAxYzE5LjUsMTIuMDM2LDQ0LjYyMiw5LjY1LDYxLjUwNy01Ljg0M2MxLjg1OCwxOC4wNDYsMTcuNTQzLDMxLjQ2NCwzNS42NTksMzAuNTA1CgkJCQlDMzQ0LjI1LDIzNy45MSwzNTguNDMxLDIyMi45MTIsMzU4LjM3NCwyMDQuNzd6Ii8+CgkJPC9nPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat;
    width: 65px;
    height: 65px;
    transform: translateY(-50%); }
  .contact__item.time-col:before {
    position: absolute;
    content: "";
    left: 10%;
    top: 50%;
    background: url(/_next/static/img/meeting-e2c4206816a65911a98dbaef120653e7.svg) no-repeat;
    background-size: contain;
    width: 65px;
    height: 65px;
    transform: translateY(-50%); }
  .contact__item.chat-col:before {
    position: absolute;
    content: "";
    left: 10%;
    top: 50%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDUxMS45MiA1MTEuOTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMS45MiA1MTEuOTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNTA1Ljc3LDQ2LjU1MWMtNC43NzMtMy45NzgtMTEuMzQ0LTUuMDEzLTE3LjEwOS0yLjY5N0w1Ni40ODIsMjE4LjI5M2MtNC4zNzEsMS43NjctNi40ODIsNi43NDQtNC43MTUsMTEuMTE1CgkJCXM2Ljc0NCw2LjQ4MiwxMS4xMTUsNC43MTVsNDEyLjg2LTE2Ni41ODhsLTIwNC44LDI0MS41NDVjLTMuMDQ3LDMuNTk2LTIuNjAyLDguOTgxLDAuOTk0LDEyLjAyOAoJCQljMy41OTYsMy4wNDcsOC45ODEsMi42MDIsMTIuMDI4LTAuOTk0TDQ5MS44NjEsNzQuODk5bC0yNy43ODUsMTM5LjQ2OWwtMjcuOTg5LDE4Ny4wMjVjLTAuMzg0LDIuNjE3LTEuOTYsNC45MDktNC4yNjcsNi4yMDQKCQkJYy0yLjIxMiwxLjIzNS00Ljg3NywxLjM1OC03LjE5NCwwLjMzM2wtMTE2LjM2OS00NS43NTZsLTU1Ljg0Mi0yMy4zODFjLTQuMzQ1LTEuODIzLTkuMzQ2LDAuMjItMTEuMTcsNC41NjUKCQkJYy0wLjE4NiwwLjU4NS0wLjMwNywxLjE4OS0wLjM1OCwxLjgwMWgtMC4yMDVsLTI3LjcyNSwxMDcuMDU5bC0zOS43ODItMTM4Ljk2NWwyMDcuMzYtMTU0LjQ1MwoJCQljMi42NS0xLjc0MSw0LjExNy00LjgwNywzLjgwOC03Ljk2M2MtMC4zMDktMy4xNTYtMi4zNDItNS44OC01LjI3OS03LjA3NGMtMi45MzctMS4xOTQtNi4yOTUtMC42NjEtOC43MTgsMS4zODRMMTYxLjkyLDMwMC4zMjQKCQkJTDExLjY4MiwyMzkuNTA3Yy00LjM2LTEuNzI5LTkuMjk4LDAuMzg0LTExLjA1Nyw0LjczMmMtMS43NTksNC4zNDgsMC4zMjEsOS4zLDQuNjU3LDExLjA4OWwxNTEuMDQsNjEuMTE2bDQwLjI3NywxNDAuNjEyCgkJCWMyLjA5Nyw3LjI2Myw4Ljc1NiwxMi4yNTQsMTYuMzE2LDEyLjIyOGgwLjE5NmM0LjEyMS0wLjA3NCw4LjA3LTEuNjYzLDExLjA5My00LjQ2M2MwLjI5OC0wLjE3OSwwLjU4My0wLjM3OSwwLjg1My0wLjU5NwoJCQlsODIuNDgzLTg0LjM0M2wxMTAuNTkyLDQzLjg1M2M3LjEwNywzLjAxOSwxNS4yMTQsMi41NjUsMjEuOTM5LTEuMjI5YzYuOTMtMy44NDQsMTEuNjgyLTEwLjY4OSwxMi44Ni0xOC41MjZsMjcuOTEzLTE4Ni42NzUKCQkJbDMwLjcyLTE1NC4xMjFDNTEyLjg0Miw1Ni45OTUsNTEwLjYxNiw1MC42MDUsNTA1Ljc3LDQ2LjU1MXogTTIzNi44NzcsNDI3Ljc4NmwxOC4wMTQtNjkuNDM2bDI4LjIxMSwxMS44NDRsNy4yNywyLjg4NAoJCQlMMjM2Ljg3Nyw0MjcuNzg2eiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat;
    width: 65px;
    height: 65px;
    transform: translateY(-50%); }

.contact a {
  color: #1f9ac9; }

.contact .block__title {
  margin-bottom: 10px; }

.contact .block__subtitle {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 40px; }

.faq-item {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin-bottom: 10px;
  cursor: pointer; }
  .faq-item:last-child {
    margin-bottom: 0; }
  .faq-item:hover {
    box-shadow: 0 7px 24px rgba(0, 0, 0, 0.15); }
  .faq-item__trigger {
    position: relative;
    padding: 10px 20px;
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #2A2A2A; }
    @media (max-width: 767px) {
      .faq-item__trigger {
        padding: 10px 45px 10px 15px; } }
    .faq-item__trigger:after {
      position: absolute;
      content: "";
      width: 20px;
      height: 20px;
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiM3NzUxREYiLz4KPHBhdGggZD0iTTE0LjIwMzEgOS4xNjY2N0gxMC44MzMzVjUuNzk2ODdDMTAuODMzMyA1LjM1Njc3IDEwLjQ2MDkgNSAxMCA1QzkuNTM5MDYgNSA5LjE2NjY3IDUuMzU2NzcgOS4xNjY2NyA1Ljc5Njg3VjkuMTY2NjdINS43OTY4N0M1LjM1Njc3IDkuMTY2NjcgNSA5LjUzOTA2IDUgMTBDNSAxMC40NjA5IDUuMzU2NzcgMTAuODMzMyA1Ljc5Njg3IDEwLjgzMzNIOS4xNjY2N1YxNC4yMDMxQzkuMTY2NjcgMTQuNjQzMiA5LjUzOTA2IDE1IDEwIDE1QzEwLjQ2MDkgMTUgMTAuODMzMyAxNC42NDMyIDEwLjgzMzMgMTQuMjAzMVYxMC44MzMzSDE0LjIwMzFDMTQuNjQzMiAxMC44MzMzIDE1IDEwLjQ2MDkgMTUgMTBDMTUgOS41MzkwNiAxNC42NDMyIDkuMTY2NjcgMTQuMjAzMSA5LjE2NjY3WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==) no-repeat;
      background-size: contain;
      top: 50%;
      margin-top: -10px;
      right: 20px;
      transition: transform 200ms ease; }
      @media (max-width: 767px) {
        .faq-item__trigger:after {
          right: 15px; } }
    .faq-item__trigger.is-open:after {
      position: absolute;
      content: "";
      width: 20px;
      height: 20px;
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiM3NzUxREYiLz4KPHBhdGggZD0iTTE0LjIwMzEgOS4xNjY2N0gxMC44MzMzVjUuNzk2ODdDMTAuODMzMyA1LjM1Njc3IDEwLjQ2MDkgNSAxMCA1QzkuNTM5MDYgNSA5LjE2NjY3IDUuMzU2NzcgOS4xNjY2NyA1Ljc5Njg3VjkuMTY2NjdINS43OTY4N0M1LjM1Njc3IDkuMTY2NjcgNSA5LjUzOTA2IDUgMTBDNSAxMC40NjA5IDUuMzU2NzcgMTAuODMzMyA1Ljc5Njg3IDEwLjgzMzNIOS4xNjY2N1YxNC4yMDMxQzkuMTY2NjcgMTQuNjQzMiA5LjUzOTA2IDE1IDEwIDE1QzEwLjQ2MDkgMTUgMTAuODMzMyAxNC42NDMyIDEwLjgzMzMgMTQuMjAzMVYxMC44MzMzSDE0LjIwMzFDMTQuNjQzMiAxMC44MzMzIDE1IDEwLjQ2MDkgMTUgMTBDMTUgOS41MzkwNiAxNC42NDMyIDkuMTY2NjcgMTQuMjAzMSA5LjE2NjY3WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==) no-repeat;
      background-size: contain;
      transform: rotate(-45deg);
      transition: transform 200ms ease; }

.faq-answer {
  background: #f3f3f3;
  margin-bottom: 0;
  padding: 5px 20px 10px 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
  @media (max-width: 767px) {
    .faq-answer {
      padding: 5px 15px 10px 15px; } }

.loginform {
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  position: relative;
  width: 400px;
  margin: 50px auto;
  padding: 30px;
  border: 1px solid #eee; }
  .loginform__item {
    margin-bottom: 20px; }
    .loginform__item:last-child {
      margin-bottom: 0;
      text-align: center; }
    .loginform__item label {
      display: block;
      color: #585858;
      font-size: 14px;
      font-weight: 300;
      letter-spacing: 0.9px;
      margin: 0 0 10px; }
  .loginform h3 {
    margin-bottom: 25px; }
  .loginform__input {
    width: 100%;
    padding: 10px;
    outline: none;
    border: 1px solid #ddd;
    box-shadow: none; }
  .loginform__forgot {
    color: #129ad8;
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-left: auto;
    text-align: right; }
  .loginform__submit {
    width: 100%;
    text-align: center;
    color: #fff;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    background-color: #7751DF;
    border: 0;
    transition: background-color 200ms ease; }
    .loginform__submit:hover {
      transition: background-color 200ms ease;
      background-color: #6a45d2 !important;
      color: #fff !important; }

.no-account, .yes-account {
  color: #129ad8;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  display: block;
  text-align: center; }

.social-actions {
  margin: 25px 0; }

.separator {
  position: relative;
  text-align: center;
  color: #585858; }
  .separator:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 45%;
    border-bottom: 1px solid #dddddd; }
  .separator:after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 45%;
    border-bottom: 1px solid #dddddd; }

.g-recaptcha > div {
  margin: 0 auto; }

.ourservices-page {
  background: #f9fafc; }
  .ourservices-page .packages {
    position: static;
    top: auto;
    margin-bottom: 0; }
    .ourservices-page .packages__item:first-child .packages-descrioption__text.open {
      transition: height .5s ease;
      height: 280px; }
    .ourservices-page .packages__item:nth-child(2) .packages-descrioption__text.open {
      transition: height .5s ease;
      height: 360px; }
    .ourservices-page .packages__item:nth-child(3) .packages-descrioption__text.open {
      transition: height .5s ease;
      height: 225px; }
    .ourservices-page .packages__item:last-child .packages-descrioption__text.open {
      transition: height .5s ease;
      height: 300px; }

.packages-descrioption__text {
  overflow-y: hidden;
  transition: height .5s ease;
  word-break: break-word;
  margin: 20px 0 0 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  height: 40px; }

.readmore {
  display: block;
  cursor: pointer;
  color: #1897c7;
  margin: 10px 0; }

.other-services {
  padding: 40px 0;
  margin: 20px 0; }
  .other-services__item {
    transition: transform .4s ease;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.04);
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 35px;
    padding: 25px;
    position: relative; }
    .other-services__item:hover {
      transform: scale(1.05);
      transition: transform .4s ease; }
    .other-services__item .learn-more {
      display: block;
      font-size: 16px;
      margin-top: 10px;
      bottom: 0;
      left: 0;
      position: relative;
      transform: translateX(0%); }
  .other-services__price {
    color: #1f9ac9;
    font-size: 30px; }
  .other-services__part:first-child {
    width: 75%; }
  .other-services__part:last-child {
    width: 25%;
    text-align: right; }
  .other-services__text {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 0; }
  .other-services .button__order-now {
    max-width: 160px;
    height: 50px;
    line-height: 50px; }
  .other-services__added {
    border-radius: 25px;
    padding: 10px 30px;
    border: 1px solid #abaaaa;
    border-radius: 25px;
    max-width: 160px;
    text-align: center;
    margin-left: auto;
    color: #abaaaa; }

.page__title {
  font-size: 40px;
  color: #303f4d;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.29; }

.page__slogan {
  color: #889fb6;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  text-align: center; }

.active-overflow {
  overflow: hidden !important; }

.fade.active {
  background-color: rgba(20, 23, 39, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  opacity: 1; }

.subscribe {
  width: 700px;
  background: #fff;
  border-radius: 5px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9999; }
  .subscribe:after {
    position: absolute;
    content: "";
    width: 280px;
    right: 0;
    top: 0;
    background: url(/_next/static/img/discount-image-83b664728dbacb71fb35506c8e0cb921.jpeg) no-repeat;
    height: 100%;
    background-size: cover;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
  .subscribe__error-message {
    color: red;
    padding-left: 6px; }
  .subscribe #phone {
    width: 100%;
    height: 100%;
    min-height: 45px; }
  .subscribe .button[type="submit"].disabled {
    opacity: 0.5;
    pointer-events: none; }
  .subscribe__main-wrp {
    width: 420px;
    height: 370px;
    padding: 52px 50px; }
    .subscribe__main-wrp.done {
      text-align: center; }
      .subscribe__main-wrp.done .subscribe__title {
        position: relative;
        margin-top: 35px;
        padding-top: 70px; }
        .subscribe__main-wrp.done .subscribe__title:before {
          position: absolute;
          content: "";
          background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQ29uZmlybWF0aW9uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTYxLjAwMDAwMCwgLTMxMy4wMDAwMDApIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8ZyBpZD0icG9wdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM3MC4wMDAwMDAsIDE3OC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJpY29uLS8tc2VsZWN0ZWQtcGljIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxOTEuMDAwMDAwLCAxMzUuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPGNpcmNsZSBpZD0iT3ZhbCIgZmlsbD0iIzM0Q0Q5MyIgY3g9IjIwIiBjeT0iMjAiIHI9IjIwIj48L2NpcmNsZT4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjEuODE4MTgxOCwyMi41NzEyOTc0IEwyMS44MTgxODE4LDEwLjA5MDkwOTEgQzIxLjgxODE4MTgsOS41Mzg2MjQzNCAyMi4yNjU4OTcxLDkuMDkwOTA5MDkgMjIuODE4MTgxOCw5LjA5MDkwOTA5IEwyNC40NTQ1NDU1LDkuMDkwOTA5MDkgQzI1LjAwNjgzMDIsOS4wOTA5MDkwOSAyNS40NTQ1NDU1LDkuNTM4NjI0MzQgMjUuNDU0NTQ1NSwxMC4wOTA5MDkxIEwyNS40NTQ1NDU1LDIzLjU3MTI5NzQgTDI1LjQ1NDU0NTUsMjUuMjA3NjYxIEMyNS40NTQ1NDU1LDI1Ljc1OTk0NTggMjUuMDA2ODMwMiwyNi4yMDc2NjEgMjQuNDU0NTQ1NSwyNi4yMDc2NjEgTDE1LjU0NTQ1NDUsMjYuMjA3NjYxIEMxNC45OTMxNjk4LDI2LjIwNzY2MSAxNC41NDU0NTQ1LDI1Ljc1OTk0NTggMTQuNTQ1NDU0NSwyNS4yMDc2NjEgTDE0LjU0NTQ1NDUsMjMuNTcxMjk3NCBDMTQuNTQ1NDU0NSwyMy4wMTkwMTI2IDE0Ljk5MzE2OTgsMjIuNTcxMjk3NCAxNS41NDU0NTQ1LDIyLjU3MTI5NzQgTDIxLjgxODE4MTgsMjIuNTcxMjk3NCBaIiBpZD0iQ29tYmluZWQtU2hhcGUiIGZpbGw9IiNGRkZGRkYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgMTcuNjQ5Mjg1KSByb3RhdGUoLTMxNS4wMDAwMDApIHRyYW5zbGF0ZSgtMjAuMDAwMDAwLCAtMTcuNjQ5Mjg1KSAiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat;
          top: 0;
          left: 50%;
          width: 40px;
          height: 40px;
          transform: translateX(-50%); }
      .subscribe__main-wrp.done .subscribe__text {
        color: #303f4d;
        margin: 15px auto 30px;
        max-width: 80%; }
  .subscribe__title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.36;
    color: #303f4d;
    text-transform: capitalize; }
  .subscribe__text {
    font-size: 14px;
    line-height: 1.43;
    color: #69829a;
    margin: 22px 0 30px; }
    .subscribe__text-free {
      font-size: 16px;
      color: #ff714a; }
  .subscribe__close {
    display: block;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTVweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIDAgMTUgMTUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBvcGFjaXR5PSIwLjUiPgogICAgICAgIDxnIGlkPSJTdWJzY3JpcHRpb24tIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTA1Ni4wMDAwMDAsIC0xNzguMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9InBvcHVwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNzAuMDAwMDAwLCAxNzguMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNjkyLjA4NTc4Niw3LjUgTDY4Ni4yOTI4OTMsMS43MDcxMDY3OCBDNjg1LjkwMjM2OSwxLjMxNjU4MjQ5IDY4NS45MDIzNjksMC42ODM0MTc1MTEgNjg2LjI5Mjg5MywwLjI5Mjg5MzIxOSBDNjg2LjY4MzQxOCwtMC4wOTc2MzEwNzI5IDY4Ny4zMTY1ODIsLTAuMDk3NjMxMDcyOSA2ODcuNzA3MTA3LDAuMjkyODkzMjE5IEw2OTMuNSw2LjA4NTc4NjQ0IEw2OTkuMjkyODkzLDAuMjkyODkzMjE5IEM2OTkuNjgzNDE4LC0wLjA5NzYzMTA3MjkgNzAwLjMxNjU4MiwtMC4wOTc2MzEwNzI5IDcwMC43MDcxMDcsMC4yOTI4OTMyMTkgQzcwMS4wOTc2MzEsMC42ODM0MTc1MTEgNzAxLjA5NzYzMSwxLjMxNjU4MjQ5IDcwMC43MDcxMDcsMS43MDcxMDY3OCBMNjk0LjkxNDIxNCw3LjUgTDcwMC43MDcxMDcsMTMuMjkyODkzMiBDNzAxLjA5NzYzMSwxMy42ODM0MTc1IDcwMS4wOTc2MzEsMTQuMzE2NTgyNSA3MDAuNzA3MTA3LDE0LjcwNzEwNjggQzcwMC4zMTY1ODIsMTUuMDk3NjMxMSA2OTkuNjgzNDE4LDE1LjA5NzYzMTEgNjk5LjI5Mjg5MywxNC43MDcxMDY4IEw2OTMuNSw4LjkxNDIxMzU2IEw2ODcuNzA3MTA3LDE0LjcwNzEwNjggQzY4Ny4zMTY1ODIsMTUuMDk3NjMxMSA2ODYuNjgzNDE4LDE1LjA5NzYzMTEgNjg2LjI5Mjg5MywxNC43MDcxMDY4IEM2ODUuOTAyMzY5LDE0LjMxNjU4MjUgNjg1LjkwMjM2OSwxMy42ODM0MTc1IDY4Ni4yOTI4OTMsMTMuMjkyODkzMiBMNjkyLjA4NTc4Niw3LjUgWiIgaWQ9IlBhdGgtMTIiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat;
    width: 15px;
    height: 15px;
    cursor: pointer;
    border: 0;
    outline: none;
    position: absolute;
    top: -35px;
    right: 0;
    z-index: 9; }

.form__part.custom-submit {
  display: flex;
  justify-content: space-between; }
  .form__part.custom-submit .button__get-started {
    width: 130px;
    height: 50px;
    line-height: 50px;
    box-shadow: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .form__part.custom-submit .subscribe__input {
    width: 66%;
    border: solid 1px rgba(136, 159, 182, 0.4);
    border-right: 0;
    padding: 0 10px;
    outline: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }

.terms__text {
  margin-top: 24px;
  margin-bottom: 0;
  color: #69829a; }
  .terms__text a {
    color: #578bf9; }

.login-actions .subscribe {
  width: 400px;
  padding: 25px; }
  .login-actions .subscribe:after {
    display: none; }

.login-actions .auth__close {
  position: absolute;
  right: 15px;
  top: 15px;
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden; }
  .login-actions .auth__close:hover::before, .login-actions .auth__close:hover::after {
    background: #666; }
  .login-actions .auth__close::before, .login-actions .auth__close::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #333; }
  .login-actions .auth__close::before {
    transform: rotate(45deg); }
  .login-actions .auth__close::after {
    transform: rotate(-45deg); }

.register-actions .subscribe {
  width: 400px;
  padding: 25px; }
  .register-actions .subscribe:after {
    display: none; }

.register-actions .auth__close {
  position: absolute;
  right: 15px;
  top: 15px;
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden; }
  .register-actions .auth__close:hover::before, .register-actions .auth__close:hover::after {
    background: #666; }
  .register-actions .auth__close::before, .register-actions .auth__close::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #333; }
  .register-actions .auth__close::before {
    transform: rotate(45deg); }
  .register-actions .auth__close::after {
    transform: rotate(-45deg); }

.social-actions__block {
  display: flex; }
  .social-actions__block .button__google {
    margin-right: 10px; }
  .social-actions__block div {
    background: none !important; }

.social-actions div {
  background: none !important; }

.social-actions .button:hover {
  box-sizing: border-box; }

.subscribe .social-actions {
  display: flex;
  align-items: center;
  justify-content: center; }

.selected-flag {
  padding-right: 10px; }

.samples {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .samples-head__title {
    text-align: center; }
  .samples-head__text {
    text-align: center;
    font-size: 18px; }
  .samples__item {
    width: 33%;
    text-align: center;
    margin-bottom: 5%; }
    .samples__item:last-child {
      margin-bottom: 0; }
    .samples__item a {
      color: #3c4355; }
    .samples__item img {
      transition: transform .3s ease;
      width: 100%;
      max-width: 250px;
      height: auto;
      border-radius: 3px;
      box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08); }
      .samples__item img:hover {
        transition: transform .3s ease;
        transform: scale(1.08); }
  .samples__text {
    display: block;
    font-size: 16px;
    font-weight: 300;
    margin: 12px 0 0; }
  .samples-wrp {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px 0; }
    .samples-wrp h3 {
      width: 100%;
      margin: 20px 0;
      text-align: center;
      padding: 20px;
      background: #eee; }
  .samples-page .page__title {
    text-align: center;
    margin-bottom: 30px; }
  .samples-page.single .content-center {
    margin-bottom: 50px;
    margin-top: 50px; }
  .samples-page.single .samples-wrp {
    margin-bottom: 0; }
  .samples-page.single .sample-image {
    width: 100%;
    margin-bottom: 0; }
    .samples-page.single .sample-image img {
      width: 100%;
      border: 1px solid #ddd; }
  .samples-page.single .page__title {
    margin-bottom: 0; }
  .samples-page .sub-header__info-block {
    margin: 50px auto 0; }
    .samples-page .sub-header__info-block h2 {
      color: #303f4d;
      font-size: 24px;
      font-weight: 400;
      line-height: 1.29; }
  .samples-page .sub-header__text {
    color: #889fb6;
    max-width: 100%; }
  .samples-page .sample-item img {
    border: 1px solid #ddd; }

.sample-item, .sample-image {
  width: 33.3%;
  text-align: center; }

.samples-wrp .sample-image img {
  border: 1px solid #ddd; }

.sample-image {
  margin-bottom: 50px; }

.sample-title {
  font-size: 14px;
  font-weight: 300;
  color: #333;
  margin: 20px auto 50px; }

.sample-description p {
  font-size: 14px;
  line-height: 1.43;
  color: #889fb6; }

.privacy {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.04);
  padding: 25px; }
  .privacy__item-wrp {
    padding-left: 25px; }

.content-center {
  text-align: center;
  margin: 20px 0; }

.main-title {
  margin: 50px 0 0;
  font-size: 24px; }

.allservices-page.ourservices-page .sub-header__info-block {
  text-align: center; }
  .allservices-page.ourservices-page .sub-header__info-block .page__title {
    font-size: 36px;
    font-weight: 600;
    line-height: 2.06;
    text-align: center; }
  .allservices-page.ourservices-page .sub-header__info-block .sub-header__text {
    font-size: 18px;
    line-height: 1.5;
    color: #cfd2db;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 166px; }
    .allservices-page.ourservices-page .sub-header__info-block .sub-header__text span {
      display: block; }

.allservices-page .choose-plan__item.popular .choose-plan__item-price span, .allservices-page .choose-plan__item-price span {
  left: -5%; }

.toggle-option {
  display: none; }

.allservices-block {
  padding: 80px 0; }
  .allservices-block__title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.29;
    text-align: center;
    color: #303f4d; }
  .allservices-block__sub-title {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    color: #889fb6; }
  .allservices-block__wrp {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .allservices-block__item {
    max-width: 340px;
    border-radius: 6px;
    background-color: #f2f5fa;
    padding: 32px;
    margin-bottom: 4%; }

.product__title, .product__link {
  font-size: 16px;
  line-height: 1.5;
  color: #303f4d; }

.product__link:hover {
  text-decoration: none; }

.product__price {
  display: inline-block;
  font-size: 36px;
  font-weight: 600;
  color: #303f4d; }
  .product__price.old {
    text-decoration: line-through;
    color: #909396; }
  .product__price span {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    top: -15px;
    margin-right: 5px; }

.product__text {
  font-size: 14px;
  font-weight: 300;
  color: #6d8296;
  text-overflow: ellipsis;
  margin: 20px 0 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

.product__more {
  display: block;
  font-size: 16px;
  color: #578bf9;
  margin: 10px 0 20px; }

.product__add {
  font-size: 16px;
  cursor: pointer;
  background: none;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #34cd93;
  line-height: 40px;
  color: #34cd93;
  width: 100%;
  text-align: center;
  transition: all 250ms ease;
  outline: none; }
  .product__add:hover {
    background: #34cd93;
    transition: all 250ms ease;
    color: #fff; }

.product__added {
  position: relative;
  background: #34cd93;
  color: #fff; }
  .product__added:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 20%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxM3B4IiB2aWV3Qm94PSIwIDAgMTggMTMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogICAgICAgIDxnIGlkPSJTZXJ2aWNlcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI5NC4wMDAwMDAsIC0yMTgzLjAwMDAwMCkiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIyIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxOTAuMDAwMDAwLCAxOTI0LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9IkNhcmQiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJCdXR0b24iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMyLjAwMDAwMCwgMjQ3LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlNoYXBlIiBwb2ludHM9Ijg4LjE1MTUxNTIgMTMgNzcuODE4MTgxOCAyMy4zMzMzMzMzIDczIDE5Ij48L3BvbHlsaW5lPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat center;
    width: 20px;
    height: 20px;
    margin-top: -10px; }

.choose-position {
  padding: 80px 0; }
  .choose-position__title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.29;
    color: #303f4d; }
  .choose-position__wrp {
    margin-top: 40px; }
  .choose-position__list {
    text-align: center;
    margin: 0 auto; }
  .choose-position__item {
    display: inline-block;
    margin-right: 10px; }
    .choose-position__item:last-child {
      margin-right: 0; }
    .choose-position__item label {
      cursor: pointer;
      border-radius: 19.5px;
      border: solid 1px #d5e1ee;
      font-size: 16px;
      color: #889fb6;
      padding: 0px 20px;
      height: 39px;
      line-height: 37px; }
    .choose-position__item input {
      display: none; }
      .choose-position__item input:checked + label {
        border: solid 1px #578bf9;
        background-color: rgba(87, 139, 249, 0.15);
        color: #578bf9; }

.cart-wrp {
  position: fixed;
  box-shadow: -10px 0 40px 0 rgba(28, 41, 76, 0.2);
  background-color: #eceef3;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100vh;
  z-index: 9999;
  padding: 30px;
  overflow-y: auto; }
  .cart-wrp .failed-promo {
    margin-bottom: 20px; }
    .cart-wrp .failed-promo p {
      font-size: 12px;
      color: #f00;
      letter-spacing: -.2px;
      margin-bottom: 0; }
  .cart-wrp .success-promo {
    padding-left: 0;
    margin-bottom: 20px; }
  .cart-wrp .button__cart {
    position: absolute;
    right: 0;
    top: 0;
    background-size: contain;
    width: 35px;
    height: 17px;
    cursor: unset; }
    .cart-wrp .button__cart svg {
      margin-left: -20px; }
  .cart-wrp .number-of-items {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    transform: translateY(0);
    font-size: 14px;
    color: #303f4d;
    display: flex;
    align-items: center; }
  .cart-wrp .total-price__text {
    display: flex; }
  .cart-wrp .button__coupon-apply {
    border: 1px solid rgba(48, 63, 77, 0.2);
    border-left: 0;
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 110px;
    height: 40px;
    line-height: 40px; }
  .cart-wrp .form-control {
    border: 1px solid rgba(48, 63, 77, 0.2);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    outline: none;
    height: 40px;
    line-height: 40px;
    width: 229px; }
    .cart-wrp .form-control:focus {
      outline: none;
      box-shadow: none; }
  .cart-wrp .total-price__text {
    border-bottom: 1px solid rgba(48, 63, 77, 0.2);
    margin: 0px 0 20px 0;
    padding-bottom: 20px; }
    .cart-wrp .total-price__text.subtotal {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 16px;
      font-weight: 600;
      color: #303f4d;
      padding-bottom: 0;
      border-bottom: 0; }
    .cart-wrp .total-price__text.promo {
      opacity: 0.4; }
      .cart-wrp .total-price__text.promo.promo__aplied {
        opacity: 1; }
  .cart-wrp .button__next {
    height: 50px;
    line-height: 50px;
    width: 100%;
    font-size: 16px;
    color: #fff;
    box-shadow: none; }
  .cart-wrp label {
    margin-bottom: 0; }

.cart__title {
  text-align: center;
  font-size: 16px;
  color: #303f4d;
  margin-bottom: 0; }

.cart__item {
  position: relative; }
  .cart__item.bottom {
    position: absolute;
    bottom: 0;
    width: 340px; }

.cart__close {
  position: absolute;
  background: initial;
  background-size: contain;
  width: 15px;
  height: 15px;
  left: 0;
  top: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  transition: all .2s ease; }
  .cart__close svg {
    position: absolute;
    top: 0;
    left: 0; }
    .cart__close svg:hover {
      transform: rotate(90deg);
      transition: all .2s ease; }

.cart__product-title {
  font-size: 15px;
  color: #303f4d;
  width: 65%; }

.cart__product-price {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #303f4d; }

.cart__product-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: 62px; }

.cart__product-item {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid rgba(48, 63, 77, 0.2);
  flex-wrap: wrap; }

.cart__product-remove {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTYgMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBvcGFjaXR5PSIwLjQiPgogICAgICAgIDxnIGlkPSJPcmRlci1TZXJ2aWNlcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzOTQuMDAwMDAwLCAtMTEyLjAwMDAwMCkiIGZpbGw9IiMzMDNGNEQiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC00IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMDQwLjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJJdGVtIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMC4wMDAwMDAsIDExMi4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0idHJhc2gtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzI0LjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTQsNCBMNCwzIEM0LDEuMzQzMTQ1NzUgNS4zNDMxNDU3NSwwIDcsMCBMOSwwIEMxMC42NTY4NTQyLDAgMTIsMS4zNDMxNDU3NSAxMiwzIEwxMiw0IEwxNSw0IEMxNS41NTIyODQ3LDQgMTYsNC40NDc3MTUyNSAxNiw1IEMxNiw1LjU1MjI4NDc1IDE1LjU1MjI4NDcsNiAxNSw2IEwxNSwxNSBDMTUsMTYuNjU2ODU0MiAxMy42NTY4NTQyLDE4IDEyLDE4IEw0LDE4IEMyLjM0MzE0NTc1LDE4IDEsMTYuNjU2ODU0MiAxLDE1IEwxLDYgQzAuNDQ3NzE1MjUsNiAwLDUuNTUyMjg0NzUgMCw1IEMwLDQuNDQ3NzE1MjUgMC40NDc3MTUyNSw0IDEsNCBMNCw0IFogTTYsNCBMMTAsNCBMMTAsMyBDMTAsMi40NDc3MTUyNSA5LjU1MjI4NDc1LDIgOSwyIEw3LDIgQzYuNDQ3NzE1MjUsMiA2LDIuNDQ3NzE1MjUgNiwzIEw2LDQgWiBNMTMsNiBMMyw2IEwzLDE1IEMzLDE1LjU1MjI4NDcgMy40NDc3MTUyNSwxNiA0LDE2IEwxMiwxNiBDMTIuNTUyMjg0NywxNiAxMywxNS41NTIyODQ3IDEzLDE1IEwxMyw2IFogTTUsOSBDNSw4LjQ0NzcxNTI1IDUuNDQ3NzE1MjUsOCA2LDggQzYuNTUyMjg0NzUsOCA3LDguNDQ3NzE1MjUgNyw5IEw3LDEzIEM3LDEzLjU1MjI4NDcgNi41NTIyODQ3NSwxNCA2LDE0IEM1LjQ0NzcxNTI1LDE0IDUsMTMuNTUyMjg0NyA1LDEzIEw1LDkgWiBNOSw5IEM5LDguNDQ3NzE1MjUgOS40NDc3MTUyNSw4IDEwLDggQzEwLjU1MjI4NDcsOCAxMSw4LjQ0NzcxNTI1IDExLDkgTDExLDEzIEMxMSwxMy41NTIyODQ3IDEwLjU1MjI4NDcsMTQgMTAsMTQgQzkuNDQ3NzE1MjUsMTQgOSwxMy41NTIyODQ3IDksMTMgTDksOSBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat center;
  background-size: contain;
  width: 16px;
  height: 18px;
  border: 0;
  outline: none;
  margin-left: 20px;
  cursor: pointer; }

.cart__info-text {
  margin: 20px 0;
  font-size: 13px;
  color: #6b849e; }
  .cart__info-text a {
    color: #578bf9; }

.cart__pack-included-list {
  font-size: 12px;
  color: #303f4d; }

.cart__pack-included-lbl {
  width: 100%;
  font-size: 12px;
  color: #889fb6;
  margin-bottom: 4px; }

.recommended-services {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin: 40px 0; }
  .recommended-services__title {
    font-size: 13px;
    line-height: 1.85;
    color: #889fb6;
    margin-bottom: 0; }
  .recommended-services__item {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 1.5;
    color: #303f4d; }

.button__add-recommended {
  margin-top: 20px; }
  .button__add-recommended span {
    font-size: 18px; }

.order-page {
  background-color: #f2f5fa; }
  .order-page .button__cart {
    pointer-events: none; }

.orderform {
  display: flex;
  justify-content: space-between;
  padding: 40px 0; }
  .orderform__message {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.36;
    color: #1cb57c; }
    .orderform__message span {
      display: block; }
  .orderform__part.left {
    width: 600px;
    min-width: 600px; }
  .orderform__part.right {
    min-width: 420px;
    max-width: 420px; }
  .orderform__item {
    margin-bottom: 20px; }
    .orderform__item-accept {
      margin-bottom: 0;
      font-size: 12px;
      font-weight: 300;
      letter-spacing: -0.2px;
      color: #889fb6; }
      .orderform__item-accept img {
        margin-left: 5px; }
        .orderform__item-accept img:first-child {
          margin-left: 10px; }
    .orderform__item-head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #e6eaf2; }
      .orderform__item-head .orderform__item-title {
        margin-bottom: 0;
        padding-bottom: 0;
        border: 0; }
    .orderform__item-wrp {
      margin-bottom: 20px; }
      .orderform__item-wrp select {
        -webkit-appearance: none;
        -moz-appearance: none;
        outline: none;
        width: 100%;
        border: 1px solid #e6eaf2;
        border-radius: 5px;
        color: #889fb6;
        font-size: 12px;
        font-weight: 300;
        height: 40px;
        letter-spacing: -.2px;
        line-height: 40px;
        padding: 0 30px 0 10px;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSI3cHgiIHZpZXdCb3g9IjAgMCAxMiA3IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICAgICAgICA8ZyBpZD0iQ2hlY2tvdXQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01NjQuMDAwMDAwLCAtMTExNC4wMDAwMDApIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHN0cm9rZT0iIzg4OUZCNiIgc3Ryb2tlLXdpZHRoPSIyIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMtQ29weS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxOTAuMDAwMDAwLCA5OTcuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtQ29weS0zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMDAuMDAwMDAwLCA3NS4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtMiIgcG9pbnRzPSI3NSA0MyA4MCA0OCA4NSA0MyI+PC9wb2x5bGluZT4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat 90% center; }
      .orderform__item-wrp.promo-wrp {
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .orderform__item-wrp.two {
        display: flex;
        justify-content: space-between; }
        .orderform__item-wrp.two .orderform__item-element {
          width: 48%; }
      .orderform__item-wrp.full {
        max-width: 340px;
        width: 100%; }
      .orderform__item-wrp.urgency input {
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkNoZWNrb3V0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzI3LjAwMDAwMCwgLTc0NS4wMDAwMDApIiBmaWxsPSIjRUJFQ0YwIiBzdHJva2U9IiNDMUM3RDAiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMy1Db3B5LTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5MC4wMDAwMDAsIDUyNy4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC00LUNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgMTc3LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJSYWRpb2J1dHRvbi0vLVVuc2VsZWN0ZWQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUxNy4wMDAwMDAsIDQxLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iUmFkaW8tLy1VbnNlbGVjdGVkIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwiIGN4PSI4IiBjeT0iOCIgcj0iNy41Ij48L2NpcmNsZT4KICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat;
        width: 16px;
        height: 16px;
        background-size: contain;
        cursor: pointer; }
      .orderform__item-wrp.urgency input:checked {
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkNoZWNrb3V0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzI3LjAwMDAwMCwgLTYzOC4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMtQ29weS0zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxOTAuMDAwMDAwLCA1MjcuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjAuMDAwMDAwLCA3MC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iUmFkaW8tLy1TZWxlY3RlZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTE3LjAwMDAwMCwgNDEuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwiIGZpbGw9IiMzNENEOTMiIGN4PSI4IiBjeT0iOCIgcj0iOCI+PC9jaXJjbGU+CiAgICAgICAgICAgICAgICAgICAgICAgIDxjaXJjbGUgaWQ9Ik92YWwiIGZpbGw9IiNGRkZGRkYiIGN4PSI4IiBjeT0iOCIgcj0iMyI+PC9jaXJjbGU+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat;
        width: 16px;
        height: 16px;
        background-size: contain; }
      .orderform__item-wrp.urgency .orderform__item-element.selected label {
        background-color: rgba(136, 159, 182, 0.05); }
      .orderform__item-wrp.urgency .orderform__item-element.hidden {
        display: none; }
      .orderform__item-wrp.urgency label {
        display: flex;
        justify-content: space-between;
        padding: 20px;
        border: 1px solid #e6eaf2;
        border-radius: 5px; }
      .orderform__item-wrp label {
        display: block;
        font-size: 12px;
        letter-spacing: -0.2px;
        color: #303f4d;
        margin-bottom: 10px; }
      .orderform__item-wrp input {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border-radius: 5px;
        border: 1px solid #e6eaf2;
        outline: none;
        padding: 0 10px;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: -0.2px;
        color: #889fb6; }
        .orderform__item-wrp input::placeholder {
          color: #889fb6;
          font-size: 12px; }
        .orderform__item-wrp input.invalid {
          border-color: red; }
      .orderform__item-wrp .invalid__message {
        margin-top: 5px;
        color: red; }
      .orderform__item-wrp:last-child {
        margin-bottom: 0; }
      .orderform__item-wrp .promo {
        display: flex; }
        .orderform__item-wrp .promo .form-control {
          width: 210px;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0;
          border-right: 0;
          outline: none; }
          .orderform__item-wrp .promo .form-control:focus {
            outline: none;
            box-shadow: none;
            border-color: #e6eaf2; }
        .orderform__item-wrp .promo label {
          margin-bottom: 0; }
      .orderform__item-wrp .button__coupon-apply {
        margin-left: 0;
        width: 110px;
        background-color: #ff714a;
        color: #fff;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-color: #ff714a;
        height: 40px;
        line-height: 40px; }
    .orderform__item-block {
      border-radius: 6px;
      box-shadow: 0 10px 20px 0 rgba(175, 181, 206, 0.1);
      background-color: #ffffff;
      padding: 20px; }
    .orderform__item-title {
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: .9px;
      color: #303f4d;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #e6eaf2; }
    .orderform__item-element.two {
      display: flex;
      justify-content: center;
      align-items: flex-end; }
      .orderform__item-element.two .element-wrp {
        width: 50%; }
        .orderform__item-element.two .element-wrp:first-child {
          margin-right: 10px; }
  .orderform__secure {
    position: relative;
    padding-left: 22px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #303f4d; }
    .orderform__secure:before {
      position: absolute;
      content: "";
      left: 0;
      top: 50%;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTIgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQ2hlY2tvdXQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xOTAuMDAwMDAwLCAtMTIzLjAwMDAwMCkiIGZpbGw9IiMzMDNGNEQiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xOTkuODcwNzI2LDEyOS40NDk4IEwxOTkuODcwNzI2LDEyNi43MjEgQzE5OS44NzA3MjYsMTI0LjY2OTIgMTk4LjEzNDY4MywxMjMgMTk2LDEyMyBDMTkzLjg2NTUyNSwxMjMgMTkyLjEyOTA2NiwxMjQuNjY5MiAxOTIuMTI5MDY2LDEyNi43MjEgTDE5Mi4xMjkwNjYsMTI5LjQ0OTggTDE5MCwxMjkuNDQ5OCBMMTkwLDEzOSBMMjAyLDEzOSBMMjAyLDEyOS40NDk4IEwxOTkuODcwNzI2LDEyOS40NDk4IFogTTE5Ni41MTcyMzQsMTM0LjQ2NzQgTDE5Ni41MTcyMzQsMTM1Ljk2MjYgTDE5NS40ODI5NzQsMTM1Ljk2MjYgTDE5NS40ODI5NzQsMTM0LjQ2NzQgQzE5NS4xMzkwNTMsMTM0LjI4OTQgMTk0LjkwMjI4MiwxMzMuOTQzOCAxOTQuOTAyMjgyLDEzMy41NDIyIEMxOTQuOTAyMjgyLDEzMi45NiAxOTUuMzkzNzE3LDEzMi40ODc2IDE5NiwxMzIuNDg3NiBDMTk2LjYwNjI4MywxMzIuNDg3NiAxOTcuMDk3NTEsMTMyLjk2IDE5Ny4wOTc1MSwxMzMuNTQyMiBDMTk3LjA5NzUxLDEzMy45NDM4IDE5Ni44NjExNTUsMTM0LjI4OTQgMTk2LjUxNzIzNCwxMzQuNDY3NCBaIE0xOTguMzIyNTYxLDEyOS40NDk4IEwxOTMuNjc3NDM5LDEyOS40NDk4IEwxOTMuNjc3NDM5LDEyNi43MjEgQzE5My42Nzc0MzksMTI1LjQ5IDE5NC43MTkxOSwxMjQuNDg4NCAxOTYsMTI0LjQ4ODQgQzE5Ny4yODAzOTQsMTI0LjQ4ODQgMTk4LjMyMjU2MSwxMjUuNDg5OCAxOTguMzIyNTYxLDEyNi43MjEgTDE5OC4zMjI1NjEsMTI5LjQ0OTggWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat center;
      background-size: contain;
      width: 12px;
      height: 16px;
      margin-top: -3px; }
  .orderform__social-actions {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .orderform__summary {
    font-size: 18px;
    color: #303f4d;
    margin-bottom: 20px; }
    .orderform__summary-price-wrp {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
    .orderform__summary-item {
      border-bottom: 1px solid #e6eaf2;
      padding: 30px; }
      .orderform__summary-item:first-child {
        padding-top: 0; }
      .orderform__summary-item.recommend {
        display: block;
        background-color: rgba(230, 234, 242, 0.15); }
        .orderform__summary-item.recommend .orderform__summary-lbl:first-child {
          text-transform: uppercase;
          margin-bottom: 20px; }
      .orderform__summary-item.price-block {
        display: block; }
        .orderform__summary-item.price-block .orderform__summary-part {
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          margin-bottom: 10px; }
          .orderform__summary-item.price-block .orderform__summary-part:last-child {
            margin-bottom: 0; }
          .orderform__summary-item.price-block .orderform__summary-part p {
            margin-bottom: 0;
            font-size: 14px;
            letter-spacing: -0.2px;
            color: #303f4d; }
        .orderform__summary-item.price-block.total {
          border-bottom: 0;
          padding-bottom: 0; }
          .orderform__summary-item.price-block.total p {
            font-size: 16px; }
    .orderform__summary-block {
      padding: 40px 0 30px 0;
      border-radius: 6px;
      box-shadow: 0 10px 20px 0 rgba(175, 181, 206, 0.1);
      background-color: #fff; }
    .orderform__summary-title {
      font-size: 16px;
      color: #303f4d;
      margin-bottom: 10px; }
    .orderform__summary-lbl {
      font-size: 12px;
      color: #889fb6;
      margin-bottom: 4px; }
      .orderform__summary-lbl:last-child {
        margin-bottom: 0; }
      .orderform__summary-lbl .positions-lbl {
        display: inline-block;
        height: 30px;
        line-height: 30px; }
      .orderform__summary-lbl .positions {
        -webkit-appearance: none;
        -moz-appearance: none;
        outline: none;
        background: transparent;
        vertical-align: middle;
        margin-top: -2px;
        background: url(/static/img/position-arrow.svg) no-repeat;
        background-position: 95%;
        background-size: 12px;
        border: 1px solid #e6eaf2;
        margin-left: 10px;
        padding: 3px 25px 3px 10px; }
    .orderform__summary-list {
      font-size: 12px;
      color: #303f4d;
      margin-bottom: 10px; }
  .orderform__social-el:last-child {
    width: 65%;
    display: flex;
    justify-content: space-between;
    align-items: center; }

.social-actions__text {
  font-size: 14px;
  font-weight: 300;
  color: #2a2a2a;
  margin-bottom: 0; }

.required-field {
  color: #ff0000; }

.price-area {
  font-size: 16px;
  letter-spacing: 1px;
  color: #303f4d;
  width: 123px; }

.choose-area {
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .choose-area input {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 50%;
    padding: 0;
    border: 0;
    width: 16px;
    height: 16px; }

.urgency__title {
  font-size: 14px;
  color: #303f4d;
  margin-bottom: 8px; }

.urgency__text {
  font-size: 12px;
  font-weight: 300;
  color: #889fb6;
  max-width: 360px; }

.success-promo p {
  position: relative;
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: -0.2px;
  color: #889fb6; }

.promo_disable {
  opacity: .4; }

#card-number {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTIgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBvcGFjaXR5PSIwLjUiPgogICAgICAgIDxnIGlkPSJDaGVja291dCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ0My4wMDAwMDAsIC0xMTA5LjAwMDAwMCkiIGZpbGw9IiM4ODlGQjYiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC0zLUNvcHktMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTkwLjAwMDAwMCwgOTk3LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMC4wMDAwMDAsIDc1LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yNDIuODcwNzI2LDQzLjQ0OTggTDI0Mi44NzA3MjYsNDAuNzIxIEMyNDIuODcwNzI2LDM4LjY2OTIgMjQxLjEzNDY4MywzNyAyMzksMzcgQzIzNi44NjU1MjUsMzcgMjM1LjEyOTA2NiwzOC42NjkyIDIzNS4xMjkwNjYsNDAuNzIxIEwyMzUuMTI5MDY2LDQzLjQ0OTggTDIzMyw0My40NDk4IEwyMzMsNTMgTDI0NSw1MyBMMjQ1LDQzLjQ0OTggTDI0Mi44NzA3MjYsNDMuNDQ5OCBaIE0yMzkuNTE3MjM0LDQ4LjQ2NzQgTDIzOS41MTcyMzQsNDkuOTYyNiBMMjM4LjQ4Mjk3NCw0OS45NjI2IEwyMzguNDgyOTc0LDQ4LjQ2NzQgQzIzOC4xMzkwNTMsNDguMjg5NCAyMzcuOTAyMjgyLDQ3Ljk0MzggMjM3LjkwMjI4Miw0Ny41NDIyIEMyMzcuOTAyMjgyLDQ2Ljk2IDIzOC4zOTM3MTcsNDYuNDg3NiAyMzksNDYuNDg3NiBDMjM5LjYwNjI4Myw0Ni40ODc2IDI0MC4wOTc1MSw0Ni45NiAyNDAuMDk3NTEsNDcuNTQyMiBDMjQwLjA5NzUxLDQ3Ljk0MzggMjM5Ljg2MTE1NSw0OC4yODk0IDIzOS41MTcyMzQsNDguNDY3NCBaIE0yNDEuMzIyNTYxLDQzLjQ0OTggTDIzNi42Nzc0MzksNDMuNDQ5OCBMMjM2LjY3NzQzOSw0MC43MjEgQzIzNi42Nzc0MzksMzkuNDkgMjM3LjcxOTE5LDM4LjQ4ODQgMjM5LDM4LjQ4ODQgQzI0MC4yODAzOTQsMzguNDg4NCAyNDEuMzIyNTYxLDM5LjQ4OTggMjQxLjMyMjU2MSw0MC43MjEgTDI0MS4zMjI1NjEsNDMuNDQ5OCBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat 95% center;
  padding: 0 30px 0 10px; }

#cvv {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMjAgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQ2hlY2tvdXQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02NjYuMDAwMDAwLCAtMTE5Ny4wMDAwMDApIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMy1Db3B5LTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5MC4wMDAwMDAsIDk5Ny4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC1Db3B5LTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMwMC4wMDAwMDAsIDE2MC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTc4LDQyIEwxNzgsNTIgTDE5NCw1MiBMMTk0LDQyIEwxNzgsNDIgWiBNMTc2LDQwIEwxOTYsNDAgTDE5Niw1NCBMMTc2LDU0IEwxNzYsNDAgWiBNMTc4LDQ0IEwxNzgsNDcgTDE5NCw0NyBMMTk0LDQ0IEwxNzgsNDQgWiIgaWQ9IlJlY3RhbmdsZSIgZmlsbD0iIzg4OUZCNiIgb3BhY2l0eT0iMC41Ij48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE4Ni41LDQ2LjUgTDE4Ni41LDUxLjUgTDE5My41LDUxLjUgTDE5My41LDQ2LjUgTDE4Ni41LDQ2LjUgWiIgaWQ9IlJlY3RhbmdsZSIgc3Ryb2tlPSIjRkYwMDAwIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat 95% center;
  padding: 0 40px 0 10px; }

#card-element {
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  border: 1px solid #e6eaf2;
  padding: 10px; }
  #card-element.StripeElement--invalid {
    border: 1px solid #f00; }

#card-errors {
  color: #f00;
  margin-top: 5px; }

.other-payment__lbl {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: -0.2px;
  color: #889fb6;
  position: relative;
  margin-top: 15px; }
  .other-payment__lbl:after {
    position: absolute;
    content: "";
    background: #e6eaf2;
    width: 70%;
    height: 1px;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }

.other-payment__paypal {
  width: 320px;
  height: 40px;
  border-radius: 5px;
  background-color: #026bbd;
  font-size: 12px;
  letter-spacing: -0.2px;
  color: #fff;
  border: 0;
  position: relative;
  cursor: pointer;
  transition: background-color 200ms ease; }
  .other-payment__paypal:hover {
    background-color: #0e7ace;
    transition: background-color 200ms ease; }
  .other-payment__paypal:before {
    position: absolute;
    content: '';
    width: 16px;
    height: 18px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTYgMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQ2hlY2tvdXRfMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMxMS4wMDAwMDAsIC0xMjg4LjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0ic29jaWFsLWJ1dHRvbi0yLWNvcHktMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjEwLjAwMDAwMCwgMTI3Ny4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0xMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAxLjAwMDAwMCwgMTEuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTciPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTMuNzM4NjA2OCw0LjUwOTM2NDg1IEMxMy43MjIwNzY5LDQuNjE0NjM2MDggMTMuNzAyODc1NSw0LjcyMjIxMzczIDEzLjY4MTUwMzYsNC44MzI3NTY3NiBDMTIuOTQ0MTcxMyw4LjU2ODE1NTY1IDEwLjQyMTQ0NjQsOS44NTg1OTMxNCA3LjE5OTYyNDkyLDkuODU4NTkzMTQgTDUuNTU5MTYwNzksOS44NTg1OTMxNCBDNS4xNjUxMTU0Nyw5Ljg1ODU5MzE0IDQuODMzMDE1NCwxMC4xNDA3OTkxIDQuNzcxNzM4MDEsMTAuNTI0MzIyNSBMMy42OTM5NTcyNSwxNy4yNjk3NTM3IEMzLjY1NDA1MTgyLDE3LjUyMTY0NjggMy44NTA3NDA1NCwxNy43NDg0OTg5IDQuMTA4MjA1NzUsMTcuNzQ4NDk4OSBMNy4wMTc3OTYzOCwxNy43NDg0OTg5IEM3LjM2MjI1MjExLDE3Ljc0ODQ5ODkgNy42NTQ5NDc2NCwxNy41MDE1NDgxIDcuNzA5MjEyMzYsMTcuMTY2Mjk0NyBMNy43Mzc3NjM5NSwxNy4wMjA0OTY1IEw4LjI4NTU4NzEzLDEzLjU5MDM2NzcgTDguMzIwODE3NDYsMTMuNDAyMjMwNCBDOC4zNzQ0MTQzLDEzLjA2NTgyMzcgOC42Njc3Nzc3MSwxMi44MTg3MDgxIDkuMDEyMjMzNDMsMTIuODE4NzA4MSBMOS40NDczNTI5OCwxMi44MTg3MDgxIEMxMi4yNjYyNzk4LDEyLjgxODcwODEgMTQuNDczMTAwNiwxMS42ODk1NTQ3IDE1LjExODA5OTQsOC40MjE2OTg1IEMxNS4zODc0MTkzLDcuMDU2NjMyMTEgMTUuMjQ4MDAwNyw1LjkxNjc3MDM3IDE0LjUzNTA0NTksNS4xMTUxMjc0OCBDMTQuMzE5MzIyNyw0Ljg3MzQ0ODQ1IDE0LjA1MTY3MjUsNC42NzI3OTA2MSAxMy43Mzg2MDY4LDQuNTA5MzY0ODUiIGlkPSJGaWxsLTgiIGZpbGw9IiM2Q0FGRTQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTEyLjk2NzM3OTksNC4yMDU5MDY5NCBDMTIuODU0Njc2Myw0LjE3MzQ1MjQzIDEyLjczODQ2NjMsNC4xNDQxMjgwNCAxMi42MTkyNTA5LDQuMTE3NjA0MzEgQzEyLjQ5OTM2NzYsNC4wOTE3Mzk1NCAxMi4zNzY2NDU5LDQuMDY4ODQwMTcgMTIuMjUwMjUwOCw0LjA0ODc0MTQ0IEMxMS44MDc5NTE2LDMuOTc4MjMxMTMgMTEuMzIzMjQyNSwzLjk0NDc4ODE1IDEwLjgwNDEzNzksMy45NDQ3ODgxNSBMNi40MjE3MTkzNCwzLjk0NDc4ODE1IEM2LjMxMzY5MDgxLDMuOTQ0Nzg4MTUgNi4yMTExNzIyNCwzLjk2ODg0MDc0IDYuMTE5NTA2NjEsNC4wMTIzMzMwOCBDNS45MTczMDc5Miw0LjEwODIxMzkyIDUuNzY3MjAzMzcsNC4yOTcwMTAyMSA1LjczMDgwNDI3LDQuNTI4MTQ1NjMgTDQuNzk4NDUyOTUsMTAuMzU0NDcxNyBMNC43NzE3MzgwMSwxMC41MjQzMjI1IEM0LjgzMzAxNTQsMTAuMTQwNzk5MSA1LjE2NTExNTQ3LDkuODU4NTkzMTQgNS41NTkxNjA3OSw5Ljg1ODU5MzE0IEw3LjE5OTYyNDkyLDkuODU4NTkzMTQgQzEwLjQyMTQ0NjQsOS44NTg1OTMxNCAxMi45NDQxNzEzLDguNTY3NDk2NjggMTMuNjgxNTAzNiw0LjgzMjc1Njc2IEMxMy43MDM1NDM0LDQuNzIyMjEzNzMgMTMuNzIyMDc2OSw0LjYxNDYzNjA4IDEzLjczODYwNjgsNC41MDkzNjQ4NSBDMTMuNTUyMTAzMSw0LjQxMTY3MTgzIDEzLjM1MDA3MTQsNC4zMjgxNDY3NyAxMy4xMzI1MTE2LDQuMjU2OTc3NDkgQzEzLjA3ODc0NzgsNC4yMzkzNDk5MSAxMy4wMjMzMTQzLDQuMjIyMzgxMzEgMTIuOTY3Mzc5OSw0LjIwNTkwNjk0IiBpZD0iRmlsbC05IiBmaWxsPSIjQUZEQ0ZGIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01LjczMDgwNDI3LDQuNTI4MTQ1NjMgQzUuNzY3MjAzMzcsNC4yOTcwMTAyMSA1LjkxNzMwNzkyLDQuMTA4MjEzOTIgNi4xMTk1MDY2MSw0LjAxMjk5MjA1IEM2LjIxMTg0MDExLDMuOTY5MzM0OTcgNi4zMTM2OTA4MSwzLjk0NTI4MjM5IDYuNDIxNzE5MzQsMy45NDUyODIzOSBMMTAuODA0MTM3OSwzLjk0NTI4MjM5IEMxMS4zMjMyNDI1LDMuOTQ1MjgyMzkgMTEuODA3OTUxNiwzLjk3ODg5MDEgMTIuMjUwMjUwOCw0LjA0OTQwMDQxIEMxMi4zNzY2NDU5LDQuMDY5MzM0NCAxMi40OTkzNjc2LDQuMDkyMzk4NTIgMTIuNjE5MjUwOSw0LjExODI2MzI4IEMxMi43Mzg0NjYzLDQuMTQ0NjIyMjggMTIuODU0Njc2Myw0LjE3NDExMTQgMTIuOTY3Mzc5OSw0LjIwNjQwMTE3IEMxMy4wMjMzMTQzLDQuMjIyODc1NTQgMTMuMDc4NzQ3OCw0LjI0MDAwODg4IDEzLjEzMzAxMjUsNC4yNTY5Nzc0OSBDMTMuMzUwNTcyMyw0LjMyODE0Njc3IDEzLjU1Mjc3MSw0LjQxMjMzMDgxIDEzLjczOTI3NDcsNC41MDkzNjQ4NSBDMTMuOTU4NjcxMSwzLjEyODk3NzMgMTMuNzM3NDM4LDIuMTg5MTE0NDMgMTIuOTgxMDcxMywxLjMzODA0ODQyIEMxMi4xNDcwNjQ0LDAuNDAwOTg2MTkyIDEwLjY0MjAxMTYsNy4xMDU0MjczNmUtMTUgOC43MTYwMzE1Niw3LjEwNTQyNzM2ZS0xNSBMMy4xMjQ1OTUxNSw3LjEwNTQyNzM2ZS0xNSBDMi43MzEyMTc2OSw3LjEwNTQyNzM2ZS0xNSAyLjM5NTYxMTI5LDAuMjgyMjA1OTc3IDIuMzM0ODM0ODEsMC42NjYzODgzMSBMMC4wMDU5NjAxMzM3OSwxNS4yMzE4NzQgQy0wLjAzOTk1NjE2NSwxNS41MjAwMTA4IDAuMTg1Mjg0MTUyLDE1Ljc3OTk3NjMgMC40Nzk4MTYzMzcsMTUuNzc5OTc2MyBMMy45MzE3MjAyLDE1Ljc3OTk3NjMgTDUuNzMwODA0MjcsNC41MjgxNDU2MyIgaWQ9IkZpbGwtMTEiIGZpbGw9IiNGRkZGRkYiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat;
    background-size: contain;
    left: 28%;
    top: 50%;
    transform: translateY(-50%); }

.selection {
  width: 160px; }

.select2-selection {
  border-color: transparent !important;
  height: 30px; }
  .select2-selection__rendered {
    outline: none; }
  .select2-selection__arrow > b {
    border: none !important;
    background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSI3cHgiIHZpZXdCb3g9IjAgMCAxMiA3IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICAgICAgICA8ZyBpZD0iQ2hlY2tvdXRfMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTk2OC4wMDAwMDAsIC0yODAuMDAwMDAwKSIgZmlsbC1ydWxlPSJub256ZXJvIiBzdHJva2U9IiM4ODlGQjYiIHN0cm9rZS13aWR0aD0iMiI+CiAgICAgICAgICAgIDxwb2x5bGluZSBpZD0iUGF0aC0yIiBwb2ludHM9Ijk2OSAyODEgOTc0IDI4NiA5NzkgMjgxIj48L3BvbHlsaW5lPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat center right;
    width: 12px !important;
    height: 12px !important;
    background-size: contain;
    margin-top: -6px !important; }

.select2-container {
  width: 160px !important;
  height: 28px;
  margin-top: -3px !important;
  outline: none; }

.select2-dropdown {
  width: 160px !important;
  border: 1px solid #889fb6 !important;
  border-radius: 2px !important; }

.select2-search--dropdown {
  padding: 0 !important;
  display: none; }

.select2-search__field {
  display: none; }

.select2-results__option {
  padding: 4px !important; }

.failed-promo p {
  margin: 0;
  color: #ff0000; }

.footer {
  padding: 40px 0;
  background: #34154C; }
  .footer__item {
    display: flex;
    justify-content: space-between; }
    .footer__item:first-child {
      padding-bottom: 40px; }
    .footer__item-el.menu-wrp {
      display: flex;
      justify-content: space-between; }
    .footer__item.last-part {
      display: block; }
      .footer__item.last-part p {
        font-size: 14px;
        font-weight: 300;
        line-height: 21px;
        color: rgba(255, 255, 255, 0.4);
        margin-bottom: 0;
        text-align: center; }
      .footer__item.last-part a {
        color: #889fb6; }
  .footer__logo {
    display: block;
    margin-bottom: 17px; }
  .footer__menu-title {
    font-weight: 500;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 24px;
    text-transform: none;
    margin-bottom: 10px; }
  .footer__menu-list {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .footer__menu-list li {
      margin-bottom: 10px; }
      .footer__menu-list li:last-child {
        margin-bottom: 0; }
    .footer__menu-list p {
      font-weight: 500;
      font-size: 14px;
      color: #fff;
      margin-bottom: 0; }
    .footer__menu-list a {
      font-size: 14px;
      font-weight: 300;
      line-height: 21px;
      color: #ffffff; }
      .footer__menu-list a:hover {
        color: #ff714a;
        text-decoration: none; }
  .footer__menu-wrp {
    margin-right: 120px; }
    .footer__menu-wrp:last-child {
      margin-right: 0; }
  .footer__social {
    margin: 10px 0 0;
    padding: 0; }
    .footer__social svg {
      opacity: .4; }
    .footer__social li {
      display: inline-block;
      margin-right: 10px; }
      .footer__social li:last-child {
        margin-right: 0; }

.social__networks {
  margin-bottom: 40px;
  text-align: right; }
  .social__networks a {
    display: inline-block;
    margin-right: 23px; }
    .social__networks a:last-child {
      margin-right: 0; }

.item-el__wrp:first-child {
  margin-right: 58px; }

.item-el__wrp:last-child {
  margin-left: auto; }

.payment-cards img {
  margin-bottom: 10px; }

.payment-cards .sprite-icon {
  margin-right: 10px; }
  .payment-cards .sprite-icon:last-child {
    margin-right: 0; }

.item-el__wrp:nth-child(2) p:last-child {
  text-transform: capitalize; }

.popular-job {
  padding: 40px 0 0;
  background: #34154C; }
  .popular-job .container {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  .popular-job__title {
    color: #6f8499;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.29;
    text-align: left; }
  .popular-job ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 30px; }
  .popular-job li {
    display: inline-block;
    width: 25%;
    padding: 5px 0; }
  .popular-job a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    text-transform: capitalize; }
    .popular-job a:hover {
      text-decoration: underline; }

.payment-cards svg {
  margin-bottom: 5px; }

button.remove-subform, button.add-subform {
  height: 35px;
  width: 50px;
  display: block;
  text-align: center;
  position: relative;
  left: calc(100% - 50px);
  padding: 0; }

#resume-form {
  margin: 20px 0; }
  #resume-form .remove-subform, #resume-form .add-subform {
    height: 35px;
    width: 50px;
    display: block;
    text-align: center;
    position: relative;
    left: calc(100% - 50px);
    padding: 0; }
  #resume-form legend {
    border-left: 2px solid steelblue;
    padding: 0 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #resume-form .form-note {
    display: inline-block;
    background-color: whitesmoke;
    padding: 6px 12px;
    margin-left: 15px;
    border-radius: 4px;
    border: 1px solid wheat;
    font-style: italic; }
  #resume-form .subform-container:after {
    display: block;
    content: "";
    margin: 20px 10%;
    background-color: steelblue;
    height: 0.1em; }
  #resume-form #submit-btn-wrapper {
    text-align: center; }
  #resume-form .subform-limit-message {
    color: red;
    text-align: right; }
  #resume-form .input-error {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    padding: 6px 12px;
    border-radius: 4px;
    background-color: rgba(251, 100, 112, 0.7);
    color: white; }
    #resume-form .input-error:empty {
      padding: 0;
      margin: 0;
      height: 0; }
  #resume-form textarea:disabled, #resume-form label:disabled, #resume-form input:disabled {
    background-color: #F1F1F1; }
  #resume-form.disabled .add-subform, #resume-form.disabled .remove-subform, #resume-form.disabled .form-note, #resume-form.disabled button[type="submit"] {
    display: none !important; }

.notification {
  display: block;
  opacity: 0;
  position: fixed;
  width: calc(100% - 80px);
  bottom: -40px;
  min-height: 40px;
  line-height: 26px;
  z-index: 9999;
  text-align: center;
  color: white;
  font-size: 1.4em;
  margin: 5px 40px;
  border-radius: 7px;
  padding: 6px 30px;
  border: 2px solid transparent; }
  .notification__success {
    background-color: rgba(31, 168, 113, 0.9);
    border-color: #146e5f; }
  .notification__error {
    background-color: rgba(140, 30, 45, 0.9);
    border-color: #5f101a; }
  .notification-button__close {
    position: absolute;
    width: 18px;
    height: 18px;
    margin-top: -8px;
    right: 24px;
    top: 50%;
    border: 0;
    cursor: pointer;
    background-color: transparent; }
    .notification-button__close:hover::before, .notification-button__close:hover::after {
      background: #fff; }
    .notification-button__close::before, .notification-button__close::after {
      content: '';
      position: absolute;
      height: 1px;
      width: 100%;
      top: 50%;
      left: 0;
      margin-top: -1px;
      background: #c1c1c1; }
    .notification-button__close::before {
      transform: rotate(45deg); }
    .notification-button__close::after {
      transform: rotate(-45deg); }

.page {
  background: #fafafa; }
  .page .sub-header .page__title {
    font-weight: 400;
    margin: 30px 0 10px; }
  .page .page-wrapper .sub-header + .container {
    margin-bottom: 30px; }
  .page .img-horizontal {
    width: 100%;
    height: auto; }
  .page .wrp-vertical {
    text-align: center; }

.packages-simple .choose-plan {
  background: none;
  padding: 40px 0; }

.packages-simple .other-position {
  padding: 40px 0;
  background: none; }

.error-container {
  position: relative;
  height: 100vh;
  font-family: 'Montserrat', sans-serif; }

.error-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  line-height: 1.4;
  text-align: center; }
  .error-content__wrp {
    position: relative;
    z-index: -1;
    margin: 0 auto 20px; }

#error-404 .error-content {
  max-width: 520px; }
  #error-404 .error-content__wrp {
    height: 200px; }

#error-404 h1, #error-404 h2 {
  text-transform: uppercase;
  color: #211b19;
  position: absolute; }

#error-404 h1 {
  font-size: 236px;
  font-weight: 200;
  margin: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

#error-404 h2 {
  font-size: 28px;
  font-weight: 400;
  background-color: #fff;
  padding: 10px 5px;
  margin: auto;
  display: inline-block;
  left: 0;
  right: 0;
  bottom: 0; }

#error-404 a {
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 23px;
  background-color: #ff6300;
  font-size: 18px;
  transition: 0.2s all; }
  #error-404 a:hover {
    color: #ff6300;
    background-color: #211b19; }

@media (max-width: 1199px) {
  .button__sign-up {
    width: 110px; }
  .orderform__part.left {
    min-width: 560px;
    width: 560px; }
  .orderform__part.right {
    min-width: 355px;
    max-width: 355px; }
  .success-promo {
    padding-left: 20px; }
  .main-menu__item {
    margin-right: 15px; }
  .page .img-horizontal, .page .img-vertical {
    width: 100%;
    max-width: 100%;
    height: auto; }
  .popular-job li {
    width: 50%; }
  .choose-plan__item {
    max-width: 300px; }
  .choose-service .choose-plan__item-price {
    font-size: 34px; }
  .allservices-block__item {
    margin: 1%; }
  .allservices-block__wrp {
    justify-content: center; } }

@media (max-width: 991px) {
  .header.sticky .sticky-el {
    line-height: 78px; }
  .header.sticky .header-block {
    align-items: baseline;
    padding: 0; }
  .header__logo svg {
    width: 135px; }
  .contact__item {
    padding: 40px 20px 40px 120px; }
    .contact__item h5 {
      font-size: 16px; }
  .sample-image, .sample-item {
    width: 100%;
    text-align: center; }
  .samples-wrp {
    flex-direction: column; }
  .orderform {
    flex-direction: column-reverse; }
    .orderform__part.left {
      width: 100%;
      min-width: 100%; }
    .orderform__part.right {
      min-width: 100%;
      width: 100%; }
    .orderform__social-actions {
      flex-direction: column; }
    .orderform__item.payment-block .number-el {
      flex-direction: column; }
      .orderform__item.payment-block .number-el .orderform__item-element {
        width: 100%; }
    .orderform__item-accept {
      margin-top: 10px; }
    .orderform__item-head {
      flex-direction: column;
      align-items: flex-start; }
    .orderform__item-wrp.promo-wrp {
      flex-direction: column;
      align-items: flex-start; }
    .orderform__item-wrp .promo .form-control {
      width: 180px; }
    .orderform__secure:before {
      left: 0px; }
  .success-promo {
    margin-top: 10px;
    padding-left: 0; }
  .social-actions__block {
    margin: 5px 0; }
  .social-actions__text {
    margin: 5px 0; }
    .social-actions__text:first-child {
      margin-top: 0; }
  .price-area {
    width: 150px; }
  #header-video {
    display: none; }
  .front-page {
    overflow-x: auto; }
    .front-page .page__title {
      font-size: 50px;
      margin-bottom: 60px;
      margin-top: 60px; }
    .front-page .page__slogan {
      margin-bottom: 90px; }
  .mobile-menu-block.show .main-menu {
    display: block; }
  .main-menu {
    display: none; }
  .header__btns.actions-element {
    margin-left: auto; }
  .client-info__item:last-child {
    position: relative;
    z-index: 99; }
  .client-info__wrp:before {
    left: -6%;
    top: -10px;
    width: 425px; }
  .block-title {
    margin-bottom: 20px; }
  .simple-steps__wrp {
    padding-bottom: 0; }
  .simple-steps__item {
    padding: 0 1%; }
  .choose-plan {
    padding: 55px 0; }
    .choose-plan__item {
      max-width: 225px; }
    .choose-plan__item-price {
      font-size: 35px; }
      .choose-plan__item-price span {
        font-size: 18px; }
    .choose-plan__item-element {
      padding: 10px 15px; }
      .choose-plan__item-element p {
        font-size: 12px; }
  .testimonials__title {
    text-align: center;
    margin-bottom: 20px; }
  .testimonials__wrp {
    display: flex;
    flex-direction: column; }
  .testimonials__item:first-child {
    width: 100%; }
  .testimonials__item:last-child {
    padding-left: 0;
    width: 100%; }
  .subscribe-newsletter__title {
    font-size: 18px; }
  .subscribe-newsletter__item:last-child {
    padding-left: 70px; }
  .footer__item.last-part {
    flex-direction: column; }
    .footer__item.last-part .footer__item-el {
      width: 100%;
      margin-bottom: 40px; }
      .footer__item.last-part .footer__item-el:last-child {
        width: 100%;
        flex-direction: column; }
  .footer__menu-wrp {
    margin-right: 25px; }
  .item-el__wrp {
    margin-right: 0;
    margin-bottom: 25px; }
    .item-el__wrp:last-child {
      margin-left: 0;
      margin-bottom: 0; }
  .mobile-menu__btn-wrp {
    display: inline-block;
    position: relative;
    top: 3px; }
  .ourservices-page .sub-header__info-block .page__title {
    margin: 60px 0 10px;
    font-size: 21px;
    line-height: normal; }
  .what-get {
    padding: 50px 0; }
    .what-get__wrp {
      flex-direction: column; }
    .what-get__item {
      width: 100%; }
      .what-get__item:first-child {
        margin-right: 0; }
    .what-get__text:last-child {
      margin-bottom: 20px; }
    .what-get__title {
      margin-bottom: 35px; }
  .button__user-name {
    margin-right: 20px !important; }
  .order-page-sidebar .orderform {
    width: 100%;
    flex-direction: column-reverse; }
    .order-page-sidebar .orderform__part {
      width: 100%; }
      .order-page-sidebar .orderform__part.orderform__sidebar {
        margin-left: 0;
        width: 100%; }
  .sidebar-wrp {
    position: relative;
    width: 100%;
    margin-bottom: 20px; }
    .sidebar-wrp.fix-block {
      position: relative !important;
      top: auto !important; }
  .packages__wrp {
    flex-direction: column; }
  .packages__item {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 10px 100px; }
    .packages__item:last-child {
      margin-bottom: 0; }
  .orderform {
    width: 100%; } }

@media (max-width: 768px) {
  .choose-plan {
    background-image: none;
    background-color: #f2f5fa; }
    .choose-plan__wrp {
      flex-direction: column;
      margin: 25px 0; }
    .choose-plan__item {
      width: 100%;
      max-width: 100%;
      margin-bottom: 20px; }
      .choose-plan__item:last-child {
        margin-bottom: 0; }
      .choose-plan__item-price {
        font-size: 34px; }
        .choose-plan__item-price span {
          font-size: 22px; } }

@media (max-width: 767px) {
  .cart__item.bottom {
    position: relative;
    width: 100%;
    margin-top: 30px; }
  .cart-wrp {
    width: 100%;
    padding: 15px;
    right: -100%; }
  .button__search {
    display: none; }
  .header__btns.actions-element a {
    margin-right: 20px; }
  .header.sticky .sticky-el {
    background-color: rgba(48, 60, 77, 0.85); }
  .front-page .page__title {
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 30px; }
  .client-info__wrp {
    flex-direction: column; }
    .client-info__wrp:before {
      width: 100%;
      left: 0;
      top: 50px; }
  .client-info__item {
    width: 100%; }
    .client-info__item:first-child {
      margin-bottom: 35px; }
  .simple-steps {
    padding: 50px 0; }
    .simple-steps__wrp {
      flex-direction: column; }
    .simple-steps__item {
      padding: 0;
      width: 100%; }
      .simple-steps__item:last-child {
        margin-bottom: 0; }
  .choose-plan {
    background-image: none;
    background-color: #f2f5fa; }
    .choose-plan__wrp {
      flex-direction: column;
      margin: 25px 0; }
    .choose-plan__item {
      width: 100%;
      max-width: 100%;
      margin-bottom: 20px; }
      .choose-plan__item:last-child {
        margin-bottom: 0; }
      .choose-plan__item-price {
        font-size: 50px; }
        .choose-plan__item-price span {
          font-size: 22px; }
  .block-title {
    font-size: 18px; }
  .testimonials {
    padding: 50px 0; }
  .subscribe-newsletter__wrp {
    flex-direction: column; }
  .subscribe-newsletter__item {
    width: 100%; }
    .subscribe-newsletter__item:first-child {
      margin-bottom: 25px; }
    .subscribe-newsletter__item:last-child {
      padding-left: 0; }
  .footer__item {
    flex-direction: column; }
    .footer__item-el.menu-wrp {
      flex-direction: column; }
  .social__networks {
    text-align: left;
    margin-top: 40px; }
  .ourservices-page .sub-header__info-block .page__title {
    margin: 10px 0; }
  .ourservices-page .header {
    background-position: 59%; }
    .ourservices-page .header .block-center {
      padding: 15px 0 35px; }
  .sub-header__text {
    font-size: 14px; }
  .samples {
    flex-direction: column; }
    .samples__item {
      width: 100%; }
  .contact__wrp {
    flex-direction: column; }
  .contact__item {
    width: 100%;
    padding: 30px 20px 30px 120px; }
    .contact__item:first-child {
      margin-bottom: 20px; }
  .additional-services__lbl-text {
    width: 50%; }
  .subscribe {
    width: 95%; }
  .subscribe #login_form, .subscribe #register_form {
    padding: 15px; }
  .loginform__item {
    text-align: left;
    margin-bottom: 10px; }
    .loginform__item label {
      margin: 0; }
  .other-services .block__title {
    text-align: center;
    margin-bottom: 20px; }
  .other-services__list {
    padding: 0;
    margin: 0; }
  .other-services__item {
    flex-direction: column; }
  .other-services__part:first-child {
    width: 100%;
    margin-bottom: 15px; }
  .other-services__part:last-child {
    width: 100%;
    margin-bottom: 0;
    text-align: left; }
  .allservices-page.ourservices-page .sub-header__info-block .page__title {
    font-size: 24px; }
  .allservices-page.ourservices-page .sub-header__info-block .sub-header__text {
    margin: 0 auto 60px;
    font-size: 14px; }
  .subscribe {
    text-align: center; }
    .subscribe:after {
      display: none; }
    .subscribe__main-wrp {
      width: 100%;
      padding: 20px 10px;
      height: auto; }
    .subscribe__text {
      margin: 15px auto 20px; }
  .form__part.custom-submit {
    flex-direction: column; }
    .form__part.custom-submit .subscribe__input {
      height: 45px;
      line-height: 45px;
      padding: 0 10px;
      border: 1px solid rgba(136, 159, 182, 0.4);
      border-radius: 5px;
      width: 100%;
      margin-bottom: 10px; }
    .form__part.custom-submit .button__get-started {
      height: 45px;
      line-height: 45px;
      border-radius: 5px;
      width: 100%; }
  .register-actions .subscribe, .login-actions .subscribe {
    width: 95%;
    padding: 5px; }
  .samples-wrp {
    flex-direction: column; }
  .samples-page .sub-header__info-block h2 {
    font-size: 18px; }
  .sample-image, .sample-item {
    width: 100%;
    text-align: center; }
  .orderform__extra-info .orderform {
    width: 100%; }
  .orderform__level {
    flex-direction: column; }
  .level__item {
    width: 100%;
    border-right: 0; }
  .content-page .page-content .row {
    margin: 0; }
  .content-page .content.col-md-12 {
    padding-right: 0; }
  .other-payment__paypal {
    width: 100%; }
  .other-payment__lbl:after {
    width: 35%; }
  .allservices-page.ourservices-page .sub-header__info-block .sub-header__text span {
    font-size: 13px; }
  .choose-position__title,
  .allservices-block__title,
  .other-position__title,
  .testimonials__title,
  .choose-plan__title,
  .intl-tel-input {
    margin-bottom: 15px; }
  .intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 10px; }
  .header__btns.actions-element {
    padding-bottom: 0; }
  .main-title {
    margin: 20px 0; }
  #error-404 h1 {
    font-size: 148px; }
  .button__login {
    margin: 0 10px; }
  .orderform__social-el:last-child {
    width: 100%; }
  .button__sign-up {
    width: 95px; }
  .popular-job {
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    .popular-job li {
      width: 100%; }
    .popular-job .container {
      padding-bottom: 0;
      border: 0; }
  .footer__menu-wrp {
    margin-right: 0;
    margin-bottom: 25px; }
  .allservices-block__wrp {
    align-items: center; } }

@media (max-width: 480px) {
  .loginform {
    width: 100%; }
  #error-404 .error-content__wrp {
    height: 148px;
    margin: 0 auto 10px; }
  #error-404 h1 {
    font-size: 86px; }
  #error-404 h2 {
    font-size: 16px; }
  #error-404 a {
    font-size: 14px;
    padding: 7px 15px; } }

.tab-pane {
  position: relative;
  padding: 15px;
  border: 1px solid #dee2e6;
  border-top: none; }

.copy-button {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0;
  padding: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 13px;
  border-radius: 3px;
  transition: opacity 200ms, background 200ms;
  background: rgba(49, 119, 158, 0.73);
  box-shadow: 0 1px 4px 0 #c9e1eb;
  cursor: pointer; }
  .copy-button.done {
    background: rgba(24, 170, 147, 0.75); }
  .copy-button.error {
    background: rgba(170, 34, 36, 0.75); }

.alphabet_block_letters {
  display: flex;
  justify-content: space-between;
  margin: 30px 0; }
  @media (max-width: 767px) {
    .alphabet_block_letters {
      flex-direction: column; } }
  .alphabet_block_letters p {
    display: inline-block;
    margin-bottom: 0; }
    .alphabet_block_letters p .main_all {
      padding-left: 10px; }

@media (max-width: 767px) {
  .alphabet_block_letter {
    margin: 10px 0 0;
    display: flex;
    flex-wrap: wrap; } }

.alphabet_block_letter a {
  padding: 5px 6px;
  text-transform: uppercase; }
  .alphabet_block_letter a.active {
    background: #5A2FE2;
    border-radius: 3px;
    transition: .2s;
    color: white; }

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
    bottom: -20px; }
  100% {
    opacity: 0;
    bottom: -40px; } }

@keyframes fadeout {
  0% {
    opacity: 1;
    bottom: -20px; }
  100% {
    opacity: 0;
    bottom: -40px; } }

.header__btns .order-dropdown span {
  color: #3c4355;
  display: block;
  padding: 20px;
  cursor: pointer; }

.more-less, .cursor_pointer {
  cursor: pointer; }

.error-message {
  color: #f00;
  font-size: 14px;
  font-weight: 300; }

.success-message {
  color: #155724;
  font-size: 14px;
  font-weight: 300; }

.modifier_value {
  float: right; }

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    bottom: -20px; }
  100% {
    opacity: 1;
    bottom: 0; } }

@keyframes fadein {
  0% {
    opacity: 0;
    bottom: -20px; }
  100% {
    opacity: 1;
    bottom: 0; } }

.fadeOut {
  opacity: 0;
  bottom: -40px;
  -moz-animation: fadeout 1s linear;
  -webkit-animation: fadeout 1s linear;
  animation: fadeout 1s linear; }

.fadeIn {
  opacity: 1;
  bottom: 0;
  -moz-animation: fadein 1s linear;
  -webkit-animation: fadein 1s linear;
  animation: fadein 1s linear; }

@-webkit-keyframes slideout {
  0% {
    opacity: 1;
    right: -200px; }
  100% {
    opacity: 0;
    right: -400px; } }

@keyframes slideout {
  0% {
    opacity: 1;
    right: -200px; }
  100% {
    opacity: 0;
    right: -400px; } }

@-webkit-keyframes slidein {
  0% {
    opacity: 0;
    right: -200px; }
  100% {
    opacity: 1;
    right: 0; } }

@keyframes slidein {
  0% {
    opacity: 0;
    right: -200px; }
  100% {
    opacity: 1;
    right: 0; } }

.slideOut {
  opacity: 0;
  right: -400px;
  -moz-animation: slideout 1s linear;
  -webkit-animation: slideout 1s linear;
  animation: slideout 1s linear; }

.slideIn {
  opacity: 1;
  right: 0;
  -moz-animation: slidein .2s linear;
  -webkit-animation: slidein .2s linear;
  animation: slidein .2s linear; }

.cart-wrp .success-promo p {
  padding-left: 0; }
  .cart-wrp .success-promo p:before {
    background: none; }

#reset_form {
  min-width: 400px;
  margin: 0 auto; }

.register-actions .subscribe {
  zoom: 101%; }

#loader-container {
  display: none; }

.filters {
  -webkit-filter: blur(5px);
  filter: blur(5px); }

.react-datepicker-wrapper {
  display: block !important; }
  .react-datepicker-wrapper .react-datepicker__input-container {
    width: 100%; }

.block-title.order-list__main-title span {
  display: inline-block; }

#__next {
  height: 100%; }

#topics .topics-wrapper {
  margin-top: 35px;
  width: 100%; }
  #topics .topics-wrapper ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0; }
  #topics .topics-wrapper li {
    display: inline-block;
    width: 25%;
    padding: 5px 0; }
    @media (max-width: 767px) {
      #topics .topics-wrapper li {
        width: 49%; } }
    #topics .topics-wrapper li a {
      text-decoration: none;
      font-weight: 300;
      text-transform: capitalize; }
      #topics .topics-wrapper li a:hover {
        text-decoration: underline; }

.title-feature {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-left: 10px;
  color: #585858;
  margin-bottom: 0; }

#essays {
  padding: 60px 0;
  background: linear-gradient(90deg, #43CBFF 0%, #9708CC 100%); }
  @media (max-width: 750px) {
    #essays {
      padding: 40px 10px;
      padding-bottom: 0; } }
  #essays .bold-title {
    color: #fff; }
  #essays .title-section {
    color: #fff; }
    #essays .title-section__bg {
      background: #fff; }
  #essays .features-wrapper {
    margin-top: 35px;
    width: 100%; }
    #essays .features-wrapper .features-row {
      flex-wrap: wrap;
      display: flex;
      justify-content: space-between; }
      @media (max-width: 991px) {
        #essays .features-wrapper .features-row {
          justify-content: center; } }
    #essays .features-wrapper .features__item {
      width: 30%;
      padding: 20px;
      background: #FFFFFF;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
      border-radius: 20px;
      margin-bottom: 40px; }
      @media (max-width: 991px) {
        #essays .features-wrapper .features__item {
          width: 48%; }
          #essays .features-wrapper .features__item:nth-child(odd) {
            margin-right: 2%; } }
      @media (max-width: 767px) {
        #essays .features-wrapper .features__item:nth-child(odd) {
          margin-right: 0; } }
      @media (max-width: 692px) {
        #essays .features-wrapper .features__item {
          width: 100%; } }
      #essays .features-wrapper .features__item .title-feature h3 {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #2A2A2A;
        margin-top: 10px;
        margin-bottom: 0; }
      #essays .features-wrapper .features__item .text-feature {
        margin-top: 10px;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 21px;
        color: #2A2A2A; }
      #essays .features-wrapper .features__item .link-feature__block {
        margin-top: 30px;
        text-align: right; }
        #essays .features-wrapper .features__item .link-feature__block .link-feature {
          font-style: normal;
          font-weight: 500;
          font-size: 12px;
          line-height: 18px;
          color: #5A2FE2; }

.show-all {
  margin-top: 20px;
  text-align: right; }
  .show-all .free_essays {
    background: #7751DF;
    border-radius: 20px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    padding: 10px 20px;
    color: #fff;
    border: none;
    margin: auto; }

@media print {
  .essay__body {
    visibility: hidden;
    display: none; } }

.thank-you {
  padding: 70px 0; }
  .thank-you__title {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: #303f4d;
    position: relative; }
    .thank-you__title:before {
      position: absolute;
      content: "";
      width: 40px;
      height: 40px;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUzLjIgKDcyNjQzKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5pY29uIC8gc2VsZWN0ZWQgcGljPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlBheW1lbnQtQ29uZmlybWF0aW9uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzAwLjAwMDAwMCwgLTIzMC4wMDAwMDApIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8ZyBpZD0iaWNvbi0vLXNlbGVjdGVkLXBpYyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzAwLjAwMDAwMCwgMjMwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGNpcmNsZSBpZD0iT3ZhbCIgZmlsbD0iIzM0Q0Q5MyIgY3g9IjIwIiBjeT0iMjAiIHI9IjIwIj48L2NpcmNsZT4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMS44MTgxODE4LDIyLjU3MTI5NzQgTDIxLjgxODE4MTgsMTAuMDkwOTA5MSBDMjEuODE4MTgxOCw5LjUzODYyNDM0IDIyLjI2NTg5NzEsOS4wOTA5MDkwOSAyMi44MTgxODE4LDkuMDkwOTA5MDkgTDI0LjQ1NDU0NTUsOS4wOTA5MDkwOSBDMjUuMDA2ODMwMiw5LjA5MDkwOTA5IDI1LjQ1NDU0NTUsOS41Mzg2MjQzNCAyNS40NTQ1NDU1LDEwLjA5MDkwOTEgTDI1LjQ1NDU0NTUsMjMuNTcxMjk3NCBMMjUuNDU0NTQ1NSwyNS4yMDc2NjEgQzI1LjQ1NDU0NTUsMjUuNzU5OTQ1OCAyNS4wMDY4MzAyLDI2LjIwNzY2MSAyNC40NTQ1NDU1LDI2LjIwNzY2MSBMMTUuNTQ1NDU0NSwyNi4yMDc2NjEgQzE0Ljk5MzE2OTgsMjYuMjA3NjYxIDE0LjU0NTQ1NDUsMjUuNzU5OTQ1OCAxNC41NDU0NTQ1LDI1LjIwNzY2MSBMMTQuNTQ1NDU0NSwyMy41NzEyOTc0IEMxNC41NDU0NTQ1LDIzLjAxOTAxMjYgMTQuOTkzMTY5OCwyMi41NzEyOTc0IDE1LjU0NTQ1NDUsMjIuNTcxMjk3NCBMMjEuODE4MTgxOCwyMi41NzEyOTc0IFoiIGlkPSJDb21iaW5lZC1TaGFwZSIgZmlsbD0iI0ZGRkZGRiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjAuMDAwMDAwLCAxNy42NDkyODUpIHJvdGF0ZSgtMzE1LjAwMDAwMCkgdHJhbnNsYXRlKC0yMC4wMDAwMDAsIC0xNy42NDkyODUpICI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat;
      background-size: contain;
      left: 50%;
      top: -60px;
      transform: translateX(-50%); }
  .thank-you__sub-title {
    font-size: 16px;
    text-align: center;
    color: #889fb6;
    margin: 40px 0; }
    .thank-you__sub-title a {
      color: #578bf9; }
  .thank-you__wrp {
    border-radius: 6px;
    box-shadow: 0 10px 20px 0 rgba(175, 181, 206, 0.1);
    background-color: #fff;
    padding: 40px;
    margin: 0;
    max-width: 414px;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none; }
  .thank-you__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px; }
    .thank-you__item:last-child {
      margin-bottom: 0; }
    .thank-you__item p {
      margin: 0; }
  .thank-you__lbl {
    font-size: 14px;
    color: #889fb6; }
  .thank-you__val a {
    color: #578bf9; }

.flex-container {
  height: 100%; }

.second-step .button__pay {
  background-color: #578bf9; }
  .second-step .button__pay.confirm-order {
    box-shadow: 0 10px 20px 0 rgba(52, 205, 147, 0.19);
    background-color: #34cd93;
    text-transform: uppercase; }
  .second-step .button__pay:hover {
    opacity: .9; }

.second-step__block {
  border-radius: 6px;
  box-shadow: 0 10px 20px 0 rgba(175, 181, 206, 0.1);
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px; }
  .second-step__block-wrp {
    display: flex;
    justify-content: space-between; }
    .second-step__block-wrp .second-step__block {
      width: 48%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .second-step__block-wrp h4 {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.9px;
      color: #303f4d;
      text-transform: uppercase;
      border-bottom: 1px solid #e6eaf2;
      padding-bottom: 20px;
      margin-bottom: 20px; }
    .second-step__block-wrp .block-center p {
      font-size: 12px;
      line-height: 1.33;
      text-align: center;
      color: #889fb6; }
    .second-step__block-wrp img {
      margin-bottom: 18px; }
    .second-step__block-wrp .second-step__field {
      width: 100%;
      text-align: center; }
      .second-step__block-wrp .second-step__field input {
        width: 16px;
        height: 16px;
        display: inline-block;
        margin-right: 10px; }
      .second-step__block-wrp .second-step__field label {
        font-size: 12px;
        letter-spacing: -0.2px;
        color: #303f4d; }

.second-step__lbl {
  display: block;
  font-size: 12px;
  letter-spacing: -0.2px;
  color: #303f4d; }

.second-step__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px; }
  .second-step__item:last-child {
    margin-bottom: 0; }
  .second-step__item.one-row .second-step__field {
    width: 100%; }

.second-step__field {
  width: 49%; }
  .second-step__field input:not([type=checkbox]) {
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: solid 1px rgba(136, 159, 182, 0.3);
    background-color: #fff;
    outline: none;
    padding: 0 10px; }
  .second-step__field .select-wrp {
    display: block;
    position: relative; }
    .second-step__field .select-wrp:after {
      position: absolute;
      content: "";
      right: 1px;
      top: 50%;
      background: #F2F5FA url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSI4cHgiIHZpZXdCb3g9IjAgMCAxNCA4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1My4yICg3MjY0MykgLSBodHRwczovL3NrZXRjaGFwcC5jb20gLS0+CiAgICA8dGl0bGU+UGF0aCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICAgICAgICA8ZyBpZD0iTXktT3JkZXJfMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ0My4wMDAwMDAsIC0zMDguMDAwMDAwKSIgZmlsbC1ydWxlPSJub256ZXJvIiBzdHJva2U9IiM4ODlGQjYiIHN0cm9rZS13aWR0aD0iMiI+CiAgICAgICAgICAgIDxnIGlkPSJJbmZvIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxOTAuMDAwMDAwLCAxNjIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMyI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLUNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgMjAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJkcm9wZG93bi1Qb3NpdGlvbi1UeXBlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgODUuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNyI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIyMC4wMDAwMDAsIDI1LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjAuMDAwMDAwLCAyMC4wMDAwMDApIHJvdGF0ZSgxODAuMDAwMDAwKSB0cmFuc2xhdGUoLTIwLjAwMDAwMCwgLTIwLjAwMDAwMCkgIiBwb2ludHM9IjE0IDIzIDIwIDE3IDI2IDIzIj48L3BvbHlsaW5lPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat center;
      width: 40px;
      height: 38px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      transform: translateY(-50%); }
  .second-step__field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: solid 1px #dce3e9;
    background-color: #fff;
    padding: 0 50px 0 10px; }
  .second-step__field textarea {
    border-radius: 5px;
    background-color: #fff;
    border: solid 1px rgba(136, 159, 182, 0.3);
    resize: none;
    height: 100px;
    padding: 10px; }
  .second-step__field input:not([type=checkbox]), .second-step__field select, .second-step__field textarea {
    width: 100%;
    outline: none;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -0.2px;
    color: #303f4d; }
    .second-step__field input:not([type=checkbox])::placeholder, .second-step__field select::placeholder, .second-step__field textarea::placeholder {
      color: #889fb6; }
  .second-step__field input[type=checkbox] {
    margin-right: 7px; }

.second-step .orderform__summary-title {
  font-size: 16px;
  font-weight: 600;
  color: #303f4d; }

.second-step .orderform__summary-block {
  padding: 20px 0; }

.second-step .orderform__summary-item {
  padding: 20px 30px; }
  .second-step .orderform__summary-item.total p {
    font-size: 16px;
    font-weight: 600;
    color: #303f4d; }
  .second-step .orderform__summary-item.head {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
    border-bottom: 0; }
    .second-step .orderform__summary-item.head p {
      margin-bottom: 0; }

.second-step .status {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  width: 47px;
  height: 18px;
  border-radius: 4px;
  background-color: #4b82f5;
  line-height: 18px; }
  .second-step .status.sent-for-confirmation {
    background-color: #34cd93;
    width: auto;
    padding: 0 5px; }

.second-step .date {
  font-size: 11px;
  letter-spacing: -0.6px;
  text-align: right;
  color: #889fb6; }

.second-step .block-title {
  font-size: 18px;
  font-weight: 600;
  color: #303f4d;
  margin-bottom: 20px; }

.add-file, .upload-list__preview {
  cursor: pointer;
  background: #fff;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #34cd93;
  text-align: center;
  width: 100%;
  font-size: 14px;
  color: #34cd93;
  outline: none;
  padding: 0 10px;
  transition: all .2s ease; }
  .add-file:hover, .upload-list__preview:hover {
    background: #34cd93;
    color: #fff;
    transition: all .2s ease; }

.upload-list {
  margin: 0;
  padding: 0; }
  .upload-list__item {
    display: flex;
    align-items: center !important;
    justify-content: space-between;
    margin-bottom: 20px; }
  .upload-list__name {
    position: relative;
    font-size: 12px;
    position: relative;
    color: #889fb6;
    display: inline-block;
    padding-left: 26px; }
    .upload-list__name:before {
      position: absolute;
      content: "";
      width: 16px;
      height: 20px;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIyMXB4IiB2aWV3Qm94PSIwIDAgMTggMjEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUzLjIgKDcyNjQzKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5maWxlIGljb248L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iTXktT3JkZXJfMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIwOS4wMDAwMDAsIC02ODguMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJZb3VyLVVwbG9hZGVkLUZpbGVzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxOTAuMDAwMDAwLCA2MTIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjAuMDAwMDAwLCA3Ni4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iZmlsZS1pY29uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMC4zMTUwOTQpIj4KICAgICAgICAgICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlBhdGgtMTEiIHN0cm9rZT0iIzM0Q0Q5MyIgcG9pbnRzPSIwLjMzODg2NzE4OCAxOS4zNDI3NzM0IDAuMzM4ODY3MTg4IDAuMjgyMjI2NTYyIDExLjIyNTU4NTkgMC4yODIyMjY1NjIgMTUuNjY0MDYyNSA0Ljc3OTI5Njg4IDE1LjY2NDA2MjUgMTkuMzQyNzczNCI+PC9wb2x5Z29uPgogICAgICAgICAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iUGF0aC0xMyIgZmlsbD0iIzM0Q0Q5MyIgcG9pbnRzPSIxMC45NjQzNTU1IDAuNTgyNTE5NTMxIDEwLjk2NDM1NTUgNS4xMTkxNDA2MiAxNS41NTYxNTIzIDUuMTE5MTQwNjIiPjwvcG9seWdvbj4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat center;
      background-size: contain;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
  .upload-list__remove {
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    outline: none;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxM3B4IiB2aWV3Qm94PSIwIDAgMTIgMTMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUzLjIgKDcyNjQzKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5QYXRoIDEyPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgb3BhY2l0eT0iMC41Ij4KICAgICAgICA8ZyBpZD0iTXktT3JkZXJfMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ0My4wMDAwMDAsIC02OTQuMDAwMDAwKSIgZmlsbD0iIzg4OUZCNiIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9IllvdXItVXBsb2FkZWQtRmlsZXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5MC4wMDAwMDAsIDYxMi4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMC4wMDAwMDAsIDc2LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMzcuODY4NjI5LDEyLjMxNTA5NDMgTDIzMy4yMzQzMTUsNy42ODA3Nzk3NiBDMjMyLjkyMTg5NSw3LjM2ODM2MDMzIDIzMi45MjE4OTUsNi44NjE4MjgzNSAyMzMuMjM0MzE1LDYuNTQ5NDA4OTEgQzIzMy41NDY3MzQsNi4yMzY5ODk0OCAyMzQuMDUzMjY2LDYuMjM2OTg5NDggMjM0LjM2NTY4NSw2LjU0OTQwODkxIEwyMzksMTEuMTgzNzIzNSBMMjQzLjYzNDMxNSw2LjU0OTQwODkxIEMyNDMuOTQ2NzM0LDYuMjM2OTg5NDggMjQ0LjQ1MzI2Niw2LjIzNjk4OTQ4IDI0NC43NjU2ODUsNi41NDk0MDg5MSBDMjQ1LjA3ODEwNSw2Ljg2MTgyODM1IDI0NS4wNzgxMDUsNy4zNjgzNjAzMyAyNDQuNzY1Njg1LDcuNjgwNzc5NzYgTDI0MC4xMzEzNzEsMTIuMzE1MDk0MyBMMjQ0Ljc2NTY4NSwxNi45NDk0MDg5IEMyNDUuMDc4MTA1LDE3LjI2MTgyODMgMjQ1LjA3ODEwNSwxNy43NjgzNjAzIDI0NC43NjU2ODUsMTguMDgwNzc5OCBDMjQ0LjQ1MzI2NiwxOC4zOTMxOTkyIDI0My45NDY3MzQsMTguMzkzMTk5MiAyNDMuNjM0MzE1LDE4LjA4MDc3OTggTDIzOSwxMy40NDY0NjUyIEwyMzQuMzY1Njg1LDE4LjA4MDc3OTggQzIzNC4wNTMyNjYsMTguMzkzMTk5MiAyMzMuNTQ2NzM0LDE4LjM5MzE5OTIgMjMzLjIzNDMxNSwxOC4wODA3Nzk4IEMyMzIuOTIxODk1LDE3Ljc2ODM2MDMgMjMyLjkyMTg5NSwxNy4yNjE4MjgzIDIzMy4yMzQzMTUsMTYuOTQ5NDA4OSBMMjM3Ljg2ODYyOSwxMi4zMTUwOTQzIFoiIGlkPSJQYXRoLTEyIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat center;
    background-size: contain;
    height: 12px;
    width: 12px;
    border: 0;
    position: relative;
    text-indent: -99999px; }
  .upload-list__text {
    font-size: 12px;
    color: #889fb6;
    text-align: left; }
  .upload-list__preview {
    padding: 0 10px 0 40px; }
    .upload-list__preview span {
      position: relative; }
      .upload-list__preview span:before {
        position: absolute;
        content: "";
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxMXB4IiB2aWV3Qm94PSIwIDAgMTYgMTEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUzLjIgKDcyNjQzKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5JY29uPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ik15LU9yZGVyXzMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02MDYuMDAwMDAwLCAtODIzLjAwMDAwMCkiIGZpbGw9IiMzNENEOTMiPgogICAgICAgICAgICA8ZyBpZD0iWW91ci1SZXN1bWUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUwMC4wMDAwMDAsIDYxMi4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC02IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMC4wMDAwMDAsIDc2LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik04NiwxNDAuNSBDODcuMjU4MDA0NywxNDMuNzE5MTk4IDkwLjM2MzczODksMTQ2IDkzLjk5OTgxMjEsMTQ2IEM5Ny42MzYyNjExLDE0NiAxMDAuNzQxNjE5LDE0My43MTkxOTggMTAyLDE0MC41IEMxMDAuNzQxNjE5LDEzNy4yODA0MjMgOTcuNjM2MjYxMSwxMzUgOTMuOTk5ODEyMSwxMzUgQzkwLjM2MzczODksMTM1IDg3LjI1ODAwNDcsMTM3LjI4MDQyMyA4NiwxNDAuNSBaIE04Ny44NjQ5OTAyLDE0MC40OTk4MTEgQzg3Ljg2NDk5MDIsMTM4LjQ3NTU4OSA5MC44MzE3ODcxLDEzNi4zOTUyNjQgOTQuMDEwMjUzOSwxMzYuMzk1MjY0IEM5Ny4xODg3MjA3LDEzNi4zOTUyNjQgMTAwLjE2MTM3NywxMzguNDc1NTg5IDEwMC4xNjEzNzcsMTQwLjQ5OTgxMSBDMTAwLjE2MTM3NywxNDIuNTIzNjUzIDk2LjYwMjY2MTEsMTQ0LjQ4NDEzMSA5NC4wMTAyNTM5LDE0NC40ODQxMzEgQzkxLjMwNzg2MTMsMTQ0LjQ4NDEzMSA4Ny44NjQ5OTAyLDE0Mi41MjM2NTMgODcuODY0OTkwMiwxNDAuNDk5ODExIFogTTkxLjgxNzk0MjYsMTQwLjUgQzkxLjgxNzk0MjYsMTQxLjcxNzMzNyA5Mi43OTI1NDg2LDE0Mi43MDAwNzYgOTMuOTk5ODEyMSwxNDIuNzAwMDc2IEM5NS4yMDcwNzU2LDE0Mi43MDAwNzYgOTYuMTgxNjgxNSwxNDEuNzE3MzM3IDk2LjE4MTY4MTUsMTQwLjUgQzk2LjE4MTY4MTUsMTM5LjI4MjY2MyA5NS4yMDcwNzU2LDEzOC4yOTk5MjQgOTMuOTk5ODEyMSwxMzguMjk5OTI0IEM5Mi43OTI1NDg2LDEzOC4yOTk5MjQgOTEuODE3OTQyNiwxMzkuMjgyNjYzIDkxLjgxNzk0MjYsMTQwLjUgWiIgaWQ9Ikljb24iPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat center;
        background-size: contain;
        top: 50%;
        left: -18px;
        width: 16px;
        height: 11px;
        transform: translateY(-50%); }
    .upload-list__preview:hover span:before {
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNiAxMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYgMTE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHRpdGxlPkljb248L3RpdGxlPgo8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KPGcgaWQ9IlBhZ2UtMSI+Cgk8ZyBpZD0iTXktT3JkZXJfMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYwNi4wMDAwMDAsIC04MjMuMDAwMDAwKSI+CgkJPGcgaWQ9IllvdXItUmVzdW1lIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MDAuMDAwMDAwLCA2MTIuMDAwMDAwKSI+CgkJCTxnIGlkPSJHcm91cC02IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMC4wMDAwMDAsIDc2LjAwMDAwMCkiPgoJCQkJPHBhdGggaWQ9Ikljb24iIGNsYXNzPSJzdDAiIGQ9Ik04NiwxNDAuNWMxLjI2LDMuMjIsNC4zNiw1LjUsOCw1LjVjMy42NCwwLDYuNzQtMi4yOCw4LTUuNWMtMS4yNi0zLjIyLTQuMzYtNS41LTgtNS41CgkJCQkJQzkwLjM2LDEzNSw4Ny4yNiwxMzcuMjgsODYsMTQwLjV6IE04Ny44NiwxNDAuNWMwLTIuMDIsMi45Ny00LjEsNi4xNS00LjFzNi4xNSwyLjA4LDYuMTUsNC4xYzAsMi4wMi0zLjU2LDMuOTgtNi4xNSwzLjk4CgkJCQkJQzkxLjMxLDE0NC40OCw4Ny44NiwxNDIuNTIsODcuODYsMTQwLjV6IE05MS44MiwxNDAuNWMwLDEuMjIsMC45NywyLjIsMi4xOCwyLjJjMS4yMSwwLDIuMTgtMC45OCwyLjE4LTIuMnMtMC45Ny0yLjItMi4xOC0yLjIKCQkJCQlDOTIuNzksMTM4LjMsOTEuODIsMTM5LjI4LDkxLjgyLDE0MC41eiIvPgoJCQk8L2c+CgkJPC9nPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=) no-repeat center;
      background-size: contain; }

.order-page #go-order {
  display: none; }

.gray-color {
  color: #969696 !important;
  font-weight: 400; }

.rose-color {
  color: #7751DF !important; }

#header {
  display: none;
  width: 100%;
  z-index: 997;
  position: fixed;
  background: linear-gradient(0deg, #7751DF, #7751DF);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15); }
  #header .logo {
    flex: 25%; }
  #header .mobile-menu-block {
    display: none; }
    @media (max-width: 992px) {
      #header .mobile-menu-block {
        display: block; } }
    #header .mobile-menu-block .mobile-menu__button {
      outline: 0;
      border: 1px solid #FFFFFF;
      box-sizing: border-box;
      padding: 10px 10px 12px 10px;
      border-radius: 50%;
      background: transparent;
      cursor: pointer; }
      #header .mobile-menu-block .mobile-menu__button .icon-bar {
        display: block;
        width: 18px;
        height: 2px;
        border-radius: 1px;
        margin-top: 3px;
        background-color: #fff; }
  #header .menu-wrapper {
    display: flex;
    align-items: center;
    height: 80px;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px; }
    #header .menu-wrapper .menu {
      flex: 55%; }
      #header .menu-wrapper .menu ul {
        margin-bottom: 0;
        display: flex; }
      #header .menu-wrapper .menu li {
        margin-left: 20px; }
        @media (max-width: 1200px) {
          #header .menu-wrapper .menu li {
            margin-left: 13px; } }
      #header .menu-wrapper .menu .link__menu {
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        color: #FFFFFF; }
        @media (max-width: 1200px) {
          #header .menu-wrapper .menu .link__menu {
            font-size: 13px; } }
      @media (max-width: 992px) {
        #header .menu-wrapper .menu {
          display: none; } }
    #header .menu-wrapper .links-header {
      width: 20%;
      text-align: right;
      margin-left: 20px; }
      @media (max-width: 992px) {
        #header .menu-wrapper .links-header {
          display: none; } }
      #header .menu-wrapper .links-header .btn-order-now {
        border: 1px solid #FFFFFF;
        box-sizing: border-box;
        border-radius: 20px;
        padding: 7px 20px;
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        color: #FFFFFF; }
      #header .menu-wrapper .links-header .btn-profile {
        margin-left: 5px;
        border-radius: 50%;
        border: 1px solid #FFFFFF;
        box-sizing: border-box;
        padding: 6px 7px; }
        #header .menu-wrapper .links-header .btn-profile img {
          bottom: 3px;
          position: relative; }

.hide {
  display: none; }

.show {
  display: block; }

@media (max-width: 992px) {
  .mob-menu-wrapper {
    position: fixed;
    left: 0;
    padding: 20px;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#43CBFF), to(#9708CC)), -webkit-gradient(linear, right top, left top, from(#5DC9FC), to(#E792EF));
    background: linear-gradient(90deg, #43CBFF 0%, #9708CC 100%), linear-gradient(270deg, #5DC9FC 0%, #E792EF 100%);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

.mob-menu-wrapper .phone-block {
  margin-top: 60px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF; }
  .mob-menu-wrapper .phone-block a {
    color: #fff;
    font-weight: 500; }
  @media (max-width: 992px) {
    .mob-menu-wrapper .phone-block {
      text-align: center;
      order: 1;
      display: block;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); } }

.mob-menu-wrapper .menu {
  margin-top: 20px;
  text-align: center; }
  .mob-menu-wrapper .menu li {
    margin-bottom: 10px; }
    .mob-menu-wrapper .menu li a {
      font-weight: 500;
      font-size: 14px;
      line-height: 21px;
      color: #FFFFFF; }

.mob-menu-wrapper .btn-close-menu {
  background: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 7px 14px; }

#main-banner {
  padding-top: 30px; }
  #main-banner .mobile-menu-block {
    display: none; }
    @media (max-width: 992px) {
      #main-banner .mobile-menu-block {
        padding: 0 10px;
        display: flex;
        justify-content: space-between;
        width: 100%; }
        #main-banner .mobile-menu-block .mobile-menu__button {
          outline: 0;
          border: 1px solid #FFFFFF;
          box-sizing: border-box;
          padding: 10px 10px 12px 10px;
          border-radius: 50%;
          background: transparent;
          cursor: pointer; }
          #main-banner .mobile-menu-block .mobile-menu__button .icon-bar {
            display: block;
            width: 18px;
            height: 2px;
            border-radius: 1px;
            margin-top: 3px;
            background-color: #fff; }
        #main-banner .mobile-menu-block .profile-mobile {
          margin-left: 5px;
          border-radius: 50%;
          border: 1px solid #FFFFFF;
          box-sizing: border-box;
          padding: 6px 9px; } }
  #main-banner .menu__banner {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    #main-banner .menu__banner ul {
      display: flex; }
      #main-banner .menu__banner ul li {
        margin: 0 10px; }
        #main-banner .menu__banner ul li a {
          text-decoration: none;
          font-weight: 500;
          font-size: 14px;
          line-height: 21px;
          color: #FFFFFF; }
    @media (max-width: 992px) {
      #main-banner .menu__banner {
        display: none; } }
    #main-banner .menu__banner .right-content__menu__banner {
      display: flex; }
      @media (max-width: 992px) {
        #main-banner .menu__banner .right-content__menu__banner .phone {
          width: 100%; } }
      #main-banner .menu__banner .right-content__menu__banner .phone span {
        font-weight: bold;
        font-size: 14px;
        line-height: 21px;
        color: #FFFFFF; }
      #main-banner .menu__banner .right-content__menu__banner .phone a {
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        color: #FFFFFF;
        text-decoration: none; }
      #main-banner .menu__banner .right-content__menu__banner .links-button__menu__banner {
        margin-left: 20px; }
        @media (max-width: 992px) {
          #main-banner .menu__banner .right-content__menu__banner .links-button__menu__banner {
            display: none; } }
        #main-banner .menu__banner .right-content__menu__banner .links-button__menu__banner .link-button {
          padding: 7px 20px;
          background: transparent;
          border: 1px solid #ffffff;
          box-sizing: border-box;
          border-radius: 20px;
          font-size: 14px;
          line-height: 21px;
          color: #FFFFFF; }
          #main-banner .menu__banner .right-content__menu__banner .links-button__menu__banner .link-button img {
            margin-top: -5px;
            margin-right: 5px; }
  #main-banner .content-banner {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAwIiBoZWlnaHQ9IjQwMCIgdmlld0JveD0iMCAwIDgwMCA0MDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIG9wYWNpdHk9IjAuMTUiIGQ9Ik03NTIuOTExIDBDNzUyLjkxMSAwIDY4OS4zMTIgNDIuMTA1MiA2MzguNDMzIDEwOC4wN0M1NzIuMDA3IDU3LjU0MzggNDkwLjAzNiAyNi42NjY2IDM5OS41ODQgMjYuNjY2NkMzMDkuMTMzIDI2LjY2NjYgMjI1Ljc0NyA1Ny41NDM4IDE2MC43MzUgMTA4LjA3QzEwOS44NTYgNDIuMTA1MiA0Ni4yNTc0IDAgNDYuMjU3NCAwQy0zMS40NzQ1IDEzNi4xNCA2LjY4NDgxIDI0Mi44MDcgMzIuMTI0MyAyODYuMzE2QzE3Ljk5MTMgMzI1LjYxNCAxMC45MjQ3IDM2Ny43MTkgMTAuOTI0NyA0MTIuNjMyQzEwLjkyNDcgNjI1Ljk2NSAxODQuNzYxIDgwMCA0MDAuOTk3IDgwMEM2MTcuMjMzIDgwMCA3OTEuMDcgNjI3LjM2OCA3OTEuMDcgNDEyLjYzMkM3OTEuMDcgMzY5LjEyMyA3ODIuNTkgMzI1LjYxNCA3NjkuODcgMjg2LjMxNkM3OTIuNDgzIDI0Mi44MDcgODMyLjA1NiAxMzYuMTQgNzUyLjkxMSAwWk0yMTcuMjY3IDQxMi42MzJDMjE3LjI2NyAzMTIuOTgyIDI5OS4yMzkgMzg3LjM2OCAzOTkuNTg0IDM4Ny4zNjhDNDk5LjkyOSAzODcuMzY4IDU4MS45IDMxMi45ODIgNTgxLjkgNDEyLjYzMkM1ODEuOSA0NDAuNzAyIDU3NC44MzQgNDY4Ljc3MiA1NjMuNTI4IDQ5Mi42MzJDNTUyLjIyMSA0ODIuODA3IDUzOC4wODggNDc3LjE5MyA1MjIuNTQxIDQ3Ny4xOTNDNDg3LjIwOSA0NzcuMTkzIDQ1OC45NDIgNTA1LjI2MyA0NTguOTQyIDU0MC4zNTFDNDU4Ljk0MiA1NTQuMzg2IDQ2NC41OTYgNTY4LjQyMSA0NzMuMDc2IDU3OS42NDlDNDUwLjQ2MyA1ODkuNDc0IDQyNi40MzcgNTkzLjY4NCA0MDAuOTk3IDU5My42ODRDMjk5LjIzOSA1OTMuNjg0IDIxNy4yNjcgNTEyLjI4MSAyMTcuMjY3IDQxMi42MzJaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) no-repeat;
    padding-top: 75px;
    background-position: center 10px;
    background-size: contain; }
    @media (max-width: 992px) {
      #main-banner .content-banner {
        background-position: center bottom; } }
    @media (max-width: 692px) {
      #main-banner .content-banner {
        padding-top: 0; } }
    #main-banner .content-banner .logo-banner {
      text-align: center;
      margin-bottom: 10px; }
    #main-banner .content-banner .title-banner {
      font-weight: 300;
      font-size: 24px;
      line-height: 36px;
      text-align: center;
      margin-bottom: 20px;
      color: #FFFFFF; }

.form-wrapper {
  padding: 20px 15px;
  background: #FFFFFF;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: -120px; }
  .form-wrapper.right-form {
    margin-bottom: 30px;
    border-radius: 5px; }
  @media (max-width: 767px) {
    .form-wrapper {
      padding: 20px 12px; } }
  .form-wrapper .form-block-value {
    margin-bottom: 15px; }
    .form-wrapper .form-block-value .lbl-text {
      font-size: 12px;
      line-height: 18px;
      color: #969696;
      width: 100%;
      margin-bottom: 0; }
    .form-wrapper .form-block-value .note-date {
      padding: 0 5px;
      display: block;
      font-size: 10px;
      line-height: 18px;
      background: linear-gradient(0deg, rgba(119, 81, 223, 0.1), rgba(119, 81, 223, 0.1));
      border-radius: 3px;
      color: #686868; }
    .form-wrapper .form-block-value .lbl-value {
      position: relative;
      background: #FFFFFF;
      box-shadow: 0px 1px 0px #E3E2E1;
      font-size: 14px;
      line-height: 21px;
      width: 100%;
      color: #585858;
      border: none;
      height: 40px;
      outline: none;
      -webkit-appearance: none; }
  .form-wrapper .select2-selection--single {
    border: none;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 1px 0px #E3E2E1;
    font-size: 14px;
    line-height: 21px;
    width: 100%;
    color: #585858;
    border: none;
    height: 40px;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0; }
    .form-wrapper .select2-selection--single .select2-selection__rendered {
      line-height: 40px;
      padding-left: 0; }
  .form-wrapper .select-value {
    position: relative; }
  .form-wrapper .select2-selection__clear {
    display: none; }
  .form-wrapper .select2-selection__arrow {
    top: 8px; }
    .form-wrapper .select2-selection__arrow b {
      border-width: 6px 6px 0 6px; }
  .form-wrapper .date-value {
    position: relative; }
  .form-wrapper .date-value:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 95%;
    width: 20px;
    height: 20px; }
  .form-wrapper .form-block-group {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 767px) {
      .form-wrapper .form-block-group {
        align-items: flex-end; } }
    .form-wrapper .form-block-group .form-block-value {
      width: 50%;
      margin-bottom: 0; }
      .form-wrapper .form-block-group .form-block-value .lbl-value {
        padding-top: 7px;
        padding-bottom: 7px;
        height: auto; }
    .form-wrapper .form-block-group .btn-continue-block .btn-form {
      background: #7751DF;
      border-radius: 20px;
      font-style: normal;
      font-weight: bold;
      font-size: 14px;
      color: #FFFFFF;
      border: none;
      margin: auto;
      width: 160px;
      height: 60px;
      line-height: 60px;
      padding: 0 10px; }
      @media (max-width: 767px) {
        .form-wrapper .form-block-group .btn-continue-block .btn-form {
          height: 45px;
          line-height: 45px; } }

.title-section {
  font-size: 30px;
  line-height: 45px;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400; }
  @media (max-width: 991px) {
    .title-section {
      font-size: 24px; } }
  .title-section .bold-title {
    color: #7751DF;
    font-weight: bold; }
    @media (max-width: 767px) {
      .title-section .bold-title {
        display: block; } }
  @media (max-width: 692px) {
    .title-section {
      font-size: 24px;
      line-height: 36px; } }

#topics {
  margin-top: 190px;
  margin-bottom: 60px; }

.topics__item a {
  color: #7751DF; }

#grades {
  padding: 60px 0; }
  #grades .grade-wrapper {
    margin-top: 40px;
    display: flex; }
    @media (max-width: 767px) {
      #grades .grade-wrapper {
        display: block;
        margin-top: 20px; } }
    @media (max-width: 692px) {
      #grades .grade-wrapper {
        display: block; } }
    #grades .grade-wrapper .grade-item .value-grade-item {
      border-radius: 50%;
      margin: 0 auto;
      text-align: center;
      background: linear-gradient(0deg, #7751DF 0%, #C26EE1 100%);
      font-weight: bold;
      font-size: 30px;
      line-height: 45px;
      width: 80px;
      height: 80px;
      line-height: 80px;
      color: #FFFFFF; }
      #grades .grade-wrapper .grade-item .value-grade-item .small {
        font-weight: bold;
        font-size: 20px;
        line-height: 30px;
        position: relative;
        bottom: 12px;
        color: #FFFFFF; }
      #grades .grade-wrapper .grade-item .value-grade-item .normal-size {
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 45px;
        color: #FFFFFF;
        position: relative;
        bottom: 10px;
        border-radius: 20px; }
    #grades .grade-wrapper .grade-item .title-grade {
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      margin-top: 7px;
      color: #585858; }
    #grades .grade-wrapper .grade-item .text-grade {
      margin-top: 7px;
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 21px;
      text-align: center;
      color: #585858; }
      #grades .grade-wrapper .grade-item .text-grade .link-grade {
        color: #7751DF; }

#services {
  position: relative;
  padding: 40px 10px;
  background: linear-gradient(90deg, #43CBFF 0%, #9708CC 100%); }
  #services:after {
    position: absolute;
    content: "";
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzY4IiBoZWlnaHQ9Ijk4IiB2aWV3Qm94PSIwIDAgMzY4IDk4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBvcGFjaXR5PSIwLjE1Ij4KPHBhdGggZD0iTTEzMS4wOTMgMTU4LjQ5MkwxMzcuNjM3IDE3OC4yNzFDMTM3Ljg4MyAxNzkuMDE1IDEzOC41MTkgMTc5LjUwOSAxMzkuMjMgMTc5LjUwOUMxMzkuOTQxIDE3OS41MDkgMTQwLjU3NyAxNzkuMDE1IDE0MC44MjMgMTc4LjI3MUwxNDcuMzY3IDE1OC40OTJDMTUyLjY2NCAxNDIuNDggMTYzLjk4NyAxMjkuODU4IDE3OC4zNSAxMjMuOTU0TDE5Ni4wOTMgMTE2LjY2QzE5Ni43NiAxMTYuMzg1IDE5Ny4yMDMgMTE1LjY3NiAxOTcuMjAzIDExNC44ODRDMTk3LjIwMyAxMTQuMDkxIDE5Ni43NiAxMTMuMzgyIDE5Ni4wOTMgMTEzLjEwOEwxNzguMzQ5IDEwNS44MTNDMTYzLjk4NiA5OS45MDg1IDE1Mi42NjMgODcuMjg3NiAxNDcuMzY3IDcxLjI3NjdMMTQwLjgyMyA1MS40OThDMTQwLjU3NyA1MC43NTQ1IDEzOS45NDEgNTAuMjYwNyAxMzkuMjMgNTAuMjYwN0MxMzguNTE5IDUwLjI2MDcgMTM3Ljg4MyA1MC43NTQ1IDEzNy42MzcgNTEuNDk4TDEzMS4wOTMgNzEuMjc2N0MxMjUuNzk2IDg3LjI4NzYgMTE0LjQ3NCA5OS45MDg1IDEwMC4xMSAxMDUuODEzTDgyLjM2NjIgMTEzLjEwOEM4MS42OTkyIDExMy4zODIgODEuMjU2MiAxMTQuMDkxIDgxLjI1NjIgMTE0Ljg4NEM4MS4yNTYyIDExNS42NzYgODEuNjk5MiAxMTYuMzg1IDgyLjM2NjIgMTE2LjY2TDEwMC4xMDkgMTIzLjk1NEMxMTQuNDczIDEyOS44NTggMTI1Ljc5NiAxNDIuNDc5IDEzMS4wOTMgMTU4LjQ5MloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yNzQuOTQ4IDI0Mi4wMzJMMjU3LjIwNiAyMzQuNzM4QzI0Mi44NDIgMjI4LjgzNCAyMzEuNTE5IDIxNi4yMTMgMjI2LjIyMyAyMDAuMjAyTDIxOS42NzkgMTgwLjQyM0MyMTkuNDMzIDE3OS42OCAyMTguNzk3IDE3OS4xODYgMjE4LjA4NiAxNzkuMTg2QzIxNy4zNzUgMTc5LjE4NiAyMTYuNzM5IDE3OS42OCAyMTYuNDkzIDE4MC40MjNMMjA5Ljk0OSAyMDAuMjAxQzIwNC42NTIgMjE2LjIxMyAxOTMuMzI5IDIyOC44MzQgMTc4Ljk2NiAyMzQuNzM4TDE2MS4yMjMgMjQyLjAzMkMxNjAuNTU2IDI0Mi4zMDYgMTYwLjExMyAyNDMuMDE1IDE2MC4xMTMgMjQzLjgwOEMxNjAuMTEzIDI0NC42MDEgMTYwLjU1NiAyNDUuMzA5IDE2MS4yMjMgMjQ1LjU4NEwxNzguOTY3IDI1Mi44OEMxOTMuMzMgMjU4Ljc4NCAyMDQuNjUyIDI3MS40MDUgMjA5Ljk0OSAyODcuNDE2TDIxNi40OTMgMzA3LjE5NkMyMTYuNzM5IDMwNy45NCAyMTcuMzc1IDMwOC40MzMgMjE4LjA4NiAzMDguNDMzQzIxOC43OTcgMzA4LjQzMyAyMTkuNDMzIDMwNy45NCAyMTkuNjc5IDMwNy4xOTZMMjI2LjIyMyAyODcuNDE2QzIzMS41MiAyNzEuNDA1IDI0Mi44NDIgMjU4Ljc4MyAyNTcuMjA1IDI1Mi44OEwyNzQuOTQ5IDI0NS41ODRDMjc1LjYxNiAyNDUuMzA5IDI3Ni4wNTkgMjQ0LjYwMSAyNzYuMDU5IDI0My44MDhDMjc2LjA1OSAyNDMuMDE1IDI3NS42MTUgMjQyLjMwNiAyNzQuOTQ4IDI0Mi4wMzJaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMzY2Ljc3OCAxNTcuNDMzTDM1NC43MTkgMTUyLjQ3NkMzNDQuOTU4IDE0OC40NjMgMzM3LjI2MyAxMzkuODg1IDMzMy42NjMgMTI5LjAwNEwzMjkuMjE2IDExNS41NjNDMzI5LjA0OCAxMTUuMDU4IDMyOC42MTYgMTE0LjcyMSAzMjguMTMzIDExNC43MjFDMzI3LjY1IDExNC43MjEgMzI3LjIxOCAxMTUuMDU4IDMyNy4wNSAxMTUuNTYzTDMyMi42MDQgMTI5LjAwM0MzMTkuMDA0IDEzOS44ODUgMzExLjMwOSAxNDguNDYzIDMwMS41NDcgMTUyLjQ3NkwyODkuNDg5IDE1Ny40MzNDMjg5LjAzNiAxNTcuNjE5IDI4OC43MzQgMTU4LjEwMSAyODguNzM0IDE1OC42MzlDMjg4LjczNCAxNTkuMTc4IDI4OS4wMzYgMTU5LjY2IDI4OS40ODkgMTU5Ljg0NkwzMDEuNTQ4IDE2NC44MDNDMzExLjMwOSAxNjguODE3IDMxOS4wMDQgMTc3LjM5NSAzMjIuNjA0IDE4OC4yNzVMMzI3LjA1IDIwMS43MTlDMzI3LjIxOCAyMDIuMjI0IDMyNy42NSAyMDIuNTYxIDMyOC4xMzMgMjAyLjU2MUMzMjguNjE2IDIwMi41NjEgMzI5LjA0OCAyMDIuMjI0IDMyOS4yMTYgMjAxLjcxOUwzMzMuNjYzIDE4OC4yNzVDMzM3LjI2MyAxNzcuMzkzIDM0NC45NTcgMTY4LjgxNyAzNTQuNzE5IDE2NC44MDRMMzY2Ljc3OCAxNTkuODQ2QzM2Ny4yMzEgMTU5LjY2IDM2Ny41MzMgMTU5LjE3OCAzNjcuNTMzIDE1OC42MzlDMzY3LjUzMyAxNTguMTAxIDM2Ny4yMzEgMTU3LjYxOSAzNjYuNzc4IDE1Ny40MzNaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNODUuMDE4OSAyOS44Nzg5TDc2LjYwNjkgMjYuNDE5OUM2OS43OTc5IDIzLjYyMDggNjQuNDMxIDE3LjYzODEgNjEuOTE5OSAxMC4wNDlMNTguODE3IDAuNjc0MTE4QzU4LjcwMSAwLjMyMTg2MyA1OC4zOTkgMC4wODc3Njg2IDU4LjA2MiAwLjA4Nzc2ODZDNTcuNzI1IDAuMDg3NzY4NiA1Ny40MjMgMC4zMjE4NjMgNTcuMzA3IDAuNjc0MTE4TDU0LjIwNCAxMC4wNDlDNTEuNjkzIDE3LjYzOTIgNDYuMzI2IDIzLjYyMiAzOS41MTggMjYuNDE5OUwzMS4xMDYgMjkuODc4OUMzMC43OSAzMC4wMDgyIDMwLjU4IDMwLjM0NDkgMzAuNTggMzAuNzIwNkMzMC41OCAzMS4wOTYyIDMwLjc5IDMxLjQzMjkgMzEuMTA2IDMxLjU2MjJMMzkuNTE3IDM1LjAyMTJDNDYuMzI3IDM3LjgyMDMgNTEuNjk0IDQzLjgwNDEgNTQuMjA1IDUxLjM5NDNMNTcuMzA4IDYwLjc3MDRDNTcuNDI0IDYxLjEyMjYgNTcuNzI2IDYxLjM1NjcgNTguMDYzIDYxLjM1NjdDNTguNCA2MS4zNTY3IDU4LjcwMiA2MS4xMjI2IDU4LjgxOCA2MC43NzA0TDYxLjkyMSA1MS4zOTQzQzY0LjQzMiA0My44MDQxIDY5Ljc5ODkgMzcuODIwMyA3Ni42MDg5IDM1LjAyMTJMODUuMDIgMzEuNTYyMkM4NS4zMzYgMzEuNDMyOSA4NS41NDYgMzEuMDk2MiA4NS41NDYgMzAuNzIwNkM4NS41NDYgMzAuMzQ0OSA4NS4zMzU5IDMwLjAwODIgODUuMDE4OSAyOS44Nzg5WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTI3NS41MzMgNjQuODE1N0wyNjcuMTIxIDYxLjM1NzhDMjYwLjMxMiA1OC41NTg3IDI1NC45NDUgNTIuNTc2IDI1Mi40MzUgNDQuOTg1OEwyNDkuMzMyIDM1LjYxMDlDMjQ5LjIxNiAzNS4yNTc1IDI0OC45MTQgMzUuMDIzNCAyNDguNTc3IDM1LjAyMzRDMjQ4LjI0IDM1LjAyMzQgMjQ3LjkzOCAzNS4yNTc1IDI0Ny44MjIgMzUuNjA5OEwyNDQuNzIgNDQuOTgzNUMyNDIuMjA5IDUyLjU3MzcgMjM2Ljg0MSA1OC41NTc2IDIzMC4wMzIgNjEuMzU2N0wyMjEuNjIgNjQuODE0NkMyMjEuMzA0IDY0Ljk0MzkgMjIxLjA5NCA2NS4yODA2IDIyMS4wOTQgNjUuNjU2MkMyMjEuMDk0IDY2LjAzMTkgMjIxLjMwNCA2Ni4zNjg1IDIyMS42MiA2Ni40OTc4TDIzMC4wMzEgNjkuOTU2OEMyMzYuODQxIDcyLjc1NTkgMjQyLjIwOSA3OC43Mzk4IDI0NC43MiA4Ni4zMzExTDI0Ny44MjIgOTUuNzA2QzI0Ny45MzggOTYuMDU4MyAyNDguMjQgOTYuMjkyNCAyNDguNTc3IDk2LjI5MjRDMjQ4LjkxNCA5Ni4yOTI0IDI0OS4yMTYgOTYuMDU4MyAyNDkuMzMyIDk1LjcwNkwyNTIuNDM1IDg2LjMzQzI1NC45NDYgNzguNzM4NyAyNjAuMzEzIDcyLjc1NTkgMjY3LjEyMyA2OS45NThMMjc1LjUzNCA2Ni40OTlDMjc1Ljg1IDY2LjM2OTcgMjc2LjA2IDY2LjAzMyAyNzYuMDYgNjUuNjU3M0MyNzYuMDYgNjUuMjgxNyAyNzUuODUgNjQuOTQ1IDI3NS41MzMgNjQuODE1N1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik02OS4zMzggMTg5Ljk1TDU4Ljc1OCAxODUuNjAyQzUwLjE5NCAxODIuMDgyIDQzLjQ0MiAxNzQuNTU1IDQwLjI4MiAxNjUuMDA4TDM2LjM4MSAxNTMuMjE0QzM2LjIzNCAxNTIuNzcxIDM1Ljg1NSAxNTIuNDc2IDM1LjQzMSAxNTIuNDc2QzM1LjAwNyAxNTIuNDc2IDM0LjYyOCAxNTIuNzcxIDM0LjQ4MSAxNTMuMjE0TDMwLjU4IDE2NS4wMDdDMjcuNDIyIDE3NC41NTQgMjAuNjcgMTgyLjA4MSAxMi4xMDQgMTg1LjYwMkwxLjUyNjAxIDE4OS45NUMxLjEyNzAxIDE5MC4xMTIgMC44NjQwMTQgMTkwLjUzNiAwLjg2NDAxNCAxOTEuMDA5QzAuODY0MDE0IDE5MS40ODEgMS4xMjgwMSAxOTEuOTA1IDEuNTI2MDEgMTkyLjA2OEwxMi4xMDUgMTk2LjQxN0MyMC42NjkgMTk5LjkzOCAyNy40MjEgMjA3LjQ2NCAzMC41OCAyMTcuMDEyTDM0LjQ4MSAyMjguODA2QzM0LjYyOCAyMjkuMjUgMzUuMDA3IDIyOS41NDQgMzUuNDMxIDIyOS41NDRDMzUuODU1IDIyOS41NDQgMzYuMjM1IDIyOS4yNSAzNi4zODEgMjI4LjgwNkw0MC4yODMgMjE3LjAxMUM0My40NDEgMjA3LjQ2NCA1MC4xOTIgMTk5LjkzOSA1OC43NTcgMTk2LjQxN0w2OS4zMzggMTkyLjA2OEM2OS43MzYgMTkxLjkwNSA3MCAxOTEuNDgxIDcwIDE5MS4wMDlDNzAgMTkwLjUzNiA2OS43MzcgMTkwLjExMiA2OS4zMzggMTg5Ljk1WiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8L3N2Zz4K) no-repeat;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: bottom right; }
  #services .services-item:last-child {
    padding-left: 140px; }
    @media (max-width: 991px) {
      #services .services-item:last-child {
        padding-left: 0; } }
  #services .services-item {
    position: relative;
    z-index: 9; }
    @media (max-width: 750px) {
      #services .services-item {
        padding-left: 0; } }
  #services .title-section {
    color: #fff;
    font-weight: bold; }
  #services .list-services {
    padding-left: 20px;
    list-style: inherit;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF; }
    #services .list-services li {
      margin-bottom: 5px; }

#features {
  padding: 60px 0; }
  #features .features-wrapper {
    margin-top: 35px; }
    @media (max-width: 767px) {
      #features .features-wrapper {
        margin-top: 20px; } }
    #features .features-wrapper .features-row {
      flex-wrap: wrap;
      display: flex;
      justify-content: space-between; }
      @media (max-width: 768px) {
        #features .features-wrapper .features-row {
          justify-content: space-evenly; } }
    #features .features-wrapper .features__item {
      width: 30%;
      padding: 20px;
      background: #FFFFFF;
      box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
      border-radius: 20px;
      margin-bottom: 40px; }
      @media (max-width: 991px) {
        #features .features-wrapper .features__item {
          width: 48%; } }
      @media (max-width: 692px) {
        #features .features-wrapper .features__item {
          width: 100%; } }
      #features .features-wrapper .features__item .title-feature {
        align-items: center;
        display: flex; }
        #features .features-wrapper .features__item .title-feature h3 {
          font-weight: 600;
          font-size: 16px;
          line-height: 24px;
          margin-left: 10px;
          color: #585858;
          margin-bottom: 0; }
      #features .features-wrapper .features__item .text-feature {
        margin-top: 20px;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 21px;
        color: #585858; }
      #features .features-wrapper .features__item .link-feature__block {
        margin-top: 30px;
        text-align: right; }
        #features .features-wrapper .features__item .link-feature__block .link-feature {
          font-style: normal;
          font-weight: 500;
          font-size: 12px;
          line-height: 18px;
          color: #7751DF; }

#projects {
  position: relative;
  padding: 40px 0;
  background: linear-gradient(90deg, #43CBFF 0%, #9708CC 100%); }
  #projects:after {
    position: absolute;
    content: "";
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAwIiBoZWlnaHQ9IjI1MCIgdmlld0JveD0iMCAwIDMwMCAyNTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIG9wYWNpdHk9IjAuMTUiPgo8cGF0aCBkPSJNMjI4LjIzIDUxLjIyMzhDMjI4LjIzIDQ0LjE4NTUgMjI1LjQ4MyAzNy41NTk4IDIyMC41MDUgMzIuNTgxNkwxOTUuNjQ5IDcuNzI1QzE5MC43NCAyLjgxNTQzIDE4My43NzEgMCAxNzYuODM2IDBIMTc1LjMyNVY1Mi43MzQ0SDIyOC4yMzFMMjI4LjIzIDUxLjIyMzhaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTYwLjUxIDE4MS4zNjlDMTYyLjE5MiAxNzYuMjYyIDE2NS4xMjggMTcxLjUwNyAxNjguOTU2IDE2Ny42NTRMMjI4LjQ2NSAxMDguMzg0VjcwLjMxMjVIMTY2LjcwN0MxNjEuODQ5IDcwLjMxMjUgMTU4LjIwMyA2Ni4zODE0IDE1OC4yMDMgNjEuNTIzNFYwSDI2LjM2NzJDMTEuODI3NyAwIDAgMTEuODI3NyAwIDI2LjM2NzJWMjczLjYzM0MwIDI4OC4xNzIgMTEuODI3NyAzMDAgMjYuMzY3MiAzMDBIMjAxLjg2M0MyMTYuNDAzIDMwMCAyMjguNDY1IDI4OC4xNzIgMjI4LjQ2NSAyNzMuNjMzVjIwOC4wMzdMMjE4LjgwNiAyMTcuNDYxQzIxNC44OTMgMjIxLjM0IDIxMC4zMDkgMjI0LjE2NCAyMDUuMTQyIDIyNS44ODlMMTc3LjE5NiAyMzUuMjE5TDE3Mi45MzggMjM1LjQ1MUMxNjUuOSAyMzUuNDUxIDE1OS4yNCAyMzIuMDI3IDE1NS4xMDMgMjI2LjI5M0MxNTEgMjIwLjU4NiAxNDkuODg1IDIxMy4xODcgMTUyLjExNiAyMDYuNTAxTDE2MC41MSAxODEuMzY5Wk00My45NDUzIDE1OC4yMDNIMTMxLjU1MUMxMzYuNDA5IDE1OC4yMDMgMTQwLjM0IDE2Mi4xMzQgMTQwLjM0IDE2Ni45OTJDMTQwLjM0IDE3MS44NSAxMzYuNDA5IDE3NS43ODEgMTMxLjU1MSAxNzUuNzgxSDQzLjk0NTNDMzkuMDg3MyAxNzUuNzgxIDM1LjE1NjIgMTcxLjg1IDM1LjE1NjIgMTY2Ljk5MkMzNS4xNTYyIDE2Mi4xMzQgMzkuMDg3MyAxNTguMjAzIDQzLjk0NTMgMTU4LjIwM1pNMzUuMTU2MiAxMzEuODM2QzM1LjE1NjIgMTI2Ljk3OCAzOS4wODczIDEyMy4wNDcgNDMuOTQ1MyAxMjMuMDQ3SDEzMS41NTFDMTM2LjQwOSAxMjMuMDQ3IDE0MC4zNCAxMjYuOTc4IDE0MC4zNCAxMzEuODM2QzE0MC4zNCAxMzYuNjk0IDEzNi40MDkgMTQwLjYyNSAxMzEuNTUxIDE0MC42MjVINDMuOTQ1M0MzOS4wODczIDE0MC42MjUgMzUuMTU2MiAxMzYuNjk0IDM1LjE1NjIgMTMxLjgzNlpNMzUuMTU2MiAyMDIuMTQ4QzM1LjE1NjIgMTk3LjI5IDM5LjA4NzMgMTkzLjM1OSA0My45NDUzIDE5My4zNTlIMTMxLjU1MUMxMzYuNDA5IDE5My4zNTkgMTQwLjM0IDE5Ny4yOSAxNDAuMzQgMjAyLjE0OEMxNDAuMzQgMjA3LjAwNiAxMzYuNDA5IDIxMC45MzggMTMxLjU1MSAyMTAuOTM4SDQzLjk0NTNDMzkuMDg3MyAyMTAuOTM4IDM1LjE1NjIgMjA3LjAwNiAzNS4xNTYyIDIwMi4xNDhaTTE2Ni43MDcgMjQ2LjA5NEMxNzEuNTY1IDI0Ni4wOTQgMTc1LjQ5NiAyNTAuMDI1IDE3NS40OTYgMjU0Ljg4M0MxNzUuNDk2IDI1OS43NDEgMTcxLjU2NSAyNjMuNjcyIDE2Ni43MDcgMjYzLjY3MkgxMTMuOTcyQzEwOS4xMTQgMjYzLjY3MiAxMDUuMTgzIDI1OS43NDEgMTA1LjE4MyAyNTQuODgzQzEwNS4xODMgMjUwLjAyNSAxMDkuMTE0IDI0Ni4wOTQgMTEzLjk3MiAyNDYuMDk0SDE2Ni43MDdaTTQzLjk0NTMgMTA1LjQ2OUMzOS4wODczIDEwNS40NjkgMzUuMTU2MiAxMDEuNTM4IDM1LjE1NjIgOTYuNjc5N0MzNS4xNTYyIDkxLjgyMTcgMzkuMDg3MyA4Ny44OTA2IDQzLjk0NTMgODcuODkwNkgxNjYuNzA3QzE3MS41NjUgODcuODkwNiAxNzUuNDk2IDkxLjgyMTcgMTc1LjQ5NiA5Ni42Nzk3QzE3NS40OTYgMTAxLjUzOCAxNzEuNTY1IDEwNS40NjkgMTY2LjcwNyAxMDUuNDY5SDQzLjk0NTNaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTc2LjQzMiAxODkuMTQ1TDE2OC43ODYgMjEyLjA4NUMxNjcuNjQgMjE1LjUyMiAxNzAuOTEgMjE4Ljc5MSAxNzQuMzQ2IDIxNy42NDNMMTk3LjI3MyAyMDkuOTg2TDE3Ni40MzIgMTg5LjE0NVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yNDQuNjkzIDExNi43ODFMMTg2LjgwOSAxNzQuNjY2TDIxMS43NzIgMTk5LjYyOUMyMjQuODU1IDE4Ni41NDQgMjUwLjMxMSAxNjEuMDg1IDI2OS42NTQgMTQxLjc0MkwyNDQuNjkzIDExNi43ODFaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMjk0LjgzNSA5MS41NzI3QzI5MS43NDUgODguNDY1NCAyODcuMTk2IDg2LjY4ODkgMjgyLjM3MiA4Ni42ODg5QzI3Ny41NDggODYuNjg4OSAyNzIuOTk5IDg4LjQ2NTQgMjY5Ljg5MiA5MS41ODE0TDI1Ny4xMiAxMDQuMzUzTDI4Mi4wOCAxMjkuMzEzQzI4OS4wNzIgMTIyLjMyIDI5My45MDUgMTE3LjQ4OCAyOTQuODUzIDExNi41NEMzMDEuNzE5IDEwOS42NjQgMzAxLjcxOCA5OC40NjQ0IDI5NC44MzUgOTEuNTcyN1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yOTQuODUzIDExNi41NDFDMjk0Ljg1MyAxMTYuNTQxIDI5NC44NTMgMTE2LjU0IDI5NC44NTQgMTE2LjUzOUMyOTQuODc2IDExNi41MTcgMjk0Ljg4NiAxMTYuNTA3IDI5NC45MDQgMTE2LjQ4OUMyOTQuODg2IDExNi41MDggMjk0Ljg3NiAxMTYuNTE4IDI5NC44NTMgMTE2LjU0MVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yOTQuOTA0IDExNi40ODlDMjk0LjkzMiAxMTYuNDYxIDI5NC45NjUgMTE2LjQyOCAyOTQuOTgyIDExNi40MTFDMjk0Ljk2NCAxMTYuNDI5IDI5NC45MzIgMTE2LjQ2MSAyOTQuOTA0IDExNi40ODlaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMjk0Ljk4MiAxMTYuNDExQzI5NS4wNCAxMTYuMzUzIDI5NS4wMzkgMTE2LjM1NCAyOTQuOTgyIDExNi40MTFWMTE2LjQxMVoiIGZpbGw9IndoaXRlIi8+CjwvZz4KPC9zdmc+Cg==) no-repeat;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: bottom 95%; }
  #projects .container {
    position: relative;
    z-index: 9; }
  #projects .title-section {
    color: #fff; }
    #projects .title-section .bold-title {
      color: #fff; }
  #projects .table-wrapper {
    margin-top: 40px;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 20px 40px 40px 40px; }
    @media (max-width: 992px) {
      #projects .table-wrapper {
        display: none; } }
    #projects .table-wrapper .projects__table {
      width: 100%; }
      #projects .table-wrapper .projects__table .header-table {
        height: 40px;
        border-bottom: 2px solid #E5E5E5; }
        #projects .table-wrapper .projects__table .header-table th {
          font-weight: 600;
          font-size: 14px;
          line-height: 21px;
          color: #969696; }
      #projects .table-wrapper .projects__table .project-item {
        height: 80px;
        border-bottom: 1px solid #E5E5E5; }
        #projects .table-wrapper .projects__table .project-item td {
          font-style: normal;
          font-weight: 600;
          font-size: 14px;
          line-height: 21px;
          color: #585858; }
          #projects .table-wrapper .projects__table .project-item td .spn-gray {
            color: #969696;
            font-weight: 400; }
          #projects .table-wrapper .projects__table .project-item td p {
            margin-bottom: 0; }
  #projects:after {
    position: absolute;
    content: ' ';
    top: 0;
    width: 100%;
    height: 100%;
    background-position: right bottom; }
  #projects .mob-carousel-wrapper {
    margin-top: 40px;
    display: none;
    width: 100%;
    z-index: 99;
    padding: 10px; }
    @media (max-width: 767px) {
      #projects .mob-carousel-wrapper {
        margin-top: 20px; } }
    #projects .mob-carousel-wrapper .slick-slide {
      padding: 0; }
    @media (max-width: 992px) {
      #projects .mob-carousel-wrapper {
        display: block; } }
    #projects .mob-carousel-wrapper .item-carousel .wrapper-item {
      border-radius: 20px;
      background: #fff;
      box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
      padding: 0 20px; }
      #projects .mob-carousel-wrapper .item-carousel .wrapper-item table {
        width: 100%; }
        #projects .mob-carousel-wrapper .item-carousel .wrapper-item table tr {
          height: 61px;
          border-bottom: 1px solid #E5E5E5; }
        #projects .mob-carousel-wrapper .item-carousel .wrapper-item table tr:last-child {
          border: none; }
        #projects .mob-carousel-wrapper .item-carousel .wrapper-item table th {
          width: 80px;
          font-weight: 600;
          font-size: 14px;
          line-height: 21px;
          color: #969696; }
        #projects .mob-carousel-wrapper .item-carousel .wrapper-item table td {
          font-weight: 600;
          font-size: 14px;
          line-height: 21px;
          color: #585858; }
          #projects .mob-carousel-wrapper .item-carousel .wrapper-item table td p {
            color: #585858;
            margin: 0;
            margin-left: 20px; }
  #projects .slick-dots {
    z-index: 999; }
  #projects .slick-dots li button:before {
    color: #fff;
    font-size: 11px; }

#faq {
  padding: 60px 0; }
  #faq .faq-wrapper {
    margin-top: 40px; }
    @media (max-with: 767px) {
      #faq .faq-wrapper {
        margin-top: 20px; } }
    #faq .faq-wrapper .faq-item {
      margin-bottom: 10px; }
      #faq .faq-wrapper .faq-item .open-faq {
        width: 100%;
        background: #FFFFFF;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
        border-radius: 20px;
        border: none;
        text-align: left;
        padding: 8px 20px;
        font-weight: 600;
        font-size: 14px;
        line-height: 21px;
        outline: none;
        position: relative;
        color: #585858; }
      #faq .faq-wrapper .faq-item .open-faq:after {
        content: '';
        position: absolute;
        right: 10px;
        width: 20px;
        height: 20px; }

.owl-item > div:after {
  font-family: sans-serif;
  font-size: 24px;
  font-weight: bold; }

.item-testimonial {
  position: relative; }
  .item-testimonial:before {
    position: absolute;
    content: "";
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2QpIj4KPGNpcmNsZSBjeD0iNTAiIGN5PSI0NSIgcj0iMzAiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcikiLz4KPC9nPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMV9kKSI+CjxwYXRoIGQ9Ik01NS41NTcxIDQ1LjEzOTlMNTIuMjc1MSA1N0g1OS42NTk3TDYzLjk4NiA0Ni4yNTg3QzY1LjcwMTYgNDIuMTU2MiA2NiA0MC43Mzg5IDY2IDM4Ljc5OTVDNjYgMzQuNTQ3OCA2Mi45NDE3IDMxLjYzODcgNTguNzY0NiAzMS42Mzg3QzU0LjY2MiAzMS42Mzg3IDUxLjYwMzcgMzQuNDczMiA1MS42MDM3IDM4Ljc5OTVDNTEuNjAzNyA0MS44NTc4IDUzLjA5NTYgNDQuMDk1NiA1NS41NTcxIDQ1LjEzOTlaTTM3Ljk1MzQgNDUuMTM5OUwzNC42NzEzIDU3SDQyLjA1NTlMNDYuMzgyMyA0Ni4yNTg3QzQ4LjA5NzkgNDIuMTU2MiA0OC4zOTYzIDQwLjczODkgNDguMzk2MyAzOC43OTk1QzQ4LjM5NjMgMzQuNTQ3OCA0NS4zMzggMzEuNjM4NyA0MS4xNjA4IDMxLjYzODdDMzcuMDU4MyAzMS42Mzg3IDM0IDM0LjQ3MzIgMzQgMzguNzk5NUMzNCA0MS44NTc4IDM1LjQ5MTggNDQuMDk1NiAzNy45NTM0IDQ1LjEzOTlaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2QiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIi8+CjxmZU9mZnNldCBkeT0iNSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxMCIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xNSAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93IiByZXN1bHQ9InNoYXBlIi8+CjwvZmlsdGVyPgo8ZmlsdGVyIGlkPSJmaWx0ZXIxX2QiIHg9IjI0IiB5PSIyMy42Mzg3IiB3aWR0aD0iNTIiIGhlaWdodD0iNDUuMzYxMyIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIvPgo8ZmVPZmZzZXQgZHk9IjIiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNSIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4yIDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3ciLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3ciIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhciIgeDE9IjUwIiB5MT0iNzUiIHgyPSI1MCIgeTI9IjE1IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiM3NzUxREYiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjQzI2RUUxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==) no-repeat;
    background-size: cover;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0; }
    @media (max-width: 767px) {
      .item-testimonial:before {
        top: 18px; } }

#testimonials {
  padding: 40px 0;
  background: linear-gradient(90deg, #43CBFF 0%, #9708CC 100%); }
  #testimonials .btn-wrapper {
    margin-top: 70px;
    padding-right: 70px; }
    @media (max-width: 692px) {
      #testimonials .btn-wrapper {
        padding-right: 0;
        padding: 0 20px; } }
  #testimonials .carousel-testimonials {
    z-index: 99; }
  #testimonials .title-section {
    color: #fff; }
    #testimonials .title-section .bold-title {
      color: #fff; }
  #testimonials .testimonials-wrapper {
    max-width: 620px;
    margin: 40px auto 0;
    position: relative; }
    @media (max-width: 767px) {
      #testimonials .testimonials-wrapper {
        margin: 0 auto 0; } }
    @media (max-width: 1200px) {
      #testimonials .testimonials-wrapper {
        width: 72%; } }
    @media (max-width: 992px) {
      #testimonials .testimonials-wrapper {
        width: 100%; } }
  #testimonials .phantom-slide {
    display: block;
    position: absolute;
    width: 400px;
    opacity: 0.25;
    height: 300px;
    padding: 25px !important;
    transform: scale(0.8);
    bottom: 80px; }
    #testimonials .phantom-slide__prev {
      left: 0;
      margin-left: -20px; }
    #testimonials .phantom-slide__next {
      right: 0;
      margin-right: -20px; }
    #testimonials .phantom-slide .testimonial-text {
      max-height: 120px;
      overflow: hidden; }
    @media (max-width: 992px) {
      #testimonials .phantom-slide {
        display: none; } }
  @media (max-width: 992px) {
    #testimonials .item-testimonial {
      padding-top: 40px; } }
  #testimonials .item-testimonial.slick-active {
    position: relative;
    left: 125px;
    opacity: 1;
    z-index: 99;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15); }
    #testimonials .item-testimonial.slick-active:before {
      position: absolute;
      left: -50px; }
      @media (max-width: 992px) {
        #testimonials .item-testimonial.slick-active:before {
          margin: 0 auto;
          top: -10px;
          left: 35%; } }
    @media (min-width: 993px) {
      #testimonials .item-testimonial.slick-active {
        width: 440px !important; } }
    @media (max-width: 992px) {
      #testimonials .item-testimonial.slick-active {
        position: relative;
        left: 0; } }
  #testimonials .slick-active + .item-testimonial {
    opacity: 0; }
    @media (max-width: 992px) {
      #testimonials .slick-active + .item-testimonial {
        opacity: 1; } }
  #testimonials .testimonials-container {
    width: 100%; }
    #testimonials .testimonials-container .item-testimonial .wrapper-item {
      background: #fff;
      border-radius: 20px;
      padding: 40px; }
      @media (max-width: 992px) {
        #testimonials .testimonials-container .item-testimonial .wrapper-item {
          padding: 20px;
          margin: 0 20px; } }
    #testimonials .testimonials-container .item-testimonial .grade-text {
      font-weight: bold;
      font-size: 12px;
      line-height: 18px;
      text-align: right;
      margin-bottom: 0;
      color: #7751DF; }
      @media (max-width: 992px) {
        #testimonials .testimonials-container .item-testimonial .grade-text {
          float: right; } }
    #testimonials .testimonials-container .item-testimonial .type-grade {
      margin-bottom: 0px;
      font-style: normal;
      font-weight: 500;
      font-size: 12px;
      line-height: 18px;
      color: #969696; }
    #testimonials .testimonials-container .item-testimonial .testimonial-text {
      margin: 20px 0;
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 21px;
      color: #585858; }
    #testimonials .testimonials-container .item-testimonial .user-and-date {
      display: flex;
      justify-content: space-between; }
      #testimonials .testimonials-container .item-testimonial .user-and-date p {
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        color: #969696; }
  #testimonials .testimonials-container {
    width: 100%; }
    #testimonials .testimonials-container .arrow-wrapper {
      width: 20%; }
      @media (max-width: 1200px) {
        #testimonials .testimonials-container .arrow-wrapper {
          width: 14%; } }
      @media (max-width: 992px) {
        #testimonials .testimonials-container .arrow-wrapper {
          display: none; } }
  #testimonials .slick-slide {
    padding: 0 20px; }
    #testimonials .slick-slide.slick-active {
      padding: 0; }
  #testimonials .slick-prev, #testimonials .slick-next {
    background-size: contain;
    width: 40px;
    height: 40px;
    top: 50%; }
    #testimonials .slick-prev.slick-disabled, #testimonials .slick-next.slick-disabled {
      display: none !important; }
    @media (max-width: 767px) {
      #testimonials .slick-prev, #testimonials .slick-next {
        display: none !important; } }
  #testimonials .slick-prev {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBvcGFjaXR5PSIwLjMiIHI9IjE5LjUiIHRyYW5zZm9ybT0ibWF0cml4KC0xIDAgMCAxIDIwIDIwKSIgc3Ryb2tlPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTYuNTI0MyAxMy4yMTE0QzE2LjgwNjIgMTIuOTI5NCAxNy4yNTAxIDEyLjkyOTQgMTcuNTMyMSAxMy4yMTE0QzE3LjgwNDUgMTMuNDgzOCAxNy44MDQ1IDEzLjkzNzMgMTcuNTMyMSAxNC4yMDkxTDEyLjQyMTkgMTkuMzE5MkgyOS4yODQ4QzI5LjY3NzkgMTkuMzE5MiAzMC4wMDA1IDE5LjYzMTcgMzAuMDAwNSAyMC4wMjQ4QzMwLjAwMDUgMjAuNDE3OSAyOS42Nzc5IDIwLjc0MDUgMjkuMjg0OCAyMC43NDA1SDEyLjQyMTlMMTcuNTMyMSAyNS44NDExQzE3LjgwNDUgMjYuMTIzMSAxNy44MDQ1IDI2LjU3NzEgMTcuNTMyMSAyNi44NDg5QzE3LjI1MDEgMjcuMTMwOSAxNi44MDYyIDI3LjEzMDkgMTYuNTI0MyAyNi44NDg5TDEwLjIwNDMgMjAuNTI5QzkuOTMxODkgMjAuMjU2NiA5LjkzMTg5IDE5LjgwMzEgMTAuMjA0MyAxOS41MzEzTDE2LjUyNDMgMTMuMjExNFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=) no-repeat;
    left: -10%; }
  #testimonials .slick-next {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBvcGFjaXR5PSIwLjMiIGN4PSIyMCIgY3k9IjIwIiByPSIxOS41IiBzdHJva2U9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yMy40NzU3IDEzLjIxMTRDMjMuMTkzOCAxMi45Mjk0IDIyLjc0OTkgMTIuOTI5NCAyMi40Njc5IDEzLjIxMTRDMjIuMTk1NSAxMy40ODM4IDIyLjE5NTUgMTMuOTM3MyAyMi40Njc5IDE0LjIwOTFMMjcuNTc4MSAxOS4zMTkySDEwLjcxNTJDMTAuMzIyMSAxOS4zMTkyIDkuOTk5NTIgMTkuNjMxNyA5Ljk5OTUyIDIwLjAyNDhDOS45OTk1MiAyMC40MTc5IDEwLjMyMjEgMjAuNzQwNSAxMC43MTUyIDIwLjc0MDVIMjcuNTc4MUwyMi40Njc5IDI1Ljg0MTFDMjIuMTk1NSAyNi4xMjMxIDIyLjE5NTUgMjYuNTc3MSAyMi40Njc5IDI2Ljg0ODlDMjIuNzQ5OSAyNy4xMzA5IDIzLjE5MzggMjcuMTMwOSAyMy40NzU3IDI2Ljg0ODlMMjkuNzk1NyAyMC41MjlDMzAuMDY4MSAyMC4yNTY2IDMwLjA2ODEgMTkuODAzMSAyOS43OTU3IDE5LjUzMTNMMjMuNDc1NyAxMy4yMTE0WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==) no-repeat;
    right: -10%; }
  #testimonials .slick-dots {
    bottom: -35px; }
    #testimonials .slick-dots li button:before {
      color: #fff;
      font-size: 11px; }

#about {
  padding-top: 40px; }
  #about .open-full:after {
    display: none !important; }
  #about .title-section {
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      #about .title-section {
        flex-direction: column;
        align-items: baseline; } }
    #about .title-section h2 {
      margin-bottom: 0; }
    @media (max-width: 767px) {
      #about .title-section {
        display: block; } }
  #about .about-wrapper {
    position: relative;
    overflow: hidden;
    margin-top: 40px;
    justify-content: space-between;
    display: flex; }
    @media (max-width: 768px) {
      #about .about-wrapper {
        flex-direction: column; } }
    #about .about-wrapper .content-right, #about .about-wrapper .content-left {
      max-width: 530px;
      margin: 0 20px; }
      @media (max-width: 768px) {
        #about .about-wrapper .content-right, #about .about-wrapper .content-left {
          max-width: 100%; } }
    #about .about-wrapper .title-about-par {
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 24px;
      margin-top: 20px;
      margin-bottom: 10px;
      color: #585858; }
    #about .about-wrapper .title-about-par:first-child {
      margin-top: 0; }
    #about .about-wrapper .with-marg {
      margin-top: 20px;
      margin-bottom: 12px; }
    #about .about-wrapper p {
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 21px;
      margin-bottom: 10px;
      color: #585858; }
    #about .about-wrapper ul li {
      margin-bottom: 10px;
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 21px;
      color: #585858;
      list-style-type: none; }
      #about .about-wrapper ul li .bold-title {
        font-weight: 600;
        color: #585858; }
      #about .about-wrapper ul li:before {
        font-size: 20px;
        font-weight: bold;
        color: #997CE7;
        content: "\2022";
        padding-right: 6px; }
  #about .open-full {
    max-height: 100%;
    overflow: inherit; }

.btn-wrapper {
  margin-top: 30px;
  width: 100%;
  text-align: right;
  padding: 0 30px; }
  @media (max-width: 692px) {
    .btn-wrapper {
      padding: 0;
      padding: 0 20px; } }
  .btn-wrapper .rose {
    padding: 7px 20px;
    border: 1px solid #7751DF;
    box-sizing: border-box;
    border-radius: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #7751DF; }
    @media (max-width: 692px) {
      .btn-wrapper .rose {
        width: 100%;
        display: block;
        text-align: center; } }
  .btn-wrapper .white {
    padding: 7px 20px;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #fff; }
    @media (max-width: 692px) {
      .btn-wrapper .white {
        width: 100%;
        display: block;
        text-align: center; } }

#go-order .order-wrapper {
  width: 100%;
  height: 500px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwMCIgaGVpZ2h0PSI4MjUiIHZpZXdCb3g9IjAgMCAxMDAwIDgyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZCkiPgo8cGF0aCBkPSJNOTIzLjQ5MyAxNUM5MjMuNDkzIDE1IDg0Ny4xNzQgNjUuNTI2MyA3ODYuMTE5IDE0NC42ODRDNzA2LjQwOSA4NC4wNTI2IDYwOC4wNDMgNDYuOTk5OSA0OTkuNTAxIDQ2Ljk5OTlDMzkwLjk1OSA0Ni45OTk5IDI5MC44OTcgODQuMDUyNiAyMTIuODgyIDE0NC42ODRDMTUxLjgyNyA2NS41MjYzIDc1LjUwODkgMTUgNzUuNTA4OSAxNUMtMTcuNzY5NCAxNzguMzY4IDI4LjAyMTggMzA2LjM2OCA1OC41NDkyIDM1OC41NzlDNDEuNTg5NSA0MDUuNzM3IDMzLjEwOTcgNDU2LjI2MyAzMy4xMDk3IDUxMC4xNThDMzMuMTA5NyA3NjYuMTU4IDI0MS43MTMgOTc1IDUwMS4xOTcgOTc1Qzc2MC42OCA5NzUgOTY5LjI4NCA3NjcuODQyIDk2OS4yODQgNTEwLjE1OEM5NjkuMjg0IDQ1Ny45NDcgOTU5LjEwOCA0MDUuNzM3IDk0My44NDQgMzU4LjU3OUM5NzAuOTggMzA2LjM2OCAxMDE4LjQ3IDE3OC4zNjggOTIzLjQ5MyAxNVpNMjgwLjcyMSA1MTAuMTU4QzI4MC43MjEgMzkwLjU3OSAzNzkuMDg3IDQ3OS44NDIgNDk5LjUwMSA0NzkuODQyQzYxOS45MTUgNDc5Ljg0MiA3MTguMjggMzkwLjU3OSA3MTguMjggNTEwLjE1OEM3MTguMjggNTQzLjg0MiA3MDkuODAxIDU3Ny41MjYgNjk2LjIzMyA2MDYuMTU4QzY4Mi42NjUgNTk0LjM2OSA2NjUuNzA1IDU4Ny42MzIgNjQ3LjA1IDU4Ny42MzJDNjA0LjY1IDU4Ny42MzIgNTcwLjczMSA2MjEuMzE2IDU3MC43MzEgNjYzLjQyMUM1NzAuNzMxIDY4MC4yNjMgNTc3LjUxNSA2OTcuMTA1IDU4Ny42OTEgNzEwLjU3OUM1NjAuNTU1IDcyMi4zNjggNTMxLjcyNCA3MjcuNDIxIDUwMS4xOTcgNzI3LjQyMUMzNzkuMDg3IDcyNy40MjEgMjgwLjcyMSA2MjkuNzM3IDI4MC43MjEgNTEwLjE1OFoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcikiLz4KPHBhdGggZD0iTTkyMy40OTMgMTVDOTIzLjQ5MyAxNSA4NDcuMTc0IDY1LjUyNjMgNzg2LjExOSAxNDQuNjg0QzcwNi40MDkgODQuMDUyNiA2MDguMDQzIDQ2Ljk5OTkgNDk5LjUwMSA0Ni45OTk5QzM5MC45NTkgNDYuOTk5OSAyOTAuODk3IDg0LjA1MjYgMjEyLjg4MiAxNDQuNjg0QzE1MS44MjcgNjUuNTI2MyA3NS41MDg5IDE1IDc1LjUwODkgMTVDLTE3Ljc2OTQgMTc4LjM2OCAyOC4wMjE4IDMwNi4zNjggNTguNTQ5MiAzNTguNTc5QzQxLjU4OTUgNDA1LjczNyAzMy4xMDk3IDQ1Ni4yNjMgMzMuMTA5NyA1MTAuMTU4QzMzLjEwOTcgNzY2LjE1OCAyNDEuNzEzIDk3NSA1MDEuMTk3IDk3NUM3NjAuNjggOTc1IDk2OS4yODQgNzY3Ljg0MiA5NjkuMjg0IDUxMC4xNThDOTY5LjI4NCA0NTcuOTQ3IDk1OS4xMDggNDA1LjczNyA5NDMuODQ0IDM1OC41NzlDOTcwLjk4IDMwNi4zNjggMTAxOC40NyAxNzguMzY4IDkyMy40OTMgMTVaTTI4MC43MjEgNTEwLjE1OEMyODAuNzIxIDM5MC41NzkgMzc5LjA4NyA0NzkuODQyIDQ5OS41MDEgNDc5Ljg0MkM2MTkuOTE1IDQ3OS44NDIgNzE4LjI4IDM5MC41NzkgNzE4LjI4IDUxMC4xNThDNzE4LjI4IDU0My44NDIgNzA5LjgwMSA1NzcuNTI2IDY5Ni4yMzMgNjA2LjE1OEM2ODIuNjY1IDU5NC4zNjkgNjY1LjcwNSA1ODcuNjMyIDY0Ny4wNSA1ODcuNjMyQzYwNC42NSA1ODcuNjMyIDU3MC43MzEgNjIxLjMxNiA1NzAuNzMxIDY2My40MjFDNTcwLjczMSA2ODAuMjYzIDU3Ny41MTUgNjk3LjEwNSA1ODcuNjkxIDcxMC41NzlDNTYwLjU1NSA3MjIuMzY4IDUzMS43MjQgNzI3LjQyMSA1MDEuMTk3IDcyNy40MjFDMzc5LjA4NyA3MjcuNDIxIDI4MC43MjEgNjI5LjczNyAyODAuNzIxIDUxMC4xNThaIiBmaWxsPSJ1cmwoI3BhaW50MV9saW5lYXIpIi8+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZCIgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMDAiIGhlaWdodD0iMTAwMCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIvPgo8ZmVPZmZzZXQgZHk9IjUiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMTAiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMTUgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvdyIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvdyIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyIiB4MT0iOTgwIiB5MT0iNDIzLjY1NiIgeDI9IjE5Ljk5OTkiIHkyPSI0MjMuNjU2IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiM1REM5RkMiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRTc5MkVGIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQxX2xpbmVhciIgeDE9IjIwIiB5MT0iNDM3LjczNiIgeDI9Ijk4MCIgeTI9IjQzNy43MzYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzQzQ0JGRiIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM5NzA4Q0MiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K) no-repeat;
  background-position: center 100px; }
  @media (max-width: 992px) {
    #go-order .order-wrapper {
      background-position: center 130px;
      background-size: cover; } }
  #go-order .order-wrapper .order__title-section {
    font-weight: bold;
    margin: 0 auto;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    margin-top: 270px;
    max-width: 760px;
    color: #FFFFFF; }
    @media (max-width: 767px) {
      #go-order .order-wrapper .order__title-section {
        font-size: 24px;
        line-height: 28px;
        margin-top: 240px; } }
  #go-order .order-wrapper .btn-wrapper {
    margin-top: 40px;
    text-align: center; }
    #go-order .order-wrapper .btn-wrapper .go-order__btn {
      background: #FFFFFF;
      border-radius: 20px;
      font-weight: bold;
      font-size: 14px;
      line-height: 21px;
      color: #7751DF;
      padding: 10px 15px; }
      #go-order .order-wrapper .btn-wrapper .go-order__btn img {
        margin-left: 6px; }

#popular-categories {
  background: #34154C; }
  #popular-categories .container {
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15); }
    @media (max-width: 767px) {
      #popular-categories .container {
        border: 0;
        padding-bottom: 0;
        padding-top: 0; } }
  #popular-categories .title-section {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.4); }
    @media (max-width: 767px) {
      #popular-categories .title-section {
        font-size: 24px; } }
  #popular-categories li {
    margin-bottom: 10px; }
    #popular-categories li a {
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 21px;
      color: #FFFFFF; }
  @media (max-width: 992px) {
    #popular-categories .category-column:last-child {
      display: none; } }
  @media (max-width: 768px) {
    #popular-categories .category-column {
      display: none; } }
  #popular-categories .show-mob-default {
    display: block; }
  #popular-categories .show-mob {
    display: block; }
  #popular-categories .more-categories {
    display: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.4); }
    @media (max-width: 768px) {
      #popular-categories .more-categories {
        display: block; } }

#footer {
  padding: 40px 0;
  padding-bottom: 20px;
  background: #34154C; }
  @media (max-width: 768px) {
    #footer {
      padding-top: 0px; } }
  #footer .address_socials {
    padding-left: 0; }
    @media (max-width: 992px) {
      #footer .address_socials {
        order: 999;
        flex: 100%;
        padding-top: 20px;
        display: flex;
        justify-content: space-between;
        border-top: 2px solid rgba(255, 255, 255, 0.15); } }
    @media (max-width: 768px) {
      #footer .address_socials {
        display: block;
        text-align: center; }
        #footer .address_socials img {
          margin-bottom: 10px; } }
    #footer .address_socials .social-block a {
      margin-right: 7px;
      display: inline-block;
      position: relative;
      border-radius: 50%;
      padding: 3px 12px;
      background: rgba(255, 255, 255, 0.15); }
      #footer .address_socials .social-block a:last-child {
        margin-right: 0; }
      #footer .address_socials .social-block a i {
        font-size: 15px;
        color: #34154C; }
    #footer .address_socials .social-block .inst {
      padding: 3px 9px; }
    @media (max-width: 992px) {
      #footer .address_socials .social-block a {
        margin-right: 14px;
        padding: 6px 14px; }
        #footer .address_socials .social-block a:last-child {
          margin-right: 0; }
        #footer .address_socials .social-block a i {
          font-size: 23px; }
      #footer .address_socials .social-block .inst {
        padding: 6px 10px; } }
    #footer .address_socials .address-block {
      margin-top: 10px; }
      @media (max-width: 992px) {
        #footer .address_socials .address-block {
          margin-top: 0px; } }
      #footer .address_socials .address-block p {
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        color: #FFFFFF; }
        #footer .address_socials .address-block p a {
          ont-weight: 500;
          font-size: 14px;
          line-height: 21px;
          color: #FFFFFF; }
  @media (max-width: 768px) {
    #footer .menu_company {
      cursor: pointer;
      padding: 20px 0px 15px 20px;
      border-bottom: 2px solid rgba(255, 255, 255, 0.15); } }
  #footer .title-section__footer {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 0.4; }
    #footer .title-section__footer h4 {
      font-size: 16px; }
      @media (max-width: 768px) {
        #footer .title-section__footer h4 {
          cursor: pointer; } }
  @media (max-width: 768px) {
    #footer .accept {
      padding-top: 20px; }
      #footer .accept .menu-block {
        display: block !important; } }
  #footer .menu-block ul li {
    margin-bottom: 7px; }
    #footer .menu-block ul li a {
      ont-weight: 500;
      font-size: 14px;
      line-height: 21px;
      color: #FFFFFF; }
  @media (max-width: 768px) {
    #footer .menu-block {
      display: none; } }
  #footer .accept ul li {
    display: inline-block;
    margin-right: 10px; }
  #footer .copy {
    width: 100%;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    margin-top: 20px;
    opacity: 0.4; }

.essay-wrp {
  margin-top: 25px; }
  @media (max-width: 991px) {
    .essay-wrp .form-block-group:last-child {
      flex-direction: column;
      align-items: inherit; } }
  @media (max-width: 991px) {
    .essay-wrp .form-block-group:last-child .lbl-value {
      box-shadow: none !important; } }
  @media (max-width: 991px) {
    .essay-wrp .btn-form {
      width: 100% !important;
      height: 40px !important;
      line-height: 40px !important; } }
  @media (max-width: 767px) {
    .essay-wrp .form-wrapper {
      margin-bottom: 30px; } }

.essay__title {
  font-size: 30px;
  line-height: 45px;
  text-transform: capitalize;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #7751df; }

.essay__topic {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px; }
  .essay__topic a {
    color: #7751df;
    text-transform: capitalize; }

.essay__body p {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px; }

.breadcrumb {
  background: none;
  font-size: 12px;
  line-height: 18px;
  color: #969696;
  align-items: center;
  padding: 0;
  margin-bottom: 30px;
  text-transform: capitalize; }
  .breadcrumb a {
    color: #7751df; }
  .breadcrumb svg {
    margin: 0 10px; }

.free-paper__title {
  text-transform: capitalize; }

.free-paper__sub-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #333; }
  .free-paper__sub-title a {
    color: #333; }

.free-paper__tag a {
  color: #7751df;
  text-transform: capitalize; }

.free-paper__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #333;
  margin-bottom: 0; }

.free-paper__wrp {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.free-paper__item {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px; }
  .free-paper__item-title {
    color: #7751DF;
    text-transform: capitalize; }

.related-essays a {
  color: #7751DF; }

.related-essays h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #333; }

.related-essays__item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4); }
  .related-essays__item:last-child {
    border: 0; }

#loader-container .subscribe {
  width: auto;
  background: inherit; }
  #loader-container .subscribe:after {
    display: none; }
  #loader-container .subscribe .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px; }
    #loader-container .subscribe .lds-ellipsis div {
      position: absolute;
      top: 27px;
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background: #fff;
      animation-timing-function: cubic-bezier(0, 1, 1, 0); }
      #loader-container .subscribe .lds-ellipsis div:nth-child(1) {
        left: 6px;
        animation: lds-ellipsis1 0.6s infinite; }
      #loader-container .subscribe .lds-ellipsis div:nth-child(2) {
        left: 6px;
        animation: lds-ellipsis2 0.6s infinite; }
      #loader-container .subscribe .lds-ellipsis div:nth-child(3) {
        left: 26px;
        animation: lds-ellipsis2 0.6s infinite; }
      #loader-container .subscribe .lds-ellipsis div:nth-child(4) {
        left: 45px;
        animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(19px, 0); } }

.gray-color {
  color: #969696 !important;
  font-weight: 400; }

.rose-color {
  color: #7751DF !important; }

.text-section {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #2A2A2A; }

.features-row {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between; }
  .features-row .features__item {
    width: 30%;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    word-break: break-word; }
    @media (max-width: 992px) {
      .features-row .features__item {
        width: 100%; } }
    .features-row .features__item .title-feature p {
      font-weight: 700;
      font-size: 16px;
      line-height: 24px;
      margin: 10px 0 10px; }
    .features-row .features__item .text-feature {
      margin-top: 0;
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 21px;
      color: #2A2A2A; }
  .features-row .w-50 {
    width: 48% !important; }
    @media (max-width: 992px) {
      .features-row .w-50 {
        width: 100% !important; } }

.background-rose {
  background: linear-gradient(90deg, #43CBFF 0%, #9708CC 100%);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 5px; }

.about-page {
  padding-bottom: 40px; }
  .about-page .image-block img {
    background-size: contain;
    width: 100%;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    margin-bottom: 20px; }
  .about-page p {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #2A2A2A; }

.our-values {
  padding: 0;
  padding-bottom: 40px; }
  .our-values .container-with-padding {
    padding: 40px; }
  .our-values p {
    margin-bottom: 20px; }
  .our-values .our-values__text {
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF; }
  .our-values .our-values__footer-text {
    color: #ffffff;
    font-weight: 900;
    font-size: 30px;
    line-height: 45px; }

.writers-block .title-section {
  margin-bottom: 20px; }

.writers-block p {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #2A2A2A; }

.writers-block .footer-writers {
  text-align: right;
  color: #5A2FE2;
  font-weight: bold;
  position: absolute;
  right: 20px;
  bottom: 0px; }

.writers-block .writers-wrapper {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; }
  @media (max-width: 992px) {
    .writers-block .writers-wrapper {
      display: block;
      margin-bottom: 0px;
      margin-top: 0px; }
      .writers-block .writers-wrapper.first-line {
        margin-top: 80px; } }

.writers-block .item-writer {
  padding: 20px;
  padding-bottom: 40px;
  padding-top: 60px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  position: relative;
  width: 48%; }
  @media (max-width: 992px) {
    .writers-block .item-writer {
      margin-bottom: 80px;
      width: 100%; } }
  .writers-block .item-writer .block-image {
    position: absolute;
    top: -60px; }

@media (max-width: 992px) {
  .writers-block .second-line .item-writer:last-child {
    margin-bottom: 20px; } }

.page {
  background: #fff; }

.our-values .bold-title {
  color: #fff; }

