@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Mulish:wght@200;300;400;500;600;700;800;900&family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;1,200;1,300;1,400;1,600;1,700;1,800&display=swap");
/*!
 * Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::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: Mulish, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #404040;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #bf0b93;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #5E0744;
  text-decoration: none;
}

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

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

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

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

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 540px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1250px) {
  .container {
    max-width: 1280px;
  }
}

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

@media (min-width: 540px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 760px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1250px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1280px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 540px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1250px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.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: 540px) {
  .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: 1250px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 540px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1250px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-gradient-primary {
  background: #007bff linear-gradient(180deg, rgb(38.25, 142.8, 255), #007bff) repeat-x !important;
}

.bg-gradient-secondary {
  background: #6c757d linear-gradient(180deg, rgb(130.05, 137.7, 144.5), #6c757d) repeat-x !important;
}

.bg-gradient-success {
  background: #28a745 linear-gradient(180deg, rgb(72.25, 180.2, 96.9), #28a745) repeat-x !important;
}

.bg-gradient-info {
  background: #17a2b8 linear-gradient(180deg, rgb(57.8, 175.95, 194.65), #17a2b8) repeat-x !important;
}

.bg-gradient-warning {
  background: #ffc107 linear-gradient(180deg, rgb(255, 202.3, 44.2), #ffc107) repeat-x !important;
}

.bg-gradient-danger {
  background: #dc3545 linear-gradient(180deg, rgb(225.25, 83.3, 96.9), #dc3545) repeat-x !important;
}

.bg-gradient-light {
  background: #f8f9fa linear-gradient(180deg, rgb(249.05, 249.9, 250.75), #f8f9fa) repeat-x !important;
}

.bg-gradient-dark {
  background: #343a40 linear-gradient(180deg, rgb(82.45, 87.55, 92.65), #343a40) repeat-x !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 540px) {
  .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: 1250px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

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

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

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

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 540px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1250px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

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

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

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

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

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 540px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1250px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 540px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1250px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Mulish, "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.984375rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Mulish, "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.984375rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

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

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

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

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

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

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  outline: 0;
}

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 540px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1250px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

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

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

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

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

@media (min-width: 540px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1250px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background: #f8f9fa linear-gradient(180deg, rgb(249.05, 249.9, 250.75), #f8f9fa) repeat-x;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background: #007bff linear-gradient(180deg, rgb(38.25, 142.8, 255), #007bff) repeat-x;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
  background-image: none;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/**
 * SVG Icons
 * ----------------------------------------------------------------------------
 */
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #5E0744;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #5E0744;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #5E0744;
  }
}
@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?63051751");
  src: url("../fonts/fontello.eot?63051751#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?63051751") format("woff2"), url("../fonts/fontello.woff?63051751") format("woff"), url("../fonts/fontello.ttf?63051751") format("truetype"), url("../fonts/fontello.svg?63051751#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "fontello";
    src: url("../fonts/fontello.svg?63051751#fontello") format("svg");
  }
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-link:before {
  content: "\e804";
} /* '' */
.icon-link-2:before {
  content: "\f07b";
} /* '' */
.icon-twitter:before {
  content: "\f099";
} /* '' */
.icon-linkedin:before {
  content: "\f0e1";
} /* '' */
.icon-twitter-squared:before {
  content: "\f304";
} /* '' */
.icon-linkedin-squared:before {
  content: "\f30c";
} /* '' */
.icon-youtube-play:before {
  content: "\f16a";
} /* '' */
.icon-star:before {
  content: "\e800";
} /* '' */
.icon-chart-line:before {
  content: "\f201";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
.icon-instagram-1:before {
  content: "\f31e";
} /* '' */
.icon-instagram-2:before {
  content: "\f32d";
} /* '' */
.animate {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

.heading1 {
  font-weight: 700;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  font-weight: normal;
  color: #5E0744;
  font-size: 48px;
  line-height: 1.14;
}
@media (max-width: 991.98px) {
  .heading1 {
    font-size: 36px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .heading1 {
    font-size: 24px;
    line-height: 1.14;
  }
}

.heading2 {
  font-weight: 700;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  font-weight: normal;
  color: #5E0744;
  font-size: 48px;
  line-height: 1.14;
}
@media (max-width: 1249.98px) {
  .heading2 {
    font-size: 42px;
    line-height: 1.14;
  }
}
@media (max-width: 991.98px) {
  .heading2 {
    font-size: 36px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .heading2 {
    font-size: 24px;
    line-height: 1.14;
  }
}

.heading3 {
  font-weight: 700;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  font-weight: normal;
  color: #5E0744;
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 1249.98px) {
  .heading3 {
    font-size: 30px;
    line-height: 1.14;
  }
}
@media (max-width: 991.98px) {
  .heading3 {
    font-size: 24px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .heading3 {
    font-size: 21px;
    line-height: 1.14;
  }
}

.heading4 {
  font-weight: 700;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  font-weight: normal;
  color: #5E0744;
  font-size: 24px;
  line-height: 1.14;
}
@media (max-width: 1249.98px) {
  .heading4 {
    font-size: 21px;
    line-height: 1.14;
  }
}
@media (max-width: 991.98px) {
  .heading4 {
    font-size: 18px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .heading4 {
    font-size: 16px;
    line-height: 1.14;
  }
}

.uc {
  text-transform: uppercase;
}

.highlighted {
  font-size: 21px;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 30px;
  font-style: italic;
}
@media (max-width: 991.98px) {
  .highlighted {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .highlighted {
    font-size: 0.925rem;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page-loader {
  position: fixed;
  background-color: white;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
}
.page-loader .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.page-loader .loader svg path, .page-loader .loader svg rect {
  fill: #5E0744;
}

.entry-content p {
  margin: 0 0 25px;
}
.entry-content h2 {
  font-size: 30px;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 30px;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
}
.entry-content h3 {
  font-size: 24px;
  line-height: 1.3;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  color: #5E0744;
  padding: 0;
  margin: 0 0 20px;
}
.entry-content h4 {
  font-size: 18px;
  line-height: 1.4;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  margin: 0 0 10px;
  padding: 0;
}
.entry-content ul, .entry-content ol {
  margin: 0 0 30px;
  padding: 0 0 0 25px;
}
.entry-content ul li, .entry-content ol li {
  margin: 0 0 15px;
  padding-left: 5px;
}
.entry-content .highlighted-list {
  margin: 0 0 60px;
  padding: 0;
  list-style: none;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.entry-content .highlighted-list li {
  margin: 0 0 15px;
  padding: 15px 20px;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 8px 12px 0 rgba(7, 7, 66, 0.15);
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content .heading2 {
  font-weight: 700;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  font-weight: normal;
  color: #5E0744;
  font-size: 48px;
  line-height: 1.14;
}
@media (max-width: 1249.98px) {
  .entry-content .heading2 {
    font-size: 42px;
    line-height: 1.14;
  }
}
@media (max-width: 991.98px) {
  .entry-content .heading2 {
    font-size: 36px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .entry-content .heading2 {
    font-size: 24px;
    line-height: 1.14;
  }
}
.entry-content .heading3 {
  font-weight: 700;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  font-weight: normal;
  color: #5E0744;
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 1249.98px) {
  .entry-content .heading3 {
    font-size: 30px;
    line-height: 1.14;
  }
}
@media (max-width: 991.98px) {
  .entry-content .heading3 {
    font-size: 24px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .entry-content .heading3 {
    font-size: 21px;
    line-height: 1.14;
  }
}
.entry-content .heading4 {
  font-weight: 700;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  font-weight: normal;
  color: #5E0744;
  font-size: 24px;
  line-height: 1.14;
}
@media (max-width: 1249.98px) {
  .entry-content .heading4 {
    font-size: 21px;
    line-height: 1.14;
  }
}
@media (max-width: 991.98px) {
  .entry-content .heading4 {
    font-size: 18px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .entry-content .heading4 {
    font-size: 16px;
    line-height: 1.14;
  }
}
.entry-content table {
  width: 100%;
  margin: 30px 0;
  font-size: 0.925em;
  line-height: 1.4;
}
.entry-content table tr {
  vertical-align: top;
}
.entry-content table th, .entry-content table td {
  padding: 15px;
  border: 1px solid #ddd;
}
.entry-content table thead tr {
  background-color: #F0F8FF;
  font-weight: 700;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  font-size: 0.875em;
}
.entry-content table tbody tr:nth-child(even) {
  background-color: #F9F7F7;
}
@media (max-width: 991.98px) {
  .entry-content h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  .entry-content h3 {
    font-size: 21px;
    line-height: 1.3;
  }
  .entry-content h3.overlay-line {
    margin-top: 40px;
    padding-top: 15px;
  }
  .entry-content h4 {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 767.98px) {
  .entry-content h2 {
    font-size: 21px;
    line-height: 1.4;
  }
  .entry-content h3 {
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 20px;
  }
  .entry-content h3.overlay-line {
    margin-top: 40px;
  }
  .entry-content h4 {
    font-size: 14px;
    line-height: 1.4;
  }
  .entry-content .block-list {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 -5px 30px;
  }
  .entry-content .block-list li {
    width: calc(50% - 14px) !important;
    padding: 15px 15px 30px;
    margin: 0 7px 14px;
    min-height: 80px;
    font-size: 14px;
    line-height: 1.5;
    box-shadow: 4px 4px 0 0 #efefef;
  }
}
@media (max-width: 539.98px) {
  .entry-content .block-list {
    margin: 0 0 30px;
  }
  .entry-content .block-list li {
    width: 100% !important;
    padding: 15px 15px 30px;
    margin: 0 0 14px;
    min-height: 0;
  }
}

.list-lower-roman {
  list-style-type: lower-roman;
}

.list-lower-alpha {
  list-style-type: lower-alpha;
}
.list-lower-alpha ul, .list-lower-alpha ol {
  list-style-type: lower-roman;
}

.wp-block-quote, blockquote {
  border-left: 15px solid #cdee50;
  margin: 40px 0;
  padding-left: 30px;
  font-weight: normal;
}
.wp-block-quote p, blockquote p {
  margin: 0 0 10px;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  font-size: 24px;
  line-height: 1.4;
}
.wp-block-quote cite, blockquote cite {
  font-weight: normal;
}
@media (max-width: 991.98px) {
  .wp-block-quote, blockquote {
    border-width: 12px;
    margin: 30px 0;
    padding-left: 24px;
  }
  .wp-block-quote p, blockquote p {
    font-size: 21px;
    line-height: 1.4;
  }
}
@media (max-width: 767.98px) {
  .wp-block-quote, blockquote {
    border-width: 10px;
    margin: 30px 0;
    padding-left: 20px;
  }
  .wp-block-quote p, blockquote p {
    font-size: 18px;
    line-height: 1.4;
  }
}

.list-three-columns::after {
  display: block;
  clear: both;
  content: "";
}
.list-three-columns li {
  float: left;
  width: 33.3333333333%;
  padding-right: 20px;
}
.list-three-columns li:nth-child(3n+1) {
  clear: left;
}

/**
 * C O N T A C T   F O R M    S T Y L E
 * ----------------------------------------------------------------------------
 */
.custom-form1 .ajax-msg {
  font-weight: 700;
  font-style: italic;
}
.custom-form1 .ajax-msg.alert-error, .custom-form1 .ajax-msg.msg-success {
  margin-bottom: 20px;
  font-size: 16px;
}
.custom-form1 .ajax-msg.alert-error {
  color: #de4b33;
}
.custom-form1 .ajax-msg.hidden {
  display: none;
}
.custom-form1 .required {
  color: #de4b33;
  padding-left: 2px;
}
.custom-form1 .field-group {
  position: relative;
  margin-bottom: 40px;
}
.custom-form1 .field-group label {
  display: block;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: #777;
}
.custom-form1 .field-group label.hidden {
  display: none;
}
.custom-form1 .field-group .instructions {
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
  margin: 0 0 10px;
}
.custom-form1 .field-group .field-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  color: #404040;
  background: transparent;
  font-size: 14px;
  line-height: 1.5;
}
.custom-form1 .field-group .field-input::-moz-placeholder {
  font-style: normal;
  color: #bbb;
  opacity: 1;
}
.custom-form1 .field-group .field-input:-ms-input-placeholder {
  color: #bbb;
}
.custom-form1 .field-group .field-input::-webkit-input-placeholder {
  color: #bbb;
}
.custom-form1 .field-group .field-input {
  line-height: 1;
  padding: 8px 0;
  outline: none;
}
.custom-form1 .field-group .field-input.has-error {
  border-color: #de4b33;
}
.custom-form1 .field-group select {
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 8px 32px 10px 0;
  height: 40px;
  cursor: pointer;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: url(../images/arrow-toggle.png) no-repeat right 6px center !important;
  background-size: 16px 8px !important;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.custom-form1 .field-group select:invalid {
  color: #999;
}
.custom-form1 .field-group select:focus {
  border-color: #666;
}
.custom-form1 .field-group .field-textarea {
  min-height: 70px;
  line-height: 1.3;
  resize: none;
  border: 1px solid #d5d5d5;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.custom-form1 .field-group .field-input-error {
  border-color: #de4b33;
}

.footnotes {
  font-size: 12px;
  line-height: 1.4;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
a {
  font-weight: 600;
}

.link-style {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
}

.quick-links {
  border: 10px solid #efefef;
  padding: 25px 20px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}
.quick-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.quick-links ul li {
  margin: 0 0 20px;
}
.quick-links ul li:last-child {
  margin: 0;
}

.members-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  flex-direction: row;
}
.members-list .member {
  width: calc(25% - 30px);
}
.members-list .member h3 {
  margin: 0 0 5px;
  color: #5E0744;
}
.members-list .member__image {
  background: #efefef;
}
.members-list .member__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 56.3636364%;
  display: block;
}
.members-list .member__title {
  font-style: italic;
  margin: 0 0 20px;
}
.members-list .member__header {
  padding: 15px 15px 60px;
  position: relative;
}
.members-list .member .read-more {
  font-size: 12px;
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.members-list .member__content {
  border-top: 2px dotted #ccc;
  padding: 20px 15px;
  display: none;
}
.members-list .member__content p:last-child {
  margin-bottom: 0 !important;
}
.members-list .member:first-child .member__content {
  display: block;
}

.members-list-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  flex-direction: row;
}
.members-list-1 .member {
  width: calc(20% - 24px);
  margin-bottom: 10px;
}
.members-list-1 .member h3 {
  margin: 0;
  color: #5E0744;
  font-size: 16px;
}
.members-list-1 .member__image {
  background: #efefef;
}
.members-list-1 .member__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 120%;
  display: block;
}
.members-list-1 .member__title {
  font-style: italic;
  font-size: 14px;
  line-height: 1.4;
}
.members-list-1 .member__header {
  padding: 10px 15px 0 0;
  position: relative;
}
.members-list-1 .member .read-more {
  font-size: 12px;
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.members-list-1 .member__content {
  padding: 20px 15px;
  display: none;
}
.members-list-1 .member__content p:last-child {
  margin-bottom: 0 !important;
}
.members-list-1 .member:first-child .member__content {
  display: block;
}

.faq {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.faq__categories {
  width: 25%;
}
.faq__categories ul {
  background: #fff;
  margin: 0;
  padding: 20px;
  border: 10px solid #f6f4f2;
  font-size: 16px;
  line-height: 1.4;
}
.faq__categories ul li {
  list-style: none;
  margin: 0 0 10px;
  padding-left: 20px;
  position: relative;
}
.faq__categories ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: #9b5db2;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.faq__categories ul li:first-child {
  font-weight: 600;
  color: #5E0744;
}
.faq__categories ul li:first-child::before {
  background: #5E0744;
}
.faq__categories ul li:last-child {
  margin-bottom: 0;
}
.faq__sections {
  width: calc(75% - 60px);
}
.faq__sections .faq-section {
  margin: 0 0 60px;
  border-top: 1px solid #d3cecd;
  padding: 10px 0 0 !important;
}
.faq__sections .faq-section h3 {
  color: #5E0744;
}
.faq__sections .faq-section:last-child {
  margin: 0;
}
.faq__sections .faq-list {
  font-size: 16px;
  line-height: 1.4;
}
.faq__sections .faq-list .item {
  margin: 0 0 30px;
}
.faq__sections .faq-list .item__header, .faq__sections .faq-list .item__content {
  padding-left: 20px;
}
.faq__sections .faq-list .item__header {
  position: relative;
}
.faq__sections .faq-list .item__header::before, .faq__sections .faq-list .item__header::after {
  content: "";
  position: absolute;
  background: #5E0744;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.3s linear;
}
.faq__sections .faq-list .item__header::before {
  width: 10px;
  height: 2px;
  left: 0;
  top: 10px;
}
.faq__sections .faq-list .item__header::after {
  width: 2px;
  height: 10px;
  left: 4px;
  top: 6px;
}
.faq__sections .faq-list .item__header h4 {
  color: #5E0744;
}
.faq__sections .faq-list .item__content {
  display: none;
}
.faq__sections .faq-list .item:first-child .item__header::after {
  transform: rotate(90deg);
}
.faq__sections .faq-list .item:first-child .item__content {
  display: block;
}

.story-callout {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  position: relative;
}
.story-callout::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  background-repeat: repeat-x;
  background-image: linear-gradient(45deg, rgba(94, 7, 68, 0.6), rgba(155, 93, 178, 0.3));
}
.story-callout .content {
  position: relative;
  z-index: 2;
  width: 740px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.story-callout .quote {
  font-size: 36px;
  line-height: 1.4;
  color: #fff;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  padding: 80px 80px 120px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.story-callout .more {
  color: #cdee50;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 900;
  padding: 60px 80px 60px 0;
}

@-webkit-keyframes animateFigureDots {
  from {
    right: 50px;
    top: 50px;
    opacity: 0;
  }
  to {
    right: 0;
    top: 0;
    opacity: 1;
  }
}
@keyframes animateFigureDots {
  from {
    right: 50px;
    top: 50px;
    opacity: 0;
  }
  to {
    right: 0;
    top: 0;
    opacity: 1;
  }
}
.animateFigureDots {
  -webkit-animation-name: animateFigureDots;
  animation-name: animateFigureDots;
}

@-webkit-keyframes animateFigureSolid {
  from {
    left: 50px;
    bottom: 50px;
    opacity: 0;
  }
  to {
    left: 0;
    bottom: 0;
    opacity: 1;
  }
}
@keyframes animateFigureSolid {
  from {
    left: 50px;
    bottom: 50px;
    opacity: 0;
  }
  to {
    left: 0;
    bottom: 0;
    opacity: 1;
  }
}
.animateFigureSolid {
  -webkit-animation-name: animateFigureSolid;
  animation-name: animateFigureSolid;
}

.figure {
  padding: 50px;
  position: relative;
}
.figure .before, .figure .after {
  position: absolute;
  z-index: -1;
  width: 50%;
  height: 50%;
}
.figure .before {
  right: 0;
  top: 0;
  background: url(../img/dots-pink.png) no-repeat right top;
  background-size: 210px;
}
.figure .after {
  left: 0;
  bottom: 0;
  background: #4d075e;
}
.figure img {
  z-index: 2;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1249.98px) {
  .figure {
    padding: 40px;
  }
  .figure .before {
    background-size: 180px;
  }
}
@media (max-width: 991.98px) {
  .figure {
    padding: 30px;
  }
  .figure .before {
    background-size: 120px;
  }
}
@media (max-width: 767.98px) {
  .figure {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
  }
  .figure .before {
    background-size: 120px;
  }
}

.upcoming-events {
  background: #fafafa;
}
.upcoming-events h2 {
  text-align: center;
}
.upcoming-events .upcoming-events-list {
  display: flex;
  gap: 45px;
}
.upcoming-events .upcoming-events-list .item {
  background: #fff;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  padding: 30px;
  width: calc(33.3333333333% - 30px);
}
.upcoming-events .upcoming-events-list .item h4 {
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #5E0744;
}
.upcoming-events .upcoming-events-list .item .content {
  font-size: 14px;
  line-height: 1.3;
}

.homepage-stats {
  position: relative;
}
.homepage-stats h3 {
  font-size: 36px;
  line-height: 1.1;
  margin: 0 0 80px;
  max-width: 830px;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
}
.homepage-stats h3 span {
  text-decoration: none;
  background-image: linear-gradient(#5E0744, #5E0744);
  background-position: 0 90%;
  background-repeat: repeat-x;
  background-size: 6px 6px;
}
.homepage-stats .stats {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.homepage-stats .stats .item {
  width: calc(25% - 30px);
  text-align: center;
}
.homepage-stats .stats .item__value {
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  font-size: 64px;
  line-height: 1;
  margin: 0 0 10px;
  font-weight: 900;
  color: #4d075e;
}
.homepage-stats .stats .item__text {
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .homepage-stats h3 {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 40px;
  }
  .homepage-stats .stats {
    flex-wrap: wrap;
  }
  .homepage-stats .stats .item {
    width: 100%;
    margin: 0 0 30px;
  }
  .homepage-stats .stats .item__value {
    margin: 0 0 5px;
  }
}

.homepage-stats-1 {
  position: relative;
}
.homepage-stats-1 h3 {
  font-size: 36px;
  line-height: 1.1;
  margin: 0 0 50px;
  max-width: 830px;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  color: #5E0744;
}
.homepage-stats-1 h3 span {
  text-decoration: none;
  background-image: linear-gradient(#5E0744, #5E0744);
  background-position: 0 90%;
  background-repeat: repeat-x;
  background-size: 6px 6px;
}
.homepage-stats-1 .stats {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.homepage-stats-1 .stats .item {
  width: calc(25% - 15px);
  background: #f6f4f2;
  padding: 50px 20px;
  text-align: center;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.homepage-stats-1 .stats .item__value {
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  font-size: 64px;
  line-height: 1;
  margin: 0 0 10px;
  font-weight: 900;
  color: #4d075e;
}
.homepage-stats-1 .stats .item__text {
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .homepage-stats-1 h3 {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 40px;
  }
  .homepage-stats-1 .stats {
    flex-wrap: wrap;
  }
  .homepage-stats-1 .stats .item {
    width: 100%;
    margin: 0 0 30px;
  }
  .homepage-stats-1 .stats .item__value {
    margin: 0 0 5px;
  }
}

.homepage-stats-2 {
  position: relative;
}
.homepage-stats-2 .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
.homepage-stats-2 .header {
  width: calc(33.3333333333% - 40px);
}
.homepage-stats-2 .header h4 {
  font-size: 14px;
  line-height: 1;
  margin: 0 0 30px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.homepage-stats-2 .header p {
  font-size: 16px;
}
.homepage-stats-2 h3 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 20px;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
}
.homepage-stats-2 .stats {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  width: calc(66.6666666667% - 40px);
}
.homepage-stats-2 .stats .item {
  width: calc(50% - 20px);
  background: #f6f4f2;
  padding: 50px 20px;
  text-align: center;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.homepage-stats-2 .stats .item__value {
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  font-size: 64px;
  line-height: 1;
  margin: 0 0 10px;
  font-weight: 900;
  color: #4d075e;
}
.homepage-stats-2 .stats .item__text {
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .homepage-stats-2 h3 {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 40px;
  }
  .homepage-stats-2 .stats {
    flex-wrap: wrap;
  }
  .homepage-stats-2 .stats .item {
    width: 100%;
    margin: 0 0 30px;
  }
  .homepage-stats-2 .stats .item__value {
    margin: 0 0 5px;
  }
}

.national-parks .item {
  width: calc(100vw - (50vw - 50%));
  margin-right: calc(-50vw + 50%);
  padding-right: calc(100vw - (50vw + 50%));
  position: relative;
  height: 560px;
  padding: 100px 0 0;
  margin: 0 0 60px;
}
.national-parks .item__image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: calc(100% - 300px);
  z-index: -1;
}
.national-parks .item__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.national-parks .item__content {
  position: relative;
  width: 500px;
  height: 360px;
  background: #fff;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.15);
  padding: 40px;
}
.national-parks .item__content h3 {
  color: #5E0744;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  font-size: 36px;
  line-height: 1;
  margin: 0 0 20px;
}
.national-parks .item .link-btn__neon {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.national-parks .item__right {
  margin-left: calc(-50vw + 50%);
  padding-left: calc(100vw - (50vw + 50%));
}
.national-parks .item__right .item__image {
  right: auto;
  left: 0;
}
.national-parks .item__right .item__content {
  float: right;
}
.national-parks__slider .item {
  margin: 0;
}
.national-parks__grid {
  padding-bottom: 60px;
  background: #efefef;
}
.national-parks__grid h2 {
  margin: 0 0 40px;
}
.national-parks__grid .item {
  position: relative;
  margin: 0 0 80px;
}
.national-parks__grid .item__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 75%;
  display: block;
  margin: 0;
}
.national-parks__grid .item__content {
  padding: 20px;
  background: #fff;
  height: 260px;
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.4;
}
.national-parks__grid .item__content h3 {
  color: #5E0744;
  font-family: Allura;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  margin: 0 0 10px;
}
.national-parks__grid .item__link {
  position: absolute;
  bottom: -20px;
  left: 20px;
}
.national-parks__grid .item__link a {
  display: inline-block;
  background: #5E0744;
  padding: 10px 20px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .national-parks .item {
    height: 360px;
    padding: 60px 0 0;
    margin: 0 0 60px;
  }
  .national-parks .item__image {
    width: calc(100% - 200px);
  }
  .national-parks .item__content {
    width: 460px;
    height: 240px;
    background: #fff;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.15);
    padding: 25px;
    font-size: 16px;
    line-height: 1.4;
  }
  .national-parks .item__content h3 {
    font-size: 36px;
    line-height: 1;
  }
  .national-parks .item__link {
    bottom: 20px;
    left: 20px;
  }
  .national-parks .item__link a {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }
  .national-parks__slider .item {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .national-parks .item {
    height: auto;
    padding: 0;
    margin-bottom: 0;
    margin-left: -20px;
    margin-right: -20px;
    width: 100vw;
  }
  .national-parks .item__image {
    width: 100%;
    position: static;
  }
  .national-parks .item__image figure {
    background-size: cover;
    -ms-behavior: url(/css/backgroundsize.min.htc);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    width: 100%;
    padding-top: 56.3636364%;
    display: block;
  }
  .national-parks .item__content {
    width: 100%;
    height: auto;
    box-shadow: none;
    padding: 25px 20px 40px;
    font-size: 16px;
    line-height: 1.4;
  }
  .national-parks .item__content h3 {
    font-size: 36px;
    line-height: 1;
  }
  .national-parks .item__link {
    margin: 20px 0 0;
    position: static;
    bottom: auto;
    left: auto;
  }
  .national-parks .item__link a {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }
  .national-parks__slider .item {
    /*margin: 0;*/
  }
  .national-parks__grid {
    padding-bottom: 0;
  }
  .national-parks__grid h2 {
    margin: 0 0 30px;
  }
  .national-parks__grid .item {
    margin: 0 0 50px;
  }
  .national-parks__grid .item__content {
    padding-bottom: 50px;
    height: auto;
    font-size: 14px;
    line-height: 1.4;
  }
  .national-parks__grid .item__content h3 {
    font-size: 30px;
    line-height: 1;
  }
  .national-parks__grid .item__link {
    bottom: -18px;
  }
  .national-parks__grid .item__link a {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }
}

.page-block-1 .heading2 {
  max-width: 800px;
  margin: 0 0 40px;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  font-size: 48px;
  font-weight: normal;
  color: #bf0b93;
}
.page-block-1 .content {
  padding-left: 240px;
}

.page-block-2 {
  background: rgba(115, 166, 221, 0.15);
}
.page-block-2 .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 40px;
}
.page-block-2 .header .heading2 {
  width: 70%;
  margin: 0 0 40px;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  font-size: 36px;
  font-weight: normal;
  color: #4d075e;
}
.page-block-2 .header .image {
  width: 20%;
}
.page-block-2 .header .image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 100%;
  display: block;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.page-block-2 .content {
  padding-left: 240px;
}

.our-team-1 .item {
  width: calc(100vw - (50vw - 50%));
  margin-right: calc(-50vw + 50%);
  padding-right: calc(100vw - (50vw + 50%));
  position: relative;
  min-height: 320px;
}
.our-team-1 .item__team {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: calc(100% - 400px);
  display: flex;
  gap: 6px;
}
.our-team-1 .item__team .member {
  width: calc(33.3333333333% - 4px);
}
.our-team-1 .item__team .member h3 {
  font-size: 18px;
  line-height: 1.4;
  color: #5E0744;
  margin: 0;
}
.our-team-1 .item__team .member__title {
  font-size: 16px;
  font-style: italic;
}
.our-team-1 .item__team .member__info {
  padding: 15px 20px;
}
.our-team-1 .item__team figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  height: 100%;
}
.our-team-1 .item__content {
  position: relative;
  width: 300px;
  font-size: 16px;
  line-height: 1.5;
}
.our-team-1 .item__content h2 {
  color: #5E0744;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  font-size: 48px;
  line-height: 1;
  margin: 0 0 20px;
}

.page-block-3.bg {
  background: #E3FEFE;
}
.page-block-3 {
  padding: 90px 0 110px !important;
}
.page-block-3 .icon-items {
  display: flex;
  gap: 60px;
  margin: 0 0 140px;
}
.page-block-3 .icon-items .item {
  width: calc(33.3333333333% - 40px);
}
.page-block-3 .icon-items .item__icon {
  margin: 0 0 20px;
}
.page-block-3 .icon-items .item__icon img {
  max-width: 96px;
  height: auto;
}
.page-block-3 .icon-items .item h3 span {
  display: block;
  font-size: 14px;
  line-height: 1.4;
}
.page-block-3 .icon-items .item p {
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 30px;
}
.page-block-3 .two-sections {
  display: flex;
  gap: 120px;
}
.page-block-3 .two-sections .section {
  width: calc(50% - 60px);
}
.page-block-3 .two-sections .section__left {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
}
.page-block-3 .two-sections .section__right h3 {
  color: #bf0b93;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 20px;
}
.page-block-3 .two-sections .section__right .items {
  margin-top: 60px;
}
.page-block-3 .two-sections .section__right .items .item {
  padding-left: 30%;
  position: relative;
  margin: 0 0 20px;
}
.page-block-3 .two-sections .section__right .items .item:last-child {
  margin: 0;
}
.page-block-3 .two-sections .section__right .items .item figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 40%;
  display: block;
}
.page-block-3 .two-sections .section__right .items .item__info {
  position: absolute;
  left: 0;
  top: 10px;
  width: 60%;
}
.page-block-3 .two-sections .section__right .items .item__info .date {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 10px;
}
.page-block-3 .two-sections .section__right .items .item__info .location {
  font-size: 14px;
  line-height: 1.2;
  margin: 30px 0 0;
  font-style: italic;
  max-width: 30%;
}
.page-block-3 .two-sections .section__right .items .item__info h4 {
  font-size: 21px;
  line-height: 1.4;
}
.page-block-3 .two-sections .section__right .items .item__info h4 span {
  background: #4d075e;
  color: #fff;
}

.section-block-4 h2 {
  margin: 0 0 20px;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  color: #5E0744;
  font-size: 48px;
  line-height: 1.2;
  width: calc(100% - 300px);
}
.section-block-4 .header {
  padding-bottom: 80px;
  position: relative;
  padding-right: 300px;
}
.section-block-4 .header p {
  font-size: 21px;
  line-height: 1.4;
  font-style: italic;
}
.section-block-4 .header::before, .section-block-4 .header::after {
  position: absolute;
  content: "";
  width: 70px;
  background: #F2F3F2;
}
.section-block-4 .header::before {
  right: 140px;
  bottom: -80px;
  top: 80px;
}
.section-block-4 .header::after {
  right: 0;
  bottom: -80px;
  top: 0;
}
.section-block-4 .content {
  position: relative;
  padding: 80px 0 120px;
}
.section-block-4 .content__image {
  margin: 0 -60px;
}
.section-block-4 .content__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 56.3636364%;
  display: block;
}
.section-block-4 .content .item {
  position: absolute;
}
.section-block-4 .content .item::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 24px;
  top: 0;
  left: 30px;
}
.section-block-4 .content .item h4 {
  font-size: 14px;
  line-height: 1;
  margin: 0 0 30px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.section-block-4 .content .item h3 {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 10px;
}
.section-block-4 .content .item p {
  font-size: 16px;
  line-height: 1.5;
}
.section-block-4 .content .item__1 {
  left: 0;
  top: 0;
  background-color: #5E0744;
  color: #fff;
}
.section-block-4 .content .item__1::before {
  background-color: #cdee50;
}
.section-block-4 .content .item__2 {
  left: 360px;
  top: 0;
  background-color: #cdee50;
}
.section-block-4 .content .item__2::before {
  background-color: #5E0744;
}
.section-block-4 .content .item__1, .section-block-4 .content .item__2 {
  width: 320px;
  height: 240px;
  padding: 50px 30px 30px;
}
.section-block-4 .content .item__3 {
  right: 0;
  bottom: 0;
  width: 480px;
  height: 360px;
  background: #252A34;
  padding: 60px 40px 40px;
  color: #fff;
}
.section-block-4 .content .item__3::before {
  background-color: #fff;
  left: 40px;
}

.section-resources-1 h2 {
  margin: 0 0 20px;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  color: #5E0744;
  font-size: 36px;
  line-height: 1.2;
  width: calc(100% - 300px);
}
.section-resources-1 .header {
  padding-bottom: 40px;
  position: relative;
}
.section-resources-1 .header::before, .section-resources-1 .header::after {
  position: absolute;
  content: "";
  width: 50px;
  background: #F2F3F2;
}
.section-resources-1 .header::before {
  right: 100px;
  bottom: 0px;
  top: 60px;
}
.section-resources-1 .header::after {
  right: 0;
  bottom: 0px;
  top: 0;
}
.section-resources-1 .header h4 {
  font-size: 14px;
  line-height: 1;
  margin: 0 0 30px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.section-resources-1 .wrapper {
  display: flex;
  gap: 50px;
}
.section-resources-1 .wrapper .section__left, .section-resources-1 .wrapper .section__right {
  width: calc(50% - 25px);
}
.section-resources-1 .wrapper .section__left .item__image {
  margin: 0 0 10px;
}
.section-resources-1 .wrapper .section__left .item__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 56.3636364%;
  display: block;
}
.section-resources-1 .wrapper .section__left .item h3 {
  font-size: 30px;
  line-height: 1.2;
}
.section-resources-1 .wrapper .section__left .item p {
  font-size: 16px;
  line-height: 1.5;
}
.section-resources-1 .wrapper .section__right .items {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.section-resources-1 .wrapper .section__right .items .item {
  width: calc(50% - 25px);
}
.section-resources-1 .wrapper .section__right .items .item__image {
  margin: 0 0 10px;
}
.section-resources-1 .wrapper .section__right .items .item__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 56.3636364%;
  display: block;
}
.section-resources-1 .wrapper .section__right .items .item h3 {
  font-size: 18px;
  line-height: 1.2;
}

.two-column-content .wrapper {
  display: flex;
  gap: 60px;
}
.two-column-content .wrapper .sidebar {
  width: calc(30% - 30px);
}
.two-column-content .wrapper .sidebar .navigation {
  background-color: #cdee50;
  position: relative;
  padding: 50px 30px 30px;
}
.two-column-content .wrapper .sidebar .navigation::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 24px;
  top: 0;
  left: 30px;
  background-color: #252A34;
  background-color: #08D9D6;
}
.two-column-content .wrapper .sidebar .navigation h4 {
  font-size: 14px;
  line-height: 1;
  margin: 0 0 30px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.two-column-content .wrapper .sidebar .navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.5;
}
.two-column-content .wrapper .sidebar .navigation ul li {
  margin: 0 0 15px;
}
.two-column-content .wrapper .sidebar .navigation ul li:last-child {
  margin: 0;
}
.two-column-content .wrapper .sidebar .navigation ul li:nth-child(3) {
  font-weight: 700;
}
.two-column-content .wrapper .content {
  width: calc(70% - 30px);
}

.page-section {
  padding: 80px 0 90px;
}
@media (max-width: 1249.98px) {
  .page-section {
    padding: 60px 0 70px;
  }
}
@media (max-width: 991.98px) {
  .page-section {
    padding: 50px 0 60px;
  }
}
@media (max-width: 767.98px) {
  .page-section {
    padding: 40px 0 40px;
  }
}
.page-section__header {
  padding: 20px 300px 30px 0;
  position: relative;
  margin: 0;
  border-bottom: 4px solid #bf0b93;
}
.page-section__header::before, .page-section__header::after {
  position: absolute;
  content: "";
  width: 70px;
  background: #F2F3F2;
  z-index: -1;
}
.page-section__header::before {
  right: 140px;
  bottom: 0;
  top: 80px;
}
.page-section__header::after {
  right: 0;
  bottom: 0px;
  top: 0;
}
.page-section__header .highlighted {
  font-style: italic;
}
.page-section__header p:last-child {
  margin: 0;
}
.page-section__header.md {
  padding: 20px 210px 20px 0;
}
.page-section__header.md::before, .page-section__header.md::after {
  width: 60px;
}
.page-section__header.md::before {
  right: 120px;
  bottom: 0;
  top: 80px;
}
.page-section__header.md::after {
  right: 0;
  bottom: 0px;
  top: 0;
}
@media (max-width: 1249.98px) {
  .page-section__header {
    padding-right: 220px;
  }
  .page-section__header.events-header {
    padding-right: 180px;
  }
  .page-section__header.events-header p {
    padding-right: 40px;
  }
  .page-section__header::before, .page-section__header::after {
    width: 60px;
  }
  .page-section__header::before {
    right: 120px;
  }
  .page-section__header.md {
    padding: 20px 180px 20px 0;
  }
  .page-section__header.md::before, .page-section__header.md::after {
    width: 50px;
  }
  .page-section__header.md::before {
    right: 100px;
    top: 60px;
  }
}
@media (max-width: 991.98px) {
  .page-section__header {
    padding-right: 220px;
  }
  .page-section__header.events-header {
    padding-right: 0;
  }
  .page-section__header.events-header p {
    padding-right: 40px;
  }
  .page-section__header {
    padding-bottom: 20px;
  }
  .page-section__header::before, .page-section__header::after {
    width: 50px;
  }
  .page-section__header::before {
    right: 100px;
    top: 50px;
  }
  .page-section__header.md {
    padding: 20px 150px 20px 0;
  }
  .page-section__header.md::before, .page-section__header.md::after {
    width: 40px;
  }
  .page-section__header.md::before {
    right: 80px;
  }
}
@media (max-width: 767.98px) {
  .page-section__header {
    padding-right: 0;
  }
  .page-section__header.md {
    padding-right: 0;
  }
}
.page-section__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 50px 0 0;
}
.page-section__sidebar {
  width: 25%;
}
.page-section__sidebar .widget {
  background-color: #cdee50;
  position: relative;
  padding: 50px 20px 30px;
}
.page-section__sidebar .widget::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 24px;
  top: 0;
  left: 20px;
  background-color: #5E0744;
}
.page-section__sidebar .widget h4 {
  margin: 0 0 30px;
  color: #bf0b93;
}
.page-section__sidebar .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.5;
}
.page-section__sidebar .widget ul li {
  margin: 0 0 15px;
}
.page-section__sidebar .widget ul li:last-child {
  margin: 0;
}
.page-section__sidebar .widget ul li a {
  color: #000;
}
.page-section__sidebar .widget ul li.active a {
  color: #bf0b93;
}
.page-section__content {
  width: calc(75% - 40px);
}
@media (max-width: 1249.98px) {
  .page-section__wrapper {
    padding: 40px 0 0;
    gap: 30px;
  }
  .page-section__sidebar {
    width: calc(33.3333333333% - 15px);
  }
  .page-section__content {
    width: calc(66.6666666667% - 15px);
  }
}
@media (max-width: 991.98px) {
  .page-section__wrapper {
    padding-top: 30px;
  }
  .page-section__sidebar .widget {
    padding: 40px 15px 20px;
  }
  .page-section__sidebar .widget::before {
    left: 15px;
  }
  .page-section__sidebar .widget h4 {
    margin: 0 0 20px;
  }
  .page-section__sidebar .widget ul {
    font-size: 14px;
    line-height: 1.5;
  }
  .page-section__sidebar .widget ul li {
    margin: 0 0 10px;
  }
}
@media (max-width: 767.98px) {
  .page-section__wrapper {
    padding-top: 20px;
  }
  .page-section__sidebar, .page-section__content {
    width: 100%;
  }
}

.section-list-1 h2 {
  margin: 0 0 20px;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  color: #5E0744;
  font-size: 48px;
  line-height: 1.2;
  width: calc(100% - 300px);
  margin: 0 0 40px;
}
.section-list-1 .header {
  padding-bottom: 20px;
  position: relative;
}
.section-list-1 .header h4 {
  font-size: 14px;
  line-height: 1;
  margin: 0 0 30px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.section-list-1 .header::before, .section-list-1 .header::after {
  position: absolute;
  content: "";
  width: 70px;
  background: #F2F3F2;
}
.section-list-1 .header::before {
  right: 140px;
  bottom: 0px;
  top: 80px;
}
.section-list-1 .header::after {
  right: 0;
  bottom: 0px;
  top: 0;
}
.section-list-1 .tabs__content .item {
  display: flex;
  border-top: 1px solid #f6f4f2;
  padding: 40px 20px;
  gap: 40px;
}
.section-list-1 .tabs__content .item:nth-child(even) {
  background: #fbfaf8;
}
.section-list-1 .tabs__content .item__image {
  width: calc(20% - 30px);
}
.section-list-1 .tabs__content .item__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 56.3636364%;
  display: block;
}
.section-list-1 .tabs__content .item__header {
  width: calc(25% - 30px);
  position: relative;
}
.section-list-1 .tabs__content .item__header h3 {
  font-size: 18px;
  line-height: 1.3;
}
.section-list-1 .tabs__content .item__header .date {
  font-size: 12px;
  line-height: 1;
  margin: 0 0 5px;
}
.section-list-1 .tabs__content .item__header .location {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  line-height: 1;
  font-style: italic;
}
.section-list-1 .tabs__content .item__excerpt {
  width: calc(35% - 30px);
  font-size: 16px;
  line-height: 1.4;
}
.section-list-1 .tabs__content .item__action {
  width: calc(20% - 30px);
  text-align: right;
}

.notification-bar {
  background: #eedff3;
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}
.notification-bar h3 {
  font-size: 21px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 2px;
}
.notification-bar p {
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .notification-bar {
    padding: 15px 0;
    font-size: 14px;
    line-height: 1.5;
  }
  .notification-bar h3 {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media (max-width: 767.98px) {
  .notification-bar {
    font-size: 12px;
    line-height: 1.4;
  }
  .notification-bar h3 {
    font-size: 16px;
    line-height: 1.3;
  }
}

.h4 {
  font-size: 14px;
  line-height: 1;
  margin: 0 0 30px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.h3 {
  margin: 0 0 20px;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  color: #5E0744;
  color: #bf0b93;
  font-size: 30px;
  line-height: 1.3;
}

.page-block-3 .wrapper {
  display: flex;
  gap: 30px;
}
.page-block-3 .wrapper .images {
  width: calc(50% + 40px);
}
.page-block-3 .wrapper .images__wrapper {
  padding-bottom: 77%;
  position: relative;
}
.page-block-3 .wrapper .images__wrapper figure {
  position: absolute;
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 56.3636364%;
  display: block;
  width: 66.67%;
}
.page-block-3 .wrapper .images__wrapper figure.figure1 {
  top: 0;
  left: 0;
  z-index: 2;
}
.page-block-3 .wrapper .images__wrapper figure.figure2 {
  bottom: 0;
  right: 0;
  z-index: 1;
}
.page-block-3 .wrapper .content {
  width: calc(50% - 70px);
}
.page-block-3 .wrapper .content .header {
  margin-left: -100px;
}
.page-block-3 .wrapper .content .header h4 {
  font-size: 14px;
  line-height: 1;
  margin: 0 0 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.page-block-3 .wrapper .content .header h3 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 30px;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  color: #5E0744;
}
.page-block-3 .wrapper .content p {
  font-size: 16px;
}

.filters-wrapper {
  display: flex;
  gap: 20px;
}
.filters-wrapper .item {
  position: relative;
}
.filters-wrapper .item:last-child {
  margin-right: 0;
}
.filters-wrapper h4 {
  background: #fff;
  padding: 12px 15px;
  position: relative;
  font-size: 12px !important;
  line-height: 12px !important;
  cursor: pointer;
  box-shadow: 0 0 2px 2px rgba(204, 204, 204, 0.1);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  margin: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.1em !important;
}
.filters-wrapper h4:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #5E0744;
}
.filters-wrapper h4 svg {
  width: 16px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  stroke: #1798ae;
}
.filters-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: 0 0 2px 2px rgba(246, 244, 242, 0.1);
  font-size: 13px;
  line-height: 19px;
  border-bottom: 1px solid #f6f4f2;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 2;
  max-height: 220px;
  overflow: auto;
  display: none;
}
.filters-wrapper ul li {
  padding: 12px 15px;
  border-bottom: 1px solid #f6f4f2;
  cursor: pointer;
}
.filters-wrapper ul li:hover, .filters-wrapper ul li.selected {
  color: #bf0b93;
}
.filters-wrapper ul li.selected {
  cursor: default;
}
.filters-wrapper .filter, .filters-wrapper .sort {
  width: 220px;
}
.filters-wrapper.vacancy-filters-wrapper {
  flex-wrap: wrap;
}
.filters-wrapper.vacancy-filters-wrapper .filter {
  width: 100%;
}

.load-more {
  text-align: center;
  margin: 80px 0 0;
}
.load-more .btn-load-more {
  background: #5E0744;
  background: #4d075e;
  padding: 25px 40px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  border: none;
  font-weight: 700;
  letter-spacing: 0.1em;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#myModal button.close {
  position: absolute;
  right: 0;
  top: 20px;
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0 40px 60px 0 rgba(7, 7, 66, 0.15);
  border: 1px solid #bf0b93;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: relative;
  z-index: 9;
  opacity: 1;
  transform: rotate(45deg);
}
#myModal button.close::before, #myModal button.close::after {
  background: #000;
  content: "";
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
}
#myModal button.close::before {
  height: 2px;
  width: 24px;
}
#myModal button.close::after {
  height: 24px;
  width: 2px;
}
#myModal .modal-header {
  border: none;
  padding: 10px 0;
  height: 80px;
  position: relative;
}
#myModal .modal-content {
  max-height: 600px !important;
  padding: 0 30px 40px;
}
#myModal .modal-body {
  padding: 0 20px 60px;
}
@media (max-width: 991.98px) {
  #myModal button.close {
    width: 32px;
    height: 32px;
    box-shadow: 0 20px 30px 0 rgba(7, 7, 66, 0.15);
  }
  #myModal button.close::before {
    width: 16px;
  }
  #myModal button.close::after {
    height: 16px;
  }
  #myModal .modal-header {
    height: 60px;
    position: relative;
  }
}
@media (max-width: 767.98px) {
  #myModal button.close {
    width: 20px;
    height: 20px;
    right: 5px;
    box-shadow: 0 10px 20px 0 rgba(7, 7, 66, 0.15);
  }
  #myModal button.close::before {
    width: 12px;
    height: 1px;
  }
  #myModal button.close::after {
    height: 12px;
    width: 1px;
  }
  #myModal .modal-header {
    height: 60px;
    position: relative;
  }
  #myModal .modal-content {
    padding: 0 20px 20px;
  }
  #myModal .modal-body {
    padding: 0 0 60px;
  }
}

.package-details {
  padding-top: 80px;
}
.package-details .heading4 {
  color: #bf0b93;
}
.package-details .footer-text {
  font-size: 14px;
  line-height: 1.5;
  font-style: italic;
}

.heading4-ss {
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  color: #5E0744;
  margin: 0 0 5px;
}

.head4 {
  font-size: 14px;
  line-height: 1;
  margin: 0 0 30px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.head4.sm {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 0 10px;
}
@media (max-width: 991.98px) {
  .head4 {
    font-size: 12px;
    line-height: 1;
    margin: 0 0 20px;
    letter-spacing: 0.2em;
  }
}
@media (max-width: 767.98px) {
  .head4 {
    font-size: 11px;
    line-height: 1;
  }
}

.post-social-share {
  margin-top: 50px;
}
.post-social-share h4 {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 10px;
}
.post-social-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 15px;
}

.page-header {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .page-header {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .page-header {
    margin-bottom: 20px;
  }
}

.two-column-layout {
  display: flex;
  gap: 60px;
}
.two-column-layout .content {
  width: calc(75% - 60px);
}
.two-column-layout .sidebar {
  width: 25%;
  padding-top: 4px;
}
@media (max-width: 991.98px) {
  .two-column-layout {
    gap: 40px;
  }
  .two-column-layout .content {
    width: calc(66.6666666667% - 20px);
  }
  .two-column-layout .sidebar {
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 767.98px) {
  .two-column-layout {
    gap: 40px;
    flex-wrap: wrap;
  }
  .two-column-layout .content {
    width: 100%;
  }
  .two-column-layout .sidebar {
    width: 100%;
  }
}

.not-allowed {
  max-width: 960px;
  padding: 60px 0;
  font-size: 16px;
  line-height: 1.4;
}

.btn-heighlight {
  display: inline-block;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  height: 24px;
  text-align: center;
  padding: 5px 10px;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  border: 1px solid #5E0744 !important;
  color: #5E0744 !important;
  font-weight: 700;
  text-decoration: none;
}

/* Block Alignments */
/**
 * These selectors set the default max width for content appearing inside a post or page.
 */
/**
 * .alignleft
 */
.alignleft {
  text-align: left;
  margin-top: 0;
}

.entry-content > .alignleft {
  max-width: var(--responsive--aligndefault-width);
}

@media only screen and (min-width: 482px) {
  .alignleft {
    float: left;
    margin-right: var(--global--spacing-horizontal);
    margin-bottom: var(--global--spacing-vertical);
    margin: 0.3rem 20px 20px 0 !important;
  }
  .entry-content > .alignleft {
    max-width: calc(50% - var(--responsive--alignleft-margin));
    margin: 0.3rem 20px 20px 0 !important;
  }
}
/**
 * .aligncenter
 */
.aligncenter {
  clear: both;
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/**
 * .alignright
 */
.alignright {
  margin-top: 0;
  margin-bottom: var(--global--spacing-vertical);
  margin: 0.3rem 0 20px 20px !important;
}

img.show-border {
  border: 1px solid #efefef;
  padding: 6px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.entry-content > .alignright {
  max-width: var(--responsive--aligndefault-width);
  margin: 0.3rem 0 2rem 2rem !important;
}

@media only screen and (min-width: 482px) {
  .alignright {
    float: right;
    margin-left: var(--global--spacing-horizontal);
  }
  .entry-content > .alignright {
    max-width: calc(50% - var(--responsive--alignright-margin));
  }
}
[class*=inner-container] > .alignleft + *,
[class*=inner-container] > .alignright + * {
  margin-top: 0;
}

/**
 * .alignwide
 */
.alignwide {
  clear: both;
}

/**
 * .alignfull
 */
.alignfull {
  clear: both;
}

figcaption,
.wp-caption-text,
.wp-block-embed figcaption {
  color: currentColor;
  font-size: 12px;
  line-height: 1.3;
  margin: 10px 0 0 !important;
  text-align: center;
}

.alignleft figcaption,
.alignright figcaption,
.alignleft .wp-caption,
.alignright .wp-caption,
.alignleft .wp-caption-text,
.alignright .wp-caption-text,
.alignleft .wp-block-embed figcaption,
.alignright .wp-block-embed figcaption {
  margin-bottom: 0;
}

.has-white-color {
  color: #fff;
}

.has-white-background-color {
  background-color: #fff;
}

.has-black-color {
  color: #000;
}

.has-black-background-color {
  background-color: #000;
}

.has-pink-color {
  color: #bf0b93;
}

.has-pink-background-color {
  background-color: #bf0b93;
}

.has-darkpink-color {
  color: #5E0744;
}

.has-darkpink-background-color {
  background-color: #5E0744;
}

.has-neion-color {
  color: #cdee50;
}

.has-neion-background-color {
  background-color: #cdee50;
}

.loader {
  margin: 0;
  width: 45px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.loader > div {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* Summernote Editor */
.note-editor.note-airframe .note-editing-area, .note-editor.note-frame .note-editing-area {
  font-size: 14px;
}
.note-editor.note-airframe .note-editing-area h1, .note-editor.note-airframe .note-editing-area h2, .note-editor.note-airframe .note-editing-area h3, .note-editor.note-frame .note-editing-area h1, .note-editor.note-frame .note-editing-area h2, .note-editor.note-frame .note-editing-area h3 {
  line-height: 1.2;
}
.note-editor.note-airframe .note-editing-area h1, .note-editor.note-airframe .note-editing-area h2, .note-editor.note-frame .note-editing-area h1, .note-editor.note-frame .note-editing-area h2 {
  margin: 0 0 20px;
}

.note-editor.panel {
  margin: 10px 0 5px;
}

.note-editor.note-frame {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.payment-form-wrapper {
  max-width: 480px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 30px 30px;
}
.payment-form-wrapper .button-wrapper {
  margin: 20px 0 0;
  text-align: center;
}

.no-data-found {
  padding: 20px;
  background: rgba(94, 7, 68, 0.1);
  font-size: 16px;
  line-height: 1.4;
  width: 100%;
}
@media (max-width: 767.98px) {
  .no-data-found {
    padding: 15px;
    font-size: 14px;
  }
}

.membership-notification-bar {
  background: #cdee50;
  height: 50px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  font-size: 16px;
  line-height: 20px;
}
.membership-notification-bar .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.membership-notification-bar p {
  margin: 0;
  padding: 0;
  color: #000;
}
.membership-notification-bar p strong {
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .membership-notification-bar {
    font-size: 12px;
    line-height: 16px;
  }
}

.form-group-checkbox {
  margin: 0 0 20px;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.3;
}
.form-group-checkbox input {
  position: absolute !important;
  left: 0;
  top: 1px;
}

.wp-block-media-text {
  border: 1px solid #efefef;
  padding: 15px;
  margin: 30px 0;
  background: #fafafa;
}
.wp-block-media-text .wp-block-media-text__content {
  font-size: 0.875em;
  padding: 0 20px 0 40px;
}
.wp-block-media-text .wp-block-media-text__content p {
  margin: 0 0 15px;
}
@media (max-width: 767.98px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 15px 0 20px;
  }
}
@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__media {
    margin-bottom: 15px;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
    font-size: 0.925em;
  }
}

.action-buttons {
  flex-wrap: wrap;
}
.action-buttons .break {
  width: 100%;
  height: 1;
}
.action-buttons .apply-coupon {
  width: 100%;
}
.action-buttons .apply-coupon .link-apply-coupon {
  font-size: 14px;
  line-height: 1;
  background: none;
  border: none;
  color: #bf0b93;
}

.apply-coupon {
  position: relative;
  max-width: 400px;
}
.apply-coupon__toggle {
  border: none;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  background: none;
  color: #5E0744;
  font-weight: 700;
}
.apply-coupon .coupons-list {
  display: none;
  position: absolute;
  top: 32px;
  left: 0;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  text-align: left;
  background: #fff;
  z-index: 2;
  width: 400px;
  max-width: 100%;
  overflow-x: auto;
  max-height: 240px;
}
.apply-coupon .coupons-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.apply-coupon .coupons-list ul li {
  padding: 10px 15px;
  border-bottom: 1px solid #efefef;
  position: relative;
}
.apply-coupon .coupons-list ul li:hover {
  background: #f6f4f2;
}
.apply-coupon .coupons-list ul li.active {
  background-color: rgba(205, 238, 80, 0.5);
}
.apply-coupon .coupons-list ul li:last-child {
  border-bottom: 0;
}
.apply-coupon .coupons-list ul li h4.title {
  font-size: 16px;
  line-height: 1.14;
  margin: 0 0 5px;
}
.apply-coupon .coupons-list ul li p.description {
  font-size: 14px !important;
  margin: 0 0 10px;
}
.apply-coupon .coupons-list ul li h5 {
  margin: 0 0 10px;
}
.apply-coupon .coupon-applied {
  display: none;
  margin: 10px 0;
  padding: 10px 15px;
  border-bottom: 1px solid #efefef;
  position: relative;
  text-align: left;
  background-color: rgba(205, 238, 80, 0.5);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.apply-coupon .coupon-applied h4.title {
  font-size: 16px;
  line-height: 1.14;
  margin: 0 0 5px;
}
.apply-coupon .coupon-applied p.description {
  font-size: 14px !important;
  margin: 0 0 10px !important;
}
.apply-coupon .coupon-applied h5 {
  margin: 0 0 10px;
}
@media (max-width: 767.98px) {
  .apply-coupon .coupons-list ul li {
    padding: 10px 15px;
  }
  .apply-coupon .coupons-list ul li .title {
    font-size: 14px;
    line-height: 1.14;
  }
  .apply-coupon .coupons-list ul li .description {
    font-size: 12px;
    line-height: 1.3;
  }
  .apply-coupon .coupons-list ul li h5 {
    margin: 0 0 10px;
    font-size: 11px;
  }
  .apply-coupon .coupons-list ul li .link-btn {
    position: static;
    right: 10px;
    top: 10px;
  }
}

.validate-coupon-code {
  max-width: 320px;
  margin: 10px auto 0;
}
.validate-coupon-code p {
  margin: 0 0 10px !important;
  font-size: 14px !important;
}
.validate-coupon-code .ajax-response {
  margin: 10px 0;
  text-align: left;
}

.form-check-coupon-code {
  display: flex;
  justify-content: space-between;
}
.form-check-coupon-code input {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: none;
  padding: 5px 10px;
  background-position: right 5px center !important;
  font-size: 16px;
  line-height: 1;
  width: calc(100% - 90px);
}
.form-check-coupon-code input[disabled] {
  background: none;
}
.form-check-coupon-code .btn-submit {
  border: none;
  outline: none;
  background: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 15px;
  margin-left: 5px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #5E0744;
}
.form-check-coupon-code svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
}

.field-group-captcha {
  margin: 0 0 30px;
}

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 200px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

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

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

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

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

#page {
  padding-top: 90px;
}
@media (max-width: 1249.98px) {
  #page {
    padding-top: 90px;
  }
}
@media (max-width: 991.98px) {
  #page {
    padding-top: 70px;
  }
}
@media (max-width: 767.98px) {
  #page {
    padding-top: 60px;
  }
}

body.has-profile-notification {
  padding-top: 50px;
}
body.has-profile-notification .site-header {
  top: 50px;
}

@media (max-width: 991.98px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 14px;
  }
}

.page-wo-banner {
  padding: 80px 0;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.iframe-wrapper__4x3 {
  padding-bottom: 75%;
}

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

.hidden {
  display: none;
}

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

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

.one-col-layout {
  margin: 70px 0 90px;
}

.experiences-sidebar {
  padding-left: 40px;
}

.services-list {
  margin: 0 0 30px;
  background: rgba(255, 255, 255, 0.9);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  padding: 25px;
  box-shadow: 0 10px 30px #edf2f2;
  background: rgba(255, 255, 255, 0.9) url(../img/dots-line-dbl.png) no-repeat right 10px top 25px;
  background-size: 30%;
}
.services-list h3 {
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #111d5e;
  margin: 0 0 20px;
  padding: 0 0 15px;
  position: relative;
}
.services-list h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 25px;
  background: #666;
}
.services-list ul {
  margin: 0 -3px;
  padding: 0;
  list-style: none;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}
.services-list ul li {
  position: relative;
  padding: 3px;
  width: 50%;
  float: left;
}
.services-list ul li:nth-child(odd) {
  border-right: none;
}
.services-list ul li:nth-child(n+3) {
  border-top: none;
}
.services-list ul li:nth-child(2n+1) {
  clear: left;
}
.services-list ul li a, .services-list ul li span {
  display: block;
  color: inherit;
  padding: 75px 25px 15px 20px;
  min-height: 150px;
}
.services-list ul li a {
  background-repeat: no-repeat;
  background-position: 20px 15px;
  background-size: 48px;
  background-image: url(../images/service-circularity.png);
}

.your-outcomes {
  position: relative;
  padding: 20px;
  background: #F0F8FF;
}
.your-outcomes h3 {
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0 0 10px;
  padding: 10px 0 0;
  position: relative;
}
.your-outcomes h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 25px;
  background: #666;
}
.your-outcomes ul {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: top;
  font-size: 12px;
  line-height: 1.5;
  max-width: 400px;
}
.your-outcomes ul li {
  position: relative;
  padding-left: 11px;
  padding-right: 4px;
  margin: 0 0 5px;
}
.your-outcomes ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 5px;
  background: #0293E4;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.your-outcomes ul li a {
  color: inherit;
}

.consultation-form-sb {
  overflow: hidden;
}
.consultation-form-sb h3 {
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #5E0744;
  margin: 0 0 20px;
  padding: 0 0 20px;
  position: relative;
}
.consultation-form-sb h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 25px;
  background: #666;
}

@media (max-width: 1249.98px) {
  .services-list h3 {
    font-size: 11px;
    line-height: 1;
  }
  .services-list ul {
    font-size: 12px;
    line-height: 1.4;
  }
  .focus-areas .items .item {
    padding-left: 220px;
    min-height: 180px;
  }
  .focus-areas .items .item__image {
    height: 180px;
    width: 180px;
  }
  .focus-areas .items .item__content {
    height: 180px;
  }
}
@media (max-width: 991.98px) {
  .experiences-sidebar {
    border: none;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    padding-left: 0;
    margin-left: 0;
    margin: 40px 0 0;
  }
  .entry-content {
    padding-right: 0;
  }
  .entry-content .read-more {
    font-size: 12px;
    line-height: 1.4;
    padding-right: 16px;
  }
  .entry-content .read-more::after {
    border-width: 0 2px 2px 0;
    padding: 2.5px;
  }
  .consultation-form-sb {
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
  }
  .consultation-form-sb h3 {
    letter-spacing: 0.05em;
    font-size: 12px;
    line-height: 1;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
}
.page-content {
  padding-bottom: 80px;
}

.table-style {
  width: 100%;
  font-size: 0.925em;
  line-height: 1.4;
  font-family: "Roboto Condensed";
  margin: 0 0 40px;
}
.table-style thead tr {
  background: #ccc;
  vertical-align: bottom;
}
.table-style thead tr th {
  padding: 15px 10px 10px;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
}
.table-style tbody tr {
  background: #fcfcfc;
  vertical-align: top;
}
.table-style tbody tr td {
  padding: 10px 10px;
}
.table-style .vertical-text {
  text-align: center;
  white-space: nowrap;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
}
.table-style.theme-red thead tr {
  background: #E91B2D;
  color: #fff;
}
.table-style.theme-red thead tr th {
  border-bottom: 1px solid rgb(248.708, 189.792, 194.94);
}
.table-style.theme-red thead tr th:not(:first-child) {
  border-left: 1px solid rgb(248.708, 189.792, 194.94);
}
.table-style.theme-red tbody tr {
  background: #fafafa;
}
.table-style.theme-red tbody tr:nth-child(odd) {
  background: rgb(252.1948051948, 230.8051948052, 235.8311688312);
}
.table-style.theme-red tbody tr td:not(:first-child) {
  border-left: 1px solid rgb(249.5454545455, 207.9545454545, 217.7272727273);
}
.table-style.theme-green thead tr {
  background: rgb(177.7457627119, 212, 169);
}
.table-style.theme-green thead tr th {
  border-bottom: 1px solid rgb(162.4745762712, 203.5, 152);
}
.table-style.theme-green tbody tr {
  background: #fcfcfc;
}
.table-style.theme-green tbody tr:nth-child(odd) {
  background: rgb(238.8305084746, 246, 237);
}
.table-style.theme-green tbody tr td:not(:first-child) {
  border-left: 1px solid rgb(254.1016949153, 254.5, 254);
}
.table-style.theme-blue thead tr {
  background: rgb(138, 210.0652173913, 255);
}
.table-style.theme-blue thead tr th {
  background: rgb(189, 229.652173913, 255);
  border-bottom: 1px solid rgb(214.5, 239.4456521739, 255);
}
.table-style.theme-blue thead tr th:not(:first-child) {
  border-left: 1px solid rgb(214.5, 239.4456521739, 255);
}
.table-style.theme-blue tbody tr {
  background: #fcfcfc;
}
.table-style.theme-blue tbody tr:nth-child(odd) {
  background: rgb(240, 249.2391304348, 255);
}
.table-style.theme-blue tbody tr td:not(:first-child) {
  border-left: 1px solid rgb(214.5, 239.4456521739, 255);
}
@media (max-width: 767.98px) {
  .table-style {
    margin: 0 0 30px;
  }
  .table-style thead tr th {
    padding: 8px 10px 6px;
    font-size: 11px;
    line-height: 1.2;
  }
  .table-style tbody tr td {
    padding: 6px 10px;
  }
}

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

.responsibility-matrix {
  margin: 20px 0 40px 90px;
  position: relative;
  height: 240px;
}
.responsibility-matrix .caption {
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
  width: 210px;
  height: 32px;
  position: absolute;
  left: calc(-50% + 20px);
  top: 50%;
}
.responsibility-matrix .caption span {
  font-size: 0.725em;
}
.responsibility-matrix .label {
  position: absolute;
  z-index: 1;
}
.responsibility-matrix .label.lable-low-top, .responsibility-matrix .label.label-score, .responsibility-matrix .label.label-high {
  top: 0;
}
.responsibility-matrix .label.lable-low-top {
  left: 0;
}
.responsibility-matrix .label.label-score {
  left: 50%;
  transform: translateX(-50%);
}
.responsibility-matrix .label.label-high {
  right: 0;
}
.responsibility-matrix .label.label-low-bottom {
  bottom: 45px;
  left: -40px;
}
.responsibility-matrix .block {
  position: absolute;
  height: 100px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: calc(50% - 5px);
}
.responsibility-matrix .block span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}
.responsibility-matrix .block.low-efficiency {
  background-color: #D2242A;
  top: 30px;
  left: 0;
}
.responsibility-matrix .block.pace-setters {
  background-color: #FF6631;
  top: 30px;
  right: 0;
}
.responsibility-matrix .block.starting-out {
  background-color: #32679A;
  bottom: 0;
  left: 0;
}
.responsibility-matrix .block.smart-utilisers {
  background-color: #01AFF1;
  bottom: 0;
  right: 0;
}

.report-back-link {
  font-weight: 300;
  padding: 0 0 25px;
}
.report-back-link h1, .report-back-link h2 {
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
}
.report-back-link h1 {
  margin: 0 0 3px;
}
.report-back-link a {
  color: #32679A;
}
@media (max-width: 767.98px) {
  .report-back-link h1, .report-back-link h2 {
    font-size: 14px;
    line-height: 1.2;
  }
  .report-back-link {
    padding: 0 0 20px;
  }
}

.business-rankings-2020 {
  margin: 0 -20px;
}
.business-rankings-2020 .item__wrapper {
  padding: 0 20px;
  width: 33.3333333333%;
  float: left;
}
.business-rankings-2020 .item {
  position: relative;
  padding: 0 50px 5px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
}
.business-rankings-2020 .item::before {
  display: none;
}
.business-rankings-2020 .item span {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 700;
}
@media (min-width: 992px) {
  .business-rankings-2020 .item__wrapper:nth-child(3n+1) {
    clear: left;
  }
}
@media (max-width: 991.98px) {
  .business-rankings-2020 .item__wrapper {
    width: 50%;
  }
  .business-rankings-2020 .item__wrapper:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 767.98px) {
  .business-rankings-2020 {
    margin: 0;
  }
  .business-rankings-2020 .item__wrapper {
    padding: 0;
    width: 100%;
    float: none;
  }
  .business-rankings-2020 .item {
    margin-bottom: 12px;
  }
}

.performance {
  padding: 20px 0 0;
  margin: 50px 0 50px;
  position: relative;
  border-top: 1px solid #efefef;
}

.future-trends {
  padding: 20px 0 0;
  margin: 50px 0 50px;
  position: relative;
  border-top: 1px solid #efefef;
}
.future-trends .items {
  margin: 0 -12px;
}
.future-trends .items .item__wrapper {
  float: left;
  width: 20%;
  padding: 12px;
  position: relative;
  font-size: 15px;
  line-height: 1.3;
}
.future-trends .items .item__wrapper:nth-child(1) .item {
  border: 1px solid #409ED1;
}
.future-trends .items .item__wrapper:nth-child(1) .item span {
  color: #409ED1;
  font-weight: 600;
}
.future-trends .items .item__wrapper:nth-child(1) .item::after {
  background-color: #409ED1;
  background-color: #ccc;
}
.future-trends .items .item__wrapper:nth-child(2) .item {
  border: 1px solid #61c4c9;
}
.future-trends .items .item__wrapper:nth-child(2) .item span {
  color: #61c4c9;
  font-weight: 600;
}
.future-trends .items .item__wrapper:nth-child(2) .item::after {
  background-color: #61c4c9;
  background-color: #ccc;
}
.future-trends .items .item__wrapper:nth-child(3) .item span {
  color: #f6ab5a;
  font-weight: 600;
}
.future-trends .items .item__wrapper:nth-child(3) .item {
  border: 1px solid #f6ab5a;
}
.future-trends .items .item__wrapper:nth-child(3) .item::after {
  background-color: #f6ab5a;
  background-color: #ccc;
}
.future-trends .items .item__wrapper:nth-child(4) .item span {
  color: #f4795a;
  font-weight: 600;
}
.future-trends .items .item__wrapper:nth-child(4) .item {
  border: 1px solid #f4795a;
}
.future-trends .items .item__wrapper:nth-child(4) .item::after {
  background-color: #f4795a;
  background-color: #ccc;
}
.future-trends .items .item__wrapper:nth-child(5) .item span {
  color: #cd6482;
}
.future-trends .items .item__wrapper:nth-child(5) .item {
  border: 1px solid #cd6482;
}
.future-trends .items .item__wrapper:nth-child(5) .item::after {
  background-color: #cd6482;
  background-color: #ccc;
}
.future-trends .items .item {
  background: #fff;
  padding: 20px;
  position: relative;
  color: #000;
  height: 250px;
}
.future-trends .items .item:after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: -7px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1249.98px) {
  .future-trends .items .item__wrapper {
    width: 33.3333333333%;
  }
  .future-trends .items .item {
    height: 180px;
  }
}
@media (max-width: 991.98px) {
  .future-trends .items .item__wrapper {
    width: 50%;
  }
  .future-trends .items .item {
    height: 165px;
  }
}
@media (max-width: 767.98px) {
  .future-trends .items {
    margin: 0;
  }
  .future-trends .items .item__wrapper {
    padding: 0;
    width: 100%;
  }
  .future-trends .items .item {
    height: auto;
    margin-bottom: 20px;
  }
}

@keyframes mytop {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 50%;
    margin-top: -1px;
    transform: rotate(0);
  }
  100% {
    top: 50%;
    margin-top: -1px;
    transform: rotate(45deg);
  }
}
@keyframes mybottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 50%;
    margin-top: 1px;
    transform: rotate(0);
  }
  100% {
    bottom: 50%;
    margin-top: 1px;
    transform: rotate(-45deg);
  }
}
.form-submit-errors {
  display: none;
  margin: 40px 0;
  padding: 20px 20px;
  border: 1px solid #de4b33;
  background: rgb(246.8544303797, 210.5696202532, 204.6455696203);
  margin: 20px 0;
  font-weight: 700;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
}
.form-submit-errors a {
  color: #de4b33;
  text-decoration: none;
}
.form-submit-errors.success {
  border: 1px solid #60bf60;
  background: rgb(223.2713004484, 242.2286995516, 223.2713004484);
}

.thank-you-message {
  display: none;
  font-size: 16px;
  line-height: 1.5;
  margin: 40px 0;
  font-weight: 600;
}
.thank-you-message h3 {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 10px;
}

.search-vacancies {
  margin: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.search-vacancies .field-group {
  margin: 0;
  width: 210px;
}

.spinner {
  width: 40px;
  height: 40px;
  background-color: #5E0744;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.spinner__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 900002;
  background: rgba(255, 255, 255, 0.9);
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/**
 * M E N U   T O G G L E   B U T T O N
 * ----------------------------------------------------------------------------
 */
.menu-toggle {
  display: none;
  position: absolute;
  right: 20px;
  cursor: pointer;
  overflow: hidden;
  opacity: 1;
  z-index: 999;
  text-align: center;
  padding: 0;
  width: 24px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -999em;
  border-top: 2px solid #5E0744;
  border-bottom: 2px solid #5E0744;
}
.menu-toggle::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: #5E0744;
}
.menu-toggle:hover, .menu-toggle:active {
  border-color: #5E0744;
}
.menu-toggle:hover::after, .menu-toggle:active::after {
  background: #5E0744;
}
@media (max-width: 1249.98px) {
  .menu-toggle {
    display: block;
    z-index: 99999;
  }
}

.radio label {
  margin: 0;
}
.radio {
  text-align: center;
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid rgb(180.25, 180.25, 180.25);
  background: #fff;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type=radio]:checked + .radio-label:before {
  background-color: #0d47a1;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #0d47a1;
}
.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: rgb(180.25, 180.25, 180.25);
  background: rgb(180.25, 180.25, 180.25);
}
.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.shopping-cart-badge {
  color: #fff;
  background-color: #bf0b93 !important;
}
.shopping-cart-badge:hover {
  background-color: #000 !important;
}
.shopping-cart-badge {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  position: relative;
}
.shopping-cart-badge svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
}
.shopping-cart-badge .item-count {
  position: absolute;
  right: -12px;
  top: -12px;
  width: 24px;
  height: 24px;
  background: #cdee50;
  padding: 5px 0;
  text-align: center;
  color: #000;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
@media (max-width: 767.98px) {
  .shopping-cart-badge {
    width: 40px;
    height: 32px;
  }
  .shopping-cart-badge svg {
    width: 16px;
    height: 16px;
  }
  .shopping-cart-badge .item-count {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    padding: 5px 0;
    font-size: 10px;
    line-height: 1;
  }
}

.link-btn__wrapper.align-center {
  text-align: center;
}
.link-btn__wrapper.align-right {
  text-align: right;
}
.link-btn[disabled] {
  background: #ccc;
  color: #999;
}
.link-btn {
  display: inline-block;
  padding: 15px 25px;
  font-size: 13px;
  line-height: 1;
  background-color: #5E0744;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.2s ease-in;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none !important;
  outline: none !important;
}
.link-btn:hover {
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 16px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 16px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 16px 2px;
}
.link-btn .ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.link-btn:hover {
  color: #fff;
}
.link-btn__neon {
  background: #cdee50;
  color: #000;
}
.link-btn__neon:hover {
  color: #000;
}
.link-btn__teal {
  background: #02C0C2;
  color: #fff;
}
.link-btn__teal:hover {
  color: #fff;
}
.link-btn__blue {
  background: #0C3057;
  color: #fff;
}
.link-btn__blue:hover {
  color: #fff;
}
.link-btn__pink {
  background: #bf0b93;
  color: #fff;
}
.link-btn__pink:hover {
  color: #fff;
}
.link-btn__black {
  background: #000;
  color: #fff;
}
.link-btn__black:hover {
  color: #fff;
}
.link-btn__white {
  background: #f6f4f2;
  color: #000;
}
.link-btn__white:hover {
  color: #000;
}
.link-btn__md {
  padding: 15px 25px;
  font-size: 11px;
  line-height: 1;
}
.link-btn__sm {
  padding: 10px 15px;
  font-size: 10px;
  line-height: 1;
}
.link-btn__xs {
  padding: 7px 10px;
  font-size: 0.625rem;
}
.link-btn__rounded {
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.link-btn__full {
  width: 100%;
}
.link-btn.done {
  position: relative;
}
.link-btn.done svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 32px;
  height: 32px;
  stroke-width: 4px;
  stroke: green;
}
.link-btn.loading {
  position: relative;
}
.link-btn.loading::before {
  content: "";
  position: absolute;
  margin-left: -12px;
  margin-top: -12px;
  left: 50%;
  top: 50%;
  border: 3px solid #fff; /* Light grey */
  border-top: 3px solid #bf0b93; /* Blue */
  border-radius: 50%;
  width: 24px;
  height: 24px;
  z-index: 1;
  animation: spin 1s linear infinite;
}
@media (max-width: 991.98px) {
  .link-btn {
    padding: 15px 20px;
    font-size: 12px;
    line-height: 1;
  }
  .link-btn__md {
    padding: 15px 20px;
    font-size: 11px;
    line-height: 1;
  }
  .link-btn__sm {
    padding: 10px 20px;
    font-size: 0.625rem;
  }
  .link-btn__xs {
    padding: 7px 10px;
    font-size: 0.575rem;
  }
}
@media (max-width: 767.98px) {
  .link-btn {
    padding: 15px 20px;
    font-size: 11px;
    line-height: 1;
  }
  .link-btn__md {
    padding: 15px 20px;
    font-size: 10px;
    line-height: 1;
  }
  .link-btn__sm {
    padding: 10px 20px;
    font-size: 0.575rem;
  }
  .link-btn__xs {
    padding: 7px 10px;
    font-size: 0.625rem;
  }
}

.read-more-link {
  font-weight: 600;
  margin: 10px 0;
}
.read-more-link.align-center {
  text-align: center;
}
.read-more-link.align-right {
  text-align: right;
}
.read-more-link a {
  display: inline-block;
  position: relative;
  padding-right: 60px;
  font-size: 16px;
  line-height: 24px;
  color: #bf0b93;
}
.read-more-link a::before {
  position: absolute;
  content: "";
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  margin-left: 24px;
  width: 24px;
  height: 24px;
  background: rgba(191, 11, 147, 0.75);
  transition: all 0.35s;
}
.read-more-link a::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/right-arrow-icon.png) no-repeat center center;
  background-size: 100%;
  width: 24px;
  height: 24px;
  transition: all 0.35s;
}
.read-more-link a:hover::before {
  background: #bf0b93;
}
.read-more-link a:hover::after {
  right: 0;
}
.read-more-link a.color-neon::before {
  background-color: rgba(205, 238, 80, 0.75);
}
.read-more-link a.color-neon:hover::before {
  background: #cdee50;
}
@media (max-width: 991.98px) {
  .read-more-link a::before {
    margin-top: 1px;
  }
  .read-more-link a::after {
    margin-top: 1px;
  }
}
@media (max-width: 767.98px) {
  .read-more-link a {
    padding-right: 48px;
    font-size: 14px;
    line-height: 20px;
  }
  .read-more-link a::before {
    right: 12px;
    margin-left: 20px;
    width: 20px;
    height: 20px;
  }
  .read-more-link a::after {
    right: 20px;
    width: 20px;
    height: 20px;
  }
}

.owl-carousel {
  position: relative;
}
.owl-carousel .owl-nav button {
  height: 92px;
  width: 92px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
}
.owl-carousel .owl-nav button span {
  display: none;
}
.owl-carousel .owl-nav button.owl-prev {
  background-image: url(../img/icon-prev.png) !important;
  left: -110px;
}
.owl-carousel .owl-nav button.owl-next {
  background-image: url(../img/icon-next.png) !important;
  right: -110px;
}
.owl-carousel .owl-nav button:hover, .owl-carousel .owl-nav button:focus, .owl-carousel .owl-nav button:active {
  border: none !important;
  outline: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.owl-carousel .owl-dots {
  margin-top: 40px;
  text-align: center;
}
.owl-carousel .owl-dots button.owl-dot {
  width: 16px;
  height: 16px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #bf0b93 !important;
  margin-right: 10px;
  outline: none;
}
.owl-carousel .owl-dots button.owl-dot.active {
  background-color: #bf0b93;
}
.owl-carousel .owl-dots button.owl-dot:last-child {
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .owl-carousel .owl-dots button.owl-dot {
    width: 13px;
    height: 13px;
    margin: 0 5px;
  }
}
@media (max-width: 767.98px) {
  .owl-carousel .owl-dots button.owl-dot {
    width: 9px;
    height: 9px;
  }
}

.shortcode-space.sm {
  height: 20px;
}

.shortcode-space.md {
  height: 30px;
}

.shortcode-space.lg {
  height: 40px;
}

.hline {
  margin: 50px 0;
  height: 1px;
  background: #ccc;
}
.hline__md {
  margin: 30px 0;
}
.hline__sm {
  margin: 20px 0;
}
.hline__pink {
  background: #bf0b93;
}
.hline__darkpink {
  background: #5E0744;
}
.hline__neon {
  background: #cdee50;
}
.hline__black {
  background: #000;
}
.hline__blue {
  background: #0C3057;
}
.hline__neon {
  background: #02C0C2;
}

.block-spacer.size-20 {
  height: 20px;
}

.block-spacer.size-40 {
  height: 40px;
}

.block-spacer.size-60 {
  height: 60px;
}

.block-spacer.size-80 {
  height: 80px;
}

.block-spacer.size-100 {
  height: 100px;
}

.block-content .header {
  max-width: 900px;
  margin: 0 0 40px;
}
.block-content .content {
  position: relative;
  padding-left: 240px;
}
.block-content .content .highlighted {
  font-size: 21px;
  line-height: 1.4;
  font-style: italic;
}
.block-content .content .block-video-with-quote, .block-content .content .stats {
  margin-left: -240px;
}
.block-content .content .stats {
  max-width: calc(100% + 240px);
  padding: 0 90px;
}
.block-content .content__sidebar {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  background: #cdee50;
  font-size: 16px;
  line-height: 1.4;
  padding: 20px;
}
.block-content .content__sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-content .content__sidebar ul li {
  margin: 0 0 20px;
}
.block-content .content__sidebar ul li a {
  color: #000;
}
@media (max-width: 1249.98px) {
  .block-content .content {
    padding-left: 180px;
  }
  .block-content .content .block-video-with-quote, .block-content .content .stats {
    margin-left: -180px;
  }
  .block-content .content .stats {
    max-width: calc(100% + 180px);
    padding: 0 60px;
  }
  .block-content .content__sidebar {
    width: 180px;
  }
}
@media (max-width: 991.98px) {
  .block-content .header {
    margin: 0 0 30px;
  }
  .block-content .content {
    padding-left: 0;
  }
  .block-content .content .highlighted {
    font-size: 18px;
    line-height: 1.4;
  }
  .block-content .content .block-video-with-quote, .block-content .content .stats {
    margin-left: 0;
  }
  .block-content .content .stats {
    max-width: 100%;
    padding: 0;
  }
  .block-content .content__sidebar {
    width: 180px;
  }
}
@media (max-width: 767.98px) {
  .block-content .header {
    margin: 0 0 25px;
  }
  .block-content .content .highlighted {
    font-size: 16px;
    line-height: 1.4;
  }
}

.icon-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.icon-grid.two-col {
  gap: 40px;
}
.icon-grid.two-col .item {
  width: calc(50% - 20px);
}
.icon-grid.three-col {
  gap: 30px;
}
.icon-grid.three-col .item {
  width: calc(33.3333333333% - 20px);
}
.icon-grid.four-col {
  gap: 32px;
}
.icon-grid.four-col .item {
  width: calc(25% - 24px);
}
.icon-grid .item__icon {
  margin: 0 0 20px;
}
.icon-grid .item__icon img {
  max-width: 96px;
  height: auto;
}
.icon-grid .item h3 span {
  display: block;
  font-size: 14px;
  line-height: 1.4;
}
.icon-grid .item p {
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 30px;
}
@media (max-width: 991.98px) {
  .icon-grid {
    gap: 18px;
  }
  .icon-grid.two-col {
    gap: 30px;
  }
  .icon-grid.two-col .item {
    width: calc(50% - 15px);
  }
  .icon-grid.three-col {
    gap: 18px;
  }
  .icon-grid.three-col .item {
    width: calc(33.3333333333% - 12px);
  }
  .icon-grid.four-col {
    gap: 30px;
  }
  .icon-grid.four-col .item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767.98px) {
  .icon-grid.two-col {
    gap: 30px;
  }
  .icon-grid.two-col .item {
    width: 100%;
  }
  .icon-grid.three-col .item {
    width: 100%;
  }
  .icon-grid.four-col .item {
    width: 100%;
  }
}

.block-about h2 {
  margin: 0 0 20px;
}
.block-about .header {
  padding-bottom: 40px;
  position: relative;
  padding-right: 240px;
}
.block-about .header p {
  font-size: 21px;
  line-height: 1.4;
  font-style: italic;
}
.block-about .header::before, .block-about .header::after {
  position: absolute;
  content: "";
  width: 70px;
  background: #F2F3F2;
}
.block-about .header::before {
  right: 140px;
  bottom: -80px;
  top: 80px;
}
.block-about .header::after {
  right: 0;
  bottom: -80px;
  top: 0;
}
.block-about .content {
  position: relative;
  padding: 80px 0 120px;
}
.block-about .content__image {
  margin: 0 -60px;
}
.block-about .content__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 56.3636364%;
  display: block;
}
.block-about .content .item {
  position: absolute;
}
.block-about .content .item::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 24px;
  top: 0;
  left: 30px;
}
.block-about .content .item h4 {
  font-size: 14px;
  line-height: 1;
  margin: 0 0 30px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.block-about .content .item h3 {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 10px;
}
.block-about .content .item p, .block-about .content .item ol, .block-about .content .item ul {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 15px;
}
.block-about .content .item ol, .block-about .content .item ul {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
}
.block-about .content .item ol li, .block-about .content .item ul li {
  margin: 0 0 5px;
  padding-left: 5px;
}
.block-about .content .item ol li:last-child, .block-about .content .item ul li:last-child {
  margin-bottom: 0;
}
.block-about .content .item__1 {
  left: 0;
  top: 0;
  background-color: #5E0744;
  color: #fff;
}
.block-about .content .item__1::before {
  background-color: #cdee50;
}
.block-about .content .item__2 {
  left: 360px;
  top: 0;
  background-color: #cdee50;
}
.block-about .content .item__2::before {
  background-color: #5E0744;
}
.block-about .content .item__1, .block-about .content .item__2 {
  width: 320px;
  height: 240px;
  padding: 40px 30px 30px;
}
.block-about .content .item__3 {
  right: 0;
  bottom: 0;
  width: 480px;
  height: 360px;
  background: #252A34;
  padding: 50px 40px 40px;
  color: #fff;
}
.block-about .content .item__3::before {
  background-color: #fff;
  left: 40px;
}
@media (max-width: 991.98px) {
  .block-about .header {
    padding-right: 160px;
  }
  .block-about .header::before, .block-about .header::after {
    width: 50px;
  }
  .block-about .header::before {
    right: 90px;
  }
  .block-about .header::after {
    bottom: -60px;
  }
  .block-about .content {
    padding: 60px 0 180px;
  }
  .block-about .content__image {
    margin: 0 -20px;
  }
  .block-about .content__image figure {
    background-size: cover;
    -ms-behavior: url(/css/backgroundsize.min.htc);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    width: 100%;
    padding-top: 75%;
    display: block;
  }
  .block-about .content .item::before {
    left: 20px;
  }
  .block-about .content .item h3 {
    font-size: 21px;
    line-height: 1.3;
  }
  .block-about .content .item p {
    font-size: 16px;
    line-height: 1.6;
  }
  .block-about .content .item__1 p {
    font-size: 14px;
    line-height: 1.4;
  }
  .block-about .content .item__2 {
    left: 320px;
  }
  .block-about .content .item__2 .facts-slider {
    font-size: 14px;
    line-height: 1.5;
  }
  .block-about .content .item__2 .facts-slider .slide {
    margin: 0 0 15px;
  }
  .block-about .content .item__1, .block-about .content .item__2 {
    padding: 40px 20px 0;
    width: 300px;
    height: 260px;
  }
  .block-about .content .item__3 {
    width: 520px;
    height: 330px;
    padding: 40px 30px 0;
  }
  .block-about .content .item__3::before {
    left: 30px;
  }
}
@media (max-width: 767.98px) {
  .block-about .header {
    padding-right: 0;
    padding-bottom: 30px;
  }
  .block-about .header::before, .block-about .header::after {
    width: 30px;
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
  .block-about .header::before {
    right: 50px;
    bottom: 0;
  }
  .block-about .header::after {
    bottom: 0;
  }
  .block-about .content {
    padding: 0;
  }
  .block-about .content__image {
    margin: 0 calc(-50vw + 50%);
  }
  .block-about .content__image figure {
    background-size: cover;
    -ms-behavior: url(/css/backgroundsize.min.htc);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    width: 100%;
    padding-top: 75%;
    display: block;
  }
  .block-about .content .item {
    position: relative;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 20px;
  }
  .block-about .content .item p {
    font-size: 14px;
    line-height: 1.6;
  }
  .block-about .content .item__1 {
    margin-top: -80px;
  }
  .block-about .content .item__2 {
    left: auto;
  }
  .block-about .content .item__1, .block-about .content .item__2 {
    padding: 40px 20px 20px;
    width: 350px;
    height: 300px;
  }
  .block-about .content .item__3 {
    padding: 40px 25px 20px;
  }
  .block-about .content .item__3::before {
    left: 25px;
  }
}

.testimonials-slider .item {
  display: flex;
  flex-direction: row-reverse;
}
.testimonials-slider .item__quote {
  width: calc(66.6666666667% + 100px);
  padding: 0 0 0 100px;
  position: relative;
  font-size: 21px;
  line-height: 1.4;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  color: #5E0744;
}
.testimonials-slider .item__quote::before, .testimonials-slider .item__quote::after {
  content: "";
  height: 100%;
  position: absolute;
  left: 49px;
  top: 50%;
  transform: translateY(-50%);
}
.testimonials-slider .item__quote::before {
  width: 2px;
  background: #f6f4f2;
}
.testimonials-slider .item__quote::after {
  background: #fff url(../img/start-quote.png) no-repeat center center;
  width: 40px;
  height: 40px;
  background-size: 24px auto;
  left: 30px;
}
.testimonials-slider .item__quote-by {
  text-align: center;
  width: calc(33.3333333333% - 100px);
  padding: 0 20px;
}
.testimonials-slider .item__quote-by .image {
  margin: 0 auto 20px;
  width: 100px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  padding: 2px;
}
.testimonials-slider .item__quote-by .image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 100%;
  display: block;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonials-slider .item__quote-by h4 {
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  color: #5E0744;
  margin: 0;
}
.testimonials-slider .item__quote-by .title {
  font-size: 14px;
  line-height: 1.4;
  font-style: italic;
}
@media (max-width: 991.98px) {
  .testimonials-slider .item__quote {
    width: calc(66.6666666667% + 80px);
    padding: 0 0 0 80px;
    font-size: 18px;
    line-height: 1.4;
  }
  .testimonials-slider .item__quote::before, .testimonials-slider .item__quote::after {
    content: "";
    height: 100%;
    position: absolute;
    left: 29px;
  }
  .testimonials-slider .item__quote::after {
    background: #fff url(../img/start-quote.png) no-repeat center center;
    width: 40px;
    height: 40px;
    background-size: 24px auto;
    left: 10px;
  }
  .testimonials-slider .item__quote-by {
    width: calc(33.3333333333% - 80px);
  }
}
@media (max-width: 767.98px) {
  .testimonials-slider .item {
    flex-wrap: wrap;
  }
  .testimonials-slider .item__quote {
    width: 100%;
    padding: 6px 0 0 30px;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.4;
  }
  .testimonials-slider .item__quote::before, .testimonials-slider .item__quote::after {
    left: 11px;
  }
  .testimonials-slider .item__quote::before {
    display: none;
  }
  .testimonials-slider .item__quote::after {
    width: 20px;
    height: 20px;
    background-size: 16px auto;
    left: 0;
    top: 0;
    transform: none;
  }
  .testimonials-slider .item__quote-by {
    width: 100%;
    padding: 0 20px;
  }
  .testimonials-slider .item__quote-by .image {
    margin-bottom: 10px;
  }
  .testimonials-slider .item__quote-by .title {
    font-size: 12px;
    line-height: 1.4;
    font-style: italic;
  }
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.block-stories-to-inspire .content-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
}
.block-stories-to-inspire .content-wrapper .content {
  width: calc(33.3333333333% - 30px);
}
.block-stories-to-inspire .content-wrapper .content h2 {
  margin: 0 0 20px;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  color: #4d075e;
}
.block-stories-to-inspire .content-wrapper .stories {
  width: calc(66.6666666667% - 30px);
}
.block-stories-to-inspire .content-wrapper .stories .items {
  display: flex;
  align-items: center;
  gap: 60px;
}
.block-stories-to-inspire .content-wrapper .stories .items .item-group {
  width: calc(50% - 30px);
}
.block-stories-to-inspire .content-wrapper .stories .items .item-group:first-child .item {
  background: #d3cecd;
}
.block-stories-to-inspire .content-wrapper .stories .items .item-group:nth-child(2) .item:nth-child(1) {
  background: #b8d15b;
}
.block-stories-to-inspire .content-wrapper .stories .items .item-group:nth-child(2) .item:nth-child(2) {
  background: #73a6dd;
}
.block-stories-to-inspire .content-wrapper .stories .items .item {
  border: 1px solid #efefef;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  margin: 60px 0;
  display: block;
}
.block-stories-to-inspire .content-wrapper .stories .items .item h3 {
  padding: 20px;
  color: #252A34;
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 1249.98px) {
  .block-stories-to-inspire .content-wrapper .stories .items {
    gap: 40px;
  }
  .block-stories-to-inspire .content-wrapper .stories .items .item-group {
    width: calc(50% - 20px);
  }
  .block-stories-to-inspire .content-wrapper .stories .items .item {
    margin: 40px 0;
    display: block;
  }
  .block-stories-to-inspire .content-wrapper .stories .items .item h3 {
    padding: 15px;
    color: #252A34;
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .block-stories-to-inspire .content-wrapper {
    flex-wrap: wrap;
    gap: 0;
  }
  .block-stories-to-inspire .content-wrapper .content {
    width: 100%;
  }
  .block-stories-to-inspire .content-wrapper .stories {
    width: 100%;
    gap: 0;
  }
  .block-stories-to-inspire .content-wrapper .stories .items {
    flex-wrap: wrap;
    gap: 0;
  }
  .block-stories-to-inspire .content-wrapper .stories .items .item-group {
    width: 100%;
  }
  .block-stories-to-inspire .content-wrapper .stories .items .item {
    margin: 0 0 30px;
  }
  .block-stories-to-inspire .content-wrapper .stories .items .item h3 {
    padding: 15px;
    font-size: 16px;
    line-height: 1.2;
  }
}

.block-team .wrap {
  width: calc(100vw - (50vw - 50%));
  margin-right: calc(-50vw + 50%);
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
.block-team .wrap .content {
  width: 300px;
  font-size: 16px;
  line-height: 1.5;
}
.block-team .wrap .content h2 {
  margin: 0 0 20px;
}
.block-team .wrap .team {
  width: calc(100% - 380px);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.block-team .wrap .team .member {
  width: calc(25% - 6px);
}
.block-team .wrap .team .member__image {
  position: relative;
}
.block-team .wrap .team .member__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-bottom: 100%;
}
.block-team .wrap .team .member h3 {
  font-size: 16px;
  line-height: 1.4;
  color: #5E0744;
  margin: 0;
}
.block-team .wrap .team .member__title {
  font-size: 14px;
  line-height: 1.3;
  font-style: italic;
}
.block-team .wrap .team .member__info {
  padding: 10px 10px 20px;
}
@media (max-width: 1249.98px) {
  .block-team .wrap {
    gap: 60px;
  }
  .block-team .wrap .content {
    width: 300px;
  }
  .block-team .wrap .content h2 {
    margin: 0 0 20px;
  }
  .block-team .wrap .team {
    width: calc(100% - 300px);
  }
}
@media (max-width: 991.98px) {
  .block-team .wrap {
    width: 100%;
    margin-right: 0;
    flex-wrap: wrap;
    gap: 30px;
  }
  .block-team .wrap .content {
    width: 100%;
  }
  .block-team .wrap .team {
    width: 100%;
  }
  .block-team .wrap .team .member h3 {
    font-size: 14px;
    line-height: 1.4;
  }
  .block-team .wrap .team .member__title {
    font-size: 12px;
    line-height: 1.3;
  }
}
@media (max-width: 767.98px) {
  .block-team .wrap .team {
    width: 100%;
    gap: 16px;
  }
  .block-team .wrap .team .member {
    width: calc(50% - 8px);
  }
}

.block-extended-team .header {
  max-width: 860px;
  margin: 0 0 50px;
}
.block-extended-team .header h2 {
  color: #5E0744;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  font-size: 48px;
  line-height: 1;
  margin: 0 0 20px;
}
.block-extended-team .team {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.block-extended-team .team .member {
  width: calc(20% - 8px);
}
.block-extended-team .team .member__image {
  position: relative;
}
.block-extended-team .team .member__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-bottom: 100%;
}
.block-extended-team .team .member h3 {
  font-size: 16px;
  line-height: 1.4;
  color: #5E0744;
  margin: 0;
}
.block-extended-team .team .member__title {
  font-size: 14px;
  line-height: 1.3;
  font-style: italic;
}
.block-extended-team .team .member__info {
  padding: 10px 10px 20px;
}

.block-ambassadors .header {
  max-width: 900px;
  margin: 0 0 40px;
}

.ambassadors-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.5;
  gap: 36px;
}
.ambassadors-list .item {
  width: calc(16.6666666667% - 30px);
}
.ambassadors-list .item__image {
  position: relative;
  margin: 0 0 8px;
}
.ambassadors-list .item__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-bottom: 100%;
}
.ambassadors-list .item__name {
  font-weight: 600;
}
.ambassadors-list .item__title {
  font-size: 12px;
  line-height: 1.5;
  font-style: italic;
}

.block-supporters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
.block-supporters .item__wrapper {
  border-left: 1px solid #f6f4f2;
  padding: 0 20px;
  position: relative;
  width: calc(25% - 24px);
}
.block-supporters .item__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding-bottom: 35px;
}
.block-supporters .item__logo img {
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
}
.block-supporters .item__name {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  max-width: 100%;
  font-size: 12px;
  line-height: 1.4;
}
.block-supporters.five-columns {
  gap: 30px;
}
.block-supporters.five-columns .item__wrapper {
  width: calc(20% - 24px);
}
.block-supporters.five-columns .item__wrapper:nth-child(5n+1) {
  border: none;
}
.block-supporters.four-columns .item__wrapper:nth-child(4n+1) {
  border: none;
}
@media (max-width: 991.98px) {
  .block-supporters {
    gap: 24px;
  }
  .block-supporters .item__wrapper {
    width: calc(25% - 18px);
  }
  .block-supporters.five-columns {
    gap: 20px;
  }
  .block-supporters.five-columns .item__wrapper {
    width: calc(20% - 16px);
  }
}
@media (max-width: 767.98px) {
  .block-supporters {
    gap: 24px;
  }
  .block-supporters .item__wrapper {
    width: calc(33.3333333333% - 16px);
  }
  .block-supporters.five-columns {
    gap: 24px;
  }
  .block-supporters.five-columns .item__wrapper {
    width: calc(33.3333333333% - 16px);
  }
  .block-supporters.five-columns .item__wrapper:nth-child(3n+1) {
    border: none;
  }
  .block-supporters.four-columns .item__wrapper:nth-child(3n+1) {
    border: none;
  }
}
@media (max-width: 539.98px) {
  .block-supporters {
    gap: 24px;
  }
  .block-supporters .item__wrapper {
    width: calc(50% - 12px);
  }
  .block-supporters.five-columns .item__wrapper {
    width: calc(50% - 12px);
  }
  .block-supporters.five-columns .item__wrapper:nth-child(2n+1) {
    border: none;
  }
  .block-supporters.four-columns .item__wrapper:nth-child(2n+1) {
    border: none;
  }
}

.block-video-with-quote {
  background: #f6f4f2;
  margin: 40px 0;
  display: flex;
  gap: 0px;
}
.block-video-with-quote .quote {
  width: 33.3333333333%;
  padding: 40px;
  color: #5E0744;
}
.block-video-with-quote .quote__text {
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  font-size: 22px;
  line-height: 1.4;
  margin: 0 0 20px;
}
.block-video-with-quote .quote__by {
  font-size: 16px;
  line-height: 1.5;
}
.block-video-with-quote .video {
  position: relative;
  width: 66.6666666667%;
  background: #fafafa;
}
.block-video-with-quote .video__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 56.3636364%;
  display: block;
}
.block-video-with-quote .video__btn-play {
  border: none;
  position: absolute;
  background: #cdee50;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 60px;
  outline: none;
  color: #000;
}
.block-video-with-quote .video__btn-play svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.block-video-with-quote .video__btn-play:hover {
  background: #000;
}
.block-video-with-quote .video__btn-play:hover svg {
  stroke: #cdee50;
}
.block-video-with-quote .video__title {
  position: absolute;
  background-image: linear-gradient(to right, rgba(37, 42, 52, 0.9) 0%, rgba(37, 42, 52, 0.7) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6252A34', endColorstr='#B3252A34', GradientType=1);
  bottom: 0;
  right: 0;
  width: calc(100% - 80px);
  min-height: 60px;
  color: #cdee50;
}
.block-video-with-quote .video__title h3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 1249.98px) {
  .block-video-with-quote .quote {
    padding: 30px;
  }
  .block-video-with-quote .quote__text {
    font-size: 21px;
    line-height: 1.4;
  }
}
@media (max-width: 991.98px) {
  .block-video-with-quote {
    margin: 30px 0;
    flex-wrap: wrap;
  }
  .block-video-with-quote .quote {
    width: 100%;
    padding: 20px 20px 30px;
  }
  .block-video-with-quote .video {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .block-video-with-quote .quote__text {
    font-size: 18px;
    line-height: 1.4;
  }
  .block-video-with-quote .quote__by {
    font-size: 14px;
    line-height: 1.5;
  }
  .block-video-with-quote .video__btn-play {
    width: 48px;
    height: 48px;
  }
  .block-video-with-quote .video__btn-play svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 20px;
    height: 20px;
  }
  .block-video-with-quote .video__title {
    width: calc(100% - 48px);
    min-height: 48px;
  }
  .block-video-with-quote .video__title h3 {
    padding: 0 15px;
    font-size: 14px;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
  }
}

.stats-default {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  max-width: 960px;
  margin: 80px auto 0;
}
.stats-default .item {
  width: calc(33.3333333333% - 20px);
  text-align: center;
}
.stats-default .item__value {
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  font-size: 56px;
  line-height: 1;
  margin: 0 0 10px;
  font-weight: 900;
  color: #5E0744;
}
.stats-default .item__text {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 1249.98px) {
  .stats-default .item__value {
    font-size: 48px;
    line-height: 1;
  }
}
@media (max-width: 991.98px) {
  .stats-default {
    margin: 60px auto 0;
  }
  .stats-default .item__value {
    font-size: 36px;
    line-height: 1;
  }
  .stats-default .item__text {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .stats-default {
    margin: 40px auto 0;
    flex-wrap: wrap;
  }
  .stats-default .item {
    width: 100%;
  }
  .stats-default .item__value {
    font-size: 36px;
    line-height: 1;
  }
}

.stats-block {
  position: relative;
}
.stats-block .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
.stats-block .header {
  width: calc(33.3333333333% - 40px);
}
.stats-block .header h4 {
  font-size: 14px;
  line-height: 1;
  margin: 0 0 30px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.stats-block .header p {
  font-size: 16px;
}
.stats-block h3 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 20px;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
}
.stats-block .stats {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  width: calc(66.6666666667% - 40px);
}
.stats-block .stats .item {
  width: calc(50% - 20px);
  background: #f6f4f2;
  padding: 50px 20px;
  text-align: center;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.stats-block .stats .item__value {
  font-size: 64px;
  line-height: 1;
  margin: 0 0 10px;
  font-weight: 900;
  color: #4d075e;
}
.stats-block .stats .item__text {
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .stats-block .wrapper {
    flex-wrap: wrap;
    gap: 40px;
  }
  .stats-block .header {
    width: 100%;
  }
  .stats-block .header h4 {
    font-size: 12px;
    line-height: 1;
    margin: 0 0 20px;
  }
  .stats-block .header p {
    font-size: 14px;
  }
  .stats-block h3 {
    font-size: 24px;
    line-height: 1.2;
  }
  .stats-block .stats {
    gap: 30px;
    width: 100%;
  }
  .stats-block .stats .item {
    width: calc(50% - 15px);
    padding: 40px 20px;
  }
  .stats-block .stats .item__value {
    font-size: 48px;
    line-height: 1;
  }
  .stats-block .stats .item__text {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .stats-block .wrapper {
    gap: 30px;
  }
  .stats-block h3 {
    font-size: 21px;
    line-height: 1.2;
  }
  .stats-block .stats {
    gap: 20px;
  }
  .stats-block .stats .item {
    width: calc(50% - 10px);
    padding: 30px 10px;
  }
  .stats-block .stats .item__value {
    font-size: 36px;
    line-height: 1;
  }
}
@media (max-width: 539.98px) {
  .stats-block .stats .item {
    width: 100%;
  }
}

.membership-plans {
  display: flex;
  gap: 30px;
  margin: 40px 0;
}
.membership-plans .box__wrapper {
  width: calc(33.3333333333% - 20px);
  padding: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: linear-gradient(135deg, #bf0b93, #9b5db2);
}
.membership-plans .box {
  height: 100%;
  padding: 20px 30px 90px;
  background: #fff;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.membership-plans .box .plan__name, .membership-plans .box .plan__price {
  text-align: center;
  font-weight: 900;
}
.membership-plans .box .plan__name {
  margin: 0;
  padding: 0;
}
.membership-plans .box .plan__price {
  margin: 10px 0 30px;
  color: #5E0744;
  font-size: 24px;
}
.membership-plans .box .plan__details {
  font-size: 16px;
  line-height: 1.5;
}
.membership-plans .box .plan__details ul, .membership-plans .box .plan__details p {
  margin: 0 0 15px;
}
.membership-plans .box .plan__details ul {
  padding: 0 0 0 15px;
}
.membership-plans .box .plan__details ul li {
  margin: 0 0 10px;
}
.membership-plans .box .link-btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1249.98px) {
  .membership-plans {
    gap: 18px;
    margin: 30px 0;
  }
  .membership-plans .box__wrapper {
    width: calc(33.3333333333% - 12px);
    padding: 8px;
  }
  .membership-plans .box {
    padding: 20px 15px 80px;
  }
  .membership-plans .box .plan__price {
    margin: 0 0 20px;
  }
  .membership-plans .box .plan__details {
    font-size: 14px;
    line-height: 1.5;
  }
  .membership-plans .box .link-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 991.98px) {
  .membership-plans {
    gap: 18px;
    margin: 30px 0;
    flex-wrap: wrap;
  }
  .membership-plans .box__wrapper {
    width: calc(50% - 9px);
    padding: 6px;
  }
  .membership-plans .box__wrapper:first-child {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .membership-plans {
    gap: 18px;
    margin: 30px 0;
    flex-wrap: wrap;
  }
  .membership-plans .box__wrapper {
    width: 100%;
  }
  .membership-plans .box__wrapper:first-child {
    width: 100%;
  }
}

.home-featured-events {
  padding: 120px 0 90px;
}
.home-featured-events .wrap {
  display: flex;
  gap: 80px;
}
.home-featured-events .wrap .section {
  width: calc(50% - 40px);
}
.home-featured-events .wrap .section__left {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
}
.home-featured-events .wrap .section__right {
  border-top: 3px solid #bf0b93;
  padding-top: 20px;
}
.home-featured-events .wrap .section__right .content p, .home-featured-events .wrap .section__right .content .read-more-link {
  display: inline;
}
.home-featured-events .wrap .section__right .content p {
  font-style: italic;
}
.home-featured-events .wrap .section__right .items {
  margin-top: 40px;
}
.home-featured-events .wrap .section__right .items .item {
  padding-left: 30%;
  position: relative;
  margin: 0 0 20px;
}
.home-featured-events .wrap .section__right .items .item:last-child {
  margin: 0;
}
.home-featured-events .wrap .section__right .items .item figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 40%;
  display: block;
}
.home-featured-events .wrap .section__right .items .item__info {
  position: absolute;
  left: 0;
  top: 10px;
  width: 60%;
}
.home-featured-events .wrap .section__right .items .item__info .date {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 10px;
}
.home-featured-events .wrap .section__right .items .item__info h4 {
  font-size: 18px;
  line-height: 1.4;
}
.home-featured-events .wrap .section__right .items .item__info h4 a {
  color: #000;
}
.home-featured-events .wrap .section__right .items .item__info h4 span {
  background: #cdee50;
}
@media (max-width: 991.98px) {
  .home-featured-events {
    padding: 80px 0 90px;
  }
  .home-featured-events .wrap {
    gap: 40px;
  }
  .home-featured-events .wrap .section {
    width: calc(50% - 20px);
  }
  .home-featured-events .wrap .section__right .items {
    margin-top: 40px;
  }
  .home-featured-events .wrap .section__right .items .item {
    padding-left: 30%;
  }
  .home-featured-events .wrap .section__right .items .item figure {
    background-size: cover;
    -ms-behavior: url(/css/backgroundsize.min.htc);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    width: 100%;
    padding-top: 56.3636364%;
    display: block;
  }
  .home-featured-events .wrap .section__right .items .item__info {
    width: 70%;
  }
  .home-featured-events .wrap .section__right .items .item__info .date {
    font-size: 12px;
    line-height: 1.2;
  }
  .home-featured-events .wrap .section__right .items .item__info h4 {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 767.98px) {
  .home-featured-events {
    padding: 60px 0 70px;
  }
  .home-featured-events .wrap {
    flex-wrap: wrap;
    gap: 30px;
  }
  .home-featured-events .wrap .section {
    width: 100%;
  }
  .home-featured-events .wrap .section__left {
    padding-bottom: 56.25%;
  }
  .home-featured-events .wrap .section__right .items {
    margin-top: 40px;
  }
  .home-featured-events .wrap .section__right .items .item {
    padding-left: 30%;
  }
  .home-featured-events .wrap .section__right .items .item figure {
    background-size: cover;
    -ms-behavior: url(/css/backgroundsize.min.htc);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    width: 100%;
    padding-top: 56.3636364%;
    display: block;
  }
  .home-featured-events .wrap .section__right .items .item__info {
    width: 70%;
  }
  .home-featured-events .wrap .section__right .items .item__info .date {
    font-size: 12px;
    line-height: 1.2;
  }
  .home-featured-events .wrap .section__right .items .item__info h4 {
    font-size: 16px;
    line-height: 1.4;
  }
}

.featured-events__alt .tags-list {
  margin: 0 0 20px;
}
.featured-events__alt .tags-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  line-height: 16px;
}
.featured-events__alt .tags-list ul li a {
  display: inline-block;
  background: #efefef;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 9px 16px;
  color: #000;
  background-color: #cdee50;
  background-color: #eedff3;
  color: #5E0744;
  border: 1px solid #dabae5;
  background: #eedff3;
}
.featured-events__alt .tags-list ul li a:hover {
  background: #f8f8f8;
}
.featured-events__alt .header {
  padding-bottom: 20px;
}
.featured-events__alt .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
.featured-events__alt .list .item {
  display: flex;
  width: calc(50% - 15px);
  border-top: 1px solid #bf0b93;
  padding: 20px 0;
  gap: 30px;
}
.featured-events__alt .list .item__image {
  width: calc(40% - 15px);
}
.featured-events__alt .list .item__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 56.3636364%;
  display: block;
}
.featured-events__alt .list .item__header {
  width: calc(60% - 15px);
  padding-right: 20px;
  position: relative;
}
.featured-events__alt .list .item__header h3 {
  font-size: 21px;
  line-height: 1.3;
}
.featured-events__alt .list .item__header .date {
  font-size: 12px;
  line-height: 1;
  margin: 0 0 5px;
}
.featured-events__alt .list .item__header .location {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  line-height: 1;
  font-style: italic;
}

.featured-resources h2 {
  margin: 0 0 20px;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  color: #5E0744;
  font-size: 36px;
  line-height: 1.2;
  width: calc(100% - 300px);
}
.featured-resources .header {
  padding-bottom: 20px;
  position: relative;
}
.featured-resources .wrapper {
  display: flex;
  gap: 50px;
}
.featured-resources .wrapper .section__left, .featured-resources .wrapper .section__right {
  width: calc(50% - 25px);
}
.featured-resources .wrapper .section__left .item__image {
  margin: 0 0 10px;
}
.featured-resources .wrapper .section__left .item__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 56.3636364%;
  display: block;
}
.featured-resources .wrapper .section__left .item h3 {
  font-size: 30px;
  line-height: 1.2;
}
.featured-resources .wrapper .section__left .item p {
  font-size: 16px;
  line-height: 1.5;
}
.featured-resources .wrapper .section__right .items {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.featured-resources .wrapper .section__right .items .item {
  width: calc(50% - 25px);
}
.featured-resources .wrapper .section__right .items .item__image {
  margin: 0 0 10px;
}
.featured-resources .wrapper .section__right .items .item__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 56.3636364%;
  display: block;
}
.featured-resources .wrapper .section__right .items .item h3 {
  font-size: 18px;
  line-height: 1.2;
}

.block-collage-content .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.block-collage-content .figure-group {
  width: calc(50% - 30px);
  padding: 60px 30px;
  position: relative;
}
.block-collage-content .figure-group h2 {
  background: #5E0744;
  padding: 40px 25px;
  color: #fff;
  font-family: Mulish, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  width: 240px;
  text-transform: none;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 900;
  z-index: 10;
  letter-spacing: 0;
  position: relative;
}
.block-collage-content .figure-group .image {
  z-index: 2;
  max-width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
}
.block-collage-content .figure-group .image__1 {
  right: 0;
  top: 0;
  width: 67%;
  height: 180px;
}
.block-collage-content .figure-group .image__2 {
  right: 30px;
  bottom: 50px;
  width: 67%;
  height: 260px;
}
.block-collage-content .figure-group .image__3 {
  left: 0;
  bottom: 0;
  width: 40%;
  height: 45%;
}
.block-collage-content .content {
  width: calc(50% - 30px);
}
.block-collage-content .content h3 {
  margin: 0 0 30px;
}
@media (max-width: 1249.98px) {
  .block-collage-content .wrap {
    gap: 40px;
  }
  .block-collage-content .figure-group {
    width: calc(50% - 20px);
    padding: 60px 30px;
    position: relative;
    height: 360px;
  }
  .block-collage-content .figure-group h2 {
    padding: 25px;
    width: 200px;
    font-size: 24px;
    line-height: 1.2;
  }
  .block-collage-content .figure-group .image__1 {
    height: 180px;
  }
  .block-collage-content .figure-group .image__2 {
    right: 20px;
    bottom: 30px;
    height: 180px;
  }
  .block-collage-content .figure-group .image__3 {
    left: 0;
    bottom: 0;
    width: 40%;
    height: 50%;
  }
  .block-collage-content .content {
    width: calc(50% - 20px);
  }
}
@media (max-width: 991.98px) {
  .block-collage-content {
    padding: 30px 0;
    margin: 0 0 40px;
  }
  .block-collage-content .figure-group {
    height: 300px;
  }
  .block-collage-content .figure-group h2 {
    padding: 20px 15px;
    width: 160px;
    font-size: 21px;
    line-height: 1.2;
  }
  .block-collage-content .figure-group .image__1 {
    right: 0;
    top: 0;
    width: 67%;
    height: 150px;
  }
  .block-collage-content .figure-group .image__2 {
    right: 20px;
    bottom: 30px;
    width: 67%;
    height: 150px;
  }
  .block-collage-content .figure-group .image__3 {
    left: 0;
    bottom: 0;
    width: 40%;
    height: 45%;
  }
}
@media (max-width: 767.98px) {
  .block-collage-content .wrap {
    gap: 30px;
  }
  .block-collage-content .figure-group, .block-collage-content .content {
    width: 100%;
  }
  .block-collage-content .figure-group {
    max-width: 400px;
    margin: 0 auto;
    height: 260px;
  }
  .block-collage-content .figure-group h2 {
    padding: 20px 15px;
    width: 160px;
    font-size: 18px;
    line-height: 1.2;
  }
}

.block-videos .heading2 {
  max-width: 900px;
  margin: 0 0 40px;
}
.block-videos .content {
  padding-left: 240px;
  font-size: 21px;
  line-height: 1.4;
  font-style: italic;
}
.block-videos .items {
  display: flex;
  gap: 40px;
  margin-top: 50px;
}
.block-videos .items .item {
  position: relative;
  width: calc(50% - 20px);
  position: relative;
  background: #fafafa;
}
.block-videos .items .item__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 56.3636364%;
  display: block;
}
.block-videos .items .item__btn-play {
  border: none;
  background: #cdee50;
  color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 60px;
  outline: none;
}
.block-videos .items .item__btn-play svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.block-videos .items .item__btn-play:hover {
  background: #000;
}
.block-videos .items .item__btn-play:hover svg {
  stroke: #cdee50;
}
.block-videos .items .item__title {
  position: absolute;
  background-image: linear-gradient(to right, rgba(37, 42, 52, 0.9) 0%, rgba(37, 42, 52, 0.7) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6252A34', endColorstr='#B3252A34', GradientType=1);
  bottom: 0;
  right: 0;
  width: calc(100% - 80px);
  min-height: 60px;
  color: #cdee50;
}
.block-videos .items .item__title h3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
}
.block-videos .items .item__title h3 a {
  color: #cdee50;
}
@media (max-width: 1249.98px) {
  .block-videos .heading2 {
    margin: 0 0 30px;
  }
  .block-videos .content {
    padding-left: 180px;
  }
}
@media (max-width: 991.98px) {
  .block-videos .heading2 {
    margin: 0 0 20px;
  }
  .block-videos .content {
    padding-left: 0;
    font-size: 18px;
    line-height: 1.4;
  }
  .block-videos .items {
    gap: 20px;
    margin-top: 30px;
  }
  .block-videos .items .item {
    width: calc(50% - 10px);
  }
  .block-videos .items .item__btn-play {
    width: 50px;
    height: 50px;
  }
  .block-videos .items .item__title {
    width: calc(100% - 50px);
    min-height: 50px;
  }
  .block-videos .items .item__title h3 {
    padding: 0 15px;
    font-size: 14px;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
  }
}
@media (max-width: 767.98px) {
  .block-videos .content {
    font-size: 16px;
    line-height: 1.4;
  }
  .block-videos .items {
    flex-wrap: wrap;
  }
  .block-videos .items .item {
    width: 100%;
  }
}

.cart-wrapper {
  display: flex;
  gap: 60px;
}
.cart-wrapper .cart-items {
  width: 66.6666666667%;
}
.cart-wrapper .cart-items .cart-item {
  border-bottom: 1px solid #efefef;
  display: flex;
  gap: 40px;
  padding: 20px 0;
}
.cart-wrapper .cart-items .cart-item.has-warning {
  background: lightyellow;
  padding: 20px;
  margin: 10px 0;
  border: 1px solid darkgoldenrod;
}
.cart-wrapper .cart-items .cart-item__header {
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #5E0744;
  padding: 30px 0 10px;
}
.cart-wrapper .cart-items .cart-item .col-product {
  width: 75%;
}
.cart-wrapper .cart-items .cart-item .col-product .head4 {
  font-size: 10px;
}
.cart-wrapper .cart-items .cart-item .col-product .excerpt {
  font-size: 14px;
  line-height: 1.4;
}
.cart-wrapper .cart-items .cart-item .col-product .coupon-code {
  font-size: 14px;
  line-height: 1.4;
  color: green;
  margin: 0 0 15px;
}
.cart-wrapper .cart-items .cart-item .col-product .error {
  color: red;
  font-size: 14px;
  line-height: 1.4;
  font-style: italic;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 20px;
}
.cart-wrapper .cart-items .cart-item .col-amount {
  width: calc(33.3333333333% - 40px);
  text-align: right;
  font-weight: 700;
}
.cart-wrapper .cart-items .cart-item .col-amount .discount {
  color: red;
  font-size: 0.925em;
}
.cart-wrapper .cart-items .cart-item .col-amount .net-amount {
  color: green;
  display: inline-block;
  border-top: 1px solid #5E0744;
  padding: 2px 0 0 10px;
  margin: 5px 0 0;
}
.cart-wrapper .cart-summary {
  width: calc(40% - 60px);
}
.cart-wrapper .cart-summary .checkout-summary {
  margin: 30px 0 0;
  padding: 5px;
  border: 1px solid rgba(94, 7, 68, 0.4);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.cart-wrapper .cart-summary .checkout-summary .cart-total {
  text-align: center;
  padding: 50px 20px;
  background: rgba(94, 7, 68, 0.1);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.cart-wrapper .cart-summary .checkout-summary .cart-total .value {
  color: #5E0744;
  font-size: 1.75em;
  font-weight: 700;
}
.cart-wrapper .cart-summary .checkout-summary .link-btn {
  margin: 5px 0 0;
}
.cart-wrapper .cart-summary .checkout-summary .cart-error {
  margin: 5px 0 0;
  padding: 15px 20px 15px 48px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d6d8db;
  position: relative;
  color: #721c24;
  border-color: #f5c6cb;
  background: #f8d7da url(../img/icon-error.png) no-repeat 15px 15px;
  background-size: 20px;
}
@media (max-width: 991.98px) {
  .cart-wrapper {
    gap: 40px;
  }
  .cart-wrapper .cart-items {
    width: 60%;
  }
  .cart-wrapper .cart-items .cart-item {
    gap: 30px;
  }
  .cart-wrapper .cart-items .cart-item .col-product {
    width: 70%;
  }
  .cart-wrapper .cart-items .cart-item .col-amount {
    width: calc(30% - 30px);
  }
  .cart-wrapper .cart-summary {
    width: calc(40% - 40px);
  }
  .cart-wrapper .cart-summary .checkout-summary .cart-total {
    padding: 40px 15px;
  }
  .cart-wrapper .cart-summary .checkout-summary .cart-total .value {
    font-size: 1.5em;
  }
  .cart-wrapper .cart-summary .checkout-summary .link-btn {
    margin: 5px 0 0;
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .cart-wrapper {
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
  .cart-wrapper .cart-items, .cart-wrapper .cart-summary {
    width: 100%;
  }
  .cart-wrapper .cart-items .cart-item {
    gap: 20px;
  }
  .cart-wrapper .cart-items .cart-item__header {
    padding-top: 20px;
    font-size: 10px !important;
  }
  .cart-wrapper .cart-items .cart-item__header .col-amount {
    font-size: 10px !important;
  }
  .cart-wrapper .cart-items .cart-item .col-product {
    width: 66.6666666667%;
  }
  .cart-wrapper .cart-items .cart-item .col-product .excerpt {
    font-size: 12px;
  }
  .cart-wrapper .cart-items .cart-item .col-amount {
    width: calc(33.3333333333% - 30px);
    font-size: 12px;
  }
}

.checkout-wrapper {
  padding: 60px 0 0;
  display: flex;
  align-items: flex-start;
}
.checkout-wrapper.row-reverse {
  flex-direction: row-reverse;
}
.checkout-wrapper {
  flex-wrap: wrap;
  gap: 60px;
}
.checkout-wrapper .checkout-form, .checkout-wrapper .order-details {
  width: calc(50% - 30px);
}
.checkout-wrapper.thankyou .order-details {
  width: 100%;
  max-width: 900px;
}
.checkout-wrapper .checkout-form {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 30px;
}
.checkout-wrapper .checkout-form p {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 1.4;
}
.checkout-wrapper .checkout-form .row {
  margin-left: -10px;
  margin-right: -10px;
}
.checkout-wrapper .checkout-form .row > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.checkout-wrapper .checkout-form .button-wrapper {
  margin: 20px 0 0;
  text-align: center;
}
.checkout-wrapper .order-details .order-items {
  margin: 30px 0;
}
.checkout-wrapper .order-details .order-items .item {
  margin: 0 0 30px;
}
.checkout-wrapper .order-details .order-items .item .summary {
  font-size: 14px;
  line-height: 1.4;
}
.checkout-wrapper .order-details .order-items .item .coupon-code {
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 10px;
}
.checkout-wrapper .order-details .order-items .item .coupon-code.error {
  color: red;
}
@media (max-width: 991.98px) {
  .checkout-wrapper {
    padding-top: 40px;
    gap: 30px;
  }
  .checkout-wrapper .checkout-form {
    width: 50%;
    padding: 20px;
  }
  .checkout-wrapper .checkout-form p {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.4;
  }
  .checkout-wrapper .order-details .order-items {
    margin: 25px 0;
  }
  .checkout-wrapper .order-details .order-items .item .summary {
    font-size: 12px;
    line-height: 1.4;
  }
}
@media (max-width: 767.98px) {
  .checkout-wrapper {
    padding-top: 30px;
  }
  .checkout-wrapper .checkout-form, .checkout-wrapper .order-details {
    width: 100%;
  }
}

.payment-method-form {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 30px;
  max-width: 480px;
}
.payment-method-form button {
  margin-top: 30px;
}

.login-form {
  max-width: 360px;
  margin: 0 auto;
}
.login-form .row {
  margin-left: -10px;
  margin-right: -10px;
}
.login-form .row > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.login-form.register {
  max-width: 720px;
}
.login-form.register form {
  margin-top: 40px;
}
.login-form h2 {
  margin: 0 0 30px;
  text-align: center;
  color: #5E0744;
}
.login-form .instructions {
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 30px;
}
.login-form__footer {
  margin-top: -10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login-form__footer .login-other-links {
  font-size: 12px;
  line-height: 1;
}

.login-ajax-response {
  display: none;
  margin: 0 0 30px;
  padding: 10px 15px 12px;
  color: #383d41;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d6d8db;
  background-color: #e2e3e5;
  position: relative;
}
.login-ajax-response p {
  margin: 0;
}
.login-ajax-response.success {
  border: none;
  background: none;
  text-align: center;
}
.login-ajax-response.success svg, .login-ajax-response.success img {
  margin: 0 auto 20px;
}
.login-ajax-response.error {
  padding-left: 40px;
  color: #721c24;
  border-color: #f5c6cb;
  background: #f8d7da url(../img/icon-error.png) no-repeat 12px 14px;
  background-size: 16px;
}
.login-ajax-response.warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.login-ajax-response.info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.login-ajax-response.dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.login-ajax-response.primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.login-ajax-response p {
  margin: 0 0 10px;
}
.login-ajax-response p:last-child {
  margin: 0;
}
.login-ajax-response .checkmark {
  margin: 0 auto 10px;
}

.login-message, .success-message-login {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
.login-message svg, .success-message-login svg {
  margin: 0 auto 30px;
}

.icon-lock {
  background: #bf0b93 url(../img/icon-lock_white.png) no-repeat center center;
  background-size: 32px 32px;
  width: 56px;
  height: 56px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto 20px;
}

.icon-error {
  background: #bf0b93 url(../img/icon-error_white.png) no-repeat center center;
  background-size: 32px 32px;
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.icon-info {
  background: #bf0b93 url(../img/icon-info_white.png) no-repeat center center;
  background-size: 32px 32px;
  width: 56px;
  height: 56px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto 20px;
}

.member-profile-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.member-profile-wrapper .sidebar {
  width: 300px;
  background-color: #cdee50;
  position: relative;
  padding: 40px 30px 30px;
}
.member-profile-wrapper .sidebar::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 24px;
  top: 0;
  left: 30px;
  background-color: #bf0b93;
}
.member-profile-wrapper .sidebar h4 {
  margin: 0 0 20px;
  color: #bf0b93;
  border-top: 1px dashed #5E0744;
  padding-top: 10px;
}
.member-profile-wrapper .sidebar .navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.5;
}
.member-profile-wrapper .sidebar .navigation ul li {
  margin: 0 0 15px;
}
.member-profile-wrapper .sidebar .navigation ul li:last-child {
  margin: 0;
}
.member-profile-wrapper .sidebar .navigation ul li a {
  color: #404040;
  font-weight: 400;
}
.member-profile-wrapper .sidebar .navigation ul li.active a {
  font-weight: 700;
}
.member-profile-wrapper .content {
  width: calc(100% - 350px);
  max-width: 640px;
}
.member-profile-wrapper .content .header {
  margin: 0 0 40px;
}
.member-profile-wrapper .content .header .info {
  font-size: 16px;
  line-height: 1.5;
}
.member-profile-wrapper .content .current-membership {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
.member-profile-wrapper .content .current-membership .item {
  width: calc(50% - 20px);
}
.member-profile-wrapper .content .current-membership .item__renewal {
  width: 100%;
}
.member-profile-wrapper .content .current-membership .item__renewal p {
  font-size: 14px;
  line-height: 1.4;
}
.member-profile-wrapper .content .upgrade-options .item {
  border-bottom: 1px solid #f6f4f2;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.member-profile-wrapper .content .upgrade-options .item__info p {
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 991.98px) {
  .member-profile-wrapper {
    gap: 30px;
  }
  .member-profile-wrapper .sidebar {
    width: 210px;
    padding: 40px 15px 20px;
  }
  .member-profile-wrapper .sidebar::before {
    left: 15px;
  }
  .member-profile-wrapper .sidebar .navigation ul {
    font-size: 14px;
    line-height: 1.5;
  }
  .member-profile-wrapper .content {
    width: calc(100% - 240px);
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .member-profile-wrapper {
    gap: 30px;
  }
  .member-profile-wrapper .sidebar {
    width: 100%;
    padding: 15px 20px;
    border-top: 4px solid #5E0744;
  }
  .member-profile-wrapper .sidebar::before {
    display: none;
  }
  .member-profile-wrapper .sidebar h4 {
    text-align: center;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border: none;
    border-bottom: 1px dashed #5E0744;
  }
  .member-profile-wrapper .sidebar .navigation ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 15px;
    justify-content: center;
  }
  .member-profile-wrapper .sidebar .navigation ul li {
    margin: 0;
  }
  .member-profile-wrapper .sidebar .navigation ul li a {
    color: #404040;
    font-weight: 400;
  }
  .member-profile-wrapper .sidebar .navigation ul li.active a {
    font-weight: 700;
  }
  .member-profile-wrapper .content {
    width: 100%;
  }
}

.member-navigation {
  border-bottom: 1px solid #efefef;
  font-size: 14px;
  line-height: 1.4;
  height: 44px;
  overflow: hidden;
}
.member-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
  justify-content: center;
  gap: 20px;
  overflow: auto;
  overflow-y: hidden;
  white-space: nowrap;
  height: 60px;
}
.member-navigation ul li {
  display: inline-block;
  margin: 0 5px;
  padding: 12px 10px;
  text-transform: uppercase;
  position: relative;
}
.member-navigation ul li:first-child {
  margin-left: 0;
}
.member-navigation ul li:last-child {
  margin-right: 0;
}
.member-navigation ul li a {
  color: #000;
}
.member-navigation ul li.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  background-color: #bf0b93;
  height: 4px;
}
.member-navigation ul li.active a {
  color: #bf0b93;
}
@media (max-width: 991.98px) {
  .member-navigation .container {
    max-width: 100%;
  }
}

.member-content {
  padding: 60px 0;
}
.member-content .member-content__header {
  padding-bottom: 10px;
  border-bottom: 2px solid #bf0b93;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .member-content {
    padding: 50px 0;
  }
}
@media (max-width: 991.98px) {
  .member-content {
    padding: 30px 0;
  }
}

.content-dasboard {
  text-align: center;
  max-width: 720px;
  margin: 80px auto 60px;
}

.data-list {
  margin: 30px 0;
}
.data-list .item {
  display: flex;
  position: relative;
  border-top: 1px solid #efefef;
  padding: 15px 0 15px 0;
  font-size: 12px;
  line-height: 1.3;
}
.data-list .item:last-child {
  padding-bottom: 0;
}
.data-list .item.new-item {
  background: rgba(228, 245, 213, 0.5);
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
.data-list .item__header {
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  color: #5E0744;
  letter-spacing: 0.05em;
  border: none;
  padding-top: 0;
}
.data-list .item__header .sortable {
  padding-left: 12px;
  position: relative;
  cursor: pointer;
}
.data-list .item__header .sortable::before, .data-list .item__header .sortable::after {
  border: 4px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: 0;
  top: 50%;
  position: absolute;
  width: 0;
}
.data-list .item__header .sortable::before {
  border-bottom-color: #ccc;
  margin-top: -9px;
}
.data-list .item__header .sortable::after {
  border-top-color: #ccc;
  margin-top: 1px;
}
.data-list .item__header .sortable.desc::after {
  border-top-color: #5E0744;
}
.data-list .item__header .sortable.asc::before {
  border-bottom-color: #5E0744;
}
.data-list .item__col {
  padding-right: 20px;
}
.data-list .item__col h3, .data-list .item__col h4 {
  margin: 0;
}
.data-list .item__col p {
  margin: 0 0 2px;
}
.data-list .item__col p span {
  color: #666;
  font-style: italic;
  font-size: 0.825em;
}
.data-list .item__col a:not(.link-btn) {
  color: #5E0744;
}
.data-list .item__col .na {
  font-size: 0.875em;
  color: #999;
}
.data-list .item__col .label {
  display: none;
}
.data-list .item__action {
  width: 10%;
  padding-right: 0;
  text-align: right;
}
.data-list .item__action button {
  margin-left: 5px;
}
.data-list .item__action button:first-child {
  margin: 0;
}
.data-list .item__action .disabled {
  cursor: not-allowed;
}
.data-list .item__action .disabled svg {
  stroke: #ccc;
}
.data-list .item__action .disabled:hover {
  border-color: #ccc;
}
.data-list .item__action .disabled:hover svg {
  stroke: #ccc;
}
.data-list .item__action a {
  display: inline-block;
  border: 1px solid #ccc;
  width: 26px;
  height: 26px;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #000;
  margin: 0 0 0 5px;
}
.data-list .item__action a:first-child {
  margin-left: 0;
}
.data-list .item__action a svg {
  stroke: #000;
  width: 16px;
}
.data-list .item__action a:hover {
  border-color: #5E0744;
}
.data-list .item__action a:hover svg {
  stroke: #5E0744;
}
.data-list .item__action a.disabled {
  display: none;
}
@media (max-width: 991.98px) {
  .data-list .item__col .label {
    text-transform: uppercase;
    color: #5E0744;
    font-size: 10px;
    line-height: 1;
    margin: 0 0 5px;
    font-weight: 700;
  }
}

.board-positions-wishlist__wrapper {
  margin-bottom: 80px;
}

.data-list.board-positions-wishlist .item {
  flex-wrap: wrap;
}
.data-list.board-positions-wishlist .col-organisation {
  width: 20%;
}
.data-list.board-positions-wishlist .col-position {
  width: 20%;
}
.data-list.board-positions-wishlist .col-location {
  width: 20%;
}
.data-list.board-positions-wishlist .col-closing-date {
  width: 15%;
}
.data-list.board-positions-wishlist .col-action {
  text-align: right;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5px;
}
@media (max-width: 991.98px) {
  .data-list.board-positions-wishlist .col-organisation {
    width: 30%;
  }
  .data-list.board-positions-wishlist .col-position {
    width: 30%;
  }
  .data-list.board-positions-wishlist .col-location {
    width: 25%;
  }
  .data-list.board-positions-wishlist .col-closing-date {
    width: 15%;
  }
  .data-list.board-positions-wishlist .col-action {
    margin: 10px 0 0;
    text-align: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
  }
  .data-list.board-positions-wishlist .item__header .col-action {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .data-list.board-positions-wishlist .col-closing-date {
    text-align: right;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .data-list.board-positions-wishlist .item__header {
    display: none;
  }
  .data-list.board-positions-wishlist .item__col {
    width: 50%;
    margin: 0 0 15px;
  }
  .data-list.board-positions-wishlist .item__col .label {
    display: block;
  }
  .data-list.board-positions-wishlist .item .col-action {
    margin-bottom: 0;
    width: 100%;
  }
}

.data-list.board-positions-list .item {
  flex-wrap: wrap;
  padding: 20px 15px;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.data-list.board-positions-list .item:nth-child(even) {
  background: #f6f4f2;
}
.data-list.board-positions-list .col-id {
  width: 6%;
}
.data-list.board-positions-list .col-status {
  width: 11%;
  text-transform: uppercase;
  font-weight: 700;
}
.data-list.board-positions-list .col-status .status-pending {
  color: #000;
}
.data-list.board-positions-list .col-status .status-rejected {
  color: red;
}
.data-list.board-positions-list .col-status .status-publish {
  color: green;
}
.data-list.board-positions-list .col-plan {
  width: 11%;
  text-transform: uppercase;
  font-weight: 700;
}
.data-list.board-positions-list .col-organisation {
  width: 17%;
}
.data-list.board-positions-list .col-position {
  width: 17%;
}
.data-list.board-positions-list .col-location {
  width: 17%;
}
.data-list.board-positions-list .col-views {
  width: 6%;
}
.data-list.board-positions-list .col-closing-date {
  width: 15%;
  text-align: right;
  padding: 0;
}
.data-list.board-positions-list .col-comments {
  padding: 10px 0 0;
  font-style: italic;
  color: #666;
}
.data-list.board-positions-list .col-action {
  padding: 15px 0 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.data-list.board-positions-list .col-action .action-buttons {
  display: flex;
  gap: 5px;
}
@media (max-width: 991.98px) {
  .data-list.board-positions-list .item__header {
    display: none;
  }
  .data-list.board-positions-list .item__col {
    width: 25%;
    margin: 0 0 15px;
  }
  .data-list.board-positions-list .item__col .label {
    display: block;
  }
  .data-list.board-positions-list .item .col-closing-date {
    text-align: left;
  }
  .data-list.board-positions-list .item .col-action {
    margin-bottom: 0;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .data-list.board-positions-list .item__col {
    width: 50%;
  }
  .data-list.board-positions-list .item .col-action {
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  .data-list.board-positions-list .item .col-action .action-buttons, .data-list.board-positions-list .item .col-action .edit-closing-date {
    width: 100%;
  }
  .data-list.board-positions-list .item .col-action .action-buttons {
    flex-wrap: wrap;
  }
  .data-list.board-positions-list .item .col-action .edit-closing-date {
    margin-top: 15px;
    width: 100%;
  }
}

.select-vacancy-plan .header {
  max-width: 860px;
  margin: 0 0 40px;
}
.select-vacancy-plan .item {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  padding: 30px 30px 70px;
  position: relative;
}
.select-vacancy-plan .item .link-btn__wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  width: 100%;
}
.select-vacancy-plan .footer {
  margin: 50px 0 0;
  text-align: center;
}
@media (max-width: 991.98px) {
  .select-vacancy-plan .item {
    padding: 30px 20px 60px;
  }
}

.btn-edit-closing-date {
  border: none;
  outline: none;
  background: none;
  padding: 5px 6px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.btn-edit-closing-date svg {
  width: 14px;
  height: 14px;
  stroke: #bf0b93;
  margin-right: 5px;
}

.form-edit-closing-date {
  display: flex;
  justify-content: space-between;
  display: none;
}
.form-edit-closing-date input {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: none;
  padding: 5px;
  background-position: right 5px center !important;
}
.form-edit-closing-date input[disabled] {
  background: none;
}
.form-edit-closing-date .btn-update-closing-date {
  border: none;
  outline: none;
  background: none;
  padding: 5px;
  margin-left: 5px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #5E0744;
}
.form-edit-closing-date svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
}

.apply-coupon__vacancy {
  margin: 0 0 30px;
}
.apply-coupon__vacancy .validate-coupon-code {
  margin: 10px 0 0;
}

.data-list.event-wishlist .item {
  flex-wrap: wrap;
}
.data-list.event-wishlist .col-name {
  width: 20%;
}
.data-list.event-wishlist .col-location {
  width: 15%;
}
.data-list.event-wishlist .col-date {
  width: 10%;
}
.data-list.event-wishlist .col-time {
  width: 10%;
}
.data-list.event-wishlist .col-summary {
  width: 25%;
}
.data-list.event-wishlist .col-action {
  text-align: right;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5px;
}
@media (max-width: 991.98px) {
  .data-list.event-wishlist .col-name {
    width: 25%;
  }
  .data-list.event-wishlist .col-location {
    width: 18%;
  }
  .data-list.event-wishlist .col-date {
    width: 14%;
  }
  .data-list.event-wishlist .col-time {
    width: 16%;
  }
  .data-list.event-wishlist .col-summary {
    width: 27%;
    padding-right: 0;
  }
  .data-list.event-wishlist .col-action {
    margin: 10px 0 0;
    text-align: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
  }
  .data-list.event-wishlist .item__header .col-action {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .data-list.event-wishlist .item__header {
    display: none;
  }
  .data-list.event-wishlist .item__col {
    width: 50%;
    margin: 0 0 15px;
  }
  .data-list.event-wishlist .item__col .label {
    display: block;
  }
  .data-list.event-wishlist .item .col-summary {
    width: 100%;
    padding-right: 0;
  }
  .data-list.event-wishlist .item .col-action {
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  .data-list.event-wishlist .item .col-action .action-buttons, .data-list.event-wishlist .item .col-action .edit-closing-date {
    width: 100%;
  }
  .data-list.event-wishlist .item .col-action .action-buttons {
    flex-wrap: wrap;
  }
  .data-list.event-wishlist .item .col-action .edit-closing-date {
    margin-top: 15px;
    width: 100%;
  }
}

.data-list.services-purchased .item {
  flex-wrap: wrap;
}
.data-list.services-purchased .col-name {
  width: 50%;
}
.data-list.services-purchased .col-date {
  width: 30%;
}
.data-list.services-purchased .col-action {
  text-align: right;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5px;
}
@media (max-width: 991.98px) {
  .data-list.services-purchased .col-name {
    width: 25%;
  }
  .data-list.services-purchased .col-location {
    width: 18%;
  }
  .data-list.services-purchased .col-date {
    width: 14%;
  }
  .data-list.services-purchased .col-time {
    width: 16%;
  }
  .data-list.services-purchased .col-summary {
    width: 27%;
    padding-right: 0;
  }
  .data-list.services-purchased .col-action {
    margin: 10px 0 0;
    text-align: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
  }
  .data-list.services-purchased .item__header .col-action {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .data-list.services-purchased .item__header {
    display: none;
  }
  .data-list.services-purchased .item__col {
    width: 50%;
    margin: 0 0 15px;
  }
  .data-list.services-purchased .item__col .label {
    display: block;
  }
  .data-list.services-purchased .item .col-summary {
    width: 100%;
    padding-right: 0;
  }
  .data-list.services-purchased .item .col-action {
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  .data-list.services-purchased .item .col-action .action-buttons, .data-list.services-purchased .item .col-action .edit-closing-date {
    width: 100%;
  }
  .data-list.services-purchased .item .col-action .action-buttons {
    flex-wrap: wrap;
  }
  .data-list.services-purchased .item .col-action .edit-closing-date {
    margin-top: 15px;
    width: 100%;
  }
}

.data-list.orders-list .item {
  flex-wrap: wrap;
}
.data-list.orders-list .col-date {
  width: 20%;
}
.data-list.orders-list .col-amount {
  width: 15%;
}
.data-list.orders-list .col-discount {
  width: 15%;
}
.data-list.orders-list .col-net-amount {
  width: 15%;
}
.data-list.orders-list .col-transaction-id {
  width: 20%;
}
.data-list.orders-list .col-action {
  text-align: right;
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5px;
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .data-list.orders-list .item__header {
    display: none;
  }
  .data-list.orders-list .item__col {
    width: 33.3333333333%;
    margin: 0 0 15px;
  }
  .data-list.orders-list .item__col .label {
    display: block;
  }
  .data-list.orders-list .item .col-action {
    margin-bottom: 0;
    text-align: left;
    justify-content: start;
  }
}
@media (max-width: 539.98px) {
  .data-list.orders-list .item__header {
    display: none;
  }
  .data-list.orders-list .item__col {
    width: 50%;
    margin: 0 0 15px;
  }
  .data-list.orders-list .item__col .label {
    display: block;
  }
  .data-list.orders-list .item .col-action {
    margin-bottom: 0;
    text-align: left;
    justify-content: start;
  }
}

.board-positions-wishlist__wrapper {
  margin-bottom: 80px;
}

.data-list.board-positions-wishlist .item {
  flex-wrap: wrap;
}
.data-list.board-positions-wishlist .col-organisation {
  width: 20%;
}
.data-list.board-positions-wishlist .col-position {
  width: 20%;
}
.data-list.board-positions-wishlist .col-location {
  width: 20%;
}
.data-list.board-positions-wishlist .col-closing-date {
  width: 15%;
}
.data-list.board-positions-wishlist .col-action {
  text-align: right;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5px;
}
@media (max-width: 991.98px) {
  .data-list.board-positions-wishlist .col-organisation {
    width: 30%;
  }
  .data-list.board-positions-wishlist .col-position {
    width: 30%;
  }
  .data-list.board-positions-wishlist .col-location {
    width: 25%;
  }
  .data-list.board-positions-wishlist .col-closing-date {
    width: 15%;
  }
  .data-list.board-positions-wishlist .col-action {
    margin: 10px 0 0;
    text-align: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
  }
  .data-list.board-positions-wishlist .item__header .col-action {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .data-list.board-positions-wishlist .col-closing-date {
    text-align: right;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .data-list.board-positions-wishlist .item__header {
    display: none;
  }
  .data-list.board-positions-wishlist .item__col {
    width: 50%;
    margin: 0 0 15px;
  }
  .data-list.board-positions-wishlist .item__col .label {
    display: block;
  }
  .data-list.board-positions-wishlist .item .col-action {
    margin-bottom: 0;
    width: 100%;
  }
}

.data-list.board-positions-list .item {
  flex-wrap: wrap;
  padding: 20px 15px;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.data-list.board-positions-list .item:nth-child(even) {
  background: #f6f4f2;
}
.data-list.board-positions-list .col-id {
  width: 6%;
}
.data-list.board-positions-list .col-status {
  width: 11%;
  text-transform: uppercase;
  font-weight: 700;
}
.data-list.board-positions-list .col-status .status-pending {
  color: #000;
}
.data-list.board-positions-list .col-status .status-rejected {
  color: red;
}
.data-list.board-positions-list .col-status .status-publish {
  color: green;
}
.data-list.board-positions-list .col-plan {
  width: 11%;
  text-transform: uppercase;
  font-weight: 700;
}
.data-list.board-positions-list .col-organisation {
  width: 17%;
}
.data-list.board-positions-list .col-position {
  width: 17%;
}
.data-list.board-positions-list .col-location {
  width: 17%;
}
.data-list.board-positions-list .col-views {
  width: 6%;
}
.data-list.board-positions-list .col-closing-date {
  width: 15%;
  text-align: right;
  padding: 0;
}
.data-list.board-positions-list .col-comments {
  padding: 10px 0 0;
  font-style: italic;
  color: #666;
}
.data-list.board-positions-list .col-action {
  padding: 15px 0 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.data-list.board-positions-list .col-action .action-buttons {
  display: flex;
  gap: 5px;
}
@media (max-width: 991.98px) {
  .data-list.board-positions-list .item__header {
    display: none;
  }
  .data-list.board-positions-list .item__col {
    width: 25%;
    margin: 0 0 15px;
  }
  .data-list.board-positions-list .item__col .label {
    display: block;
  }
  .data-list.board-positions-list .item .col-closing-date {
    text-align: left;
  }
  .data-list.board-positions-list .item .col-action {
    margin-bottom: 0;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .data-list.board-positions-list .item__col {
    width: 50%;
  }
  .data-list.board-positions-list .item .col-action {
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  .data-list.board-positions-list .item .col-action .action-buttons, .data-list.board-positions-list .item .col-action .edit-closing-date {
    width: 100%;
  }
  .data-list.board-positions-list .item .col-action .action-buttons {
    flex-wrap: wrap;
  }
  .data-list.board-positions-list .item .col-action .edit-closing-date {
    margin-top: 15px;
    width: 100%;
  }
}

.select-vacancy-plan .header {
  max-width: 860px;
  margin: 0 0 40px;
}
.select-vacancy-plan .item {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  padding: 30px 30px 70px;
  position: relative;
}
.select-vacancy-plan .item .link-btn__wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  width: 100%;
}
.select-vacancy-plan .footer {
  margin: 50px 0 0;
  text-align: center;
}
@media (max-width: 991.98px) {
  .select-vacancy-plan .item {
    padding: 30px 20px 60px;
  }
}

.btn-edit-closing-date {
  border: none;
  outline: none;
  background: none;
  padding: 5px 6px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.btn-edit-closing-date svg {
  width: 14px;
  height: 14px;
  stroke: #bf0b93;
  margin-right: 5px;
}

.form-edit-closing-date {
  display: flex;
  justify-content: space-between;
  display: none;
}
.form-edit-closing-date input {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: none;
  padding: 5px;
  background-position: right 5px center !important;
}
.form-edit-closing-date input[disabled] {
  background: none;
}
.form-edit-closing-date .btn-update-closing-date {
  border: none;
  outline: none;
  background: none;
  padding: 5px;
  margin-left: 5px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #5E0744;
}
.form-edit-closing-date svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
}

.apply-coupon__vacancy {
  margin: 0 0 30px;
}
.apply-coupon__vacancy .validate-coupon-code {
  margin: 10px 0 0;
}

.custom-dropdown {
  position: relative;
  width: 100%;
}
.custom-dropdown h4 {
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 12px 15px;
  margin: 0;
  font-size: 12px;
  line-height: 1;
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(204, 204, 204, 0.1);
  border: 1px solid #eaeaea;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.custom-dropdown h4:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #5E0744;
}
.custom-dropdown h4 svg {
  width: 16px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  stroke: #1798ae;
}
.custom-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: 0 0 2px 2px rgba(246, 244, 242, 0.1);
  font-size: 13px;
  line-height: 19px;
  border: 1px solid #eaeaea;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 2;
  max-height: 220px;
  overflow: auto;
  display: none;
}
.custom-dropdown ul li {
  padding: 12px 15px;
  border-bottom: 1px solid #f6f4f2;
  cursor: pointer;
}
.custom-dropdown ul li:hover, .custom-dropdown ul li.selected {
  color: #bf0b93;
}
.custom-dropdown ul li.selected {
  cursor: default;
}
@media (max-width: 767.98px) {
  .custom-dropdown h4 {
    padding: 10px 10px;
    font-size: 10px;
    line-height: 1;
    border-radius: 2px;
  }
  .custom-dropdown ul {
    font-size: 12px;
    line-height: 18px;
    max-height: 200px;
  }
  .custom-dropdown ul li {
    padding: 10px;
  }
}

label.checkbox {
  padding-left: 1.5rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
label.checkbox input[type=checkbox]:focus ~ span {
  border: 2px solid rgb(169.75, 175.95, 185.25);
}
label.checkbox input[type=checkbox]:focus:checked ~ span {
  border: 2px solid rgb(22.801980198, 1.698019802, 16.495049505);
}
label.checkbox input[type=checkbox]:checked ~ span {
  color: #FFFFFF;
  background: #5E0744 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZD0iTTQuNTc1IDguOTc3cy0uNDA0LS4wMDctLjUzNi0uMTY1TC4wNTcgNS42NGwuODI5LTEuMjI3TDQuNDcgNy4yNjggMTAuOTIxLjA4NmwuOTIzIDEuMTAzLTYuODYzIDcuNjRjLS4xMzQtLjAwMy0uNDA2LjE0OC0uNDA2LjE0OHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KPC9zdmc+) 50% 40% no-repeat;
  border: 2px solid #5E0744;
}
label.checkbox span {
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  width: 1rem;
  height: 1rem;
  background-color: rgb(211.825, 214.965, 219.675);
  border: 2px solid rgb(211.825, 214.965, 219.675);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.checkbox {
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
}
label.checkbox.blue {
  padding-left: 1.5rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.checkbox.blue input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
label.checkbox.blue input[type=checkbox]:focus ~ span {
  border: 2px solid rgb(169.75, 175.95, 185.25);
}
label.checkbox.blue input[type=checkbox]:focus:checked ~ span {
  border: 2px solid rgb(37.6851851852, 91.1296296296, 128.8148148148);
}
label.checkbox.blue input[type=checkbox]:checked ~ span {
  color: #FFFFFF;
  background: #3785BC url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZD0iTTQuNTc1IDguOTc3cy0uNDA0LS4wMDctLjUzNi0uMTY1TC4wNTcgNS42NGwuODI5LTEuMjI3TDQuNDcgNy4yNjggMTAuOTIxLjA4NmwuOTIzIDEuMTAzLTYuODYzIDcuNjRjLS4xMzQtLjAwMy0uNDA2LjE0OC0uNDA2LjE0OHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KPC9zdmc+) 50% 40% no-repeat;
  border: 2px solid #3785BC;
}
label.checkbox.blue span {
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  width: 1rem;
  height: 1rem;
  background-color: rgb(211.825, 214.965, 219.675);
  border: 2px solid rgb(211.825, 214.965, 219.675);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.checkbox.red {
  padding-left: 1.5rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.checkbox.red input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
label.checkbox.red input[type=checkbox]:focus ~ span {
  border: 2px solid rgb(169.75, 175.95, 185.25);
}
label.checkbox.red input[type=checkbox]:focus:checked ~ span {
  border: 2px solid rgb(172.6948051948, 31.5584415584, 29.8051948052);
}
label.checkbox.red input[type=checkbox]:checked ~ span {
  color: #FFFFFF;
  background: #DD3C3A url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZD0iTTQuNTc1IDguOTc3cy0uNDA0LS4wMDctLjUzNi0uMTY1TC4wNTcgNS42NGwuODI5LTEuMjI3TDQuNDcgNy4yNjggMTAuOTIxLjA4NmwuOTIzIDEuMTAzLTYuODYzIDcuNjRjLS4xMzQtLjAwMy0uNDA2LjE0OC0uNDA2LjE0OHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KPC9zdmc+) 50% 40% no-repeat;
  border: 2px solid #DD3C3A;
}
label.checkbox.red span {
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  width: 1rem;
  height: 1rem;
  background-color: rgb(211.825, 214.965, 219.675);
  border: 2px solid rgb(211.825, 214.965, 219.675);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-list {
  margin: 30px 0;
}
.checkbox-list__header {
  display: flex;
  justify-content: space-between;
  margin: 0 0 15px;
}
.checkbox-list__header h4 {
  width: calc(100% - 120px);
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #5E0744;
  margin: 0;
  padding: 0;
}
.checkbox-list__header .check-all {
  font-size: 12px;
  line-height: 1.3;
}
.checkbox-list .list {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(204, 204, 204, 0.1);
  border: 1px solid #eaeaea;
  padding: 12px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.2;
  height: 160px;
  overflow-y: auto;
}
.checkbox-list .list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.checkbox-list .list ul li {
  margin: 0 0 10px;
}
.checkbox-list .list ul li:last-child {
  margin: 0;
}

.modal-screen {
  background: rgba(255, 255, 255, 0.97);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1050;
}
.modal-screen .modal-wrapper {
  transition: all 0.2s linear;
  border: none;
  width: 720px;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #f5f7fa;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.modal-screen .modal-wrapper__confirmation {
  width: 480px;
}
.modal-screen .modal-wrapper__order-details {
  width: 720px;
  max-width: calc(100% - 40px);
}
.modal-screen .modal-wrapper__order-details .close {
  right: 10px;
  top: 10px;
}
.modal-screen .modal-wrapper__order-details .modal-body {
  padding: 20px 40px 10px 20px;
}
.modal-screen .modal-wrapper__order-details .modal-body .message {
  transform: none;
  position: static;
  text-align: left;
  width: 100%;
  padding: 0 10px;
}
.modal-screen .modal-wrapper__order-details .modal-body .message .cart-wrapper .cart-items {
  width: 100%;
}
@media (max-width: 767.98px) {
  .modal-screen .modal-wrapper__order-details .modal-body {
    padding-right: 30px;
    padding-left: 10px;
  }
}
.modal-screen .modal-header {
  padding: 25px 80px 20px 30px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  position: relative;
  border-bottom: 1px solid #cfdde8;
}
.modal-screen .modal-header h3 {
  margin: 0;
  font-size: 21px;
  line-height: 24px;
  color: #000;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
}
.modal-screen .close {
  position: absolute;
  right: 30px;
  top: 25px;
  border: none;
  width: 24px;
  height: 24px;
  text-indent: -9999em;
  background: url(../img/icon-close.png) no-repeat center center;
  background-size: 20px;
  outline: none !important;
  z-index: 999;
}
.modal-screen .modal-body {
  border-top: none;
  padding: 20px 30px 10px;
  min-height: 320px;
  max-height: calc(100vh - 120px);
  overflow: auto;
}
.modal-screen .modal-body .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.modal-screen .modal-body .message {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  width: 100%;
  padding: 30px;
}
.modal-screen .modal-body .message svg {
  margin: 0 auto 20px;
}
.modal-screen .modal-body .confirmation {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  width: 100%;
  padding: 20px;
}
.modal-screen .modal-body .confirmation p {
  margin: 0 0 30px;
}
.modal-screen .modal-body .confirmation button {
  margin: 0 5px;
}
.modal-screen .modal-body .member {
  font-size: 16px;
  line-height: 1.5;
}
.modal-screen .modal-body .member__header {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 0 0 30px;
}
.modal-screen .modal-body .member__header .image {
  width: 128px;
  height: 128px;
}
.modal-screen .modal-body .member__header .image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 100%;
  display: block;
}
.modal-screen .modal-body .member__header .image img {
  width: 100%;
  height: auto;
}
.modal-screen .modal-body .member__header .info h3 {
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
}
.modal-screen .modal-body .member__header .info .member-title {
  font-style: italic;
  font-weight: 400;
}
.mc_embed_signup {
  width: 100%;
  position: relative;
  margin: 0 auto 10px;
}
.mc_embed_signup form {
  position: relative;
}
.mc_embed_signup form label {
  display: none;
}
.mc_embed_signup form .name {
  display: flex;
  gap: 10px;
}
.mc_embed_signup form .name .field-input {
  width: 50%;
}
.mc_embed_signup form .field-input {
  background: transparent;
  border: 1px solid rgba(205, 238, 80, 0.5);
  width: 100%;
  height: 46px;
  padding: 13px 15px;
  font-size: 14px;
  line-height: 18px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  box-shadow: none;
}
.mc_embed_signup form .field-input::-moz-placeholder {
  font-style: italic;
  color: #fff;
  opacity: 1;
}
.mc_embed_signup form .field-input:-ms-input-placeholder {
  color: #fff;
}
.mc_embed_signup form .field-input::-webkit-input-placeholder {
  color: #fff;
}
.mc_embed_signup form .field-input {
  margin: 0 0 10px;
}
.mc_embed_signup form .field-input:focus {
  outline: none;
}
.mc_embed_signup form .mc-embedded-subscribe {
  min-width: 0;
  width: 125px;
  padding-left: 10px;
  padding-right: 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  min-height: 46px;
}
.mc_embed_signup form .confirmation-message {
  margin: 15px 0 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #cdee50;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
}
@media (max-width: 991.98px) {
  .mc_embed_signup form {
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .mc_embed_signup form .field-input {
    height: 40px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 18px;
  }
  .mc_embed_signup .confirmation-message {
    font-size: 12px;
    line-height: 16px;
    bottom: 12px;
  }
}

.word-wrapper {
  text-align: center;
  margin: 0 0 15px;
}
.word-wrapper h1 {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .word-wrapper h1 {
    font-size: 21px;
    line-height: 1.2;
  }
}

.word-rotate-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
}
.word-rotate-wrapper h2 {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  font-size: 96px;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .word-rotate-wrapper h2 {
    font-size: 56px;
    line-height: 1.2;
  }
}
.word-rotate-wrapper h2 {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(3rem);
  color: #1798ae;
  font-weight: 400;
  opacity: 0;
}
.word-rotate-wrapper h2:first-child {
  position: relative;
}
.word-rotate-wrapper h2.show {
  transform: translateY(0);
  opacity: 1;
}

.popover {
  width: 400px;
  max-width: 90%;
}
.popover .popover-title {
  position: relative;
  margin: 0;
  padding: 15px 20px 10px;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
}
.popover .popover-title .popover-close {
  position: absolute;
  right: 10px;
  top: 0;
}
.popover .popover-content {
  padding: 0 20px 15px;
  font-size: 14px;
  line-height: 1.5;
}
.popover .popover-content ul {
  padding-left: 15px;
}
.popover .popover-content ul li {
  padding-left: 5px;
  margin: 0 0 7px;
}

.popover-data-content {
  display: none;
  border: 2px solid red;
}

.content-filters {
  width: 100%;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  margin: 50px 0 0;
}
.content-filters__wrapper {
  position: relative;
  text-align: center;
}
.content-filters ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  overflow: auto;
  position: relative;
}
.content-filters ul li {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 15px;
  padding: 0 0 3px;
  border-bottom: 1px solid transparent;
  margin-bottom: 10px;
}
.content-filters ul li a {
  color: #0d47a1;
}
.content-filters ul li:hover {
  border-color: #5E0744;
}
.content-filters ul li.active {
  border-color: #5E0744;
}
.content-filters ul li.active a {
  color: #5E0744;
}
@media (max-width: 991.98px) {
  .content-filters ul li {
    font-size: 12px;
    line-height: 1;
  }
}
@media (max-width: 767.98px) {
  .content-filters ul li {
    font-size: 11px;
    line-height: 1;
    margin: 0 10px;
  }
}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}

/** THEME
===================================*/
.bx-wrapper {
  /* background: #fff; */
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -50px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: left;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  border: 2px solid #000;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 10px 0 0;
  outline: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: -40px;
  background-image: url(../img/chevron-left.svg);
}

.bx-wrapper .bx-next {
  right: -40px;
  background-image: url(../img/chevron-right.svg);
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

.accordion .item {
  border-top: 1px solid #d5d5d5;
  padding: 25px 0;
}
.accordion .item:first-child {
  padding-top: 0;
}
.accordion .item__header {
  font-weight: 500;
  padding-left: 28px;
  position: relative;
  font-size: 1.125em;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
}
.accordion .item__header h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
}
.accordion .item__header {
  cursor: pointer;
  margin: 0;
}
.accordion .item__header::before, .accordion .item__header::after {
  content: "";
  position: absolute;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.3s linear;
}
.accordion .item__header::before {
  width: 15px;
  height: 1px;
  left: 0;
  top: 9px;
}
.accordion .item__header::after {
  width: 1px;
  height: 15px;
  left: 7px;
  top: 2px;
}
.accordion .item__content {
  display: none;
  margin-top: 10px;
  padding: 0 0 30px 30px;
  font-size: 0.925em;
}
.accordion .item__content ul {
  margin: 0 0 25px;
  padding: 0 0 0 20px;
}
.accordion .item__content ul li {
  margin: 0 0 10px;
  padding-left: 5px;
}
.accordion .item:nth-child(1) {
  border-top: none;
}
.accordion .item.active .item__header {
  color: #5E0744;
}
.accordion .item.active .item__header::after {
  transform: rotate(270deg);
  opacity: 0;
  filter: alpha(opacity=0);
}
@media (max-width: 991.98px) {
  .accordion .item {
    padding: 20px 0;
  }
  .accordion .item__header {
    font-size: 1.125em;
  }
  .accordion .item__header::before {
    width: 12px;
    height: 2px;
    left: 0;
    top: 10px;
  }
  .accordion .item__header::after {
    width: 2px;
    height: 12px;
    left: 5px;
    top: 5px;
  }
}
@media (max-width: 767.98px) {
  .accordion .item {
    padding: 20px 0;
  }
  .accordion .item__header {
    padding-left: 20px;
    font-size: 1em;
  }
  .accordion .item__header::before {
    width: 9px;
    height: 1px;
    left: 0;
    top: 10px;
  }
  .accordion .item__header::after {
    width: 1px;
    height: 9px;
    left: 4px;
    top: 6px;
  }
  .accordion .item__content {
    padding-left: 20px;
  }
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  user-select: none;
  -webkit-user-select: none;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #f6f4f2;
  width: 100%;
  background: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  margin-top: 6px;
  padding: 0;
  border-radius: 0;
  width: 100%;
  background: #fff;
  color: #000;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  margin: 0 -16px;
  width: calc(100% + 32px);
  z-index: 1051;
}

.select2-results {
  display: block;
  width: calc(100% + 32px);
  background-color: #f6f4f2;
  border: 1px solid #d5d5d5;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 8px 10px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
  background: #fff;
  border: 1px solid #d5d5d5;
  width: calc(100% + 32px);
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
  outline: none !important;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  width: 100%;
  background: #fff;
  height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  padding: 5px 0 0;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  position: absolute;
  right: -25px;
  top: 0;
  width: 20px;
  height: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #999998;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 10px;
  width: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 5px 6px 5px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: none;
  cursor: text;
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 18px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  position: absolute;
  right: -25px;
  top: 0;
  width: 20px;
  height: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #999998;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 2px 7px;
  color: #000;
  font-size: 12px;
  line-height: 16px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #c4000e;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  font-size: 12px;
  line-height: 18px;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 10px;
}

.select2-container--classic .select2-selection--single {
  background-color: rgb(246.5, 246.5, 246.5);
  border: 1px solid #dee2e6;
  border-radius: 3px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #dee2e6;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #dee2e6;
  border-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #dee2e6;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.field-group {
  border: 1px solid #ccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 15px 15px 8px;
  background: #fff;
}
.field-group .remaining-chars {
  text-align: right;
  font-size: 11px;
  line-height: 1;
  font-style: italic;
  border-top: 1px solid #efefef;
  margin: 10px 0 0;
  padding: 5px 0 0;
  color: #999;
}
.field-group .remaining-chars span {
  font-weight: 700;
  color: #5E0744;
}
.field-group__readonly {
  background: #f9f6f0;
}
.field-group.has-error {
  border-color: #de4b33;
}
.field-group.has-error label.field-label {
  color: #de4b33;
}
.field-group .field-description {
  margin: 10px 0;
  font-size: 12px;
  line-height: 1.3;
}
.field-group .field-description ul {
  padding-left: 20px;
}
.field-group .field-description ul li {
  margin: 0 0 10px;
}
.field-group label {
  display: block;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  color: #666;
}
.field-group label.hidden {
  display: none;
}
.field-group .datepicker-format-dropdown {
  z-index: 1;
  position: absolute;
  right: 8px;
  top: 0;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #f6f4f2;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #999;
  height: 22px;
  font-size: 11px;
  line-height: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.field-group .datepicker-format-dropdown li {
  display: inline-block;
  padding: 3px 6px;
  border-left: 1px solid #f6f4f2;
  cursor: pointer;
}
.field-group .datepicker-format-dropdown li:first-child {
  border: none;
}
.field-group .datepicker-format-dropdown li.active {
  color: #000;
  background: #f6f4f2;
}
.field-group label.field-label {
  position: absolute;
  left: 8px;
  top: 0;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 3px 5px;
  margin: 0;
  font-size: 11px;
  line-height: 14px;
  color: #999;
  color: #5E0744;
}
.field-group .field-input-wrapper {
  position: relative;
  padding-left: 110px;
}
.field-group .field-input-wrapper .prefix {
  position: absolute;
  left: 0;
  width: 110px;
  top: 0;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 12px;
  border: 1px solid #f6f4f2;
  border-right: none;
  background: #e9ecef;
  font-weight: 400;
}
.field-group .field-input {
  color: #000;
  border: none;
  width: 100%;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
  outline: none;
  padding: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.field-group .field-input::-moz-placeholder {
  font-style: italic;
  color: #adb5bd;
  opacity: 1;
}
.field-group .field-input:-ms-input-placeholder {
  color: #adb5bd;
}
.field-group .field-input::-webkit-input-placeholder {
  color: #adb5bd;
}
.field-group .field-input {
  resize: none;
}
.field-group .field-input.field-select {
  background-repeat: no-repeat;
  background-position: right center;
}
.field-group .field-input[readonly] {
  background-color: #f9f6f0;
  color: #888;
}
.field-group textarea {
  margin-top: 5px;
}

.field-input.field-datepicker {
  background-image: url(../img/calendar.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

.field-submit {
  display: inline-block;
  color: #fff;
  border: none;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  background-color: #bf0b93;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  padding: 10px 25px;
  min-width: 100px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.field-submit:disabled {
  background: #999;
}
.field-submit:hover, .field-submit:focus {
  color: #fff;
  background-color: #1798ae;
}
.field-submit.edit {
  background: #bf0b93;
}
.field-submit.reset {
  background: #999;
}
.radio-buttons, .checkbox-buttons {
  position: relative;
  margin: 7px 0 0;
  line-height: 20px;
}
.radio-buttons__inline, .checkbox-buttons__inline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.radio-buttons__inline div, .checkbox-buttons__inline div {
  display: inline-block;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox],
  input[type=radio] {
    --active: #275EFE;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #BBC1E1;
    --border-hover: #275EFE;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 18px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  input[type=checkbox]:after,
  input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  input[type=checkbox]:checked,
  input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  input[type=checkbox]:disabled,
  input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type=checkbox]:disabled:checked,
  input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type=checkbox]:disabled + label,
  input[type=radio]:disabled + label {
    cursor: not-allowed;
  }
  input[type=checkbox]:hover:not(:checked):not(:disabled),
  input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type=checkbox]:focus,
  input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type=checkbox]:not(.switch),
  input[type=radio]:not(.switch) {
    width: 18px;
  }
  input[type=checkbox]:not(.switch):after,
  input[type=radio]:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type=checkbox]:not(.switch):checked,
  input[type=radio]:not(.switch):checked {
    --o: 1;
  }
  input[type=checkbox] + label,
  input[type=radio] + label {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }
  input[type=checkbox]:not(.switch) {
    border-radius: 7px;
  }
  input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 6px;
    top: 3px;
    transform: rotate(var(--r, 20deg));
  }
  input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }
  input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 19px;
  }
  input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }
  input[type=radio] {
    border-radius: 50%;
  }
  input[type=radio]:after {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }
  input[type=radio]:checked {
    --s: .5;
  }
}
/* C U S T O M   R A D I O / C H E C K B O X
--------------------------------------------- */
/*
.form-group-radio {
  &.has-error {
    input[type="radio"] + i {
      background-image: url(images/radio-empty-error.png);
    }
  }
}
.form-group-checkbox {
  &.has-error {
    input[type="checkbox"] + i { 
      border-color: red;
      background-image: url(images/checkbox-empty-error.png); 
    }
  }
}*/
/* jQuery UI - Date Picker */
.ui-datepicker {
  width: 280px;
  background: #fff;
  padding: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 999;
  font-weight: 600;
}
.ui-datepicker::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #4a4a4a;
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  z-index: 9;
  display: block;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  background: #4a4a4a;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 36px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px 12px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
  background-image: url(../img/chevron-left.svg);
  left: 0;
}
.ui-datepicker .ui-datepicker-next {
  right: 0;
  background-image: url(../img/chevron-right.svg);
}
.ui-datepicker .ui-datepicker-title {
  text-align: center;
  line-height: 28px;
}
.ui-datepicker .ui-datepicker-title span {
  color: #fff;
}
.ui-datepicker .ui-datepicker-title select {
  border: 1px solid #000;
  padding: 3px 6px;
  min-width: 70px;
  display: inline-block;
  margin: 0 5px;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}
.ui-datepicker table thead {
  border-bottom: 3px solid #4a4a4a;
}
.ui-datepicker table thead th {
  padding: 7px 7px 7px 10px;
  text-align: left;
  font-weight: bold;
  border: 0;
}
.ui-datepicker table tbody tr {
  border-bottom: 1px solid #cecece;
}
.ui-datepicker table td span, .ui-datepicker table td a {
  font-size: 14px;
  line-height: 1;
  display: block;
  padding: 10px 7px 8px 10px;
  text-decoration: none;
}
.ui-datepicker table td a {
  color: #4a4a4a;
}
.ui-datepicker table td a.ui-state-active {
  color: oranage;
}
.ui-datepicker table td a:hover {
  color: oranage;
}
.ui-datepicker table td span {
  color: #ccc;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  /*padding: 0 .2em;*/
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.field-group .input-file-wrap {
  position: relative;
  padding: 0 0 0 100px;
  margin-bottom: 5px;
}
.field-group .input-file-wrap .field-input {
  width: 100% !important;
  max-width: 100%;
  width: 100%;
  padding: 10px 40px 10px 10px;
  padding-left: 15px;
  outline: none;
  background: #f7f7f7;
}
.field-group .input-file-wrap .field-input::-moz-placeholder {
  font-style: "italic";
  color: #777;
  opacity: 1;
}
.field-group .input-file-wrap .field-input:-ms-input-placeholder {
  color: #777;
}
.field-group .input-file-wrap .field-input::-webkit-input-placeholder {
  color: #777;
}
.field-group .input-file-wrap .field-input {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.field-group .input-file-wrap .input-browse {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 5px 0;
  overflow: hidden;
  background: #5E0744;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 100px;
  text-align: center;
  outline: none;
}
.field-group .input-file-wrap .input-browse span {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 10px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.field-group .input-file-wrap .input-browse input {
  font-size: 100px;
  background-color: color1;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  vertical-align: middle;
  z-index: 9999;
}

/* Strong Password checker */
.pass-graybar {
  height: 3px;
  background-color: #CCC;
  width: 100%;
  position: relative;
}

.pass-colorbar {
  height: 3px;
  background-image: url(passwordstrength.jpg);
  position: absolute;
  top: 0;
  left: 0;
}

.pass-percent, .pass-text {
  padding-top: 10px;
  display: block;
  font-size: 13px;
  line-height: 20px;
}

.pass-text .weak, .pass-text .medium, .pass-text .strong {
  font-weight: 600;
}

.pass-text .weak {
  font-weight: 600;
  color: #de4b33;
}

.pass-text .medium {
  color: #bf0b93;
}

.pass-text .strong {
  color: #60bf60;
}

.pass-percent {
  margin-right: 5px;
}

/* CUSTOM TOGGLE BUTTON */
.can-toggle {
  position: relative;
}
.can-toggle *, .can-toggle *:before, .can-toggle *:after {
  box-sizing: border-box;
}
.can-toggle input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.can-toggle input[type=checkbox][disabled] ~ label {
  pointer-events: none;
}
.can-toggle input[type=checkbox][disabled] ~ label .can-toggle__switch {
  opacity: 0.4;
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:before {
  content: attr(data-unchecked);
  left: 0;
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  content: attr(data-checked);
}
.can-toggle label {
  user-select: none;
  position: relative;
  display: flex;
  /*    align-items: center;*/
}
.can-toggle label .can-toggle__label-text {
  flex: 1;
  padding-right: 20px;
  font-weight: 400;
  /*padding-left: 20px;*/
}
.can-toggle label .can-toggle__switch {
  position: relative;
}
.can-toggle label .can-toggle__switch:before {
  content: attr(data-checked);
  position: absolute;
  top: 0;
  text-transform: uppercase;
  text-align: center;
}
.can-toggle label .can-toggle__switch:after {
  content: attr(data-unchecked);
  position: absolute;
  z-index: 5;
  text-transform: uppercase;
  text-align: center;
  background: white;
  transform: translate3d(0, 0, 0);
}
.can-toggle input[type=checkbox][disabled] ~ label {
  color: rgba(119, 119, 119, 0.5);
}
.can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch, .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch {
  background-color: #777;
}
.can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  color: rgb(93.5, 93.5, 93.5);
}
.can-toggle input[type=checkbox]:hover ~ label {
  color: rgb(106.25, 106.25, 106.25);
}
.can-toggle input[type=checkbox]:checked ~ label:hover {
  color: rgb(84.5384615385, 187.8807692308, 72.8192307692);
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch {
  background-color: rgb(112.4358974359, 198.8653846154, 102.6346153846);
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  color: rgb(79.2179487179, 183.0576923077, 67.4423076923);
}
.can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch, .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch {
  background-color: #5fc054;
}
.can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  color: rgb(71.1538461538, 164.4230769231, 60.5769230769);
}
.can-toggle label .can-toggle__label-text {
  flex: 1;
}
.can-toggle label .can-toggle__switch {
  transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
  background: rgb(131.75, 131.75, 131.75);
}
.can-toggle label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.5);
}
.can-toggle label .can-toggle__switch:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  color: #777;
}
.can-toggle input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  transform: translate3d(65px, 0, 0);
}
.can-toggle input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle label {
  font-size: 14px;
}
.can-toggle label .can-toggle__label-text {
  padding-top: 3px;
}
.can-toggle label .can-toggle__switch {
  height: 36px;
  flex: 0 0 134px;
  border-radius: 4px;
}
.can-toggle label .can-toggle__switch:before {
  left: 67px;
  font-size: 12px;
  line-height: 36px;
  width: 67px;
  padding: 0 12px;
}
.can-toggle label .can-toggle__switch:after {
  top: 2px;
  left: 2px;
  border-radius: 2px;
  width: 65px;
  line-height: 32px;
  font-size: 12px;
}
.can-toggle label .can-toggle__switch:hover:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  transform: translate3d(44px, 0, 0);
}
.can-toggle.can-toggle--size-small input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small label {
  font-size: 15px;
}
.can-toggle.can-toggle--size-small label .can-toggle__label-text {
  padding-top: 3px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch {
  height: 28px;
  flex: 0 0 90px;
  border-radius: 2px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:before {
  left: 45px;
  font-size: 10px;
  line-height: 28px;
  width: 45px;
  padding: 0 12px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:after {
  top: 1px;
  left: 1px;
  border-radius: 1px;
  width: 44px;
  line-height: 26px;
  font-size: 10px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-large input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-large input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-large input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  transform: translate3d(78px, 0, 0);
}
.can-toggle.can-toggle--size-large input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-large input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-large label {
  font-size: 14px;
}
.can-toggle.can-toggle--size-large label .can-toggle__label-text {
  padding-top: 3px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch {
  height: 50px;
  flex: 0 0 160px;
  border-radius: 4px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch:before {
  left: 80px;
  font-size: 14px;
  line-height: 50px;
  width: 80px;
  padding: 0 12px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch:after {
  top: 2px;
  left: 2px;
  border-radius: 2px;
  width: 78px;
  line-height: 46px;
  font-size: 14px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch:hover:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.demo-rebrand-1 input[type=checkbox][disabled] ~ label {
  color: rgba(181, 62, 116, 0.5);
}
.can-toggle.demo-rebrand-1 input[type=checkbox]:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-1 input[type=checkbox]:hover ~ label .can-toggle__switch {
  background-color: #b53e74;
}
.can-toggle.demo-rebrand-1 input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-1 input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  color: rgb(143.012345679, 48.987654321, 91.6543209877);
}
.can-toggle.demo-rebrand-1 input[type=checkbox]:hover ~ label {
  color: rgb(162.0061728395, 55.4938271605, 103.8271604938);
}
.can-toggle.demo-rebrand-1 input[type=checkbox]:checked ~ label:hover {
  color: rgb(56.699078341, 145.000921659, 105.9622119816);
}
.can-toggle.demo-rebrand-1 input[type=checkbox]:checked ~ label .can-toggle__switch {
  background-color: rgb(68.168202765, 174.331797235, 127.3963133641);
}
.can-toggle.demo-rebrand-1 input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  color: rgb(53.831797235, 137.668202765, 100.6036866359);
}
.can-toggle.demo-rebrand-1 input[type=checkbox]:checked:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-1 input[type=checkbox]:checked:hover ~ label .can-toggle__switch {
  background-color: #3d9c72;
}
.can-toggle.demo-rebrand-1 input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-1 input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  color: rgb(46.66359447, 119.33640553, 87.2073732719);
}
.can-toggle.demo-rebrand-1 label .can-toggle__label-text {
  flex: 1;
}
.can-toggle.demo-rebrand-1 label .can-toggle__switch {
  transition: background-color 0.3s ease-in-out;
  background: rgb(193.3827160494, 75.1172839506, 128.7839506173);
}
.can-toggle.demo-rebrand-1 label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.6);
}
.can-toggle.demo-rebrand-1 label .can-toggle__switch:after {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  color: #b53e74;
}
.can-toggle.demo-rebrand-2 input[type=checkbox][disabled] ~ label {
  color: rgba(68, 68, 68, 0.5);
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-2 input[type=checkbox]:hover ~ label .can-toggle__switch {
  background-color: #444;
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  color: rgb(42.5, 42.5, 42.5);
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:hover ~ label {
  color: rgb(55.25, 55.25, 55.25);
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:checked ~ label:hover {
  color: rgb(98.0152173913, 177.3608695652, 37.3391304348);
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:checked ~ label .can-toggle__switch {
  background-color: rgb(116.6847826087, 210.7391304348, 44.7608695652);
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  color: rgb(93.3586956522, 168.9347826087, 35.5652173913);
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:checked:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:hover ~ label .can-toggle__switch {
  background-color: #69be28;
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  color: rgb(81.7173913043, 147.8695652174, 31.1304347826);
}
.can-toggle.demo-rebrand-2 label .can-toggle__label-text {
  flex: 1;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch {
  transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  background: rgb(80.75, 80.75, 80.75);
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.7);
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  color: #444;
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  transform: translate3d(58px, 0, 0);
}
.can-toggle.demo-rebrand-2 input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.demo-rebrand-2 label {
  font-size: 13px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__label-text {
  padding-top: 3px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch {
  height: 60px;
  flex: 0 0 120px;
  border-radius: 60px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
  left: 60px;
  font-size: 13px;
  line-height: 60px;
  width: 60px;
  padding: 0 12px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
  top: 2px;
  left: 2px;
  border-radius: 30px;
  width: 58px;
  line-height: 56px;
  font-size: 13px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:hover:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.toggle-wrapper {
  overflow: hidden;
  position: relative;
  margin: 20px 0;
}
.toggle-wrapper input {
  height: 40px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 40px;
  display: none;
}
.toggle-wrapper__text {
  position: absolute;
  left: 60px;
  top: 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #4a4a4a;
}

.toggle {
  position: relative;
  display: inline-block;
}

label.toggle-item {
  width: 100px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
  height: 3em;
  margin: 0;
  display: inline-block;
  border-radius: 50px;
  position: relative;
  transition: all 0.3s ease;
  transform-origin: 20% center;
  cursor: pointer;
}
label.toggle-item:before {
  display: block;
  transition: all 0.2s ease;
  width: 2.3em;
  height: 2.3em;
  top: 0.25em;
  left: 0.25em;
  border-radius: 2em;
  border: 2px solid #88cf8f;
  transition: 0.3s ease;
}

.checkcross {
  transform: scale(0.6);
  transform-origin: left top;
}
.checkcross * {
  box-sizing: border-box;
}
.checkcross *:before, .checkcross *:after {
  content: "";
  position: absolute;
}
.checkcross label:before {
  content: none;
}
.checkcross .check {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  top: 4px;
  transform: rotate(360deg);
  transition: 0.4s ease;
  left: 4.5px;
  background: #c34a4a;
}
.checkcross .check:before, .checkcross .check:after {
  height: 4px;
  border-radius: 10px;
  background: #fff;
  transition: 0.4s ease;
}
.checkcross .check:before {
  width: 27px;
  transform: rotate(-45deg) translate(-8px, 18px);
}
.checkcross .check:after {
  width: 27px;
  transform: rotate(45deg) translate(18px, 8px);
}

.input-checkcross:disabled + label {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.input-checkcross:checked + label .check {
  background: #8BC34A;
  left: 56px;
}
.input-checkcross:checked + label .check:before {
  width: 25px;
  transform: rotate(-45deg) translate(-6px, 20px);
}
.input-checkcross:checked + label .check:after {
  width: 10px;
  transform: rotate(45deg) translate(20px, 11px);
}

/* https://codepen.io/mallendeo/pen/eLIiG  */
.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 3rem;
  height: 1.5rem;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-light + .tgl-btn {
  background: #f0f0f0;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
}
.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease;
}
.tgl-light:checked + .tgl-btn {
  background: #9FD6AE;
}

.tgl-ios + .tgl-btn {
  background: #fbfbfb;
  border-radius: 1.5em;
  padding: 2px;
  transition: all 0.4s ease;
  border: 1px solid #e8eae9;
}
.tgl-ios + .tgl-btn:after {
  border-radius: 1.5em;
  background: #fbfbfb;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 3px 0 rgba(0, 0, 0, 0.08);
}
.tgl-ios + .tgl-btn:hover:after {
  will-change: padding;
}
.tgl-ios + .tgl-btn:active {
  box-shadow: inset 0 0 0 2em #e8eae9;
}
.tgl-ios + .tgl-btn:active:after {
  padding-right: 0.8em;
}
.tgl-ios:checked + .tgl-btn {
  background: #1798ae;
}
.tgl-ios:checked + .tgl-btn:active {
  box-shadow: none;
}
.tgl-ios:checked + .tgl-btn:active:after {
  margin-left: -0.8em;
}

.tgl-skewed + .tgl-btn {
  overflow: hidden;
  transform: skew(-10deg);
  backface-visibility: hidden;
  transition: all 0.2s ease;
  font-family: sans-serif;
  background: #888;
}
.tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before {
  transform: skew(10deg);
  display: inline-block;
  transition: all 0.2s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.tgl-skewed + .tgl-btn:after {
  left: 100%;
  content: attr(data-tg-on);
}
.tgl-skewed + .tgl-btn:before {
  left: 0;
  content: attr(data-tg-off);
}
.tgl-skewed + .tgl-btn:active {
  background: #888;
}
.tgl-skewed + .tgl-btn:active:before {
  left: -10%;
}
.tgl-skewed:checked + .tgl-btn {
  background: #86d993;
}
.tgl-skewed:checked + .tgl-btn:before {
  left: -100%;
}
.tgl-skewed:checked + .tgl-btn:after {
  left: 0;
}
.tgl-skewed:checked + .tgl-btn:active:after {
  left: 10%;
}

.tgl-flat + .tgl-btn {
  padding: 2px;
  transition: all 0.2s ease;
  background: #fff;
  border: 4px solid #f2f2f2;
  border-radius: 2em;
}
.tgl-flat + .tgl-btn:after {
  transition: all 0.2s ease;
  background: #f2f2f2;
  content: "";
  border-radius: 1em;
}
.tgl-flat:checked + .tgl-btn {
  border: 3px solid #1798ae;
}
.tgl-flat:checked + .tgl-btn:after {
  left: 50%;
  background: #bf0b93;
}

.tgl-flip + .tgl-btn {
  padding: 2px;
  transition: all 0.2s ease;
  font-family: sans-serif;
  perspective: 100px;
}
.tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
  display: inline-block;
  transition: all 0.4s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  border-radius: 4px;
}
.tgl-flip + .tgl-btn:after {
  content: attr(data-tg-on);
  background: #02C66F;
  transform: rotateY(-180deg);
}
.tgl-flip + .tgl-btn:before {
  background: #FF3A19;
  content: attr(data-tg-off);
}
.tgl-flip + .tgl-btn:active:before {
  transform: rotateY(-20deg);
}
.tgl-flip:checked + .tgl-btn:before {
  transform: rotateY(180deg);
}
.tgl-flip:checked + .tgl-btn:after {
  transform: rotateY(0);
  left: 0;
  background: #7FC6A6;
}
.tgl-flip:checked + .tgl-btn:active:after {
  transform: rotateY(20deg);
}

.select2-container {
  /*width: 100% !important;*/
  padding: 0;
}

.select2 {
  width: 100% !important;
}

.select2-search__field {
  font-size: 14px;
  line-height: 20px;
}

.form-wrapper {
  position: relative;
}
.form-wrapper .row {
  margin-left: -10px;
  margin-right: -10px;
}
.form-wrapper .row > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.field-group, .field-group-address {
  position: relative;
  margin: 0 0 30px;
}
.field-group__action, .field-group-address__action {
  margin-top: 40px;
}
.field-group .field-group, .field-group-address .field-group {
  margin-bottom: 10px;
}

.field-group-address {
  margin-bottom: 20px;
}
.field-group-address h4 {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  padding-left: 4px;
}
.field-group-address .row {
  margin-left: -5px;
  margin-right: -5px;
}
.field-group-address .row > [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.fields-group {
  display: flex;
  justify-content: space-between;
}
.fields-group .field-group-item {
  border: none;
  width: calc(50% - 5px);
}
.fields-group .field-group-item:not(:first-child) {
  margin-left: auto;
}
.fields-group {
  /* two items */
}

.form-subhead {
  border-top: 2px solid #f6f4f2;
  padding: 15px 0 0;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}

.form-subgroup {
  border: 1px solid #efefef;
  margin: 0 0 30px;
  padding: 20px;
}
.form-subgroup .field-group__last {
  margin: 0;
}

.add-anohter-field {
  margin: 10px 0;
}
.add-anohter-field .btn-add {
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
  text-transform: uppercase;
}
.add-anohter-field .btn-add a {
  color: green;
}
.add-anohter-field .btn-add svg {
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  stroke: green;
  stroke-width: 3px;
}
.add-anohter-field .field-wrapper {
  position: relative;
  margin: 0 0 10px;
}
.add-anohter-field .field-wrapper .field-input {
  padding-right: 50px;
}
.add-anohter-field .field-wrapper .btn-remove {
  position: absolute;
  right: -12px;
  top: 8px;
  width: 24px;
  height: 24px;
  position: absolute;
}
.add-anohter-field .field-wrapper .btn-remove svg {
  width: 24px;
  height: 24px;
  stroke: #de4b33;
  fill: #fff;
}

.field-mailing-address {
  margin: 0 0 20px;
}

.mobile-with-otp-btn {
  padding-right: 132px;
  position: relative;
}
.mobile-with-otp-btn .field-submit {
  position: absolute;
  right: 0;
  top: 5px;
}

.error-message {
  display: none;
  background: #ffcccc;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 20px;
}
.error-message .error-header {
  padding: 15px 20px;
  background: #de4b33;
  color: #fff;
  font-weight: 600;
}
.error-message .error-content {
  padding: 20px 20px 15px;
}
.error-message .error-content ul {
  padding: 0 0 0 15px;
  font-weight: 600;
}
.error-message .error-content ul li {
  margin: 0 0 5px;
  padding-left: 5px;
}
.error-message .error-content ul li a {
  color: #404040;
}

.input-error {
  border-color: #de4b33 !important;
}

.success-message {
  margin: 0 0 30px;
  max-width: 600px;
  padding: 15px 50px 15px 20px;
  background-repeat: no-repeat;
  background-position: 30px 20px;
  background-size: 96px 96px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  background: #4dff4d;
  border: 1px solid #60bf60;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.success-message__close {
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  position: absolute;
  top: 15px;
  right: 20px;
}
.success-message__close svg {
  stroke: #000;
}

.input-file-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 1px dashed #5E0744;
  width: 100%;
  overflow: hidden;
  padding-bottom: 160%;
  background-color: #efefef;
  text-align: center;
  margin: 10px 0 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.input-file-wrapper.has-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
  left: 0;
  top: 0;
}
.input-file-wrapper.article {
  padding-bottom: 75%;
}
.input-file-wrapper .icon, .input-file-wrapper label, .input-file-wrapper input, .input-file-wrapper .filename, .input-file-wrapper .removefile, .input-file-wrapper img {
  position: absolute;
}
.input-file-wrapper img {
  width: 100%;
  height: 100%;
  width: auto;
  height: auto;
  max-width: 128px;
  max-height: 128px;
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.input-file-wrapper.site-logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.input-file-wrapper.banner-image img {
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.input-file-wrapper .icon {
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.input-file-wrapper .icon svg {
  width: 48px;
  height: 48px;
  color: #ccc;
}
.input-file-wrapper label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  color: #343a40;
  width: 100%;
  padding: 0 20px;
}
.input-file-wrapper label small {
  margin: 10px 0 0;
  display: block;
  text-transform: none;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
}
.input-file-wrapper .filename {
  display: none;
  z-index: 3;
  background: #333;
  color: #fff;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 100px 20px 15px 20px;
  font-size: 14px;
  line-height: 1.4;
  word-wrap: break-word;
  text-transform: none;
  font-weight: 400;
}
.input-file-wrapper .filename span {
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  padding: 25px;
}
.input-file-wrapper .removefile {
  display: none;
  z-index: 10;
  top: 10px;
  right: 10px;
  background: #fff url(../img/delete.png) no-repeat center center;
  background-size: 50%;
  width: 38px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #bf0b93;
}
.input-file-wrapper .removefile.active {
  display: block;
}
.input-file-wrapper input {
  z-index: 9;
  cursor: pointer;
  font-size: 100px;
  height: 100%;
  opacity: 0.01;
  filter: alpha(opacity=1);
  right: 0;
  top: 0;
  vertical-align: middle;
}

.input-file-wrap {
  position: relative;
  padding-right: 100px;
  background: #fff;
}
.input-file-wrap .field-input {
  width: 100% !important;
  background: #fff;
  color: #666;
  padding-left: 15px;
  outline: none;
}
.input-file-wrap .input-browse svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
}
.input-file-wrap .btn-remove-file {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  width: 20px;
  height: 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  padding: 0;
  margin: 0;
  background: #fe5533;
  cursor: pointer;
  z-index: 9;
  display: none;
}
.input-file-wrap .btn-remove-file svg {
  width: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.input-file-wrap .loader {
  position: absolute;
  right: 110px;
  top: 50%;
  border: 2px solid #999; /* Light grey */
  border-top: 2px solid #000; /* Blue */
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 1s linear infinite;
  margin: -8px 0 0;
  z-index: 99;
  display: none;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.fields-block {
  margin: 40px 0;
}
.fields-block.secondary {
  border: 1px dashed #5E0744;
  padding: 20px;
  background: #efefef;
  margin: 30px 0;
}
.fields-block .heading4 {
  margin: 0 0 10px;
  font-weight: 500;
}
.fields-block .field-group {
  margin: 0 0 20px;
}

.form-footer {
  border-top: 1px solid #d5d5d5;
  padding-top: 10px;
  margin-top: 30px;
}

.field-group-action {
  margin-top: 40px;
}

.field-instructions {
  font-size: 13px;
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: 400;
  font-style: italic;
  color: #666;
}

label + .field-instructions {
  margin-top: 4px;
}

.note-editor.note-airframe .note-editing-area, .note-editor.note-frame .note-editing-area {
  font-size: 14px;
}
.note-editor.note-airframe .note-editing-area h1, .note-editor.note-airframe .note-editing-area h2, .note-editor.note-airframe .note-editing-area h3, .note-editor.note-frame .note-editing-area h1, .note-editor.note-frame .note-editing-area h2, .note-editor.note-frame .note-editing-area h3 {
  line-height: 1.2;
}
.note-editor.note-airframe .note-editing-area h1, .note-editor.note-airframe .note-editing-area h2, .note-editor.note-frame .note-editing-area h1, .note-editor.note-frame .note-editing-area h2 {
  margin: 0 0 20px;
}

.note-editor.panel {
  margin: 10px 0 5px;
}

.note-editor.note-frame {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.password-field {
  position: relative;
}

.toggle-password {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(../img/eye.svg) no-repeat center center;
  background-size: 100%;
}
.toggle-password.active {
  background-image: url(../img/eye-off.svg);
}

.ajax-response {
  display: none;
  margin: 0 0 30px;
  padding: 15px 20px 15px 56px;
  color: #383d41;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d6d8db;
  background-color: #e2e3e5;
  position: relative;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 20px 14px;
}
.ajax-response p {
  margin: 0;
}
.ajax-response.success {
  color: #155724;
  border-color: #d4edda;
  background-image: url(../img/icon-success.png);
  background-color: #c3e6cb;
}
.ajax-response.error {
  padding-left: 48px;
  color: #721c24;
  border-color: #f5c6cb;
  background: #f8d7da url(../img/icon-error.png) no-repeat 15px 15px;
  background-size: 20px;
}
.ajax-response.warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.ajax-response.info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.ajax-response.dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.ajax-response.primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.ajax-response p {
  margin: 0 0 10px;
}
.ajax-response p:last-child {
  margin: 0;
}
.ajax-response .checkmark {
  margin: 0 auto 10px;
}

.site-header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 990;
  position: fixed;
  height: 90px;
  transition: all 0.1s linear;
  background: #f6f4f2;
}
.site-header .wrap {
  display: flex;
  height: 90px;
  padding: 0 30px;
  justify-content: space-between;
  align-items: center;
}
.site-header .site-title {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 20px;
  width: 260px;
}
.site-header .site-title a {
  color: #5E0744;
}
.site-header .site-title a img {
  height: 40px;
  width: auto;
}
.site-header .right {
  width: 260px;
  text-align: right;
  font-size: 14px;
  line-height: 1;
  display: flex;
  justify-content: right;
  gap: 10px;
}
.site-header .right a, .site-header .right button {
  display: block;
  background: #5E0744;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  padding: 0 15px;
  height: 40px;
  text-transform: uppercase;
}
.site-header .right a svg, .site-header .right button svg {
  width: 20px;
  height: 20px;
}
.site-header .right a.btn-search, .site-header .right button.btn-search {
  background: #fff;
  color: #5E0744;
  border: 1px solid #ccc;
}
.site-header .right a.btn-login, .site-header .right button.btn-login {
  padding: 13px 20px;
  text-align: center;
}
.site-header .site-navigation {
  height: 100%;
}
.site-header .site-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 20px;
}
.site-header .site-navigation ul li {
  float: left;
}
.site-header .site-navigation ul li:last-child {
  margin-right: 0;
}
.site-header .site-navigation ul li > a {
  color: #000;
}
.site-header .site-navigation ul li > a:hover {
  color: #bf0b93;
}
.site-header .site-navigation ul li.menu-item-has-children:last-child {
  margin-right: 0;
}
.site-header .site-navigation ul li.menu-item-has-children > a {
  padding-right: 16px;
  position: relative;
  padding: 35px 25px;
  display: inline-block;
}
.site-header .site-navigation ul li.menu-item-has-children > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
}
@media (min-width: 992px) {
  .site-header .site-navigation .menu-item-has-children:hover > a {
    color: #cdee50;
    color: #bf0b93;
  }
  .site-header .site-navigation .menu-item-has-children:hover > a::before {
    background: #cdee50;
    background: #bf0b93;
  }
  .site-header .site-navigation .submenu-wrapper {
    border-bottom: 4px solid #bf0b93;
    width: 100%;
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    justify-content: space-between !important;
    background: #fff;
    box-shadow: 0 0px 20px 3px rgba(0, 0, 0, 0.1);
  }
  .site-header .site-navigation .submenu-wrapper .container {
    padding: 0;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .site-header .site-navigation .submenu-wrapper a {
    color: #404040;
    border-bottom: 1px solid #ccc;
  }
  .site-header .site-navigation .submenu-wrapper .read-more-link a {
    border: none;
  }
  .site-header .site-navigation .submenu-wrapper .submenu-items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .site-header .site-navigation .submenu-wrapper .submenu-items h1 {
    color: #5E0744;
    font-weight: 900;
    font-size: 36px;
  }
  .site-header .site-navigation .submenu-wrapper .submenu-items .item {
    width: 33.3333333333%;
    font-size: 14px;
    line-height: 1.4;
    padding: 40px;
  }
  .site-header .site-navigation .submenu-wrapper .submenu-items .item__2x {
    width: 66.6666666667%;
  }
  .site-header .site-navigation .submenu-wrapper .submenu-items .item.bgimg {
    background-size: cover;
    -ms-behavior: url(/css/backgroundsize.min.htc);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
  }
  .site-header .site-navigation .submenu-wrapper .submenu-items .item:first-child {
    background: #f6f4f2;
  }
  .site-header .site-navigation .submenu-wrapper .submenu-items .item:nth-child(2) {
    border-right: 1px dotted #d3cecd;
    border-left: 1px dotted #d3cecd;
    background: #fafafa;
  }
  .site-header .site-navigation .submenu-wrapper .submenu-items .item h3 {
    color: #bf0b93;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 700;
  }
  .site-header .site-navigation .submenu-wrapper .submenu-items .item ul {
    position: static !important;
  }
  .site-header .site-navigation .submenu-wrapper .submenu-items .item ul li {
    display: block;
    float: none;
    margin: 0 0 15px;
  }
  .site-header .site-navigation .submenu-wrapper .submenu-items .item ul li:last-child {
    margin: 0;
  }
  .site-header .site-navigation .submenu-wrapper .submenu-items .item ul ul {
    margin-top: 10px;
    padding-left: 20px;
  }
  .site-header .site-navigation .submenu-wrapper .submenu-items .item ul ul li {
    margin: 0 0 10px;
  }
  .site-header .site-navigation .submenu-wrapper .submenu-items .item .featured-item {
    font-size: 14px;
    line-height: 1.4;
  }
  .site-header .site-navigation .submenu-wrapper .submenu-items .item .featured-item__content .excerpt {
    font-size: 12px;
  }
  .site-header .site-navigation .submenu-wrapper .submenu-items .item .featured-item__content.has-image {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .site-header .site-navigation .submenu-wrapper .submenu-items .item .featured-item__content.has-image .excerpt {
    width: 60%;
  }
  .site-header .site-navigation .submenu-wrapper .submenu-items .item .featured-item__content.has-image .image {
    width: calc(40% - 20px);
  }
  .site-header .site-navigation .submenu-wrapper .submenu-items .item .spacer {
    height: 40px;
    display: block;
  }
  .site-header .site-navigation .submenu-wrapper .contact-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(94, 7, 68, 0.5);
  }
  .site-header .site-navigation .submenu-wrapper .contact-list .list-item {
    width: calc(33.3333333333% - 20px);
    padding-right: 40px;
  }
  .site-header .site-navigation .submenu-wrapper .contact-list .list-item h3 {
    text-transform: none;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px;
  }
  .site-header .site-navigation .submenu-wrapper .membership-types .membership-type {
    margin: 0 0 30px;
  }
  .site-header .site-navigation .submenu-wrapper .membership-types .membership-type h4 {
    color: #5E0744;
    font-size: 16px;
    margin: 0 0 5px;
  }
  .site-header .site-navigation .submenu-wrapper .membership-types .membership-type p {
    margin: 0;
  }
  .site-header .site-navigation ul .submenu-wrapper {
    margin: 0;
    position: absolute;
    right: 0;
    top: 90px;
    width: 100%;
    z-index: 999999;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    font-family: Mulish, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-transform: none;
  }
  .site-header .site-navigation li li {
    border: 0;
    display: block;
    height: auto;
    width: 100%;
  }
  .site-header .site-navigation li.menu-item-has-children:hover .submenu-wrapper,
  .site-header .site-navigation li.menu-item-has-children:focus-within .submenu-wrapper,
  .site-header .site-navigation li.menu-item-has-children.focus .submenu-wrapper {
    display: block;
  }
}
@media only screen and (max-width: 1360px) {
  .site-header .site-title {
    width: 225px;
  }
  .site-header .site-title img {
    max-width: 220px;
    height: auto;
  }
  .site-header .right {
    width: 240px;
  }
  .site-header .site-navigation ul li.menu-item-has-children > a {
    padding: 35px 20px;
  }
}
@media (max-width: 1249.98px) {
  .site-header .site-navigation {
    display: none;
  }
  .site-header .wrap {
    padding-right: 64px;
  }
}
@media (max-width: 991.98px) {
  .site-header {
    height: 70px;
  }
  .site-header .wrap {
    height: 70px;
    padding-right: 64px;
    padding-left: 20px;
  }
  .site-header .site-title a {
    width: auto;
  }
  .site-header .site-title a img {
    width: auto;
    height: 32px;
  }
}
@media (max-width: 767.98px) {
  .site-header {
    height: 60px;
  }
  .site-header .wrap {
    height: 60px;
  }
  .site-header .site-title {
    font-size: 16px;
    line-height: 1;
    width: 60px;
  }
  .site-header .site-title a img {
    width: auto;
    height: 24px;
  }
  .site-header .right {
    font-size: 12px;
    line-height: 1;
    gap: 10px;
  }
  .site-header .right a, .site-header .right button {
    padding: 0 10px;
    height: 32px;
    text-transform: uppercase;
  }
  .site-header .right a svg, .site-header .right button svg {
    width: 20px;
    height: 20px;
  }
  .site-header .right a.btn-search, .site-header .right button.btn-search {
    background: #fff;
    color: #5E0744;
    border: 1px solid #ccc;
  }
  .site-header .right a.btn-login, .site-header .right button.btn-login {
    padding: 10px 10px;
    min-width: 70px;
  }
}

.mobile-navigation {
  background: #F9F3ED;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  min-height: 100vh;
  z-index: 1010;
  display: block;
  visibility: hidden;
  transform: translateX(100%);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s ease-in-out;
}
.mobile-navigation .mobile-menu-items {
  width: 100%;
  max-height: 100vh;
  overflow: auto;
  padding: 20px 0 30px;
  border-left: 1px solid #d3cecd;
}
.mobile-navigation .mobile-menu-items .menu-item-wrap {
  border-bottom: 1px solid #d3cecd;
  margin: 0 0 20px;
  padding: 0 20px;
}
.mobile-navigation .mobile-menu-items .menu-item-wrap:last-child {
  margin: 0;
  padding-bottom: 0;
  border: none;
}
.mobile-navigation .mobile-menu-items .menu-item-wrap h2 {
  color: #4A154B;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 20px;
}
.mobile-navigation .mobile-menu-items .submenu-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 25px;
  padding: 0 0 20px;
}
.mobile-navigation .mobile-menu-items .submenu-items .item {
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
  padding: 0;
}
.mobile-navigation .mobile-menu-items .submenu-items .item.bgimg {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
}
.mobile-navigation .mobile-menu-items .submenu-items .item h3 {
  color: #bf0b93;
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}
.mobile-navigation .mobile-menu-items .submenu-items .item ul {
  position: static !important;
}
.mobile-navigation .mobile-menu-items .submenu-items .item ul li {
  display: block;
  float: none;
  margin: 0 0 10px;
}
.mobile-navigation .mobile-menu-items .submenu-items .item ul li:last-child {
  margin: 0;
}
.mobile-navigation .mobile-menu-items .submenu-items .item ul ul {
  margin-top: 10px;
  padding-left: 20px;
}
.mobile-navigation .mobile-menu-items .submenu-items .item ul ul li {
  margin: 0 0 10px;
}
.mobile-navigation .mobile-menu-items .submenu-items .item .featured-item {
  font-size: 14px;
  line-height: 1.4;
}
.mobile-navigation .mobile-menu-items .submenu-items .item .featured-item__content .excerpt {
  font-size: 12px;
}
.mobile-navigation .mobile-menu-items .submenu-items .item .featured-item__content.has-image {
  display: flex;
  gap: 20px;
  align-items: center;
}
.mobile-navigation .mobile-menu-items .submenu-items .item .featured-item__content.has-image .excerpt {
  width: 60%;
}
.mobile-navigation .mobile-menu-items .submenu-items .item .featured-item__content.has-image .image {
  width: calc(40% - 20px);
}
.mobile-navigation .mobile-menu-items .submenu-items .item .spacer {
  height: 25px;
  display: block;
}
@media (max-width: 1249.98px) {
  .mobile-navigation.open {
    visibility: visible;
    display: block;
    transform: translateY(0%);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.mobile-navigation .read-more-link a {
  color: #000;
}
.mobile-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-navigation ul a, .mobile-navigation ul span {
  color: #000;
}
.mobile-navigation .menu-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1020;
  border: none;
  width: 40px;
  height: 40px;
  background: none;
  background: #fff;
  border-bottom-left-radius: 4px;
}
.mobile-navigation .menu-close svg {
  width: 24px;
  height: 24px;
  fill: #bf0b93;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.gsearch {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999990;
  position: absolute;
  height: 90px;
  padding: 25px 70px;
  transition: all 0.1s linear;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.gsearch__icon {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.gsearch__icon svg {
  stroke: #bf0b93;
}
.gsearch svg {
  stroke-width: 0.05em;
  width: 30px;
  height: 30px;
}
.gsearch input {
  font-weight: 200;
  width: 100%;
  caret-color: #bf0b93;
  font-size: 30px;
  line-height: 1;
}
.gsearch input::-moz-placeholder {
  font-style: italic;
  color: #999;
  opacity: 1;
}
.gsearch input:-ms-input-placeholder {
  color: #999;
}
.gsearch input::-webkit-input-placeholder {
  color: #999;
}
.gsearch input {
  border: none;
  outline: none;
}
.gsearch__close {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  stroke-width: 0.05em;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
.gsearch__close svg {
  width: 36px;
  height: 36px;
}
@media (max-width: 991.98px) {
  .gsearch {
    height: 80px;
    padding: 22px 40px 16px 50px;
  }
  .gsearch__icon {
    left: 20px;
  }
  .gsearch svg {
    width: 24px;
    height: 24px;
  }
  .gsearch input {
    font-size: 24px;
    line-height: 1;
  }
}
@media (max-width: 767.98px) {
  .gsearch {
    height: 60px;
    padding: 17px 40px 15px 40px;
  }
  .gsearch__icon {
    left: 15px;
  }
  .gsearch__close {
    right: 15px;
  }
  .gsearch svg {
    width: 20px;
    height: 20px;
  }
  .gsearch input {
    font-size: 18px;
    line-height: 1;
  }
}

.site-footer {
  padding: 40px 0 20px;
  background: #5E0744;
  background: #41042f;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}
.site-footer a {
  color: inherit;
  font-weight: 600;
  outline: none;
  color: inherit;
}
.site-footer a:hover {
  background-color: #EDEADF;
  color: #5E0744;
}
.site-footer a::selection, .site-footer a:active {
  background-color: #EDEADF;
  color: #1798ae;
}
@media (min-width: 540px) {
  .site-footer a {
    transition: all 0.2s ease-in;
  }
}
.site-footer a {
  border-bottom: 1px solid #fff;
}
.site-footer .managed-by {
  font-size: 0.8025em;
  margin: 0 0 10px;
}
.site-footer .bottom-navigation ul {
  list-style: none;
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .bottom-navigation ul li {
  margin: 0 0 18px;
  padding: 0;
}
.site-footer .bottom-navigation ul li:last-child {
  margin-bottom: 0;
}
.site-footer .bottom-navigation ul li a {
  font-weight: 400;
  outline: none;
  color: inherit;
}
.site-footer .bottom-navigation ul li a:hover {
  background-color: #EDEADF;
  color: #5E0744;
}
.site-footer .bottom-navigation ul li a::selection, .site-footer .bottom-navigation ul li a:active {
  background-color: #EDEADF;
  color: #1798ae;
}
@media (min-width: 540px) {
  .site-footer .bottom-navigation ul li a {
    transition: all 0.2s ease-in;
  }
}
.site-footer .bottom-navigation ul li a {
  text-decoration: none;
  border: none;
}
.site-footer__bottom {
  margin-top: 30px;
  padding: 20px 0 0;
  border-top: 1px solid #5E0744;
  display: flex;
  justify-content: space-between;
}
.site-footer__bottom a {
  outline: none;
  color: inherit;
}
.site-footer__bottom a:hover {
  background-color: #EDEADF;
  color: #5E0744;
}
.site-footer__bottom a::selection, .site-footer__bottom a:active {
  background-color: #EDEADF;
  color: #1798ae;
}
@media (min-width: 540px) {
  .site-footer__bottom a {
    transition: all 0.2s ease-in;
  }
}
.site-footer__bottom a {
  text-decoration: underline;
}
.site-footer__bottom .footer-credits {
  text-align: right;
}
@media (max-width: 767.98px) {
  .site-footer {
    padding: 30px 0 15px;
  }
  .site-footer .bottom-navigation {
    font-size: 12px;
    line-height: 1.2;
  }
  .site-footer__bottom {
    margin-top: 24px;
    padding-bottom: 16px;
    flex-direction: column;
    gap: 16px;
  }
  .site-footer__bottom a {
    outline: none;
    color: inherit;
  }
  .site-footer__bottom a:hover {
    background-color: #EDEADF;
    color: #5E0744;
  }
  .site-footer__bottom a::selection, .site-footer__bottom a:active {
    background-color: #EDEADF;
    color: #1798ae;
  }
  .site-footer__bottom a {
    text-decoration: underline;
  }
}
@media (max-width: 767.98px) and (min-width: 540px) {
  .site-footer__bottom a {
    transition: all 0.2s ease-in;
  }
}
@media (max-width: 767.98px) {
  .site-footer__bottom .footer-credits {
    text-align: right;
  }
}

.image-header {
  position: relative;
  overflow: hidden;
  background: #5e0744;
  color: #fff;
}
.image-header .container {
  position: relative;
  height: 480px;
}
.image-header .banner-image {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  position: absolute;
  height: 100%;
  clip-path: polygon(28% 0%, 100% 0%, 100% 100%, 0% 100%);
  width: calc(100vw - (50vw - 50%));
  margin-right: calc(-50vw + 50%);
  padding-right: calc(100vw - (50vw + 50%));
  margin-left: 180px;
  z-index: 1;
}
.image-header .banner-image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
}
.image-header .banner-line {
  width: 1px;
  height: 800px;
  background: #cdee50;
  position: absolute;
  left: 400px;
  top: -150px;
  transform: rotate(50deg);
  z-index: 2;
}
.image-header__content {
  padding: 80px 0 80px;
  max-width: 400px;
}
.image-header__content h2 {
  font-size: 42px;
  line-height: 1.2;
  margin: 0;
  color: #fff;
  font-weight: normal;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.image-header__content .link-btn {
  position: absolute;
  left: 20px;
  bottom: 80px;
}
@media (max-width: 1249.98px) {
  .image-header .container {
    position: relative;
  }
  .image-header .banner-image {
    margin-left: 170px;
  }
  .image-header .banner-line {
    left: 320px;
    top: -120px;
    transform: rotate(40deg);
  }
  .image-header__content {
    padding: 80px 0 0;
    max-width: 340px;
  }
  .image-header__content h2 {
    font-size: 36px;
    line-height: 1.2;
  }
  .image-header__content .link-btn {
    bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .image-header .container {
    height: 420px;
  }
  .image-header .banner-image {
    margin-left: 150px;
  }
  .image-header .banner-line {
    height: 800px;
    left: 260px;
    top: -160px;
  }
  .image-header__content {
    padding: 60px 0;
    max-width: 300px;
  }
  .image-header__content h2 {
    font-size: 30px;
    line-height: 1.2;
  }
  .image-header__content h3 {
    margin: 30px 0 15px;
    font-size: 16px;
    line-height: 1.3;
    max-width: 260px;
  }
  .image-header__content .get-help-modal {
    bottom: 60px;
    font-size: 16px;
    line-height: 1;
  }
}
@media (max-width: 767.98px) {
  .image-header {
    background-position: 30% 100%;
  }
  .image-header .container {
    height: auto;
    padding: 0;
    padding-top: 300px;
    padding-bottom: 30px;
  }
  .image-header .banner-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 300px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 0% 100%);
    width: 100vw;
    margin-right: calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
    padding-right: calc(100vw - (50vw + 50%));
    padding-left: calc(100vw - (50vw + 50%));
  }
  .image-header .banner-line {
    height: 820px;
    left: 50%;
    top: -27%;
    transform: rotate(75deg);
  }
  .image-header__content {
    padding: 60px 20px;
    max-width: 100%;
    max-width: 400px;
  }
  .image-header__content h2 {
    font-size: 24px;
    line-height: 1.3;
    margin: 0 0 30px;
  }
  .image-header__content .link-btn {
    bottom: 40px;
  }
}
@media (max-width: 425px) {
  .image-header .container {
    padding-top: 300px;
  }
  .image-header .banner-image {
    height: 300px;
  }
  .image-header .banner-line {
    height: 620px;
    top: -10%;
    transform: rotate(67deg);
  }
  .image-header__content {
    padding-top: 50px;
  }
}

.home-blocks {
  padding: 80px 0 120px;
}
.home-blocks .blocks {
  display: flex;
  gap: 30px;
}
.home-blocks .blocks .blocks-left, .home-blocks .blocks .blocks-right {
  width: calc(50% - 15px);
}
.home-blocks .blocks .blocks-left {
  min-height: 560px;
}
.home-blocks .blocks .blocks-left .block {
  height: 100%;
  padding: 40px;
  border: 1px solid #5E0744;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 6px 10px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.home-blocks .blocks .blocks-left .block h2 {
  margin: 0 0 20px;
}
.home-blocks .blocks .blocks-left .block .highlighted {
  font-size: 20px;
}
.home-blocks .blocks .blocks-left .block p {
  font-size: 18px;
  line-height: 1.6;
}
.home-blocks .blocks .blocks-right {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.home-blocks .blocks .blocks-right .block {
  width: calc(50% - 15px);
  height: calc(50% - 15px);
  text-align: center;
  padding: 30px;
  position: relative;
}
.home-blocks .blocks .blocks-right .block.theme-dark {
  color: #000;
}
.home-blocks .blocks .blocks-right .block.theme-dark .heading3 {
  color: #000;
}
.home-blocks .blocks .blocks-right .block.theme-light {
  color: #fff;
}
.home-blocks .blocks .blocks-right .block.theme-light .heading3 {
  color: #fff;
}
.home-blocks .blocks .blocks-right .block .link-btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 180px;
}
.home-blocks .blocks .blocks-right .block .heading3 {
  font-size: 30px;
  line-height: 1.14;
  margin: 0 0 10px;
}
.home-blocks .blocks .blocks-right .block {
  font-size: 14px;
  line-height: 1.4;
}
.home-blocks .blocks .block {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
@media (max-width: 1249.98px) {
  .home-blocks {
    padding: 80px 0 100px;
  }
  .home-blocks .blocks {
    gap: 20px;
  }
  .home-blocks .blocks .blocks-left, .home-blocks .blocks .blocks-right {
    width: calc(50% - 10px);
  }
  .home-blocks .blocks .blocks-left {
    min-height: 500px;
  }
  .home-blocks .blocks .blocks-left .block {
    padding: 30px;
  }
  .home-blocks .blocks .blocks-left .block p {
    font-size: 16px;
    line-height: 1.6;
  }
  .home-blocks .blocks .blocks-right {
    gap: 20px;
  }
  .home-blocks .blocks .blocks-right .block {
    width: calc(50% - 10px);
    height: calc(50% - 10px);
    padding: 20px;
  }
  .home-blocks .blocks .blocks-right .block .link-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 180px;
  }
  .home-blocks .blocks .blocks-right .block .heading3 {
    font-size: 24px;
    line-height: 1.14;
    margin: 0 0 10px;
  }
  .home-blocks .blocks .blocks-right .block {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media (max-width: 991.98px) {
  .home-blocks {
    padding: 60px 0 90px;
  }
  .home-blocks .blocks {
    gap: 20px;
    flex-wrap: wrap;
  }
  .home-blocks .blocks .blocks-left, .home-blocks .blocks .blocks-right {
    width: 100%;
  }
  .home-blocks .blocks .blocks-left {
    min-height: 0;
  }
  .home-blocks .blocks .blocks-right .block {
    width: calc(50% - 10px);
    height: auto;
    padding: 20px 20px 60px;
  }
}
@media (max-width: 767.98px) {
  .home-blocks {
    padding: 40px 0 70px;
  }
  .home-blocks .blocks .blocks-right .block .link-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 180px;
  }
  .home-blocks .blocks .blocks-right .block .heading3 {
    font-size: 21px;
    line-height: 1.14;
  }
  .home-blocks .blocks .blocks-right .block .link-btn {
    min-width: 0;
    width: calc(100% - 30px);
    bottom: 15px;
  }
  .home-blocks .blocks .blocks-right .block {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media (max-width: 425px) {
  .home-blocks .blocks .blocks-right .block {
    width: 100%;
    padding-bottom: 50px;
  }
  .home-blocks .blocks .blocks-right .block .heading3 {
    font-size: 21px;
    line-height: 1.14;
  }
  .home-blocks .blocks .blocks-right .block .link-btn {
    width: 180px;
    bottom: 15px;
  }
  .home-blocks .blocks .blocks-right .block {
    font-size: 14px;
    line-height: 1.4;
  }
}

.home__vacancies {
  padding: 80px 0;
  background: #f8f8f8;
}
.home__vacancies .content {
  margin: 0 0 30px;
}
.home__vacancies .content p, .home__vacancies .content .read-more-link {
  display: inline;
}
.home__vacancies .content p {
  font-style: italic;
}
.home__vacancies .vacancy-list {
  gap: 30px;
}
.home__vacancies .vacancy-list .item {
  width: calc(33.3333333333% - 20px);
}
.home__vacancies .vacancy-slider .item {
  width: 100%;
  min-height: 320px;
}
.home__vacancies .vacancy-slider .item__wrapper {
  padding: 12px 4px;
}
@media (max-width: 767.98px) {
  .home__vacancies .vacancy-slider .item {
    min-height: 0;
  }
}

.homepage-statistics {
  position: relative;
  text-align: center;
}
.homepage-statistics h3 {
  margin: 0 0 20px;
}
.homepage-statistics .content {
  max-width: 900px;
  margin: 0 auto 30px;
}
.homepage-statistics .stats {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.homepage-statistics .stats .item {
  width: calc(25% - 15px);
  background: #f6f4f2;
  padding: 50px 20px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.homepage-statistics .stats .item__value {
  font-size: 64px;
  line-height: 1;
  margin: 0 0 10px;
  font-weight: 900;
  color: #4d075e;
}
.homepage-statistics .stats .item__text {
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 1249.98px) {
  .homepage-statistics .stats {
    margin-top: 40px;
  }
  .homepage-statistics .stats .item {
    padding: 40px 20px;
  }
  .homepage-statistics .stats .item__value {
    font-size: 48px;
    line-height: 1;
  }
}
@media (max-width: 991.98px) {
  .homepage-statistics .stats .item {
    padding: 30px 20px;
  }
  .homepage-statistics .stats .item__value {
    font-size: 36px;
    line-height: 1;
  }
  .homepage-statistics .stats .item__text {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media (max-width: 767.98px) {
  .homepage-statistics .stats {
    flex-wrap: wrap;
  }
  .homepage-statistics .stats .item {
    width: calc(50% - 10px);
  }
  .homepage-statistics .stats .item__value {
    margin: 0 0 5px;
  }
}
@media (max-width: 425px) {
  .homepage-statistics .stats .item {
    padding: 30px 15px;
  }
  .homepage-statistics .stats .item__value {
    font-size: 30px;
    line-height: 1;
  }
  .homepage-statistics .stats .item__text {
    font-size: 12px;
    line-height: 1.4;
  }
}

.header__info {
  margin: 0 0 20px;
  display: flex;
  gap: 10px;
}
.header__info p {
  font-style: italic;
}
.header__info .read-more-link {
  margin: 0;
}

.featured-news-views .content {
  margin: 0 0 20px;
}
.featured-news-views .content p, .featured-news-views .content .read-more-link {
  display: inline;
}
.featured-news-views .content p {
  font-style: italic;
}
.featured-news-views .tags-list {
  margin: 30px 0;
}
.featured-news-views .tags-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  line-height: 16px;
}
.featured-news-views .tags-list ul li a {
  display: inline-block;
  background: #efefef;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 9px 16px;
  color: #000;
  background-color: #cdee50;
  background-color: #eedff3;
  color: #5E0744;
  border: 1px solid #dabae5;
  background: #eedff3;
}
.featured-news-views .tags-list ul li a:hover {
  background: #f8f8f8;
}
.featured-news-views .header {
  padding-bottom: 20px;
}
.featured-news-views .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
.featured-news-views .list .item {
  display: flex;
  width: calc(50% - 15px);
  border-top: 1px solid #bf0b93;
  padding: 20px 0;
  gap: 30px;
  align-items: center;
}
.featured-news-views .list .item__image {
  width: calc(40% - 15px);
}
.featured-news-views .list .item__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 56.3636364%;
  display: block;
}
.featured-news-views .list .item__header {
  width: calc(60% - 15px);
  padding-right: 20px;
  position: relative;
}
.featured-news-views .list .item__header h3 {
  font-size: 21px;
  line-height: 1.2;
  margin: 0;
}
.featured-news-views .list .item__header .date {
  font-size: 12px;
  line-height: 1;
  margin: 0 0 5px;
}
.featured-news-views .list .item__header .location {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  line-height: 1;
  font-style: italic;
}
@media (max-width: 1249.98px) {
  .featured-news-views .tags-list {
    margin: 20px 0 0;
  }
  .featured-news-views .tags-list ul {
    font-size: 12px;
    line-height: 14px;
  }
  .featured-news-views .tags-list ul li a {
    padding: 7px 12px;
  }
  .featured-news-views .list .item__header h3 {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (max-width: 991.98px) {
  .featured-news-views .list .item {
    align-items: flex-start;
    gap: 20px;
  }
  .featured-news-views .list .item__header {
    width: calc(60% - 5px);
    padding-right: 0;
  }
  .featured-news-views .list .item__header h3 {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .featured-news-views .list .item {
    align-items: center;
    width: 100%;
  }
  .featured-news-views .list .item__header h3 {
    font-size: 14px;
    line-height: 1.2;
  }
}

.entry-header1 {
  padding: 120px 0 90px;
  background: #EDEEEB;
  position: relative;
}
.entry-header1.has-image {
  padding-bottom: 0;
}
.entry-header1.has-image::after {
  content: "";
  height: 100px;
  background: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 0;
}
.entry-header1.has-image img {
  z-index: 1;
  position: relative;
  width: 100%;
  height: auto;
}
.entry-header1 .postmeta {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400 !important;
  margin: 0 0 10px;
}
.entry-header1 .entry-title {
  font-size: 48px;
  line-height: 1.1;
  margin: 0;
  max-width: 860px;
}
@media (max-width: 991.98px) {
  .entry-header1 {
    padding: 150px 0 60px;
  }
  .entry-header1.has-image::after {
    height: 60px;
  }
  .entry-header1 .entry-title {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .entry-header1 {
    padding: 100px 0 60px;
  }
  .entry-header1.has-image::after {
    content: "";
    height: 30px;
  }
  .entry-header1 .entry-title {
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 30px;
  }
}

.post-categories {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.33;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.single .post-categories {
  margin: 0 0 20px;
}

.entry-content *:first-child {
  margin-top: 0;
}
.entry-content figure {
  margin: 40px 0;
  width: 100%;
}
.entry-content figure.wp-block-image figcaption {
  margin: 20px 0 0;
  font-size: 12px;
  line-height: 1.33;
  text-transform: uppercase;
}
.entry-content figure.is-type-video {
  border: 10px solid #d8d8d8;
}
.entry-content figure.is-type-video .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
}
.entry-content .wp-block-separator {
  border-color: #000;
  margin: 40px 0 10px;
}
@media (max-width: 991.98px) {
  .entry-content figure {
    margin: 30px 0 40px;
  }
  .entry-content figure.wp-block-image figcaption {
    margin: 10px 0 0;
  }
  .entry-content figure img {
    width: 100%;
  }
  .entry-content .wp-block-separator {
    border-color: #000;
    margin: 40px 0 10px;
  }
}

.blog-articles {
  padding: 0 0 80px;
}

.pagination {
  position: relative;
  border-top: 1px solid #d8d8d8;
  padding-top: 20px;
  text-align: center;
  margin: 40px 0 30px;
}
.pagination small {
  display: block;
  color: #999;
  margin: 0 0 15px;
}
.pagination .page-link {
  display: inline-block;
  margin: 0 3px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
}
.pagination a, .pagination .current {
  border: none;
  width: 24px;
  height: 24px;
  display: inline-block;
  padding: 6px 0;
}
.pagination a {
  display: inline-block;
  color: #5E0744;
}
.pagination .current {
  color: #fff;
  background: #5E0744;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.pagination .next, .pagination .prev {
  position: absolute;
  bottom: 0;
  width: auto;
  text-transform: uppercase;
}
.pagination .next {
  right: 0;
}
.pagination .prev {
  left: 0;
}

.post-meta {
  font-size: 14px;
  line-height: 1.4;
  color: #666666;
}
.post-meta a {
  color: #1798ae;
  font-weight: 400;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
}

.entry-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px 0 20px;
  padding: 15px 15px 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.post-navigation {
  width: 40%;
}
.post-navigation::after {
  display: block;
  clear: both;
  content: "";
}
.post-navigation {
  text-transform: uppercase;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
}
.post-navigation svg {
  width: 14px;
  margin-top: -1px;
}
.post-navigation a {
  border: none;
  display: inline-block;
}
.post-navigation a.nav-next {
  margin-left: 20px;
}

.entry-content-wrapper {
  padding: 60px 0 100px;
}
.entry-content-wrapper .container {
  position: relative;
}
.entry-content-wrapper .entry-meta {
  font-size: 14px;
  line-height: 1.33;
  margin: 0 0 50px;
}
.entry-content-wrapper .entry-meta .entry-author .item {
  margin: 0 0 15px;
  float: left;
  margin-left: 50px;
}
.entry-content-wrapper .entry-meta .entry-author .item:first-child {
  margin-left: 0;
}
.entry-content-wrapper .entry-meta .entry-author .item h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.33;
  font-weight: 700;
}
.entry-content-wrapper .post-content {
  max-width: 60%;
  margin: 0 auto;
}
.entry-content-wrapper .post-content .wp-block-quote {
  margin: 50px -20% 60px;
  padding-left: 30px;
  font-size: 36px;
  line-height: 1.33;
}
.entry-content-wrapper .post-content .wp-block-quote p {
  margin: 0;
}
@media (max-width: 991.98px) {
  .entry-content-wrapper {
    padding: 40px 0 50px;
  }
  .entry-content-wrapper .post-content {
    max-width: 100%;
  }
  .entry-content-wrapper .post-content .wp-block-quote {
    margin: 40px 0 50px -40px;
    padding-left: 20px;
    font-size: 30px;
    line-height: 1.33;
  }
}
@media (max-width: 767.98px) {
  .entry-content-wrapper {
    padding: 40px 0 50px;
  }
  .entry-content-wrapper .entry-meta {
    font-size: 14px;
    line-height: 1.33;
    margin: 0 0 30px;
  }
  .entry-content-wrapper .entry-meta .entry-author {
    margin: 0 0 15px;
  }
  .entry-content-wrapper .post-content {
    max-width: 100%;
  }
  .entry-content-wrapper .post-content .wp-block-quote {
    margin: 40px 0 50px -20px;
    padding-left: 20px;
    font-size: 22px;
    line-height: 1.33;
  }
}

.related-articles {
  margin: 60px 0 0;
}
.related-articles h2 {
  border-top: 1px solid #EDEEEB;
  font-size: 12px;
  text-transform: uppercase;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  padding: 10px 0 0;
  margin: 0 0 30px;
}
.related-articles .more-articles-link {
  margin: 30px 0 0;
  font-size: 18px;
}
.related-articles__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: first baseline;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.related-articles__list .item {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.related-articles__list .item__wrapper {
  width: 33.3333333333%;
  display: flex;
  padding: 0 20px;
}
.related-articles__list .item__title {
  font-size: 18px;
  line-height: 1.3;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
}
.related-articles__list .item.has-image {
  position: relative;
}
.related-articles__list .item.has-image .item__image {
  width: 100%;
  height: auto;
  margin: 0 0 15px;
}
.related-articles__list .item.has-image .item__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 56.3636364%;
  display: block;
  width: 100%;
}

.recent-posts-widget {
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
}
.recent-posts-widget ul {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.3;
}
.recent-posts-widget ul li {
  margin: 0 0 20px;
}
.recent-posts-widget ul li:last-child {
  margin: 0;
}
.recent-posts-widget ul li.active {
  font-weight: 700;
}
.recent-posts-widget ul li.active a {
  color: #666666;
}

.featured-news__wrapper {
  padding-bottom: 60px;
  margin: 40px 0 0;
  border-bottom: 3px solid #5E0744;
}
.featured-news {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.featured-news .content-left, .featured-news .content-right {
  width: calc(50% - 20px);
}
.featured-news .item__image {
  margin: 0 0 15px;
}
.featured-news .item__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 56.3636364%;
  display: block;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.featured-news .content-left .item p {
  font-size: 16px;
  line-height: 1.5;
}
.featured-news .content-right .items {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.featured-news .content-right .items .item {
  width: calc(50% - 20px);
}
@media (max-width: 1249.98px) {
  .featured-news__wrapper {
    padding-bottom: 50px;
    margin: 30px 0 0;
  }
  .featured-news {
    gap: 30px;
  }
  .featured-news .content-left, .featured-news .content-right {
    width: calc(50% - 15px);
  }
  .featured-news .content-right .items {
    gap: 30px;
  }
  .featured-news .content-right .items .item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 991.98px) {
  .featured-news__wrapper {
    padding-bottom: 30px;
    margin: 20px 0 0;
    border-width: 2px;
  }
  .featured-news {
    gap: 20px;
    border-width: 2px;
  }
  .featured-news .content-left, .featured-news .content-right {
    width: calc(50% - 10px);
  }
  .featured-news .content-left .item p {
    font-size: 14px;
    line-height: 1.5;
  }
  .featured-news .content-right .items {
    gap: 20px;
  }
  .featured-news .content-right .items .item {
    width: calc(50% - 10px);
  }
  .featured-news .content-right .items .item__image {
    margin: 0 0 10px;
  }
  .featured-news .content-right .items .item .heading4 {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .featured-news__wrapper {
    border-width: 1px;
  }
  .featured-news {
    flex-wrap: wrap;
  }
  .featured-news .content-left, .featured-news .content-right {
    width: 100%;
  }
}

.news-articles-list {
  margin: 40px 0 0;
}
.news-articles-list .items {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}
.news-articles-list .items .item {
  width: calc(33.3333333333% - 24px);
}
.news-articles-list .items .item__image {
  margin: 0 0 20px;
}
.news-articles-list .items .item__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 56.3636364%;
  display: block;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.news-articles-list .items .item__excerpt {
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 991.98px) {
  .news-articles-list {
    margin: 20px 0 0;
  }
  .news-articles-list .items {
    gap: 36px 24px;
  }
  .news-articles-list .items .item {
    width: calc(33.3333333333% - 16px);
  }
  .news-articles-list .items .item__image {
    margin: 0 0 15px;
  }
  .news-articles-list .items .item__excerpt {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media (max-width: 767.98px) {
  .news-articles-list .items .item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 539.98px) {
  .news-articles-list .items {
    gap: 24px;
  }
  .news-articles-list .items .item__excerpt {
    display: none;
  }
}

.sidebar-widget {
  border: 1px solid #f6f4f2;
  padding: 20px;
}
.sidebar-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-widget ul li {
  margin: 0 0 20px;
}
.sidebar-widget ul li:last-child {
  margin: 0;
}
.sidebar-widget.recent-news ul {
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.our-team-list .header {
  max-width: 860px;
  margin: 0 0 50px;
}
.our-team-list .header h2 {
  color: #5E0744;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  font-size: 48px;
  line-height: 1;
  margin: 0 0 20px;
}
.our-team-list .team {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.our-team-list .team .member {
  width: calc(20% - 8px);
}
.our-team-list .team .member__image {
  position: relative;
}
.our-team-list .team .member__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-bottom: 100%;
}
.our-team-list .team .member h3 {
  font-size: 16px;
  line-height: 1.4;
  color: #5E0744;
  margin: 0;
}
.our-team-list .team .member__title {
  font-size: 14px;
  line-height: 1.3;
  font-style: italic;
}
.our-team-list .team .member__info {
  padding: 10px 10px 20px;
}

.events-list .item {
  display: flex;
  border-top: 1px solid #f6f4f2;
  padding: 40px 20px;
  gap: 40px;
}
.events-list .item__featured .item__image::before {
  content: "Featured";
  position: absolute;
  left: -15px;
  top: 0;
  transform: translateY(-50%);
  z-index: 1;
  padding: 5px 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 10px;
  line-height: 1.2;
  font-size: 0.5em;
  text-transform: uppercase;
  background-color: #5E0744;
  color: #fff;
}
.events-list .item:nth-child(even) {
  background: #fbfaf8;
}
.events-list .item__image {
  width: calc(20% - 30px);
  position: relative;
}
.events-list .item__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 56.3636364%;
  display: block;
}
.events-list .item__header {
  width: calc(25% - 30px);
  position: relative;
  padding-bottom: 20px;
}
.events-list .item__header .category {
  font-size: 11px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 5px;
}
.events-list .item__header .category a {
  font-weight: 700;
}
.events-list .item__header h3 {
  font-size: 18px;
  line-height: 1.3;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  color: #5E0744;
}
.events-list .item__header h3 a {
  color: #5E0744;
}
.events-list .item__header .date {
  font-size: 12px;
  line-height: 1;
  margin: 0 0 10px;
}
.events-list .item__header .location {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  line-height: 1;
  font-style: italic;
}
.events-list .item__excerpt {
  width: calc(35% - 30px);
  font-size: 14px;
  line-height: 1.4;
}
.events-list .item__excerpt p {
  margin: 0 0 10px;
}
.events-list .item__excerpt .datetime {
  font-size: 12px;
  line-height: 1.4;
}
.events-list .item__action {
  width: calc(20% - 30px);
  text-align: right;
}
@media (max-width: 991.98px) {
  .events-list .item {
    flex-wrap: wrap;
    padding: 30px 20px;
    gap: 30px;
  }
  .events-list .item__image {
    width: calc(40% - 15px);
  }
  .events-list .item__header {
    width: calc(60% - 15px);
  }
  .events-list .item__excerpt {
    width: 100%;
  }
  .events-list .item__action {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .events-list .item {
    flex-wrap: wrap;
    padding: 20px 0;
    gap: 15px;
  }
  .events-list .item__featured .item__image::before {
    left: 15px;
    font-size: 10px;
    line-height: 1.2;
  }
  .events-list .item:nth-child(even) {
    background: #fff;
  }
  .events-list .item__image {
    width: 100%;
  }
  .events-list .item__header {
    width: 100%;
  }
  .events-list .item__excerpt {
    width: 100%;
  }
  .events-list .item__action {
    width: 100%;
    text-align: left;
  }
}

.event-info {
  background: #f6f4f2;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 40px;
}
.event-info .item {
  width: calc(25% - 15px);
}
.event-info .item .label {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #5E0744;
  font-weight: 700;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.event-info .item .value {
  font-size: 14px;
  line-height: 1.5;
}
.event-info .item__series-terms {
  width: calc(75% - 10px);
}
.event-info .item__terms {
  width: 100%;
}
.event-info .item__pricing {
  width: calc(100% + 40px);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 -20px;
  padding: 15px 20px 20px;
}
.event-info .item__pricing .pricing-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
  line-height: 1.4;
}
.event-info .item__pricing .pricing-list .member-pricing {
  width: calc(25% - 12px);
}
.event-info .item__pricing .pricing-list .member-pricing h5 {
  margin: 5px 0 0;
  color: #000;
  font-weight: 400;
  font-size: 14px;
}
.event-info .item__pricing .pricing-list .member-pricing {
  font-weight: 700;
  color: #bf0b93;
}
.event-info .item__pricing .action-register {
  text-align: center;
  margin: 30px 0 0;
}
.event-info .item__pricing .action-register p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}
.event-info .item__pricing .action-register p strong {
  color: #bf0b93;
}
.event-info .item__pricing .action-register .note {
  font-style: italic;
  font-weight: 700;
  color: #5E0744;
}
.event-info .item__pricing .action-register .action-buttons {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.event-info .notification-message {
  margin-top: 20px;
  background: #eedff3;
  padding: 20px;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.event-info .notification-message .container {
  position: relative;
}
.event-info .notification-message {
  font-size: 16px;
}
.event-info .notification-message p {
  margin: 0;
  padding: 0;
}
.event-info .notification-message p strong {
  font-weight: 700;
  font-size: 1.125em;
}
.event-info .notification-message .info {
  font-size: 14px;
}
.event-info .notification-message .info a {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .event-info {
    gap: 20px;
    margin: 0 0 40px;
  }
  .event-info .item {
    width: calc(50% - 10px);
  }
  .event-info .item .label {
    font-size: 10px;
    line-height: 1;
  }
  .event-info .item .value {
    font-size: 12px;
    line-height: 1.5;
  }
  .event-info .item__series-terms {
    width: calc(50% - 10px);
  }
  .event-info .item__terms {
    width: calc(50% - 10px);
  }
  .event-info .item__pricing {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 15px 20px 20px;
  }
  .event-info .item__pricing .pricing-list {
    font-size: 14px;
    line-height: 1.4;
  }
  .event-info .item__pricing .pricing-list .member-pricing {
    width: calc(50% - 12px);
  }
  .event-info .item__pricing .action-register {
    text-align: center;
    margin: 20px 0 0;
  }
  .event-info .item__pricing .action-register p {
    font-size: 14px;
    line-height: 1.4;
  }
  .event-info .notification-message {
    margin-top: 20px;
    background: #eedff3;
    padding: 20px;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .event-info .notification-message .container {
    position: relative;
  }
  .event-info .notification-message {
    font-size: 16px;
  }
  .event-info .notification-message p {
    margin: 0;
    padding: 0;
  }
  .event-info .notification-message p strong {
    font-weight: 700;
    font-size: 1.125em;
  }
  .event-info .notification-message .info {
    font-size: 14px;
  }
  .event-info .notification-message .info a {
    color: #000;
    text-decoration: underline;
  }
}

.event-content {
  display: flex;
  gap: 40px;
}
.event-content .content {
  width: calc(100% - 340px);
}
.event-content .sidebar {
  width: 300px;
}

.event-sidebar .event-series {
  background: #fafafa;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 20px;
  border: 1px solid rgb(218.2954545455, 185.9090909091, 229.0909090909);
  background: #eedff3;
  margin: 0 0 30px;
}
.event-sidebar .event-series .info {
  font-style: italic;
  font-weight: 700;
  color: #5E0744;
}
.event-sidebar .event-series .series-summary {
  font-size: 14px;
  line-height: 20px;
}
.event-sidebar .event-series .series-events {
  margin-top: 20px;
}
.event-sidebar .event-series .series-events .head4 {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  margin: 0 0 15px;
}
.event-sidebar .event-series .series-events .item {
  font-size: 14px;
  line-height: 1.4;
  border-bottom: 1px solid #ccc;
  margin: 0 0 10px;
  padding: 0 0 15px;
}
.event-sidebar .event-series .series-events .item:last-child {
  margin: 0;
  border: none;
  padding-bottom: 0;
}
.event-sidebar .event-series .series-events .item h4 {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}
.event-sidebar .event-series .series-events .item .location {
  font-style: italic;
  margin: 0 0 10px;
}
.event-sidebar .featured-events {
  background: #fafafa;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 20px;
  background: rgba(8, 217, 214, 0.1);
  border: 1px solid rgba(8, 217, 214, 0.2);
}
.event-sidebar .featured-events h4 {
  font-size: 14px;
  line-height: 1;
  margin: 0 0 20px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.event-sidebar .featured-events .item {
  font-size: 14px;
  line-height: 1.3;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  padding: 0 0 15px;
  margin: 0 0 15px;
}
.event-sidebar .featured-events .item:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.event-sidebar .featured-events .item h3 {
  font-size: 16px;
  line-height: 1.2;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  margin: 0 0 5px;
  color: #5E0744;
}

.event-speakers .item {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
.event-speakers .item__image {
  width: 180px;
}
.event-speakers .item__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 120%;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.event-speakers .item__content {
  width: calc(100% - 220px);
  font-size: 0.925em;
}

.validate-special-link {
  max-width: 320px;
  margin: 10px auto 0;
}
.validate-special-link p {
  margin: 0 0 10px !important;
  font-size: 14px !important;
}

.form-check-speical-link {
  display: flex;
  justify-content: space-between;
}
.form-check-speical-link input {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: none;
  padding: 5px 10px;
  background-position: right 5px center !important;
  font-size: 16px;
  line-height: 1;
}
.form-check-speical-link input[disabled] {
  background: none;
}
.form-check-speical-link .btn-submit {
  border: none;
  outline: none;
  background: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 15px;
  margin-left: 5px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #5E0744;
}
.form-check-speical-link svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
}

.event-filters {
  margin: 30px 0 20px;
}
.event-filters form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.event-filters form .field-group {
  width: 27%;
  margin: 0;
}
.event-filters form .filter-button {
  width: calc(19% - 45px);
}
.event-filters form .filter-button .link-btn {
  width: 100%;
  height: 52px;
}
@media (max-width: 991.98px) {
  .event-filters form .field-group {
    width: 25%;
  }
  .event-filters form .filter-button {
    width: calc(25% - 45px);
  }
}
@media (max-width: 767.98px) {
  .event-filters form {
    gap: 16px;
  }
  .event-filters form .field-group {
    width: calc(50% - 8px);
  }
  .event-filters form .filter-button {
    width: calc(50% - 8px);
  }
}
@media (max-width: 539.98px) {
  .event-filters form {
    gap: 15px;
  }
  .event-filters form .field-group {
    width: 100%;
  }
  .event-filters form .filter-button {
    width: 100%;
  }
  .event-filters form .filter-button .link-btn {
    height: 44px;
  }
}

.series-events-list {
  margin-top: 20px;
}
.series-events-list .head41 {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  margin: 0 0 15px;
}
.series-events-list .item {
  font-size: 14px;
  line-height: 1.4;
  border-bottom: 1px solid #ccc;
  margin: 0 0 10px;
  padding: 0 0 15px;
}
.series-events-list .item:last-child {
  border: none;
}
.series-events-list .item h4 {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}
.series-events-list .item .location {
  font-style: italic;
  margin: 0 0 10px;
}
.series-events-list .item .note {
  margin-top: 10px;
  font-style: italic;
  font-weight: 700;
  color: #5E0744;
}

.vacancy-board-wrapper {
  display: flex;
  gap: 30px;
}
.vacancy-board-wrapper .vacancy-sidebar {
  width: 25%;
  border: 1px solid #efefef;
  background: #fafafa;
}
.vacancy-board-wrapper .vacancy-sidebar .vacancy-search {
  padding: 20px 20px 30px;
  background: #eee;
}
.vacancy-board-wrapper .vacancy-sidebar .vacancy-search h4 {
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  margin: 0;
  font-size: 21px;
  color: #5E0744;
}
.vacancy-board-wrapper .vacancy-sidebar .vacancy-search p {
  font-size: 14px;
  line-height: 1.4;
}
.vacancy-board-wrapper .vacancy-sidebar .vacancy-search .vacancy-search-form {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  padding-right: 60px;
  background: #fff;
  position: relative;
}
.vacancy-board-wrapper .vacancy-sidebar .vacancy-search .vacancy-search-form input {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: none;
  box-shadow: none;
  padding: 10px;
  font-size: 14px;
  line-height: 1.4;
  width: 100%;
}
.vacancy-board-wrapper .vacancy-sidebar .vacancy-search .vacancy-search-form button {
  position: absolute;
  right: 3px;
  top: 3px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: none;
  background: #5E0744;
  height: 34px;
  width: 44px;
  color: #fff;
}
.vacancy-board-wrapper .vacancy-sidebar .vacancy-search .vacancy-search-form button svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 16px;
  height: 16px;
}
.vacancy-board-wrapper .vacancy-sidebar .vacancy-filters {
  padding: 20px;
}
.vacancy-board-wrapper .vacancy-sidebar .vacancy-filters p {
  font-size: 14px;
  line-height: 1.4;
}
.vacancy-board-wrapper .vacancy-results {
  padding-top: 20px;
  width: calc(75% - 30px);
}
.vacancy-board-wrapper .vacancy-results__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px;
}
.vacancy-board-wrapper .vacancy-results__header p {
  margin: 0;
  width: calc(100% - 280px);
}
.vacancy-board-wrapper .vacancy-results__header .custom-dropdown {
  width: 240px;
}
@media (max-width: 1249.98px) {
  .vacancy-board-wrapper {
    gap: 20px;
  }
  .vacancy-board-wrapper .vacancy-sidebar .vacancy-filters {
    padding: 15px;
  }
}
@media (max-width: 991.98px) {
  .vacancy-board-wrapper {
    flex-wrap: wrap;
    position: relative;
  }
  .vacancy-board-wrapper .vacancy-sidebar {
    width: 100%;
    margin-top: 20px;
  }
  .vacancy-board-wrapper .vacancy-sidebar .vacancy-filters {
    padding: 20px;
  }
  .vacancy-board-wrapper .vacancy-sidebar .vacancy-filters p {
    font-size: 14px;
    line-height: 1.4;
  }
  .vacancy-board-wrapper .vacancy-sidebar .vacancy-filters form .field-group {
    margin: 0 0 30px;
  }
  .vacancy-board-wrapper .vacancy-sidebar .vacancy-filters form .checkbox-list {
    margin: 0 0 30px;
  }
  .vacancy-board-wrapper .vacancy-results {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .vacancy-board-wrapper .vacancy-sidebar .vacancy-filters form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .vacancy-board-wrapper .vacancy-sidebar .vacancy-filters form .field-group {
    width: 100%;
  }
  .vacancy-board-wrapper .vacancy-sidebar .vacancy-filters form .checkbox-list {
    width: calc(50% - 10px);
  }
  .vacancy-board-wrapper .vacancy-results {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .vacancy-board-wrapper .vacancy-results {
    border-top: 2px solid #bf0b93;
    padding-top: 15px;
  }
  .vacancy-board-wrapper .vacancy-results__header {
    flex-wrap: wrap;
  }
  .vacancy-board-wrapper .vacancy-results__header p {
    margin: 0 0 15px;
    width: 100%;
  }
  .vacancy-board-wrapper .vacancy-results__header .custom-dropdown {
    width: 200px;
  }
  .vacancy-board-wrapper .vacancy-results .vacancy-list {
    gap: 20px;
  }
  .vacancy-board-wrapper .vacancy-results .vacancy-list .item {
    width: 100%;
    font-size: 12px;
    line-height: 1.3;
  }
  .vacancy-board-wrapper .vacancy-results .vacancy-list .item__ned_bespoke::before {
    font-size: 9px;
    line-height: 1.2;
  }
  .vacancy-board-wrapper .vacancy-results .vacancy-list .item__header .logo {
    width: 100px;
    height: 75px;
    padding: 10px 10px;
  }
  .vacancy-board-wrapper .vacancy-results .vacancy-list .item__header .logo img {
    max-width: 80px;
    max-height: 60px;
  }
  .vacancy-board-wrapper .vacancy-results .vacancy-list .item__header h3 {
    font-size: 16px;
    line-height: 1.2;
  }
  .vacancy-board-wrapper .vacancy-results .vacancy-list .item__info {
    padding: 15px 20px 70px 15px;
  }
  .vacancy-board-wrapper .vacancy-results .vacancy-list .item__action {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .vacancy-board-wrapper .vacancy-results .vacancy-list .item__action .link-btn__neon {
    width: 150px;
  }
  .vacancy-board-wrapper .vacancy-results .vacancy-list .item__action .link-btn__neon a {
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #555;
    color: #fff;
  }
}
.board-position .header {
  padding-bottom: 40px;
}
.board-position .header h2 {
  margin: 0 0 10px;
}
.board-position .header .coverage {
  font-style: italic;
}
.board-position .wrap {
  display: flex;
  gap: 20px;
}
.board-position .wrap .sidebar {
  width: 35%;
  position: relative;
}
.board-position .wrap .sidebar .featured-positions {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 20px;
  border: 1px solid rgba(94, 7, 68, 0.2);
}
.board-position .wrap .sidebar .featured-positions h4 {
  font-size: 14px;
  line-height: 1;
  margin: 0 0 30px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.board-position .wrap .sidebar .featured-positions .item {
  font-size: 14px;
  line-height: 1.3;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  padding: 0 0 10px;
  margin: 0 0 30px;
}
.board-position .wrap .sidebar .featured-positions .item:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.board-position .wrap .sidebar .featured-positions .item h3 {
  font-size: 16px;
  line-height: 1.2;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  margin: 0 0 2px;
  color: #5E0744;
}
.board-position .wrap .sidebar .featured-positions .item__organisation {
  margin: 0 0 10px;
  font-style: italic;
}
.board-position .wrap .sidebar .featured-positions .item__action {
  margin-top: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.board-position .wrap .sidebar .featured-positions .item__action .closing-date {
  font-size: 14px;
  line-height: 1.4;
  font-style: italic;
  color: #5E0744;
}
.board-position .wrap .sidebar .item-bespoke {
  background: #5E0744;
  background: #eedff3;
  width: 100%;
  margin-bottom: 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.board-position .wrap .sidebar .item-bespoke .quick-info {
  width: 100%;
  padding: 20px;
  font-size: 14px;
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
}
.board-position .wrap .sidebar .item-bespoke .quick-info .a {
  width: 100%;
}
.board-position .wrap .sidebar .item-bespoke .quick-info h4 {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 5px;
  color: #5E0744;
}
.board-position .wrap .sidebar .item-bespoke__action {
  margin-top: 13px;
  background: rgb(232.0886363636, 211.8727272727, 238.8272727273);
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.board-position .wrap .sidebar .item-bespoke__action .closing-date {
  font-size: 14px;
  line-height: 1.4;
  font-style: italic;
  color: #5E0744;
  font-weight: 700;
}
.board-position .wrap .content {
  width: calc(65% - 40px);
}
.board-position .wrap .content .organisation-info {
  position: relative;
  margin: 0 0 60px;
  padding: 30px 25px 30px 200px;
  border: 1px solid #efefef;
  background: #fafafa;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: rgb(243.9113636364, 234.1272727273, 247.1727272727);
  width: 100%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.board-position .wrap .content .organisation-info.ned_bespoke::before {
  content: "WB Bespoke Search";
  position: absolute;
  right: 15px;
  top: 0;
  transform: translateY(-50%);
  z-index: 1;
  padding: 5px 8px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ccc;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: #cdee50;
  color: #000;
}
.board-position .wrap .content .organisation-info .logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 156px;
  height: 156px;
  padding: 15px 15px;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
}
.board-position .wrap .content .organisation-info .logo img {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
}
.board-position .wrap .content .organisation-info h3 {
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
}
.board-position .wrap .content .organisation-info .items {
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.board-position .wrap .content .organisation-info .items .item {
  width: calc(50% - 10px);
  color: #5E0744;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
}
.board-position .wrap .content .organisation-info .items .item__full {
  width: 100%;
}
.board-position .wrap .content .organisation-info .items .item.website-url {
  overflow-wrap: break-word;
}
.board-position .wrap .content .organisation-info .items .item h4 {
  font-size: 11px;
  text-transform: uppercase;
  margin: 0;
  color: #000;
  font-family: Mulish, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: 0.05em;
}
.board-position .wrap .content .organisation-info .items .item__about {
  font-family: Mulish, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #404040;
}
.board-position .wrap .content .organisation-info .items .item__about p {
  margin: 0 0 15px;
}
.board-position .wrap .content .organisation-info .items .item__about ul {
  margin: 0 0 15px;
  padding: 0 0 0 20px;
}
.board-position .wrap .content .organisation-info .items .item__about ul li {
  margin: 0 0 5px;
}
.board-position .wrap .content .description-block {
  border-top: 4px solid #bf0b93;
  margin: 0 0 50px;
  padding-top: 10px;
}
.board-position .wrap .content .description-block .quick-info {
  margin: 30px 0;
  font-size: 16px;
  line-height: 1.5;
}
.board-position .wrap .content .description-block .quick-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.board-position .wrap .content .description-block .quick-info ul li {
  width: calc(33.3333333333% - 10px);
  padding: 0 20px 0 0;
}
.board-position .wrap .content .description-block .quick-info ul li h4 {
  text-transform: uppercase;
  margin: 0 0 5px;
  letter-spacing: 0.1em;
  font-size: 11px;
  line-height: 1;
  color: #5E0744;
}
@media (max-width: 991.98px) {
  .board-position .wrap {
    flex-wrap: wrap;
  }
  .board-position .wrap .sidebar {
    width: 100%;
    position: relative;
  }
  .board-position .wrap .sidebar .featured-positions {
    margin-top: 0;
  }
  .board-position .wrap .sidebar .item-bespoke .quick-info {
    gap: 24px;
  }
  .board-position .wrap .sidebar .item-bespoke .quick-info .a {
    width: calc(50% - 12px);
  }
  .board-position .wrap .content {
    width: 100%;
  }
  .board-position .wrap .content .organisation-info {
    padding: 20px 15px 20px 170px;
    margin: 0;
  }
  .board-position .wrap .content .organisation-info .logo {
    width: 128px;
    height: 128px;
    padding: 10px;
  }
  .board-position .wrap .content .organisation-info .items {
    font-size: 14px;
    line-height: 1.4;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .board-position .wrap .content .organisation-info .items .item {
    width: calc(50% - 10px);
    color: #5E0744;
    font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  }
  .board-position .wrap .content .organisation-info .items .item__full {
    width: 100%;
  }
  .board-position .wrap .content .organisation-info .items .item h4 {
    font-size: 11px;
    text-transform: uppercase;
    margin: 0;
    color: #000;
    font-family: Mulish, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    letter-spacing: 0.05em;
  }
  .board-position .wrap .content .organisation-info .items .item__about {
    font-family: Mulish, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #404040;
  }
  .board-position .wrap .content .organisation-info .items .item__about p {
    margin: 0 0 15px;
  }
  .board-position .wrap .content .organisation-info .items .item__about ul {
    margin: 0 0 15px;
    padding: 0 0 0 20px;
  }
  .board-position .wrap .content .organisation-info .items .item__about ul li {
    margin: 0 0 5px;
  }
  .board-position .wrap .content .description-block {
    border-top: 4px solid #bf0b93;
    margin: 0 0 50px;
    padding-top: 10px;
  }
  .board-position .wrap .content .description-block .quick-info {
    margin: 30px 0;
    font-size: 16px;
    line-height: 1.5;
  }
  .board-position .wrap .content .description-block .quick-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .board-position .wrap .content .description-block .quick-info ul li {
    width: calc(33.3333333333% - 10px);
    padding: 0 20px 0 0;
  }
  .board-position .wrap .content .description-block .quick-info ul li h4 {
    text-transform: uppercase;
    margin: 0 0 5px;
    letter-spacing: 0.1em;
    font-size: 11px;
    line-height: 1;
    color: #5E0744;
  }
}
@media (max-width: 767.98px) {
  .board-position .header {
    padding-bottom: 20px;
  }
  .board-position .wrap .sidebar .item-bespoke .quick-info {
    gap: 20px;
    padding: 20px 15px;
  }
  .board-position .wrap .sidebar .item-bespoke .quick-info .a {
    font-size: 12px;
    width: calc(50% - 10px);
  }
  .board-position .wrap .sidebar .item-bespoke .quick-info .a h4 {
    font-size: 10px;
  }
  .board-position .wrap .content {
    width: 100%;
  }
  .board-position .wrap .content .organisation-info {
    padding: 20px 15px;
  }
  .board-position .wrap .content .organisation-info .heading3 {
    padding-right: 100px;
  }
  .board-position .wrap .content .organisation-info .logo {
    padding: 4px;
    width: 72px;
    height: 72px;
    right: 15px;
    top: 15px;
    left: auto;
  }
  .board-position .wrap .content .organisation-info .items {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.4;
    gap: 15px;
  }
  .board-position .wrap .content .organisation-info .items .item {
    width: 100%;
  }
  .board-position .wrap .content .organisation-info .items .item__full {
    width: 100%;
  }
  .board-position .wrap .content .organisation-info .items .item h4 {
    font-size: 10px;
  }
  .board-position .wrap .content .organisation-info .items .item__about {
    font-family: Mulish, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #404040;
  }
  .board-position .wrap .content .organisation-info .items .item__about p {
    margin: 0 0 15px;
  }
  .board-position .wrap .content .organisation-info .items .item__about ul {
    margin: 0 0 15px;
    padding: 0 0 0 20px;
  }
  .board-position .wrap .content .organisation-info .items .item__about ul li {
    margin: 0 0 5px;
  }
  .board-position .wrap .content .description-block {
    border-top: 4px solid #bf0b93;
    margin: 0 0 50px;
    padding-top: 10px;
  }
  .board-position .wrap .content .description-block .quick-info {
    margin: 30px 0;
    font-size: 16px;
    line-height: 1.5;
  }
  .board-position .wrap .content .description-block .quick-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .board-position .wrap .content .description-block .quick-info ul li {
    width: calc(33.3333333333% - 10px);
    padding: 0 20px 0 0;
  }
  .board-position .wrap .content .description-block .quick-info ul li h4 {
    text-transform: uppercase;
    margin: 0 0 5px;
    letter-spacing: 0.1em;
    font-size: 11px;
    line-height: 1;
    color: #5E0744;
  }
}

.vacancy-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.vacancy-list .item {
  width: calc(50% - 15px);
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.3;
  position: relative;
  border-bottom: 4px solid #999;
  border-bottom-color: #5E0744;
}
.vacancy-list .item__featured, .vacancy-list .item__ned_bespoke {
  background: rgb(243.9113636364, 234.1272727273, 247.1727272727);
  border-color: rgb(228.1477272727, 204.4545454545, 236.0454545455);
  border-bottom-color: #5E0744;
}
.vacancy-list .item__featured .item__header, .vacancy-list .item__ned_bespoke .item__header {
  background: #eedff3;
  border-color: rgb(228.1477272727, 204.4545454545, 236.0454545455);
}
.vacancy-list .item__ned_bespoke::before {
  content: "WB Bespoke Search";
  position: absolute;
  right: 15px;
  top: 0;
  transform: translateY(-50%);
  z-index: 1;
  padding: 5px 8px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ccc;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: #cdee50;
  color: #000;
}
.vacancy-list .item .item__action .link-btn__neon a {
  background: #bf0b93;
  color: #fff;
}
.vacancy-list .item__header {
  display: flex;
  gap: 20px;
  align-items: center;
  background: #fafafa;
  padding: 10px 20px 10px 10px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
.vacancy-list .item__header .logo {
  width: 120px;
  height: 90px;
  padding: 15px 15px;
  border: 1px solid #efefef;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
}
.vacancy-list .item__header .logo img {
  width: auto;
  height: auto;
  max-width: 96px;
  max-height: 72px;
}
.vacancy-list .item__header .item__title {
  width: calc(100% - 140px);
}
.vacancy-list .item__header .badge {
  position: absolute;
  right: 10px;
  top: 0;
  transform: translateY(-50%);
  display: inline-block;
  color: #fff;
  background: #bf0b93;
  padding: 5px 8px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.2em;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.vacancy-list .item__header h3 {
  font-size: 18px;
  line-height: 1.2;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  margin: 0 0 5px;
  color: #5E0744;
}
.vacancy-list .item__header h3 a {
  color: #5E0744;
  font-weight: 700 !important;
}
.vacancy-list .item__info {
  padding: 15px 20px 80px 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.vacancy-list .item__info .a {
  width: calc(50% - 8px);
}
.vacancy-list .item__action {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.vacancy-list .item__action .link-btn__neon {
  width: 150px;
}
.vacancy-list .item__action .link-btn__neon a {
  width: 100%;
  text-align: center;
  padding: 10px;
  background: #555;
  color: #fff;
}
@media (max-width: 1249.98px) {
  .vacancy-list .item__header .logo {
    width: 100px;
    height: 75px;
    padding: 10px 10px;
  }
  .vacancy-list .item__header .logo img {
    max-width: 80px;
    max-height: 60px;
  }
  .vacancy-list .item__header .item__title {
    width: calc(100% - 120px);
  }
  .vacancy-list .item__header h3 {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .vacancy-list {
    gap: 20px;
  }
  .vacancy-list .item {
    width: 100%;
    font-size: 12px;
    line-height: 1.3;
  }
  .vacancy-list .item__ned_bespoke::before {
    font-size: 9px;
    line-height: 1.2;
  }
  .vacancy-list .item__info {
    padding: 15px 20px 70px 15px;
  }
  .vacancy-list .item__action {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .vacancy-list .item__action .link-btn__neon {
    width: 150px;
  }
  .vacancy-list .item__action .link-btn__neon a {
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #555;
    color: #fff;
  }
}

.page-faqs {
  padding: 40px 0;
}
.page-faqs .faqs {
  margin: 0 0 60px;
}
.page-faqs .faqs:last-child {
  margin-bottom: 0;
}
.page-faqs .faqs h2 {
  margin: 0 0 30px;
}
.page-faqs .wrapper {
  display: flex;
  gap: 40px;
}
.page-faqs .wrapper .sidebar {
  width: calc(25% - 20px);
}
.page-faqs .wrapper .sidebar .faq-categories {
  background-color: #cdee50;
  position: relative;
  padding: 50px 30px 30px;
}
.page-faqs .wrapper .sidebar .faq-categories::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 24px;
  top: 0;
  left: 30px;
  background-color: #5E0744;
}
.page-faqs .wrapper .sidebar .faq-categories h4 {
  margin: 0 0 30px;
  color: #bf0b93;
}
.page-faqs .wrapper .sidebar .faq-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.5;
}
.page-faqs .wrapper .sidebar .faq-categories ul li {
  margin: 0 0 15px;
}
.page-faqs .wrapper .sidebar .faq-categories ul li:last-child {
  margin: 0;
}
.page-faqs .wrapper .sidebar .faq-categories ul li a {
  color: #000;
}
.page-faqs .wrapper .sidebar .faq-categories ul li.active a {
  color: #bf0b93;
}
.page-faqs .wrapper .content {
  width: calc(75% - 30px);
}

.faq-list .item {
  margin: 0 0 30px;
}
.faq-list .item__header {
  font-weight: 600;
  margin: 0 0 5px;
  position: relative;
  color: #5E0744;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  cursor: pointer;
  font-size: 1.125em;
}
.faq-list .item__content {
  font-size: 16px;
  line-height: 1.5;
}
.faq-list .item__content ul {
  margin: 0 0 25px;
  padding: 0 0 0 20px;
}
.faq-list .item__content ul li {
  margin: 0 0 10px;
  padding-left: 5px;
}
.faq-list .item.active .item__header {
  color: #5E0744;
}
.faq-list .item.active .item__header::after {
  transform: rotate(270deg);
  opacity: 0;
  filter: alpha(opacity=0);
}
@media (max-width: 991.98px) {
  .faq-list .item {
    padding: 20px 0;
  }
  .faq-list .item__header {
    font-size: 1.125em;
  }
  .faq-list .item__header::before {
    width: 12px;
    height: 2px;
    left: 0;
    top: 10px;
  }
  .faq-list .item__header::after {
    width: 2px;
    height: 12px;
    left: 5px;
    top: 5px;
  }
}
@media (max-width: 767.98px) {
  .faq-list .item {
    padding: 20px 0;
  }
  .faq-list .item__header {
    padding-left: 20px;
  }
  .faq-list .item__header::before {
    width: 10px;
    height: 2px;
    left: 0;
    top: 11px;
  }
  .faq-list .item__header::after {
    width: 2px;
    height: 10px;
    left: 4px;
    top: 7px;
  }
  .faq-list .item__content {
    padding-left: 20px;
  }
}

.course-container {
  padding: 0 !important;
  margin: 40px 0 !important;
  display: flex;
  flex-wrap: wrap;
  border: none;
  gap: 48px;
}
.course-container li.course {
  margin: 0;
  padding: 0;
  width: calc(33.3333333333% - 32px);
  border: none;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.course-container li.course .thumbnail {
  border-bottom: 1px solid #efefef;
}
.course-container li.course .thumbnail figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 56.3636364%;
  display: block;
}
.course-container li.course .course-info {
  padding: 20px;
}
.course-container li.course .course-pricing {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #5E0744;
}
.course-container li.course .course-title {
  font-weight: 700;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  font-weight: normal;
  color: #5E0744;
  font-size: 24px;
  line-height: 1.14;
}
@media (max-width: 1249.98px) {
  .course-container li.course .course-title {
    font-size: 21px;
    line-height: 1.14;
  }
}
@media (max-width: 991.98px) {
  .course-container li.course .course-title {
    font-size: 18px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .course-container li.course .course-title {
    font-size: 16px;
    line-height: 1.14;
  }
}
.course-container li.course .course-author {
  display: none;
}
.course-container li.course .sensei-course-meta {
  color: #5E0744;
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-style: normal !important;
  font-weight: 600;
  margin: 10px 0 20px;
}
.course-container li.course .sensei-course-meta .course-lesson-progress {
  color: #000;
}
.course-container li.course .course-excerpt {
  font-size: 16px;
  line-height: 1.4;
}
.course-container li.course .sensei-free-lessons {
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 991.98px) {
  .course-container {
    margin: 30px 0 !important;
    gap: 30px;
  }
  .course-container li.course {
    width: calc(50% - 15px);
  }
  .course-container li.course .course-excerpt {
    font-size: 14px;
    line-height: 1.4;
  }
  .course-container li.course .sensei-free-lessons {
    font-size: 12px;
    line-height: 1.4;
  }
}
@media (max-width: 767.98px) {
  .course-container li.course {
    width: 100%;
  }
  .course-container li.course .sensei-course-meta {
    font-size: 10px;
    line-height: 1.4;
  }
}

.sensei-course-theme__frame {
  font-family: Mulish, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.sensei-course-theme__frame .sensei-lms-course-navigation-module__title {
  color: #5E0744;
  font-size: 16px;
  line-height: 1.4;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
}

.sensei-lms-notice {
  background: #eedff3 !important;
}
.sensei-lms-notice .sensei-course-theme-locked-lesson-notice__text {
  font-size: 21px;
  line-height: 1.4;
}
.sensei-lms-notice form {
  display: none !important;
}

#sensei-user-courses .my-messages-link-container {
  display: none;
}
#sensei-user-courses #user-course-status-toggle {
  display: none;
}

.course-page {
  max-width: 900px;
  margin: 0 auto;
}
.course-page .course-header {
  text-align: center;
}
.course-page .course-header .price {
  color: #bf0b93;
  font-weight: 700;
}
.course-page .course-header .action-buttons {
  margin: 20px 0 10px;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.post-entries {
  max-width: 900px;
  margin: 20px auto;
}

.nocomments {
  display: none;
}

:root {
  --white: #ffffff;
}

.sensei-course-theme__button.is-primary:not(:hover),
.sensei-course-theme__button[type=submit].is-primary:not(:hover) {
  --sensei-primary-color: #5E0744;
}

.sensei-course-theme__button.is-primary:hover,
.theme__button[type=submit].is-primary:hover {
  --sensei-primary-color: #5E0744;
}

.sensei-course-theme__frame {
  --sensei-primary-color: #5E0744;
}
.sensei-course-theme__frame .sensei-course-theme__button.is-primary {
  font-weight: 400;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.2s ease-in;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none !important;
  outline: none !important;
}
.sensei-course-theme__frame .sensei-course-theme__button.is-primary:hover {
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 16px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 16px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 16px 2px;
}
.sensei-course-theme__frame .sensei-course-theme__button.is-primary .ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.wp-block-sensei-lms-course-outline-module.is-style-default .wp-block-sensei-lms-course-outline-module__header {
  background: #5E0744 !important;
}
.wp-block-sensei-lms-course-outline-module.is-style-default .wp-block-sensei-lms-course-outline-module__header .wp-block-sensei-lms-course-outline-module__progress-indicator {
  background: #cdee50 !important;
}
.wp-block-sensei-lms-course-outline-module.is-style-default .wp-block-sensei-lms-course-outline-module__header .wp-block-sensei-lms-course-outline-module__progress-indicator span {
  font-size: 11px !important;
  font-weight: 700;
}

.products-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 30px;
}
.products-list .item {
  width: calc(33.3333333333% - 20px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px;
  padding: 5px 5px 40px;
  position: relative;
}
.products-list .item__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 33.33333%;
  display: block;
}
.products-list .item__content {
  padding: 20px 15px 15px;
  position: relative;
}
.products-list .item__header .category {
  font-size: 11px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 5px;
}
.products-list .item__header .category a {
  font-weight: 700;
}
.products-list .item__header h3 {
  font-size: 18px;
  line-height: 1.3;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  color: #5E0744;
  margin: 0 0 10px;
}
.products-list .item__header h3 a {
  color: #5E0744;
}
.products-list .item__excerpt {
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 20px;
}
.products-list .item__excerpt p {
  margin: 0 0 10px;
}
.products-list .item__action {
  position: absolute;
  left: 20px;
  bottom: 15px;
}
@media (max-width: 991.98px) {
  .products-list {
    gap: 20px;
  }
  .products-list .item {
    width: calc(33.3333333333% - 10px);
  }
  .products-list .item__content {
    padding: 15px 10px 15px;
  }
  .products-list .item__header h3 {
    font-size: 16px;
    line-height: 1.3;
  }
  .products-list .item__excerpt {
    font-size: 12px;
    line-height: 1.4;
  }
  .products-list .item__action {
    left: 15px;
  }
}
@media (max-width: 767.98px) {
  .products-list {
    gap: 20px;
  }
  .products-list .item {
    width: 100%;
  }
}

.product-info {
  background: #f6f4f2;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 40px;
}
.product-info .item {
  width: calc(25% - 15px);
}
.product-info .item .label {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #5E0744;
  font-weight: 700;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.product-info .item .value {
  font-size: 14px;
  line-height: 1.5;
}
.product-info .item__terms {
  width: 100%;
  font-size: 14px;
}
.product-info .item__pricing {
  width: calc(100% + 40px);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 -20px;
  padding: 15px 20px 20px;
}
.product-info .item__pricing .pricing-list {
  font-size: 14px;
  line-height: 1.4;
}
.product-info .item__pricing .pricing-list .member-pricing {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin: 0;
}
.product-info .item__pricing .pricing-list .member-pricing h5 {
  margin: 0;
  color: #000;
  font-weight: 400;
  font-size: 14px;
}
.product-info .item__pricing .pricing-list .member-pricing {
  font-weight: 700;
  color: #bf0b93;
}
.product-info .item__pricing .action-register {
  text-align: center;
  margin: 30px 0 0;
}
.product-info .item__pricing .action-register p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}
.product-info .item__pricing .action-register p strong {
  color: #bf0b93;
}
.product-info .item__pricing .action-register .note {
  font-style: italic;
  font-weight: 700;
  color: #5E0744;
}
.product-info .item__pricing .action-register .action-buttons {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.product-filters {
  margin: 30px 0 20px;
}
.product-filters form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.product-filters form .field-group {
  width: 240px;
  margin: 0;
}
.product-filters form .filter-button {
  width: 126px;
}
.product-filters form .filter-button .link-btn {
  width: 100%;
  height: 52px;
}
@media (max-width: 767.98px) {
  .product-filters form {
    gap: 15px;
  }
  .product-filters form .field-group {
    width: calc(100% - 115px);
  }
  .product-filters form .filter-button {
    width: 100px;
  }
}

.membership-packages-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 30px;
}
.membership-packages-list .item {
  width: calc(33.3333333333% - 20px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px;
  padding: 5px 5px 40px;
  position: relative;
}
.membership-packages-list .item__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 56.3636364%;
  display: block;
}
.membership-packages-list .item__content {
  padding: 20px 15px 15px;
  position: relative;
}
.membership-packages-list .item__header .membership {
  font-size: 11px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 5px;
}
.membership-packages-list .item__header .membership a {
  font-weight: 700;
}
.membership-packages-list .item__header h3 {
  font-size: 18px;
  line-height: 1.3;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  color: #5E0744;
  margin: 0 0 10px;
}
.membership-packages-list .item__header h3 a {
  color: #5E0744;
}
.membership-packages-list .item__header h4 {
  color: #5E0744;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1;
}
.membership-packages-list .item__excerpt {
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 20px;
}
.membership-packages-list .item__excerpt p {
  margin: 0 0 10px;
}
.membership-packages-list .item__action {
  position: absolute;
  left: 20px;
  bottom: 15px;
}
@media (max-width: 991.98px) {
  .membership-packages-list {
    gap: 20px;
  }
  .membership-packages-list .item {
    width: calc(33.3333333333% - 10px);
  }
  .membership-packages-list .item__content {
    padding: 15px 10px 15px;
  }
  .membership-packages-list .item__header h3 {
    font-size: 16px;
    line-height: 1.3;
  }
  .membership-packages-list .item__excerpt {
    font-size: 12px;
    line-height: 1.4;
  }
  .membership-packages-list .item__action {
    left: 15px;
  }
}
@media (max-width: 767.98px) {
  .membership-packages-list {
    gap: 20px;
  }
  .membership-packages-list .item {
    width: 100%;
  }
}

.membership-package {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  border: 1px solid #f6f4f2;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px;
  padding: 10px;
  margin: 30px 0;
}
.membership-package .package-image {
  width: calc(33.3333333333% - 15px);
}
.membership-package .package-image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 56.3636364%;
  display: block;
}
.membership-package .package-content {
  width: calc(66.6666666667% - 15px);
  position: relative;
  padding: 10px 0 30px;
}
.membership-package .package-content .item__header .membership {
  font-size: 11px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 5px;
}
.membership-package .package-content .item__header .membership a {
  font-weight: 700;
}
.membership-package .package-content .item__header h3 {
  font-size: 18px;
  line-height: 1.3;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  color: #5E0744;
  margin: 0;
}
.membership-package .package-content .item__header h3 a {
  color: #5E0744;
}
.membership-package .package-content .item__excerpt {
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 15px;
}
.membership-package .package-content .item__excerpt p {
  margin: 0 0 10px;
}
.membership-package .package-content .item__price {
  color: #5E0744;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}
.membership-package .package-content .item__action {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .membership-package {
    gap: 20px;
    padding: 5px;
    margin: 20px 0;
  }
  .membership-package .package-image {
    width: calc(33.3333333333% - 10px);
  }
  .membership-package .package-content {
    width: calc(66.6666666667% - 10px);
    padding: 5px 0 30px;
  }
  .membership-package .package-content .item__header .membership {
    font-size: 10px;
    line-height: 1.3;
  }
  .membership-package .package-content .item__header h3 {
    font-size: 16px;
    line-height: 1.3;
  }
  .membership-package .package-content .item__price {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media (max-width: 767.98px) {
  .membership-package {
    gap: 10px;
  }
  .membership-package .package-image {
    width: 100%;
  }
  .membership-package .package-content {
    width: 100%;
    padding: 5px 10px 30px;
  }
  .membership-package .package-content .item__action {
    left: 10px;
  }
}

.success-stories .header {
  padding: 0 300px 20px 0;
  position: relative;
}
.success-stories .header h2 {
  margin: 0 0 20px;
}
.success-stories .header::before, .success-stories .header::after {
  position: absolute;
  content: "";
  width: 70px;
  background: #F2F3F2;
}
.success-stories .header::before {
  right: 140px;
  bottom: 0px;
  top: 80px;
}
.success-stories .header::after {
  right: 0;
  bottom: 0px;
  top: 0;
}

.stories-list {
  border-top: 1px solid #f6f4f2;
  padding: 40px 20px;
}
.stories-list .item {
  display: flex;
  gap: 40px;
  margin: 0 0 60px;
}
.stories-list .item__image {
  width: 240px;
  height: 240px;
  position: relative;
  border: 1px solid #f6f4f2;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.stories-list .item__image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: auto;
  max-width: 200px;
  max-height: 200px;
}
.stories-list .item__info {
  width: calc(100% - 240px);
  padding-left: 40px;
}
.stories-list .item__info .title {
  font-style: italic;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
.stories-list .item__excerpt {
  margin: 20px 0;
}
.stories-list .item__link {
  margin-top: 20px;
}

.success-story-v1 {
  padding: 80px 0;
}
.success-story-v1__header {
  display: flex;
  gap: 40px;
  margin: 0 0 60px;
}
.success-story-v1__header .image {
  width: 200px;
}
.success-story-v1__header .image img {
  width: 100%;
  height: auto;
}
.success-story-v1__header .about {
  width: calc(100% - 240px);
  padding-top: 40px;
}
.success-story-v1__header .about .title {
  font-style: italic;
}
.success-story-v1__header .about .about-content {
  margin: 20px 0 0;
  font-size: 21px;
  line-height: 1.4;
  font-family: Marcellus, "Source Sans Pro", "Georgia", sans-serif;
  color: #5E0744;
}
.success-story-v1 .content {
  padding-left: 240px;
}

.success-story {
  padding: 80px 0;
}
.success-story .content {
  margin: 0 auto;
  max-width: 800px;
}
.success-story .header {
  display: flex;
  gap: 40px;
  margin: 0 auto 40px;
  max-width: 800px;
  align-items: center;
  flex-wrap: wrap;
}
.success-story .header .image {
  width: 240px;
}
.success-story .header .image img {
  width: 100%;
  height: auto;
}
.success-story .header .info {
  width: calc(100% - 280px);
}
.success-story .header .info .title {
  font-style: italic;
}
.success-story .header .about-content {
  width: 100%;
}

#searchbox {
  padding: 8px 15px;
}
#searchbox::before {
  background: transparent url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%235a5e9a%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%228%22%3E%3C%2Fcircle%3E%3Cline%20x1%3D%2221%22%20y1%3D%2221%22%20x2%3D%2216.65%22%20y2%3D%2216.65%22%3E%3C%2Fline%3E%3C%2Fsvg%3E) repeat scroll 0 0;
  content: "";
  height: 1rem;
  width: 1rem;
  position: absolute;
  top: 50%;
  margin: 0;
  left: 12px;
  transform: translateY(-50%);
}
#searchbox input {
  box-shadow: none;
  caret-color: #5a5e9a;
  color: #23263b;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: none;
  padding: 0 25px;
  width: 100%;
  outline: none;
  font-size: 16px;
  line-height: 1;
}
#searchbox input::-moz-placeholder {
  font-style: italic;
  color: #999;
  opacity: 1;
}
#searchbox input:-ms-input-placeholder {
  color: #999;
}
#searchbox input::-webkit-input-placeholder {
  color: #999;
}
#searchbox .ais-SearchBox-reset {
  right: 0;
}

.ais-SearchBox form.ais-SearchBox-form::before {
  margin: 0;
  left: 0;
  transform: translateY(-50%);
}
.ais-SearchBox form.ais-SearchBox-form .ais-SearchBox-input {
  box-shadow: none;
  caret-color: #5a5e9a;
  color: #23263b;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: none;
  padding: 0 25px;
}
.ais-SearchBox form.ais-SearchBox-form .ais-SearchBox-reset {
  right: 0;
}

.search-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 40px;
}

.search-results {
  border-top: 4px solid #bf0b93;
  display: flex;
  gap: 30px;
}
.search-results .filters {
  width: 25%;
  border: 1px solid #efefef;
  background: #fafafa;
  padding: 20px;
}
.search-results .filters input[type=checkbox]:not(.switch) {
  margin-right: 10px;
}
.search-results .filters .checkbox-list {
  margin: 0;
  max-height: 100%;
  height: auto;
}
.search-results .results {
  padding-top: 20px;
  width: calc(75% - 30px);
}
.search-results .results #algolia-stats {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 20px;
}
.search-results .results #hits {
  font-size: 16px;
  line-height: 1.5;
}
.search-results .results #hits .ais-Hits-item {
  box-shadow: none;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 20px;
}
.search-results .results #hits .ais-Hits--empty {
  font-style: italic;
}
.search-results .results #pagination {
  margin-top: 30px;
  text-align: center;
}

.ais-Pagination {
  border-top: 1px solid #d8d8d8;
  padding-top: 20px;
  margin: 40px 0 30px;
  text-align: center;
}
.ais-Pagination ul.ais-Pagination-list li .ais-Pagination-link {
  box-shadow: none;
}
.ais-Pagination ul.ais-Pagination-list li.ais-Pagination-item--page .ais-Pagination-link {
  color: #5E0744;
}
.ais-Pagination ul.ais-Pagination-list li.ais-Pagination-item--selected .ais-Pagination-link {
  color: #fff;
  background: #5E0744;
}

.page-contact__content {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  padding: 40px 0;
}
.page-contact__content .contact-form {
  width: calc(60% - 80px);
}
.page-contact__content .contact-info {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 40%;
}
.page-contact__content .contact-info .item {
  position: relative;
  width: 100%;
  padding: 50px 25px 30px 30px;
}
.page-contact__content .contact-info .item::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 24px;
  top: 0;
  left: 30px;
}
.page-contact__content .contact-info .item h4 {
  margin: 0 0 15px;
}
.page-contact__content .contact-info .item h2 {
  font-size: 30px;
  line-height: 1.14;
  margin: 0 0 50px;
}
.page-contact__content .contact-info .item p {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}
.page-contact__content .contact-info .item .footnote {
  margin-top: 20px;
  font-size: 0.875em;
  font-style: italic;
}
.page-contact__content .contact-info .item__1 {
  background-color: #5E0744;
  color: #fff;
}
.page-contact__content .contact-info .item__1::before {
  background-color: #cdee50;
}
.page-contact__content .contact-info .item__2 {
  background-color: #cdee50;
}
.page-contact__content .contact-info .item__2::before {
  background-color: #5E0744;
}
@media (max-width: 1249.98px) {
  .page-contact__content {
    gap: 40px;
    padding: 40px 0;
  }
  .page-contact__content .contact-form {
    width: calc(60% - 40px);
  }
}
@media (max-width: 1249.98px) {
  .page-contact__content {
    gap: 40px;
    padding: 30px 0;
  }
  .page-contact__content .contact-form {
    width: 100%;
  }
  .page-contact__content .contact-info {
    gap: 20px;
    width: 100%;
  }
  .page-contact__content .contact-info .item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767.98px) {
  .page-contact__content {
    gap: 40px;
    padding: 20px 0;
  }
  .page-contact__content .contact-info {
    gap: 10px;
  }
  .page-contact__content .contact-info .item {
    width: calc(50% - 5px);
    padding: 40px 15px 30px 15px;
  }
  .page-contact__content .contact-info .item::before {
    width: 4px;
    height: 20px;
    left: 15px;
  }
  .page-contact__content .contact-info .item h4 {
    margin: 0 0 10px;
  }
  .page-contact__content .contact-info .item h2 {
    font-size: 21px;
    line-height: 1.14;
  }
  .page-contact__content .contact-info .item p {
    font-size: 14px;
    line-height: 1.5;
  }
  .page-contact__content .contact-info .item .footnote {
    margin-top: 15px;
    font-size: 12px;
  }
}
@media (max-width: 539.98px) {
  .page-contact__content {
    gap: 40px;
    padding: 20px 0;
  }
  .page-contact__content .contact-info {
    gap: 20px;
  }
  .page-contact__content .contact-info .item {
    width: 100%;
    padding: 40px 15px 30px 15px;
  }
  .page-contact__content .contact-info .item::before {
    width: 4px;
    height: 20px;
    left: 15px;
  }
  .page-contact__content .contact-info .item h4 {
    margin: 0 0 10px;
  }
  .page-contact__content .contact-info .item h2 {
    font-size: 21px;
    line-height: 1.14;
  }
  .page-contact__content .contact-info .item p {
    font-size: 14px;
    line-height: 1.5;
  }
  .page-contact__content .contact-info .item .footnote {
    margin-top: 15px;
    font-size: 12px;
  }
}

.small-copy {
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .small-copy {
    font-size: 12px;
    line-height: 1.4;
  }
}

.wob-member {
  display: flex;
  align-items: start;
  gap: 40px;
}
.wob-member__image {
  width: 240px;
  padding: 5px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.wob-member__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 100%;
  display: block;
}
.wob-member__content {
  width: calc(100% - 300px);
}
@media (max-width: 991.98px) {
  .wob-member {
    gap: 30px;
  }
  .wob-member__image {
    width: 180px;
  }
  .wob-member__content {
    width: calc(100% - 210px);
  }
}
@media (max-width: 767.98px) {
  .wob-member {
    gap: 20px;
  }
  .wob-member__image {
    width: 140px;
  }
  .wob-member__content {
    width: calc(100% - 160px);
  }
}
@media (max-width: 539.98px) {
  .wob-member {
    flex-wrap: wrap;
  }
  .wob-member__image {
    width: 140px;
    text-align: center;
    margin: 0 auto;
  }
  .wob-member__content {
    width: 100%;
  }
  .wob-member__content .header {
    text-align: center;
  }
}

.page-404-title {
  font-family: "DM Serif Display", "DM Serif Text", Merriweather;
  font-size: 64px;
  line-height: 1;
  margin: 0 0 20px;
}

.page-404-content {
  font-family: "DM Serif Display", "DM Serif Text", Merriweather;
  max-width: 480px;
  font-size: 24px;
  line-height: 1.3;
}

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