/*!
 * Primary color settings
 */
/*!
 * 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: #514eea;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #faf4f3;
  --red: #e80029;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #1b7450;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #ff5e59;
  --secondary: #514eea;
  --success: #1b7450;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #e80029;
  --light: #f8f9fa;
  --dark: #3f3f3f;
  --blue-dark: #081430;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --font-family-sans-serif: "Graphik Web", 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: "Graphik Web", 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: #3f3f3f;
  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: #ff5e59;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #ff140d;
    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-family: "Henk-Work", serif;
  font-weight: 500;
  line-height: 1.2; }

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

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

.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\00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  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: #faf4f3;
  word-break: break-word; }
  a > code {
    color: inherit; }

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

pre {
  display: block;
  font-size: 87.5%;
  color: #3f3f3f; }
  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; } }
  @media (min-width: 1400px) {
    .container {
      max-width: 1366px; } }
.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-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  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.33333333%;
  max-width: 8.33333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .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.33333333%; }
  .offset-sm-2 {
    margin-left: 16.66666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333333%; }
  .offset-sm-5 {
    margin-left: 41.66666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333333%; }
  .offset-sm-8 {
    margin-left: 66.66666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333333%; }
  .offset-sm-11 {
    margin-left: 91.66666667%; } }

@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.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .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.33333333%; }
  .offset-md-2 {
    margin-left: 16.66666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333333%; }
  .offset-md-5 {
    margin-left: 41.66666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333333%; }
  .offset-md-8 {
    margin-left: 66.66666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333333%; }
  .offset-md-11 {
    margin-left: 91.66666667%; } }

@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.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .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.33333333%; }
  .offset-lg-2 {
    margin-left: 16.66666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333333%; }
  .offset-lg-5 {
    margin-left: 41.66666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333333%; }
  .offset-lg-8 {
    margin-left: 66.66666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333333%; }
  .offset-lg-11 {
    margin-left: 91.66666667%; } }

@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.33333333%;
    max-width: 8.33333333%; }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .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.33333333%; }
  .offset-xl-2 {
    margin-left: 16.66666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333333%; }
  .offset-xl-5 {
    margin-left: 41.66666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333333%; }
  .offset-xl-8 {
    margin-left: 66.66666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333333%; }
  .offset-xl-11 {
    margin-left: 91.66666667%; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333333%; }
  .offset-xxl-2 {
    margin-left: 16.66666667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333333%; }
  .offset-xxl-5 {
    margin-left: 41.66666667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333333%; }
  .offset-xxl-8 {
    margin-left: 66.66666667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333333%; }
  .offset-xxl-11 {
    margin-left: 91.66666667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #3f3f3f; }
  .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: #3f3f3f;
  background-color: rgba(0, 0, 0, 0.075); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-blue-dark th,
.table-blue-dark td,
.table-blue-dark thead th,
.table-blue-dark tbody + tbody {
  border-color: #7f8593; }

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

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

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxl > .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 + 1.625rem + 2px);
  padding: 0.8125rem 1.25rem;
  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.375rem;
  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: #ffdad9;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 94, 89, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9e9e9;
    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.8125rem + 1px);
  padding-bottom: calc(0.8125rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #3f3f3f;
  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.0625em + 1.125rem + 2px);
  padding: 0.5625rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.0625;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.125em + 2rem + 2px);
  padding: 1rem 2rem;
  font-size: 1rem;
  line-height: 1.125;
  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: #1b7450; }

.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(27, 116, 80, 0.9);
  border-radius: 0.375rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #1b7450;
  padding-right: calc(1.5em + 1.625rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231b7450' 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.40625rem);
  background-size: calc(0.75em + 0.8125rem) calc(0.75em + 0.8125rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #1b7450;
    box-shadow: 0 0 0 0.2rem rgba(27, 116, 80, 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 + 1.625rem);
  background-position: top calc(0.375em + 0.40625rem) right calc(0.375em + 0.40625rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #1b7450;
  padding-right: calc((1em + 1.625rem) * 3 / 4 + 2.25rem);
  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 1.25rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231b7450' 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 2.25rem/8px 10px; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #1b7450;
    box-shadow: 0 0 0 0.2rem rgba(27, 116, 80, 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: #1b7450; }

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

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

.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(27, 116, 80, 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: #1b7450; }

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

.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: #1b7450;
  box-shadow: 0 0 0 0.2rem rgba(27, 116, 80, 0.25); }

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

.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(232, 0, 41, 0.9);
  border-radius: 0.375rem; }

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

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

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

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

.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(232, 0, 41, 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: #e80029; }

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

.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: #e80029;
  box-shadow: 0 0 0 0.2rem rgba(232, 0, 41, 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: #3f3f3f;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5625rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  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: #3f3f3f;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 94, 89, 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: #ff5e59;
  border-color: #ff5e59; }
  .btn-primary:hover {
    color: #fff;
    background-color: #ff3933;
    border-color: #ff2d26; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 118, 114, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #ff5e59;
    border-color: #ff5e59; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff2d26;
    border-color: #ff2019; }
    .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(255, 118, 114, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #514eea;
  border-color: #514eea; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #2f2ce6;
    border-color: #2420e5; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(107, 105, 237, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #514eea;
    border-color: #514eea; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #2420e5;
    border-color: #1e1ade; }
    .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(107, 105, 237, 0.5); }

.btn-success {
  color: #fff;
  background-color: #1b7450;
  border-color: #1b7450; }
  .btn-success:hover {
    color: #fff;
    background-color: #14553b;
    border-color: #114b33; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(61, 137, 106, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #1b7450;
    border-color: #1b7450; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #114b33;
    border-color: #0f402c; }
    .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(61, 137, 106, 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: #3f3f3f;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #3f3f3f;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(226, 174, 15, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #3f3f3f;
    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: #3f3f3f;
    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(226, 174, 15, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #e80029;
  border-color: #e80029; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c20022;
    border-color: #b50020; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(235, 38, 73, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #e80029;
    border-color: #e80029; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b50020;
    border-color: #a8001e; }
    .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(235, 38, 73, 0.5); }

.btn-light {
  color: #3f3f3f;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #3f3f3f;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 221, 222, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #3f3f3f;
    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: #3f3f3f;
    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(220, 221, 222, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #3f3f3f;
  border-color: #3f3f3f; }
  .btn-dark:hover {
    color: #fff;
    background-color: #2c2c2c;
    border-color: #262626; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(92, 92, 92, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #3f3f3f;
    border-color: #3f3f3f; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #262626;
    border-color: #1f1f1f; }
    .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(92, 92, 92, 0.5); }

.btn-blue-dark {
  color: #fff;
  background-color: #081430;
  border-color: #081430; }
  .btn-blue-dark:hover {
    color: #fff;
    background-color: #03060f;
    border-color: #010204; }
  .btn-blue-dark:focus, .btn-blue-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(45, 55, 79, 0.5); }
  .btn-blue-dark.disabled, .btn-blue-dark:disabled {
    color: #fff;
    background-color: #081430;
    border-color: #081430; }
  .btn-blue-dark:not(:disabled):not(.disabled):active, .btn-blue-dark:not(:disabled):not(.disabled).active, .show > .btn-blue-dark.dropdown-toggle {
    color: #fff;
    background-color: #010204;
    border-color: black; }
    .btn-blue-dark:not(:disabled):not(.disabled):active:focus, .btn-blue-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-blue-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(45, 55, 79, 0.5); }

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

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

.btn-outline-success {
  color: #1b7450;
  border-color: #1b7450; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #1b7450;
    border-color: #1b7450; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(27, 116, 80, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #1b7450;
    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: #1b7450;
    border-color: #1b7450; }
    .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(27, 116, 80, 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: #3f3f3f;
    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: #3f3f3f;
    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: #e80029;
  border-color: #e80029; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #e80029;
    border-color: #e80029; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(232, 0, 41, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #e80029;
    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: #e80029;
    border-color: #e80029; }
    .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(232, 0, 41, 0.5); }

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

.btn-outline-blue-dark {
  color: #081430;
  border-color: #081430; }
  .btn-outline-blue-dark:hover {
    color: #fff;
    background-color: #081430;
    border-color: #081430; }
  .btn-outline-blue-dark:focus, .btn-outline-blue-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(8, 20, 48, 0.5); }
  .btn-outline-blue-dark.disabled, .btn-outline-blue-dark:disabled {
    color: #081430;
    background-color: transparent; }
  .btn-outline-blue-dark:not(:disabled):not(.disabled):active, .btn-outline-blue-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-blue-dark.dropdown-toggle {
    color: #fff;
    background-color: #081430;
    border-color: #081430; }
    .btn-outline-blue-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(8, 20, 48, 0.5); }

.btn-link {
  font-weight: 400;
  color: #ff5e59;
  text-decoration: none; }
  .btn-link:hover {
    color: #ff140d;
    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: 1rem 2rem;
  font-size: 1rem;
  line-height: 1.125;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.5625rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.0625;
  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: #3f3f3f;
  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.375rem; }

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

@media (min-width: 1400px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxl-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 #e9e9e9; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #3f3f3f;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #323232;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #3f3f3f;
    text-decoration: none;
    background-color: #ff5e59; }
  .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: #3f3f3f; }

.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: 1.5rem;
  padding-left: 1.5rem; }
  .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.5625rem;
  padding-left: 0.5625rem; }

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

.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.8125rem 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9e9e9;
  border: 1px solid #ced4da;
  border-radius: 0.375rem; }
  .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.125em + 2rem + 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: 1rem 2rem;
  font-size: 1rem;
  line-height: 1.125;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.0625em + 1.125rem + 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.5625rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.0625;
  border-radius: 0.2rem; }

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

.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: #ff5e59;
    background-color: #ff5e59; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(255, 94, 89, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #ffdad9; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: white;
    border-color: white; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9e9e9; }

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

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

.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(255, 94, 89, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(255, 94, 89, 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(255, 94, 89, 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(255, 94, 89, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.625rem + 2px);
  padding: 0.8125rem 2.25rem 0.8125rem 1.25rem;
  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 1.25rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #ffdad9;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 94, 89, 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: 1.25rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9e9e9; }
  .custom-select::-ms-expand {
    display: none; }

.custom-select-sm {
  height: calc(1.0625em + 1.125rem + 2px);
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  padding-left: 0.75rem;
  font-size: 0.875rem; }

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.625rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #ffdad9;
    box-shadow: 0 0 0 0.2rem rgba(255, 94, 89, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9e9e9; }
  .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 + 1.625rem + 2px);
  padding: 0.8125rem 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.375rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1.625rem);
    padding: 0.8125rem 1.25rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9e9e9;
    border-left: inherit;
    border-radius: 0 0.375rem 0.375rem 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(255, 94, 89, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 94, 89, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 94, 89, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #ff5e59;
    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: white; }
  .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: #ff5e59;
    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: white; }
  .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: #ff5e59;
    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: white; }
  .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 #e9e9e9; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9e9e9 #e9e9e9 #e9e9e9; }
    .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: transparent;
    border-color: #dee2e6 #dee2e6 transparent; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.375rem; }

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

.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 0.9375rem; }
  .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.375rem;
  padding-bottom: 0.375rem;
  margin-right: 0.9375rem;
  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.375rem; }
  .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: 1.25rem;
        padding-left: 1.25rem; }
    .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: 1.25rem;
        padding-left: 1.25rem; }
    .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: 1.25rem;
        padding-left: 1.25rem; }
    .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: 1.25rem;
        padding-left: 1.25rem; }
    .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; } }

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

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 1.25rem;
        padding-left: 1.25rem; }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .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: 1.25rem;
      padding-left: 1.25rem; }
  .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: #ff5e59; }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: #ff5e59; }

.navbar-light .navbar-nav .nav-link {
  color: #3f3f3f; }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #ff5e59; }
  .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: #ff5e59; }

.navbar-light .navbar-toggler {
  color: #3f3f3f;
  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='%233f3f3f' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: #3f3f3f; }
  .navbar-light .navbar-text a {
    color: #ff5e59; }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: #ff5e59; }

.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: #fff; }
  .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 #e9e9e9;
  border-radius: 0.375rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
  color: #3f3f3f; }

.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: #fff;
  border-bottom: 1px solid #e9e9e9; }
  .card-header:first-child {
    border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-top: 1px solid #e9e9e9; }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.375rem - 1px) calc(0.375rem - 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.375rem - 1px); }

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

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.375rem - 1px);
  border-bottom-left-radius: calc(0.375rem - 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 0;
  margin-bottom: 2rem;
  list-style: none;
  background-color: none;
  border-radius: 0; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.4rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.4rem;
    color: #6c757d;
    content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogPHBhdGggZD0ibTEgMSA0IDQtNCA0IiBmaWxsPSJub25lIiBzdHJva2U9IiM4YzhjOGMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxcHgiLz4KPC9zdmc+Cg=='); }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #3f3f3f; }

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

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

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

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

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

.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.375rem;
  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: #ff5e59; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #ff2d26; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 94, 89, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #514eea; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #2420e5; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(81, 78, 234, 0.5); }

.badge-success {
  color: #fff;
  background-color: #1b7450; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #114b33; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(27, 116, 80, 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: #3f3f3f;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #3f3f3f;
    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: #e80029; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #b50020; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(232, 0, 41, 0.5); }

.badge-light {
  color: #3f3f3f;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #3f3f3f;
    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: #3f3f3f; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #262626; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(63, 63, 63, 0.5); }

.badge-blue-dark {
  color: #fff;
  background-color: #081430; }
  a.badge-blue-dark:hover, a.badge-blue-dark:focus {
    color: #fff;
    background-color: #010204; }
  a.badge-blue-dark:focus, a.badge-blue-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(8, 20, 48, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9e9e9;
  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.375rem; }

.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: #85312e;
  background-color: #ffdfde;
  border-color: #ffd2d1; }
  .alert-primary hr {
    border-top-color: #ffb9b8; }
  .alert-primary .alert-link {
    color: #5f2321; }

.alert-secondary {
  color: #2a297a;
  background-color: #dcdcfb;
  border-color: #cecdf9; }
  .alert-secondary hr {
    border-top-color: #b8b6f6; }
  .alert-secondary .alert-link {
    color: #1d1c54; }

.alert-success {
  color: #0e3c2a;
  background-color: #d1e3dc;
  border-color: #bfd8ce; }
  .alert-success hr {
    border-top-color: #afcec2; }
  .alert-success .alert-link {
    color: #04130d; }

.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: #790015;
  background-color: #faccd4;
  border-color: #f9b8c3; }
  .alert-danger hr {
    border-top-color: #f7a0af; }
  .alert-danger .alert-link {
    color: #46000c; }

.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: #212121;
  background-color: #d9d9d9;
  border-color: #c9c9c9; }
  .alert-dark hr {
    border-top-color: #bcbcbc; }
  .alert-dark .alert-link {
    color: #080808; }

.alert-blue-dark {
  color: #040a19;
  background-color: #ced0d6;
  border-color: #babdc5; }
  .alert-blue-dark hr {
    border-top-color: #acb0b9; }
  .alert-blue-dark .alert-link {
    color: black; }

@keyframes progress-bar-stripes {
  from {
    background-position: 4px 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 4px;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9e9e9;
  border-radius: 0.375rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff5e59;
  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: 4px 4px; }

.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: #3f3f3f;
    background-color: #e9e9e9; }

.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.375rem;
    border-top-right-radius: 0.375rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem; }
  .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: #ff5e59;
    border-color: #ff5e59; }

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

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xxl .list-group-item:first-child {
        border-top-left-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-xxl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem;
        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: #85312e;
  background-color: #ffd2d1; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #85312e;
    background-color: #ffb9b8; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #85312e;
    border-color: #85312e; }

.list-group-item-secondary {
  color: #2a297a;
  background-color: #cecdf9; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #2a297a;
    background-color: #b8b6f6; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #2a297a;
    border-color: #2a297a; }

.list-group-item-success {
  color: #0e3c2a;
  background-color: #bfd8ce; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #0e3c2a;
    background-color: #afcec2; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0e3c2a;
    border-color: #0e3c2a; }

.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: #790015;
  background-color: #f9b8c3; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #790015;
    background-color: #f7a0af; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #790015;
    border-color: #790015; }

.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: #212121;
  background-color: #c9c9c9; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #212121;
    background-color: #bcbcbc; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #212121;
    border-color: #212121; }

.list-group-item-blue-dark {
  color: #040a19;
  background-color: #babdc5; }
  .list-group-item-blue-dark.list-group-item-action:hover, .list-group-item-blue-dark.list-group-item-action:focus {
    color: #040a19;
    background-color: #acb0b9; }
  .list-group-item-blue-dark.list-group-item-action.active {
    color: #fff;
    background-color: #040a19;
    border-color: #040a19; }

.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: "Graphik Web", 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.375rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Graphik Web", 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: #3f3f3f; }

.carousel, .box-carousel {
  position: relative; }
  .carousel .cover-img, .box-carousel .cover-img {
    object-fit: cover;
    width: 100%; }

.carousel.pointer-event, .pointer-event.box-carousel {
  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: #ff5e59 !important; }

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

.bg-secondary {
  background-color: #514eea !important; }

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

.bg-success {
  background-color: #1b7450 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #114b33 !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: #e80029 !important; }

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

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

.bg-blue-dark {
  background-color: #081430 !important; }

a.bg-blue-dark:hover, a.bg-blue-dark:focus,
button.bg-blue-dark:hover,
button.bg-blue-dark:focus {
  background-color: #010204 !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: #ff5e59 !important; }

.border-secondary {
  border-color: #514eea !important; }

.border-success {
  border-color: #1b7450 !important; }

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

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

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

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

.border-dark {
  border-color: #3f3f3f !important; }

.border-blue-dark {
  border-color: #081430 !important; }

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

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

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

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

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

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

.rounded-left {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !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 (min-width: 1400px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-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.85714286%; }

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

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

@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-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; } }

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

@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-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: #ff5e59 !important; }

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

.text-secondary {
  color: #514eea !important; }

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

.text-success {
  color: #1b7450 !important; }

a.text-success:hover, a.text-success:focus {
  color: #0d3625 !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: #e80029 !important; }

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

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

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

.text-dark {
  color: #3f3f3f !important; }

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

.text-blue-dark {
  color: #081430 !important; }

a.text-blue-dark:hover, a.text-blue-dark:focus {
  color: black !important; }

.text-body {
  color: #3f3f3f !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; } }

.language-picker .dropdown-menu:after {
  bottom: -20px;
  border-bottom-color: transparent;
  border-top-color: #fff; }

@media (hover: none) {
  .language-picker .dropdown-menu.show {
    top: unset !important;
    bottom: 60px; } }

.language-picker .dropdown-menu .dropdown-item {
  padding-left: 24px !important; }

.language-picker .dropdown-item:hover:first-child {
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem; }

.language-picker .dropdown-item:hover:last-child {
  border-bottom-left-radius: .375rem;
  border-bottom-right-radius: .375rem; }

/* sample file */
.list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem 0;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0.2px; }
  .list.horizontal {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row; }
    .list.horizontal li {
      width: max-content !important; }
    .list.horizontal li:not(:last-of-type) {
      margin-right: 1.75rem; }
  .list.inline li {
    display: inline-block; }
  .list.list--checked > li {
    margin-right: 1.25rem;
    margin-bottom: 0.875rem; }
    .list.list--checked > li:before {
      content: '';
      display: inline-block;
      margin-right: 0.625rem;
      background-image: url("/static/img/icons/icon-check.c65cafc9c303.svg");
      width: 0.75rem;
      height: 0.75rem;
      background-position: center;
      background-repeat: no-repeat;
      background-size: auto; }
    .list.list--checked > li.plus:before {
      background-image: url("/static/img/icons/icon-plus.78251cfacbaf.svg");
      width: 16px;
      height: 13px; }
    .list.list--checked > li ul li:before {
      content: ' \25CF';
      color: #ff5e59;
      background-image: none;
      padding-left: 0.3125rem; }
  .list.list--checked.blue-checked > li:before {
    background-image: url("/static/img/icons/icon-check-blue.ad1d2a1008b1.svg"); }

.list--company {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center; }
  .list--company li:first-child {
    margin-right: 2.5rem;
    border-right: 1px solid #e9e9e9;
    padding: 0.625rem 1.5625rem 0.625rem 0; }
  .list--company.big {
    font-size: 1rem; }
    .list--company.big li:first-child {
      margin-right: 1.5rem;
      border-right: 0 none;
      padding: 0; }
    .list--company.big li:last-child {
      padding-left: 1.5rem;
      border-left: 1px solid #e9e9e9; }
    .list--company.big li img {
      max-width: 12.5rem;
      height: auto; }

.list--badges {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 1.875rem; }
  .list--badges li svg {
    height: 1.875rem; }

.nav-dark .navbar-nav .nav-link {
  color: #3f3f3f; }

.nav-light .navbar-nav .nav-link {
  color: #fff; }

.nav-grey-x-light .navbar-nav .nav-link {
  color: #f1f1f1; }

.navbar-brand,
.navbar-toggler {
  z-index: 10; }

@media (min-width: 992px) {
  .navbar {
    padding-top: 2rem; } }

.navbar-brand {
  line-height: 1; }
  .navbar-brand img {
    display: block; }

@media (min-width: 992px) {
  .navbar-nav {
    margin-top: 0;
    font-size: 0.875rem; } }

.navbar-nav--buttons li + li {
  margin-left: 0.75rem; }

@media (min-width: 992px) {
  .navbar-nav .nav-link {
    line-height: 1;
    padding: 0.625rem 1.25rem; } }

.navbar-nav .btn {
  min-width: 5.625rem;
  line-height: 1; }

.navbar--help {
  border-bottom: 1px solid #EDEDED;
  background: #fff; }
  @media (min-width: 992px) {
    .navbar--help {
      padding-top: 0.8125rem;
      padding-bottom: 0.8125rem; }
      .navbar--help .navbar-collapse {
        padding-left: 0.1875rem;
        border-left: 1px solid #e9e9e9; }
      .navbar--help .navbar-nav {
        font-size: 1rem; }
        .navbar--help .navbar-nav .nav-link {
          padding: 1.125rem 0.75rem; } }
  .navbar--help .navbar__language .btn {
    padding: 0;
    min-width: 0;
    color: #3f3f3f;
    border: 0 none; }
    .navbar--help .navbar__language .btn span {
      display: inline-block;
      width: 2.125rem;
      height: 2.125rem;
      line-height: 2rem;
      font-size: 0.875rem;
      text-transform: uppercase;
      border-radius: 100%;
      border: 1px solid #e9e9e9; }

@media (max-width: 991.98px) {
  .navbar .navbar-nav {
    margin: 1.25rem 0;
    font-size: 16px; }
    .navbar .navbar-nav:first-child {
      margin-top: 5rem; }
    .navbar .navbar-nav:last-child {
      margin-bottom: 1.5rem; }
  .navbar .navbar-collapse {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0 0.9375rem; }
    .navbar .navbar-collapse.collapsing, .navbar .navbar-collapse.show {
      box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.1);
      background: #fff;
      padding-bottom: 1px;
      z-index: 9; }
      .navbar-dark .navbar .navbar-collapse.collapsing, .navbar-dark .navbar .navbar-collapse.show {
        background: #3f3f3f; }
  .navbar .btn-sm, .navbar .btn-group-sm > .btn {
    font-size: 16px; } }

.navbar-dark .navbar-toggler,
.navbar-light .navbar-toggler {
  border-color: transparent; }

.topmenu {
  padding: 1.25rem;
  margin: 0 0.9375rem; }
  .topmenu .navbar-nav {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 28px;
    row-gap: 14px;
    z-index: 2;
    min-width: 100%;
    padding: 0; }
    @media (min-width: 768px) {
      .topmenu .navbar-nav {
        height: 42px;
        grid-template-columns: repeat(3, minmax(180px, 300px)); } }
    .topmenu .navbar-nav .nav-item .nav-link {
      background-color: #fff;
      border: 1px solid #e9e9e9;
      border-radius: 6px;
      justify-content: space-between;
      color: #3f3f3f;
      padding: 0.625rem 1.25rem; }
    .topmenu .navbar-nav .nav-item.show {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
      .topmenu .navbar-nav .nav-item.show .nav-link {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: none; }
    .topmenu .navbar-nav .nav-item.disabled {
      pointer-events: none; }
      .topmenu .navbar-nav .nav-item.disabled a {
        color: #e9e9e9; }
    .topmenu .navbar-nav .nav-item .dropdown-menu.show {
      max-height: 18.75rem;
      overflow-y: auto;
      border: 1px solid #e9e9e9;
      border-top: none;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      padding: 0.3125rem 0;
      margin-top: 0; }
      .topmenu .navbar-nav .nav-item .dropdown-menu.show .dropdown-item {
        padding: 0.5rem 1.25rem; }
  .topmenu .hired-filter .square {
    width: 20px;
    height: 20px;
    border: 1px solid #e9e9e9;
    background-color: #fff; }
  .topmenu .hired-filter:hover .square {
    border: 1px solid #3f3f3f; }

.sidemenu {
  margin-bottom: 3.125rem; }
  .sidemenu .headline {
    display: block;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 2.5rem; }
  .sidemenu > .nav > .nav-item {
    margin-right: 1em; }
    @media (min-width: 992px) {
      .sidemenu > .nav > .nav-item {
        margin-right: 0; } }
  .sidemenu form {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 0.625rem;
    margin-bottom: 0.625rem; }
    @media (min-width: 992px) {
      .sidemenu form {
        max-width: 13.125rem; } }
  .sidemenu .subnav {
    padding: 0.5em 1em; }
    @media (min-width: 992px) {
      .sidemenu .subnav {
        margin-left: 1em; } }
    .sidemenu .subnav .nav-link a {
      border-bottom: 0 none; }
      @media (min-width: 992px) {
        .sidemenu .subnav .nav-link a {
          padding: 0.8em 0; } }
    @media (max-width: 1199.98px) {
      .sidemenu .subnav {
        background: #fff;
        box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.1);
        position: absolute;
        z-index: 10; } }
  .sidemenu .nav-link {
    color: #3f3f3f;
    padding-left: 0;
    padding-right: 0;
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: 0.16px; }
    @media (min-width: 992px) {
      .sidemenu .nav-link {
        padding: 1.2em 0; } }
    .sidemenu .nav-link.active, .sidemenu .nav-link:hover {
      border: 0;
      color: #ff5e59; }
    .sidemenu .nav-link.has-subnav {
      position: relative;
      padding-right: 1em; }
      .sidemenu .nav-link.has-subnav::after {
        content: '+';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.125rem; }
  .sidemenu .subnav {
    background-color: transparent;
    box-shadow: none;
    position: relative; }

.nav-radio .nav-item {
  padding: 0.5rem 0;
  position: relative; }
  @media (min-width: 992px) {
    .nav-radio .nav-item {
      padding: 0.5rem 0; } }
  .nav-radio .nav-item .subnav {
    margin-top: 0.3125rem;
    padding-bottom: 0; }
    @media (min-width: 992px) {
      .nav-radio .nav-item .subnav .nav-item .disable {
        right: -10px; } }
  .nav-radio .nav-item.active {
    padding: 0.625rem 0.625rem 0.625rem 0; }
    @media (min-width: 992px) {
      .nav-radio .nav-item.active {
        padding: 0.625rem 1.875rem 0.625rem 0; } }
    .nav-radio .nav-item.active > a:before {
      border-color: #ff5e59; }
    .nav-radio .nav-item.active > a:after {
      transform: scale(1); }
  .nav-radio .nav-item > .nav-link {
    width: 100%;
    display: block;
    min-height: 16px;
    position: relative;
    padding: 0 26px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom; }
    .nav-radio .nav-item > .nav-link:after, .nav-radio .nav-item > .nav-link:before {
      position: absolute;
      content: '';
      border-radius: 50%;
      transition: all 0.3s ease;
      transition-property: transform, border-color;
      margin-top: 0; }
    .nav-radio .nav-item > .nav-link:before {
      left: 0;
      top: 0;
      width: 16px;
      height: 16px;
      border: 1px solid #3f3f3f; }
    .nav-radio .nav-item > .nav-link:after {
      top: 3px;
      left: 3px;
      width: 10px;
      height: 10px;
      transform: scale(0);
      background: #ff5e59; }
  .nav-radio .nav-item .disable {
    color: #ff5e59;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.3125rem;
    text-decoration: none;
    font-size: 1.375rem;
    line-height: 1; }
    @media (min-width: 992px) {
      .nav-radio .nav-item .disable {
        padding: 0.625rem;
        top: -5px; } }
.nav-radio > .nav-item {
  width: 45%; }
  @media (min-width: 992px) {
    .nav-radio > .nav-item {
      width: 100%; } }
.icon-subnav:before {
  content: "+";
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  font-size: 1.125rem;
  padding: 0.3125rem;
  text-decoration: none;
  font-size: 1.375rem;
  line-height: 1;
  color: #adb5bd;
  pointer-events: none; }
  @media (min-width: 768px) {
    .icon-subnav:before {
      padding: 0.625rem;
      top: -5px; } }
.nav-tabs {
  margin-top: 2.5rem;
  margin-bottom: 1.75rem; }
  .nav-tabs .nav-link {
    font-size: 1rem;
    color: #3f3f3f;
    border-radius: 0;
    border: 2px solid transparent;
    border-width: 2px 0;
    transition: border-color 0.25s ease-in-out; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: transparent transparent #3f3f3f; }
    .nav-tabs .nav-link.active {
      font-weight: 600;
      border-color: transparent transparent #3f3f3f; }
  .nav-tabs.light {
    border-bottom-color: rgba(255, 255, 255, 0.2); }
    .nav-tabs.light .nav-link {
      color: #fff; }
      .nav-tabs.light .nav-link.active, .nav-tabs.light .nav-link:focus, .nav-tabs.light .nav-link:hover {
        border-color: transparent transparent #fff; }

.nav-new-badge {
  display: inline-flex;
  align-items: center;
  height: 18px;
  padding: 0 6px;
  background-color: #ff5e59;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 4px;
  margin-left: 0.375rem; }

.dropdown.show .dropdown-menu {
  animation-name: slideIn;
  animation-duration: 0.25s;
  animation-fill-mode: both; }

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

.dropdown-menu {
  border: 0;
  padding: 0;
  transition: opacity 0.3s ease;
  opacity: 0;
  margin-top: 0.625rem; }
  @media (min-width: 992px) {
    .dropdown-menu:not(.onhover-dropdown) {
      width: 23.125rem;
      margin-left: -8.4375rem;
      box-shadow: 1px 2px 14px rgba(0, 0, 0, 0.12); } }
  .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
    transition: background-color 0.15s ease;
    white-space: normal; }
    @media (max-width: 991.98px) {
      .dropdown-menu .dropdown-item {
        padding-left: 0;
        padding-right: 0.9375rem; } }
    .dropdown-menu .dropdown-item:hover {
      background-color: #faf4f3; }
    .dropdown-menu .dropdown-item:focus {
      color: #000;
      background-color: #f9f1ef; }
    .dropdown-menu .dropdown-item .nav-image {
      margin-right: 0.9375rem;
      min-width: 3.125rem;
      text-align: center; }
      .dropdown-menu .dropdown-item .nav-image .kick-head {
        max-width: 50px; }
    .dropdown-menu .dropdown-item .nav-content strong {
      display: block; }
    .dropdown-menu .dropdown-item .nav-content span:not(.nav-new-badge) {
      opacity: 0.6;
      font-size: 0.875rem; }

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0; }
  100% {
    transform: translateY(0rem);
    opacity: 1; }
  0% {
    transform: translateY(1rem);
    opacity: 0; } }

.navbar-nav {
  font-size: 16px; }
  .navbar-nav > .nav-item > .nav-link {
    display: flex;
    align-items: center; }

.navbar:not(.topbar) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  height: 4.625rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transform: translateY(0); }
  @media (min-width: 768px) {
    .navbar:not(.topbar) {
      height: 4.8125rem; } }
.nav-down:not(.topbar),
.nav-up:not(.topbar) {
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06); }

.nav-fixed:not(.topbar) {
  position: fixed;
  opacity: 0; }
  .nav-fixed:not(.topbar).nav-up {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease; }
  .nav-fixed:not(.topbar).nav-down {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease; }

@media (max-width: 991.98px) {
  .navbar.bg-dark .dropdown-menu .dropdown-item {
    padding-left: 0.9375rem; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

@font-face {
  font-family: 'Henk-Work';
  src: url("/static/fonts/Henk-Work-Regular.dda89f50fa47.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Graphik Web';
  src: url("/static/fonts/Graphik-Regular-Web.9d6366cc35a8.woff2");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap; }

@font-face {
  font-family: 'Graphik Web';
  src: url("/static/fonts/Graphik-Medium-Web.e8b835d2ea32.woff2");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-display: swap; }

.h1,
h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 0.75rem; }
  @media (min-width: 768px) {
    .h1,
    h1 {
      font-size: 2.75rem; } }
  @media (min-width: 992px) {
    .h1,
    h1 {
      letter-spacing: -1.4px;
      font-size: 3.3125rem;
      line-height: 1.05; } }
.h2,
h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  letter-spacing: -1px; }
  @media (min-width: 768px) {
    .h2,
    h2 {
      font-size: 1.625rem; } }
  @media (min-width: 992px) {
    .h2,
    h2 {
      font-size: 1.875rem; } }
.section--sample-detail .headline,
.h3,
h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  letter-spacing: -1px; }
  @media (min-width: 768px) {
    .section--sample-detail .headline,
    .h3,
    h3 {
      font-size: 1.375rem; } }
  @media (min-width: 992px) {
    .section--sample-detail .headline,
    .h3,
    h3 {
      font-size: 1.625rem; } }
@media (max-width: 767.98px) {
  html {
    font-size: 0.9rem; } }

small {
  font-size: 0.875rem;
  letter-spacing: 0.16px; }

p {
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
  letter-spacing: 0.06px; }
  @media (max-width: 991.98px) {
    p.lead {
      font-size: 1.125rem;
      line-height: 1.375rem; } }
ul ul {
  margin: 0.9375rem 0; }

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

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

.stat {
  font-size: 1.5rem;
  line-height: 1.625rem; }
  @media (min-width: 768px) {
    .stat {
      font-size: 1.75rem;
      line-height: 2.25rem; } }
  @media (min-width: 992px) {
    .stat {
      font-size: 2.25rem;
      line-height: 2.5rem; } }
blockquote {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.04rem;
  font-family: "Henk-Work", serif; }
  blockquote cite {
    margin-top: 3.75rem;
    font-style: normal;
    display: block;
    font-size: 0.875rem;
    font-family: "Graphik Web", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    blockquote cite small {
      display: block;
      font-size: 0.875rem; }

hr {
  margin-bottom: 1.375rem; }

.title-w-link {
  margin: 1.875rem 0;
  padding: 0.375rem 0;
  border-bottom: 1px solid #e9e9e9; }
  .title-w-link .col {
    padding-left: 0;
    padding-right: 0; }
  .title-w-link .headline {
    margin: 0;
    font-family: "Graphik Web", 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: 600; }
  .title-w-link .btn-link {
    padding: 0;
    min-width: 0 !important; }

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

.list-unstyled {
  list-style: none;
  margin-left: 0; }

.list-cons,
.list-pros {
  list-style: none;
  margin-left: 0;
  padding-left: 0 !important; }
  .list-cons li,
  .list-pros li {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left top;
    padding-left: 2.5rem;
    line-height: 1.375rem; }

.list-pros li {
  background-image: url("/static/img/icons/icon-pro.7215dbfc790b.svg"); }

.list-cons li {
  background-image: url("/static/img/icons/icon-cons.4d330e112136.svg"); }

.btn {
  letter-spacing: 0.2px;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem; }
  @media only screen and (max-device-width: 480px) {
    .btn {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .btn.btn-primary {
    font-weight: 600; }
    .btn.btn-primary:hover {
      background-color: #f74c4a;
      border-color: #f74c4a; }
    .btn.btn-primary:active:not(:disabled) {
      background-color: #cd2927;
      border-color: #cd2927; }
    .btn.btn-primary.disabled, .btn.btn-primary:disabled {
      background-color: #f8aca7;
      border-color: #f8aca7; }
    .btn.btn-primary.btn-ghost {
      color: #ff5e59;
      border: 1px solid #ff5e59;
      background-color: transparent; }
      .btn.btn-primary.btn-ghost:hover {
        background-color: rgba(255, 94, 89, 0.1);
        border-color: #ff5e59; }
      .btn.btn-primary.btn-ghost:active {
        color: #ff5e59; }
  .btn.btn-secondary:hover {
    background-color: #3249bf;
    border-color: #3249bf; }
  .btn.btn-secondary:active:not(:disabled) {
    background-color: #162883;
    border-color: #162883; }
  .btn.btn-blue-dark {
    background-color: #081430; }
    .btn.btn-blue-dark:hover {
      background-color: #29405c;
      border-color: #29405c; }
    .btn.btn-blue-dark:active:not(:disabled) {
      background-color: #081430;
      border-color: #081430; }
  .btn.btn-link.btn-lg, .btn-group-lg > .btn-link.btn {
    font-size: 1.25rem;
    line-height: 1rem; }
  .btn.btn-link.btn-gray {
    color: #3f3f3f; }
  .btn.btn-link.has-arrow {
    padding: 0;
    min-width: 0;
    padding-right: 2.8125rem;
    background-image: url("data:image/svg+xml,%3Csvg width='33' height='8' viewBox='0 0 33 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.3536 4.35356C32.5488 4.15829 32.5488 3.84171 32.3536 3.64645L29.1716 0.464469C28.9763 0.269206 28.6597 0.269206 28.4645 0.464469C28.2692 0.659731 28.2692 0.976313 28.4645 1.17158L31.2929 4L28.4645 6.82843C28.2692 7.02369 28.2692 7.34027 28.4645 7.53554C28.6597 7.7308 28.9763 7.7308 29.1716 7.53554L32.3536 4.35356ZM-4.37114e-08 4.5L32 4.5L32 3.5L4.37114e-08 3.5L-4.37114e-08 4.5Z' fill='%23FF5E59'/%3E%3C/svg%3E%0A");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center right; }
    .btn.btn-link.has-arrow.text-white {
      background-image: url("data:image/svg+xml,%3Csvg width='33' height='8' viewBox='0 0 33 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.3536 4.35356C32.5488 4.15829 32.5488 3.84171 32.3536 3.64645L29.1716 0.464469C28.9763 0.269206 28.6597 0.269206 28.4645 0.464469C28.2692 0.659731 28.2692 0.976313 28.4645 1.17158L31.2929 4L28.4645 6.82843C28.2692 7.02369 28.2692 7.34027 28.4645 7.53554C28.6597 7.7308 28.9763 7.7308 29.1716 7.53554L32.3536 4.35356ZM-4.37114e-08 4.5L32 4.5L32 3.5L4.37114e-08 3.5L-4.37114e-08 4.5Z' fill='%23ffffff'/%3E%3C/svg%3E%0A"); }
  .btn.btn-link.has-arrow-back {
    padding: 0;
    min-width: 0;
    padding-left: 1.5em;
    background-image: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.646447 3.64645C0.451185 3.84171 0.451185 4.15829 0.646447 4.35355L3.82843 7.53553C4.02369 7.7308 4.34027 7.7308 4.53553 7.53553C4.7308 7.34027 4.7308 7.02369 4.53553 6.82843L1.70711 4L4.53553 1.17157C4.7308 0.976311 4.7308 0.659728 4.53553 0.464466C4.34027 0.269204 4.02369 0.269204 3.82843 0.464466L0.646447 3.64645ZM2 3.5H1V4.5H2V3.5Z' fill='%23FF5E59'/%3E%3C/svg%3E%0A");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center left; }
    .btn.btn-link.has-arrow-back.text-white {
      background-image: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.646447 3.64645C0.451185 3.84171 0.451185 4.15829 0.646447 4.35355L3.82843 7.53553C4.02369 7.7308 4.34027 7.7308 4.53553 7.53553C4.7308 7.34027 4.7308 7.02369 4.53553 6.82843L1.70711 4L4.53553 1.17157C4.7308 0.976311 4.7308 0.659728 4.53553 0.464466C4.34027 0.269204 4.02369 0.269204 3.82843 0.464466L0.646447 3.64645ZM2 3.5H1V4.5H2V3.5Z' fill='%23ffffff'/%3E%3C/svg%3E%0A"); }
    .btn.btn-link.has-arrow-back.text-dark {
      background-image: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.646447 3.64645C0.451185 3.84171 0.451185 4.15829 0.646447 4.35355L3.82843 7.53553C4.02369 7.7308 4.34027 7.7308 4.53553 7.53553C4.7308 7.34027 4.7308 7.02369 4.53553 6.82843L1.70711 4L4.53553 1.17157C4.7308 0.976311 4.7308 0.659728 4.53553 0.464466C4.34027 0.269204 4.02369 0.269204 3.82843 0.464466L0.646447 3.64645ZM2 3.5H1V4.5H2V3.5Z' fill='%233F3F3F'/%3E%3C/svg%3E%0A"); }
  .btn.btn-link.reload {
    color: #adb5bd;
    font-size: 1rem;
    padding: 0;
    min-width: 0;
    padding-left: 1.5em;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center left;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M6.00002 0C2.69194 0 4.7372e-05 2.84178 4.7372e-05 6.33407C-0.000840331 6.40033 0.010756 6.46612 0.0341624 6.52761C0.0575688 6.58911 0.0923185 6.64507 0.136392 6.69226C0.180466 6.73945 0.232984 6.77693 0.290895 6.8025C0.348806 6.82808 0.410955 6.84125 0.47373 6.84125C0.536505 6.84125 0.598653 6.82808 0.656564 6.8025C0.714475 6.77693 0.766994 6.73945 0.811067 6.69226C0.855141 6.64507 0.889891 6.58911 0.913297 6.52761C0.936704 6.46612 0.9483 6.40033 0.947412 6.33407C0.947412 3.38228 3.20393 1.00012 6.00002 1.00012C8.79612 1.00012 11.0526 3.38228 11.0526 6.33407C11.0526 9.28586 8.79612 11.668 6.00002 11.668C4.95471 11.668 3.90559 11.2297 3.05431 10.5794L4.13983 10.496C4.26545 10.4912 4.38409 10.4338 4.46966 10.3366C4.55524 10.2394 4.60074 10.1103 4.59616 9.97773C4.59158 9.84512 4.5373 9.71986 4.44524 9.6295C4.35319 9.53914 4.23091 9.49109 4.10529 9.4959C4.09372 9.49718 4.0822 9.49892 4.07076 9.50111L1.86024 9.66779C1.79258 9.6729 1.72675 9.69329 1.6672 9.72759C1.60765 9.76188 1.55577 9.80927 1.51507 9.86656C1.47437 9.92385 1.4458 9.98969 1.43129 10.0596C1.41678 10.1296 1.41667 10.202 1.43096 10.272L1.90465 12.6056C1.93147 12.7355 2.00607 12.8488 2.11202 12.9206C2.21797 12.9924 2.3466 13.0168 2.46961 12.9885C2.59262 12.9602 2.69994 12.8814 2.76795 12.7696C2.83596 12.6577 2.8591 12.5219 2.83227 12.3921L2.64971 11.5013C3.60991 12.1997 4.77319 12.6681 6.00002 12.6681C9.30811 12.6681 12 9.82636 12 6.33407C12 2.84178 9.30811 0 6.00002 0Z' fill='%233F3F3F'/%3E%3C/svg%3E%0A"); }
  .btn.btn-white {
    background-color: #fff;
    color: #ff5e59; }
    .btn.btn-white.btn-ghost {
      color: #fff;
      border: 1px solid #fff;
      background-color: transparent; }
      .btn.btn-white.btn-ghost:hover {
        background-color: #fff;
        color: #000; }
    .btn.btn-white:hover {
      background-color: #e9e9e9; }

.section .btn {
  min-width: 11.25rem; }

.btn-facebook,
.btn-google,
.btn-linkedin,
.btn-mail {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center left 20px;
  text-align: left;
  padding-left: 4.375rem; }

.btn-circle {
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  display: inline-block;
  padding: 0;
  background-position: center; }

.btn-google {
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.14);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.0795 12.1987C23.0805 11.3859 23.0127 10.5745 22.8767 9.77344H11.7734V14.3672H18.1329C18.0028 15.1008 17.7273 15.8002 17.3232 16.4232C16.9191 17.0461 16.3946 17.5797 15.7814 17.9918V20.9736H19.5768C21.7991 18.8979 23.0795 15.8283 23.0795 12.1987Z' fill='%234285F4'/%3E%3Cpath d='M11.7734 23.8556C14.9507 23.8556 17.626 22.7987 19.5768 20.9765L15.7814 17.9946C14.725 18.7202 13.3645 19.1343 11.7734 19.1343C8.70244 19.1343 6.09586 17.0371 5.16377 14.2109H1.25391V17.2839C2.23385 19.2594 3.73649 20.92 5.59407 22.0805C7.45165 23.2409 9.59105 23.8555 11.7734 23.8556Z' fill='%2334A853'/%3E%3Cpath d='M5.16356 14.2089C4.6708 12.7279 4.6708 11.1242 5.16356 9.64329V6.57031H1.25369C0.429329 8.23213 0 10.0662 0 11.9261C0 13.7859 0.429329 15.62 1.25369 17.2818L5.16356 14.2089Z' fill='%23FBBC04'/%3E%3Cpath d='M11.7734 4.72207C13.4525 4.69428 15.0749 5.33695 16.29 6.51118L19.6504 3.10689C17.5195 1.07935 14.6966 -0.0338055 11.7734 0.000782553C9.59105 0.000883315 7.45165 0.615468 5.59407 1.77592C3.73649 2.93638 2.23385 4.59703 1.25391 6.57248L5.16377 9.64545C6.09586 6.81931 8.70244 4.72207 11.7734 4.72207Z' fill='%23EA4335'/%3E%3C/svg%3E%0A"); }
  .btn-google:hover {
    background-color: #fafafa; }

.btn-facebook {
  color: #fff;
  background-color: #3d5a98;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='22' viewBox='0 0 12 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5481 0.00457747L8.66986 0C5.43624 0 3.34653 2.12509 3.34653 5.41423V7.91055H0.452578C0.202506 7.91055 0 8.1115 0 8.35937V11.9763C0 12.2241 0.202736 12.4249 0.452578 12.4249H3.34653V21.5514C3.34653 21.7993 3.54904 22 3.79911 22H7.5749C7.82497 22 8.02748 21.799 8.02748 21.5514V12.4249H11.4112C11.6613 12.4249 11.8638 12.2241 11.8638 11.9763L11.8652 8.35937C11.8652 8.24036 11.8174 8.12638 11.7326 8.04215C11.6479 7.95793 11.5324 7.91055 11.4123 7.91055H8.02748V5.79439C8.02748 4.77727 8.27201 4.26094 9.60873 4.26094L11.5477 4.26025C11.7975 4.26025 12 4.0593 12 3.81166V0.453169C12 0.205757 11.7977 0.00503522 11.5481 0.00457747Z' fill='white'/%3E%3C/svg%3E%0A"); }
  .btn-facebook:hover {
    color: #fff;
    background-color: #344d81; }

.btn-linkedin {
  color: #fff;
  background-color: #346da6;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 13.3775V21.5111H16.499V13.9223C16.499 12.0159 15.848 10.7149 14.2188 10.7149C12.9751 10.7149 12.235 11.5917 11.9094 12.4398C11.7906 12.743 11.7601 13.165 11.7601 13.5895V21.5111H7.25758C7.25758 21.5111 7.31822 8.65811 7.25758 7.32645H11.7596V9.33706C11.7505 9.3521 11.7386 9.36832 11.73 9.38289H11.7596V9.33706C12.3578 8.37193 13.426 6.99322 15.817 6.99322C18.7793 6.99317 21 9.02055 21 13.3775ZM2.54778 0.48877C1.00748 0.48877 0 1.54719 0 2.93906C0 4.30059 0.978334 5.39113 2.48802 5.39113H2.51809C4.08822 5.39113 5.0647 4.30079 5.0647 2.93906C5.03511 1.54719 4.08822 0.48877 2.54778 0.48877ZM0.267409 21.5111H4.76819V7.32645H0.267409V21.5111Z' fill='white'/%3E%3C/svg%3E%0A"); }
  .btn-linkedin:hover {
    color: #fff;
    background-color: #2c5d8d; }

.btn-mail {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='14' viewBox='0 0 20 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 0.75V13.25H0V0.75H20ZM1.39648 2L10 6.30664L18.6035 2H1.39648ZM18.75 12V3.32812L10 7.69336L1.25 3.32812V12H18.75Z' fill='%233F3F3F'/%3E%3C/svg%3E%0A");
  border: 1px solid #e9e9e9;
  color: #000;
  background-color: #fff;
  font-size: 0.875rem; }
  .btn-mail:hover {
    background-color: #fafafa; }

.menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0; }
  .menu .btn {
    margin-right: 0.625rem; }
    @media (min-width: 768px) {
      .menu .btn {
        margin-right: 1.875rem; } }
  .menu.menu--horizontal {
    flex-wrap: wrap;
    flex-direction: row; }
    .menu.menu--horizontal li {
      width: auto !important; }
      .menu.menu--horizontal li:last-child .btn {
        margin-right: 0; }
      .menu.menu--horizontal li .btn-circle {
        padding: 0; }
  .menu.align-right {
    align-items: flex-end;
    justify-content: flex-end; }

.carousel, .box-carousel,
.carousel--cv {
  outline: none;
  overflow: hidden;
  position: relative;
  user-select: none; }
  @media (min-width: 576px) {
    .carousel, .box-carousel,
    .carousel--cv {
      overflow: visible; } }
  .carousel .carousel-cell, .box-carousel .carousel-cell,
  .carousel--cv .carousel-cell {
    width: 100%;
    outline: none; }
  .carousel .flickity-page-dots, .box-carousel .flickity-page-dots,
  .carousel--cv .flickity-page-dots {
    display: none; }
  .carousel .desc, .box-carousel .desc,
  .carousel--cv .desc {
    position: absolute;
    bottom: 1.25rem;
    left: 1.875rem;
    color: #fff; }
  .carousel.dissolve-left, .dissolve-left.box-carousel, .carousel.dissolve-right, .dissolve-right.box-carousel,
  .carousel--cv.dissolve-left,
  .carousel--cv.dissolve-right {
    position: relative; }
    .carousel.dissolve-left:after, .dissolve-left.box-carousel:after, .carousel.dissolve-left:before, .dissolve-left.box-carousel:before, .carousel.dissolve-right:after, .dissolve-right.box-carousel:after, .carousel.dissolve-right:before, .dissolve-right.box-carousel:before,
    .carousel--cv.dissolve-left:after,
    .carousel--cv.dissolve-left:before,
    .carousel--cv.dissolve-right:after,
    .carousel--cv.dissolve-right:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 15rem;
      z-index: 2;
      pointer-events: none;
      transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
      visibility: visible;
      opacity: 1; }
      @media (max-width: 767.98px) {
        .carousel.dissolve-left:after, .dissolve-left.box-carousel:after, .carousel.dissolve-left:before, .dissolve-left.box-carousel:before, .carousel.dissolve-right:after, .dissolve-right.box-carousel:after, .carousel.dissolve-right:before, .dissolve-right.box-carousel:before,
        .carousel--cv.dissolve-left:after,
        .carousel--cv.dissolve-left:before,
        .carousel--cv.dissolve-right:after,
        .carousel--cv.dissolve-right:before {
          width: 5.625rem; } }
  .carousel.carousel--disable-prev-arrow.dissolve-left::after, .carousel--disable-prev-arrow.dissolve-left.box-carousel::after,
  .carousel--cv.carousel--disable-prev-arrow.dissolve-left::after {
    opacity: 0;
    visibility: hidden; }
  .carousel.carousel--disable-next-arrow.dissolve-right::before, .carousel--disable-next-arrow.dissolve-right.box-carousel::before,
  .carousel--cv.carousel--disable-next-arrow.dissolve-right::before {
    opacity: 0;
    visibility: hidden; }
  .carousel.dissolve-right:before, .dissolve-right.box-carousel:before,
  .carousel--cv.dissolve-right:before {
    right: -3.125rem;
    background: linear-gradient(270deg, #FFFFFF 43.16%, rgba(255, 255, 255, 0) 100%); }
    @media (min-width: 768px) {
      .carousel.dissolve-right:before, .dissolve-right.box-carousel:before,
      .carousel--cv.dissolve-right:before {
        right: -5rem; } }
  .carousel.dissolve-left:after, .dissolve-left.box-carousel:after,
  .carousel--cv.dissolve-left:after {
    left: -3.125rem;
    background: linear-gradient(-270deg, #FFFFFF 43.16%, rgba(255, 255, 255, 0) 100%); }
    @media (min-width: 768px) {
      .carousel.dissolve-left:after, .dissolve-left.box-carousel:after,
      .carousel--cv.dissolve-left:after {
        left: -5rem; } }
.carousel--samples {
  position: relative; }
  .carousel--samples .carousel-cell {
    margin-right: 1.25rem;
    width: 80%;
    margin-top: 1.25rem; }
    @media (min-width: 768px) {
      .carousel--samples .carousel-cell {
        width: 18.75rem;
        margin-right: 1.5625rem; } }
    @media (min-width: 992px) {
      .carousel--samples .carousel-cell {
        margin-right: 3.4375rem; } }
  .carousel--samples .flickity-page-dots {
    display: none; }

.carousel--photos {
  width: 100%;
  height: 26.25rem; }
  .carousel--photos .carousel-cell {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%; }

.carousel--sign-in {
  height: 100vh; }
  .carousel--sign-in .carousel-cell {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .carousel--sign-in .carousel-cell .content {
      position: absolute;
      bottom: 3.125rem;
      left: 0;
      right: 0;
      font-size: 0.875rem;
      color: #fff;
      text-align: center; }
  .carousel--sign-in .flickity-page-dots {
    position: absolute;
    left: 0.625rem;
    right: 0.625rem;
    bottom: 3.75rem;
    display: block; }
    .carousel--sign-in .flickity-page-dots .dot {
      background-color: #fff;
      width: 0.5rem;
      height: 0.5rem;
      padding: 0; }
      .carousel--sign-in .flickity-page-dots .dot:before {
        display: none; }

@media (max-width: 767.98px) {
  .carousel--features {
    overflow: visible; } }

@media (max-width: 767.98px) {
  .carousel--features .flickity-viewport {
    overflow: visible; } }

.carousel--features .carousel-cell {
  width: 100%;
  margin-right: 1.875rem;
  padding: 1.25rem 0 1.25rem 1.25rem; }
  @media (max-width: 767.98px) {
    .carousel--features .carousel-cell {
      padding: 0; } }
  .carousel--features .carousel-cell .animation {
    max-width: 37.5rem;
    border-radius: 0.375rem;
    box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.875rem; }
  @media (max-width: 991.98px) {
    .carousel--features .carousel-cell img {
      margin-bottom: 1.875rem; } }
  .carousel--features .carousel-cell .h1 {
    margin-bottom: 1.25rem; }
  @media (min-width: 768px) {
    .carousel--features .carousel-cell .btn-ghost {
      margin-top: 0.625rem; } }
  .carousel--features .carousel-cell hr {
    margin-top: 0.625rem;
    margin-bottom: 1.5rem; }
  .carousel--features .carousel-cell p {
    margin-bottom: 1.5rem; }

.carousel--features-nav {
  margin-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .carousel--features-nav {
      margin-bottom: 5rem; } }
  @media (min-width: 992px) {
    .carousel--features-nav {
      margin-bottom: 6.25rem; } }
  .carousel--features-nav .headline {
    font-size: 1.125rem;
    line-height: 1.125rem;
    margin-bottom: 0.3125rem;
    font-weight: 600; }
  .carousel--features-nav p {
    margin-bottom: 1.5625rem; }
    @media (max-width: 991.98px) {
      .carousel--features-nav p {
        margin-bottom: 0.9375rem; } }
  .carousel--features-nav h2 {
    font-family: "Graphik Web", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    letter-spacing: 0.06px; }
  .carousel--features-nav .carousel-cell {
    width: 50%;
    text-align: center;
    box-shadow: 0 1px 0 0 #e9e9e9;
    transition: box-shadow 0.25s ease-in-out;
    margin-bottom: 0.625rem;
    background-color: transparent; }
    @media (min-width: 768px) {
      .carousel--features-nav .carousel-cell {
        width: 17.5rem; } }
    @media (min-width: 992px) {
      .carousel--features-nav .carousel-cell {
        width: 18.75rem; } }
    .carousel--features-nav .carousel-cell.is-selected {
      box-shadow: 0 3px 0 0 #ff5e59; }
    .carousel--features-nav .carousel-cell.full .headline {
      font-size: 2.5rem;
      margin-bottom: 1.25rem; }
    @media (max-width: 991.98px) {
      .carousel--features-nav .carousel-cell:not(.full) p:not(.headline) {
        display: none; } }
    @media (max-width: 991.98px) {
      .carousel--features-nav .carousel-cell .headline {
        margin-bottom: 1.25rem; } }
    .carousel--features-nav .carousel-cell .img-wrapper {
      min-height: 3.125rem;
      margin-bottom: 0.9375rem; }
      @media (min-width: 768px) {
        .carousel--features-nav .carousel-cell .img-wrapper {
          min-height: 4rem; } }
      .carousel--features-nav .carousel-cell .img-wrapper img {
        max-width: 64px;
        max-height: 64px; }
        @media (max-width: 991.98px) {
          .carousel--features-nav .carousel-cell .img-wrapper img {
            max-width: 50px;
            max-height: 50px; } }
  .carousel--features-nav.wo-border {
    margin-bottom: 1.25rem; }
    @media (min-width: 768px) {
      .carousel--features-nav.wo-border {
        margin-bottom: 2.5rem; } }
    @media (min-width: 992px) {
      .carousel--features-nav.wo-border {
        margin-bottom: 4.0625rem; } }
    .carousel--features-nav.wo-border .carousel-cell {
      box-shadow: none; }
      .carousel--features-nav.wo-border .carousel-cell.is-selected {
        color: #ff5e59; }

.carousel--cv .carousel-cell {
  text-align: center;
  width: 80%;
  max-width: 16.875rem;
  margin: 1.875rem 0 1.25rem 0; }
  @media (min-width: 768px) {
    .carousel--cv .carousel-cell {
      width: calc(33.333% + 20px); } }
  .carousel--cv .carousel-cell img {
    border-radius: 0.25rem;
    box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.1);
    transform-origin: center;
    transition: transform 0.25s ease-in-out;
    transform: scale(0.9);
    width: 100%;
    max-width: 18.125rem; }
  .carousel--cv .carousel-cell.is-selected {
    z-index: 5; }
    .carousel--cv .carousel-cell.is-selected img {
      transform: scale(1); }
    .carousel--cv .carousel-cell.is-selected .headline {
      opacity: 1;
      transform: translateY(0);
      transition-delay: 0; }

.carousel--cv .headline {
  display: block;
  margin-top: 3.125rem;
  font-size: 1.25rem;
  line-height: 1.2;
  text-align: center;
  font-weight: 400;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 150ms ease-in-out, transform 150ms ease-in-out;
  transition-delay: 100ms; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .carousel--cv.dissolve-left:after, .carousel--cv.dissolve-left:before, .carousel--cv.dissolve-right:after, .carousel--cv.dissolve-right:before {
    width: 6.875rem; } }

.cv-nav {
  position: relative;
  width: 31.25rem;
  max-width: 100%;
  margin: 2.5rem auto 0;
  z-index: 5; }
  .cv-nav input[type="range"] {
    display: block;
    margin: 0;
    width: 100%; }
  .cv-nav__label {
    display: inline-block;
    text-align: center;
    font-size: 1rem;
    line-height: 1;
    position: absolute;
    top: 3.125rem;
    transform: translateY(-100%); }
    .cv-nav__label.start {
      left: -2.5rem;
      transform: translate(-50%, -100%); }
    .cv-nav__label.end {
      right: -2.5rem;
      transform: translate(50%, -100%); }
    .cv-nav__label img {
      display: block;
      margin: 0 auto;
      height: auto; }

.pablo-carousel {
  position: relative;
  text-align: left;
  font-size: 0;
  overflow: hidden; }
  .pablo-carousel .progress {
    margin-bottom: 2.5rem;
    max-width: 30.625rem; }
  .pablo-carousel .carousel-cell {
    width: 100%;
    margin-left: 0;
    margin-right: 6.25rem;
    transition: transform 400ms ease-in-out, opacity 300ms ease-in-out, visibility 400ms;
    opacity: 0;
    visibility: hidden;
    min-height: 18.75rem; }
    .pablo-carousel .carousel-cell.is-selected {
      opacity: 1;
      visibility: visible; }
    .pablo-carousel .carousel-cell .headline {
      margin-bottom: 1.875rem; }
    @media (min-width: 768px) {
      .pablo-carousel .carousel-cell .h2 {
        font-size: 36px; } }
  .pablo-carousel .flickity-viewport {
    height: 600px;
    overflow: visible !important; }
  .pablo-carousel .pablo-form {
    max-width: 30.625rem; }
    .pablo-carousel .pablo-form select {
      padding-top: 0.625rem;
      padding-bottom: 0.625rem;
      height: 3rem; }
    .pablo-carousel .pablo-form .menu .btn {
      margin-right: 0; }

.box-carousel {
  position: relative;
  height: 15rem;
  padding: 1.25rem 0 1.25rem 1.5625rem;
  margin-left: -1.5625rem;
  overflow: hidden;
  margin-top: -20px; }
  .box-carousel.dissolve-right:before {
    width: 5rem;
    right: -2rem; }
  .box-carousel .cell {
    width: 20rem;
    margin-right: 1.25rem; }
    .box-carousel .cell .box {
      padding: 1.5625rem;
      color: #000;
      box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.1); }
      @media (min-width: 768px) {
        .box-carousel .cell .box .headline {
          font-size: 30px;
          line-height: 2.25rem; } }
.flickity-button {
  display: none !important; }

.carousel--timeline {
  background: #fff;
  border-radius: 6px;
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.1); }
  .carousel--timeline .carousel-cell {
    margin-right: 1.875rem; }
  .carousel--timeline .content {
    padding: 3.125rem 2rem;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start; }
  .carousel--timeline img {
    width: 100%; }
  .carousel--timeline .date {
    display: block;
    margin-bottom: 0.35em;
    opacity: 0.6; }
  .carousel--timeline .headline {
    margin-bottom: 1.5em; }
  .carousel--timeline .btn-link {
    margin: auto 0 0;
    padding: 0;
    font-size: 1rem;
    min-width: auto; }
    .carousel--timeline .btn-link:hover {
      text-decoration: none; }

.carousel--tabs {
  position: relative; }
  .carousel--tabs .carousel-cell {
    margin-right: 1.25rem;
    width: 80%; }
    @media (min-width: 768px) {
      .carousel--tabs .carousel-cell {
        width: 15.625rem;
        margin-right: 1.5625rem; } }
  .carousel--tabs .flickity-page-dots {
    display: none; }

.carousel-wrapper {
  overflow: visible; }
  .carousel-wrapper .carousel.carousel--slider, .carousel-wrapper .carousel--slider.box-carousel {
    overflow: visible;
    margin-left: -0.9375rem; }
    .carousel-wrapper .carousel.carousel--slider .carousel-cell, .carousel-wrapper .carousel--slider.box-carousel .carousel-cell {
      width: 90%;
      margin: 0; }
      @media (min-width: 768px) {
        .carousel-wrapper .carousel.carousel--slider .carousel-cell, .carousel-wrapper .carousel--slider.box-carousel .carousel-cell {
          width: 100%; } }
      .carousel-wrapper .carousel.carousel--slider .carousel-cell .box, .carousel-wrapper .carousel--slider.box-carousel .carousel-cell .box {
        margin: 0.5rem 0.5rem 0.5rem 1.25rem;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 17.5rem;
        padding: 2.5rem 1.875rem;
        border-radius: 4px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        background-color: #fffaf2; }
        @media (min-width: 768px) {
          .carousel-wrapper .carousel.carousel--slider .carousel-cell .box, .carousel-wrapper .carousel--slider.box-carousel .carousel-cell .box {
            margin: 0.5rem 1.25rem;
            padding: 3.125rem 2.5rem;
            min-height: 18.75rem; } }
        @media (max-width: 767.98px) {
          .carousel-wrapper .carousel.carousel--slider .carousel-cell .box, .carousel-wrapper .carousel--slider.box-carousel .carousel-cell .box {
            background-image: none !important; } }
      .carousel-wrapper .carousel.carousel--slider .carousel-cell .content, .carousel-wrapper .carousel--slider.box-carousel .carousel-cell .content {
        text-align: center;
        max-width: 18.75rem;
        margin: 0 auto; }
        @media (min-width: 768px) {
          .carousel-wrapper .carousel.carousel--slider .carousel-cell .content, .carousel-wrapper .carousel--slider.box-carousel .carousel-cell .content {
            margin-left: 50%;
            text-align: left; } }
        .carousel-wrapper .carousel.carousel--slider .carousel-cell .content .btn, .carousel-wrapper .carousel--slider.box-carousel .carousel-cell .content .btn {
          margin-top: 1.25rem; }
    @media (max-width: 991.98px) {
      .carousel-wrapper .carousel.carousel--slider .flickity-viewport, .carousel-wrapper .carousel--slider.box-carousel .flickity-viewport {
        overflow: visible !important; } }
/*
 |--------------------------------------------------------------------------
 | Carousel elements
 |--------------------------------------------------------------------------
 */
.carousel-wrapper {
  position: relative; }

.carousel-buttons {
  list-style: none;
  cursor: default;
  color: #000;
  margin: 0;
  z-index: 2;
  user-select: none; }
  @media (max-width: 991.98px) {
    .carousel-buttons {
      display: none; } }
  @media (max-width: 991.98px) {
    .carousel-buttons.show-on-mobile {
      display: block; } }
  .carousel-buttons li.carousel-next, .carousel-buttons li.carousel-prev {
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 100%;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9e9e9;
    box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    transition: box-shadow 0.25s ease-in-out, transform 0.25s ease-in-out, background-color 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    visibility: visible;
    opacity: 1; }
    .carousel-buttons li.carousel-next.carousel-prev, .carousel-buttons li.carousel-prev.carousel-prev {
      background-image: url("/static/img/icons/icon-caret-left.dc8a77659b4e.svg"); }
      .carousel-buttons li.carousel-next.carousel-prev:hover, .carousel-buttons li.carousel-prev.carousel-prev:hover {
        transform: translateX(-6px);
        background-color: #f8f9fa; }
    .carousel-buttons li.carousel-next.carousel-next, .carousel-buttons li.carousel-prev.carousel-next {
      background-image: url("/static/img/icons/icon-caret-right.78ea2cec8427.svg"); }
      .carousel-buttons li.carousel-next.carousel-next:hover, .carousel-buttons li.carousel-prev.carousel-next:hover {
        transform: translateX(6px);
        background-color: #f8f9fa; }
  .carousel--disable-prev-arrow + .carousel-buttons li.carousel-prev {
    opacity: 0;
    visibility: hidden;
    cursor: auto;
    pointer-events: none; }
  .carousel--disable-prev-arrow + .carousel-buttons.inside li.carousel-prev {
    opacity: 0.5;
    visibility: visible; }
  .carousel--disable-next-arrow + .carousel-buttons li.carousel-next {
    opacity: 0;
    visibility: hidden;
    cursor: auto;
    pointer-events: none; }
  .carousel--disable-next-arrow + .carousel-buttons.inside li.carousel-next {
    opacity: 0.3;
    visibility: visible; }
  .carousel-buttons.absolute {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%; }
    .carousel-buttons.absolute li.carousel-next {
      left: auto;
      right: -20px; }
    .carousel-buttons.absolute li.carousel-prev {
      left: -20px;
      right: auto; }
    .carousel-buttons.absolute .carousel-next,
    .carousel-buttons.absolute .carousel-prev {
      position: absolute;
      margin-top: -2.5rem; }
    .carousel-buttons.absolute.narrow li.carousel-next {
      right: -3.75rem; }
    .carousel-buttons.absolute.narrow li.carousel-prev {
      left: -3.75rem; }
    .carousel-buttons.absolute.narrow li {
      margin-top: -1.5625rem; }
      .carousel-buttons.absolute.narrow li.carousel-next {
        left: auto;
        right: 0; }
        @media (max-width: 991.98px) {
          .carousel-buttons.absolute.narrow li.carousel-next {
            right: -5px; } }
      .carousel-buttons.absolute.narrow li.carousel-prev {
        left: -15px;
        right: auto; }
        @media (max-width: 991.98px) {
          .carousel-buttons.absolute.narrow li.carousel-prev {
            left: -5px; } }
  .carousel-buttons.on-left {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0;
    margin-left: -6.25rem; }
    .carousel-buttons.on-left li {
      display: inline-block; }
      .carousel-buttons.on-left li.carousel-next, .carousel-buttons.on-left li.carousel-prev {
        border: 0;
        box-shadow: none;
        background-color: transparent;
        position: relative; }
        .carousel-buttons.on-left li.carousel-next:hover, .carousel-buttons.on-left li.carousel-prev:hover {
          background-color: #fff;
          transform: none;
          box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.1); }
      .carousel-buttons.on-left li.carousel-prev:after {
        content: "";
        border-right: 1px solid #e9e9e9;
        height: 1.375rem;
        width: 1px;
        display: inline-block;
        position: absolute;
        right: -2px;
        top: 50%;
        margin-top: -0.6875rem; }
    .carousel-buttons.on-left.inside {
      margin-left: 0;
      background-color: #fff;
      height: 2.625rem; }
      .carousel-buttons.on-left.inside li.carousel-next, .carousel-buttons.on-left.inside li.carousel-prev {
        border-radius: 0; }

.flickity-page-dots {
  list-style: none;
  margin: 0 auto;
  text-align: center;
  margin-top: 1.875rem;
  margin-bottom: -2.5rem; }
  .flickity-page-dots li {
    position: relative;
    width: 0.9375rem;
    height: 0.9375rem;
    display: inline-block;
    margin: 0 0.3125rem;
    cursor: pointer;
    padding: 0.625rem 0; }
    .flickity-page-dots li:before {
      content: '';
      position: absolute;
      width: 1.25rem;
      height: 0.125rem;
      left: 0;
      background: #ff5e59;
      opacity: 0.3; }
    .flickity-page-dots li.is-selected:before, .flickity-page-dots li:hover:before {
      opacity: 1; }

.shadow-border {
  border-width: 0;
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.1); }

.radius-border {
  border-radius: 15px; }

.single-page {
  width: 100%;
  height: 100%; }

.page-carousel {
  width: 100%; }
  @media (min-width: 768px) {
    .page-carousel {
      height: 1038px; } }
  .page-carousel .page-carousel-cell {
    width: 100%; }
    .page-carousel .page-carousel-cell .page-carousel-cell-image {
      display: block;
      margin: 0 auto;
      max-width: 100%;
      opacity: 0;
      -webkit-transition: opacity 0.4s;
      transition: opacity 0.4s; }
      .page-carousel .page-carousel-cell .page-carousel-cell-image.flickity-lazyloaded, .page-carousel .page-carousel-cell .page-carousel-cell-image.flickity-lazyerror {
        opacity: 1; }
  .page-carousel .flickity-page-dots {
    margin-bottom: 40px; }
    .page-carousel .flickity-page-dots .dot {
      width: 20px !important;
      height: 20px !important; }
    .page-carousel .flickity-page-dots li:before {
      background: none;
      width: 0;
      height: 0; }

.page-carousel-wrapper .carousel-buttons .carousel-prev {
  display: none; }

/*
 |--------------------------------------------------------------------------
 | FOUC prevention
 |--------------------------------------------------------------------------
 */
.carousel, .box-carousel {
  opacity: 0;
  transition: opacity 0.4s; }
  .carousel.is-hidden, .is-hidden.box-carousel {
    display: none; }
  .carousel.flickity-enabled, .flickity-enabled.box-carousel {
    opacity: 1; }

.card {
  margin-bottom: 1.25rem;
  transition: transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out, background 0.25s ease-in-out; }
  .card.has-shadow {
    border-width: 0;
    box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.1); }
  .card .headline {
    font-size: 1.375rem;
    line-height: 1.091;
    font-family: "Graphik Web", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 600;
    letter-spacing: -0.1px; }
  .card p {
    margin-bottom: 0.9375rem; }
  .card .img-absolute {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    width: 64px; }
  .card .btn-sm, .card .btn-group-sm > .btn {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem; }
  .card .blockquote,
  .card blockquote {
    margin-bottom: 0;
    font-size: 1rem;
    font-family: "Graphik Web", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.375rem; }
  .card__note {
    color: #514eea;
    font-size: 0.75rem;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    text-transform: uppercase; }
  .card .card-header.bg-aqua {
    background: #fffaf2; }
  .card .card-header.grey {
    background-color: #d5dae7; }
  .card.light-grey {
    background-color: #f2f2f2; }
  .card.grey {
    background-color: #d5dae7; }
  .card.green {
    background-color: #1b7450; }
  .card.blue {
    background-color: #081430; }

.meet-kick img {
  max-width: 260px; }

a.card:hover {
  color: #3f3f3f;
  text-decoration: none;
  transform: translateY(-4px);
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.1);
  border-color: transparent; }

.card-footer {
  color: #3f3f3f; }
  .card-footer .blockquote,
  .card-footer blockquote {
    color: rgba(63, 63, 63, 0.6); }
  .card-footer small {
    font-size: 0.75rem; }
  .card-footer .headline {
    color: #3f3f3f;
    font-family: Henk-Work,serif;
    font-size: 1.375rem;
    font-weight: 400; }
  @media (min-width: 768px) {
    .card-footer.flex {
      display: flex;
      align-items: center;
      justify-content: space-between; } }
.card--sample {
  margin-bottom: 2.5rem;
  max-width: 100%; }
  @media (min-width: 992px) {
    .card--sample {
      width: 18.75rem; } }
  .card--sample .card-body,
  .card--sample .card-footer {
    padding-top: 1rem;
    padding-bottom: 0.875rem; }
  .card--sample .card-footer {
    padding-bottom: 1.125rem; }
  .card--sample .pre-headline {
    font-size: 1rem;
    margin-bottom: 0.25rem; }
  .card--sample .headline {
    min-height: 3.25rem;
    margin-bottom: 0.3125rem;
    letter-spacing: -0.08px; }
    .card--sample .headline img {
      position: relative;
      top: -2px; }
  .card--sample .btn-link {
    padding: 0;
    font-size: 0.875rem;
    min-width: auto; }
    .card--sample .btn-link:hover {
      text-decoration: none; }
  .card--sample .list--company {
    font-size: 1rem;
    margin-bottom: 0;
    margin-top: 1.875rem; }
    .card--sample .list--company li:first-child {
      margin-right: 1.5625rem;
      border-right: 1px solid #e9e9e9;
      padding: 0.625rem 1.25rem 0.625rem 0; }
    .card--sample .list--company li img {
      object-fit: contain;
      width: auto;
      max-width: 8rem;
      max-height: 2.6875rem; }

.card--primary::before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 8px solid #ff5e59;
  border-radius: 0.375rem 0.375rem 0 0; }

.card--secondary::before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 8px solid #514eea;
  border-radius: 0.375rem 0.375rem 0 0; }

.card--cta .card-body {
  padding: 2.25rem 2rem;
  width: 100%;
  text-align: center; }
  @media (min-width: 768px) {
    .card--cta .card-body {
      display: flex;
      flex-flow: row wrap;
      justify-content: flex-start;
      align-items: center;
      text-align: left; } }
  @media (min-width: 992px) {
    .card--cta .card-body {
      flex-wrap: nowrap; } }
  .card--cta .card-body > * {
    margin: 0 0 1.125rem; }
    .card--cta .card-body > *:last-child {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .card--cta .card-body > * {
        margin: 0 1.125rem 0 0; }
        .card--cta .card-body > *:last-child {
          margin-right: 0; } }
  .card--cta .card-body > div {
    flex: 1 0 auto; }

.card--cta .headline {
  display: block;
  font-size: 1.25rem;
  color: #ff5e59;
  letter-spacing: 0.2px; }

.card--cta p {
  margin-bottom: 0; }

.card--cta .button {
  white-space: nowrap;
  flex: 0 0 auto; }

.card--cta.small .card-body {
  padding: 1.125rem 2rem; }

.card--cta.small .headline {
  color: #3f3f3f;
  font-family: "Henk-Work", serif;
  font-size: 1.375rem;
  font-weight: 400; }

.card--faq {
  width: 100%;
  max-width: 33.75rem;
  margin-bottom: 1.875rem; }
  .card--faq:hover {
    transform: none;
    box-shadow: none;
    border-color: #dee2e6; }
  .card--faq .card-body {
    padding: 1.875rem; }
  .card--faq .headline {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem; }
  .card--faq p {
    margin-bottom: 1.125em; }
    .card--faq p:last-child {
      margin-bottom: 0; }

.card--post {
  border: none;
  border-radius: 24px;
  color: #3f3f3f; }
  .card--post .card-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    min-height: 12.125rem;
    border-radius: 24px 24px 0 0; }
    .card--post .card-header img.not-squared {
      border-radius: 24px 24px 0 0; }
  .card--post .card-body {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0.75rem 1.5rem 1.75rem;
    border: 1px solid #e9e9e9;
    border-radius: 0 0 24px 24px; }
    .card--post .card-body .description {
      color: #656565; }
  .card--post .pre-headline {
    font-size: 0.875rem;
    margin-bottom: 0.25rem; }
  .card--post .headline {
    margin-bottom: 0.625rem; }
  .card--post p {
    font-size: 0.875rem;
    line-height: 1.15; }
  .card--post .btn-link {
    margin-top: auto;
    padding: 0;
    font-size: 0.875rem;
    min-width: auto; }
    .card--post .btn-link:hover {
      text-decoration: none; }
  .card--post .card-img-top {
    border-radius: 24px 24px 0 0; }
  .card--post.small .card-img-top {
    padding: 1.875rem;
    width: 100%;
    max-height: 200px; }

.card--icons {
  border: none;
  text-align: center; }
  .card--icons .headline {
    display: block;
    margin-bottom: 0.125rem;
    font-family: "Henk-Work", serif;
    font-size: 1.375rem; }
  .card--icons .card-footer {
    padding: 1.25rem; }
    .card--icons .card-footer:last-child {
      border-width: 0;
      border-radius: 0.375rem;
      box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.04); }
    @media (min-width: 992px) {
      .card--icons .card-footer {
        padding: 2.25rem 2.5rem 2.5rem 2.5rem; } }
    @media (max-width: 767.98px) {
      .card--icons .card-footer .headline {
        margin-bottom: 1.25rem; } }
    .card--icons .card-footer .relative {
      position: relative; }
      @media (min-width: 992px) {
        .card--icons .card-footer .relative small {
          position: absolute;
          top: 108%;
          left: 0;
          right: 0; } }
.card--overview {
  width: 100%; }
  .card--overview .card-body {
    padding: 1.875rem; }
  .card--overview .pre-headline {
    display: block;
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 1.125em; }
  .card--overview .headline {
    font-size: 1.375rem;
    margin-bottom: 1.75rem; }
  .card--overview img {
    display: block;
    margin-bottom: 0.75rem;
    max-height: 3rem;
    width: auto; }
  .card--overview p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 1.125em; }
    .card--overview p:last-child {
      margin-bottom: 0; }
  .card--overview blockquote {
    font-size: 0.875rem; }
  .card--overview small.pre-headline {
    margin-bottom: 0.9375rem;
    font-size: 0.75rem;
    line-height: 1.125rem; }

.card--team .headline {
  font-family: "Henk-Work", serif;
  font-weight: 400;
  font-family: 1.625rem; }

.card--team .post-headline {
  color: rgba(63, 63, 63, 0.6);
  font-size: 0.875rem; }

.card--help {
  min-height: 15rem; }
  @media (min-width: 992px) {
    .card--help {
      min-height: 18rem; } }
  .card--help .card-body {
    padding: 2.1875rem 1.5rem 4.375rem 1.5rem; }
    .card--help .card-body .btn {
      position: absolute;
      left: 1.5rem;
      bottom: 2.1875rem; }
  .card--help .card-footer {
    border-top: 0; }
  .card--help .headline {
    margin-bottom: 0;
    font-family: "Henk-Work", serif;
    margin-bottom: 1em;
    font-weight: 400;
    letter-spacing: -0.8px;
    font-size: 1.875rem; }
    @media (min-width: 768px) {
      .card--help .headline {
        margin-bottom: 1em;
        max-width: 20em; } }
.card--help-post {
  color: #3f3f3f;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  border-width: 0;
  min-height: 15rem; }
  @media (min-width: 992px) {
    .card--help-post {
      min-height: 18rem; } }
  .card--help-post.dark {
    color: #fff; }
    .card--help-post.dark:hover {
      color: #fff; }
    .card--help-post.dark .btn-link {
      color: #fff; }
  .card--help-post.no-bg {
    background-color: #fff;
    border-width: 1px; }
  .card--help-post.big {
    background-position: center bottom -180px;
    background-size: calc(100% - 80px) auto;
    padding-right: 50%; }
    @media (min-width: 768px) {
      .card--help-post.big {
        background-position: 87.5% 40px;
        background-size: 35% auto; } }
    @media (max-width: 767.98px) {
      .card--help-post.big {
        padding-bottom: 16.25rem;
        padding-right: 0; } }
    @media only screen and (max-device-width: 480px) {
      .card--help-post.big {
        padding-bottom: 14.375rem; } }
    @media only screen and (max-device-width: 320px) {
      .card--help-post.big {
        padding-bottom: 8.75rem; } }
    .card--help-post.big .card-body,
    .card--help-post.big .card-footer {
      padding: 3.125rem 2.5rem 0.9375rem 2.5rem; }
    .card--help-post.big .card-footer {
      padding-top: 0.9375rem;
      padding-bottom: 2.5rem; }
  .card--help-post .card-body {
    padding-top: 1.25rem;
    color: inherit; }
    @media (min-width: 768px) {
      .card--help-post .card-body {
        padding-top: 1.875rem; } }
  .card--help-post .list.horizontal li {
    margin-right: 1.25rem; }
    @media (max-width: 767.98px) {
      .card--help-post .list.horizontal li {
        width: 25%; } }
    @media (max-width: 767.98px) {
      .card--help-post .list.horizontal li img {
        max-width: 100%; } }
  .card--help-post .card-footer {
    padding-bottom: 1.875rem;
    background: transparent;
    border-top: 0 none; }
  .card--help-post .headline {
    margin-bottom: 0;
    font-family: "Henk-Work", serif;
    margin-bottom: 1em;
    font-weight: 400;
    letter-spacing: -0.8px;
    font-size: 1.875rem; }
    @media (min-width: 768px) {
      .card--help-post .headline {
        margin-bottom: 1em;
        max-width: 20em; } }
  .card--help-post p {
    font-size: 0.875rem;
    line-height: 1.2;
    color: #fff; }
  .card--help-post .btn-link {
    min-width: 0;
    padding: 0;
    text-align: left;
    font-size: 0.875rem; }
  .card--help-post.w-img {
    min-height: 0; }
  .card--help-post .card-img-overlay {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 0; }

.card--category .card-body ul {
  padding-left: 1.25rem; }

@media (min-width: 768px) {
  .card--category .card-body ul {
    column-count: 2;
    column-gap: 1.25rem; } }

.table-contents {
  font-size: 1.125rem;
  margin-bottom: 2.5rem; }
  .table-contents button {
    border: 1px solid #e9e9e9;
    padding: 0.9375rem 3.125rem 0.9375rem 1.25rem;
    background-color: #fff;
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: -1px;
    border-radius: 0.375rem 0.375rem 0 0;
    outline: none;
    position: relative; }
    .table-contents button:after {
      content: '';
      display: block;
      position: absolute;
      right: 1.25rem;
      top: 50%;
      margin-top: -0.3125rem;
      width: 0.9375rem;
      height: 0.625rem;
      background-image: url("/static/img/icons/icon-caret-down.78032f6a9a22.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: auto;
      transition: transform 0.3s ease;
      transform: rotate(180deg); }
    .table-contents button.collapsed {
      border-radius: 0.375rem; }
      .table-contents button.collapsed:after {
        transform: rotate(0deg); }
  .table-contents .collapse__content {
    border: 1px solid #e9e9e9;
    padding: 1.875rem 1.25rem;
    border-radius: 0 0 0.375rem 0.375rem; }
    .table-contents .collapse__content .timeline-nav {
      width: 100%;
      max-width: 100%;
      margin-bottom: 0; }
      .table-contents .collapse__content .timeline-nav li {
        padding-bottom: 1.875rem;
        margin-bottom: 0; }
        .table-contents .collapse__content .timeline-nav li:last-child {
          padding-bottom: 0; }

.card-promo .headline {
  margin-bottom: 0.3125rem; }

.card-promo .card-body .row {
  margin-top: 1.875rem; }

.card-promo .card-body .col ul {
  padding-left: 20px;
  margin-bottom: 0; }

.card-promo .btn {
  margin-top: 1.875rem;
  margin-bottom: 0; }

.card--sample-detail-info {
  margin-top: 2.1875rem;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.04); }
  .card--sample-detail-info .card-body {
    padding: 1.25rem 1.875rem; }
    .card--sample-detail-info .card-body img {
      margin-right: 1.125rem;
      width: 2rem; }

.card--benefit {
  margin-bottom: 3.125rem; }
  .card--benefit .card-body {
    padding: 0; }
    .card--benefit .card-body .img-feature {
      width: 17.5rem; }
      @media (min-width: 992px) {
        .card--benefit .card-body .img-feature {
          width: 21.875rem; } }
    .card--benefit .card-body .text-wrapper {
      margin: 0 0 0 1.25rem; }
      .card--benefit .card-body .text-wrapper h2 {
        margin-bottom: 0.5rem; }
      .card--benefit .card-body .text-wrapper p {
        line-height: 1.125rem;
        margin: 0; }
    @media (min-width: 768px) {
      .card--benefit .card-body .text-wrapper {
        margin: 0 3.125rem 0; } }
.card--feature {
  margin-bottom: 0;
  height: 100%; }
  .card--feature .card-body {
    padding: 4.375rem 2rem 2.5rem; }
    .card--feature .card-body img {
      margin-bottom: 2rem; }
    .card--feature .card-body h2 {
      margin-bottom: 1.1875rem; }

input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  background: transparent;
  overflow: visible; }
  input[type=range]:focus {
    outline: none; }
  input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: #E9E9E9;
    border-radius: 6px;
    border: 0px none; }
  input[type=range]::-webkit-slider-thumb {
    border: 0px none;
    height: 28px;
    width: 60px;
    border-radius: 6px;
    background: url("/static/img/range-slider.d5ca5de525d4.svg") no-repeat center #FF5E59;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -11px; }
  input[type=range]:focus::-webkit-slider-runnable-track {
    background: #E9E9E9; }
  input[type=range]::-moz-range-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: #E9E9E9;
    border-radius: 6px;
    border: 0px none; }
  input[type=range]::-moz-range-thumb {
    border: 0px none;
    height: 28px;
    width: 50px;
    border-radius: 6px;
    background: url("/static/img/range-slider.d5ca5de525d4.svg") no-repeat center #FF5E59;
    cursor: pointer; }
  input[type=range]::-ms-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent; }
  input[type=range]::-ms-fill-lower {
    background: #E9E9E9;
    border: 0px none;
    border-radius: 12px; }
  input[type=range]::-ms-fill-upper {
    background: #E9E9E9;
    border: 0px none;
    border-radius: 12px; }
  input[type=range]::-ms-thumb {
    margin-top: 1px;
    border: 0px none;
    height: 28px;
    width: 50px;
    border-radius: 6px;
    background: url("/static/img/range-slider.d5ca5de525d4.svg") no-repeat center #FF5E59;
    cursor: pointer; }
  input[type=range]:focus::-ms-fill-lower {
    background: #E9E9E9; }
  input[type=range]:focus::-ms-fill-upper {
    background: #E9E9E9; }

.box {
  padding: 1.875rem;
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: #fff;
  display: block; }
  @media (min-width: 992px) {
    .box {
      padding: 2.5rem; } }
  .box:hover {
    text-decoration: none; }
  .box .content .counter {
    margin-bottom: 0.9375rem;
    font-size: 14px;
    line-height: 15px; }
  .box .content .headline {
    font-size: 2.25rem;
    margin-bottom: 1.25rem; }
  .box.box--scrollable {
    padding: 2.5rem 1.875rem 0 2.5rem; }
    .box.box--scrollable .content {
      height: 18.125rem;
      overflow-y: scroll;
      padding-right: 1.25rem;
      /* width */
      /* Track */
      /* Handle */ }
      .box.box--scrollable .content::-webkit-scrollbar {
        width: 4px; }
      .box.box--scrollable .content::-webkit-scrollbar-track {
        box-shadow: none;
        border-radius: 3px; }
      .box.box--scrollable .content::-webkit-scrollbar-thumb {
        background: #777777;
        border-radius: 3px; }
  .box.box--ask-kick {
    max-width: 49.375rem;
    margin: 0 auto; }
    .box.box--ask-kick .menu li:not(:last-child) {
      margin-bottom: 0.9375rem; }
    .box.box--ask-kick p {
      margin-bottom: 0; }
    .box.box--ask-kick img {
      margin-bottom: 1.25rem;
      max-width: 150px; }
    .box.box--ask-kick .headline {
      margin-bottom: 0.625rem; }

.section--pablo {
  position: relative; }
  @media (min-width: 768px) {
    .section--pablo {
      background-image: url("/static/img/road.db57edc098aa.svg");
      background-repeat: no-repeat;
      background-position: center 60%; } }
  @media (min-width: 992px) {
    .section--pablo {
      background-position: center 55%; } }
  .section--pablo .row {
    margin-bottom: 5rem; }
    @media (min-width: 992px) {
      .section--pablo .row {
        margin-bottom: 8.75rem; } }
    .section--pablo .row:last-child {
      margin-bottom: 3.125rem; }
    .section--pablo .row .box {
      position: relative;
      z-index: 2; }
      .section--pablo .row .box p:last-child {
        margin-bottom: 0; }

.form-check {
  position: relative; }
  .form-check input {
    position: absolute;
    left: 0;
    top: 6px; }
  .form-check label {
    display: inline-block;
    margin-bottom: 0; }

.form-check,
.form-control,
.form-radio {
  margin-bottom: 1.25rem;
  font-size: 0.875rem; }

.form-radio input[type="radio"] {
  display: none; }
  .form-radio input[type="radio"]:checked + label:before {
    border-color: #ff5e59; }
  .form-radio input[type="radio"]:checked + label:after {
    transform: scale(1); }

.form-radio label {
  display: inline-block;
  height: 16px;
  position: relative;
  padding: 0 26px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: bottom; }
  .form-radio label:after, .form-radio label:before {
    position: absolute;
    content: '';
    border-radius: 50%;
    transition: all 0.3s ease;
    transition-property: transform, border-color;
    margin-top: 3px; }
  .form-radio label:before {
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #3f3f3f; }
  .form-radio label:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    transform: scale(0);
    background: #ff5e59; }

.form-input {
  margin-bottom: 0.625rem; }

.custom-select {
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.47904 7.276L0.215568 1.82533C-0.0718566 1.508 -0.0718565 1.02267 0.215569 0.723999C0.502995 0.425332 0.988025 0.425332 1.27545 0.723999L6 5.63333L10.7246 0.724C11.0299 0.425333 11.497 0.425333 11.7844 0.724C12.0719 1.02267 12.0719 1.508 11.7844 1.82533L6.53892 7.276C6.23353 7.57467 5.76647 7.57467 5.47904 7.276Z' fill='%233F3F3F'/%3e%3c/svg%3e ") no-repeat right 1.25rem center; }

.dropzone-input {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  border: dashed 2px #fff;
  border-radius: 25px;
  height: 246px;
  max-width: 508px;
  margin: 0 auto; }
  .dropzone-input input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer; }
  .dropzone-input .upload {
    width: 60px;
    fill: #fff; }
  .dropzone-input .description {
    justify-self: end; }
  .dropzone-input.light {
    border: dashed 2px #081430; }
    .dropzone-input.light .upload {
      fill: #081430; }
    .dropzone-input.light .description {
      color: #000; }
  @media (hover: none) {
    .dropzone-input {
      justify-content: center; }
      .dropzone-input .description {
        display: none; } }
  @media (min-width: 992px) {
    .dropzone-input:not(.light) {
      margin-left: 0; } }
.compare-image {
  position: relative;
  width: 90%;
  max-width: 440px;
  margin: 0 auto;
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.875rem;
  margin-top: 6.25rem; }
  .compare-image img {
    border-radius: 0.375rem;
    overflow: hidden; }
  .compare-image__resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    overflow: hidden;
    /* Force Hardware Acceleration in WebKit */
    transform: translateZ(0);
    backface-visibility: hidden;
    border-right: 3px solid #ff5e59; }
  .compare-image__handle {
    position: absolute;
    height: 34px;
    width: 48px;
    left: 30%;
    top: 50%;
    margin-left: -24px;
    margin-top: -16px;
    border-radius: 0.375rem;
    background: #ff5e59 url("/static/img/rande-slider-small.293091262f11.svg") no-repeat center center;
    background-image: auto;
    background-position: center;
    background-repeat: no-repeat;
    cursor: move;
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0); }
  .compare-image__labels {
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #3f3f3f;
    display: flex;
    align-items: center;
    justify-content: center; }
    .compare-image__labels .tags {
      padding-left: 0.9375rem;
      width: 9.375rem; }
      .compare-image__labels .tags span {
        position: absolute;
        top: -6px;
        height: 2.5rem;
        display: flex;
        justify-content: center;
        flex-flow: column wrap; }
        .compare-image__labels .tags span img {
          width: auto;
          border-radius: 0; }
  .compare-image__label {
    opacity: 0;
    transform: translateY(20px);
    transition: transform 0.3s 0.7s,opacity 0.3s 0.7s; }
    .compare-image__label.is-hidden {
      opacity: 0 !important; }

.is-visible .compare-image__resize {
  width: 30%;
  /* bounce in animation of the modified image */
  animation: cd-bounce-in 0.7s; }

.is-visible .compare-image__handle {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: transform 0.3s 0.7s,opacity 0s 0.7s; }

.is-visible .compare-image__label {
  opacity: 1;
  transform: translateY(0); }

@keyframes cd-bounce-in {
  0% {
    width: 0; }
  60% {
    width: 35%; }
  100% {
    width: 30%; } }

.progress {
  position: relative;
  overflow: visible;
  transition: opacity 0.25s ease; }
  .progress.hidden {
    opacity: 0; }
  .progress .progress-count,
  .progress .reload {
    color: #adb5bd;
    position: absolute;
    top: 100%;
    margin-top: 8px;
    font-size: 1rem; }
  .progress .progress-count {
    font-weight: 500; }
  .progress .reload {
    right: 0;
    transition: opacity 0.25s ease; }
    .progress .reload.hidden {
      opacity: 0; }

.share-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 3px 10px 2px 8px;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: background-color 0.3s ease; }
  .share-button:hover {
    color: #fff;
    background-color: #4f4f4f;
    text-decoration: none; }
  .share-button:active {
    top: 1px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.25); }
  .share-button svg {
    fill: #ffffff;
    width: 19px;
    height: 19px;
    margin-right: 5px; }

.share-button.facebook {
  background-color: #4A66B7; }

.share-button.facebook:hover {
  background-color: #556fbb; }

.share-button.twitter {
  background-color: #1B95E0; }

.share-button.twitter:hover {
  background-color: #269ce5; }

.share-button.pinterest {
  background-color: #c92228; }

.share-button.pinterest:hover {
  background-color: #cf4146; }

.share-button.linkedin {
  background-color: #0077B5; }

.share-button.linkedin:hover {
  background-color: #1e84b9; }

.share-button.reddit {
  background-color: #5f99cf; }

.share-button.reddit:hover {
  background-color: #75a6d4; }

.share-button.tumblr {
  background-color: #35465c; }

.share-button.tumblr:hover {
  background-color: #455166; }

.share-button.hacker-news {
  background-color: #ff6600; }

.share-button.hacker-news:hover {
  background-color: #ff7515; }

.share-button.designer-news {
  background-color: #2d72d9; }

.share-button.designer-news:hover {
  background-color: #3d82e9; }

.share-button.google-plus {
  background-color: #fefefe;
  color: #333; }

.share-button.google-plus:hover {
  background-color: #f6f6f6;
  color: #333; }

.share-button.google-plus svg {
  fill: #DB4437; }

.tooltip .tooltip-inner {
  opacity: 1;
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.1);
  background-color: #fffaf2;
  color: #000;
  padding: 0.625rem; }

.tooltip.show {
  opacity: 1; }

.tooltip.bs-tooltip-top .arrow:before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow:before {
  border-top-color: #fffaf2; }

.tooltip.bs-tooltip-right .arrow:before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow:before {
  border-right-color: #fffaf2; }

.tooltip.bs-tooltip-bottom .arrow:before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
  border-bottom-color: #fffaf2; }

.tooltip.bs-tooltip-left .arrow:before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow:before {
  border-left-color: #fffaf2; }

.modal.transparent .modal-content {
  background-color: transparent;
  border: 0; }

.modal.transparent .modal-header {
  border: 0;
  justify-content: center; }

.modal .modal-dialog {
  max-width: 800px;
  margin: 1.75rem auto; }

.modal .modal-content img {
  max-width: 100%; }

.modal-backdrop.show {
  opacity: 0.7; }

body.modal-open {
  height: 100vh;
  padding-right: 15px;
  /* Avoid width reflow */
  overflow: visible; }

.breadcrumb {
  display: block; }
  .breadcrumb .breadcrumb-item {
    display: inline; }
    .breadcrumb .breadcrumb-item a {
      padding: 1rem 0;
      color: #656565; }
    .breadcrumb .breadcrumb-item.active {
      color: #081430; }

.pricing-carousel {
  position: relative;
  text-align: left;
  padding-top: 2rem;
  font-size: 0; }
  .pricing-carousel .row {
    width: 100%;
    margin-left: 0;
    margin-right: 6.25rem;
    transition: transform 400ms ease-in-out, opacity 300ms ease-in-out, visibility 400ms;
    opacity: 0;
    visibility: hidden; }
    .pricing-carousel .row.is-selected {
      opacity: 1;
      visibility: visible; }
      .pricing-carousel .row.is-selected .pricing-options-img {
        opacity: 1;
        visibility: visible;
        transform: translateY(0); }
  .pricing-carousel .flickity-viewport {
    height: 600px;
    overflow: visible !important;
    transition: height 300ms ease-in-out; }
  .pricing-carousel .pricing-options-img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 1rem auto 0;
    transition: transform 250ms ease-in-out, opacity 250ms ease-in-out, visibility 250ms;
    transition-delay: 200ms;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px); }
    @media (min-width: 992px) {
      .pricing-carousel .pricing-options-img {
        margin-top: 2.25rem; } }
  .pricing-carousel .plans-row {
    display: flex;
    flex-direction: column-reverse; }
    @media (min-width: 992px) {
      .pricing-carousel .plans-row {
        flex-direction: row; } }
  .pricing-carousel .compare-section.card {
    border: none; }
    .pricing-carousel .compare-section.card .list-wrapper {
      margin-top: 2.5rem; }
    .pricing-carousel .compare-section.card .list {
      margin-bottom: 0; }
      .pricing-carousel .compare-section.card .list li {
        display: flex;
        justify-content: space-between;
        padding: 0.875rem 0;
        border-bottom: 1px solid #e9e9e9; }
        .pricing-carousel .compare-section.card .list li span {
          flex-basis: 50%; }
        .pricing-carousel .compare-section.card .list li .value {
          text-align: right; }
  .pricing-carousel .btn-footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 1.25rem; }
    .pricing-carousel .btn-footer .upgrade-btn-wrapper {
      display: flex;
      flex-direction: column; }
    .pricing-carousel .btn-footer .btn {
      min-width: initial; }
    .pricing-carousel .btn-footer .show-details-btn {
      padding-left: 0;
      padding-right: 0; }
      .pricing-carousel .btn-footer .show-details-btn span {
        text-decoration: underline; }
      .pricing-carousel .btn-footer .show-details-btn .hide-text {
        display: none; }
      .pricing-carousel .btn-footer .show-details-btn[aria-expanded="true"] .show-text {
        display: none; }
      .pricing-carousel .btn-footer .show-details-btn[aria-expanded="true"] .hide-text {
        display: inline-block; }
  @media (min-width: 992px) {
    .pricing-carousel .btn-footer {
      display: none; }
    .pricing-carousel .compare-section.card {
      display: none; } }
.pricing-plan-buttons,
.compare-plan-buttons {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 2.5rem; }
  .pricing-plan-buttons .btn,
  .compare-plan-buttons .btn {
    background: #fff;
    min-width: initial;
    cursor: pointer; }
    @media (max-width: 991.98px) {
      .pricing-plan-buttons .btn span.saved-value,
      .compare-plan-buttons .btn span.saved-value {
        display: none; } }
  .pricing-plan-buttons .btn:not(.active),
  .compare-plan-buttons .btn:not(.active) {
    color: #343a40;
    border-color: #343a40;
    border-color: #d2d2d2; }
    .pricing-plan-buttons .btn:not(.active):hover,
    .compare-plan-buttons .btn:not(.active):hover {
      color: #343a40;
      background-color: #fff;
      border-color: #343a40; }
    .pricing-plan-buttons .btn:not(.active):focus, .pricing-plan-buttons .btn:not(.active).focus,
    .compare-plan-buttons .btn:not(.active):focus,
    .compare-plan-buttons .btn:not(.active).focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
    .pricing-plan-buttons .btn:not(.active).disabled, .pricing-plan-buttons .btn:not(.active):disabled,
    .compare-plan-buttons .btn:not(.active).disabled,
    .compare-plan-buttons .btn:not(.active):disabled {
      color: #343a40;
      background-color: transparent; }
    .pricing-plan-buttons .btn:not(.active):not(:disabled):not(.disabled):active, .pricing-plan-buttons .btn:not(.active):not(:disabled):not(.disabled).active, .show > .pricing-plan-buttons .btn:not(.active).dropdown-toggle,
    .compare-plan-buttons .btn:not(.active):not(:disabled):not(.disabled):active,
    .compare-plan-buttons .btn:not(.active):not(:disabled):not(.disabled).active, .show > .compare-plan-buttons .btn:not(.active).dropdown-toggle {
      color: #3f3f3f;
      background-color: #fff;
      border-color: #343a40; }
      .pricing-plan-buttons .btn:not(.active):not(:disabled):not(.disabled):active:focus, .pricing-plan-buttons .btn:not(.active):not(:disabled):not(.disabled).active:focus, .show > .pricing-plan-buttons .btn:not(.active).dropdown-toggle:focus,
      .compare-plan-buttons .btn:not(.active):not(:disabled):not(.disabled):active:focus,
      .compare-plan-buttons .btn:not(.active):not(:disabled):not(.disabled).active:focus, .show > .compare-plan-buttons .btn:not(.active).dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.pricing-carousel .compare-section .section-headline,
.compare-carousel .compare-section .section-headline {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: rgba(63, 63, 63, 0.6); }

.container--pricing {
  padding-left: 0;
  padding-right: 0;
  position: relative; }
  @media (min-width: 1200px) {
    .container--pricing {
      max-width: 73.875rem; } }
  .container--pricing .row {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .container--pricing + .container--pricing {
    margin-top: 0.625rem; }
    @media (min-width: 1200px) {
      .container--pricing + .container--pricing {
        margin-top: 2.25rem; } }
  .container--pricing [class*="col-"] {
    margin-bottom: 1.25rem; }
    @media (min-width: 1200px) {
      .container--pricing [class*="col-"] {
        padding-left: 2rem;
        padding-right: 2rem; } }
  .container--pricing .card {
    height: 100%;
    margin: 0 auto; }
  .container--pricing .pricing-options-img {
    display: block;
    margin: 0 auto; }

.card--pricing {
  border: 0 none;
  max-width: 100%;
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.1); }
  .card--pricing .card-header {
    padding: 1.875rem 1.25rem; }
    @media (min-width: 992px) {
      .card--pricing .card-header {
        padding: 3.125rem 1.5625rem; } }
  .card--pricing .card-body {
    padding: 1.25rem; }
    @media (min-width: 992px) {
      .card--pricing .card-body {
        padding: 1.25rem 1.5625rem; } }
  .card--pricing .card-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: transparent;
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
    padding-bottom: 2.5rem; }
    .card--pricing .card-header .btn-link {
      margin-top: 0.625rem;
      font-size: 0.875rem;
      margin-bottom: -1.5625rem; }
      .card--pricing .card-header .btn-link:hover, .card--pricing .card-header .btn-link:focus {
        text-decoration: none; }
  .card--pricing .headline {
    width: 100%;
    margin-bottom: 3rem;
    font-weight: 400;
    position: relative; }
    .card--pricing .headline small {
      display: block;
      width: 100%;
      margin-top: 0.5rem;
      text-align: center;
      font-size: 1rem;
      position: absolute;
      top: 100%;
      left: 0;
      color: #838383; }
    .card--pricing .headline strong {
      color: #3f3f3f; }
  .card--pricing .card__price {
    display: block;
    margin: 0 0 0.5em;
    line-height: 1;
    font-size: 3.75rem;
    font-weight: 400; }
    .card--pricing .card__price sup {
      margin-right: 0.4em;
      vertical-align: super;
      font-size: 1.25rem; }
    .card--pricing .card__price .period {
      margin-left: 0.4em;
      font-size: 1.25rem; }
  .card--pricing .list--checked li {
    margin-bottom: 0;
    padding-left: 1.875rem;
    position: relative; }
    .card--pricing .list--checked li::before {
      width: 1rem;
      height: 0.875rem;
      position: absolute;
      left: 0;
      top: 0.125rem; }
    .card--pricing .list--checked li + li {
      margin-top: 0.9375rem; }
  .card--pricing .list--checked .text-muted {
    color: rgba(63, 63, 63, 0.6); }
  .card--pricing .list--checked:last-child {
    margin-bottom: 0; }
  .card--pricing .pricing--bonus {
    margin: 0 -1rem;
    padding: 0.75rem 1rem 1.5rem;
    background: rgba(81, 78, 234, 0.1);
    border-radius: 4px; }
    .card--pricing .pricing--bonus .pricing--bonus-title {
      margin-bottom: 1.375rem;
      font-size: 0.875rem;
      position: relative;
      font-weight: 600; }
  @media (max-width: 991.98px) {
    .card--pricing .card-header {
      padding-bottom: 0.625rem;
      flex-direction: row;
      border-bottom: none; }
      .card--pricing .card-header .headline {
        text-align: left; }
        .card--pricing .card-header .headline small {
          text-align: left; }
      .card--pricing .card-header .btn {
        display: none; }
    .card--pricing .card__price {
      font-size: 2.25rem; }
      .card--pricing .card__price sup,
      .card--pricing .card__price .period {
        font-size: 0.875rem; }
      .card--pricing .card__price .period {
        display: block;
        margin-top: 0.625rem;
        white-space: nowrap; } }
.compare-plans-btn-wrapper {
  display: flex;
  justify-content: center;
  padding: 1.25rem 0; }

@media (max-width: 991.98px) {
  .compare-plans-btn-wrapper,
  .compare-plans-section {
    display: none; } }

.compare-plans-section.section {
  padding-top: 0; }

.compare-carousel {
  padding-top: 2.5rem;
  font-size: 0.875rem; }
  .compare-carousel table {
    min-width: 950px; }
    .compare-carousel table td {
      vertical-align: middle; }
  .compare-carousel .most-popular-row td,
  .compare-carousel .plan-row td {
    border: none; }
  .compare-carousel .most-popular-row .most-popular {
    background: #514eea;
    padding: 0.375rem;
    text-align: center;
    font-size: 0.625rem;
    color: #fff;
    text-transform: uppercase; }
  .compare-carousel .plan-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1.875rem; }
    .compare-carousel .plan-header .headline {
      font-family: "Graphik Web", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    .compare-carousel .plan-header .price {
      font-size: 1.75rem; }
      .compare-carousel .plan-header .price sup {
        margin-right: 0.1em;
        vertical-align: super;
        font-size: 0.75rem; }
    .compare-carousel .plan-header .period {
      font-size: 0.75rem;
      margin-bottom: 0.75rem; }
  .compare-carousel .section-headline {
    border: none;
    padding-top: 2.5rem; }
  .compare-carousel .info-tooltip-td span {
    display: flex;
    align-items: center;
    justify-content: center; }
  .compare-carousel .premium-value {
    background: rgba(81, 78, 234, 0.1); }
  .compare-carousel .value {
    text-align: center;
    padding: 0.625rem 2.5rem; }

.section .hc-h1-headline {
  font-size: 36px;
  font-weight: 400;
  color: #081430;
  font-family: "Henk-Work", serif; }
  @media (min-width: 768px) {
    .section .hc-h1-headline {
      font-size: 50px; } }
.section .hc-h2-subheadline {
  font-size: 23px;
  font-weight: 400;
  font-family: "Graphik Web", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.section .hc-h2-secondary {
  font-size: 30px;
  font-weight: 400;
  font-family: "Henk-Work", serif; }
  @media (min-width: 768px) {
    .section .hc-h2-secondary {
      font-size: 36px; } }
.section .hc-h3-subheadline {
  font-size: 18px;
  font-weight: 500;
  font-family: "Graphik Web", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.section .hc-text-blue {
  color: #081430; }

.section .hc-text-gray {
  color: #3f3f3f; }

.section .hc-text-charcoal {
  color: #656565; }

.section .hc-text-main {
  font-size: 1.125rem; }

.section .hc-text-small {
  font-size: 12px; }

.section.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 16rem;
  background-color: #7E7D7F;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/static/img/help.e0526c4b2324.png"); }
  .section.banner .banner-description {
    margin: 0 auto;
    max-width: 35.25rem; }
  @media (max-width: 767.98px) {
    .section.banner {
      height: 12.5rem; }
      .section.banner .banner-description {
        display: none; } }
.section .text-narrow {
  max-width: 45.875rem;
  margin: 0 auto; }

.section .white-smoke-box {
  background-color: #f6f6f6;
  border-radius: 24px;
  border: none; }

.section .social-share {
  min-width: max-content; }

.detail-sample-wrapper {
  overflow: visible;
  z-index: 3;
  position: relative; }

.search-input {
  height: 3.125rem;
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border-width: 0;
  background: url("/static/img/icons/icon-search.80eb810effab.svg") no-repeat 1rem center #fff;
  padding: 0 2rem 0 3.25rem; }

.nav-tabs {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }
  .nav-tabs .nav-link {
    font-size: 1rem;
    color: #3f3f3f;
    border-radius: 0;
    border: 2px solid transparent;
    border-width: 2px 0;
    transition: border-color 0.25s ease-in-out; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: transparent transparent #3f3f3f; }
    .nav-tabs .nav-link.active {
      font-weight: 600;
      border-color: transparent transparent #3f3f3f; }

.help-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 1fr);
  grid-gap: 40px; }
  @media (min-width: 768px) {
    .help-cards-grid {
      grid-template-columns: repeat(2, minmax(18.75rem, 1fr)); } }
  .help-cards-grid .card.help-card-item {
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
    padding: 1.5rem;
    border: none; }
    .help-cards-grid .card.help-card-item .thumbnail-list {
      display: flex;
      justify-content: flex-end;
      overflow: hidden;
      min-width: 9.375rem; }
      .help-cards-grid .card.help-card-item .thumbnail-list .thumbnail-list-item {
        margin-right: 1.125rem;
        min-width: 78px;
        min-height: 111px; }

.article-list-grid {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 40px; }
  @media (min-width: 768px) {
    .article-list-grid {
      grid-template-columns: repeat(auto-fit, 300px); } }
  .article-list-grid .card {
    margin: 0;
    min-height: 100%; }

.category-navigation-grid {
  display: grid;
  gap: 1.25rem;
  width: 100%;
  grid-template-columns: 1fr;
  margin-top: 1.5rem;
  margin-bottom: 2.125rem; }
  @media (min-width: 768px) {
    .category-navigation-grid {
      grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); } }
  .category-navigation-grid h2 > a {
    color: initial;
    font-weight: initial; }

.section--hero-bg {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 3.75rem;
  padding-bottom: 2.5rem; }
  .section--hero-bg .btn.backlink {
    margin-bottom: 2.25rem; }
  .section--hero-bg p {
    font-size: 0.875rem; }
  .section--hero-bg .search-input {
    max-width: 25rem;
    margin: 1.75rem 0 2.125rem;
    height: 2.125rem;
    padding: 0 0.75rem 0 2.625rem;
    background-position: 0.5rem center;
    font-size: 0.875rem; }
  .section--hero-bg .btn {
    min-width: 0;
    padding: 0.5625rem 1.5rem;
    margin-bottom: 0.3125rem; }
  .section--hero-bg .nav-social {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 2.25rem;
    font-size: 1.25rem; }
    .section--hero-bg .nav-social .icon {
      display: block; }
  .section--hero-bg.is-post {
    position: relative;
    color: #fff;
    overflow: hidden; }
    .section--hero-bg.is-post:before {
      content: '';
      width: 660px;
      height: 331px;
      position: absolute;
      right: 50%;
      top: 0;
      margin-right: -50.625rem;
      background: url("/static/img/bg-circle-orange.1616482565d1.svg") no-repeat;
      background-position: center;
      background-size: auto; }
    @media (max-width: 1199.98px) {
      .section--hero-bg.is-post {
        background-position: right -460px top; } }
    .section--hero-bg.is-post .headline {
      margin-bottom: 2.5rem; }
      .section--hero-bg.is-post .headline + p {
        font-size: 1rem; }
    .section--hero-bg.is-post .nav-social {
      font-size: 1.5rem; }

@media (min-width: 992px) {
  .container--sample {
    max-width: 47.75rem;
    margin: 0 auto; } }

.section--hero-bg + .container--sample {
  margin-top: -6.375rem; }

.container--sample .collapse,
.container--sample .collapsing {
  height: 350px; }

@media (min-width: 576px) {
  .container--sample .collapse,
  .container--sample .collapsing {
    height: 600px; } }

.container--sample a.btn img {
  height: 17px;
  margin-right: 3px; }

.container--sample .collapse {
  display: block;
  overflow: hidden;
  position: relative; }
  .container--sample .collapse.show {
    height: auto;
    padding-bottom: 100px; }
  .container--sample .collapse:not(.show):after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, transparent 40%, #fafafa); }

.container--sample .buttons {
  text-align: center; }
  .container--sample .buttons a:hover {
    font-weight: 600; }
  .container--sample .buttons a::before {
    display: block;
    content: attr(title);
    font-weight: 600;
    height: 0;
    overflow: hidden;
    visibility: hidden; }

.edit-sample {
  padding: 2rem; }
  .edit-sample h5 {
    font-family: "Henk-Work", serif;
    font-size: 21px; }

.section--sample-detail {
  margin-top: 3.75rem; }
  .section--sample-detail .headline {
    font-family: "Graphik Web", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 600;
    margin-bottom: 1.25rem; }
  .section--sample-detail hr {
    margin: 3.125rem 0 2.5rem; }
  .section--sample-detail p {
    font-size: 0.875rem;
    line-height: 1.25rem; }
  .section--sample-detail .buttons {
    margin: 1.9375rem 0 -0.875rem;
    font-size: 0; }
    .section--sample-detail .buttons .btn {
      background-color: #f6f6f6;
      border-radius: 4px;
      min-width: 0;
      margin: 0 0.875rem 0.875rem 0;
      border: none; }

.card--related {
  color: #3f3f3f; }
  .card--related .list--company {
    flex-direction: column;
    align-items: center;
    margin: 0; }
    .card--related .list--company li:first-child {
      margin: 0 0 0.25rem;
      border-right: 0;
      padding: 0; }
    .card--related .list--company li img {
      object-fit: contain;
      width: auto;
      max-width: 6.25rem;
      max-height: 2.5rem; }
  .card--related .card-footer {
    padding: 0.5rem 0.75rem; }

.subcategory_list {
  padding-left: 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 1.875rem;
  row-gap: 0.625rem; }
  @media (min-width: 576px) {
    .subcategory_list {
      grid-template-columns: repeat(auto-fit, minmax(100px, 30%)); } }
.sample-list-grid {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(auto, 182px));
  grid-gap: 49px;
  font-weight: 500;
  text-align: center;
  align-items: flex-end; }
  .sample-list-grid.related-samples {
    background-color: #f6f6f6;
    border-radius: 24px;
    margin: 0;
    padding: 1.5rem;
    text-align: center;
    margin-bottom: 1.25rem; }
    @media (min-width: 576px) {
      .sample-list-grid.related-samples {
        padding: 3rem 2.0625rem; } }
  .sample-list-grid.grid-narrow {
    grid-template-columns: repeat(3, auto); }
  .sample-list-grid .sample-name {
    font-weight: 600; }
  .sample-list-grid .sample-detail {
    text-decoration: none;
    margin-bottom: 0;
    border: none; }
    .sample-list-grid .sample-detail .sample-img {
      border-radius: 5px 5px 0px 0px;
      border: 1px solid #e9e9e9;
      overflow: hidden; }
      .sample-list-grid .sample-detail .sample-img > img.with-company {
        margin-bottom: -81px; }
    .sample-list-grid .sample-detail .sample-footer {
      background-color: #fff;
      border-radius: 0px 0px 5px 5px;
      border: 1px solid #e9e9e9;
      border-top: none;
      color: initial;
      min-height: 81px;
      font-size: 14px; }
      .sample-list-grid .sample-detail .sample-footer .logo-img {
        object-fit: contain;
        width: auto;
        max-width: 6.25rem;
        max-height: 2.5rem; }

.sample-logo {
  object-fit: contain;
  width: auto;
  max-height: 3.125rem; }

.sample-detail__related {
  margin-top: 3.125rem;
  text-align: center; }
  .sample-detail__related .headline {
    display: block;
    font-family: "Graphik Web", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.875rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    min-height: 2rem;
    font-weight: 600; }
  .sample-detail__related .list li:last-child {
    min-height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center; }
  .sample-detail__related .card--related {
    margin-bottom: 2.5rem; }

.section--post {
  padding-top: 5rem;
  padding-bottom: 4.375rem; }
  .section--post .col-nav {
    text-align: center; }
    @media (max-width: 767.98px) {
      .section--post .col-nav {
        padding-top: 1.875rem; } }
    .section--post .col-nav__banner {
      display: block;
      margin-bottom: 1.5625rem; }
    .section--post .col-nav .sticky-top {
      top: 1.5625rem; }
  .section--post .card--help {
    margin-bottom: 0;
    margin-top: 5rem; }

.post-content {
  max-width: 52.75rem;
  padding: 1.875rem 1.5rem;
  background: #fff; }
  @media (min-width: 576px) {
    .post-content {
      padding: 3.125rem 2.5rem; } }
  @media (min-width: 768px) {
    .post-content {
      padding: 4.6875rem 3.75rem; } }
  @media (min-width: 992px) {
    .post-content {
      padding: 6.25rem 5rem; } }
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    margin-bottom: 1.25rem;
    margin-top: 2.5rem; }
  .post-content p {
    font-size: 1.125rem;
    margin-bottom: 1.25em; }
  .post-content ol li,
  .post-content ul li {
    margin-bottom: 0.9375rem; }
  .post-content blockquote {
    border-left: 2px solid #e9e9e9;
    padding-left: 2.5rem;
    margin: 1.875rem 0; }
  .post-content .card-body {
    padding: 2.5rem 1.75rem; }
    .post-content .card-body .headline {
      margin-top: 0; }
    .post-content .card-body ul {
      margin-bottom: 2.25em;
      font-size: 1.125rem; }
      .post-content .card-body ul li {
        letter-spacing: 0.06px;
        line-height: 1.375rem; }
        .post-content .card-body ul li + li {
          margin-top: 1.125em; }
  .post-content .card-promo .card-body .headline,
  .post-content .card-promo .card-body p {
    max-width: calc(100% - 100px); }
  @media (min-width: 768px) {
    .post-content .card-promo .card-body {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }
  .post-content .card-promo .card-body .img-absolute {
    top: 25px; }

.video-link {
  display: block;
  position: relative;
  transition: transform 0.25s ease-in-out; }
  .video-link::after {
    content: "";
    position: absolute;
    font-size: 3.625rem;
    width: 1em;
    height: 1em;
    border-radius: 1em;
    left: 50%;
    top: 50%;
    margin: -0.5em 0 0 -0.5em;
    padding-left: 0.1875rem;
    background: url("/static/img/arrow-white.b96223defd60.svg") no-repeat 1.4375rem center white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.25s ease-in-out; }
  .video-link:hover {
    transform: translateY(-4px); }
    .video-link:hover::after {
      transform: scale(1.1); }
  .video-link img {
    width: 100%;
    height: auto; }

.timeline-nav {
  max-width: 13.75rem;
  margin: 0.5rem 0 0 0.3125rem;
  padding-left: 0;
  list-style: none; }
  .timeline-nav li {
    display: block;
    position: relative;
    padding-bottom: 3.25rem; }
    .timeline-nav li::before {
      content: "";
      display: block;
      border-left: 1px solid #e9e9e9;
      width: 0;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .timeline-nav li:last-child::before {
      content: none; }
  .timeline-nav a {
    display: block;
    padding-left: 1.75rem;
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #3f3f3f;
    position: relative;
    top: -0.5rem; }
    .timeline-nav a::before {
      content: "";
      display: block;
      font-size: 0.4375rem;
      width: 1em;
      height: 1em;
      border-radius: 1em;
      position: absolute;
      left: 0;
      transform: translate(-0.1875rem, 0.3125rem);
      background: #3f3f3f; }
    .timeline-nav a.active {
      color: #ff5e59; }
      .timeline-nav a.active::before {
        font-size: 0.6875rem;
        background: #ff5e59;
        transform: translate(-0.3125rem, 0.1875rem); }

.box-resume {
  border: 1px solid #e9e9e9;
  border-radius: 0.375rem;
  padding: 0.625rem; }

.row-margin > [class*="col-"] {
  margin-right: 15px;
  margin-left: 15px;
  padding: 0; }

.flickity-resize .carousel-cell {
  min-height: 100%; }

.rating {
  min-width: 100%; }
  .rating .score {
    display: flex;
    flex-direction: column;
    max-width: max-content;
    margin: 0 auto;
    gap: 23px; }
    .rating .score .text {
      color: #8c8c8c; }
    .rating .score .rating-stars {
      display: flex;
      gap: 5px; }
      .rating .score .rating-stars .star {
        padding: 0px 5px;
        display: flex; }
        .rating .score .rating-stars .star.disabled {
          cursor: default; }
        .rating .score .rating-stars .star:hover {
          transform: scale(1.4); }
  @media (min-width: 576px) {
    .rating .score {
      flex-direction: row; } }
  @media (min-width: 992px) {
    .rating {
      border-radius: 24px; } }
.list-categories > li {
  break-inside: avoid-column; }

@media (min-width: 576px) {
  .list-categories {
    column-count: 2;
    column-width: max-content;
    column-gap: 5rem;
    column-rule: 1px solid #d2d2d2; } }

.list-categories .list-subcategories li {
  padding: 2px 0; }
  .list-categories .list-subcategories li:before {
    content: "\2022";
    color: #ff5e59;
    display: inline-block;
    width: 8px;
    margin-left: -10px; }

@media (min-width: 768px) {
  .list-categories .list-subcategories {
    column-count: 2;
    column-gap: 1.875rem; } }

.author-link {
  color: inherit; }
  .author-link:hover {
    color: inherit;
    text-decoration: none; }

.author-short, .author-block {
  display: flex; }
  .author-short .author-photo, .author-block .author-photo {
    display: inline-flex; }
    .author-short .author-photo img, .author-block .author-photo img {
      border-radius: 50%;
      object-fit: cover; }

.author-block {
  margin: 32px 0;
  background: #f6f6f6;
  border-radius: 24px;
  min-height: 200px;
  flex-direction: column; }
  .author-block .author-photo {
    align-self: center; }
  .author-block .author-info .author-wrapper {
    display: flex;
    margin-bottom: 12px;
    flex-direction: column-reverse; }
    .author-block .author-info .author-wrapper .author-link {
      flex-grow: 1; }
      .author-block .author-info .author-wrapper .author-link .author-name {
        font-size: 18px;
        line-height: 24px;
        font-weight: bold; }
    .author-block .author-info .author-wrapper .author-social-links-wrapper {
      display: flex;
      align-self: center;
      margin-bottom: 22px;
      gap: 22px; }
  @media (min-width: 576px) {
    .author-block {
      flex-direction: row; }
      .author-block .author-photo {
        align-self: initial; }
      .author-block .author-info .author-wrapper {
        flex-direction: row; }
        .author-block .author-info .author-wrapper .author-social-links-wrapper {
          align-self: initial;
          margin-bottom: 0;
          margin-left: 10px; } }
.author-short {
  text-align: left;
  align-items: center; }
  .author-short .author-info {
    margin-left: 12px; }
    .author-short .author-info .author-name {
      font-weight: bold;
      font-size: 14px;
      line-height: 18px; }
      .author-short .author-info .author-name .underline {
        text-decoration: underline; }

.view-all-wrapper {
  margin: 24px 0;
  display: flex;
  justify-content: center; }

.help-detail-header {
  background: #fffaf2;
  border-bottom: 1px solid #e9e9e9; }

.analytics-banner {
  background: radial-gradient(94.42% 90.54% at 49.37% 79.07%, #081530 0%, rgba(8, 21, 48, 0.8) 100%);
  color: #fff;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .analytics-banner .description {
    line-height: 28px;
    max-width: 37.5rem; }
  .analytics-banner .img-wrapper {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 850px;
    overflow: hidden; }
    .analytics-banner .img-wrapper .img-words {
      position: absolute;
      top: 85px;
      right: calc(50% + 85px); }
    .analytics-banner .img-wrapper .img-score {
      z-index: 2;
      margin-bottom: 45px;
      border-radius: 20px;
      box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.1); }
    .analytics-banner .img-wrapper .img-cv {
      position: absolute;
      top: 65px;
      left: calc(50% + 60px); }

.article-detail h2 {
  font-weight: 600;
  font-size: 1.6rem;
  font-family: "Graphik Web", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
  margin-bottom: 24px; }

.article-detail h3 {
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 10px;
  font-family: "Graphik Web", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.article-detail h4 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.55;
  margin-bottom: 13px; }

.article-detail p {
  line-height: 1.55;
  margin-bottom: 28px; }

.article-detail li {
  margin-top: 6px;
  font-size: 1.125rem; }

.article-detail ul {
  margin-bottom: 28px; }

.article-detail p > img, .article-detail p > iframe {
  max-width: 100%;
  object-fit: contain; }

.full-screen {
  background-image: none; }
  .full-screen .container-fluid.no-gutters {
    padding: 0; }
  .full-screen .navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-left: 1.25rem;
    padding-right: 2.8125rem; }
    .full-screen .navbar .navbar-nav {
      align-items: center; }
    .full-screen .navbar .container-fluid {
      padding: 0; }

.sign-in {
  max-width: 21.25rem;
  min-width: 16.875rem;
  margin-top: 8.125rem; }
  @media (min-width: 768px) {
    .sign-in {
      margin-top: 0; } }
  .sign-in .headline {
    font-size: 2.25rem;
    line-height: 2.6875rem;
    text-align: center;
    margin-bottom: 2.5rem; }
  .sign-in .menu li {
    font-size: 0.875rem;
    width: 100%;
    text-align: center;
    padding: 0.625rem 0; }
    .sign-in .menu li .btn:not(.btn-circle) {
      width: 100%;
      font-size: 0.875rem;
      margin-right: 0; }
    .sign-in .menu li .btn-circle {
      margin: 0 0.9375rem; }
    .sign-in .menu li .menu--horizontal {
      justify-content: center; }
      .sign-in .menu li .menu--horizontal li {
        padding: 0; }
  .sign-in__logo {
    text-align: center;
    margin-bottom: 1.875rem; }
    .sign-in__logo img {
      margin: 0 auto; }

.menu {
  display: flex;
  flex-flow: column; }

.full-height {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 37.5rem; }
  @media (min-width: 768px) {
    .full-height {
      height: 100vh; } }
@keyframes spin {
  100% {
    transform: rotate(360deg); } }

@keyframes do-levitation {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(0, 3em); } }

@keyframes fly {
  0% {
    top: 30%; }
  100% {
    top: 70%; } }

.ufo-wrapper {
  padding: 150px 0;
  position: relative; }
  @media (max-width: 900px) {
    .ufo-wrapper {
      padding-top: 60px; } }
  .ufo-wrapper:before {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    right: 5%;
    top: 50%;
    background: url("/static/img/ebook/planetky4.9d744a6f117f.svg") no-repeat center center;
    animation: spin 8s linear infinite; }
    @media (max-width: 900px) {
      .ufo-wrapper:before {
        display: none; } }
  .ufo-wrapper:after {
    content: "";
    position: absolute;
    width: 180px;
    height: 140px;
    left: 5%;
    bottom: 7%;
    background: url("/static/img/ebook/ufo.41c3a7c4e864.svg") no-repeat center center;
    animation: do-levitation 1.2s alternate ease-in-out infinite; }
    @media (max-width: 900px) {
      .ufo-wrapper:after {
        display: none; } }
  .ufo-wrapper.two {
    padding-bottom: 30px; }
    .ufo-wrapper.two:before {
      content: "";
      top: 10%;
      right: 15%;
      background: url("/static/img/ebook/planetka2.3ddb985f0277.svg") no-repeat center center;
      animation: spin 15s linear infinite; }
      @media (max-width: 900px) {
        .ufo-wrapper.two:before {
          display: none; } }
    .ufo-wrapper.two:after {
      content: "";
      top: 7%;
      width: 210px;
      background: url("/static/img/ebook/ufo2.1933206de478.svg") no-repeat center center;
      animation: fly 5s alternate ease-in-out infinite; }
      @media (max-width: 900px) {
        .ufo-wrapper.two:after {
          display: none; } }
.section {
  padding: 50px 0; }

.section.get-book, .section.get-book-thanks {
  position: relative; }
  .section.get-book .mockup-img, .section.get-book-thanks .mockup-img {
    max-height: 500px;
    margin: 0 auto;
    padding-bottom: 50px; }
  .section.get-book .border, .section.get-book-thanks .border {
    border: 1px solid #d2d2d2;
    border-radius: 30px;
    padding: 10px;
    min-height: 325px; }
  .section.get-book .email, .section.get-book-thanks .email {
    margin: 40px 0; }
    .section.get-book .email .button .get-book-form-wrapper, .section.get-book-thanks .email .button .get-book-form-wrapper {
      width: 80%;
      margin-left: 10%; }
    .section.get-book .email .button .input-mail, .section.get-book-thanks .email .button .input-mail {
      height: 53px;
      width: 60%;
      margin-right: 0;
      padding-right: 0;
      border-top: 1px solid #000;
      border-left: 1px solid #000;
      border-right: none;
      border-bottom: 1px solid #000;
      padding-top: 0;
      vertical-align: top;
      padding-left: 25px;
      border-radius: 30px 0 0 30px; }
      .section.get-book .email .button .input-mail:focus, .section.get-book-thanks .email .button .input-mail:focus {
        outline: none; }
      @media (max-width: 768px) {
        .section.get-book .email .button .input-mail, .section.get-book-thanks .email .button .input-mail {
          border-radius: 30px;
          border-right: 1px solid #000;
          display: block;
          width: 100%; } }
    .section.get-book .email .button .checkbox, .section.get-book-thanks .email .button .checkbox {
      padding: 10px 30px 0;
      text-align: left; }
      .section.get-book .email .button .checkbox .big-checkbox, .section.get-book-thanks .email .button .checkbox .big-checkbox {
        width: 20px;
        height: 20px;
        margin-left: -25px;
        margin-top: 0; }
      .section.get-book .email .button .checkbox.warning, .section.get-book-thanks .email .button .checkbox.warning {
        color: #ff5e59; }
    .section.get-book .email .button .get-ebook-button, .section.get-book-thanks .email .button .get-ebook-button {
      border-radius: 0 30px 30px 0;
      margin-left: -15px;
      vertical-align: top;
      height: 53px;
      min-width: 40%; }
      @media (max-width: 768px) {
        .section.get-book .email .button .get-ebook-button, .section.get-book-thanks .email .button .get-ebook-button {
          border-radius: 30px;
          display: block;
          min-width: 100%;
          margin-left: 0;
          margin-top: 15px; } }
  .section.get-book .share-block, .section.get-book-thanks .share-block {
    text-align: center; }
    .section.get-book .share-block a, .section.get-book-thanks .share-block a {
      margin-right: 10px; }
      .section.get-book .share-block a:hover, .section.get-book-thanks .share-block a:hover {
        text-decoration: none;
        cursor: pointer; }
      .section.get-book .share-block a img, .section.get-book-thanks .share-block a img {
        height: 35px; }

.section.inside .aliens {
  max-height: 249px;
  overflow: hidden; }

.section.inside .space-astronaut {
  animation: spin-right 60s linear infinite; }

.section.inside .text-heading-red {
  color: #ff5e59; }

.section.inside li {
  list-style-type: circle;
  margin-left: 35px; }

@-ms-keyframes play {
  from {
    background-position: 0px; }
  to {
    background-position: -420px; } }

@-o-keyframes play {
  from {
    background-position: 0px; }
  to {
    background-position: -420px; } }

@keyframes play {
  from {
    background-position: 0px; }
  to {
    background-position: -420px; } }

.section.static-site-heading.ebook {
  background: url("/static/img/ebook/ebook_web_top_2.883b536bbfc3.svg") no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 20vh 0 30vh; }
  .section.static-site-heading.ebook h3 {
    line-height: 1.3; }
  @media (max-width: 1199px) {
    .section.static-site-heading.ebook {
      background: url("/static/img/ebook/ebook_web_top_3.2eedc510cdad.svg") no-repeat center center;
      background-size: cover;
      padding: 100px 0 140px; } }
  @media (max-width: 767px) {
    .section.static-site-heading.ebook {
      background: none; } }
  .section.static-site-heading.ebook .rocket {
    position: absolute;
    z-index: 1;
    top: 1%;
    right: 8%;
    background: url("/static/img/ebook/raketa_with_text.64a7ba0111ab.svg") no-repeat center center;
    width: 270px;
    height: 200px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .section.static-site-heading.ebook .rocket {
        top: 48%;
        right: 3%;
        transform: scale(0.8); } }
    @media (min-width: 768px) and (max-width: 991px) {
      .section.static-site-heading.ebook .rocket {
        top: 51%;
        right: 1%;
        transform: scale(0.6); } }
    @media (max-width: 767px) {
      .section.static-site-heading.ebook .rocket {
        background: none; } }
    .section.static-site-heading.ebook .rocket:after {
      content: "";
      position: absolute;
      z-index: 0;
      bottom: -9%;
      right: 32%;
      width: 140px;
      height: 90px;
      background: url("/static/img/ebook/fires.06e03bfba269.svg") no-repeat center center;
      transform: rotate(-48deg);
      animation: play 0.25s steps(3) infinite; }
      @media (max-width: 767px) {
        .section.static-site-heading.ebook .rocket:after {
          background: none;
          animation: none; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .section.static-site-heading.ebook .rocket:after {
          top: 60%;
          right: 30%;
          transform: rotate(-48deg) scale(0.8); } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .section.static-site-heading.ebook .rocket:after {
          top: 60%;
          right: 30%;
          transform: rotate(-48deg) scale(0.8); } }
.section.bg-gradient-red-ebook {
  background-color: #ff5e59;
  color: #fff; }

.section.about-us {
  padding: 30px 0; }
  .section.about-us p.text-color-white {
    line-height: 1.1;
    font-size: 1.8rem; }
  .section.about-us .avatar-pic {
    position: relative;
    display: block;
    width: 80%;
    margin: 60px auto 0;
    transition: all 0.2s ease-in; }
    .section.about-us .avatar-pic:hover {
      transition: all 0.2s ease-in; }
    .section.about-us .avatar-pic:before {
      padding-top: 100%;
      display: block;
      content: ""; }
  .section.about-us .avatar-caricature-peter {
    background: url("/static/img/ebook/peto.a81acf33d414.png") no-repeat center center;
    background-size: cover; }
  .section.about-us .avatar-caricature-toso {
    background: url("/static/img/ebook/toso.aea976473c26.png") no-repeat center center;
    background-size: cover; }
  .section.about-us .avatar-caricature-martin {
    background: url("/static/img/ebook/martin.bf5d67dc2f42.png") no-repeat center center;
    background-size: cover; }
  .section.about-us .avatar-caricature-katka1 {
    background: url("/static/img/ebook/katka1.a5f7ecb3a519.png") no-repeat center center;
    background-size: cover; }
  .section.about-us .avatar-caricature-katka2 {
    background: url("/static/img/ebook/katka2.7c90ba2fec80.png") no-repeat center center;
    background-size: cover; }

@keyframes spin-right {
  100% {
    transform: rotate(360deg); } }

@keyframes spin-left {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(-360deg); } }

.section.astronaut {
  padding-bottom: 0;
  padding-top: 300px;
  position: relative;
  overflow: hidden; }
  .section.astronaut .astronaut-img {
    margin: 0 auto;
    position: relative; }
  .section.astronaut .satellite-orbit {
    position: absolute;
    height: 1000px;
    width: 1000px;
    top: -70px;
    left: -200px;
    animation: spin-right 20s linear infinite; }
    .section.astronaut .satellite-orbit .satellite-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 180px;
      height: 180px; }
    .section.astronaut .satellite-orbit .planet-img {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 180px;
      height: 180px;
      animation: spin-left 15s linear infinite; }

.footer-button {
  padding: 10px 30px; }
  .footer-button.small {
    width: 50%; }

.slick-section {
  padding: 60px 0; }
  .slick-section .slick-content {
    margin-left: 65px;
    margin-right: 65px;
    /* entire container, keeps perspective */
    /* flip the pane when hovered */
    /* flip speed goes here */
    /* hide back of pane during swap */
    /* front pane, placed above back */
    /* back, initially hidden pane */ }
    .slick-section .slick-content .slick-prev, .slick-section .slick-content .slick-next {
      width: 30px;
      height: 30px; }
    .slick-section .slick-content .slick-prev:before, .slick-section .slick-content .slick-next:before {
      font-size: 30px; }
    .slick-section .slick-content .slick-dots button {
      width: 30px;
      height: 30px; }
      .slick-section .slick-content .slick-dots button:before {
        font-size: 15px; }
    .slick-section .slick-content .img {
      padding: 20px; }
      .slick-section .slick-content .img:focus {
        outline: none; }
    .slick-section .slick-content .slick-prev:before, .slick-section .slick-content .slick-next:before {
      color: #ff5e59; }
    .slick-section .slick-content .flip-container {
      perspective: 1000px; }
      .slick-section .slick-content .flip-container:focus {
        outline: none; }
    .slick-section .slick-content .flip-container:hover .flipper {
      transform: rotateY(180deg); }
    .slick-section .slick-content .flipper {
      transition: 0.6s;
      transform-style: preserve-3d;
      position: relative; }
      .slick-section .slick-content .flipper:focus {
        outline: none; }
    .slick-section .slick-content .front, .slick-section .slick-content .back {
      backface-visibility: hidden; }
    .slick-section .slick-content .front {
      z-index: 2;
      /* for firefox 31 */
      transform: rotateY(0deg); }
    .slick-section .slick-content .back {
      transform: rotateY(180deg);
      position: absolute;
      top: 0;
      left: 0; }
    .slick-section .slick-content .bordered img {
      border: 2px solid rgba(0, 0, 0, 0.15); }

.theme {
  background: #fff; }
  .theme .navbar {
    border-bottom: 1px solid #EDEDED; }
    @media (min-width: 992px) {
      .theme .navbar {
        padding-top: 0.8125rem;
        padding-bottom: 0.8125rem; } }
  .theme main .section {
    padding: 2.5rem 0 2.5rem 0; }
    @media (min-width: 768px) {
      .theme main .section {
        padding: 3.125rem 0; } }
    @media (min-width: 992px) {
      .theme main .section {
        padding: 3.125rem 0; } }
  .theme .section-headline {
    font-size: 2.25rem;
    margin-bottom: 0.7em; }
    @media (min-width: 768px) {
      .theme .section-headline {
        font-size: 2.5rem; } }
    @media (min-width: 992px) {
      .theme .section-headline {
        font-size: 2.875rem; } }
    .theme .section-headline small {
      display: block;
      line-height: 1;
      margin-bottom: 0;
      font-size: 0.875rem;
      font-family: "Graphik Web", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-weight: 400; }
  .theme .title-w-link {
    margin: 0 0 1.75rem;
    padding: 0;
    border-bottom: 0 none;
    align-items: flex-end; }
  .theme .nav-tabs {
    margin-top: 0;
    border-radius: 4px;
    border-bottom: 0 none; }
    .theme .nav-tabs .nav-item:first-child .nav-link {
      border-radius: 4px 0 0 4px; }
    .theme .nav-tabs .nav-item {
      margin-bottom: 0; }
      .theme .nav-tabs .nav-item.extern {
        margin-left: auto; }
        .theme .nav-tabs .nav-item.extern a:hover {
          text-decoration: underline; }
    .theme .nav-tabs .nav-link {
      border-width: 0;
      padding: 0.625rem 1rem; }
      @media (max-width: 767.98px) {
        .theme .nav-tabs .nav-link {
          padding: 0.625rem 0.625rem; } }
      .theme .nav-tabs .nav-link.active {
        padding: 0.625rem 1.25rem;
        font-weight: 400; }
  .theme .carousel, .theme .box-carousel {
    position: relative; }
    .theme .carousel .carousel-cell, .theme .box-carousel .carousel-cell {
      width: 80%;
      margin-top: 1.25rem;
      margin-right: 1.25rem; }
      @media (min-width: 768px) {
        .theme .carousel .carousel-cell, .theme .box-carousel .carousel-cell {
          width: 15.625rem;
          margin-right: 1.5625rem; } }
      @media (min-width: 992px) {
        .theme .carousel .carousel-cell, .theme .box-carousel .carousel-cell {
          margin-right: 1.875rem; } }
    .theme .carousel .flickity-page-dots, .theme .box-carousel .flickity-page-dots {
      display: none; }
  .theme .card--sample .list--company {
    font-size: 0.875rem;
    margin-bottom: 0;
    margin-top: 0; }
  .theme .card--sample .card-footer .headline {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.125em; }

.theme-isic .navbar {
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
  border-bottom: 1px solid #EDEDED; }
  @media (min-width: 992px) {
    .theme-isic .navbar .navbar-nav .nav-link {
      color: #006264; }
    .theme-isic .navbar .navbar-nav .active .nav-link {
      color: #4EBBBD; } }
@media (max-width: 991.98px) {
  .theme-isic .navbar-collapse.collapsing, .theme-isic .navbar-collapse.show {
    background: #fff; } }

.theme-isic .nav-tabs {
  background-color: #D9F1F1; }
  .theme-isic .nav-tabs .nav-link.active {
    background-color: #006264;
    color: #fff; }

.theme-isic .btn-primary {
  background-color: #006264;
  border-color: #006264; }
  .theme-isic .btn-primary:not(:disabled):not(.disabled):active:focus, .theme-isic .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .theme-isic .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 98, 100, 0.5); }
  .theme-isic .btn-primary:not(:disabled):not(.disabled):active, .theme-isic .btn-primary:not(:disabled):not(.disabled).active, .show > .theme-isic .btn-primary.dropdown-toggle {
    background-color: #006264;
    border-color: #006264; }
  .theme-isic .btn-primary:hover {
    background-color: #009497; }
  .theme-isic .btn-primary.btn-ghost {
    color: #006264;
    border: 1px solid #006264;
    background-color: transparent; }
    .theme-isic .btn-primary.btn-ghost:hover {
      background-color: #006264;
      color: #fff; }

.theme-isic .btn-secondary {
  background-color: #4EBBBD;
  border-color: #4EBBBD; }
  .theme-isic .btn-secondary:hover {
    background-color: #3b9c9d;
    border: 1px solid #3b9c9d; }
  .theme-isic .btn-secondary:not(:disabled):not(.disabled):active:focus, .theme-isic .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .theme-isic .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(78, 187, 189, 0.5); }
  .theme-isic .btn-secondary:not(:disabled):not(.disabled):active, .theme-isic .btn-secondary:not(:disabled):not(.disabled).active, .show > .theme-isic .btn-secondary.dropdown-toggle {
    background-color: #4EBBBD;
    border-color: #4EBBBD; }

.theme-isic .bg-primary {
  background-color: #006264 !important;
  color: #fff; }
  .theme-isic .bg-primary.has-lines:before {
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='18' viewBox='0 0 1440 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1498.45 12.2563C1467.98 7.08362 1436.67 7.50952 1405.87 8.35345C1359.65 9.61961 1313.43 12.2556 1267.24 14.2858C1159.03 19.0424 1040.81 13.9818 932.488 14.2852C696.165 14.9471 470.041 13.987 233.762 10.1485C130.023 8.46315 25.4545 9.82024 -77.9988 1.01568' stroke='%2300494b' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1518.45 7.24298C1487.98 2.07026 1474.25 6.39905 1443.45 7.24298C1397.23 8.50915 1246.69 5.21276 1200.5 7.24298C1029.05 14.779 949.825 6.94083 841.5 7.24425C605.177 7.9062 470.268 20.3982 233.988 16.5597C130.25 14.8744 9.48828 16.5597 -73.5117 9.27186' stroke='%2300494b' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
  .theme-isic .bg-primary.has-lines:after {
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='24' viewBox='0 0 1440 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1511.49 17.7485C1481.03 12.5758 1449.72 13.0017 1418.91 13.8457C1372.7 15.1118 1326.47 17.7478 1280.28 19.778C1172.07 24.5346 1053.86 19.4741 945.531 19.7775C709.208 20.4394 483.084 19.4794 246.805 15.6409C143.066 13.9556 38.4975 15.3127 -64.9558 6.50814' stroke='%2300494b' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1531.49 12.7495C1501.03 7.5768 1479.34 0.222461 1448.53 1.0664C1402.32 2.33257 1316.22 6.81629 1270.03 8.84651C1161.82 13.6031 1073.86 14.4751 965.531 14.7785C729.208 15.4404 483.311 25.9047 247.031 22.0662C143.292 20.3809 22.5313 22.0662 -60.4687 14.7784' stroke='%2300494b' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }

.theme-isic a.bg-primary:hover, .theme-isic a.bg-primary:focus, .theme-isic button.bg-primary:hover, .theme-isic button.bg-primary:focus {
  background-color: #006264 !important; }

.theme-isic .btn-link {
  color: #006264; }
  .theme-isic .btn-link.has-arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='33' height='8' viewBox='0 0 33 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.3536 4.35356C32.5488 4.15829 32.5488 3.84171 32.3536 3.64645L29.1716 0.464469C28.9763 0.269206 28.6597 0.269206 28.4645 0.464469C28.2692 0.659731 28.2692 0.976313 28.4645 1.17158L31.2929 4L28.4645 6.82843C28.2692 7.02369 28.2692 7.34027 28.4645 7.53554C28.6597 7.7308 28.9763 7.7308 29.1716 7.53554L32.3536 4.35356ZM-4.37114e-08 4.5L32 4.5L32 3.5L4.37114e-08 3.5L-4.37114e-08 4.5Z' fill='%23006264'/%3E%3C/svg%3E%0A"); }

.theme-isic .text-primary {
  color: #006264 !important; }

/* Global styles */
body,
html {
  overflow-x: hidden; }

body {
  background-image: url("/static/img/bg-circle.87e0785288e0.svg");
  background-repeat: no-repeat;
  background-position: center 0;
  -webkit-font-smoothing: antialiased;
  background-size: 152%;
  background-position: center 0;
  margin-top: 4.625rem; }
  @media (min-width: 768px) {
    body {
      background-size: 110%;
      margin-top: 4.8125rem; } }
  @media (min-width: 992px) {
    body {
      background-size: auto; } }
  body.body-dark {
    background-image: url("/static/img/bg-circle-dark.455b873b162e.svg"); }
  body.body-green {
    background-image: url("/static/img/bg-circle-green.aad09728a7bd.svg"); }
  body.bg-left {
    background-size: auto 40rem;
    background-position: calc(50% - 150px) 0; }
    @media (min-width: 768px) {
      body.bg-left {
        background-size: auto 37.5rem; } }
    @media (min-width: 992px) {
      body.bg-left {
        background-size: auto;
        background-position: calc(50% - 300px) 0; } }
    @media (min-width: 2200px) {
      body.bg-left {
        background-size: calc(45vw + 550px);
        background-position: -1vw 0; } }
  body.body-help {
    background-image: none;
    background-color: #fff;
    font-size: 14px; }
  body.body-content {
    overflow: visible; }
  body.body-clean {
    background-image: none; }

@media (min-width: 576px) and (max-width: 992px) {
  .container {
    max-width: initial; } }

.site-footer {
  background: #081430;
  color: #fff; }
  @media (max-width: 767.98px) {
    .site-footer .logo {
      margin-bottom: 42px; } }
  .site-footer__nav + .site-footer__nav {
    margin-top: 3.75rem; }
    @media (min-width: 768px) {
      .site-footer__nav + .site-footer__nav {
        margin-top: 0; } }
  .site-footer__nav .nav {
    display: inline-flex; }
  .site-footer__nav .headline {
    font-family: "Graphik Web", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.125rem;
    margin-bottom: 1.625rem;
    font-weight: 600; }
  .site-footer__nav .nav li + li {
    margin-top: 0.625rem; }
  .site-footer__nav a {
    display: block;
    line-height: 1.125;
    font-size: 1rem;
    color: #fff; }
  .site-footer .container .btn-link {
    color: #fff; }
  .site-footer__copyright {
    margin: 0; }
  .site-footer__language {
    color: #fff;
    font-size: 1rem; }
    .site-footer__language .btn-link {
      color: #fff;
      padding: 0.5625rem 0; }
    .site-footer__language .icon {
      margin-right: 0.75rem; }
  .site-footer hr {
    margin: 0;
    border-top: 1px solid #3B5473; }
  .site-footer__bottom {
    padding-top: 2.5rem;
    padding-bottom: 1.875rem; }
    @media (min-width: 992px) {
      .site-footer__bottom {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem; } }
    @media (max-width: 767.98px) {
      .site-footer__bottom .footer-wrapper {
        display: flex;
        flex-direction: column; }
        .site-footer__bottom .footer-wrapper div {
          width: 100%; }
        .site-footer__bottom .footer-wrapper .made-with-text {
          order: 2;
          text-align: center; }
        .site-footer__bottom .footer-wrapper .site-footer__social {
          text-align: center;
          justify-content: center;
          margin-top: 32px; }
          .site-footer__bottom .footer-wrapper .site-footer__social .nav-item {
            margin-bottom: 32px; }
        .site-footer__bottom .footer-wrapper .app-store-link {
          width: 100%; } }
    .site-footer__bottom .col-12 {
      margin-bottom: 1.25rem; }
      @media (min-width: 768px) {
        .site-footer__bottom .col-12 {
          margin-bottom: 0; } }
      @media (min-width: 992px) {
        .site-footer__bottom .col-12 {
          margin-right: 1.5625rem; } }
    .site-footer__bottom .col-last {
      margin-left: auto; }
    .site-footer__bottom .nav {
      margin-left: -1rem;
      margin-right: -1rem; }
    .site-footer__bottom p img {
      margin: 0 0.5rem; }
  .site-footer__social {
    font-size: 1.5rem; }
    .site-footer__social .nav-link {
      color: #fff; }

/* Hero part */
.hero {
  padding: 5rem 0 0 0;
  position: relative; }
  @media (min-width: 992px) {
    .hero {
      padding: 11.25rem 0 6.25rem 0; } }
  @media (min-width: 992px) {
    .hero--small {
      padding: 6.25rem 0 6.25rem 0; } }
  .hero--campaign {
    padding: 2.5rem 0 3.75rem 0; }
    .hero--campaign p {
      padding-right: 9.375rem; }
    .hero--campaign .img-kick {
      max-width: 19.375rem;
      right: -8.125rem;
      bottom: -5.625rem; }
    .hero--campaign .img-cover, .hero--campaign .img-kick {
      position: absolute; }
    @media (min-width: 768px) {
      .hero--campaign p {
        padding-right: 0; }
      .hero--campaign .img-kick {
        max-width: 23.125rem;
        right: -3.75rem;
        bottom: -3.75rem; } }
    @media (min-width: 992px) {
      .hero--campaign {
        padding: 3.75rem 0 5.625rem 0; }
        .hero--campaign .img-cover, .hero--campaign .img-resume {
          box-shadow: 10px 10px 20px 4px rgba(4, 11, 27, 0.38); }
        .hero--campaign .img-resume {
          max-width: 21.875rem; }
        .hero--campaign .img-cover {
          max-width: 20rem;
          left: 18.125rem;
          top: 1.5rem; }
        .hero--campaign .img-kick {
          max-width: 42.5rem;
          right: -23.125rem;
          bottom: -5.625rem; } }
  .body-dark .hero, .body-green .hero {
    color: #fff; }
  .hero .headline {
    margin-bottom: 1.25rem; }
  .hero p {
    margin-bottom: 2.1875rem; }
  @media (min-width: 992px) {
    .hero .menu .btn {
      min-width: 10.9375rem; } }
  .hero .hero__references {
    margin-top: 3.125rem; }
    @media (min-width: 992px) {
      .hero .hero__references {
        margin-top: 7.75rem; } }
    @media (max-width: 767.98px) {
      .hero .hero__references .list li {
        margin-top: 0.3125rem;
        width: calc(33.333% - 30px);
        margin-bottom: 0.625rem; } }
    @media only screen and (max-device-width: 480px) {
      .hero .hero__references .list li {
        width: auto;
        margin-right: 0.9375rem; } }
  .hero .absolute-right {
    position: absolute;
    top: 4.375rem;
    left: 56%; }
  .hero .carousel-wrapper {
    top: -1.25rem; }
  @media (max-width: 767.98px) {
    .hero .img-small-tablet {
      margin-top: 2.5rem; } }
/* Sections */
.section {
  padding: 3.75rem 0 3.75rem 0; }
  @media (min-width: 768px) {
    .section {
      padding: 4.375rem 0; } }
  @media (min-width: 992px) {
    .section {
      padding: 7.5rem 0; } }
  .section .section-title {
    margin-bottom: 1.875rem; }
    @media (min-width: 768px) {
      .section .section-title {
        margin-bottom: 3.75rem; } }
    .section .section-title.narrow {
      max-width: 43.75rem;
      margin: 0 auto; }
    .section .section-title:only-child {
      margin-bottom: 0; }
  .section .section-footer {
    margin-top: 2.5rem; }
  .section--small {
    padding: 1.875rem 0; }
    @media (min-width: 992px) {
      .section--small {
        padding: 2.5rem 0; } }
.section--cta.bg-img {
  background-position: center center;
  background-size: cover;
  background-image: url("/static/img/cta/bg-cta-425x340.3a2e20912db0.jpg");
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.42); }
  @media (min-width: 768px) {
    .section--cta.bg-img {
      background-image: url("/static/img/cta/bg-cta-768x342.3e00ab6099f0.jpg"); } }
  @media (min-width: 1200px) {
    .section--cta.bg-img {
      background-image: url("/static/img/cta/bg-cta-1440x440.cf14f977ba40.jpg"); } }
.section--cta .headline {
  margin-bottom: 1.875rem; }

.section--cta .lead {
  margin-bottom: 2.5rem; }

.section--stats {
  padding: 5.625rem 0 5rem 0; }

.section--references .list.horizontal li {
  margin-bottom: 0.5625rem; }
  .section--references .list.horizontal li:not(:last-of-type) {
    margin-right: 0.9375rem; }
  .section--references .list.horizontal li img {
    height: 15px; }

@media (min-width: 768px) {
  .section--references .list.horizontal li {
    margin-bottom: 0; }
    .section--references .list.horizontal li:not(:last-of-type) {
      margin-right: 1.75rem; }
    .section--references .list.horizontal li img {
      height: 35px; } }

.section--video {
  padding-bottom: 7.5rem; }
  @media (min-width: 768px) {
    .section--video {
      padding-bottom: 8.125rem; } }
  @media (min-width: 992px) {
    .section--video {
      padding-bottom: 11.25rem; } }
  .section--video .videoWrapper {
    margin: 0 auto;
    position: relative; }
    .section--video .videoWrapper .title {
      font-size: 1.375rem;
      font-family: "Graphik Web", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    .section--video .videoWrapper .iframeWrapper {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      height: 0; }
    .section--video .videoWrapper .iframeWrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    @media (min-width: 576px) {
      .section--video .videoWrapper {
        max-width: 31.25rem; }
        .section--video .videoWrapper .img-kick {
          position: absolute;
          max-width: 12.5rem;
          bottom: -2.5rem;
          right: -5rem; } }
    @media (min-width: 768px) {
      .section--video .videoWrapper {
        max-width: 37.5rem; }
        .section--video .videoWrapper .img-kick {
          max-width: 17.5rem;
          bottom: -3.75rem;
          right: -6.25rem; } }
    @media (min-width: 992px) {
      .section--video .videoWrapper {
        max-width: 46.5625rem; } }
.section--steps .arrow1 {
  margin-top: -70px; }

.section--steps .step-content {
  max-width: 500px; }
  .section--steps .step-content .img-num-wrapper {
    flex-shrink: 0;
    width: 100px; }
    .section--steps .step-content .img-num-wrapper img {
      width: 100%; }
  .section--steps .step-content .text-wrapper {
    padding-left: 20px; }
    .section--steps .step-content .text-wrapper p {
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .section--steps .step-content .img-num-wrapper {
      width: initial; }
      .section--steps .step-content .img-num-wrapper img {
        width: initial; } }
/* Blocks */
.block-stats {
  text-align: center; }
  .block-stats img {
    width: 150px; }
  @media (min-width: 768px) {
    .block-stats img {
      width: 200px; } }
.block-quotations {
  margin-bottom: 3.125rem; }
  @media (min-width: 768px) {
    .block-quotations {
      margin-bottom: 8.75rem; } }
@media (min-width: 992px) {
  .all-resumes {
    padding: 0 8.125rem; } }

.all-resumes .all-resumes__box {
  display: block;
  margin-bottom: 1.875rem;
  transition: transform 0.25s ease;
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.1);
  position: relative; }
  .all-resumes .all-resumes__box:hover {
    transform: translateY(-4px); }
    @media (min-width: 768px) {
      .all-resumes .all-resumes__box:hover:before {
        opacity: 1; }
      .all-resumes .all-resumes__box:hover .box-showcase {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.25s ease; } }
  .all-resumes .all-resumes__box:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.2); }
  .all-resumes .all-resumes__box img {
    border-radius: 0.375rem; }
  .all-resumes .all-resumes__box .box-showcase {
    transition: opacity 0.25s ease;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    padding: 1.25rem; }
    .all-resumes .all-resumes__box .box-showcase a:not(.preview-btn) {
      display: none; }
    @media (min-width: 768px) {
      .all-resumes .all-resumes__box .box-showcase {
        opacity: 0;
        visibility: hidden; }
        .all-resumes .all-resumes__box .box-showcase a:not(.preview-btn) {
          display: block; } }
    .all-resumes .all-resumes__box .box-showcase .preview-btn {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 2;
      width: 100%;
      opacity: 0; }
      @media (min-width: 768px) {
        .all-resumes .all-resumes__box .box-showcase .preview-btn {
          opacity: 1;
          position: initial;
          width: initial; } }
    .all-resumes .all-resumes__box .box-showcase button,
    .all-resumes .all-resumes__box .box-showcase a:first-child {
      margin: 0.3125rem 0; }

.filter-horizontal {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  justify-content: space-between; }

.section--resumes .filter-horizontal .btn-link {
  color: #000;
  padding-left: 0;
  padding-right: 0;
  min-width: auto; }

.section--resumes.bg-dark .btn-link {
  color: #fff; }

.section--features .col {
  text-align: center;
  margin-bottom: 1.875rem; }
  .section--features .col .headline {
    margin-bottom: 0.9375rem; }
  .section--features .col .img-wrapper {
    min-height: 5rem; }
    .section--features .col .img-wrapper img {
      max-width: 64px; }

@media (min-width: 768px) {
  .section--guide .h2 {
    font-size: 2rem; } }

@media (min-width: 992px) {
  .section--guide .h2 {
    font-size: 2.25rem; } }

.section--guide .card .headline,
.section--guide .card p {
  padding-right: 3.75rem; }

.section--guide.bg-primary .card {
  background: transparent; }
  .section--guide.bg-primary .card .card-body {
    color: #fff; }
    .section--guide.bg-primary .card .card-body .btn {
      border-color: #fff;
      color: #fff; }
  .section--guide.bg-primary .card:hover {
    background: #fff; }
    .section--guide.bg-primary .card:hover .card-body {
      color: #3f3f3f; }
      .section--guide.bg-primary .card:hover .card-body .btn {
        border-color: #ff5e59;
        color: #ff5e59; }

@media (min-width: 992px) {
  .section--plaintext .lead {
    line-height: 1.75rem; }
  .section--plaintext p {
    margin-bottom: 1.875rem; } }

/* Other */
.dot {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 100%;
  background-color: #e9e9e9;
  transition: transform 0.25s ease-in-out; }
  .dot.active {
    width: 0.75rem;
    height: 0.75rem; }

.col-w-icon {
  padding-left: 6.25rem; }
  .col-w-icon__icon {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    max-width: 5rem;
    transform: translateY(-10%); }
  .col-w-icon .headline {
    margin-top: 2.5em;
    color: #ff5e59;
    font-family: "Graphik Web", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.625rem;
    letter-spacing: -0.2px; }

.col-h-offset {
  margin-top: 7.5rem; }

.text-w-point {
  position: relative; }
  .text-w-point::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: 1em;
    margin-right: 1em;
    font-size: 0.625rem;
    background: #ff5e59; }

.dropdown-toggle::after {
  margin-left: 0.75rem;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 0 none;
  border-top: 0 none;
  width: 7px;
  height: 7px;
  transform: scaleX(0.9) rotate(45deg); }

.about-kick {
  max-width: 31.25rem; }

.embed-responsive {
  height: 410px; }

.error-page {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  text-align: center; }
  .error-page .animation {
    display: flex;
    align-items: flex-end;
    margin-bottom: 1.5625rem; }
    .error-page .animation .number {
      line-height: 10rem;
      font-size: 8.125rem;
      font-family: "Henk-Work", serif;
      color: #d2d2d2; }
    .error-page .animation .image {
      margin: 0 -2.1875rem;
      width: 12.5rem; }
  .error-page .heading {
    font-weight: 600;
    font-family: "Graphik Web", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-bottom: 1.0625rem; }
  .error-page .subheading {
    font-family: "Graphik Web", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-bottom: 2rem; }
  .error-page .back-btn {
    min-width: 11.25rem; }
  @media (min-width: 768px) {
    .error-page .animation .number {
      line-height: 15rem;
      font-size: 11.25rem; }
    .error-page .animation .image {
      margin: 0 -3.125rem;
      width: 18.75rem; } }
  @media (max-height: 500px) {
    .error-page .animation {
      margin-bottom: 0;
      margin-top: -1.125rem; }
      .error-page .animation .number {
        line-height: 7.8125rem;
        font-size: 6.25rem; }
      .error-page .animation .image {
        margin: 0 -1.875rem;
        width: 10rem; } }
.bg-dark.has-lines,
.bg-light.has-lines,
.bg-pink.has-lines,
.bg-primary.has-lines,
.bg-sky-blue.has-lines,
.bg-sample.has-lines {
  position: relative; }
  .bg-dark.has-lines:after, .bg-dark.has-lines:before,
  .bg-light.has-lines:after,
  .bg-light.has-lines:before,
  .bg-pink.has-lines:after,
  .bg-pink.has-lines:before,
  .bg-primary.has-lines:after,
  .bg-primary.has-lines:before,
  .bg-sky-blue.has-lines:after,
  .bg-sky-blue.has-lines:before,
  .bg-sample.has-lines:after,
  .bg-sample.has-lines:before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2; }
  .bg-dark.has-lines:before,
  .bg-light.has-lines:before,
  .bg-pink.has-lines:before,
  .bg-primary.has-lines:before,
  .bg-sky-blue.has-lines:before,
  .bg-sample.has-lines:before {
    top: -12px;
    background-position: center top; }
  .bg-dark.has-lines:after,
  .bg-light.has-lines:after,
  .bg-pink.has-lines:after,
  .bg-primary.has-lines:after,
  .bg-sky-blue.has-lines:after,
  .bg-sample.has-lines:after {
    bottom: -12px;
    background-position: center bottom; }
  .bg-dark.has-lines.top-only,
  .bg-light.has-lines.top-only,
  .bg-pink.has-lines.top-only,
  .bg-primary.has-lines.top-only,
  .bg-sky-blue.has-lines.top-only,
  .bg-sample.has-lines.top-only {
    margin-bottom: 0; }
    .bg-dark.has-lines.top-only:after,
    .bg-light.has-lines.top-only:after,
    .bg-pink.has-lines.top-only:after,
    .bg-primary.has-lines.top-only:after,
    .bg-sky-blue.has-lines.top-only:after,
    .bg-sample.has-lines.top-only:after {
      display: none; }
  .bg-dark.has-lines.bottom-only,
  .bg-light.has-lines.bottom-only,
  .bg-pink.has-lines.bottom-only,
  .bg-primary.has-lines.bottom-only,
  .bg-sky-blue.has-lines.bottom-only,
  .bg-sample.has-lines.bottom-only {
    margin-top: 0; }
    .bg-dark.has-lines.bottom-only:before,
    .bg-light.has-lines.bottom-only:before,
    .bg-pink.has-lines.bottom-only:before,
    .bg-primary.has-lines.bottom-only:before,
    .bg-sky-blue.has-lines.bottom-only:before,
    .bg-sample.has-lines.bottom-only:before {
      display: none; }

@media (max-width: 991.98px) {
  .bg-dark.section,
  .bg-light.section,
  .bg-pink.section,
  .bg-primary.section,
  .bg-sky-blue.section,
  .bg-sample.section {
    padding: 3.75rem 0 3.75rem 0; } }

.bg-dark {
  background-color: #081430 !important;
  color: #fff; }
  .bg-dark.has-lines:before {
    background-image: url("/static/img/bg-lines.919da5cfbd98.svg"); }
  .bg-dark.has-lines:after {
    background-image: url("/static/img/bg-lines-bottom.3019f5a442ea.svg"); }
  .bg-dark .carousel.dissolve-right:before, .bg-dark .dissolve-right.box-carousel:before,
  .bg-dark .carousel--cv.dissolve-right:before {
    background: linear-gradient(270deg, #081430 43.16%, rgba(255, 255, 255, 0) 100%); }
    @media (min-width: 768px) {
      .bg-dark .carousel.dissolve-right:before, .bg-dark .dissolve-right.box-carousel:before,
      .bg-dark .carousel--cv.dissolve-right:before {
        right: -2.5rem; } }
  .bg-dark .carousel.dissolve-left:after, .bg-dark .dissolve-left.box-carousel:after,
  .bg-dark .carousel--cv.dissolve-left:after {
    background: linear-gradient(-270deg, #081430 43.16%, rgba(255, 255, 255, 0) 100%); }
    @media (min-width: 768px) {
      .bg-dark .carousel.dissolve-left:after, .bg-dark .dissolve-left.box-carousel:after,
      .bg-dark .carousel--cv.dissolve-left:after {
        left: -2.5rem; } }
.bg-light {
  background-color: #fffaf2 !important; }
  .bg-light.has-lines:before {
    background-image: url("/static/img/bg-lines-aqua.f055dce580ef.svg"); }
  .bg-light.has-lines:after {
    background-image: url("/static/img/bg-lines-bottom-aqua.9dd5bc743d9a.svg"); }
  .bg-light .carousel.dissolve-right:before, .bg-light .dissolve-right.box-carousel:before,
  .bg-light .carousel--cv.dissolve-right:before {
    background: linear-gradient(270deg, #fffaf2 43.16%, rgba(255, 255, 255, 0) 100%); }
    @media (min-width: 768px) {
      .bg-light .carousel.dissolve-right:before, .bg-light .dissolve-right.box-carousel:before,
      .bg-light .carousel--cv.dissolve-right:before {
        right: -2.5rem; } }
  .bg-light .carousel.dissolve-left:after, .bg-light .dissolve-left.box-carousel:after,
  .bg-light .carousel--cv.dissolve-left:after {
    background: linear-gradient(-270deg, #fffaf2 43.16%, rgba(255, 255, 255, 0) 100%); }
    @media (min-width: 768px) {
      .bg-light .carousel.dissolve-left:after, .bg-light .dissolve-left.box-carousel:after,
      .bg-light .carousel--cv.dissolve-left:after {
        left: -2.5rem; } }
.bg-pink {
  background-color: #faf4f3 !important; }
  .bg-pink.has-lines:before {
    background-image: url("/static/img/bg-lines-pink.bff6129feaec.svg"); }
  .bg-pink.has-lines:after {
    background-image: url("/static/img/bg-lines-bottom-pink.a47407408f90.svg"); }

.bg-sky-blue {
  background-color: rgba(110, 150, 181, 0.1) !important; }
  .bg-sky-blue.has-lines:before {
    background-image: url("/static/img/bg-lines-blue.e63c035d009d.svg"); }
    @media (min-width: 2000px) {
      .bg-sky-blue.has-lines:before {
        height: 40px; } }
  .bg-sky-blue.has-lines:after {
    background-image: url("/static/img/bg-lines-bottom-blue.c9297bb0fed0.svg"); }

.bg-primary {
  background-color: #ff5e59;
  color: #fff; }
  .bg-primary.has-lines:before {
    background-image: url("/static/img/bg-lines-primary.1fd5735681cb.svg"); }
  .bg-primary.has-lines:after {
    background-image: url("/static/img/bg-lines-bottom-primary.978851a76f2b.svg"); }

.bg-gray {
  background-color: #f6f6f6 !important; }

@media (min-width: 1300px) {
  .container--wide {
    max-width: 1260px; } }

.container--narrow {
  max-width: 1010px; }

.container--ultra-narrow {
  max-width: 764px; }

/* custom scroll bar styles*/
body::-webkit-scrollbar {
  width: 0.375rem;
  background-color: #fffaf2; }

body::-webkit-scrollbar-thumb {
  background-color: #081430; }

@media (max-width: 991.98px) {
  .img-small-tablet {
    text-align: center;
    margin-bottom: 2.5rem; }
    .img-small-tablet img {
      max-width: 60vw; } }

.section-divider {
  margin: 0;
  border-top: 1px solid #3b5473; }

.bg-sample {
  background: linear-gradient(180deg, #fffaf2 30%, #29405c 70%); }
  .bg-sample > .container {
    margin-top: -50px;
    padding-bottom: -50px; }
  @media (min-width: 768px) {
    .bg-sample {
      background: #29405c;
      background-image: url("/static/img/bg-circle-light.3b509cd7bd58.svg");
      background-position: center -1px;
      background-size: 105% auto;
      background-repeat: no-repeat; } }
  .bg-sample.has-lines:after {
    background: #fff;
    height: 1.875rem;
    background-image: url("/static/img/bg-lines-bottom.3019f5a442ea.svg");
    background-repeat: no-repeat;
    background-position: center -0.9375rem; }

.data-protection {
  padding-top: 6.25rem; }
  .data-protection .card-transparent .card-header .headline {
    margin: 0;
    font-weight: 600; }
  .data-protection .card-transparent .card-header svg {
    width: 5.875rem; }
    .data-protection .card-transparent .card-header svg.red {
      fill: #ff5e59; }
    .data-protection .card-transparent .card-header svg.green {
      fill: #308261; }
    .data-protection .card-transparent .card-header svg.blue {
      fill: #3B5473; }
  .data-protection .card-transparent .card-header .card-title {
    border-radius: 0.375rem;
    background-color: rgba(110, 150, 181, 0.16);
    padding: 0.625rem 0.625rem 0.625rem calc(4.5rem);
    width: 100%;
    margin: 0 0 0 calc(5.875rem / 2 * -1); }
  .data-protection .card-transparent .headline {
    font-size: 1.25rem;
    font-family: "Graphik Web", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .data-protection .shield {
    max-width: 90px; }

.section.faq {
  padding-top: 6.25rem; }
  .section.faq .card {
    overflow: hidden;
    font-family: "Graphik Web", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    border-color: #D3D3D3; }
    .section.faq .card .card-header {
      cursor: pointer;
      position: relative;
      margin-bottom: -1px;
      padding: 1.625rem 1.875rem;
      border-color: #D3D3D3; }
      .section.faq .card .card-header:after {
        content: '';
        display: inline-block;
        position: absolute;
        right: 1.875rem;
        top: 0;
        bottom: 0;
        margin: auto;
        background-image: url("/static/img/icons/icon-caret-down.78032f6a9a22.svg");
        width: 0.75rem;
        height: 0.75rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto;
        transform: rotateX(180deg);
        transition: transform 0.2s ease; }
      .section.faq .card .card-header.collapsed:after {
        transform: rotateX(0); }
      .section.faq .card .card-header .headline {
        font-size: 1rem;
        font-weight: 500;
        font-family: "Graphik Web", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    .section.faq .card .card-body {
      font-size: 0.875rem;
      padding: 1.25rem 1.875rem; }
