@import url("https://fonts.googleapis.com/css?family=Oswald:400&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 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([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 90%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1300px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1800px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 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%;
  }

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

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

  .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: 1366px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-xxl-1 {
    flex: 0 0 8.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%;
  }
}
@media (min-width: 1920px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

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

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

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

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

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

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

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

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

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

.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: 1366px) {
  .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 (min-width: 1920px) {
  .d-xxxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xxxl-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;
  }
}
@font-face {
  font-family: "Segoe UI Semilight";
  src: url("../fonts/SegoeUI-Semilight.eot");
  src: url("../fonts/SegoeUI-Semilight.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI-Semilight.woff") format("woff"), url("../fonts/SegoeUI-Semilight.ttf") format("truetype"), url("../fonts/SegoeUI-Semilight.svg#Segoe UI Semilight") format("svg");
  font-weight: 300;
  font-style: normal;
}
body {
  font-family: "Segoe UI Semilight", sans-serif;
}

.overflow-hidden {
  overflow: hidden;
}

.full-height {
  height: 100%;
}

.row {
  margin: 0;
}

.error-page h2 {
  position: static;
  font-size: 2em !important;
}

.h-100 {
  height: 100% !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
}

h2 {
  text-transform: uppercase;
  font-size: 4vw;
  letter-spacing: 0.1em;
  position: absolute;
  display: block;
  bottom: 100%;
  padding: 0;
  line-height: 1em;
  margin: 0;
}
@media (max-width: 991.98px) {
  h2 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 8vw;
  }
}
h2.primary {
  color: #E20074;
}
h2.secondary {
  color: #382253;
}
h2.heading-graphic {
  font-size: 19vw;
  position: absolute !important;
  left: 0;
  text-align: left !important;
  top: -10%;
  opacity: 0.07;
  z-index: 0;
}
@media (max-width: 991.98px) {
  h2.heading-graphic {
    display: none;
  }
}

section h3 {
  text-transform: uppercase;
  font-size: 4vw;
  letter-spacing: 0.1em;
  text-align: left;
  color: #E20074;
  position: absolute;
  display: block;
  bottom: 100%;
  padding: 0;
  line-height: 1em;
  margin: 0;
}
@media (max-width: 991.98px) {
  section h3 {
    font-size: 8vw;
    padding-left: 10px;
    padding-right: 10px;
  }
}

::selection {
  text-shadow: none;
  background-color: #CA0067;
  color: #FFFFFF;
}

::-moz-selection {
  text-shadow: none;
  background-color: #CA0067;
  color: #FFFFFF;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #f1f1f1;
}

body {
  -ms-overflow-style: none;
}

body::-webkit-scrollbar {
  width: 7px !important;
  background-color: #EEEEEE;
}

::-webkit-scrollbar-track {
  border: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #E20074 !important;
  border-radius: 0px !important;
}
::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-thumb:active {
  background-color: #382253 !important;
}

.btn {
  background-color: #E20074;
  color: #FFFFFF;
  border: 0;
  padding: 10px 25px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
}
.btn:hover, .btn:focus, .btn:active {
  background-color: #CA0067;
  color: #FFFFFF;
  outline: none;
}
.btn.secondary {
  background-color: #382253;
}
.btn.secondary:hover, .btn.secondary:focus, .btn.secondary:active {
  background-color: #382253;
}
.btn.full {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn.btn-icon {
  padding: 10px;
}
.btn.btn-icon svg {
  margin: 0 auto;
  width: 20px;
}

.button-group {
  margin-top: 25px;
  display: flex;
  justify-content: flex-end;
}
.button-group .btn {
  margin-left: 10px;
}

.background-graphic {
  height: 100%;
  position: absolute;
  width: 100%;
}
.background-graphic > * {
  user-select: none;
}

.stripe-holder {
  position: relative;
  padding: 0;
}
.stripe-holder:before, .stripe-holder:after {
  content: "";
  position: absolute;
  background-color: #E20074;
  opacity: 0.3;
}
.stripe-holder:after {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .background-graphic {
    display: none;
  }

  .stripe-holder:before, .stripe-holder:after {
    display: none;
  }
}
input.form-control, textarea.form-control {
  border-radius: 0;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  border: 0;
}
input.form-control::placeholder, textarea.form-control::placeholder {
  font-style: italic;
}
input.has-error, textarea.has-error {
  color: #E20074;
}
input.has-error::placeholder, textarea.has-error::placeholder {
  color: #E20074;
}

textarea.form-control {
  padding-top: 10px;
  resize: none;
  height: 200px;
}
textarea.has-error {
  color: #E20074;
}
textarea.has-error::placeholder {
  color: #E20074;
}

.react-date-picker {
  display: inline-flex;
  position: relative;
}

.react-date-picker,
.react-date-picker *,
.react-date-picker *:before,
.react-date-picker *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.react-date-picker--disabled {
  background-color: #f0f0f0;
  color: #6d6d6d;
}

.react-date-picker__wrapper {
  display: flex;
  border: thin solid gray;
}

.react-date-picker__inputGroup {
  min-width: calc((4px * 3) + 0.54em * 8 + 0.217em * 2);
  flex-grow: 1;
  display: flex;
  padding: 0 2px;
  align-items: baseline;
  box-sizing: content-box;
}

.react-date-picker__inputGroup__divider {
  padding: 1px 0;
  white-space: pre;
}

.react-date-picker__inputGroup__input {
  min-width: 0.54em;
  height: 100%;
  position: relative;
  padding: 0 1px;
  border: 0;
  background: none;
  font: inherit;
  box-sizing: content-box;
  -moz-appearance: textfield;
}

.react-date-picker__inputGroup__input::-webkit-outer-spin-button,
.react-date-picker__inputGroup__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.react-date-picker__inputGroup__input:invalid {
  background: rgba(255, 0, 0, 0.1);
}

.react-date-picker__inputGroup__input--hasLeadingZero {
  margin-left: -0.54em;
  padding-left: calc(1px + 0.54em);
}

.react-date-picker__button {
  border: 0;
  background: transparent;
  padding: 4px 6px;
}

.react-date-picker__button:enabled {
  cursor: pointer;
}

.react-date-picker__button:enabled:hover .react-date-picker__button__icon,
.react-date-picker__button:enabled:focus .react-date-picker__button__icon {
  stroke: #0078d7;
}

.react-date-picker__button:disabled .react-date-picker__button__icon {
  stroke: #6d6d6d;
}

.react-date-picker__button svg {
  display: inherit;
}

.react-date-picker__calendar {
  width: 350px;
  max-width: 100vw;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}

.react-date-picker__calendar--closed {
  display: none;
}

.react-date-picker__calendar .react-calendar {
  border-width: thin;
}

.react-calendar {
  width: 350px;
  max-width: 100%;
  background: white;
  border: 1px solid #a0a096;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.125em;
}

.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
}

.react-calendar button:enabled:hover {
  cursor: pointer;
}

.react-calendar__navigation {
  height: 44px;
  margin-bottom: 1em;
}

.react-calendar__navigation button {
  min-width: 44px;
  background: none;
}

.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #e6e6e6;
}

.react-calendar__navigation button[disabled] {
  background-color: #f0f0f0;
}

.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
}

.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
}

.react-calendar__month-view__weekNumbers {
  font-weight: bold;
}

.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  padding: calc(0.75em / 0.75) calc(0.5em / 0.75);
}

.react-calendar__month-view__days__day--weekend {
  color: #d10000;
}

.react-calendar__month-view__days__day--neighboringMonth {
  color: #757575;
}

.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}

.react-calendar__tile {
  max-width: 100%;
  text-align: center;
  padding: 0.75em 0.5em;
  background: none;
}

.react-calendar__tile:disabled {
  background-color: #f0f0f0;
}

.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #e6e6e6;
}

.react-calendar__tile--hasActive {
  background: #76baff;
}

.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #a9d4ff;
}

.react-calendar__tile--active {
  background: #006edc;
  color: white;
}

.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: #1087ff;
}

.react-calendar--selectRange .react-calendar__tile--hover {
  background-color: #e6e6e6;
}

.custom-date-picker .react-date-picker, .custom-date-picker .react-daterange-picker {
  width: 100%;
  display: block;
}
.custom-date-picker .react-date-picker .react-date-picker__wrapper, .custom-date-picker .react-date-picker .react-daterange-picker__wrapper, .custom-date-picker .react-daterange-picker .react-date-picker__wrapper, .custom-date-picker .react-daterange-picker .react-daterange-picker__wrapper {
  border: 1px solid #555555;
  background-color: #FFFFFF;
  height: 32px;
  border-radius: 0;
  padding-left: 6px;
  width: 100%;
  display: none;
}
@media (max-width: 991.98px) {
  .custom-date-picker .react-date-picker .react-date-picker__wrapper, .custom-date-picker .react-date-picker .react-daterange-picker__wrapper, .custom-date-picker .react-daterange-picker .react-date-picker__wrapper, .custom-date-picker .react-daterange-picker .react-daterange-picker__wrapper {
    height: 36px;
  }
}
.custom-date-picker .react-date-picker--disabled .react-date-picker__wrapper, .custom-date-picker .react-date-picker--disabled .react-daterange-picker__wrapper, .custom-date-picker .react-daterange-picker--disabled .react-date-picker__wrapper, .custom-date-picker .react-daterange-picker--disabled .react-daterange-picker__wrapper {
  background-color: #eee;
}
.custom-date-picker .react-date-picker .react-date-picker__inputGroup__input, .custom-date-picker .react-date-picker .react-daterange-picker__inputGroup__input, .custom-date-picker .react-daterange-picker .react-date-picker__inputGroup__input, .custom-date-picker .react-daterange-picker .react-daterange-picker__inputGroup__input {
  border: 0;
  outline: 0;
}
.custom-date-picker .react-date-picker .react-date-picker__inputGroup__input:invalid, .custom-date-picker .react-date-picker .react-daterange-picker__inputGroup__input:invalid, .custom-date-picker .react-daterange-picker .react-date-picker__inputGroup__input:invalid, .custom-date-picker .react-daterange-picker .react-daterange-picker__inputGroup__input:invalid {
  background-color: transparent;
}
.custom-date-picker .react-date-picker .react-date-picker__inputGroup__input::placeholder, .custom-date-picker .react-date-picker .react-daterange-picker__inputGroup__input::placeholder, .custom-date-picker .react-daterange-picker .react-date-picker__inputGroup__input::placeholder, .custom-date-picker .react-daterange-picker .react-daterange-picker__inputGroup__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: transparent;
  opacity: 0;
  /* Firefox */
}
.custom-date-picker .react-date-picker .react-date-picker__inputGroup__input:-ms-input-placeholder, .custom-date-picker .react-date-picker .react-daterange-picker__inputGroup__input:-ms-input-placeholder, .custom-date-picker .react-daterange-picker .react-date-picker__inputGroup__input:-ms-input-placeholder, .custom-date-picker .react-daterange-picker .react-daterange-picker__inputGroup__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: transparent;
}
.custom-date-picker .react-date-picker .react-date-picker__inputGroup__input::-ms-input-placeholder, .custom-date-picker .react-date-picker .react-daterange-picker__inputGroup__input::-ms-input-placeholder, .custom-date-picker .react-daterange-picker .react-date-picker__inputGroup__input::-ms-input-placeholder, .custom-date-picker .react-daterange-picker .react-daterange-picker__inputGroup__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: transparent;
}
.custom-date-picker .react-date-picker .react-date-picker__calendar, .custom-date-picker .react-date-picker .react-daterange-picker__calendar, .custom-date-picker .react-daterange-picker .react-date-picker__calendar, .custom-date-picker .react-daterange-picker .react-daterange-picker__calendar {
  z-index: 1000;
}
.custom-date-picker .react-date-picker .react-date-picker__calendar .react-calendar, .custom-date-picker .react-date-picker .react-daterange-picker__calendar .react-calendar, .custom-date-picker .react-daterange-picker .react-date-picker__calendar .react-calendar, .custom-date-picker .react-daterange-picker .react-daterange-picker__calendar .react-calendar {
  border: 0;
  box-shadow: 0px 0px 25px -3px #333333;
  margin-top: 10px;
}
.custom-date-picker .react-date-picker .react-calendar__tile--active, .custom-date-picker .react-daterange-picker .react-calendar__tile--active {
  background-color: #E20074;
}
.custom-date-picker .react-date-picker .react-calendar__tile--active:enabled:hover, .custom-date-picker .react-date-picker .react-calendar__tile--active:enabled:focus, .custom-date-picker .react-daterange-picker .react-calendar__tile--active:enabled:hover, .custom-date-picker .react-daterange-picker .react-calendar__tile--active:enabled:focus {
  background-color: #CA0067;
}
.custom-date-picker .react-date-picker .react-calendar__tile, .custom-date-picker .react-daterange-picker .react-calendar__tile {
  border-radius: 0;
}
.custom-date-picker .react-date-picker .react-calendar__tile--hasActive, .custom-date-picker .react-daterange-picker .react-calendar__tile--hasActive {
  background-color: #E20074;
}

header.main-header {
  position: relative;
  height: auto;
  min-height: 400px;
  background-image: linear-gradient(to left top, #231d3c, #442455, #6e2466, #9d1b6c, #ca0067);
}
@media (min-width: 992px) {
  header.main-header {
    height: 60vh;
    min-height: 900px;
  }
}
@media (min-width: 1366px) {
  header.main-header {
    min-height: 600px;
  }
}
header.main-header.landing {
  height: 75vh;
}
@media (max-width: 1199.98px) {
  header.main-header.landing {
    height: auto;
  }
}
header.main-header.landing .background-overlay {
  background: transparent;
}
header.main-header .background-overlay {
  background-image: url("/graphic/overlay1.svg");
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
}
header.main-header .background-overlay.default {
  background: transparent;
}
@media (min-width: 768px) {
  header.main-header .background-overlay {
    background-attachment: fixed;
  }
}
header.main-header .background-base,
header.main-header .background-overlay {
  height: 100%;
}
header.main-header .background-base {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  background-image: url("/graphic/famousagency-background.jpg");
  background-attachment: fixed;
}
@supports (-webkit-touch-callout: none) {
  header.main-header .background-base {
    background-attachment: scroll !important;
  }
}
header.main-header h1 {
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.07;
  line-height: 1.1em;
  letter-spacing: 0.1em;
  word-spacing: 500px;
  font-size: 19vw;
}
header.main-header h2 {
  position: unset;
  font-size: 40px;
  text-align: left;
}
header.main-header h2 span {
  font-size: 0.7em;
}
@media (max-width: 991.98px) {
  header.main-header h2 {
    font-size: 35px;
    margin-top: 40px;
  }
  header.main-header h2 span {
    font-size: 0.5em;
  }
}
header.main-header .container-fluid {
  padding: 25px 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
}
@media (max-width: 991.98px) {
  header.main-header .container-fluid {
    align-items: center;
    position: relative;
    padding: 25px calc(5% + 15px);
  }
}
@media (max-width: 575.98px) {
  header.main-header .container-fluid {
    padding: 25px 15px;
  }
}
header.main-header .logo-wrapper {
  flex-basis: 90px;
  flex-shrink: 0;
}
@media (min-width: 576px) {
  header.main-header .logo-wrapper {
    flex-basis: 120px;
  }
}
@media (min-width: 992px) {
  header.main-header .logo-wrapper {
    flex-basis: 180px;
  }
}
header.main-header .logo-wrapper svg {
  color: #FFFFFF;
}
header.main-header .logo-wrapper.logo-color-pink svg {
  color: #E20074;
}
header.main-header .logo-wrapper.logo-color-white svg {
  color: #FFFFFF;
}
header.main-header .logo-wrapper.logo-color-black svg {
  color: #333333;
}
header.main-header img {
  display: block;
  width: 90%;
  margin: auto;
}
header.main-header .content {
  position: relative;
  height: 100%;
  color: #FFFFFF;
  margin-bottom: 120px;
}
header.main-header .content p {
  width: 75%;
  font-size: 1.4em;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  header.main-header .content p {
    width: auto;
    font-size: 1.1em;
  }
}
@media (min-width: 768px) {
  header.main-header .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media (max-width: 991.98px) {
  header.main-header .content h2 {
    padding-right: 0;
    padding-left: 0;
  }
}
header.main-header .header-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 992px) {
  header.main-header:before {
    position: absolute;
    content: "";
    height: calc(100% + 80px);
    width: 250px;
    background-color: #E20074;
    right: 40px;
    z-index: 1;
  }
}
header.main-header h2, header.main-header p {
  text-shadow: 1px 1px 20px #333333;
}

section {
  margin-top: 160px;
  border-top: 4px solid;
}
section .container {
  position: relative;
}

footer {
  margin-top: 0;
  height: 100vh;
  min-height: 700px;
  background-color: #232323;
  color: #BBBBBB;
  position: relative;
}
@media (max-width: 991.98px) {
  footer {
    height: auto;
  }
}
@media (min-width: 1920px) {
  footer {
    height: 80vh;
  }
}
footer .background-graphic h2 {
  top: -6%;
  opacity: 0.04;
}
footer .content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
footer .content > div {
  margin-top: -15%;
}
@media (max-width: 991.98px) {
  footer .content {
    height: auto;
    padding-right: 25px;
    padding-left: 25px;
  }
  footer .content > div {
    margin-top: 10%;
  }
}
@media (min-width: 1366px) {
  footer .content > div {
    margin-top: 0;
  }
}
footer .form-container {
  width: 60%;
}
@media (max-width: 991.98px) {
  footer .form-container {
    width: 100%;
  }
}
footer .form-container h2 {
  position: relative;
  color: #FFFFFF;
  bottom: auto;
  margin-bottom: 80px;
  display: inline-block;
}
@media (max-width: 991.98px) {
  footer .form-container h2 {
    margin-bottom: 40px;
  }
}
footer .form-container .btn {
  border: 0;
  float: right;
}
@media (max-width: 991.98px) {
  footer .form-container .btn {
    width: 100%;
    float: none;
  }
}
footer .address {
  text-align: center;
  margin-bottom: 10px;
}
footer .address h4 {
  font-size: 1.8em;
  text-transform: uppercase;
  color: #E20074;
}
footer .address span {
  text-transform: uppercase;
}
footer .address .mb-10 {
  margin-bottom: 25px;
}
footer .address a {
  color: #BBBBBB;
}
footer .address a:hover, footer .address a:focus, footer .address a:active {
  color: #FFFFFF;
}
footer .socials {
  margin: 25px 0 40px 0;
  display: flex;
  justify-content: center;
}
footer .socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  margin: 25px;
  color: #FFFFFF;
}
footer .socials a:hover, footer .socials a:focus, footer .socials a:active {
  color: #E20074;
}
footer .socials a svg {
  height: 25px;
}
footer .persons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  footer .persons {
    flex-direction: column;
  }
}
footer h5 {
  color: #E20074;
  font-size: 1.3em;
}
footer .contact-person {
  margin: 10px 25px;
  text-align: center;
}
footer .contact-person .hint {
  width: 20px;
  color: #E20074;
  display: inline-block;
  margin-left: 10px;
}
footer .contact-person a {
  color: #BBBBBB;
}
footer .contact-person a:hover, footer .contact-person a:focus, footer .contact-person a:active {
  color: #FFFFFF;
}
footer .copyright {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #FFFFFF;
}
footer .stripe-holder {
  position: relative;
  padding: 0;
}
footer .stripe-holder:before {
  width: 80px;
  height: calc(100% + 150px - 25px);
  bottom: 0;
  left: -60px;
  opacity: 1;
}
@media (min-width: 992px) {
  footer.main-footer:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 55%;
    background-color: #E20074;
    background-color: #382253;
    opacity: 1;
    bottom: 0;
    left: 0;
  }
}
footer.footer {
  height: auto;
  min-height: unset;
  display: flex;
  align-items: center;
  color: #BBBBBB;
  padding-top: 40px;
}
footer.footer .row {
  margin-bottom: 25px;
}
footer.footer a {
  color: #BBBBBB;
}
footer.footer a:hover, footer.footer a:focus, footer.footer a:active {
  text-decoration: none;
  color: #E20074;
}
footer.footer .address {
  text-align: left;
}
footer.footer .socials {
  justify-content: flex-end;
  margin: 0;
}
footer.footer .socials a {
  color: #FFFFFF;
}
footer.footer .socials a:hover, footer.footer .socials a:focus, footer.footer .socials a:active {
  color: #E20074;
}
footer.footer .copyright {
  margin-top: 25px;
  text-align: left;
}
footer.footer img {
  width: 100px;
  margin-bottom: 25px;
}
footer.footer p {
  padding-right: 25px;
}
footer.footer nav {
  font-family: "Segoe UI Semilight", sans-serif;
}
footer.footer .persons {
  display: block;
  margin: 0;
}
footer.footer .contact-person {
  text-align: left;
  margin: 0 0 25px 0;
}
footer.footer .last {
  border-top: 1px solid #555555;
  align-items: center;
  color: #FFFFFF;
}
@media (max-width: 991.98px) {
  footer.footer {
    text-align: center;
    height: auto;
    min-height: unset;
  }
  footer.footer p {
    padding-right: 0;
  }
  footer.footer .address {
    text-align: center;
  }
  footer.footer .contact-person {
    text-align: center;
  }
  footer.footer .copyright {
    text-align: center;
  }
  footer.footer .socials {
    justify-content: center;
  }
}

nav {
  font-family: "Oswald", sans-serif;
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav ul li {
  flex-grow: 1;
  text-align: right;
}
nav ul li a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 0.2em;
  display: block;
  padding: 10px 25px;
  word-wrap: break-spaces;
}
nav ul li a:hover, nav ul li a:focus, nav ul li a:active {
  text-decoration: none;
  color: #382253;
}
@media (max-width: 991.98px) {
  nav .navbar-collapse {
    background-color: #E20074;
    width: 100%;
    height: 100vh;
    min-height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  nav .navbar-collapse ul {
    margin-top: 40px;
    margin-bottom: 80px;
  }
  nav .navbar-collapse ul li {
    text-align: left;
    margin-bottom: 10px;
  }
  nav .navbar-collapse ul li a:hover, nav .navbar-collapse ul li a:focus, nav .navbar-collapse ul li a:active {
    text-decoration: none;
    color: #382253;
  }
  nav .navbar-collapse.show {
    transform: none;
  }
}

.navbar {
  position: unset;
  display: unset;
  z-index: 2;
  padding-right: 0;
}
@media (min-width: 992px) {
  .navbar {
    width: 250px;
  }
}

.navbar-toggler {
  position: relative;
  z-index: 2;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active {
  background-color: transparent;
  border: none;
  box-shadow: none;
  outline: none;
}
.navbar-toggler span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #FFFFFF;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.navbar-toggler span:first-child {
  transform-origin: 0 0;
}
.navbar-toggler span:last-child {
  transform-origin: 0 100%;
}
.navbar-toggler:not(.collapsed) span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, 0);
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.navbar-toggler:not(.collapsed) span:last-child {
  transform: rotate(-45deg) translate(-3px, 0);
}

section.news {
  margin-top: 175px;
  border-color: #382253;
}
section.news h2 {
  text-align: left;
}
@media (max-width: 991.98px) {
  section.news h2 {
    left: 0;
  }
}
@media (max-width: 991.98px) {
  section.news {
    margin-top: 80px;
  }
}

.news-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 25px 0;
}
@media (min-width: 768px) {
  .news-item {
    padding: 75px 0 40px 0;
  }
}
.news-item .news-image {
  display: none;
}
@media (min-width: 768px) {
  .news-item .news-image {
    display: block;
    width: 110px;
    height: 110px;
    background-color: #382253;
    border-radius: 50%;
    color: #FFFFFF;
    margin-bottom: 0;
    margin-right: 25px;
    border: 5px solid #FFFFFF;
    position: relative;
  }
  .news-item .news-image img {
    display: block;
    height: 100%;
  }
  .news-item .news-image img.default {
    height: 70%;
  }
  .news-item .news-image .img-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .news-item .news-image:after {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    margin-top: -60px;
    margin-left: -60px;
    content: "";
    width: 120px;
    height: 120px;
    background-color: #382253;
    z-index: -1;
    background-image: linear-gradient(110deg, transparent 50%, #FFFFFF 50%);
  }
}
.news-item .news-date {
  color: #555555;
  margin-bottom: 5px;
  display: inline-block;
}
.news-item h4 {
  color: #E20074;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .news-item h4 {
    font-size: 1.3em;
  }
}
.news-item a:hover {
  color: #E20074;
}
.news-item p a {
  justify-content: center;
  color: #E20074;
  padding-left: 10px;
  font-size: 1.2em;
}

section.landing-services {
  margin-top: 40px;
  position: relative;
  border: none;
  background-color: #E20074;
  padding-bottom: 80px;
  overflow: hidden;
}
section.landing-services .heading-graphic {
  color: #333333;
}
section.landing-services .content {
  padding-top: 120px;
}
section.landing-services h2 {
  position: relative;
  bottom: unset;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 991.98px) {
  section.landing-services h2 {
    text-align: center;
  }
}
section.landing-services .intro p {
  padding-top: 25px;
  text-align: center;
  color: #FFFFFF;
  width: 80%;
  margin: auto auto 40px auto;
}
@media (max-width: 991.98px) {
  section.landing-services .intro p {
    text-align: center;
    width: 100%;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
  }
}
section.landing-services:before {
  bottom: 0;
  right: 10px;
  height: calc(100% + 80px);
  width: 60px;
  background-color: #382253;
  opacity: 1;
}
section.landing-services:after {
  bottom: 100%;
  right: 10px;
  height: 80px;
  width: 60px;
  background-color: #382253;
}

.landing-service-outer {
  width: 90%;
  margin: auto;
}
.landing-service-outer .service-boxes {
  list-style: none;
  margin: 40px 0 0 0;
  padding: 0;
  justify-content: space-between;
}
.landing-service-outer .service-boxes h5 {
  color: #382253;
  font-size: 1.3em;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  margin: 0;
}
@media (min-width: 576px) {
  .landing-service-outer .service-boxes h5 {
    font-size: 1.6em;
  }
}
@media (min-width: 1366px) {
  .landing-service-outer .service-boxes h5 {
    font-size: 1.8em;
  }
}
.landing-service-outer .service-boxes .service-box-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 576px) {
  .landing-service-outer .service-boxes .service-box-inner {
    align-items: center;
  }
}
.landing-service-outer .service-boxes:hover .service-box.active:after {
  opacity: 0;
}
.landing-service-outer .service-boxes:hover .service-box.active .service-circle {
  background-color: #FFFFFF;
}
.landing-service-outer .service-boxes:hover .service-box.active .service-circle h5 {
  color: #E20074;
}
.landing-service-outer .service-boxes:hover .service-box.active article {
  opacity: 0;
}
.landing-service-outer .service-boxes:hover .service-box.active button {
  opacity: 0;
}
.landing-service-outer .service-boxes .service-box {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  z-index: 1;
  transition: background ease-in 0.6s;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .landing-service-outer .service-boxes .service-box {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 576px) {
  .landing-service-outer .service-boxes .service-box {
    padding-bottom: 50px;
  }
  .landing-service-outer .service-boxes .service-box:hover:after, .landing-service-outer .service-boxes .service-box.active:after {
    opacity: 1;
  }
  .landing-service-outer .service-boxes .service-box:hover:hover:after, .landing-service-outer .service-boxes .service-box.active:hover:after {
    opacity: 1;
  }
  .landing-service-outer .service-boxes .service-box:hover:hover .service-circle, .landing-service-outer .service-boxes .service-box.active:hover .service-circle {
    background-color: #E20074;
  }
  .landing-service-outer .service-boxes .service-box:hover:hover .service-circle h5, .landing-service-outer .service-boxes .service-box.active:hover .service-circle h5 {
    color: #FFFFFF;
  }
  .landing-service-outer .service-boxes .service-box:hover:hover article, .landing-service-outer .service-boxes .service-box.active:hover article {
    transform: translateY(30px);
    opacity: 1;
  }
  .landing-service-outer .service-boxes .service-box:hover .service-circle, .landing-service-outer .service-boxes .service-box.active .service-circle {
    background-color: #E20074;
  }
  .landing-service-outer .service-boxes .service-box:hover .service-circle h5, .landing-service-outer .service-boxes .service-box.active .service-circle h5 {
    color: #FFFFFF;
  }
  .landing-service-outer .service-boxes .service-box:hover article, .landing-service-outer .service-boxes .service-box.active article {
    transform: translateY(30px);
    opacity: 1;
  }
  .landing-service-outer .service-boxes .service-box:hover button, .landing-service-outer .service-boxes .service-box.active button {
    transform: translateY(70px);
    opacity: 1;
  }
  .landing-service-outer .service-boxes .service-box:hover article {
    transition: transform ease-in 0.3s, opacity ease-in 0.3s 0.1s;
  }
  .landing-service-outer .service-boxes .service-box:hover button {
    transition: transform ease-in 0.3s 0.1s, opacity ease-in 0.3s 0.2s;
  }
}
@media (min-width: 1921px) {
  .landing-service-outer .service-boxes .service-box {
    padding-bottom: 100px;
  }
}
.landing-service-outer .service-boxes .service-box:after {
  content: "";
  width: 600px;
  height: 600px;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  left: -15%;
  top: -10%;
  transition: opacity ease-in 0.4s;
}
@media (min-width: 1921px) {
  .landing-service-outer .service-boxes .service-box:after {
    height: 900px;
    width: 900px;
  }
}
.landing-service-outer .service-boxes .service-circle {
  padding: 0;
  flex-basis: 100px;
  margin: 0;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  background-color: #FFFFFF;
  border: 4px solid #E20074;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media (min-width: 576px) {
  .landing-service-outer .service-boxes .service-circle {
    width: 150px;
    height: 150px;
    flex-basis: 150px;
  }
}
@media (min-width: 992px) {
  .landing-service-outer .service-boxes .service-circle {
    width: 120px;
    height: 120px;
    flex-basis: 120px;
  }
}
@media (min-width: 1366px) {
  .landing-service-outer .service-boxes .service-circle {
    width: 140px;
    height: 140px;
    flex-basis: 140px;
  }
}
.landing-service-outer .service-boxes article {
  width: 100%;
  padding: 65px 10px 25px 10px;
  text-align: justify;
  background-color: #FFFFFF;
  margin-top: -50px;
  border-radius: 10px;
}
@media (min-width: 576px) {
  .landing-service-outer .service-boxes article {
    margin-top: 0;
    background-color: transparent;
    width: 130%;
    opacity: 0;
    transition: transform ease-in 0.6s, opacity ease-in 0.6s 0.1s;
    z-index: 1;
    padding: 10px;
  }
}
@media (min-width: 1921px) {
  .landing-service-outer .service-boxes article {
    width: 110%;
  }
}
.landing-service-outer .service-boxes button {
  opacity: 0;
  transition: transform ease-in 0.6s, 0.1s, opacity ease-in 0.6s 0.2s;
  z-index: 1;
}
.landing-service-outer .service-boxes p {
  padding: 0 25px;
}
@media (max-width: 991.98px) {
  .landing-service-outer .service-boxes p {
    padding: 0;
  }
}
.landing-service-outer .service-item-content {
  min-height: 150px;
  padding: 25px;
  text-align: center;
}
.landing-service-outer .service-item-content * {
  color: #FFFFFF !important;
}

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

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

section.landing-references {
  border-color: #E20074;
  position: relative;
}
@media (max-width: 991.98px) {
  section.landing-references {
    margin-top: 80px;
  }
}
section.landing-references h2 {
  text-align: left;
}
@media (max-width: 991.98px) {
  section.landing-references h2 {
    left: 0;
  }
}
section.landing-references .container {
  max-width: none;
  padding: 3%;
}
section.landing-references .btn {
  margin: 25px auto;
  display: block;
  background-color: transparent;
  border: 1px solid #E20074;
  color: #E20074;
}
section.landing-references .references-logos .ref-logo {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.landing-references .references-logos .ref-logo img {
  object-fit: contain;
  max-height: 80px;
  width: 60%;
  display: block;
  margin: auto;
  filter: grayscale(10%);
}
section.landing-references .references-logos .ref-logo img:hover {
  filter: unset;
}
@media (min-width: 576px) {
  section.landing-references .references-logos .ref-logo {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  section.landing-references .references-logos .ref-logo img {
    width: 40%;
  }
}
@media (min-width: 992px) {
  section.landing-references .references-logos {
    padding-left: 150px;
  }
}
@media (min-width: 1200px) {
  section.landing-references .references-logos {
    padding-left: 200px;
  }
}
@media (min-width: 992px) {
  section.landing-references:before {
    content: "";
    width: 140px;
    height: calc(100% + 100px);
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #382253;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  section.landing-references:before {
    width: 180px;
    height: calc(100% + 164px);
  }
}

section.landing-reviews {
  background-color: #382253;
  margin-top: 0;
  border: 0;
  height: 500px;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.2em;
  text-transform: uppercase;
  font-style: italic;
  display: flex;
  align-items: center;
}
section.landing-reviews .review-item {
  width: 70%;
  margin: 25px auto 0 auto;
}
@media (max-width: 1199.98px) {
  section.landing-reviews .review-item {
    width: 80%;
    font-size: 0.9em;
  }
}
@media (max-width: 991.98px) {
  section.landing-reviews .review-item {
    width: 90%;
    font-size: 0.7em;
  }
}
section.landing-reviews .review-item p {
  letter-spacing: 0.1em;
}
section.landing-reviews .review-item div {
  text-align: right;
  margin: 25px auto;
  font-size: 0.7em;
  text-transform: lowercase;
}

.category-section {
  position: relative;
  border-color: #E20074;
}
.category-section .background-graphic {
  position: absolute;
  height: calc(100% - 30px);
  z-index: -1;
}
.category-section .background-graphic:before {
  position: absolute;
  content: "";
  width: 60%;
  height: 30px;
  background-color: #382253;
  bottom: 0px;
  left: 0;
}
.category-section p {
  text-align: left;
  text-transform: uppercase;
  padding-top: 40px;
  font-size: 1em;
}
.category-section .services-wrapper {
  padding-bottom: 160px;
}
.category-section .services-outer {
  margin-top: 80px;
}
.category-section:before, .category-section:after {
  content: "";
  position: absolute;
}
.category-section:before {
  height: 90%;
  width: 150px;
  background-color: #382253;
  left: 0;
  top: -150px;
  z-index: -1;
}
.category-section:after {
  bottom: -30px;
  width: 80%;
  height: 60px;
  left: 0;
  background-color: #E20074;
}
@media (min-width: 992px) {
  .category-section:nth-child(even) .services-wrapper {
    padding-left: 140px;
  }
  .category-section:nth-child(odd) .services-wrapper {
    padding-right: 40px;
  }
}
@media (max-width: 991.98px) {
  .category-section {
    margin-top: 80px;
  }
  .category-section .services-wrapper {
    padding: 0;
  }
  .category-section .background-graphic {
    display: none;
  }
  .category-section:before, .category-section:after {
    display: none;
  }
}
.category-section:nth-child(odd) {
  border-color: #382253;
  margin-top: 300px;
}
.category-section:nth-child(odd) h3 {
  color: #382253;
  text-align: right;
  padding-right: 40px;
  width: 100%;
}
.category-section:nth-child(odd) p {
  text-align: right;
}
.category-section:nth-child(odd) .background-graphic:before {
  display: none;
}
.category-section:nth-child(odd):before {
  height: calc(100% + 150px);
  width: 100px;
  background-color: #E20074;
  right: 0;
  left: unset;
  top: -150px;
  z-index: -1;
}
.category-section:nth-child(odd):after {
  width: 20px;
  height: 40%;
  left: unset;
  right: 100px;
  bottom: 0;
  top: unset;
  background-color: #382253;
}
@media (max-width: 991.98px) {
  .category-section:nth-child(odd) {
    margin-top: 100px;
  }
  .category-section:nth-child(odd) h3 {
    padding-right: 25px;
  }
  .category-section:nth-child(odd) .services-wrapper {
    padding: 0;
  }
}

.service-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .service-item {
    flex-direction: row;
  }
}
.service-item .content-wrapper {
  padding-left: 25px;
}
.service-item a {
  text-decoration: none;
}
.service-item a h5 {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 1.6em;
  color: #382253;
}
.service-item a:hover h5 {
  color: #E20074;
}
.service-item p {
  margin-top: 0;
  padding: 0 10px 0 0;
  text-transform: none;
  text-align: left !important;
}

.service-circle {
  display: block;
  margin: 10px 10px 25px 10px;
  width: 120px;
  color: #333333;
}
@media (min-width: 576px) {
  .service-circle {
    width: 160px;
  }
}
@media (min-width: 1920px) {
  .service-circle {
    width: 200px;
    margin: 25px 40px 25px 0;
  }
}
.service-circle:hover, .service-circle:focus, .service-circle:active {
  color: #333333;
  text-decoration: none;
}
.service-circle .image-wrapper {
  position: relative;
}
.service-circle .image-wrapper .image-inner {
  overflow: hidden;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 8px solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 576px) {
  .service-circle .image-wrapper .image-inner {
    width: 160px;
    height: 160px;
  }
}
@media (min-width: 1920px) {
  .service-circle .image-wrapper .image-inner {
    width: 200px;
    height: 200px;
  }
}
.service-circle .image-wrapper .image-inner img {
  transition: all 0.5s;
  height: 100%;
}
.service-circle .image-wrapper .image-inner div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #E20074;
  font-size: 3em;
  background-color: #EEE;
}
.service-circle .image-wrapper .image-inner div svg {
  width: 50%;
}
.service-circle .image-wrapper:before, .service-circle .image-wrapper:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  z-index: -1;
  top: 50%;
  left: 50%;
  transition: all 0.5s;
}
.service-circle .image-wrapper:before {
  border: 5px solid #FFFFFF;
  background-image: linear-gradient(150deg, transparent 50%, #FFFFFF 50%);
  background-color: #E20074;
  width: 140px;
  height: 140px;
  margin-top: -70px;
  margin-left: -70px;
}
@media (min-width: 576px) {
  .service-circle .image-wrapper:before {
    width: 180px;
    height: 180px;
    margin-top: -90px;
    margin-left: -90px;
  }
}
@media (min-width: 1920px) {
  .service-circle .image-wrapper:before {
    width: 220px;
    height: 220px;
    margin-top: -110px;
    margin-left: -110px;
  }
}
.service-circle .image-wrapper:after {
  background-color: #382253;
  z-index: -2;
  background-image: linear-gradient(100deg, transparent 50%, #FFFFFF 50%);
  transition-duration: 0.9s;
  width: 150px;
  height: 150px;
  margin-top: -75px;
  margin-left: -75px;
}
@media (min-width: 576px) {
  .service-circle .image-wrapper:after {
    width: 190px;
    height: 190px;
    margin-top: -95px;
    margin-left: -95px;
  }
}
@media (min-width: 1920px) {
  .service-circle .image-wrapper:after {
    width: 230px;
    height: 230px;
    margin-top: -115px;
    margin-left: -115px;
  }
}
.service-circle .image-wrapper:hover .image-inner img {
  transition: all 0.5s;
  transform: scale(1.1);
}
.service-circle .image-wrapper:hover:before, .service-circle .image-wrapper:hover:after {
  transition: all 0.5s;
}
.service-circle .image-wrapper:hover:before {
  transform: rotate(-190deg);
  transition-duration: 0.7s;
}
.service-circle .image-wrapper:hover:after {
  transform: rotate(170deg);
}

.locked-page {
  height: 100vh;
  min-height: 700px;
  background-image: linear-gradient(to left top, #231d3c, #442455, #6e2466, #9d1b6c, #ca0067);
  display: flex;
  align-items: center;
}
.locked-page .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.locked-page .container > div {
  width: 60%;
}
.locked-page .container > div img {
  width: 60%;
  display: block;
  margin: auto;
}
@media (max-width: 991.98px) {
  .locked-page .container > div img {
    width: 90%;
  }
}
.locked-page h1, .locked-page h2 {
  color: #FFFFFF;
  text-align: center;
  position: relative !important;
  padding: 0;
  top: unset;
  bottom: unset;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 2em;
}
@media (max-width: 991.98px) {
  .locked-page h1, .locked-page h2 {
    font-size: 1.5em;
  }
}
.locked-page h1 {
  margin-top: 80px;
  font-size: 4em;
}
@media (max-width: 991.98px) {
  .locked-page h1 {
    font-size: 1.6em;
  }
}

.empty-message {
  border: none;
  font-size: 3em;
  text-align: center;
  padding: 80px 0;
  color: #382253;
  text-transform: uppercase;
  margin: 40px auto;
}
@media (max-width: 991.98px) {
  .empty-message {
    font-size: 2em;
    padding: 40px 0;
    margin: 0 auto 40px auto;
  }
}

.masonry-gallery {
  padding-top: 80px;
  margin-bottom: 160px;
  display: flex;
  margin-left: -5px;
  width: auto;
}
.masonry-gallery .masonry-gallery-column {
  padding-left: 5px;
  background-clip: padding-box;
}
.masonry-gallery .masonry-gallery-column div {
  margin-bottom: 5px;
  border: 3px solid #FFFFFF;
  overflow: hidden;
}
.masonry-gallery .masonry-gallery-column div:hover {
  cursor: pointer;
}
.masonry-gallery .masonry-gallery-column div:hover img {
  opacity: 1;
  transform: scale(1.1);
  transition: transform 0.3s;
}
.masonry-gallery .masonry-gallery-column img {
  width: 100%;
  display: block;
  opacity: 0.9;
  transition: transform 0.3s;
}
@media (max-width: 991.98px) {
  .masonry-gallery {
    padding-top: 40px;
  }
}

@keyframes closeWindow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ril__outer {
  background-color: rgba(0, 0, 0, 0.85);
  outline: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  touch-action: none;
}

.ril__outerClosing {
  opacity: 0;
}

.ril__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ril__image,
.ril__imagePrev,
.ril__imageNext {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: none;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  touch-action: none;
}

.ril__imageDiscourager {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ril__navButtons {
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  opacity: 0.7;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.ril__navButtons:hover {
  opacity: 1;
}

.ril__navButtons:active {
  opacity: 0.7;
}

.ril__navButtonPrev {
  left: 0;
  background: rgba(0, 0, 0, 0.2) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDE5LDMgLTIsLTIgLTE2LDE2IDE2LDE2IDEsLTEgLTE1LC0xNSAxNSwtMTUgeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==") no-repeat center;
}

.ril__navButtonNext {
  right: 0;
  background: rgba(0, 0, 0, 0.2) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDEsMyAyLC0yIDE2LDE2IC0xNiwxNiAtMSwtMSAxNSwtMTUgLTE1LC0xNSB6IiBmaWxsPSIjRkZGIi8+PC9zdmc+") no-repeat center;
}

.ril__downloadBlocker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  background-size: cover;
}

.ril__caption,
.ril__toolbar {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}

.ril__caption {
  bottom: 0;
  max-height: 150px;
  overflow: auto;
}

.ril__captionContent {
  padding: 10px 20px;
  color: #fff;
}

.ril__toolbar {
  top: 0;
  height: 50px;
}

.ril__toolbarSide {
  height: 50px;
  margin: 0;
}

.ril__toolbarLeftSide {
  padding-left: 20px;
  padding-right: 0;
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ril__toolbarRightSide {
  padding-left: 0;
  padding-right: 20px;
  flex: 0 0 auto;
}

.ril__toolbarItem {
  display: inline-block;
  line-height: 50px;
  padding: 0;
  color: #fff;
  font-size: 120%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ril__toolbarItemChild {
  vertical-align: middle;
}

.ril__builtinButton {
  width: 40px;
  height: 35px;
  cursor: pointer;
  border: none;
  opacity: 0.7;
}

.ril__builtinButton:hover {
  opacity: 1;
}

.ril__builtinButton:active {
  outline: none;
}

.ril__builtinButtonDisabled {
  cursor: default;
  opacity: 0.5;
}

.ril__builtinButtonDisabled:hover {
  opacity: 0.5;
}

.ril__closeButton {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=") no-repeat center;
}

.ril__zoomInButton {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PHBhdGggZD0iTTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+") no-repeat center;
}

.ril__zoomOutButton {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=") no-repeat center;
}

.ril__outerAnimating {
  animation-name: closeWindow;
}

@keyframes pointFade {
  0%, 19.999%, 100% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}
.ril__loadingCircle {
  width: 60px;
  height: 60px;
  position: relative;
}

.ril__loadingCirclePoint {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.ril__loadingCirclePoint::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 11%;
  height: 30%;
  background-color: #fff;
  border-radius: 30%;
  animation: pointFade 800ms infinite ease-in-out both;
}

.ril__loadingCirclePoint:nth-of-type(1) {
  transform: rotate(0deg);
}

.ril__loadingCirclePoint:nth-of-type(7) {
  transform: rotate(180deg);
}

.ril__loadingCirclePoint:nth-of-type(1)::before,
.ril__loadingCirclePoint:nth-of-type(7)::before {
  animation-delay: -800ms;
}

.ril__loadingCirclePoint:nth-of-type(2) {
  transform: rotate(30deg);
}

.ril__loadingCirclePoint:nth-of-type(8) {
  transform: rotate(210deg);
}

.ril__loadingCirclePoint:nth-of-type(2)::before,
.ril__loadingCirclePoint:nth-of-type(8)::before {
  animation-delay: -666ms;
}

.ril__loadingCirclePoint:nth-of-type(3) {
  transform: rotate(60deg);
}

.ril__loadingCirclePoint:nth-of-type(9) {
  transform: rotate(240deg);
}

.ril__loadingCirclePoint:nth-of-type(3)::before,
.ril__loadingCirclePoint:nth-of-type(9)::before {
  animation-delay: -533ms;
}

.ril__loadingCirclePoint:nth-of-type(4) {
  transform: rotate(90deg);
}

.ril__loadingCirclePoint:nth-of-type(10) {
  transform: rotate(270deg);
}

.ril__loadingCirclePoint:nth-of-type(4)::before,
.ril__loadingCirclePoint:nth-of-type(10)::before {
  animation-delay: -400ms;
}

.ril__loadingCirclePoint:nth-of-type(5) {
  transform: rotate(120deg);
}

.ril__loadingCirclePoint:nth-of-type(11) {
  transform: rotate(300deg);
}

.ril__loadingCirclePoint:nth-of-type(5)::before,
.ril__loadingCirclePoint:nth-of-type(11)::before {
  animation-delay: -266ms;
}

.ril__loadingCirclePoint:nth-of-type(6) {
  transform: rotate(150deg);
}

.ril__loadingCirclePoint:nth-of-type(12) {
  transform: rotate(330deg);
}

.ril__loadingCirclePoint:nth-of-type(6)::before,
.ril__loadingCirclePoint:nth-of-type(12)::before {
  animation-delay: -133ms;
}

.ril__loadingCirclePoint:nth-of-type(7) {
  transform: rotate(180deg);
}

.ril__loadingCirclePoint:nth-of-type(13) {
  transform: rotate(360deg);
}

.ril__loadingCirclePoint:nth-of-type(7)::before,
.ril__loadingCirclePoint:nth-of-type(13)::before {
  animation-delay: 0ms;
}

.ril__loadingContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ril__imagePrev .ril__loadingContainer,
.ril__imageNext .ril__loadingContainer {
  display: none;
}

.ril__errorContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.ril__imagePrev .ril__errorContainer,
.ril__imageNext .ril__errorContainer {
  display: none;
}

.ril__loadingContainer__icon {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.video-outer {
  width: 100%;
  margin: 0 auto;
}

.video-inner {
  position: relative;
  padding-top: 56.25%;
}
.video-inner .react-player {
  position: absolute;
  top: 0;
  let: 0;
}

.video-counter {
  position: absolute;
  left: -10px;
  bottom: -25px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #E20074;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.video-counter strong {
  display: block;
  font-size: 1.4em;
}

.wysiwyg span, .wysiwyg p, .wysiwyg small, .wysiwyg strong {
  font-family: "Segoe UI Semilight", sans-serif !important;
  background-color: transparent !important;
}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  font-family: "Oswald", sans-serif !important;
  text-transform: uppercase !important;
  position: relative;
  padding: 0;
  margin: 0;
}
.wysiwyg h1 span, .wysiwyg h2 span, .wysiwyg h3 span, .wysiwyg h4 span, .wysiwyg h5 span, .wysiwyg h6 span {
  font-family: "Oswald", sans-serif !important;
  text-transform: uppercase !important;
}
.wysiwyg ul, .wysiwyg ol {
  padding-left: 25px;
}
.wysiwyg a:hover {
  color: #382253;
  text-decoration: none;
}

.spinner {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 40px auto;
}

.spinner div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #382253;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.spinner div:nth-child(1) {
  left: 8px;
  animation: spinner1 0.6s infinite;
}

.spinner div:nth-child(2) {
  left: 8px;
  animation: spinner2 0.6s infinite;
}

.spinner div:nth-child(3) {
  left: 32px;
  animation: spinner2 0.6s infinite;
}

.spinner div:nth-child(4) {
  left: 56px;
  animation: spinner3 0.6s infinite;
}

@keyframes spinner1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes spinner3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes spinner2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.section-page article > div {
  padding: 80px 25px 0 25px;
  width: 75%;
  margin: auto;
}
@media (max-width: 991.98px) {
  .section-page article > div {
    width: auto;
    padding: 40px 10px;
  }
}
.section-page aside {
  text-align: center;
  color: #382253;
  padding: 80px 25px 0 40px;
  font-size: 4.5em;
  font-family: "Oswald", sans-serif;
  line-height: 1em;
}
.section-page aside .number {
  z-index: 1;
  position: relative;
  font-size: 2.7em;
  margin-bottom: 3.5rem;
}
@media (max-width: 991.98px) {
  .section-page aside {
    display: none;
  }
}

section.service-section {
  position: relative;
  border-color: #382253;
  margin-top: 160px;
  padding-bottom: 40px;
}
section.service-section h3 {
  color: #382253;
}
section.service-section .wysiwyg {
  padding-top: 40px;
}
@media (max-width: 1199.98px) {
  section.service-section {
    margin-top: 80px;
  }
}

section.gallery-section {
  border-color: #E20074;
}
section.gallery-section h3 {
  text-align: right;
  right: 0;
  color: #E20074;
}
@media (max-width: 991.98px) {
  section.gallery-section h3 {
    padding-right: 25px;
  }
}
@media (max-width: 1199.98px) {
  section.gallery-section {
    margin-top: 40px;
  }
}
section.gallery-section .gallery-container {
  max-width: unset;
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 991.98px) {
  section.gallery-section .gallery-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.video-section {
  padding: 40px 0;
}
@media (min-width: 992px) {
  .video-section .content {
    position: relative;
    height: 100%;
    padding: 40px 0 0 40px;
  }
  .video-section .content:before {
    width: 40px;
    height: calc(100% + 200px);
    background-color: #E20074;
    position: absolute;
    left: 0;
    top: -80px;
    z-index: -1;
  }
}
.video-section h4 {
  padding: 0;
  margin-bottom: 25px;
  font-size: 2em;
  text-transform: uppercase;
  color: #382253;
}
@media (min-width: 992px) {
  .video-section h4 {
    font-size: 3.5em;
  }
}
.video-section p {
  padding-right: 40px;
}
@media (max-width: 991.98px) {
  .video-section p {
    padding-right: 0;
  }
}

section.demand-section {
  background-color: #382253;
  margin-top: 80px;
  margin-top: 0;
  padding: 120px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  section.demand-section {
    padding-bottom: 160px;
  }
}
section.demand-section .background-graphic {
  top: 0;
}
section.demand-section .background-graphic h2 {
  color: #FFFFFF;
  opacity: 0.03;
}
section.demand-section .content {
  padding: 25px 0 0 0;
}
section.demand-section h3 {
  position: unset;
  color: #FFFFFF;
  font-size: 4em;
  line-height: 1.2em;
  text-align: right;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  section.demand-section h3 {
    font-size: 3.5em;
    text-align: center;
  }
}
section.demand-section p {
  color: #FFFFFF;
  text-align: right;
}
@media (max-width: 991.98px) {
  section.demand-section p {
    text-align: center;
  }
}
section.demand-section .contact-form {
  height: 460px;
  position: relative;
}
@media (max-width: 991.98px) {
  section.demand-section .contact-form {
    height: auto;
  }
}
section.demand-section .contact-form .row {
  margin-right: -10px;
  margin-left: -10px;
}
section.demand-section .contact-form .row > div {
  padding: 0 10px;
}
section.demand-section .contact-form label {
  color: #FFFFFF;
  font-size: 1em;
}
section.demand-section .contact-form label svg {
  width: 20px;
  margin-left: 10px;
  margin-top: -2px;
}
@media (max-width: 991.98px) {
  section.demand-section .contact-form label {
    font-size: 1em;
  }
}
section.demand-section .contact-form textarea {
  height: 330px;
}
section.demand-section .contact-form .button-group {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 991.98px) {
  section.demand-section .contact-form .button-group {
    position: unset;
  }
}
section.demand-section .contact-form .progress-wrapper {
  position: absolute;
  bottom: 0;
  right: 250px;
  width: 100%;
}
@media (max-width: 991.98px) {
  section.demand-section .contact-form .progress-wrapper {
    display: none;
  }
}
section.demand-section .contact-form .progress {
  overflow: visible;
  height: 3px;
  background-color: #E20074;
  border-radius: 0;
}
section.demand-section .contact-form .progress-bar {
  background-color: transparent;
  position: relative;
  height: 35px;
  overflow: initial;
}
section.demand-section .contact-form .progress-bar:after {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #E20074;
  border-radius: 50%;
  right: 0;
  top: 50%;
  margin-top: -37px;
  z-index: 0;
  position: absolute;
}
section.demand-section .contact-form .progress-bar span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -37px;
}
section.demand-section .picker-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -10px 25px -10px;
}
section.demand-section .picker-wrapper > div {
  background-color: #FFFFFF;
  margin: 10px;
  padding: 25px 10px;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  flex-grow: 1;
  flex-shrink: 1;
}
section.demand-section .picker-wrapper > div.active, section.demand-section .picker-wrapper > div:hover {
  background-color: #E20074;
  color: #FFFFFF;
}

section.recommended-section {
  z-index: 0;
  position: relative;
  margin: 100px 0 0;
  border-color: #382253;
}
section.recommended-section .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
section.recommended-section h3 {
  text-align: left;
  color: #382253;
}
@media (max-width: 991.98px) {
  section.recommended-section h3 {
    padding-right: 25px;
  }
}

.news-item-page .news-item-section {
  border: 0;
}
@media (max-width: 991.98px) {
  .news-item-page .news-item-section {
    margin-top: 40px;
  }
}
.news-item-page section {
  margin-top: 120px;
}
@media (max-width: 991.98px) {
  .news-item-page section {
    margin-top: 120px;
  }
}
.news-item-page article > div {
  padding: 40px 25px;
  width: 75%;
  margin: auto;
}
@media (max-width: 991.98px) {
  .news-item-page article > div {
    width: auto;
    padding: 25px 10px;
  }
}
.news-item-page .news-items-wrapper {
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .news-item-page .news-items-wrapper {
    padding: 40px 0;
  }
}
.news-item-page .news-image-wrapper {
  width: 90%;
  margin-top: -40px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .news-item-page .news-image-wrapper {
    margin-top: 25px;
    width: 100%;
  }
}
.news-item-page .news-image-wrapper img {
  max-width: 100%;
  opacity: 0.9;
  transition: transform 0.3s;
}
.news-item-page .news-image-wrapper:hover {
  cursor: pointer;
}
.news-item-page .news-image-wrapper:hover img {
  opacity: 1;
  transform: scale(1.1);
  transition: transform 0.3s;
}

.news-list-page section {
  border: 0;
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  .news-list-page section {
    margin-top: 40px;
  }
}
.news-list-page .news-item {
  margin-bottom: 25px;
}
.news-list-page .load-more-wrapper {
  margin: 40px auto 120px auto;
  text-align: center;
}

.carousel-indicators {
  bottom: -40px;
  align-items: center;
}
.carousel-indicators li {
  background-color: #382253;
  height: 5px;
}
.carousel-indicators li.active {
  height: 8px;
}

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