/*
    Theme Name: Vived
    Theme URI: 
    Author: Jakub Lange && Marta Chojnacka
    Author URI: https://virtuslab.com
    Description:
    Version: 2.0
    Text Domain: vived-theme

    font-family: 'Montserrat', sans-serif;
    font-family: 'Nunito Sans', sans-serif;
    font-family: 'Nunito', sans-serif;
*/
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  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: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

[role=button] {
  cursor: pointer;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-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;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1280px;
  }
}
.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%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.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;
  }
}

.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: 1440px) {
  .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.8571428571%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 1440px) {
  .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;
  }
}
.cta-button {
  display: inline-block;
  padding: 17px 40px;
  border-radius: 32px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
  transition: 0.3s background-color ease-out, 0.3s border-color ease-out, 0.3s color ease-out, 0.3s filter ease-out;
  background-color: #fff;
  border: 2px solid #536166;
}
.cta-button, .cta-button a {
  color: #536166;
}
.cta-button a {
  transition: 0.3s color ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .cta-button a {
    transition: none;
  }
}
.cta-button:hover {
  background-color: #fff;
  border-color: rgba(83, 97, 102, 0.66);
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.16));
}
.cta-button:hover, .cta-button:hover a {
  color: #383842;
}
.cta-button:active {
  background-color: #fff;
  border-color: #383842;
  filter: drop-shadow(0 3px 10px rgba(83, 97, 102, 0.16));
}
.cta-button:active, .cta-button:active a {
  color: #383842;
}
.cta-button i, .cta-button svg {
  color: #00DEEA;
}
@media (max-width: 767.98px) {
  .cta-button {
    padding: 15px 30px;
    font-size: 0.875rem;
    line-height: 14px;
  }
}
.cta-button.filled-blue {
  background-color: #394FF4;
  border: 2px solid #394FF4;
}
.cta-button.filled-blue, .cta-button.filled-blue a {
  color: #fff;
}
.cta-button.filled-blue:hover {
  background-color: #455BFC;
  border-color: #455BFC;
  filter: drop-shadow(0 14px 28px rgba(55, 83, 244, 0.33));
}
.cta-button.filled-blue:active {
  background-color: #2C3CB1;
  border-color: #2C3CB1;
  filter: drop-shadow(0 6px 16px rgba(55, 83, 244, 0.33));
}
.cta-button.filled-blue.small-size:hover {
  filter: drop-shadow(0 8px 20px rgba(55, 83, 244, 0.33));
}
.cta-button.filled-blue.small-size:active {
  filter: drop-shadow(0 3px 10px rgba(55, 83, 244, 0.2));
}
.cta-button.filled-violet {
  background-color: #670AD5;
  border: 2px solid #670AD5;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
}
.cta-button.filled-violet, .cta-button.filled-violet a {
  color: #fff;
}
.cta-button.filled-violet:hover {
  background-color: #7E15FA;
  border-color: #7E15FA;
  filter: drop-shadow(0 14px 28px rgba(126, 21, 250, 0.33));
}
.cta-button.filled-violet:active {
  background-color: #670AD5;
  border-color: #670AD5;
  filter: drop-shadow(0 6px 16px rgba(126, 21, 250, 0.33));
}
.cta-button.filled-lightblue {
  background-color: #00DEEA;
  border: 2px solid #00DEEA;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.33));
}
.cta-button.filled-lightblue, .cta-button.filled-lightblue a {
  color: #0E0E1A;
}
.cta-button.filled-lightblue:hover {
  background-color: #57F7FF;
  border-color: #57F7FF;
  filter: drop-shadow(0 10px 20px rgba(87, 247, 255, 0.25));
}
.cta-button.filled-lightblue:active {
  background-color: #3CE9F2;
  border-color: #3CE9F2;
  filter: drop-shadow(0 5px 10px rgba(60, 233, 242, 0.25));
}
.cta-button.filled-dark {
  background-color: #0E0E1A;
  border: 2px solid #0E0E1A;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
}
.cta-button.filled-dark, .cta-button.filled-dark a {
  color: #fff;
}
.cta-button.filled-dark:hover {
  background-color: rgba(14, 14, 26, 0.8);
  border-color: rgba(14, 14, 26, 0.8);
}
.cta-button.filled-dark:active {
  background-color: #000;
  border-color: #000;
}
.cta-button.filled-white {
  background-color: #fff;
  border: 2px solid #fff;
}
.cta-button.filled-white, .cta-button.filled-white a {
  color: #000;
}
.cta-button.filled-white:hover {
  box-shadow: none;
}
.cta-button.outline-grey {
  background-color: #fff;
  border: 2px solid #3A4A50;
}
.cta-button.outline-grey, .cta-button.outline-grey a {
  color: #181824;
}
.cta-button.outline-grey:hover {
  background-color: #383842;
  border-color: #383842;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.18));
}
.cta-button.outline-grey:hover, .cta-button.outline-grey:hover a {
  color: #fff;
}
.cta-button.outline-grey:active {
  background-color: #181824;
  border-color: #181824;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.18));
}
.cta-button.outline-grey:active, .cta-button.outline-grey:active a {
  color: #fff;
}
.cta-button.outline-grey-hover-violet {
  background-color: transparent;
  border-color: #A5A5BD;
}
.cta-button.outline-grey-hover-violet, .cta-button.outline-grey-hover-violet a {
  color: #fff;
}
.cta-button.outline-grey-hover-violet:hover {
  background-color: #7E15FA;
  border-color: #7E15FA;
  filter: drop-shadow(0 14px 28px rgba(126, 21, 250, 0.33));
}
.cta-button.outline-grey-hover-violet:active {
  background-color: #670AD5;
  border-color: #670AD5;
  filter: drop-shadow(0 6px 16px rgba(126, 21, 250, 0.33));
}
.cta-button.outline-grey-hover-violet.small-size:hover {
  filter: drop-shadow(0 8px 20px rgba(126, 21, 250, 0.33));
}
.cta-button.outline-grey-hover-violet.small-size:active {
  filter: drop-shadow(0 3px 10px rgba(126, 21, 250, 0.2));
}
.cta-button.outline-grey-hover-white {
  background-color: transparent;
  border-color: #A5A5BD;
  filter: none;
}
.cta-button.outline-grey-hover-white, .cta-button.outline-grey-hover-white a {
  color: #fff;
}
.cta-button.outline-grey-hover-white:hover {
  border-color: #fff;
}
.cta-button.outline-grey-hover-white:active {
  border-color: #00DEEA;
}
.cta-button.square-light-blue {
  padding: 8px 19px;
  border-radius: 7px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.8125rem;
  line-height: 13px;
  background-color: #00DEEA;
  border-color: #00DEEA;
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.25));
}
.cta-button.square-light-blue, .cta-button.square-light-blue a {
  color: #181824;
}
.cta-button.square-light-blue:hover {
  background-color: #57F7FF;
  border-color: #57F7FF;
  filter: drop-shadow(0 5px 12px rgba(0, 0, 0, 0.25));
}
.cta-button.square-light-blue:hover, .cta-button.square-light-blue:hover a {
  color: #181824;
}
.cta-button.square-light-blue:active {
  background-color: #3CE9F2;
  border-color: #3CE9F2;
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.25));
}
.cta-button.square-light-blue:active, .cta-button.square-light-blue:active a {
  color: #181824;
}
.cta-button.medium-size {
  padding: 15.5px 36px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 0.28px;
}
@media (max-width: 575.98px) {
  .cta-button.medium-size {
    padding: 12.5px 36px;
  }
}
.cta-button.small-size {
  padding: 11px 25px;
  border-width: 1px;
  border-radius: 20px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 14px;
}

.social-icon {
  display: inline-block;
}
.social-icon i, .social-icon svg {
  font-size: 1.5625rem;
  color: #536166;
  transition: 0.3s color ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .social-icon i, .social-icon svg {
    transition: none;
  }
}
.social-icon:hover i, .social-icon:hover svg {
  color: #455BFC;
}
.social-icon:active i, .social-icon:active svg {
  color: #2C3CB1;
}

.heading-1, h1,
.heading-2, h2,
.heading-3, h3,
.h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.heading-1.light-font, h1.light-font,
.heading-2.light-font, h2.light-font,
.heading-3.light-font, h3.light-font,
.h4.light-font, h5.light-font, h6.light-font {
  color: #E5E5F3;
}

.heading-1,
h1 {
  font-size: 3.5rem;
  line-height: 64px;
}
@media (max-width: 1199.98px) {
  .heading-1,
h1 {
    font-size: 3.125rem;
    line-height: 56px;
  }
}
@media (max-width: 767.98px) {
  .heading-1,
h1 {
    font-size: 2.75rem;
    line-height: 48px;
  }
}
@media (max-width: 575.98px) {
  .heading-1,
h1 {
    font-size: 2.125rem;
    line-height: 40px;
  }
}

.block-header-home .heading-1,
.block-header-home h1,
.block-header-business .heading-1,
.block-header-business h1 {
  font-size: 3rem;
  line-height: 134%;
  font-weight: 800;
  letter-spacing: -0.01em;
}
@media (max-width: 1199.98px) {
  .block-header-home .heading-1,
.block-header-home h1,
.block-header-business .heading-1,
.block-header-business h1 {
    font-size: 2.75rem;
  }
}
@media (max-width: 991.98px) {
  .block-header-home .heading-1,
.block-header-home h1,
.block-header-business .heading-1,
.block-header-business h1 {
    font-size: 2.375rem;
  }
}
@media (max-width: 575.98px) {
  .block-header-home .heading-1,
.block-header-home h1,
.block-header-business .heading-1,
.block-header-business h1 {
    font-size: 2.1875rem;
  }
}

.heading-2,
h2 {
  font-size: 2.5rem;
  line-height: 48px;
}
@media (max-width: 1199.98px) {
  .heading-2,
h2 {
    font-size: 2.375rem;
    line-height: 44px;
  }
}
@media (max-width: 575.98px) {
  .heading-2,
h2 {
    font-size: 1.625rem;
    line-height: 32px;
  }
}

.heading-3,
h3 {
  font-size: 1.5rem;
  line-height: 36px;
}
@media (max-width: 1199.98px) {
  .heading-3,
h3 {
    font-size: 1.375rem;
    line-height: 32px;
  }
}
@media (max-width: 575.98px) {
  .heading-3,
h3 {
    font-size: 1.125rem;
    line-height: 24px;
  }
}

.header-body-text {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 36px;
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  .header-body-text {
    font-size: 1.375rem;
    line-height: 32px;
  }
}
@media (max-width: 767.98px) {
  .header-body-text {
    font-size: 1.1875rem;
    line-height: 30px;
  }
}
@media (max-width: 575.98px) {
  .header-body-text {
    font-size: 1rem;
    line-height: 28px;
  }
}

.body-text {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 30px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .body-text {
    font-size: 1.1875rem;
    line-height: 30px;
  }
}
@media (max-width: 575.98px) {
  .body-text {
    font-size: 1rem;
    line-height: 24px;
  }
}

.page-body-text {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.3125rem;
  line-height: 30px;
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  .page-body-text {
    font-size: 1.125rem;
    line-height: 28px;
  }
}
@media (max-width: 575.98px) {
  .page-body-text {
    font-size: 1rem;
    line-height: 24px;
  }
}

.blog-upper-spacer {
  margin-top: 175px;
}
@media (max-width: 1199.98px) {
  .blog-upper-spacer {
    margin-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .blog-upper-spacer {
    margin-top: 155px;
  }
}
@media (max-width: 575.98px) {
  .blog-upper-spacer {
    margin-top: 100px;
  }
}

.header-page {
  margin-bottom: 100px;
}
@media (max-width: 1199.98px) {
  .header-page {
    margin-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .header-page {
    margin-bottom: 50px;
  }
}
.header-page .heading-2 {
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .header-page .heading-2 {
    margin-bottom: 10px;
  }
}

.page-main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1199.98px) {
  .page-main-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .page-main-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .page-main-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.bg-grey {
  background-color: #181824;
}

.navigation .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation .nav-toggler {
  position: absolute;
  cursor: pointer;
}
.navigation .nav-toggler__bars {
  position: relative;
  width: 19px;
  height: 16px;
  display: flex;
  align-items: center;
}
.navigation .nav-toggler__bars:before, .navigation .nav-toggler__bars:after {
  position: absolute;
  content: "";
  left: 0;
  height: 2px;
  border-radius: 30px;
}
.navigation .nav-toggler__bars:before {
  top: 0;
}
.navigation .nav-toggler__bars:after {
  bottom: 0;
}
@media (max-width: 1023px) {
  .navigation .btn-subscribe-desktop,
.navigation .subscribe-desktop {
    display: none !important;
  }
}
.navigation .btn-subscribe-mobile,
.navigation .subscribe-mobile {
  display: none !important;
}
@media (max-width: 1023px) {
  .navigation .btn-subscribe-mobile,
.navigation .subscribe-mobile {
    display: inline-block !important;
  }
}
@media (max-width: 991px) {
  .navigation .btn-subscribe-mobile,
.navigation .subscribe-mobile {
    display: block !important;
  }
}

.page-template-page-home.follow-me .navigation-main .navigation-main-wrapper .nav-logo .full,
.page-template-page-business.follow-me .navigation-main .navigation-main-wrapper .nav-logo .full {
  display: none;
}
.page-template-page-home.follow-me .navigation-main .navigation-main-wrapper .nav-logo .fixed,
.page-template-page-business.follow-me .navigation-main .navigation-main-wrapper .nav-logo .fixed {
  display: block;
}
.page-template-page-home.follow-me .navigation-main .navigation-main-wrapper .nav-main-menu .menu li .cta-button.outline-grey-hover-white,
.page-template-page-business.follow-me .navigation-main .navigation-main-wrapper .nav-main-menu .menu li .cta-button.outline-grey-hover-white {
  border-color: #000;
  color: #000;
}
.page-template-page-home.follow-me .navigation-main .navigation-main-wrapper .nav-main-menu .menu li .cta-button.outline-grey-hover-white:hover,
.page-template-page-business.follow-me .navigation-main .navigation-main-wrapper .nav-main-menu .menu li .cta-button.outline-grey-hover-white:hover {
  background-color: #000;
  color: #fff;
}

body.follow-me nav:not(.basic) .navigation-main {
  position: fixed;
  background-color: #fff;
  border-bottom: 1px solid #E0E0E0;
}
body.follow-me nav:not(.basic) .navigation-main .navigation-main-wrapper {
  margin: 10px 0;
}
body.follow-me nav:not(.basic).dark-theme .navigation-main {
  background-color: #0E0E1A;
  border-color: rgba(255, 255, 255, 0.1);
}
body.follow-me .navigation-mobile .navigation-mobile-wrapper .nav-toggler {
  top: 18px;
}

body.navigation-mobile-open {
  overflow: hidden;
}
body.navigation-mobile-open .navigation-mobile {
  width: 100%;
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  transition: none;
}
body.navigation-mobile-open .navigation-mobile .navigation-mobile-wrapper {
  transform: translate(0);
  opacity: 1;
  filter: drop-shadow(0 0px 99px rgba(0, 0, 0, 0.8));
}
body.navigation-mobile-open .navigation-mobile-background {
  opacity: 0.5;
}

body.admin-bar:not(.follow-me) .navigation-main,
body.admin-bar:not(.follow-me) .navigation-mobile {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar:not(.follow-me) .navigation-main,
body.admin-bar:not(.follow-me) .navigation-mobile {
    top: 46px;
  }
}
@media (max-width: 600px) {
  body.admin-bar:not(.follow-me).navigation-mobile-open .navigation-mobile,
body.admin-bar:not(.follow-me).navigation-mobile-open .navigation-mobile-background {
    height: calc(100vh - 46px); /* Fallback for browsers that do not support Custom Properties */
    height: calc((var(--vh, 1vh) * 100) - 46px);
  }
}
@media (min-width: 601px) and (max-width: 782px) {
  body.admin-bar.follow-me .navigation-main,
body.admin-bar.follow-me .navigation-mobile {
    top: 46px;
  }
}
@media (min-width: 783px) {
  body.admin-bar.follow-me .navigation-main,
body.admin-bar.follow-me .navigation-mobile {
    top: 32px;
  }
}
@media (min-width: 601px) and (max-width: 782px) {
  body.admin-bar.navigation-mobile-open .navigation-mobile,
body.admin-bar.navigation-mobile-open .navigation-mobile-background {
    height: calc(100vh - 46px); /* Fallback for browsers that do not support Custom Properties */
    height: calc((var(--vh, 1vh) * 100) - 46px);
  }
}
@media (min-width: 783px) {
  body.admin-bar.navigation-mobile-open .navigation-mobile,
body.admin-bar.navigation-mobile-open .navigation-mobile-background {
    height: calc(100vh - 32px); /* Fallback for browsers that do not support Custom Properties */
    height: calc((var(--vh, 1vh) * 100) - 32px);
  }
}

.navigation-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.navigation-main .navigation-main-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 44.5px 0 10px;
}
@media (max-width: 767.98px) {
  .navigation-main .navigation-main-wrapper {
    margin: 42px 0 10px;
  }
}
@media (max-width: 575.98px) {
  .navigation-main .navigation-main-wrapper {
    justify-content: center;
    margin: 30px 0 10px;
  }
}
.navigation-main .navigation-main-wrapper .nav-logo {
  display: inline-block;
}
.navigation-main .navigation-main-wrapper .nav-logo img {
  width: 114px;
  height: auto;
}
.navigation-main .navigation-main-wrapper .nav-button-group {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .navigation-main .navigation-main-wrapper .nav-button-group {
    display: none;
  }
}
.navigation-main .navigation-main-wrapper .nav-button-group .nav-main-menu .menu li {
  display: inline-block;
  margin-left: 20px;
}
@media (max-width: 767.98px) {
  .navigation-main .navigation-main-wrapper .nav-button-group .nav-main-menu .menu li {
    margin-left: 10px;
  }
}
.navigation-main .navigation-main-wrapper .nav-button-group .nav-main-menu .menu li:not(.cta-button) a {
  font-family: "Montserrat", sans-serif;
}
.navigation-main .navigation-main-wrapper .nav-toggler {
  display: none;
  top: 50%;
  right: 0;
  color: #181824;
  transform: translateY(-50%);
}
@media (max-width: 575.98px) {
  .navigation-main .navigation-main-wrapper .nav-toggler {
    display: block;
  }
}
.navigation-main .navigation-main-wrapper .nav-toggler__bars:before, .navigation-main .navigation-main-wrapper .nav-toggler__bars:after {
  width: 19px;
  background-color: #181824;
}
.navigation-main .navigation-main-wrapper .nav-toggler__bars-bar {
  border-radius: 30px;
  width: 19px;
  height: 2px;
  background-color: #181824;
}

.page-template-page-home .navigation-main .navigation-main-wrapper .nav-logo .fixed,
.page-template-page-business .navigation-main .navigation-main-wrapper .nav-logo .fixed {
  display: none;
}
.page-template-page-home:not(.follow-me) .navigation-main .navigation-main-wrapper .nav-main-menu .menu li .cta-button,
.page-template-page-business:not(.follow-me) .navigation-main .navigation-main-wrapper .nav-main-menu .menu li .cta-button {
  filter: none;
}
.page-template-page-home:not(.follow-me) .navigation-main .navigation-main-wrapper .nav-main-menu .menu li .cta-button.outline-grey-hover-white,
.page-template-page-business:not(.follow-me) .navigation-main .navigation-main-wrapper .nav-main-menu .menu li .cta-button.outline-grey-hover-white {
  border-color: #fff;
}
.page-template-page-home:not(.follow-me) .navigation-main .navigation-main-wrapper .nav-main-menu .menu li .cta-button.outline-grey-hover-white:hover,
.page-template-page-business:not(.follow-me) .navigation-main .navigation-main-wrapper .nav-main-menu .menu li .cta-button.outline-grey-hover-white:hover {
  background-color: #fff;
  color: #000;
}
.page-template-page-home:not(.follow-me) .navigation-main .navigation-main-wrapper .nav-toggler,
.page-template-page-business:not(.follow-me) .navigation-main .navigation-main-wrapper .nav-toggler {
  color: #fff;
}
.page-template-page-home:not(.follow-me) .navigation-main .navigation-main-wrapper .nav-toggler__bars:before, .page-template-page-home:not(.follow-me) .navigation-main .navigation-main-wrapper .nav-toggler__bars:after, .page-template-page-home:not(.follow-me) .navigation-main .navigation-main-wrapper .nav-toggler__bars-bar,
.page-template-page-business:not(.follow-me) .navigation-main .navigation-main-wrapper .nav-toggler__bars:before,
.page-template-page-business:not(.follow-me) .navigation-main .navigation-main-wrapper .nav-toggler__bars:after,
.page-template-page-business:not(.follow-me) .navigation-main .navigation-main-wrapper .nav-toggler__bars-bar {
  background-color: #fff;
}

.navigation-main.navigation-main-blog {
  font-family: "Nunito Sans", sans-serif;
  background-color: #0E0E1A;
}
.navigation-main.navigation-main-blog .navigation-main-wrapper .nav-logo {
  display: flex;
  align-items: flex-start;
}
.navigation-main.navigation-main-blog .navigation-main-wrapper .nav-logo span {
  display: inline-block;
  margin-left: 5px;
  font-size: 2rem;
  line-height: 43px;
  font-weight: 300;
  color: #3756F4;
}
@media (max-width: 991.98px) {
  .navigation-main.navigation-main-blog .navigation-main-wrapper .blog-categories-menu {
    display: none;
  }
}
.navigation-main.navigation-main-blog .navigation-main-wrapper .blog-categories-menu .menu li {
  display: inline-block;
}
.navigation-main.navigation-main-blog .navigation-main-wrapper .blog-categories-menu .menu li.current-menu-item a {
  color: #fff;
}
.navigation-main.navigation-main-blog .navigation-main-wrapper .blog-categories-menu .menu li:not(:last-child) {
  margin-right: 50px;
}
@media (max-width: 1199.98px) {
  .navigation-main.navigation-main-blog .navigation-main-wrapper .blog-categories-menu .menu li:not(:last-child) {
    margin-right: 30px;
  }
}
.navigation-main.navigation-main-blog .navigation-main-wrapper .blog-categories-menu .menu li a {
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 700;
  color: #A5A5BD;
  transition: 0.3s color ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .navigation-main.navigation-main-blog .navigation-main-wrapper .blog-categories-menu .menu li a {
    transition: none;
  }
}
.navigation-main.navigation-main-blog .navigation-main-wrapper .blog-categories-menu .menu li a:hover {
  color: #fff;
}
.navigation-main.navigation-main-blog .navigation-main-wrapper .blog-categories-menu .menu li a:active {
  color: #00DEEA;
}
@media (max-width: 991.98px) {
  .navigation-main.navigation-main-blog .navigation-main-wrapper .nav-button-group {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navigation-main.navigation-main-blog .navigation-main-wrapper .nav-toggler {
    display: block;
  }
}

.page-template-page-blog .navigation-main.navigation-main-blog .navigation-main-wrapper .nav-logo span,
.single-post .navigation-main.navigation-main-blog .navigation-main-wrapper .nav-logo span,
.page-template-page-newsletter-signup .navigation-main.navigation-main-blog .navigation-main-wrapper .nav-logo span {
  color: #963dff;
}

nav.dark-theme .navigation-main-wrapper .nav-button-group .social-icon:not(:hover):not(:active) i, nav.dark-theme .navigation-main-wrapper .nav-button-group .social-icon:not(:hover):not(:active) svg {
  color: #A5A5BD;
}
nav.dark-theme .navigation-main-wrapper .nav-toggler__bars:before, nav.dark-theme .navigation-main-wrapper .nav-toggler__bars:after, nav.dark-theme .navigation-main-wrapper .nav-toggler__bars-bar {
  background-color: #fff;
}

.navigation.basic .navigation-main {
  position: static;
  transform: none !important;
}
.navigation.basic .navigation-main .navigation-main-wrapper .nav-button-group .cta-button {
  margin-left: 20px;
}

@media (min-width: 576px) {
  .page-template-page-newsletter-signup .navigation-main {
    background-color: initial;
  }
}
@media (max-width: 575.98px) {
  .page-template-page-newsletter-signup .navigation-main .navigation-main-wrapper {
    margin: 30px 0;
  }
}
.page-template-page-newsletter-signup .navigation-main .blog-categories-menu,
.page-template-page-newsletter-signup .navigation-main .nav-button-group {
  display: none;
}

.navigation-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: auto;
  overflow-y: scroll;
  z-index: 99999;
  transition-delay: 0.4s;
}
@media (max-width: 575.98px) {
  .navigation-mobile {
    display: block;
  }
}
.navigation-mobile .navigation-mobile-wrapper {
  margin-left: auto;
  max-width: 400px;
  width: 75%;
  height: 100%;
  transform: translate(100%);
  overflow: hidden;
  opacity: 0;
  border-left: 1px solid #00DEEA;
  background-color: #181824;
  transition: 0.4s transform ease-in-out, 0.4s opacity ease-in-out, 1s filter ease-in-out;
}
@media (max-width: 767.98px) {
  .navigation-mobile .navigation-mobile-wrapper {
    max-width: 300px;
  }
}
@media (max-width: 575.98px) {
  .navigation-mobile .navigation-mobile-wrapper {
    max-width: initial;
  }
}
.navigation-mobile .navigation-mobile-wrapper .nav-mobile-inside {
  height: 100%;
  margin: 0 30px;
  padding: 80px 0 30px;
  display: flex;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  overflow-y: scroll;
}
@media (max-width: 374px) {
  .navigation-mobile .navigation-mobile-wrapper .nav-mobile-inside {
    margin: 0 15px;
  }
}
.navigation-mobile .navigation-mobile-wrapper .nav-mobile-inside .nav-toggler {
  position: absolute;
  top: 53px;
  right: 33px;
}
@media (max-width: 767.98px) {
  .navigation-mobile .navigation-mobile-wrapper .nav-mobile-inside .nav-toggler {
    top: 50.5px;
  }
}
@media (max-width: 575.98px) {
  .navigation-mobile .navigation-mobile-wrapper .nav-mobile-inside .nav-toggler {
    top: 38.5px;
    right: 18px;
  }
}
.navigation-mobile .navigation-mobile-wrapper .nav-mobile-inside .nav-toggler__bars:before, .navigation-mobile .navigation-mobile-wrapper .nav-mobile-inside .nav-toggler__bars:after {
  width: 25px;
  background-color: #00DEEA;
}
.navigation-mobile .navigation-mobile-wrapper .nav-mobile-inside .nav-toggler__bars:before {
  top: 10px;
  transform: rotate(45deg);
}
.navigation-mobile .navigation-mobile-wrapper .nav-mobile-inside .nav-toggler__bars:after {
  bottom: 4px;
  transform: rotate(-45deg);
}
.navigation-mobile .navigation-mobile-wrapper .nav-mobile-inside .nav-mobile-caption {
  margin-bottom: 20px;
  font-size: 0.875rem;
  line-height: 16px;
  font-weight: 600;
  color: #00DEEA;
}
.navigation-mobile .navigation-mobile-wrapper .nav-mobile-inside .nav-mobile-menu {
  flex-grow: 1;
}
.navigation-mobile .navigation-mobile-wrapper .nav-mobile-inside .nav-mobile-menu .menu li {
  margin-bottom: 20px;
}
.navigation-mobile .navigation-mobile-wrapper .nav-mobile-inside .nav-mobile-menu .menu li a {
  font-size: 1.625rem;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
}
.navigation-mobile .navigation-mobile-wrapper .nav-mobile-inside .nav-mobile-footer .social-icon {
  margin-bottom: 15px;
}
.navigation-mobile .navigation-mobile-wrapper .nav-mobile-inside .nav-mobile-footer .social-icon i, .navigation-mobile .navigation-mobile-wrapper .nav-mobile-inside .nav-mobile-footer .social-icon svg {
  color: #BBBBBE;
}
.navigation-mobile .navigation-mobile-wrapper .nav-mobile-inside .nav-mobile-footer .nav-mobile-footer-menu .menu li:not(:last-child) {
  margin-bottom: 15px;
}
.navigation-mobile .navigation-mobile-wrapper .nav-mobile-inside .nav-mobile-footer .nav-mobile-footer-menu .menu li a {
  font-size: 0.875rem;
  line-height: 16px;
  font-weight: 400;
  color: #BBBBBE;
}
.navigation-mobile .navigation-mobile-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  opacity: 0;
  background-color: #181824;
  transition: 0.4s opacity ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navigation-mobile .navigation-mobile-background {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  .navigation-mobile.navigation-mobile-blog {
    display: block;
  }
}
.navigation-mobile.navigation-mobile-blog .navigation-mobile-wrapper .nav-mobile-inside .nav-menus-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media (max-height: 600px) {
  .navigation-mobile.navigation-mobile-blog .navigation-mobile-wrapper .nav-mobile-inside .nav-menus-wrapper .nav-mobile-menu {
    flex-grow: initial;
  }
}
.navigation-mobile.navigation-mobile-blog .navigation-mobile-wrapper .nav-mobile-inside .nav-menus-wrapper .nav-mobile-menu .menu li a {
  font-size: 1.125rem;
  line-height: 20px;
}
.navigation-mobile.navigation-mobile-blog .navigation-mobile-wrapper .nav-mobile-inside .nav-menus-wrapper .nav-mobile-menu-buttons .cta-button {
  display: block;
  margin-bottom: 20px;
}
@media (max-height: 600px) {
  .navigation-mobile.navigation-mobile-blog .navigation-mobile-wrapper .nav-mobile-inside .nav-menus-wrapper .nav-mobile-menu-buttons .cta-button {
    padding: 0;
    border: none;
    background-color: initial;
    transition: none;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 1.125rem;
    line-height: 20px;
    font-weight: 700;
  }
}

.blog-pagination {
  margin-top: 100px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .blog-pagination {
    margin-top: 80px;
  }
}
@media (max-width: 991.98px) {
  .blog-pagination {
    margin-top: 60px;
  }
}
@media (max-width: 575.98px) {
  .blog-pagination {
    margin-top: 30px;
  }
}
.blog-pagination:empty {
  display: none;
}
.blog-pagination .page-numbers {
  user-select: none;
}
.blog-pagination .page-numbers:not(.next) {
  margin: 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: 1px solid transparent;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 15px;
  font-weight: 700;
  color: #A5A5BD;
}
.blog-pagination .page-numbers.current:not(.next) {
  border: 1px solid #A5A5BD;
  color: #fff;
}
.blog-pagination .page-numbers.prev {
  display: none;
}
.blog-pagination .page-numbers.next {
  margin-left: 10px;
}
@media (max-width: 575.98px) {
  .blog-pagination .page-numbers.next .cta-button {
    padding: 11px 12.5px;
  }
  .blog-pagination .page-numbers.next span {
    display: none;
  }
}
@media (min-width: 576px) {
  .blog-pagination .page-numbers.next i, .blog-pagination .page-numbers.next svg {
    margin-left: 8px;
  }
}
.blog-pagination a.page-numbers:not(.next) {
  transition: 0.3s background-color ease-out, 0.3s border-color ease-out, 0.3s color ease-out, 0.3s filter ease-out;
}
.blog-pagination a.page-numbers:not(.next):hover {
  background-color: #455BFC;
  border-color: #455BFC;
  color: #fff;
  filter: drop-shadow(0 8px 20px rgba(55, 83, 244, 0.33));
}
.blog-pagination a.page-numbers:not(.next):active {
  background-color: #2C3CB1;
  border-color: #2C3CB1;
  filter: drop-shadow(0 3px 10px rgba(55, 83, 244, 0.2));
}

.article-author {
  display: flex;
  align-items: center;
}
.article-author .author-avatar-wrapper {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #7E7E7E;
  overflow: hidden;
}
.article-author .author-avatar-wrapper .author-avatar {
  width: 100%;
  padding-bottom: 100%;
  background-position: center;
  background-size: cover;
}
.article-author .author-info {
  font-size: 0.75rem;
  line-height: 16px;
}
.article-author .author-info .author-name {
  color: #E5E5F3;
}

.article-categories .category {
  font-size: 0.75rem;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  white-space: nowrap;
}

.article-item .article-cover .cover-wrapper {
  border-radius: 6px;
  overflow: hidden;
}
.article-item .article-cover .cover-wrapper .cover {
  width: 100%;
  padding-bottom: 60%;
  background-position: center;
  background-size: cover;
  transition: 0.3s opacity ease-out, 0.3s transform ease-out;
}
.article-item .article-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #E5E5F3;
}
.article-item .article-content {
  font-weight: 400;
  color: #A5A5BD;
}
.article-item .article-content .post-content p {
  margin-bottom: 0;
}
.article-item:hover .article-cover .cover {
  opacity: 0.8;
  transform: scale(1.25);
}
@media (max-width: 575.98px) {
  .article-item:hover .article-cover .cover {
    transform: scale(1.15);
  }
}

@media (max-width: 991.98px) {
  .article-item.horizontal, .article-item.vertical {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575.98px) {
  .article-item.horizontal .category, .article-item.vertical .category {
    line-height: 12px;
  }
}
@media (max-width: 575.98px) {
  .article-item.horizontal .article-cover, .article-item.vertical .article-cover {
    position: relative;
    padding-top: 21px;
  }
  .article-item.horizontal .article-cover .article-categories, .article-item.vertical .article-cover .article-categories {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 575.98px) {
  .article-item.horizontal .article-cover .cover, .article-item.vertical .article-cover .cover {
    padding-bottom: 100%;
  }
}
.article-item.horizontal .article-cover .article-time, .article-item.vertical .article-cover .article-time {
  margin-top: 10px;
  text-align: right;
  font-size: 0.75rem;
  line-height: 16px;
}
@media (max-width: 575.98px) {
  .article-item.horizontal .article-cover .article-time, .article-item.vertical .article-cover .article-time {
    display: block;
    opacity: 0.75;
  }
}
@media (max-width: 575.98px) {
  .article-item.horizontal .article-info, .article-item.vertical .article-info {
    padding-right: 10px;
  }
}
@media (max-width: 575.98px) {
  .article-item.horizontal .article-author:not(.mobile) .author-avatar-wrapper,
.article-item.horizontal .article-author:not(.mobile) .author-name,
.article-item.horizontal .article-author:not(.mobile) .article-time, .article-item.vertical .article-author:not(.mobile) .author-avatar-wrapper,
.article-item.vertical .article-author:not(.mobile) .author-name,
.article-item.vertical .article-author:not(.mobile) .article-time {
    display: none;
  }
  .article-item.horizontal .article-author:not(.mobile) .article-date, .article-item.vertical .article-author:not(.mobile) .article-date {
    opacity: 0.75;
  }
}
.article-item.horizontal .article-author.mobile, .article-item.vertical .article-author.mobile {
  margin-bottom: 7px;
}

.article-item.horizontal:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 1199.98px) {
  .article-item.horizontal:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .article-item.horizontal:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .article-item.horizontal:not(:last-child) {
    margin-bottom: 30px;
  }
}
.article-item.horizontal .category {
  margin-bottom: 5px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .article-item.horizontal .article-cover .cover {
    padding-bottom: 90%;
  }
}
@media (max-width: 767.98px) {
  .article-item.horizontal .article-cover .cover {
    padding-bottom: 80%;
  }
}
.article-item.horizontal .article-info {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
}
@media (max-width: 1199.98px) {
  .article-item.horizontal .article-info {
    padding-left: 25px;
  }
}
@media (max-width: 991.98px) {
  .article-item.horizontal .article-info {
    padding-left: 0;
    padding-right: 20px;
  }
}
.article-item.horizontal .article-info .article-title {
  margin-bottom: 8px;
  font-size: 1.5rem;
  line-height: 29px;
}
@media (max-width: 1199.98px) {
  .article-item.horizontal .article-info .article-title {
    font-size: 1.375rem;
    line-height: 32px;
  }
}
@media (max-width: 575.98px) {
  .article-item.horizontal .article-info .article-title {
    font-size: 1rem;
    line-height: 24px;
  }
}
.article-item.horizontal .article-info .article-content {
  flex-grow: 1;
  font-size: 1.125rem;
  line-height: 28px;
}
@media (max-width: 1199.98px) {
  .article-item.horizontal .article-info .article-content {
    font-size: 1rem;
    line-height: 24px;
  }
}
@media (max-width: 575.98px) {
  .article-item.horizontal .article-info .article-content {
    font-size: 0.8125rem;
    line-height: 17px;
  }
}
.article-item.horizontal .article-info .article-content .post-content {
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .article-item.horizontal .article-info .article-content .post-content {
    margin-bottom: 12px;
  }
}
@media (max-width: 575.98px) {
  .article-item.horizontal .article-info .article-content .post-content {
    margin-bottom: 8px;
  }
}
@media (max-width: 991.98px) {
  .article-item.horizontal .article-info .article-author .author-info {
    display: flex;
  }
  .article-item.horizontal .article-info .article-author .author-info :not(:last-child) {
    margin-right: 10px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .article-item.horizontal .article-info .article-author .author-info .article-time {
    display: block;
  }
}

@media (min-width: 576px) {
  .article-item.vertical .article-cover {
    margin-bottom: 18px;
  }
}
.article-item.vertical .article-info .article-title {
  margin-bottom: 8px;
}
.article-item.vertical .article-info .article-content {
  font-size: 1rem;
  line-height: 22px;
}
@media (max-width: 575.98px) {
  .article-item.vertical .article-info .article-content {
    font-size: 0.8125rem;
    line-height: 17px;
  }
}
.article-item.vertical .article-info .article-author {
  margin-top: 20px;
}
@media (max-width: 575.98px) {
  .article-item.vertical .article-info .article-author {
    margin-top: 8px;
  }
}

.article-related-content {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1199.98px) {
  .article-related-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  .article-related-content {
    padding-top: 60px;
  }
}
.article-related-content.banner-present {
  padding-top: 225px;
}
@media (max-width: 1199.98px) {
  .article-related-content.banner-present {
    padding-top: 195px;
  }
}
.article-related-content .comments-disqus {
  padding-bottom: 75px;
}
@media (max-width: 1199.98px) {
  .article-related-content .comments-disqus {
    padding-bottom: 55px;
  }
}
@media (max-width: 575.98px) {
  .article-related-content .comments-disqus {
    padding-bottom: 35px;
  }
}
.article-related-content .heading-small,
.article-related-content .article-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 700;
  color: #E5E5F3;
}
@media (max-width: 575.98px) {
  .article-related-content .heading-small,
.article-related-content .article-title {
    font-size: 1rem;
    line-height: 19px;
  }
}
.article-related-content .heading-small {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .article-related-content .more-content .article-item-wrapper:nth-child(3) {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .article-related-content .more-content .article-item-wrapper:nth-child(2) {
    margin-top: 30px;
  }
}
@media (max-width: 1199.98px) {
  .article-related-content .related-content {
    margin-top: 100px;
  }
}
@media (max-width: 575.98px) {
  .article-related-content .related-content {
    margin-top: 60px;
  }
}
.article-related-content .related-content .articles-listing {
  margin-bottom: -30px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .article-related-content .related-content .articles-listing {
    margin-bottom: 0;
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
}
@media (max-width: 575.98px) {
  .article-related-content .related-content .articles-listing {
    margin-bottom: -20px;
  }
}
.article-related-content .related-content .articles-listing .article-wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .article-related-content .related-content .articles-listing .article-wrapper {
    margin-bottom: 0;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}
@media (max-width: 575.98px) {
  .article-related-content .related-content .articles-listing .article-wrapper {
    margin-bottom: 20px;
  }
}
.article-related-content .related-content .articles-listing .article-wrapper .article-title {
  margin-bottom: 5px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  line-height: 20px;
  color: #C5C5D2;
  transition: 0.3s color ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .article-related-content .related-content .articles-listing .article-wrapper .article-title {
    transition: none;
  }
}
.article-related-content .related-content .articles-listing .article-wrapper .article-info {
  font-size: 0.75rem;
  line-height: 16px;
}
.article-related-content .related-content .articles-listing .article-wrapper .article-info strong {
  display: block;
}
.article-related-content .related-content .articles-listing .article-wrapper .article-info span {
  display: inline-block;
}
.article-related-content .related-content .articles-listing .article-wrapper .article-info .article-time {
  margin-left: 10px;
}
.article-related-content .related-content .articles-listing .article-wrapper .article-item:hover .article-title {
  color: #fff;
}

.article-banner .banner-box-wrapper {
  position: relative;
}
.article-banner .banner-box-wrapper .banner-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  padding-top: 60px;
  padding-bottom: 50px;
  border-radius: 12px;
  border: 1px solid #7E15FA;
  background-color: #670AD5;
  text-align: center;
  filter: drop-shadow(0 40px 80px rgba(0, 0, 0, 0.66));
}
@media (max-width: 1023px) {
  .article-banner .banner-box-wrapper .banner-box {
    border: 1px solid #455BFC;
    background-color: #394EEA;
  }
}
@media (max-width: 991.98px) {
  .article-banner .banner-box-wrapper .banner-box {
    padding-top: 50px;
  }
}
@media (max-width: 575.98px) {
  .article-banner .banner-box-wrapper .banner-box {
    padding: 30px 20px;
  }
}
@media (max-width: 359.98px) {
  .article-banner .banner-box-wrapper .banner-box {
    padding: 25px 10px;
  }
}
@media (max-width: 1023px) {
  .article-banner .banner-box-wrapper .banner-box .banner-content-desktop {
    display: none;
  }
}
.article-banner .banner-box-wrapper .banner-box .banner-content-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .article-banner .banner-box-wrapper .banner-box .banner-content-mobile {
    display: block;
  }
}
.article-banner .banner-box-wrapper .banner-box .banner-title {
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 36px;
  font-weight: 700;
  color: #E5E5F3;
}
@media (max-width: 575.98px) {
  .article-banner .banner-box-wrapper .banner-box .banner-title {
    margin-bottom: 15px;
    font-size: 1.25rem;
    line-height: 26px;
  }
}
.article-banner .banner-box-wrapper .banner-box .banner-description {
  font-size: 1.125rem;
  line-height: 28px;
  color: #E5E5F3;
}
@media (max-width: 575.98px) {
  .article-banner .banner-box-wrapper .banner-box .banner-description {
    font-size: 1rem;
    line-height: 24px;
  }
}
.article-banner .banner-box-wrapper .banner-box .banner-button,
.article-banner .banner-box-wrapper .banner-box .download-buttons {
  margin-top: 30px;
}
@media (max-width: 575.98px) {
  .article-banner .banner-box-wrapper .banner-box .banner-button,
.article-banner .banner-box-wrapper .banner-box .download-buttons {
    margin-top: 20px;
  }
}
.article-banner .banner-box-wrapper .banner-box .banner-button {
  cursor: pointer;
}
.article-banner .banner-box-wrapper .banner-box .download-buttons {
  display: flex;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .article-banner .banner-box-wrapper .banner-box .download-buttons {
    flex-direction: column;
    align-items: center;
  }
}
.article-banner .banner-box-wrapper .banner-box .download-buttons .download-button:not(:first-child) {
  margin-left: 25px;
}
@media (max-width: 575.98px) {
  .article-banner .banner-box-wrapper .banner-box .download-buttons .download-button:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }
}
.article-banner .banner-box-wrapper .banner-box .download-buttons .download-button img {
  max-width: 195px;
  height: auto;
}

@media (max-width: 1023px) {
  .newsletter-corner-popup {
    display: none !important;
  }
}
@media (max-height: 650px) {
  .newsletter-corner-popup {
    display: none !important;
  }
}
.newsletter-corner-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 400px;
  border-radius: 6px;
  border: 1px solid #7E15FA;
  background-color: #670AD5;
  filter: drop-shadow(0 40px 80px rgba(0, 0, 0, 0.66));
  cursor: pointer;
  z-index: 999;
  transition: 0.3s transform ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .newsletter-corner-popup {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .newsletter-corner-popup {
    width: 480px;
  }
}
@media (max-width: 575.98px) {
  .newsletter-corner-popup {
    width: calc(100% - 30px);
    bottom: 10px;
    right: 15px;
  }
}
.newsletter-corner-popup.dismissed {
  transform: translateX(calc(100% + 70px));
}
.newsletter-corner-popup.gone {
  display: none;
}
.newsletter-corner-popup .popup-close-area {
  position: relative;
}
.newsletter-corner-popup .popup-close-area .close {
  position: absolute;
  top: 14px;
  right: 12px;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 10px;
  font-weight: 400;
  color: #fff;
  opacity: 0.8;
  z-index: 1000;
  transition: 0.3s opacity ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .newsletter-corner-popup .popup-close-area .close {
    transition: none;
  }
}
.newsletter-corner-popup .popup-close-area .close:hover {
  opacity: 1;
}
.newsletter-corner-popup .newsletter-popup {
  position: relative;
}
.newsletter-corner-popup .newsletter-popup .popup-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
@media (max-width: 575.98px) {
  .newsletter-corner-popup .newsletter-popup .popup-icon {
    top: 0;
    transform: translate(15px, -50%);
  }
}
.newsletter-corner-popup .newsletter-popup .popup-icon img {
  width: 120px;
  height: auto;
}
@media (max-width: 1199.98px) {
  .newsletter-corner-popup .newsletter-popup .popup-icon img {
    width: 102px;
  }
}
@media (max-width: 575.98px) {
  .newsletter-corner-popup .newsletter-popup .popup-icon img {
    width: 50px;
  }
}
.newsletter-corner-popup .newsletter-popup .popup-text {
  padding: 20px;
  padding-left: 68px;
}
@media (max-width: 1199.98px) {
  .newsletter-corner-popup .newsletter-popup .popup-text {
    padding-left: 60px;
  }
}
@media (max-width: 575.98px) {
  .newsletter-corner-popup .newsletter-popup .popup-text {
    padding: 15px;
    padding-top: 25px;
  }
}
.newsletter-corner-popup .newsletter-popup .popup-text .popup-title {
  margin-bottom: 7px;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 19px;
  font-weight: 700;
  color: #fff;
}
.newsletter-corner-popup .newsletter-popup .popup-text .popup-description {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.8125rem;
  line-height: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}

.page-template-page-blog .blog-featured-content {
  margin-bottom: 110px;
}
@media (max-width: 1199.98px) {
  .page-template-page-blog .blog-featured-content {
    margin-bottom: 80px;
  }
}
@media (max-width: 991.98px) {
  .page-template-page-blog .blog-featured-content {
    margin-bottom: 60px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .page-template-page-blog .blog-featured-content {
    margin-top: 120px;
  }
}
@media (max-width: 991.98px) {
  .page-template-page-blog .blog-featured-content .featured-article {
    flex-direction: column-reverse;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-template-page-blog .blog-featured-content .featured-article .article-info {
    padding-right: 30px;
  }
}
.page-template-page-blog .blog-featured-content .featured-article .article-info .article-categories {
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .page-template-page-blog .blog-featured-content .featured-article .article-info .article-categories {
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .page-template-page-blog .blog-featured-content .featured-article .article-info .article-categories {
    margin-bottom: 5px;
  }
}
.page-template-page-blog .blog-featured-content .featured-article .article-info .article-title {
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .page-template-page-blog .blog-featured-content .featured-article .article-info .article-title {
    margin-bottom: 10px;
  }
}
.page-template-page-blog .blog-featured-content .featured-article .article-info .article-content .post-content {
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-template-page-blog .blog-featured-content .featured-article .article-info .article-content .post-content {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .page-template-page-blog .blog-featured-content .featured-article .article-info .article-content .post-content {
    margin-bottom: 20px;
  }
}
.page-template-page-blog .blog-featured-content .featured-article .article-info .article-author .author-info strong {
  display: block;
}
.page-template-page-blog .blog-featured-content .featured-article .article-info .article-author .author-info .article-date,
.page-template-page-blog .blog-featured-content .featured-article .article-info .article-author .author-info .article-time {
  display: inline-block;
}
.page-template-page-blog .blog-featured-content .featured-article .article-info .article-author .author-info .article-time {
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .page-template-page-blog .blog-featured-content .featured-article .article-cover {
    margin-bottom: 30px;
  }
}
.page-template-page-blog .blog-featured-content .featured-article .article-cover .cover-wrapper {
  border-radius: 12px;
}
.page-template-page-blog .blog-main-content {
  margin-top: 110px;
  padding-top: 110px;
  padding-bottom: 90px;
}
@media (max-width: 1199.98px) {
  .page-template-page-blog .blog-main-content {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991.98px) {
  .page-template-page-blog .blog-main-content {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .page-template-page-blog .blog-main-content {
    padding-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .page-template-page-blog .blog-sidebar {
    margin-top: 60px;
  }
}
@media (max-width: 575.98px) {
  .page-template-page-blog .blog-sidebar {
    margin-top: 30px;
  }
}
.page-template-page-blog .blog-sidebar .vived-widget:not(:first-child) {
  margin-top: 60px;
}
@media (max-width: 575.98px) {
  .page-template-page-blog .blog-sidebar .vived-widget:not(:first-child) {
    margin-top: 40px;
  }
}

@media (max-width: 1199.98px) {
  .page-template-page-authors .page-main-content {
    padding-bottom: 120px;
  }
}
@media (max-width: 991.98px) {
  .page-template-page-authors .page-main-content {
    padding-bottom: 110px;
  }
}
@media (max-width: 575.98px) {
  .page-template-page-authors .page-main-content {
    padding-bottom: 60px;
  }
}
.page-template-page-authors .page-main-content .author-item:not(:last-child) {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(165, 165, 189, 0.33);
}
@media (max-width: 1199.98px) {
  .page-template-page-authors .page-main-content .author-item:not(:last-child) {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .page-template-page-authors .page-main-content .author-item:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.page-template-page-authors .page-main-content .author-item .author-picture {
  max-width: 370px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-template-page-authors .page-main-content .author-item .author-picture {
    max-width: 240px;
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .page-template-page-authors .page-main-content .author-item .author-picture {
    padding-right: 15px;
  }
}
.page-template-page-authors .page-main-content .author-item .author-picture img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
.page-template-page-authors .page-main-content .author-item .author-profile .author-label .author-name {
  margin-bottom: 15px;
  font-size: 2.25rem;
  line-height: 42px;
  font-weight: 700;
  color: #E5E5F3;
}
@media (max-width: 991.98px) {
  .page-template-page-authors .page-main-content .author-item .author-profile .author-label .author-name {
    margin-bottom: 20px;
    font-size: 1.875rem;
    line-height: 42px;
  }
}
@media (max-width: 575.98px) {
  .page-template-page-authors .page-main-content .author-item .author-profile .author-label .author-name {
    flex-grow: 1;
    font-size: 1.25rem;
    line-height: 26px;
  }
}
.page-template-page-authors .page-main-content .author-item .author-profile .author-label .author-urls .author-url {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 20px;
  font-weight: 700;
  color: #E5E5F3;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  text-decoration: underline;
  transition: 0.3s color ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-template-page-authors .page-main-content .author-item .author-profile .author-label .author-urls .author-url {
    transition: none;
  }
}
.page-template-page-authors .page-main-content .author-item .author-profile .author-label .author-urls .author-url:hover {
  color: #fff;
}
.page-template-page-authors .page-main-content .author-item .author-profile .author-label .author-urls .author-url:not(:first-child) {
  margin-left: 30px;
}
@media (max-width: 575.98px) {
  .page-template-page-authors .page-main-content .author-item .author-profile.no-pic {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .page-template-page-authors .page-main-content .author-item .author-profile:not(.no-pic) {
    padding-left: 30px;
  }
}
@media (max-width: 575.98px) {
  .page-template-page-authors .page-main-content .author-item .author-profile:not(.no-pic) {
    padding-left: 15px;
  }
}
@media (max-width: 575.98px) {
  .page-template-page-authors .page-main-content .author-item .author-profile:not(.no-pic) .author-label {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .page-template-page-authors .page-main-content .author-item .author-profile:not(.no-pic) .author-label .author-url {
    display: block;
  }
  .page-template-page-authors .page-main-content .author-item .author-profile:not(.no-pic) .author-label .author-url:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }
}
.page-template-page-authors .page-main-content .author-item .author-bio {
  margin-top: 40px;
  font-size: 1.125rem;
  line-height: 28px;
}
@media (max-width: 991.98px) {
  .page-template-page-authors .page-main-content .author-item .author-bio {
    margin-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .page-template-page-authors .page-main-content .author-item .author-bio {
    font-size: 1rem;
    line-height: 24px;
  }
}
.page-template-page-authors .page-main-content .author-item .author-articles {
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  .page-template-page-authors .page-main-content .author-item .author-articles {
    margin-top: 50px;
  }
}
@media (max-width: 575.98px) {
  .page-template-page-authors .page-main-content .author-item .author-articles {
    margin-top: 30px;
  }
}
.page-template-page-authors .page-main-content .author-item .author-articles .articles-label {
  margin-bottom: 30px;
  font-size: 0.75rem;
  line-height: 15px;
  font-weight: 700;
  color: #00DEEA;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .page-template-page-authors .page-main-content .author-item .author-articles .articles-label {
    margin-bottom: 20px;
  }
}
.page-template-page-authors .page-main-content .author-item .author-articles .articles-listing {
  margin-bottom: -20px;
}
@media (max-width: 1199.98px) {
  .page-template-page-authors .page-main-content .author-item .author-articles .articles-listing {
    margin-bottom: -40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page-template-page-authors .page-main-content .author-item .author-articles .articles-listing {
    margin-bottom: -30px;
  }
}
@media (max-width: 575.98px) {
  .page-template-page-authors .page-main-content .author-item .author-articles .articles-listing {
    margin-bottom: -20px;
  }
}
.page-template-page-authors .page-main-content .author-item .author-articles .articles-listing .article-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .page-template-page-authors .page-main-content .author-item .author-articles .articles-listing .article-wrapper {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page-template-page-authors .page-main-content .author-item .author-articles .articles-listing .article-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .page-template-page-authors .page-main-content .author-item .author-articles .articles-listing .article-wrapper {
    margin-bottom: 20px;
  }
  .page-template-page-authors .page-main-content .author-item .author-articles .articles-listing .article-wrapper:nth-child(4), .page-template-page-authors .page-main-content .author-item .author-articles .articles-listing .article-wrapper:nth-child(5), .page-template-page-authors .page-main-content .author-item .author-articles .articles-listing .article-wrapper:nth-child(6) {
    display: none;
  }
}
.page-template-page-authors .page-main-content .author-item .author-articles .articles-listing .article-wrapper .article-title {
  margin-bottom: 7px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  line-height: 20px;
  transition: 0.3s color ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-template-page-authors .page-main-content .author-item .author-articles .articles-listing .article-wrapper .article-title {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .page-template-page-authors .page-main-content .author-item .author-articles .articles-listing .article-wrapper .article-title {
    margin-bottom: 5px;
  }
}
.page-template-page-authors .page-main-content .author-item .author-articles .articles-listing .article-wrapper .article-info {
  font-size: 0.75rem;
  line-height: 16px;
}
.page-template-page-authors .page-main-content .author-item .author-articles .articles-listing .article-wrapper .article-info strong {
  display: block;
}
@media (min-width: 1200px) {
  .page-template-page-authors .page-main-content .author-item .author-articles .articles-listing .article-wrapper .article-info strong {
    display: none;
  }
}
.page-template-page-authors .page-main-content .author-item .author-articles .articles-listing .article-wrapper .article-info span {
  display: inline-block;
}
.page-template-page-authors .page-main-content .author-item .author-articles .articles-listing .article-wrapper .article-info .article-time {
  margin-left: 10px;
}
.page-template-page-authors .page-main-content .author-item .author-articles .articles-listing .article-wrapper .article-item:hover .article-title {
  color: #fff;
}
.page-template-page-authors .page-main-content .author-item .author-articles .cta-button {
  margin-top: 30px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-template-page-authors .page-main-content .author-item .author-articles .cta-button {
    margin-top: 40px;
  }
}

.page-template-page-newsletter-signup .signup-page {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-page-newsletter-signup .signup-page .signup-container {
  min-height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
@media (max-width: 1380px) {
  .page-template-page-newsletter-signup .signup-page .signup-container {
    background-color: #181824;
  }
}
.page-template-page-newsletter-signup .signup-page .signup-container .column-left {
  position: relative;
  width: 37%;
}
@media (max-width: 575.98px) {
  .page-template-page-newsletter-signup .signup-page .signup-container .column-left {
    display: none;
  }
}
.page-template-page-newsletter-signup .signup-page .signup-container .column-left img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(78px, -50%);
  max-width: 320px;
  height: auto;
}
@media (max-height: 849.98px) {
  .page-template-page-newsletter-signup .signup-page .signup-container .column-left img {
    top: 0;
    transform: translate(78px, 85px);
  }
}
.page-template-page-newsletter-signup .signup-page .signup-container .column-right {
  width: 63%;
  background-color: #5928AE;
}
@media (max-width: 575.98px) {
  .page-template-page-newsletter-signup .signup-page .signup-container .column-right {
    width: 100%;
  }
}
@media (min-height: 850px) {
  .page-template-page-newsletter-signup .signup-page .signup-container .column-right {
    display: flex;
    align-items: center;
  }
}
@media (max-height: 849.98px) {
  .page-template-page-newsletter-signup .signup-page .signup-container .column-right {
    padding-top: 140px;
    padding-bottom: 120px;
  }
}
@media (max-height: 849.98px) and (max-width: 575.98px) {
  .page-template-page-newsletter-signup .signup-page .signup-container .column-right {
    padding-top: 200px;
    padding-bottom: 95px;
  }
}
.page-template-page-newsletter-signup .signup-page .signup-container .column-right .newsletter-signup {
  width: 100%;
  max-width: 600px;
  padding: 0;
  padding-left: 120px;
  padding-right: 120px;
  background: transparent;
  border: none;
}
@media (max-width: 991.98px) {
  .page-template-page-newsletter-signup .signup-page .signup-container .column-right .newsletter-signup {
    padding-left: 100px;
  }
}
@media (max-width: 767.98px) {
  .page-template-page-newsletter-signup .signup-page .signup-container .column-right .newsletter-signup {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 649.98px) {
  .page-template-page-newsletter-signup .signup-page .signup-container .column-right .newsletter-signup {
    padding-left: 60px;
    padding-right: 30px;
  }
}
@media (max-width: 575.98px) {
  .page-template-page-newsletter-signup .signup-page .signup-container .column-right .newsletter-signup {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 359.98px) {
  .page-template-page-newsletter-signup .signup-page .signup-container .column-right .newsletter-signup {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.page-template-page-newsletter-signup .signup-page .signup-container .column-right .newsletter-signup.widget-unavailable {
  font-family: "Montserrat", "sans-serif";
  font-size: 1.5rem;
  line-height: 32px;
  font-weight: 600;
  color: #FFFFFF;
}
.page-template-page-newsletter-signup .signup-page .signup-container .column-right .newsletter-signup .col-md-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
.page-template-page-newsletter-signup .signup-page .signup-container .column-right .newsletter-signup .newsletter-desc,
.page-template-page-newsletter-signup .signup-page .signup-container .column-right .newsletter-signup .newsletter-pretitle,
.page-template-page-newsletter-signup .signup-page .signup-container .column-right .newsletter-signup .newsletter-image {
  display: none;
}
.page-template-page-newsletter-signup .signup-page .signup-container .column-right .newsletter-signup .newsletter-title {
  margin-bottom: 30px;
  font-size: 1.5rem;
  line-height: 32px;
  color: #FFFFFF;
}
@media (max-width: 575.98px) {
  .page-template-page-newsletter-signup .signup-page .signup-container .column-right .newsletter-signup .newsletter-title {
    margin-bottom: 20px;
    font-size: 1.25rem;
    line-height: 26px;
  }
}
.page-template-page-newsletter-signup .signup-page .signup-container .column-right .newsletter-signup .newsletter-predesc {
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 24px;
  color: #E5E5F3;
}
.page-template-page-newsletter-signup .signup-page .signup-container .column-right .newsletter-signup .newsletter-lists {
  margin-bottom: 0;
}
.page-template-page-newsletter-signup .signup-page .signup-container .column-right .newsletter-signup .newsletter-lists .list-item .checkmark-container {
  margin-bottom: 3px;
}
.page-template-page-newsletter-signup .signup-page .signup-container .column-right .newsletter-signup .newsletter-lists .list-item .checkmark-container__checkmark:after {
  border-color: #5D0DBD;
}
.page-template-page-newsletter-signup .signup-page .signup-container .column-right .newsletter-signup .newsletter-signup-email .input-item label {
  font-size: 1rem;
  line-height: 16px;
  color: #0E0E1A;
  font-weight: 600;
  opacity: 1;
  pointer-events: none;
}
.page-template-page-newsletter-signup .signup-page .signup-container .column-right .newsletter-signup .newsletter-signup-email .input-item input {
  padding: 12px 15px;
  color: #0E0E1A;
  background-color: #d5c9eb;
  border: 1px solid #d5c9eb;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 600;
  transition: 0.2s background-color ease-out, 0.2s border-color ease-out;
}
.page-template-page-newsletter-signup .signup-page .signup-container .column-right .newsletter-signup .newsletter-signup-email .input-item.focused-field label {
  font-size: 0.6875rem;
  line-height: 11px;
  color: #fff;
}
.page-template-page-newsletter-signup .signup-page .signup-container .column-right .newsletter-signup .newsletter-signup-email .input-item.focused-field input {
  background-color: #fff;
  border-color: #fff;
}
.page-template-page-newsletter-signup .signup-page .signup-container .column-right .newsletter-signup .newsletter-signup-email .input-item:not(.focused-field) label {
  top: 43px;
}
.page-template-page-newsletter-signup .signup-page .signup-container .column-right .newsletter-signup .newsletter-signup-email .input-item.error.focused-field label {
  color: #DD8A8A;
}
.page-template-page-newsletter-signup .signup-page .signup-container .column-right .newsletter-signup .newsletter-signup-email .input-item.error input {
  background-color: #EFC6C6;
  border-color: #E97C7C;
}
.page-template-page-newsletter-signup .signup-page .signup-container .column-right .newsletter-signup .btn-submit {
  margin-top: 25px;
}
.page-template-page-newsletter-signup .signup-page .signup-container .column-right .newsletter-signup .btn-submit .cta-button {
  width: 100%;
  padding: 16px 30px;
}
.page-template-page-newsletter-signup .signup-page .signup-container .column-right .newsletter-signup .btn-submit .cta-button:not(.fail) {
  background: #0E0E1A;
  color: #FFFFFF;
}
.page-template-page-newsletter-signup .signup-page .signup-container .column-right .newsletter-signup .btn-submit .cta-button:not(.fail):hover {
  background: #19192e;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2117647059);
}
.page-template-page-newsletter-signup .signup-page .signup-container .column-right .newsletter-signup .btn-submit .cta-button.success {
  border-color: #0E0E1A;
}
.page-template-page-newsletter-signup .signup-page .signup-container .column-right .newsletter-signup .btn-submit .cta-button span {
  display: none !important;
}
.page-template-page-newsletter-signup .signup-page .signup-container .column-right .newsletter-signup .newsletter-gdpr {
  color: #E5E5F3;
  opacity: 0.75;
}
.page-template-page-newsletter-signup footer {
  display: none;
}

.single header {
  margin-bottom: 60px;
}
@media (max-width: 1199.98px) {
  .single header {
    margin-bottom: 50px;
  }
}
.single header .article-categories {
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .single header .article-categories {
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .single header .article-categories {
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .single header .article-categories .category {
    font-size: 0.875rem;
  }
}
.single header .article-heading {
  margin-bottom: 20px;
  font-size: 2.5rem;
  line-height: 48px;
}
@media (max-width: 1199.98px) {
  .single header .article-heading {
    font-size: 2.375rem;
    line-height: 44px;
  }
}
@media (max-width: 575.98px) {
  .single header .article-heading {
    font-size: 1.625rem;
    line-height: 32px;
  }
}
@media (max-width: 575.98px) {
  .single header .article-heading {
    margin-bottom: 10px;
  }
}
.single header .spis-tresci {
  margin: 10px auto 10px;
}
.single header .spis-tresci__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #E5E5F3;
  margin-bottom: 10px;
}
.single header .spis-tresci__lista {
  list-style: numeric;
  padding-left: 25px;
  margin-bottom: 0;
  font-size: 1.125rem;
}
.single header .spis-tresci__lista a {
  text-decoration: underline;
  transition: 0.3s ease color;
}
.single header .spis-tresci__lista a:hover {
  color: #E5E5F3;
}
.single header .article-author {
  margin-top: 35px;
}
@media (max-width: 1199.98px) {
  .single header .article-author {
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .single header .article-author {
    margin-top: 30px;
  }
}
.single header .article-author .article-time {
  margin-left: 10px;
}
.single header .article-cover-wrapper {
  margin-top: 60px;
}
@media (max-width: 1199.98px) {
  .single header .article-cover-wrapper {
    margin-top: 50px;
  }
}
.single header .article-cover-wrapper .article-cover {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 60%;
}
.single header .article-cover-wrapper .article-cover img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  border-radius: 12px;
}
.single .article-main-content {
  padding-bottom: 120px;
}
@media (max-width: 1199.98px) {
  .single .article-main-content {
    padding-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  .single .article-main-content {
    padding-bottom: 80px;
  }
}
.single .article-main-content.banner-present {
  padding-bottom: 250px;
}
@media (max-width: 991.98px) {
  .single .article-main-content.banner-present {
    padding-bottom: 240px;
  }
}
@media (max-width: 575.98px) {
  .single .article-main-content.banner-present {
    padding-bottom: 220px;
  }
}
.single .article-main-content .article-content {
  font-family: "Nunito Sans", sans-serif;
  overflow: hidden;
  font-size: 1.125rem;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .single .article-main-content .article-content {
    font-size: 1rem;
    line-height: 24px;
  }
}
.single .article-main-content .article-content h1, .single .article-main-content .article-content h2, .single .article-main-content .article-content h3, .single .article-main-content .article-content h4, .single .article-main-content .article-content h5, .single .article-main-content .article-content h6 {
  font-family: "Nunito Sans", sans-serif;
  color: #E5E5F3;
}
.single .article-main-content .article-content h1, .single .article-main-content .article-content h2 {
  margin-bottom: 40px;
  font-size: 2.25rem;
  line-height: 42px;
}
@media (max-width: 1199.98px) {
  .single .article-main-content .article-content h1, .single .article-main-content .article-content h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .single .article-main-content .article-content h1, .single .article-main-content .article-content h2 {
    margin-bottom: 20px;
    font-size: 1.875rem;
    line-height: 38px;
  }
}
@media (max-width: 575.98px) {
  .single .article-main-content .article-content h1, .single .article-main-content .article-content h2 {
    font-size: 1.25rem;
    line-height: 26px;
  }
}
.single .article-main-content .article-content h3 {
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 36px;
}
@media (max-width: 575.98px) {
  .single .article-main-content .article-content h3 {
    font-size: 1.125rem;
    line-height: 24px;
  }
}
.single .article-main-content .article-content h4 {
  margin-bottom: 20px;
  font-size: 1.125rem;
  line-height: 36px;
}
.single .article-main-content .article-content p:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .single .article-main-content .article-content p:not(:last-child) {
    margin-bottom: 30px;
  }
}
.single .article-main-content .article-content p:last-child {
  margin-bottom: 0;
}
.single .article-main-content .article-content a {
  color: #E5E5F3;
  text-decoration: underline;
  transition: 0.2s color ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .single .article-main-content .article-content a {
    transition: none;
  }
}
.single .article-main-content .article-content a:hover {
  color: #fff;
}
.single .article-main-content .article-content ul {
  padding-inline-start: 25px;
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .single .article-main-content .article-content ul {
    margin-bottom: 30px;
  }
}
.single .article-main-content .article-content ul li {
  margin-bottom: 7px;
}
.single .article-main-content .article-content hr,
.single .article-main-content .article-content hr.wp-block-separator {
  border: none;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 60px;
  background-color: rgba(165, 165, 189, 0.7);
}
@media (max-width: 1199.98px) {
  .single .article-main-content .article-content hr,
.single .article-main-content .article-content hr.wp-block-separator {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .single .article-main-content .article-content hr,
.single .article-main-content .article-content hr.wp-block-separator {
    margin-bottom: 40px;
  }
}
.single .article-main-content .article-content hr.multicolor,
.single .article-main-content .article-content hr.wp-block-separator.multicolor {
  background-image: linear-gradient(to left, #00DEEA, #394FF4, #963dff);
}
.single .article-main-content .article-content figure {
  margin-bottom: 40px;
}
.single .article-main-content .article-content figure.kg-image-card {
  text-align: center;
}
.single .article-main-content .article-content figure figcaption {
  margin-top: 5px;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 18px;
  font-weight: 400;
  color: #717185;
}
@media (max-width: 575.98px) {
  .single .article-main-content .article-content figure figcaption {
    margin-bottom: -10px;
  }
}
.single .article-main-content .article-content img {
  border-radius: 6px;
  width: auto;
  max-width: 100%;
  height: auto;
}
.single .article-main-content .article-content blockquote {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #963dff;
}
@media (max-width: 1199.98px) {
  .single .article-main-content .article-content blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .single .article-main-content .article-content blockquote {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 5px;
    padding-left: 10px;
  }
}
.single .article-main-content .article-content blockquote:before {
  position: absolute;
  content: '"';
  top: 0;
  left: -5px;
  transform: translateX(-100%);
  font-size: 2.25rem;
  line-height: 32px;
  font-weight: 700;
  color: #963dff;
}
@media (max-width: 575.98px) {
  .single .article-main-content .article-content blockquote:before {
    font-size: 1.5rem;
    line-height: 32px;
  }
}
.single .article-main-content .article-content blockquote p {
  margin-bottom: 20px !important;
}
.single .article-main-content .article-content blockquote p em {
  font-family: "Montserrat", sans-serif;
  font-size: 1.0625rem;
  line-height: 32px;
  font-weight: 300;
}
@media (max-width: 575.98px) {
  .single .article-main-content .article-content blockquote p em {
    font-size: 0.9375rem;
    line-height: 24px;
  }
}
.single .article-main-content .article-content blockquote cite {
  font-size: 0.875rem;
  line-height: 20px;
  color: #E5E5F3;
}
.single .article-main-content .article-content figure.kg-card > p {
  display: none;
}
.single .article-main-content .article-content .embed-responsive {
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .single .article-main-content .article-content .embed-responsive {
    margin-bottom: 30px;
  }
}
.single .article-main-content .article-content .wp-block-embed__wrapper,
.single .article-main-content .article-content .kg-embed-card__wrapper {
  text-align: center;
}
.single .article-main-content .article-content .wp-block-embed__wrapper iframe,
.single .article-main-content .article-content .kg-embed-card__wrapper iframe {
  margin-left: auto !important;
  margin-right: auto !important;
}
.single .article-main-content .article-content .wp-block-embed__wrapper .card.reddit,
.single .article-main-content .article-content .kg-embed-card__wrapper .card.reddit {
  background: #fff;
}
.single .article-main-content .article-content .wp-block-embed .twitter-tweet,
.single .article-main-content .article-content .kg-embed-card .twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}
.single .article-main-content .article-content .wp-block-embed .embed-responsive,
.single .article-main-content .article-content .kg-embed-card .embed-responsive {
  margin-bottom: 0;
}

footer {
  padding: 40px 0;
  background-color: #0E0E1A;
}
@media (max-width: 575.98px) {
  footer {
    padding: 30px 0;
  }
}
footer .footer-main {
  align-items: center;
  font-size: 0.875rem;
  line-height: 16px;
}
@media (max-width: 575.98px) {
  footer .footer-main {
    flex-direction: column-reverse;
  }
}
footer .footer-main .site-info {
  font-weight: 400;
  color: #BABABD;
}
@media (max-width: 575.98px) {
  footer .footer-main .site-info {
    text-align: center;
  }
}
footer .footer-main .footer-menu-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 575.98px) {
  footer .footer-main .footer-menu-wrapper {
    justify-content: center;
    margin-bottom: 20px;
  }
}
footer .footer-main .footer-menu-wrapper .footer-menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  footer .footer-main .footer-menu-wrapper .footer-menu .menu {
    margin-bottom: -10px;
  }
}
footer .footer-main .footer-menu-wrapper .footer-menu .menu li {
  display: inline-block;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  footer .footer-main .footer-menu-wrapper .footer-menu .menu li {
    margin-right: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 375px) {
  footer .footer-main .footer-menu-wrapper .footer-menu .menu li {
    margin-right: 10px;
  }
}
footer .footer-main .footer-menu-wrapper .footer-menu .menu li a {
  font-weight: 700;
  color: rgba(187, 187, 190, 0.75);
  transition: 0.3s color ease;
}
@media (prefers-reduced-motion: reduce) {
  footer .footer-main .footer-menu-wrapper .footer-menu .menu li a {
    transition: none;
  }
}
footer .footer-main .footer-menu-wrapper .footer-menu .menu li a:hover {
  color: rgb(187, 187, 190);
}
footer .footer-main .footer-menu-wrapper .social-icon i, footer .footer-main .footer-menu-wrapper .social-icon svg {
  color: rgba(245, 245, 245, 0.75);
  transition: 0.3s color ease;
}
@media (prefers-reduced-motion: reduce) {
  footer .footer-main .footer-menu-wrapper .social-icon i, footer .footer-main .footer-menu-wrapper .social-icon svg {
    transition: none;
  }
}
footer .footer-main .footer-menu-wrapper .social-icon i:hover, footer .footer-main .footer-menu-wrapper .social-icon svg:hover {
  color: rgb(245, 245, 245);
}

#cookie-law-info-bar {
  position: fixed;
  bottom: 15px !important;
  right: 15px !important;
  left: initial !important;
  overflow: hidden !important;
  padding: 40px 40px 35px 185px !important;
  margin: initial !important;
  width: calc(100% - 30px) !important;
  max-width: 850px;
  border: 1px solid #0EDDE8 !important;
  border-radius: 8px !important;
  background: rgba(24, 24, 36, 0.8) 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.5019607843) !important;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
}
@media (max-width: 767px) {
  #cookie-law-info-bar {
    padding: 30px 30px 25px 165px !important;
  }
}
@media (max-width: 575px) {
  #cookie-law-info-bar {
    padding: 20px 20px 15px 75px !important;
  }
}
@media (max-width: 340px) {
  #cookie-law-info-bar {
    padding: 15px !important;
  }
}
#cookie-law-info-bar:before {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  left: 40px;
  width: 107px;
  height: 112px;
  background-image: url(assets/img/cookies.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #cookie-law-info-bar:before {
    top: 30px;
    left: 30px;
  }
}
@media (max-width: 575px) {
  #cookie-law-info-bar:before {
    top: 20px;
    left: 0;
    transform: translateX(-50%);
  }
}
@media (max-width: 340px) {
  #cookie-law-info-bar:before {
    display: none !important;
  }
}
#cookie-law-info-bar .cli-bar-container {
  display: flex !important;
  flex-wrap: wrap !important;
}
#cookie-law-info-bar .cli-bar-btn_container,
#cookie-law-info-bar .cli-bar-message {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}
#cookie-law-info-bar .cli-bar-message {
  font-size: 14px !important;
  line-height: 20px !important;
  letter-spacing: 0px !important;
  color: #EFEFEF !important;
}
@media (max-width: 575px) {
  #cookie-law-info-bar .cli-bar-message {
    font-size: 12px !important;
    line-height: 18px !important;
  }
}
#cookie-law-info-bar .cli-bar-btn_container {
  margin-top: 20px !important;
  text-align: right !important;
}
@media (max-width: 575px) {
  #cookie-law-info-bar .cli-bar-btn_container {
    margin-top: 10px !important;
  }
}
#cookie-law-info-bar .cli-bar-btn_container a {
  transition: 0.3s ease all !important;
}
#cookie-law-info-bar .cli-bar-btn_container .cli_settings_button {
  background: transparent !important;
  border: none !important;
  color: #0EDDE8 !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
}
#cookie-law-info-bar .cli-bar-btn_container .cli_settings_button:active, #cookie-law-info-bar .cli-bar-btn_container .cli_settings_button:focus, #cookie-law-info-bar .cli-bar-btn_container .cli_settings_button:hover {
  color: #57F7FF !important;
}
#cookie-law-info-bar .cli-bar-btn_container .cli_action_button {
  color: #181824 !important;
  background: #0EDDE8 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2509803922) !important;
  border-radius: 7px !important;
}
#cookie-law-info-bar .cli-bar-btn_container .cli_action_button:active, #cookie-law-info-bar .cli-bar-btn_container .cli_action_button:focus, #cookie-law-info-bar .cli-bar-btn_container .cli_action_button:hover {
  background: #57F7FF !important;
}

#buorg {
  width: 400px !important;
  right: 15px;
  left: auto;
  top: 15px;
  margin: initial !important;
  border: 1px solid #0EDDE8 !important;
  border-radius: 8px !important;
  background: rgba(24, 24, 36, 0.8) 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.5019607843) !important;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  display: flex !important;
  flex-wrap: wrap !important;
}
#buorg .buorg-pad {
  width: 100%;
  padding-top: 13px;
}
#buorg .buorg-icon {
  display: none !important;
}
#buorg .buorg-moremsg,
#buorg .buorg-mainmsg {
  text-align: center;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding-bottom: 10px;
}
#buorg .buorg-moremsg,
#buorg .buorg-mainmsg {
  font-size: 12px !important;
  line-height: 16px !important;
  letter-spacing: 0px !important;
  color: #EFEFEF !important;
}
#buorg .buorg-buttons {
  padding-top: 5px;
  padding-bottom: 5px;
}
#buorg .buorg-buttons a {
  transition: 0.3s ease all !important;
  font-size: 14px !important;
}
#buorg .buorg-buttons #buorgig {
  background: transparent !important;
  border: none !important;
  color: #0EDDE8 !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
}
#buorg .buorg-buttons #buorgig:active, #buorg .buorg-buttons #buorgig:focus, #buorg .buorg-buttons #buorgig:hover {
  color: #57F7FF !important;
}
#buorg .buorg-buttons #buorgpermanent,
#buorg .buorg-buttons #buorgul {
  color: #181824 !important;
  background: #0EDDE8 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2509803922) !important;
  border-radius: 7px !important;
}
#buorg .buorg-buttons #buorgpermanent:active, #buorg .buorg-buttons #buorgpermanent:focus, #buorg .buorg-buttons #buorgpermanent:hover,
#buorg .buorg-buttons #buorgul:active,
#buorg .buorg-buttons #buorgul:focus,
#buorg .buorg-buttons #buorgul:hover {
  background: #57F7FF !important;
}

body {
  font-family: "Nunito Sans", sans-serif;
  background-color: #0E0E1A;
  color: #A5A5BD;
}
body.page-template-page-home, body.page-template-page-business {
  background-color: #fff;
  color: #181824;
}
body.page-template-page-home a, body.page-template-page-business a {
  color: #181824;
}
body a {
  color: #A5A5BD;
}
body a:hover {
  color: #A5A5BD;
  text-decoration: none;
}
body .vived-svg-icon svg {
  width: 50px;
}
body .vived-svg-icon svg path {
  fill: #fff;
}
body.home .main-container, body.page-template-page-business .main-container {
  overflow: hidden;
}
@media (min-width: 1199px) and (max-width: 1294px) {
  body .container-fluid.px-lg-0, body .px-lg-0.container-sm, body .px-lg-0.container-md, body .px-lg-0.container-lg, body .px-lg-0.container-xl {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 575.98px) {
  body .container-fluid.px-lg-0, body .px-lg-0.container-sm, body .px-lg-0.container-md, body .px-lg-0.container-lg, body .px-lg-0.container-xl {
    padding-left: 0;
    padding-right: 0;
  }
}
body p:empty {
  display: none;
}

/*# sourceMappingURL=style.css.map */
