/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/style.scss ***!
  \************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap);
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/style.scss (1) ***!
  \****************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .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.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .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.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .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.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .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.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 218.04, 255);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 186.36, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

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

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

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

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

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

.btn, .institutional-contact-form .webform-submission-form .form-actions .button,
.institutional-contact-form .webform-submission-form .form-actions .form-submit,
.institutional-contact-form .webform-submission-form .form-actions input[type=submit], .paragraph-cta__button .btn-cta, .institutional-contact-form .webform .form-actions .button,
.institutional-contact-form .webform .form-actions input[type=submit] {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .institutional-contact-form .webform-submission-form .form-actions .button,
  .institutional-contact-form .webform-submission-form .form-actions .form-submit,
  .institutional-contact-form .webform-submission-form .form-actions input[type=submit], .paragraph-cta__button .btn-cta, .institutional-contact-form .webform .form-actions .button,
  .institutional-contact-form .webform .form-actions input[type=submit] {
    transition: none;
  }
}
.btn:hover, .institutional-contact-form .webform-submission-form .form-actions .button:hover,
.institutional-contact-form .webform-submission-form .form-actions .form-submit:hover,
.institutional-contact-form .webform-submission-form .form-actions input[type=submit]:hover, .paragraph-cta__button .btn-cta:hover, .institutional-contact-form .webform .form-actions .button:hover,
.institutional-contact-form .webform .form-actions input[type=submit]:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .institutional-contact-form .webform-submission-form .form-actions .button:focus,
.institutional-contact-form .webform-submission-form .form-actions .form-submit:focus,
.institutional-contact-form .webform-submission-form .form-actions input[type=submit]:focus, .paragraph-cta__button .btn-cta:focus, .institutional-contact-form .webform .form-actions .button:focus,
.institutional-contact-form .webform .form-actions input[type=submit]:focus, .btn.focus, .institutional-contact-form .webform-submission-form .form-actions .focus.button,
.institutional-contact-form .webform-submission-form .form-actions .focus.form-submit,
.institutional-contact-form .webform-submission-form .form-actions input.focus[type=submit], .paragraph-cta__button .focus.btn-cta, .institutional-contact-form .webform .form-actions .focus.button,
.institutional-contact-form .webform .form-actions input.focus[type=submit] {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .institutional-contact-form .webform-submission-form .form-actions .disabled.button,
.institutional-contact-form .webform-submission-form .form-actions .disabled.form-submit,
.institutional-contact-form .webform-submission-form .form-actions input.disabled[type=submit], .paragraph-cta__button .disabled.btn-cta, .institutional-contact-form .webform .form-actions .disabled.button,
.institutional-contact-form .webform .form-actions input.disabled[type=submit], .btn:disabled, .institutional-contact-form .webform-submission-form .form-actions .button:disabled,
.institutional-contact-form .webform-submission-form .form-actions .form-submit:disabled,
.institutional-contact-form .webform-submission-form .form-actions input[type=submit]:disabled, .paragraph-cta__button .btn-cta:disabled, .institutional-contact-form .webform .form-actions .button:disabled,
.institutional-contact-form .webform .form-actions input[type=submit]:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .institutional-contact-form .webform-submission-form .form-actions .button:not(:disabled):not(.disabled),
.institutional-contact-form .webform-submission-form .form-actions .form-submit:not(:disabled):not(.disabled),
.institutional-contact-form .webform-submission-form .form-actions input[type=submit]:not(:disabled):not(.disabled), .paragraph-cta__button .btn-cta:not(:disabled):not(.disabled), .institutional-contact-form .webform .form-actions .button:not(:disabled):not(.disabled),
.institutional-contact-form .webform .form-actions input[type=submit]:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, .institutional-contact-form .webform-submission-form .form-actions a.disabled.button,
.institutional-contact-form .webform-submission-form .form-actions a.disabled.form-submit, .paragraph-cta__button a.disabled.btn-cta, .institutional-contact-form .webform .form-actions a.disabled.button,
fieldset:disabled a.btn,
fieldset:disabled .institutional-contact-form .webform-submission-form .form-actions a.button,
.institutional-contact-form .webform-submission-form .form-actions fieldset:disabled a.button,
fieldset:disabled .institutional-contact-form .webform-submission-form .form-actions a.form-submit,
.institutional-contact-form .webform-submission-form .form-actions fieldset:disabled a.form-submit,
fieldset:disabled .paragraph-cta__button a.btn-cta,
.paragraph-cta__button fieldset:disabled a.btn-cta,
fieldset:disabled .institutional-contact-form .webform .form-actions a.button,
.institutional-contact-form .webform .form-actions fieldset:disabled a.button {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
  border-color: rgb(0, 92.25, 191.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

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

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

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

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

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .institutional-contact-form .webform-submission-form .form-actions .button,
.institutional-contact-form .webform-submission-form .form-actions .form-submit,
.institutional-contact-form .webform-submission-form .form-actions input[type=submit], .institutional-contact-form .webform .form-actions .button,
.institutional-contact-form .webform .form-actions input[type=submit], .btn-group-lg > .btn, .paragraph-cta__button .btn-group-lg > .btn-cta {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .institutional-contact-form .webform-submission-form .form-actions .btn-group-sm > .button,
.institutional-contact-form .webform-submission-form .form-actions .btn-group-sm > .form-submit,
.institutional-contact-form .webform-submission-form .form-actions .btn-group-sm > input[type=submit], .paragraph-cta__button .btn-group-sm > .btn-cta, .institutional-contact-form .webform .form-actions .btn-group-sm > .button,
.institutional-contact-form .webform .form-actions .btn-group-sm > input[type=submit] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .institutional-contact-form .webform-submission-form .form-actions .btn-group > .button,
.institutional-contact-form .webform-submission-form .form-actions .btn-group > .form-submit,
.institutional-contact-form .webform-submission-form .form-actions .btn-group > input[type=submit], .paragraph-cta__button .btn-group > .btn-cta, .institutional-contact-form .webform .form-actions .btn-group > .button,
.institutional-contact-form .webform .form-actions .btn-group > input[type=submit],
.btn-group-vertical > .btn,
.institutional-contact-form .webform-submission-form .form-actions .btn-group-vertical > .button,
.institutional-contact-form .webform-submission-form .form-actions .btn-group-vertical > .form-submit,
.institutional-contact-form .webform-submission-form .form-actions .btn-group-vertical > input[type=submit],
.paragraph-cta__button .btn-group-vertical > .btn-cta,
.institutional-contact-form .webform .form-actions .btn-group-vertical > .button,
.institutional-contact-form .webform .form-actions .btn-group-vertical > input[type=submit] {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .institutional-contact-form .webform-submission-form .form-actions .btn-group > .button:hover,
.institutional-contact-form .webform-submission-form .form-actions .btn-group > .form-submit:hover,
.institutional-contact-form .webform-submission-form .form-actions .btn-group > input[type=submit]:hover, .paragraph-cta__button .btn-group > .btn-cta:hover, .institutional-contact-form .webform .form-actions .btn-group > .button:hover,
.institutional-contact-form .webform .form-actions .btn-group > input[type=submit]:hover,
.btn-group-vertical > .btn:hover,
.institutional-contact-form .webform-submission-form .form-actions .btn-group-vertical > .button:hover,
.institutional-contact-form .webform-submission-form .form-actions .btn-group-vertical > .form-submit:hover,
.institutional-contact-form .webform-submission-form .form-actions .btn-group-vertical > input[type=submit]:hover,
.paragraph-cta__button .btn-group-vertical > .btn-cta:hover,
.institutional-contact-form .webform .form-actions .btn-group-vertical > .button:hover,
.institutional-contact-form .webform .form-actions .btn-group-vertical > input[type=submit]:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .institutional-contact-form .webform-submission-form .form-actions .btn-group > .button:focus,
.institutional-contact-form .webform-submission-form .form-actions .btn-group > .form-submit:focus,
.institutional-contact-form .webform-submission-form .form-actions .btn-group > input[type=submit]:focus, .paragraph-cta__button .btn-group > .btn-cta:focus, .institutional-contact-form .webform .form-actions .btn-group > .button:focus,
.institutional-contact-form .webform .form-actions .btn-group > input[type=submit]:focus, .btn-group > .btn:active, .institutional-contact-form .webform-submission-form .form-actions .btn-group > .button:active,
.institutional-contact-form .webform-submission-form .form-actions .btn-group > .form-submit:active,
.institutional-contact-form .webform-submission-form .form-actions .btn-group > input[type=submit]:active, .paragraph-cta__button .btn-group > .btn-cta:active, .institutional-contact-form .webform .form-actions .btn-group > .button:active,
.institutional-contact-form .webform .form-actions .btn-group > input[type=submit]:active, .btn-group > .btn.active, .institutional-contact-form .webform-submission-form .form-actions .btn-group > .active.button,
.institutional-contact-form .webform-submission-form .form-actions .btn-group > .active.form-submit,
.institutional-contact-form .webform-submission-form .form-actions .btn-group > input.active[type=submit], .paragraph-cta__button .btn-group > .active.btn-cta, .institutional-contact-form .webform .form-actions .btn-group > .active.button,
.institutional-contact-form .webform .form-actions .btn-group > input.active[type=submit],
.btn-group-vertical > .btn:focus,
.institutional-contact-form .webform-submission-form .form-actions .btn-group-vertical > .button:focus,
.institutional-contact-form .webform-submission-form .form-actions .btn-group-vertical > .form-submit:focus,
.institutional-contact-form .webform-submission-form .form-actions .btn-group-vertical > input[type=submit]:focus,
.paragraph-cta__button .btn-group-vertical > .btn-cta:focus,
.institutional-contact-form .webform .form-actions .btn-group-vertical > .button:focus,
.institutional-contact-form .webform .form-actions .btn-group-vertical > input[type=submit]:focus,
.btn-group-vertical > .btn:active,
.institutional-contact-form .webform-submission-form .form-actions .btn-group-vertical > .button:active,
.institutional-contact-form .webform-submission-form .form-actions .btn-group-vertical > .form-submit:active,
.institutional-contact-form .webform-submission-form .form-actions .btn-group-vertical > input[type=submit]:active,
.paragraph-cta__button .btn-group-vertical > .btn-cta:active,
.institutional-contact-form .webform .form-actions .btn-group-vertical > .button:active,
.institutional-contact-form .webform .form-actions .btn-group-vertical > input[type=submit]:active,
.btn-group-vertical > .btn.active,
.institutional-contact-form .webform-submission-form .form-actions .btn-group-vertical > .active.button,
.institutional-contact-form .webform-submission-form .form-actions .btn-group-vertical > .active.form-submit,
.institutional-contact-form .webform-submission-form .form-actions .btn-group-vertical > input.active[type=submit],
.paragraph-cta__button .btn-group-vertical > .active.btn-cta,
.institutional-contact-form .webform .form-actions .btn-group-vertical > .active.button,
.institutional-contact-form .webform .form-actions .btn-group-vertical > input.active[type=submit] {
  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), .institutional-contact-form .webform-submission-form .form-actions .btn-group > .button:not(:first-child),
.institutional-contact-form .webform-submission-form .form-actions .btn-group > .form-submit:not(:first-child),
.institutional-contact-form .webform-submission-form .form-actions .btn-group > input[type=submit]:not(:first-child), .paragraph-cta__button .btn-group > .btn-cta:not(:first-child), .institutional-contact-form .webform .form-actions .btn-group > .button:not(:first-child),
.institutional-contact-form .webform .form-actions .btn-group > input[type=submit]:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .institutional-contact-form .webform-submission-form .form-actions .btn-group > .button:not(:last-child):not(.dropdown-toggle),
.institutional-contact-form .webform-submission-form .form-actions .btn-group > .form-submit:not(:last-child):not(.dropdown-toggle),
.institutional-contact-form .webform-submission-form .form-actions .btn-group > input[type=submit]:not(:last-child):not(.dropdown-toggle), .paragraph-cta__button .btn-group > .btn-cta:not(:last-child):not(.dropdown-toggle), .institutional-contact-form .webform .form-actions .btn-group > .button:not(:last-child):not(.dropdown-toggle),
.institutional-contact-form .webform .form-actions .btn-group > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.institutional-contact-form .webform-submission-form .form-actions .btn-group > .btn-group:not(:last-child) > .button,
.institutional-contact-form .webform-submission-form .form-actions .btn-group > .btn-group:not(:last-child) > .form-submit,
.institutional-contact-form .webform-submission-form .form-actions .btn-group > .btn-group:not(:last-child) > input[type=submit],
.paragraph-cta__button .btn-group > .btn-group:not(:last-child) > .btn-cta,
.institutional-contact-form .webform .form-actions .btn-group > .btn-group:not(:last-child) > .button,
.institutional-contact-form .webform .form-actions .btn-group > .btn-group:not(:last-child) > input[type=submit] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .institutional-contact-form .webform-submission-form .form-actions .btn-group > .button:not(:first-child),
.institutional-contact-form .webform-submission-form .form-actions .btn-group > .form-submit:not(:first-child),
.institutional-contact-form .webform-submission-form .form-actions .btn-group > input[type=submit]:not(:first-child), .paragraph-cta__button .btn-group > .btn-cta:not(:first-child), .institutional-contact-form .webform .form-actions .btn-group > .button:not(:first-child),
.institutional-contact-form .webform .form-actions .btn-group > input[type=submit]:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.institutional-contact-form .webform-submission-form .form-actions .btn-group > .btn-group:not(:first-child) > .button,
.institutional-contact-form .webform-submission-form .form-actions .btn-group > .btn-group:not(:first-child) > .form-submit,
.institutional-contact-form .webform-submission-form .form-actions .btn-group > .btn-group:not(:first-child) > input[type=submit],
.paragraph-cta__button .btn-group > .btn-group:not(:first-child) > .btn-cta,
.institutional-contact-form .webform .form-actions .btn-group > .btn-group:not(:first-child) > .button,
.institutional-contact-form .webform .form-actions .btn-group > .btn-group:not(:first-child) > input[type=submit] {
  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, .institutional-contact-form .webform-submission-form .form-actions .btn-group-sm > .button + .dropdown-toggle-split,
.institutional-contact-form .webform-submission-form .form-actions .btn-group-sm > .form-submit + .dropdown-toggle-split,
.institutional-contact-form .webform-submission-form .form-actions .btn-group-sm > input[type=submit] + .dropdown-toggle-split, .paragraph-cta__button .btn-group-sm > .btn-cta + .dropdown-toggle-split, .institutional-contact-form .webform .form-actions .btn-group-sm > .button + .dropdown-toggle-split,
.institutional-contact-form .webform .form-actions .btn-group-sm > input[type=submit] + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .institutional-contact-form .webform-submission-form .form-actions .button + .dropdown-toggle-split,
.institutional-contact-form .webform-submission-form .form-actions .form-submit + .dropdown-toggle-split,
.institutional-contact-form .webform-submission-form .form-actions input[type=submit] + .dropdown-toggle-split, .institutional-contact-form .webform .form-actions .button + .dropdown-toggle-split,
.institutional-contact-form .webform .form-actions input[type=submit] + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .paragraph-cta__button .btn-group-lg > .btn-cta + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .institutional-contact-form .webform-submission-form .form-actions .btn-group-vertical > .button,
.institutional-contact-form .webform-submission-form .form-actions .btn-group-vertical > .form-submit,
.institutional-contact-form .webform-submission-form .form-actions .btn-group-vertical > input[type=submit], .paragraph-cta__button .btn-group-vertical > .btn-cta, .institutional-contact-form .webform .form-actions .btn-group-vertical > .button,
.institutional-contact-form .webform .form-actions .btn-group-vertical > input[type=submit],
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .institutional-contact-form .webform-submission-form .form-actions .btn-group-vertical > .button:not(:first-child),
.institutional-contact-form .webform-submission-form .form-actions .btn-group-vertical > .form-submit:not(:first-child),
.institutional-contact-form .webform-submission-form .form-actions .btn-group-vertical > input[type=submit]:not(:first-child), .paragraph-cta__button .btn-group-vertical > .btn-cta:not(:first-child), .institutional-contact-form .webform .form-actions .btn-group-vertical > .button:not(:first-child),
.institutional-contact-form .webform .form-actions .btn-group-vertical > input[type=submit]:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .institutional-contact-form .webform-submission-form .form-actions .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle),
.institutional-contact-form .webform-submission-form .form-actions .btn-group-vertical > .form-submit:not(:last-child):not(.dropdown-toggle),
.institutional-contact-form .webform-submission-form .form-actions .btn-group-vertical > input[type=submit]:not(:last-child):not(.dropdown-toggle), .paragraph-cta__button .btn-group-vertical > .btn-cta:not(:last-child):not(.dropdown-toggle), .institutional-contact-form .webform .form-actions .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle),
.institutional-contact-form .webform .form-actions .btn-group-vertical > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.institutional-contact-form .webform-submission-form .form-actions .btn-group-vertical > .btn-group:not(:last-child) > .button,
.institutional-contact-form .webform-submission-form .form-actions .btn-group-vertical > .btn-group:not(:last-child) > .form-submit,
.institutional-contact-form .webform-submission-form .form-actions .btn-group-vertical > .btn-group:not(:last-child) > input[type=submit],
.paragraph-cta__button .btn-group-vertical > .btn-group:not(:last-child) > .btn-cta,
.institutional-contact-form .webform .form-actions .btn-group-vertical > .btn-group:not(:last-child) > .button,
.institutional-contact-form .webform .form-actions .btn-group-vertical > .btn-group:not(:last-child) > input[type=submit] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .institutional-contact-form .webform-submission-form .form-actions .btn-group-vertical > .button:not(:first-child),
.institutional-contact-form .webform-submission-form .form-actions .btn-group-vertical > .form-submit:not(:first-child),
.institutional-contact-form .webform-submission-form .form-actions .btn-group-vertical > input[type=submit]:not(:first-child), .paragraph-cta__button .btn-group-vertical > .btn-cta:not(:first-child), .institutional-contact-form .webform .form-actions .btn-group-vertical > .button:not(:first-child),
.institutional-contact-form .webform .form-actions .btn-group-vertical > input[type=submit]:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.institutional-contact-form .webform-submission-form .form-actions .btn-group-vertical > .btn-group:not(:first-child) > .button,
.institutional-contact-form .webform-submission-form .form-actions .btn-group-vertical > .btn-group:not(:first-child) > .form-submit,
.institutional-contact-form .webform-submission-form .form-actions .btn-group-vertical > .btn-group:not(:first-child) > input[type=submit],
.paragraph-cta__button .btn-group-vertical > .btn-group:not(:first-child) > .btn-cta,
.institutional-contact-form .webform .form-actions .btn-group-vertical > .btn-group:not(:first-child) > .button,
.institutional-contact-form .webform .form-actions .btn-group-vertical > .btn-group:not(:first-child) > input[type=submit] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .institutional-contact-form .webform-submission-form .form-actions .btn-group-toggle > .button,
.institutional-contact-form .webform-submission-form .form-actions .btn-group-toggle > .form-submit,
.institutional-contact-form .webform-submission-form .form-actions .btn-group-toggle > input[type=submit], .paragraph-cta__button .btn-group-toggle > .btn-cta, .institutional-contact-form .webform .form-actions .btn-group-toggle > .button,
.institutional-contact-form .webform .form-actions .btn-group-toggle > input[type=submit],
.btn-group-toggle > .btn-group > .btn,
.institutional-contact-form .webform-submission-form .form-actions .btn-group-toggle > .btn-group > .button,
.institutional-contact-form .webform-submission-form .form-actions .btn-group-toggle > .btn-group > .form-submit,
.institutional-contact-form .webform-submission-form .form-actions .btn-group-toggle > .btn-group > input[type=submit],
.paragraph-cta__button .btn-group-toggle > .btn-group > .btn-cta,
.institutional-contact-form .webform .form-actions .btn-group-toggle > .btn-group > .button,
.institutional-contact-form .webform .form-actions .btn-group-toggle > .btn-group > input[type=submit] {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .institutional-contact-form .webform-submission-form .form-actions .btn-group-toggle > .button input[type=radio],
.institutional-contact-form .webform-submission-form .form-actions .btn-group-toggle > .form-submit input[type=radio],
.institutional-contact-form .webform-submission-form .form-actions .btn-group-toggle > input[type=submit] input[type=radio], .paragraph-cta__button .btn-group-toggle > .btn-cta input[type=radio], .institutional-contact-form .webform .form-actions .btn-group-toggle > .button input[type=radio],
.institutional-contact-form .webform .form-actions .btn-group-toggle > input[type=submit] input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.institutional-contact-form .webform-submission-form .form-actions .btn-group-toggle > .button input[type=checkbox],
.institutional-contact-form .webform-submission-form .form-actions .btn-group-toggle > .form-submit input[type=checkbox],
.institutional-contact-form .webform-submission-form .form-actions .btn-group-toggle > input[type=submit] input[type=checkbox],
.paragraph-cta__button .btn-group-toggle > .btn-cta input[type=checkbox],
.institutional-contact-form .webform .form-actions .btn-group-toggle > .button input[type=checkbox],
.institutional-contact-form .webform .form-actions .btn-group-toggle > input[type=submit] input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.institutional-contact-form .webform-submission-form .form-actions .btn-group-toggle > .btn-group > .button input[type=radio],
.institutional-contact-form .webform-submission-form .form-actions .btn-group-toggle > .btn-group > .form-submit input[type=radio],
.institutional-contact-form .webform-submission-form .form-actions .btn-group-toggle > .btn-group > input[type=submit] input[type=radio],
.paragraph-cta__button .btn-group-toggle > .btn-group > .btn-cta input[type=radio],
.institutional-contact-form .webform .form-actions .btn-group-toggle > .btn-group > .button input[type=radio],
.institutional-contact-form .webform .form-actions .btn-group-toggle > .btn-group > input[type=submit] input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.institutional-contact-form .webform-submission-form .form-actions .btn-group-toggle > .btn-group > .button input[type=checkbox],
.institutional-contact-form .webform-submission-form .form-actions .btn-group-toggle > .btn-group > .form-submit input[type=checkbox],
.institutional-contact-form .webform-submission-form .form-actions .btn-group-toggle > .btn-group > input[type=submit] input[type=checkbox],
.paragraph-cta__button .btn-group-toggle > .btn-group > .btn-cta input[type=checkbox],
.institutional-contact-form .webform .form-actions .btn-group-toggle > .btn-group > .button input[type=checkbox],
.institutional-contact-form .webform .form-actions .btn-group-toggle > .btn-group > input[type=submit] input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .institutional-contact-form .webform-submission-form .form-actions .button, .institutional-contact-form .webform-submission-form .form-actions .input-group-prepend .button,
.input-group-prepend .institutional-contact-form .webform-submission-form .form-actions .form-submit,
.institutional-contact-form .webform-submission-form .form-actions .input-group-prepend .form-submit,
.input-group-prepend .institutional-contact-form .webform-submission-form .form-actions input[type=submit],
.institutional-contact-form .webform-submission-form .form-actions .input-group-prepend input[type=submit], .input-group-prepend .paragraph-cta__button .btn-cta, .paragraph-cta__button .input-group-prepend .btn-cta, .input-group-prepend .institutional-contact-form .webform .form-actions .button, .institutional-contact-form .webform .form-actions .input-group-prepend .button,
.input-group-prepend .institutional-contact-form .webform .form-actions input[type=submit],
.institutional-contact-form .webform .form-actions .input-group-prepend input[type=submit],
.input-group-append .btn,
.input-group-append .institutional-contact-form .webform-submission-form .form-actions .button,
.institutional-contact-form .webform-submission-form .form-actions .input-group-append .button,
.input-group-append .institutional-contact-form .webform-submission-form .form-actions .form-submit,
.institutional-contact-form .webform-submission-form .form-actions .input-group-append .form-submit,
.input-group-append .institutional-contact-form .webform-submission-form .form-actions input[type=submit],
.institutional-contact-form .webform-submission-form .form-actions .input-group-append input[type=submit],
.input-group-append .paragraph-cta__button .btn-cta,
.paragraph-cta__button .input-group-append .btn-cta,
.input-group-append .institutional-contact-form .webform .form-actions .button,
.institutional-contact-form .webform .form-actions .input-group-append .button,
.input-group-append .institutional-contact-form .webform .form-actions input[type=submit],
.institutional-contact-form .webform .form-actions .input-group-append input[type=submit] {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .institutional-contact-form .webform-submission-form .form-actions .button:focus, .institutional-contact-form .webform-submission-form .form-actions .input-group-prepend .button:focus,
.input-group-prepend .institutional-contact-form .webform-submission-form .form-actions .form-submit:focus,
.institutional-contact-form .webform-submission-form .form-actions .input-group-prepend .form-submit:focus,
.input-group-prepend .institutional-contact-form .webform-submission-form .form-actions input[type=submit]:focus,
.institutional-contact-form .webform-submission-form .form-actions .input-group-prepend input[type=submit]:focus, .input-group-prepend .paragraph-cta__button .btn-cta:focus, .paragraph-cta__button .input-group-prepend .btn-cta:focus, .input-group-prepend .institutional-contact-form .webform .form-actions .button:focus, .institutional-contact-form .webform .form-actions .input-group-prepend .button:focus,
.input-group-prepend .institutional-contact-form .webform .form-actions input[type=submit]:focus,
.institutional-contact-form .webform .form-actions .input-group-prepend input[type=submit]:focus,
.input-group-append .btn:focus,
.input-group-append .institutional-contact-form .webform-submission-form .form-actions .button:focus,
.institutional-contact-form .webform-submission-form .form-actions .input-group-append .button:focus,
.input-group-append .institutional-contact-form .webform-submission-form .form-actions .form-submit:focus,
.institutional-contact-form .webform-submission-form .form-actions .input-group-append .form-submit:focus,
.input-group-append .institutional-contact-form .webform-submission-form .form-actions input[type=submit]:focus,
.institutional-contact-form .webform-submission-form .form-actions .input-group-append input[type=submit]:focus,
.input-group-append .paragraph-cta__button .btn-cta:focus,
.paragraph-cta__button .input-group-append .btn-cta:focus,
.input-group-append .institutional-contact-form .webform .form-actions .button:focus,
.institutional-contact-form .webform .form-actions .input-group-append .button:focus,
.input-group-append .institutional-contact-form .webform .form-actions input[type=submit]:focus,
.institutional-contact-form .webform .form-actions .input-group-append input[type=submit]:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .institutional-contact-form .webform-submission-form .form-actions .button + .btn, .institutional-contact-form .webform-submission-form .form-actions .input-group-prepend .button + .btn,
.input-group-prepend .institutional-contact-form .webform-submission-form .form-actions .form-submit + .btn,
.institutional-contact-form .webform-submission-form .form-actions .input-group-prepend .form-submit + .btn,
.input-group-prepend .institutional-contact-form .webform-submission-form .form-actions input[type=submit] + .btn,
.institutional-contact-form .webform-submission-form .form-actions .input-group-prepend input[type=submit] + .btn, .input-group-prepend .paragraph-cta__button .btn-cta + .btn, .paragraph-cta__button .input-group-prepend .btn-cta + .btn, .input-group-prepend .institutional-contact-form .webform .form-actions .button + .btn, .institutional-contact-form .webform .form-actions .input-group-prepend .button + .btn,
.input-group-prepend .institutional-contact-form .webform .form-actions input[type=submit] + .btn,
.institutional-contact-form .webform .form-actions .input-group-prepend input[type=submit] + .btn, .input-group-prepend .institutional-contact-form .webform-submission-form .form-actions .btn + .button, .institutional-contact-form .webform-submission-form .form-actions .input-group-prepend .btn + .button, .input-group-prepend .institutional-contact-form .webform-submission-form .form-actions .button + .button, .institutional-contact-form .webform-submission-form .form-actions .input-group-prepend .button + .button,
.input-group-prepend .institutional-contact-form .webform-submission-form .form-actions .form-submit + .button,
.institutional-contact-form .webform-submission-form .form-actions .input-group-prepend .form-submit + .button,
.input-group-prepend .institutional-contact-form .webform-submission-form .form-actions input[type=submit] + .button,
.institutional-contact-form .webform-submission-form .form-actions .input-group-prepend input[type=submit] + .button, .input-group-prepend .paragraph-cta__button .institutional-contact-form .webform-submission-form .form-actions .btn-cta + .button, .institutional-contact-form .webform-submission-form .form-actions .input-group-prepend .paragraph-cta__button .btn-cta + .button, .paragraph-cta__button .input-group-prepend .institutional-contact-form .webform-submission-form .form-actions .btn-cta + .button, .institutional-contact-form .webform-submission-form .form-actions .paragraph-cta__button .input-group-prepend .btn-cta + .button, .input-group-prepend .institutional-contact-form .webform .webform-submission-form .form-actions .button + .button, .input-group-prepend .institutional-contact-form .webform-submission-form .webform .form-actions .button + .button, .institutional-contact-form .webform .webform-submission-form .form-actions .input-group-prepend .button + .button, .institutional-contact-form .webform-submission-form .webform .form-actions .input-group-prepend .button + .button,
.input-group-prepend .institutional-contact-form .webform .webform-submission-form .form-actions input[type=submit] + .button,
.input-group-prepend .institutional-contact-form .webform-submission-form .webform .form-actions input[type=submit] + .button,
.institutional-contact-form .webform .webform-submission-form .form-actions .input-group-prepend input[type=submit] + .button,
.institutional-contact-form .webform-submission-form .webform .form-actions .input-group-prepend input[type=submit] + .button,
.input-group-prepend .institutional-contact-form .webform-submission-form .form-actions .btn + .form-submit,
.institutional-contact-form .webform-submission-form .form-actions .input-group-prepend .btn + .form-submit,
.input-group-prepend .institutional-contact-form .webform-submission-form .form-actions .button + .form-submit,
.institutional-contact-form .webform-submission-form .form-actions .input-group-prepend .button + .form-submit,
.input-group-prepend .institutional-contact-form .webform-submission-form .form-actions .form-submit + .form-submit,
.institutional-contact-form .webform-submission-form .form-actions .input-group-prepend .form-submit + .form-submit,
.input-group-prepend .institutional-contact-form .webform-submission-form .form-actions input[type=submit] + .form-submit,
.institutional-contact-form .webform-submission-form .form-actions .input-group-prepend input[type=submit] + .form-submit,
.input-group-prepend .paragraph-cta__button .institutional-contact-form .webform-submission-form .form-actions .btn-cta + .form-submit,
.institutional-contact-form .webform-submission-form .form-actions .input-group-prepend .paragraph-cta__button .btn-cta + .form-submit,
.paragraph-cta__button .input-group-prepend .institutional-contact-form .webform-submission-form .form-actions .btn-cta + .form-submit,
.institutional-contact-form .webform-submission-form .form-actions .paragraph-cta__button .input-group-prepend .btn-cta + .form-submit,
.input-group-prepend .institutional-contact-form .webform .webform-submission-form .form-actions .button + .form-submit,
.input-group-prepend .institutional-contact-form .webform-submission-form .webform .form-actions .button + .form-submit,
.institutional-contact-form .webform .webform-submission-form .form-actions .input-group-prepend .button + .form-submit,
.institutional-contact-form .webform-submission-form .webform .form-actions .input-group-prepend .button + .form-submit,
.input-group-prepend .institutional-contact-form .webform .webform-submission-form .form-actions input[type=submit] + .form-submit,
.input-group-prepend .institutional-contact-form .webform-submission-form .webform .form-actions input[type=submit] + .form-submit,
.institutional-contact-form .webform .webform-submission-form .form-actions .input-group-prepend input[type=submit] + .form-submit,
.institutional-contact-form .webform-submission-form .webform .form-actions .input-group-prepend input[type=submit] + .form-submit,
.input-group-prepend .institutional-contact-form .webform-submission-form .form-actions .btn + input[type=submit],
.institutional-contact-form .webform-submission-form .form-actions .input-group-prepend .btn + input[type=submit],
.input-group-prepend .institutional-contact-form .webform-submission-form .form-actions .button + input[type=submit],
.institutional-contact-form .webform-submission-form .form-actions .input-group-prepend .button + input[type=submit],
.input-group-prepend .institutional-contact-form .webform-submission-form .form-actions .form-submit + input[type=submit],
.institutional-contact-form .webform-submission-form .form-actions .input-group-prepend .form-submit + input[type=submit],
.input-group-prepend .institutional-contact-form .webform-submission-form .form-actions input[type=submit] + input[type=submit],
.institutional-contact-form .webform-submission-form .form-actions .input-group-prepend input[type=submit] + input[type=submit],
.input-group-prepend .paragraph-cta__button .institutional-contact-form .webform-submission-form .form-actions .btn-cta + input[type=submit],
.institutional-contact-form .webform-submission-form .form-actions .input-group-prepend .paragraph-cta__button .btn-cta + input[type=submit],
.paragraph-cta__button .input-group-prepend .institutional-contact-form .webform-submission-form .form-actions .btn-cta + input[type=submit],
.institutional-contact-form .webform-submission-form .form-actions .paragraph-cta__button .input-group-prepend .btn-cta + input[type=submit],
.input-group-prepend .institutional-contact-form .webform .webform-submission-form .form-actions .button + input[type=submit],
.input-group-prepend .institutional-contact-form .webform-submission-form .webform .form-actions .button + input[type=submit],
.institutional-contact-form .webform .webform-submission-form .form-actions .input-group-prepend .button + input[type=submit],
.institutional-contact-form .webform-submission-form .webform .form-actions .input-group-prepend .button + input[type=submit],
.input-group-prepend .institutional-contact-form .webform .webform-submission-form .form-actions input[type=submit] + input[type=submit],
.input-group-prepend .institutional-contact-form .webform-submission-form .webform .form-actions input[type=submit] + input[type=submit],
.institutional-contact-form .webform .webform-submission-form .form-actions .input-group-prepend input[type=submit] + input[type=submit],
.institutional-contact-form .webform-submission-form .webform .form-actions .input-group-prepend input[type=submit] + input[type=submit], .input-group-prepend .paragraph-cta__button .btn + .btn-cta, .paragraph-cta__button .input-group-prepend .btn + .btn-cta, .input-group-prepend .institutional-contact-form .webform-submission-form .form-actions .paragraph-cta__button .button + .btn-cta, .paragraph-cta__button .input-group-prepend .institutional-contact-form .webform-submission-form .form-actions .button + .btn-cta, .institutional-contact-form .webform-submission-form .form-actions .input-group-prepend .paragraph-cta__button .button + .btn-cta, .paragraph-cta__button .institutional-contact-form .webform-submission-form .form-actions .input-group-prepend .button + .btn-cta,
.input-group-prepend .institutional-contact-form .webform-submission-form .form-actions .paragraph-cta__button .form-submit + .btn-cta,
.paragraph-cta__button .input-group-prepend .institutional-contact-form .webform-submission-form .form-actions .form-submit + .btn-cta,
.institutional-contact-form .webform-submission-form .form-actions .input-group-prepend .paragraph-cta__button .form-submit + .btn-cta,
.paragraph-cta__button .institutional-contact-form .webform-submission-form .form-actions .input-group-prepend .form-submit + .btn-cta,
.input-group-prepend .institutional-contact-form .webform-submission-form .form-actions .paragraph-cta__button input[type=submit] + .btn-cta,
.paragraph-cta__button .input-group-prepend .institutional-contact-form .webform-submission-form .form-actions input[type=submit] + .btn-cta,
.institutional-contact-form .webform-submission-form .form-actions .input-group-prepend .paragraph-cta__button input[type=submit] + .btn-cta,
.paragraph-cta__button .institutional-contact-form .webform-submission-form .form-actions .input-group-prepend input[type=submit] + .btn-cta, .input-group-prepend .paragraph-cta__button .btn-cta + .btn-cta, .paragraph-cta__button .input-group-prepend .btn-cta + .btn-cta, .input-group-prepend .institutional-contact-form .webform .form-actions .paragraph-cta__button .button + .btn-cta, .paragraph-cta__button .input-group-prepend .institutional-contact-form .webform .form-actions .button + .btn-cta, .institutional-contact-form .webform .form-actions .input-group-prepend .paragraph-cta__button .button + .btn-cta, .paragraph-cta__button .institutional-contact-form .webform .form-actions .input-group-prepend .button + .btn-cta,
.input-group-prepend .institutional-contact-form .webform .form-actions .paragraph-cta__button input[type=submit] + .btn-cta,
.paragraph-cta__button .input-group-prepend .institutional-contact-form .webform .form-actions input[type=submit] + .btn-cta,
.institutional-contact-form .webform .form-actions .input-group-prepend .paragraph-cta__button input[type=submit] + .btn-cta,
.paragraph-cta__button .institutional-contact-form .webform .form-actions .input-group-prepend input[type=submit] + .btn-cta, .input-group-prepend .institutional-contact-form .webform .form-actions .btn + .button, .institutional-contact-form .webform .form-actions .input-group-prepend .btn + .button, .input-group-prepend .institutional-contact-form .webform-submission-form .webform .form-actions .button + .button, .input-group-prepend .institutional-contact-form .webform .webform-submission-form .form-actions .button + .button, .institutional-contact-form .webform-submission-form .webform .form-actions .input-group-prepend .button + .button, .institutional-contact-form .webform .webform-submission-form .form-actions .input-group-prepend .button + .button,
.input-group-prepend .institutional-contact-form .webform-submission-form .webform .form-actions .form-submit + .button,
.input-group-prepend .institutional-contact-form .webform .webform-submission-form .form-actions .form-submit + .button,
.institutional-contact-form .webform-submission-form .webform .form-actions .input-group-prepend .form-submit + .button,
.institutional-contact-form .webform .webform-submission-form .form-actions .input-group-prepend .form-submit + .button,
.input-group-prepend .institutional-contact-form .webform-submission-form .webform .form-actions input[type=submit] + .button,
.input-group-prepend .institutional-contact-form .webform .webform-submission-form .form-actions input[type=submit] + .button,
.institutional-contact-form .webform-submission-form .webform .form-actions .input-group-prepend input[type=submit] + .button,
.institutional-contact-form .webform .webform-submission-form .form-actions .input-group-prepend input[type=submit] + .button, .input-group-prepend .paragraph-cta__button .institutional-contact-form .webform .form-actions .btn-cta + .button, .institutional-contact-form .webform .form-actions .input-group-prepend .paragraph-cta__button .btn-cta + .button, .paragraph-cta__button .input-group-prepend .institutional-contact-form .webform .form-actions .btn-cta + .button, .institutional-contact-form .webform .form-actions .paragraph-cta__button .input-group-prepend .btn-cta + .button, .input-group-prepend .institutional-contact-form .webform .form-actions .button + .button, .institutional-contact-form .webform .form-actions .input-group-prepend .button + .button,
.input-group-prepend .institutional-contact-form .webform .form-actions input[type=submit] + .button,
.institutional-contact-form .webform .form-actions .input-group-prepend input[type=submit] + .button,
.input-group-prepend .institutional-contact-form .webform .form-actions .btn + input[type=submit],
.institutional-contact-form .webform .form-actions .input-group-prepend .btn + input[type=submit],
.input-group-prepend .institutional-contact-form .webform-submission-form .webform .form-actions .button + input[type=submit],
.input-group-prepend .institutional-contact-form .webform .webform-submission-form .form-actions .button + input[type=submit],
.institutional-contact-form .webform-submission-form .webform .form-actions .input-group-prepend .button + input[type=submit],
.institutional-contact-form .webform .webform-submission-form .form-actions .input-group-prepend .button + input[type=submit],
.input-group-prepend .institutional-contact-form .webform-submission-form .webform .form-actions .form-submit + input[type=submit],
.input-group-prepend .institutional-contact-form .webform .webform-submission-form .form-actions .form-submit + input[type=submit],
.institutional-contact-form .webform-submission-form .webform .form-actions .input-group-prepend .form-submit + input[type=submit],
.institutional-contact-form .webform .webform-submission-form .form-actions .input-group-prepend .form-submit + input[type=submit],
.input-group-prepend .institutional-contact-form .webform-submission-form .webform .form-actions input[type=submit] + input[type=submit],
.input-group-prepend .institutional-contact-form .webform .webform-submission-form .form-actions input[type=submit] + input[type=submit],
.institutional-contact-form .webform-submission-form .webform .form-actions .input-group-prepend input[type=submit] + input[type=submit],
.institutional-contact-form .webform .webform-submission-form .form-actions .input-group-prepend input[type=submit] + input[type=submit],
.input-group-prepend .paragraph-cta__button .institutional-contact-form .webform .form-actions .btn-cta + input[type=submit],
.institutional-contact-form .webform .form-actions .input-group-prepend .paragraph-cta__button .btn-cta + input[type=submit],
.paragraph-cta__button .input-group-prepend .institutional-contact-form .webform .form-actions .btn-cta + input[type=submit],
.institutional-contact-form .webform .form-actions .paragraph-cta__button .input-group-prepend .btn-cta + input[type=submit],
.input-group-prepend .institutional-contact-form .webform .form-actions .button + input[type=submit],
.institutional-contact-form .webform .form-actions .input-group-prepend .button + input[type=submit],
.input-group-prepend .institutional-contact-form .webform .form-actions input[type=submit] + input[type=submit],
.institutional-contact-form .webform .form-actions .input-group-prepend input[type=submit] + input[type=submit],
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .institutional-contact-form .webform-submission-form .form-actions .button + .input-group-text,
.institutional-contact-form .webform-submission-form .form-actions .input-group-prepend .button + .input-group-text,
.input-group-prepend .institutional-contact-form .webform-submission-form .form-actions .form-submit + .input-group-text,
.institutional-contact-form .webform-submission-form .form-actions .input-group-prepend .form-submit + .input-group-text,
.input-group-prepend .institutional-contact-form .webform-submission-form .form-actions input[type=submit] + .input-group-text,
.institutional-contact-form .webform-submission-form .form-actions .input-group-prepend input[type=submit] + .input-group-text,
.input-group-prepend .paragraph-cta__button .btn-cta + .input-group-text,
.paragraph-cta__button .input-group-prepend .btn-cta + .input-group-text,
.input-group-prepend .institutional-contact-form .webform .form-actions .button + .input-group-text,
.institutional-contact-form .webform .form-actions .input-group-prepend .button + .input-group-text,
.input-group-prepend .institutional-contact-form .webform .form-actions input[type=submit] + .input-group-text,
.institutional-contact-form .webform .form-actions .input-group-prepend input[type=submit] + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .institutional-contact-form .webform-submission-form .form-actions .input-group-text + .button,
.institutional-contact-form .webform-submission-form .form-actions .input-group-prepend .input-group-text + .button,
.input-group-prepend .institutional-contact-form .webform-submission-form .form-actions .input-group-text + .form-submit,
.institutional-contact-form .webform-submission-form .form-actions .input-group-prepend .input-group-text + .form-submit,
.input-group-prepend .institutional-contact-form .webform-submission-form .form-actions .input-group-text + input[type=submit],
.institutional-contact-form .webform-submission-form .form-actions .input-group-prepend .input-group-text + input[type=submit],
.input-group-prepend .paragraph-cta__button .input-group-text + .btn-cta,
.paragraph-cta__button .input-group-prepend .input-group-text + .btn-cta,
.input-group-prepend .institutional-contact-form .webform .form-actions .input-group-text + .button,
.institutional-contact-form .webform .form-actions .input-group-prepend .input-group-text + .button,
.input-group-prepend .institutional-contact-form .webform .form-actions .input-group-text + input[type=submit],
.institutional-contact-form .webform .form-actions .input-group-prepend .input-group-text + input[type=submit],
.input-group-append .btn + .btn,
.input-group-append .institutional-contact-form .webform-submission-form .form-actions .button + .btn,
.institutional-contact-form .webform-submission-form .form-actions .input-group-append .button + .btn,
.input-group-append .institutional-contact-form .webform-submission-form .form-actions .form-submit + .btn,
.institutional-contact-form .webform-submission-form .form-actions .input-group-append .form-submit + .btn,
.input-group-append .institutional-contact-form .webform-submission-form .form-actions input[type=submit] + .btn,
.institutional-contact-form .webform-submission-form .form-actions .input-group-append input[type=submit] + .btn,
.input-group-append .paragraph-cta__button .btn-cta + .btn,
.paragraph-cta__button .input-group-append .btn-cta + .btn,
.input-group-append .institutional-contact-form .webform .form-actions .button + .btn,
.institutional-contact-form .webform .form-actions .input-group-append .button + .btn,
.input-group-append .institutional-contact-form .webform .form-actions input[type=submit] + .btn,
.institutional-contact-form .webform .form-actions .input-group-append input[type=submit] + .btn,
.input-group-append .institutional-contact-form .webform-submission-form .form-actions .btn + .button,
.institutional-contact-form .webform-submission-form .form-actions .input-group-append .btn + .button,
.input-group-append .institutional-contact-form .webform-submission-form .form-actions .button + .button,
.institutional-contact-form .webform-submission-form .form-actions .input-group-append .button + .button,
.input-group-append .institutional-contact-form .webform-submission-form .form-actions .form-submit + .button,
.institutional-contact-form .webform-submission-form .form-actions .input-group-append .form-submit + .button,
.input-group-append .institutional-contact-form .webform-submission-form .form-actions input[type=submit] + .button,
.institutional-contact-form .webform-submission-form .form-actions .input-group-append input[type=submit] + .button,
.input-group-append .paragraph-cta__button .institutional-contact-form .webform-submission-form .form-actions .btn-cta + .button,
.institutional-contact-form .webform-submission-form .form-actions .input-group-append .paragraph-cta__button .btn-cta + .button,
.paragraph-cta__button .input-group-append .institutional-contact-form .webform-submission-form .form-actions .btn-cta + .button,
.institutional-contact-form .webform-submission-form .form-actions .paragraph-cta__button .input-group-append .btn-cta + .button,
.input-group-append .institutional-contact-form .webform .webform-submission-form .form-actions .button + .button,
.input-group-append .institutional-contact-form .webform-submission-form .webform .form-actions .button + .button,
.institutional-contact-form .webform .webform-submission-form .form-actions .input-group-append .button + .button,
.institutional-contact-form .webform-submission-form .webform .form-actions .input-group-append .button + .button,
.input-group-append .institutional-contact-form .webform .webform-submission-form .form-actions input[type=submit] + .button,
.input-group-append .institutional-contact-form .webform-submission-form .webform .form-actions input[type=submit] + .button,
.institutional-contact-form .webform .webform-submission-form .form-actions .input-group-append input[type=submit] + .button,
.institutional-contact-form .webform-submission-form .webform .form-actions .input-group-append input[type=submit] + .button,
.input-group-append .institutional-contact-form .webform-submission-form .form-actions .btn + .form-submit,
.institutional-contact-form .webform-submission-form .form-actions .input-group-append .btn + .form-submit,
.input-group-append .institutional-contact-form .webform-submission-form .form-actions .button + .form-submit,
.institutional-contact-form .webform-submission-form .form-actions .input-group-append .button + .form-submit,
.input-group-append .institutional-contact-form .webform-submission-form .form-actions .form-submit + .form-submit,
.institutional-contact-form .webform-submission-form .form-actions .input-group-append .form-submit + .form-submit,
.input-group-append .institutional-contact-form .webform-submission-form .form-actions input[type=submit] + .form-submit,
.institutional-contact-form .webform-submission-form .form-actions .input-group-append input[type=submit] + .form-submit,
.input-group-append .paragraph-cta__button .institutional-contact-form .webform-submission-form .form-actions .btn-cta + .form-submit,
.institutional-contact-form .webform-submission-form .form-actions .input-group-append .paragraph-cta__button .btn-cta + .form-submit,
.paragraph-cta__button .input-group-append .institutional-contact-form .webform-submission-form .form-actions .btn-cta + .form-submit,
.institutional-contact-form .webform-submission-form .form-actions .paragraph-cta__button .input-group-append .btn-cta + .form-submit,
.input-group-append .institutional-contact-form .webform .webform-submission-form .form-actions .button + .form-submit,
.input-group-append .institutional-contact-form .webform-submission-form .webform .form-actions .button + .form-submit,
.institutional-contact-form .webform .webform-submission-form .form-actions .input-group-append .button + .form-submit,
.institutional-contact-form .webform-submission-form .webform .form-actions .input-group-append .button + .form-submit,
.input-group-append .institutional-contact-form .webform .webform-submission-form .form-actions input[type=submit] + .form-submit,
.input-group-append .institutional-contact-form .webform-submission-form .webform .form-actions input[type=submit] + .form-submit,
.institutional-contact-form .webform .webform-submission-form .form-actions .input-group-append input[type=submit] + .form-submit,
.institutional-contact-form .webform-submission-form .webform .form-actions .input-group-append input[type=submit] + .form-submit,
.input-group-append .institutional-contact-form .webform-submission-form .form-actions .btn + input[type=submit],
.institutional-contact-form .webform-submission-form .form-actions .input-group-append .btn + input[type=submit],
.input-group-append .institutional-contact-form .webform-submission-form .form-actions .button + input[type=submit],
.institutional-contact-form .webform-submission-form .form-actions .input-group-append .button + input[type=submit],
.input-group-append .institutional-contact-form .webform-submission-form .form-actions .form-submit + input[type=submit],
.institutional-contact-form .webform-submission-form .form-actions .input-group-append .form-submit + input[type=submit],
.input-group-append .institutional-contact-form .webform-submission-form .form-actions input[type=submit] + input[type=submit],
.institutional-contact-form .webform-submission-form .form-actions .input-group-append input[type=submit] + input[type=submit],
.input-group-append .paragraph-cta__button .institutional-contact-form .webform-submission-form .form-actions .btn-cta + input[type=submit],
.institutional-contact-form .webform-submission-form .form-actions .input-group-append .paragraph-cta__button .btn-cta + input[type=submit],
.paragraph-cta__button .input-group-append .institutional-contact-form .webform-submission-form .form-actions .btn-cta + input[type=submit],
.institutional-contact-form .webform-submission-form .form-actions .paragraph-cta__button .input-group-append .btn-cta + input[type=submit],
.input-group-append .institutional-contact-form .webform .webform-submission-form .form-actions .button + input[type=submit],
.input-group-append .institutional-contact-form .webform-submission-form .webform .form-actions .button + input[type=submit],
.institutional-contact-form .webform .webform-submission-form .form-actions .input-group-append .button + input[type=submit],
.institutional-contact-form .webform-submission-form .webform .form-actions .input-group-append .button + input[type=submit],
.input-group-append .institutional-contact-form .webform .webform-submission-form .form-actions input[type=submit] + input[type=submit],
.input-group-append .institutional-contact-form .webform-submission-form .webform .form-actions input[type=submit] + input[type=submit],
.institutional-contact-form .webform .webform-submission-form .form-actions .input-group-append input[type=submit] + input[type=submit],
.institutional-contact-form .webform-submission-form .webform .form-actions .input-group-append input[type=submit] + input[type=submit],
.input-group-append .paragraph-cta__button .btn + .btn-cta,
.paragraph-cta__button .input-group-append .btn + .btn-cta,
.input-group-append .institutional-contact-form .webform-submission-form .form-actions .paragraph-cta__button .button + .btn-cta,
.paragraph-cta__button .input-group-append .institutional-contact-form .webform-submission-form .form-actions .button + .btn-cta,
.institutional-contact-form .webform-submission-form .form-actions .input-group-append .paragraph-cta__button .button + .btn-cta,
.paragraph-cta__button .institutional-contact-form .webform-submission-form .form-actions .input-group-append .button + .btn-cta,
.input-group-append .institutional-contact-form .webform-submission-form .form-actions .paragraph-cta__button .form-submit + .btn-cta,
.paragraph-cta__button .input-group-append .institutional-contact-form .webform-submission-form .form-actions .form-submit + .btn-cta,
.institutional-contact-form .webform-submission-form .form-actions .input-group-append .paragraph-cta__button .form-submit + .btn-cta,
.paragraph-cta__button .institutional-contact-form .webform-submission-form .form-actions .input-group-append .form-submit + .btn-cta,
.input-group-append .institutional-contact-form .webform-submission-form .form-actions .paragraph-cta__button input[type=submit] + .btn-cta,
.paragraph-cta__button .input-group-append .institutional-contact-form .webform-submission-form .form-actions input[type=submit] + .btn-cta,
.institutional-contact-form .webform-submission-form .form-actions .input-group-append .paragraph-cta__button input[type=submit] + .btn-cta,
.paragraph-cta__button .institutional-contact-form .webform-submission-form .form-actions .input-group-append input[type=submit] + .btn-cta,
.input-group-append .paragraph-cta__button .btn-cta + .btn-cta,
.paragraph-cta__button .input-group-append .btn-cta + .btn-cta,
.input-group-append .institutional-contact-form .webform .form-actions .paragraph-cta__button .button + .btn-cta,
.paragraph-cta__button .input-group-append .institutional-contact-form .webform .form-actions .button + .btn-cta,
.institutional-contact-form .webform .form-actions .input-group-append .paragraph-cta__button .button + .btn-cta,
.paragraph-cta__button .institutional-contact-form .webform .form-actions .input-group-append .button + .btn-cta,
.input-group-append .institutional-contact-form .webform .form-actions .paragraph-cta__button input[type=submit] + .btn-cta,
.paragraph-cta__button .input-group-append .institutional-contact-form .webform .form-actions input[type=submit] + .btn-cta,
.institutional-contact-form .webform .form-actions .input-group-append .paragraph-cta__button input[type=submit] + .btn-cta,
.paragraph-cta__button .institutional-contact-form .webform .form-actions .input-group-append input[type=submit] + .btn-cta,
.input-group-append .institutional-contact-form .webform .form-actions .btn + .button,
.institutional-contact-form .webform .form-actions .input-group-append .btn + .button,
.input-group-append .institutional-contact-form .webform-submission-form .webform .form-actions .button + .button,
.input-group-append .institutional-contact-form .webform .webform-submission-form .form-actions .button + .button,
.institutional-contact-form .webform-submission-form .webform .form-actions .input-group-append .button + .button,
.institutional-contact-form .webform .webform-submission-form .form-actions .input-group-append .button + .button,
.input-group-append .institutional-contact-form .webform-submission-form .webform .form-actions .form-submit + .button,
.input-group-append .institutional-contact-form .webform .webform-submission-form .form-actions .form-submit + .button,
.institutional-contact-form .webform-submission-form .webform .form-actions .input-group-append .form-submit + .button,
.institutional-contact-form .webform .webform-submission-form .form-actions .input-group-append .form-submit + .button,
.input-group-append .institutional-contact-form .webform-submission-form .webform .form-actions input[type=submit] + .button,
.input-group-append .institutional-contact-form .webform .webform-submission-form .form-actions input[type=submit] + .button,
.institutional-contact-form .webform-submission-form .webform .form-actions .input-group-append input[type=submit] + .button,
.institutional-contact-form .webform .webform-submission-form .form-actions .input-group-append input[type=submit] + .button,
.input-group-append .paragraph-cta__button .institutional-contact-form .webform .form-actions .btn-cta + .button,
.institutional-contact-form .webform .form-actions .input-group-append .paragraph-cta__button .btn-cta + .button,
.paragraph-cta__button .input-group-append .institutional-contact-form .webform .form-actions .btn-cta + .button,
.institutional-contact-form .webform .form-actions .paragraph-cta__button .input-group-append .btn-cta + .button,
.input-group-append .institutional-contact-form .webform .form-actions .button + .button,
.institutional-contact-form .webform .form-actions .input-group-append .button + .button,
.input-group-append .institutional-contact-form .webform .form-actions input[type=submit] + .button,
.institutional-contact-form .webform .form-actions .input-group-append input[type=submit] + .button,
.input-group-append .institutional-contact-form .webform .form-actions .btn + input[type=submit],
.institutional-contact-form .webform .form-actions .input-group-append .btn + input[type=submit],
.input-group-append .institutional-contact-form .webform-submission-form .webform .form-actions .button + input[type=submit],
.input-group-append .institutional-contact-form .webform .webform-submission-form .form-actions .button + input[type=submit],
.institutional-contact-form .webform-submission-form .webform .form-actions .input-group-append .button + input[type=submit],
.institutional-contact-form .webform .webform-submission-form .form-actions .input-group-append .button + input[type=submit],
.input-group-append .institutional-contact-form .webform-submission-form .webform .form-actions .form-submit + input[type=submit],
.input-group-append .institutional-contact-form .webform .webform-submission-form .form-actions .form-submit + input[type=submit],
.institutional-contact-form .webform-submission-form .webform .form-actions .input-group-append .form-submit + input[type=submit],
.institutional-contact-form .webform .webform-submission-form .form-actions .input-group-append .form-submit + input[type=submit],
.input-group-append .institutional-contact-form .webform-submission-form .webform .form-actions input[type=submit] + input[type=submit],
.input-group-append .institutional-contact-form .webform .webform-submission-form .form-actions input[type=submit] + input[type=submit],
.institutional-contact-form .webform-submission-form .webform .form-actions .input-group-append input[type=submit] + input[type=submit],
.institutional-contact-form .webform .webform-submission-form .form-actions .input-group-append input[type=submit] + input[type=submit],
.input-group-append .paragraph-cta__button .institutional-contact-form .webform .form-actions .btn-cta + input[type=submit],
.institutional-contact-form .webform .form-actions .input-group-append .paragraph-cta__button .btn-cta + input[type=submit],
.paragraph-cta__button .input-group-append .institutional-contact-form .webform .form-actions .btn-cta + input[type=submit],
.institutional-contact-form .webform .form-actions .paragraph-cta__button .input-group-append .btn-cta + input[type=submit],
.input-group-append .institutional-contact-form .webform .form-actions .button + input[type=submit],
.institutional-contact-form .webform .form-actions .input-group-append .button + input[type=submit],
.input-group-append .institutional-contact-form .webform .form-actions input[type=submit] + input[type=submit],
.institutional-contact-form .webform .form-actions .input-group-append input[type=submit] + input[type=submit],
.input-group-append .btn + .input-group-text,
.input-group-append .institutional-contact-form .webform-submission-form .form-actions .button + .input-group-text,
.institutional-contact-form .webform-submission-form .form-actions .input-group-append .button + .input-group-text,
.input-group-append .institutional-contact-form .webform-submission-form .form-actions .form-submit + .input-group-text,
.institutional-contact-form .webform-submission-form .form-actions .input-group-append .form-submit + .input-group-text,
.input-group-append .institutional-contact-form .webform-submission-form .form-actions input[type=submit] + .input-group-text,
.institutional-contact-form .webform-submission-form .form-actions .input-group-append input[type=submit] + .input-group-text,
.input-group-append .paragraph-cta__button .btn-cta + .input-group-text,
.paragraph-cta__button .input-group-append .btn-cta + .input-group-text,
.input-group-append .institutional-contact-form .webform .form-actions .button + .input-group-text,
.institutional-contact-form .webform .form-actions .input-group-append .button + .input-group-text,
.input-group-append .institutional-contact-form .webform .form-actions input[type=submit] + .input-group-text,
.institutional-contact-form .webform .form-actions .input-group-append input[type=submit] + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .institutional-contact-form .webform-submission-form .form-actions .input-group-text + .button,
.institutional-contact-form .webform-submission-form .form-actions .input-group-append .input-group-text + .button,
.input-group-append .institutional-contact-form .webform-submission-form .form-actions .input-group-text + .form-submit,
.institutional-contact-form .webform-submission-form .form-actions .input-group-append .input-group-text + .form-submit,
.input-group-append .institutional-contact-form .webform-submission-form .form-actions .input-group-text + input[type=submit],
.institutional-contact-form .webform-submission-form .form-actions .input-group-append .input-group-text + input[type=submit],
.input-group-append .paragraph-cta__button .input-group-text + .btn-cta,
.paragraph-cta__button .input-group-append .input-group-text + .btn-cta,
.input-group-append .institutional-contact-form .webform .form-actions .input-group-text + .button,
.institutional-contact-form .webform .form-actions .input-group-append .input-group-text + .button,
.input-group-append .institutional-contact-form .webform .form-actions .input-group-text + input[type=submit],
.institutional-contact-form .webform .form-actions .input-group-append .input-group-text + input[type=submit] {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.institutional-contact-form .webform-submission-form .form-actions .input-group-lg > .input-group-prepend > .button,
.institutional-contact-form .webform-submission-form .form-actions .input-group-lg > .input-group-prepend > .form-submit,
.institutional-contact-form .webform-submission-form .form-actions .input-group-lg > .input-group-prepend > input[type=submit],
.paragraph-cta__button .input-group-lg > .input-group-prepend > .btn-cta,
.institutional-contact-form .webform .form-actions .input-group-lg > .input-group-prepend > .button,
.institutional-contact-form .webform .form-actions .input-group-lg > .input-group-prepend > input[type=submit],
.input-group-lg > .input-group-append > .btn,
.institutional-contact-form .webform-submission-form .form-actions .input-group-lg > .input-group-append > .button,
.institutional-contact-form .webform-submission-form .form-actions .input-group-lg > .input-group-append > .form-submit,
.institutional-contact-form .webform-submission-form .form-actions .input-group-lg > .input-group-append > input[type=submit],
.paragraph-cta__button .input-group-lg > .input-group-append > .btn-cta,
.institutional-contact-form .webform .form-actions .input-group-lg > .input-group-append > .button,
.institutional-contact-form .webform .form-actions .input-group-lg > .input-group-append > input[type=submit] {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.institutional-contact-form .webform-submission-form .form-actions .input-group-sm > .input-group-prepend > .button,
.institutional-contact-form .webform-submission-form .form-actions .input-group-sm > .input-group-prepend > .form-submit,
.institutional-contact-form .webform-submission-form .form-actions .input-group-sm > .input-group-prepend > input[type=submit],
.paragraph-cta__button .input-group-sm > .input-group-prepend > .btn-cta,
.institutional-contact-form .webform .form-actions .input-group-sm > .input-group-prepend > .button,
.institutional-contact-form .webform .form-actions .input-group-sm > .input-group-prepend > input[type=submit],
.input-group-sm > .input-group-append > .btn,
.institutional-contact-form .webform-submission-form .form-actions .input-group-sm > .input-group-append > .button,
.institutional-contact-form .webform-submission-form .form-actions .input-group-sm > .input-group-append > .form-submit,
.institutional-contact-form .webform-submission-form .form-actions .input-group-sm > .input-group-append > input[type=submit],
.paragraph-cta__button .input-group-sm > .input-group-append > .btn-cta,
.institutional-contact-form .webform .form-actions .input-group-sm > .input-group-append > .button,
.institutional-contact-form .webform .form-actions .input-group-sm > .input-group-append > input[type=submit] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.input-group > .input-group-prepend > .btn, .institutional-contact-form .webform-submission-form .form-actions .input-group > .input-group-prepend > .button,
.institutional-contact-form .webform-submission-form .form-actions .input-group > .input-group-prepend > .form-submit,
.institutional-contact-form .webform-submission-form .form-actions .input-group > .input-group-prepend > input[type=submit], .paragraph-cta__button .input-group > .input-group-prepend > .btn-cta, .institutional-contact-form .webform .form-actions .input-group > .input-group-prepend > .button,
.institutional-contact-form .webform .form-actions .input-group > .input-group-prepend > input[type=submit],
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.institutional-contact-form .webform-submission-form .form-actions .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .button,
.institutional-contact-form .webform-submission-form .form-actions .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .form-submit,
.institutional-contact-form .webform-submission-form .form-actions .input-group:not(.has-validation) > .input-group-append:not(:last-child) > input[type=submit],
.paragraph-cta__button .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn-cta,
.institutional-contact-form .webform .form-actions .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .button,
.institutional-contact-form .webform .form-actions .input-group:not(.has-validation) > .input-group-append:not(:last-child) > input[type=submit],
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.institutional-contact-form .webform-submission-form .form-actions .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .button,
.institutional-contact-form .webform-submission-form .form-actions .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .form-submit,
.institutional-contact-form .webform-submission-form .form-actions .input-group.has-validation > .input-group-append:nth-last-child(n+3) > input[type=submit],
.paragraph-cta__button .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn-cta,
.institutional-contact-form .webform .form-actions .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .button,
.institutional-contact-form .webform .form-actions .input-group.has-validation > .input-group-append:nth-last-child(n+3) > input[type=submit],
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.institutional-contact-form .webform-submission-form .form-actions .input-group > .input-group-append:last-child > .button:not(:last-child):not(.dropdown-toggle),
.institutional-contact-form .webform-submission-form .form-actions .input-group > .input-group-append:last-child > .form-submit:not(:last-child):not(.dropdown-toggle),
.institutional-contact-form .webform-submission-form .form-actions .input-group > .input-group-append:last-child > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.paragraph-cta__button .input-group > .input-group-append:last-child > .btn-cta:not(:last-child):not(.dropdown-toggle),
.institutional-contact-form .webform .form-actions .input-group > .input-group-append:last-child > .button:not(:last-child):not(.dropdown-toggle),
.institutional-contact-form .webform .form-actions .input-group > .input-group-append:last-child > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .institutional-contact-form .webform-submission-form .form-actions .input-group > .input-group-append > .button,
.institutional-contact-form .webform-submission-form .form-actions .input-group > .input-group-append > .form-submit,
.institutional-contact-form .webform-submission-form .form-actions .input-group > .input-group-append > input[type=submit], .paragraph-cta__button .input-group > .input-group-append > .btn-cta, .institutional-contact-form .webform .form-actions .input-group > .input-group-append > .button,
.institutional-contact-form .webform .form-actions .input-group > .input-group-append > input[type=submit],
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.institutional-contact-form .webform-submission-form .form-actions .input-group > .input-group-prepend:not(:first-child) > .button,
.institutional-contact-form .webform-submission-form .form-actions .input-group > .input-group-prepend:not(:first-child) > .form-submit,
.institutional-contact-form .webform-submission-form .form-actions .input-group > .input-group-prepend:not(:first-child) > input[type=submit],
.paragraph-cta__button .input-group > .input-group-prepend:not(:first-child) > .btn-cta,
.institutional-contact-form .webform .form-actions .input-group > .input-group-prepend:not(:first-child) > .button,
.institutional-contact-form .webform .form-actions .input-group > .input-group-prepend:not(:first-child) > input[type=submit],
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.institutional-contact-form .webform-submission-form .form-actions .input-group > .input-group-prepend:first-child > .button:not(:first-child),
.institutional-contact-form .webform-submission-form .form-actions .input-group > .input-group-prepend:first-child > .form-submit:not(:first-child),
.institutional-contact-form .webform-submission-form .form-actions .input-group > .input-group-prepend:first-child > input[type=submit]:not(:first-child),
.paragraph-cta__button .input-group > .input-group-prepend:first-child > .btn-cta:not(:first-child),
.institutional-contact-form .webform .form-actions .input-group > .input-group-prepend:first-child > .button:not(:first-child),
.institutional-contact-form .webform .form-actions .input-group > .input-group-prepend:first-child > input[type=submit]:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(127.5, 189, 255);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(178.5, 215.4, 255);
  border-color: rgb(178.5, 215.4, 255);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z%27/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%274%27 viewBox=%270 0 4 4%27%3e%3cpath stroke=%27%23fff%27 d=%27M0 2h4%27/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(127.5, 189, 255);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

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

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

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

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

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

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

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

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

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

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

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

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, .institutional-contact-form .webform-submission-form .form-actions .button .badge,
.institutional-contact-form .webform-submission-form .form-actions .form-submit .badge,
.institutional-contact-form .webform-submission-form .form-actions input[type=submit] .badge, .paragraph-cta__button .btn-cta .badge, .institutional-contact-form .webform .form-actions .button .badge,
.institutional-contact-form .webform .form-actions input[type=submit] .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

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

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

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

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

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(204, 228.6, 255);
  border-color: rgb(183.6, 218.04, 255);
}
.alert-primary hr {
  border-top-color: rgb(158.1, 204.84, 255);
}
.alert-primary .alert-link {
  color: rgb(0, 39.36, 81.6);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

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

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

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

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

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(183.6, 218.04, 255);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(158.1, 204.84, 255);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 63.96, 132.6);
  border-color: rgb(0, 63.96, 132.6);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.close {
  float: right;
  font-size: 1.5rem;
  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;
}

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

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.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);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 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: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.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: 1rem;
  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: #212529;
}

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.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-white {
  background-color: #fff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: 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: #212529 !important;
}

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
html, body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: normal;
  font-optical-sizing: auto;
  line-height: normal;
  color: #000000;
  background-color: #ffffff;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 1.1;
  margin-bottom: 20px;
  margin-top: 0;
  color: #424242;
}

h1, .h1 {
  font-size: 42px;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  h1, .h1 {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 30px;
  }
}

h2, .h2 {
  font-size: 36px;
}
@media (max-width: 1199.98px) {
  h2, .h2 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  h2, .h2 {
    font-size: 28px;
  }
}

h3, .h3 {
  font-size: 32px;
}
@media (max-width: 1199.98px) {
  h3, .h3 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  h3, .h3 {
    font-size: 26px;
  }
}

h4, .h4 {
  font-size: 22px;
}
@media (max-width: 1199.98px) {
  h4, .h4 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  h4, .h4 {
    font-size: 18px;
  }
}

h5, .h5 {
  font-size: 21px;
}
@media (max-width: 1199.98px) {
  h5, .h5 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  h5, .h5 {
    font-size: 18px;
  }
}

h6, .h6 {
  font-size: 20px;
}
@media (max-width: 1199.98px) {
  h6, .h6 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  h6, .h6 {
    font-size: 16px;
  }
}

p {
  margin-bottom: 12px;
  margin-top: 0;
  font-size: 16px;
  line-height: normal;
  color: inherit;
}

a {
  color: #33C6EB;
  text-decoration: none;
  transition: 0.5s;
}
.container-full {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.container-full .container-wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

ul, ol {
  margin: 0;
  padding: 0;
}

.title-grey-border {
  text-align: left;
  color: #6D6D6D;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.8px;
  padding-bottom: 6px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.blue-highlight {
  color: #33A5EC;
}

.pink-highlight {
  color: #ff006e;
}

.color-blue {
  color: #33A5EC;
}

.color-pink {
  color: #F35395;
}

.color-purple {
  color: #8453FF;
}

.description {
  font-size: 26px;
}
@media (max-width: 1199.98px) {
  .description {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .description {
    font-size: 20px;
  }
}

.btn {
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .btn {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .btn {
    font-size: 14px;
  }
}

.block-artistycom-primary-local-tasks {
  display: none;
}

.region-highlighted {
  margin-bottom: 10px;
  width: 100%;
  margin-top: 0;
}
.region-highlighted .block, .region-highlighted .messages__wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
.region-highlighted .tabs.primary {
  display: flex;
  list-style-type: none;
}
.region-highlighted .tabs.primary li {
  margin: 0 15px;
}
.region-highlighted .tabs.primary li a {
  font-size: 20px;
}

.field--name-field-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.field--name-field-tags .field__item {
  border-radius: 100px;
  border: 1px solid #505050;
  padding: 4px 16px;
  color: #505050;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.44px;
}

.item-list > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.item-list > ul li {
  width: 100%;
}

*:focus-visible {
  outline: unset;
  box-shadow: unset;
}

.badge {
  font-weight: 400;
}

.badge-success {
  background-color: #33A5EC;
}

.badge-secondary {
  background-color: #F35395;
}

.youtube-lazyload {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  position: relative;
  aspect-ratio: 16/9;
  background-color: #898989;
  display: flex;
  justify-content: center;
  align-items: center;
}
.youtube-lazyload .youtube-thumbnail-container {
  width: 100%;
  height: 100%;
}
.youtube-lazyload .youtube-thumbnail-container .youtube-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.youtube-lazyload a {
  color: #fff;
  text-decoration: underline;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .youtube-lazyload .video-overlay, .youtube-lazyload .accept-video-tracking {
    font-size: 0.85em;
  }
}

.copy-tooltip {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  background: #333;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 6px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 10;
}
.copy-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #333;
}
.copy-tooltip--visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.path-user .user-form {
  margin: 182px auto 162px auto !important;
}

.path-user #block-artistycom-primary-local-tasks,
.path-user .breadcrumb-wrapper {
  display: none;
}

.followed-user-alert-config-form,
.artistycom-user-settings-form,
.alert-configuration-form,
.message-form,
.modal-profile-form,
.settings-form,
.entity-form,
.user-login-form,
.user-register-form,
.user-pass,
.individual-registration-form,
.user-form,
.webform-submission-contact-form,
.explore-filters-form,
.events-filters-form,
.artistycom-messaging-contact-modal-form,
.messages-unified__search {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.followed-user-alert-config-form .artistycom-messages__item ul.item-list__comma-list,
.artistycom-user-settings-form .artistycom-messages__item ul.item-list__comma-list,
.alert-configuration-form .artistycom-messages__item ul.item-list__comma-list,
.message-form .artistycom-messages__item ul.item-list__comma-list,
.modal-profile-form .artistycom-messages__item ul.item-list__comma-list,
.settings-form .artistycom-messages__item ul.item-list__comma-list,
.entity-form .artistycom-messages__item ul.item-list__comma-list,
.user-login-form .artistycom-messages__item ul.item-list__comma-list,
.user-register-form .artistycom-messages__item ul.item-list__comma-list,
.user-pass .artistycom-messages__item ul.item-list__comma-list,
.individual-registration-form .artistycom-messages__item ul.item-list__comma-list,
.user-form .artistycom-messages__item ul.item-list__comma-list,
.webform-submission-contact-form .artistycom-messages__item ul.item-list__comma-list,
.explore-filters-form .artistycom-messages__item ul.item-list__comma-list,
.events-filters-form .artistycom-messages__item ul.item-list__comma-list,
.artistycom-messaging-contact-modal-form .artistycom-messages__item ul.item-list__comma-list,
.messages-unified__search .artistycom-messages__item ul.item-list__comma-list {
  display: none;
}
.followed-user-alert-config-form.entity-form--in-modal,
.artistycom-user-settings-form.entity-form--in-modal,
.alert-configuration-form.entity-form--in-modal,
.message-form.entity-form--in-modal,
.modal-profile-form.entity-form--in-modal,
.settings-form.entity-form--in-modal,
.entity-form.entity-form--in-modal,
.user-login-form.entity-form--in-modal,
.user-register-form.entity-form--in-modal,
.user-pass.entity-form--in-modal,
.individual-registration-form.entity-form--in-modal,
.user-form.entity-form--in-modal,
.webform-submission-contact-form.entity-form--in-modal,
.explore-filters-form.entity-form--in-modal,
.events-filters-form.entity-form--in-modal,
.artistycom-messaging-contact-modal-form.entity-form--in-modal,
.messages-unified__search.entity-form--in-modal {
  max-width: none;
  padding: 0;
}
.followed-user-alert-config-form.entity-form--in-modal .entity-form__wrapper,
.artistycom-user-settings-form.entity-form--in-modal .entity-form__wrapper,
.alert-configuration-form.entity-form--in-modal .entity-form__wrapper,
.message-form.entity-form--in-modal .entity-form__wrapper,
.modal-profile-form.entity-form--in-modal .entity-form__wrapper,
.settings-form.entity-form--in-modal .entity-form__wrapper,
.entity-form.entity-form--in-modal .entity-form__wrapper,
.user-login-form.entity-form--in-modal .entity-form__wrapper,
.user-register-form.entity-form--in-modal .entity-form__wrapper,
.user-pass.entity-form--in-modal .entity-form__wrapper,
.individual-registration-form.entity-form--in-modal .entity-form__wrapper,
.user-form.entity-form--in-modal .entity-form__wrapper,
.webform-submission-contact-form.entity-form--in-modal .entity-form__wrapper,
.explore-filters-form.entity-form--in-modal .entity-form__wrapper,
.events-filters-form.entity-form--in-modal .entity-form__wrapper,
.artistycom-messaging-contact-modal-form.entity-form--in-modal .entity-form__wrapper,
.messages-unified__search.entity-form--in-modal .entity-form__wrapper {
  box-shadow: none;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.followed-user-alert-config-form.entity-form__wrapper,
.followed-user-alert-config-form > div:not(.form-actions),
.followed-user-alert-config-form .select-with-icon,
.followed-user-alert-config-form .form-wrapper,
.artistycom-user-settings-form.entity-form__wrapper,
.artistycom-user-settings-form > div:not(.form-actions),
.artistycom-user-settings-form .select-with-icon,
.artistycom-user-settings-form .form-wrapper,
.alert-configuration-form.entity-form__wrapper,
.alert-configuration-form > div:not(.form-actions),
.alert-configuration-form .select-with-icon,
.alert-configuration-form .form-wrapper,
.message-form.entity-form__wrapper,
.message-form > div:not(.form-actions),
.message-form .select-with-icon,
.message-form .form-wrapper,
.modal-profile-form.entity-form__wrapper,
.modal-profile-form > div:not(.form-actions),
.modal-profile-form .select-with-icon,
.modal-profile-form .form-wrapper,
.settings-form.entity-form__wrapper,
.settings-form > div:not(.form-actions),
.settings-form .select-with-icon,
.settings-form .form-wrapper,
.entity-form.entity-form__wrapper,
.entity-form > div:not(.form-actions),
.entity-form .select-with-icon,
.entity-form .form-wrapper,
.user-login-form.entity-form__wrapper,
.user-login-form > div:not(.form-actions),
.user-login-form .select-with-icon,
.user-login-form .form-wrapper,
.user-register-form.entity-form__wrapper,
.user-register-form > div:not(.form-actions),
.user-register-form .select-with-icon,
.user-register-form .form-wrapper,
.user-pass.entity-form__wrapper,
.user-pass > div:not(.form-actions),
.user-pass .select-with-icon,
.user-pass .form-wrapper,
.individual-registration-form.entity-form__wrapper,
.individual-registration-form > div:not(.form-actions),
.individual-registration-form .select-with-icon,
.individual-registration-form .form-wrapper,
.user-form.entity-form__wrapper,
.user-form > div:not(.form-actions),
.user-form .select-with-icon,
.user-form .form-wrapper,
.webform-submission-contact-form.entity-form__wrapper,
.webform-submission-contact-form > div:not(.form-actions),
.webform-submission-contact-form .select-with-icon,
.webform-submission-contact-form .form-wrapper,
.explore-filters-form.entity-form__wrapper,
.explore-filters-form > div:not(.form-actions),
.explore-filters-form .select-with-icon,
.explore-filters-form .form-wrapper,
.events-filters-form.entity-form__wrapper,
.events-filters-form > div:not(.form-actions),
.events-filters-form .select-with-icon,
.events-filters-form .form-wrapper,
.artistycom-messaging-contact-modal-form.entity-form__wrapper,
.artistycom-messaging-contact-modal-form > div:not(.form-actions),
.artistycom-messaging-contact-modal-form .select-with-icon,
.artistycom-messaging-contact-modal-form .form-wrapper,
.messages-unified__search.entity-form__wrapper,
.messages-unified__search > div:not(.form-actions),
.messages-unified__search .select-with-icon,
.messages-unified__search .form-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.followed-user-alert-config-form.entity-form__wrapper,
.artistycom-user-settings-form.entity-form__wrapper,
.alert-configuration-form.entity-form__wrapper,
.message-form.entity-form__wrapper,
.modal-profile-form.entity-form__wrapper,
.settings-form.entity-form__wrapper,
.entity-form.entity-form__wrapper,
.user-login-form.entity-form__wrapper,
.user-register-form.entity-form__wrapper,
.user-pass.entity-form__wrapper,
.individual-registration-form.entity-form__wrapper,
.user-form.entity-form__wrapper,
.webform-submission-contact-form.entity-form__wrapper,
.explore-filters-form.entity-form__wrapper,
.events-filters-form.entity-form__wrapper,
.artistycom-messaging-contact-modal-form.entity-form__wrapper,
.messages-unified__search.entity-form__wrapper {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  .followed-user-alert-config-form.entity-form__wrapper,
  .artistycom-user-settings-form.entity-form__wrapper,
  .alert-configuration-form.entity-form__wrapper,
  .message-form.entity-form__wrapper,
  .modal-profile-form.entity-form__wrapper,
  .settings-form.entity-form__wrapper,
  .entity-form.entity-form__wrapper,
  .user-login-form.entity-form__wrapper,
  .user-register-form.entity-form__wrapper,
  .user-pass.entity-form__wrapper,
  .individual-registration-form.entity-form__wrapper,
  .user-form.entity-form__wrapper,
  .webform-submission-contact-form.entity-form__wrapper,
  .explore-filters-form.entity-form__wrapper,
  .events-filters-form.entity-form__wrapper,
  .artistycom-messaging-contact-modal-form.entity-form__wrapper,
  .messages-unified__search.entity-form__wrapper {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  }
}
.followed-user-alert-config-form fieldset .fieldset-wrapper,
.artistycom-user-settings-form fieldset .fieldset-wrapper,
.alert-configuration-form fieldset .fieldset-wrapper,
.message-form fieldset .fieldset-wrapper,
.modal-profile-form fieldset .fieldset-wrapper,
.settings-form fieldset .fieldset-wrapper,
.entity-form fieldset .fieldset-wrapper,
.user-login-form fieldset .fieldset-wrapper,
.user-register-form fieldset .fieldset-wrapper,
.user-pass fieldset .fieldset-wrapper,
.individual-registration-form fieldset .fieldset-wrapper,
.user-form fieldset .fieldset-wrapper,
.webform-submission-contact-form fieldset .fieldset-wrapper,
.explore-filters-form fieldset .fieldset-wrapper,
.events-filters-form fieldset .fieldset-wrapper,
.artistycom-messaging-contact-modal-form fieldset .fieldset-wrapper,
.messages-unified__search fieldset .fieldset-wrapper {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
}
.followed-user-alert-config-form fieldset > legend,
.artistycom-user-settings-form fieldset > legend,
.alert-configuration-form fieldset > legend,
.message-form fieldset > legend,
.modal-profile-form fieldset > legend,
.settings-form fieldset > legend,
.entity-form fieldset > legend,
.user-login-form fieldset > legend,
.user-register-form fieldset > legend,
.user-pass fieldset > legend,
.individual-registration-form fieldset > legend,
.user-form fieldset > legend,
.webform-submission-contact-form fieldset > legend,
.explore-filters-form fieldset > legend,
.events-filters-form fieldset > legend,
.artistycom-messaging-contact-modal-form fieldset > legend,
.messages-unified__search fieldset > legend {
  margin: 16px 0;
  font-size: 16px;
  font-weight: 600;
}
.followed-user-alert-config-form #edit-account,
.followed-user-alert-config-form #edit-password,
.followed-user-alert-config-form #edit-pass,
.artistycom-user-settings-form #edit-account,
.artistycom-user-settings-form #edit-password,
.artistycom-user-settings-form #edit-pass,
.alert-configuration-form #edit-account,
.alert-configuration-form #edit-password,
.alert-configuration-form #edit-pass,
.message-form #edit-account,
.message-form #edit-password,
.message-form #edit-pass,
.modal-profile-form #edit-account,
.modal-profile-form #edit-password,
.modal-profile-form #edit-pass,
.settings-form #edit-account,
.settings-form #edit-password,
.settings-form #edit-pass,
.entity-form #edit-account,
.entity-form #edit-password,
.entity-form #edit-pass,
.user-login-form #edit-account,
.user-login-form #edit-password,
.user-login-form #edit-pass,
.user-register-form #edit-account,
.user-register-form #edit-password,
.user-register-form #edit-pass,
.user-pass #edit-account,
.user-pass #edit-password,
.user-pass #edit-pass,
.individual-registration-form #edit-account,
.individual-registration-form #edit-password,
.individual-registration-form #edit-pass,
.user-form #edit-account,
.user-form #edit-password,
.user-form #edit-pass,
.webform-submission-contact-form #edit-account,
.webform-submission-contact-form #edit-password,
.webform-submission-contact-form #edit-pass,
.explore-filters-form #edit-account,
.explore-filters-form #edit-password,
.explore-filters-form #edit-pass,
.events-filters-form #edit-account,
.events-filters-form #edit-password,
.events-filters-form #edit-pass,
.artistycom-messaging-contact-modal-form #edit-account,
.artistycom-messaging-contact-modal-form #edit-password,
.artistycom-messaging-contact-modal-form #edit-pass,
.messages-unified__search #edit-account,
.messages-unified__search #edit-password,
.messages-unified__search #edit-pass {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.followed-user-alert-config-form #edit-account > div, .followed-user-alert-config-form #edit-account .select-with-icon,
.followed-user-alert-config-form #edit-password > div,
.followed-user-alert-config-form #edit-password .select-with-icon,
.followed-user-alert-config-form #edit-pass > div,
.followed-user-alert-config-form #edit-pass .select-with-icon,
.artistycom-user-settings-form #edit-account > div,
.artistycom-user-settings-form #edit-account .select-with-icon,
.artistycom-user-settings-form #edit-password > div,
.artistycom-user-settings-form #edit-password .select-with-icon,
.artistycom-user-settings-form #edit-pass > div,
.artistycom-user-settings-form #edit-pass .select-with-icon,
.alert-configuration-form #edit-account > div,
.alert-configuration-form #edit-account .select-with-icon,
.alert-configuration-form #edit-password > div,
.alert-configuration-form #edit-password .select-with-icon,
.alert-configuration-form #edit-pass > div,
.alert-configuration-form #edit-pass .select-with-icon,
.message-form #edit-account > div,
.message-form #edit-account .select-with-icon,
.message-form #edit-password > div,
.message-form #edit-password .select-with-icon,
.message-form #edit-pass > div,
.message-form #edit-pass .select-with-icon,
.modal-profile-form #edit-account > div,
.modal-profile-form #edit-account .select-with-icon,
.modal-profile-form #edit-password > div,
.modal-profile-form #edit-password .select-with-icon,
.modal-profile-form #edit-pass > div,
.modal-profile-form #edit-pass .select-with-icon,
.settings-form #edit-account > div,
.settings-form #edit-account .select-with-icon,
.settings-form #edit-password > div,
.settings-form #edit-password .select-with-icon,
.settings-form #edit-pass > div,
.settings-form #edit-pass .select-with-icon,
.entity-form #edit-account > div,
.entity-form #edit-account .select-with-icon,
.entity-form #edit-password > div,
.entity-form #edit-password .select-with-icon,
.entity-form #edit-pass > div,
.entity-form #edit-pass .select-with-icon,
.user-login-form #edit-account > div,
.user-login-form #edit-account .select-with-icon,
.user-login-form #edit-password > div,
.user-login-form #edit-password .select-with-icon,
.user-login-form #edit-pass > div,
.user-login-form #edit-pass .select-with-icon,
.user-register-form #edit-account > div,
.user-register-form #edit-account .select-with-icon,
.user-register-form #edit-password > div,
.user-register-form #edit-password .select-with-icon,
.user-register-form #edit-pass > div,
.user-register-form #edit-pass .select-with-icon,
.user-pass #edit-account > div,
.user-pass #edit-account .select-with-icon,
.user-pass #edit-password > div,
.user-pass #edit-password .select-with-icon,
.user-pass #edit-pass > div,
.user-pass #edit-pass .select-with-icon,
.individual-registration-form #edit-account > div,
.individual-registration-form #edit-account .select-with-icon,
.individual-registration-form #edit-password > div,
.individual-registration-form #edit-password .select-with-icon,
.individual-registration-form #edit-pass > div,
.individual-registration-form #edit-pass .select-with-icon,
.user-form #edit-account > div,
.user-form #edit-account .select-with-icon,
.user-form #edit-password > div,
.user-form #edit-password .select-with-icon,
.user-form #edit-pass > div,
.user-form #edit-pass .select-with-icon,
.webform-submission-contact-form #edit-account > div,
.webform-submission-contact-form #edit-account .select-with-icon,
.webform-submission-contact-form #edit-password > div,
.webform-submission-contact-form #edit-password .select-with-icon,
.webform-submission-contact-form #edit-pass > div,
.webform-submission-contact-form #edit-pass .select-with-icon,
.explore-filters-form #edit-account > div,
.explore-filters-form #edit-account .select-with-icon,
.explore-filters-form #edit-password > div,
.explore-filters-form #edit-password .select-with-icon,
.explore-filters-form #edit-pass > div,
.explore-filters-form #edit-pass .select-with-icon,
.events-filters-form #edit-account > div,
.events-filters-form #edit-account .select-with-icon,
.events-filters-form #edit-password > div,
.events-filters-form #edit-password .select-with-icon,
.events-filters-form #edit-pass > div,
.events-filters-form #edit-pass .select-with-icon,
.artistycom-messaging-contact-modal-form #edit-account > div,
.artistycom-messaging-contact-modal-form #edit-account .select-with-icon,
.artistycom-messaging-contact-modal-form #edit-password > div,
.artistycom-messaging-contact-modal-form #edit-password .select-with-icon,
.artistycom-messaging-contact-modal-form #edit-pass > div,
.artistycom-messaging-contact-modal-form #edit-pass .select-with-icon,
.messages-unified__search #edit-account > div,
.messages-unified__search #edit-account .select-with-icon,
.messages-unified__search #edit-password > div,
.messages-unified__search #edit-password .select-with-icon,
.messages-unified__search #edit-pass > div,
.messages-unified__search #edit-pass .select-with-icon {
  width: 100%;
}
.followed-user-alert-config-form #edit-account .password-strength,
.followed-user-alert-config-form #edit-account .password-suggestions,
.followed-user-alert-config-form #edit-account #edit-pass--description,
.followed-user-alert-config-form #edit-password .password-strength,
.followed-user-alert-config-form #edit-password .password-suggestions,
.followed-user-alert-config-form #edit-password #edit-pass--description,
.followed-user-alert-config-form #edit-pass .password-strength,
.followed-user-alert-config-form #edit-pass .password-suggestions,
.followed-user-alert-config-form #edit-pass #edit-pass--description,
.artistycom-user-settings-form #edit-account .password-strength,
.artistycom-user-settings-form #edit-account .password-suggestions,
.artistycom-user-settings-form #edit-account #edit-pass--description,
.artistycom-user-settings-form #edit-password .password-strength,
.artistycom-user-settings-form #edit-password .password-suggestions,
.artistycom-user-settings-form #edit-password #edit-pass--description,
.artistycom-user-settings-form #edit-pass .password-strength,
.artistycom-user-settings-form #edit-pass .password-suggestions,
.artistycom-user-settings-form #edit-pass #edit-pass--description,
.alert-configuration-form #edit-account .password-strength,
.alert-configuration-form #edit-account .password-suggestions,
.alert-configuration-form #edit-account #edit-pass--description,
.alert-configuration-form #edit-password .password-strength,
.alert-configuration-form #edit-password .password-suggestions,
.alert-configuration-form #edit-password #edit-pass--description,
.alert-configuration-form #edit-pass .password-strength,
.alert-configuration-form #edit-pass .password-suggestions,
.alert-configuration-form #edit-pass #edit-pass--description,
.message-form #edit-account .password-strength,
.message-form #edit-account .password-suggestions,
.message-form #edit-account #edit-pass--description,
.message-form #edit-password .password-strength,
.message-form #edit-password .password-suggestions,
.message-form #edit-password #edit-pass--description,
.message-form #edit-pass .password-strength,
.message-form #edit-pass .password-suggestions,
.message-form #edit-pass #edit-pass--description,
.modal-profile-form #edit-account .password-strength,
.modal-profile-form #edit-account .password-suggestions,
.modal-profile-form #edit-account #edit-pass--description,
.modal-profile-form #edit-password .password-strength,
.modal-profile-form #edit-password .password-suggestions,
.modal-profile-form #edit-password #edit-pass--description,
.modal-profile-form #edit-pass .password-strength,
.modal-profile-form #edit-pass .password-suggestions,
.modal-profile-form #edit-pass #edit-pass--description,
.settings-form #edit-account .password-strength,
.settings-form #edit-account .password-suggestions,
.settings-form #edit-account #edit-pass--description,
.settings-form #edit-password .password-strength,
.settings-form #edit-password .password-suggestions,
.settings-form #edit-password #edit-pass--description,
.settings-form #edit-pass .password-strength,
.settings-form #edit-pass .password-suggestions,
.settings-form #edit-pass #edit-pass--description,
.entity-form #edit-account .password-strength,
.entity-form #edit-account .password-suggestions,
.entity-form #edit-account #edit-pass--description,
.entity-form #edit-password .password-strength,
.entity-form #edit-password .password-suggestions,
.entity-form #edit-password #edit-pass--description,
.entity-form #edit-pass .password-strength,
.entity-form #edit-pass .password-suggestions,
.entity-form #edit-pass #edit-pass--description,
.user-login-form #edit-account .password-strength,
.user-login-form #edit-account .password-suggestions,
.user-login-form #edit-account #edit-pass--description,
.user-login-form #edit-password .password-strength,
.user-login-form #edit-password .password-suggestions,
.user-login-form #edit-password #edit-pass--description,
.user-login-form #edit-pass .password-strength,
.user-login-form #edit-pass .password-suggestions,
.user-login-form #edit-pass #edit-pass--description,
.user-register-form #edit-account .password-strength,
.user-register-form #edit-account .password-suggestions,
.user-register-form #edit-account #edit-pass--description,
.user-register-form #edit-password .password-strength,
.user-register-form #edit-password .password-suggestions,
.user-register-form #edit-password #edit-pass--description,
.user-register-form #edit-pass .password-strength,
.user-register-form #edit-pass .password-suggestions,
.user-register-form #edit-pass #edit-pass--description,
.user-pass #edit-account .password-strength,
.user-pass #edit-account .password-suggestions,
.user-pass #edit-account #edit-pass--description,
.user-pass #edit-password .password-strength,
.user-pass #edit-password .password-suggestions,
.user-pass #edit-password #edit-pass--description,
.user-pass #edit-pass .password-strength,
.user-pass #edit-pass .password-suggestions,
.user-pass #edit-pass #edit-pass--description,
.individual-registration-form #edit-account .password-strength,
.individual-registration-form #edit-account .password-suggestions,
.individual-registration-form #edit-account #edit-pass--description,
.individual-registration-form #edit-password .password-strength,
.individual-registration-form #edit-password .password-suggestions,
.individual-registration-form #edit-password #edit-pass--description,
.individual-registration-form #edit-pass .password-strength,
.individual-registration-form #edit-pass .password-suggestions,
.individual-registration-form #edit-pass #edit-pass--description,
.user-form #edit-account .password-strength,
.user-form #edit-account .password-suggestions,
.user-form #edit-account #edit-pass--description,
.user-form #edit-password .password-strength,
.user-form #edit-password .password-suggestions,
.user-form #edit-password #edit-pass--description,
.user-form #edit-pass .password-strength,
.user-form #edit-pass .password-suggestions,
.user-form #edit-pass #edit-pass--description,
.webform-submission-contact-form #edit-account .password-strength,
.webform-submission-contact-form #edit-account .password-suggestions,
.webform-submission-contact-form #edit-account #edit-pass--description,
.webform-submission-contact-form #edit-password .password-strength,
.webform-submission-contact-form #edit-password .password-suggestions,
.webform-submission-contact-form #edit-password #edit-pass--description,
.webform-submission-contact-form #edit-pass .password-strength,
.webform-submission-contact-form #edit-pass .password-suggestions,
.webform-submission-contact-form #edit-pass #edit-pass--description,
.explore-filters-form #edit-account .password-strength,
.explore-filters-form #edit-account .password-suggestions,
.explore-filters-form #edit-account #edit-pass--description,
.explore-filters-form #edit-password .password-strength,
.explore-filters-form #edit-password .password-suggestions,
.explore-filters-form #edit-password #edit-pass--description,
.explore-filters-form #edit-pass .password-strength,
.explore-filters-form #edit-pass .password-suggestions,
.explore-filters-form #edit-pass #edit-pass--description,
.events-filters-form #edit-account .password-strength,
.events-filters-form #edit-account .password-suggestions,
.events-filters-form #edit-account #edit-pass--description,
.events-filters-form #edit-password .password-strength,
.events-filters-form #edit-password .password-suggestions,
.events-filters-form #edit-password #edit-pass--description,
.events-filters-form #edit-pass .password-strength,
.events-filters-form #edit-pass .password-suggestions,
.events-filters-form #edit-pass #edit-pass--description,
.artistycom-messaging-contact-modal-form #edit-account .password-strength,
.artistycom-messaging-contact-modal-form #edit-account .password-suggestions,
.artistycom-messaging-contact-modal-form #edit-account #edit-pass--description,
.artistycom-messaging-contact-modal-form #edit-password .password-strength,
.artistycom-messaging-contact-modal-form #edit-password .password-suggestions,
.artistycom-messaging-contact-modal-form #edit-password #edit-pass--description,
.artistycom-messaging-contact-modal-form #edit-pass .password-strength,
.artistycom-messaging-contact-modal-form #edit-pass .password-suggestions,
.artistycom-messaging-contact-modal-form #edit-pass #edit-pass--description,
.messages-unified__search #edit-account .password-strength,
.messages-unified__search #edit-account .password-suggestions,
.messages-unified__search #edit-account #edit-pass--description,
.messages-unified__search #edit-password .password-strength,
.messages-unified__search #edit-password .password-suggestions,
.messages-unified__search #edit-password #edit-pass--description,
.messages-unified__search #edit-pass .password-strength,
.messages-unified__search #edit-pass .password-suggestions,
.messages-unified__search #edit-pass #edit-pass--description {
  display: none !important;
}
.followed-user-alert-config-form #edit-account .password-confirm-message,
.followed-user-alert-config-form #edit-password .password-confirm-message,
.followed-user-alert-config-form #edit-pass .password-confirm-message,
.artistycom-user-settings-form #edit-account .password-confirm-message,
.artistycom-user-settings-form #edit-password .password-confirm-message,
.artistycom-user-settings-form #edit-pass .password-confirm-message,
.alert-configuration-form #edit-account .password-confirm-message,
.alert-configuration-form #edit-password .password-confirm-message,
.alert-configuration-form #edit-pass .password-confirm-message,
.message-form #edit-account .password-confirm-message,
.message-form #edit-password .password-confirm-message,
.message-form #edit-pass .password-confirm-message,
.modal-profile-form #edit-account .password-confirm-message,
.modal-profile-form #edit-password .password-confirm-message,
.modal-profile-form #edit-pass .password-confirm-message,
.settings-form #edit-account .password-confirm-message,
.settings-form #edit-password .password-confirm-message,
.settings-form #edit-pass .password-confirm-message,
.entity-form #edit-account .password-confirm-message,
.entity-form #edit-password .password-confirm-message,
.entity-form #edit-pass .password-confirm-message,
.user-login-form #edit-account .password-confirm-message,
.user-login-form #edit-password .password-confirm-message,
.user-login-form #edit-pass .password-confirm-message,
.user-register-form #edit-account .password-confirm-message,
.user-register-form #edit-password .password-confirm-message,
.user-register-form #edit-pass .password-confirm-message,
.user-pass #edit-account .password-confirm-message,
.user-pass #edit-password .password-confirm-message,
.user-pass #edit-pass .password-confirm-message,
.individual-registration-form #edit-account .password-confirm-message,
.individual-registration-form #edit-password .password-confirm-message,
.individual-registration-form #edit-pass .password-confirm-message,
.user-form #edit-account .password-confirm-message,
.user-form #edit-password .password-confirm-message,
.user-form #edit-pass .password-confirm-message,
.webform-submission-contact-form #edit-account .password-confirm-message,
.webform-submission-contact-form #edit-password .password-confirm-message,
.webform-submission-contact-form #edit-pass .password-confirm-message,
.explore-filters-form #edit-account .password-confirm-message,
.explore-filters-form #edit-password .password-confirm-message,
.explore-filters-form #edit-pass .password-confirm-message,
.events-filters-form #edit-account .password-confirm-message,
.events-filters-form #edit-password .password-confirm-message,
.events-filters-form #edit-pass .password-confirm-message,
.artistycom-messaging-contact-modal-form #edit-account .password-confirm-message,
.artistycom-messaging-contact-modal-form #edit-password .password-confirm-message,
.artistycom-messaging-contact-modal-form #edit-pass .password-confirm-message,
.messages-unified__search #edit-account .password-confirm-message,
.messages-unified__search #edit-password .password-confirm-message,
.messages-unified__search #edit-pass .password-confirm-message {
  display: none;
}
.followed-user-alert-config-form #edit-pass .form-item--error-message,
.artistycom-user-settings-form #edit-pass .form-item--error-message,
.alert-configuration-form #edit-pass .form-item--error-message,
.message-form #edit-pass .form-item--error-message,
.modal-profile-form #edit-pass .form-item--error-message,
.settings-form #edit-pass .form-item--error-message,
.entity-form #edit-pass .form-item--error-message,
.user-login-form #edit-pass .form-item--error-message,
.user-register-form #edit-pass .form-item--error-message,
.user-pass #edit-pass .form-item--error-message,
.individual-registration-form #edit-pass .form-item--error-message,
.user-form #edit-pass .form-item--error-message,
.webform-submission-contact-form #edit-pass .form-item--error-message,
.explore-filters-form #edit-pass .form-item--error-message,
.events-filters-form #edit-pass .form-item--error-message,
.artistycom-messaging-contact-modal-form #edit-pass .form-item--error-message,
.messages-unified__search #edit-pass .form-item--error-message {
  margin-top: -12px;
}
.followed-user-alert-config-form textarea,
.followed-user-alert-config-form input[type=text],
.followed-user-alert-config-form input[type=email],
.followed-user-alert-config-form input[type=password],
.followed-user-alert-config-form input[type=date],
.followed-user-alert-config-form input[type=number],
.followed-user-alert-config-form select,
.artistycom-user-settings-form textarea,
.artistycom-user-settings-form input[type=text],
.artistycom-user-settings-form input[type=email],
.artistycom-user-settings-form input[type=password],
.artistycom-user-settings-form input[type=date],
.artistycom-user-settings-form input[type=number],
.artistycom-user-settings-form select,
.alert-configuration-form textarea,
.alert-configuration-form input[type=text],
.alert-configuration-form input[type=email],
.alert-configuration-form input[type=password],
.alert-configuration-form input[type=date],
.alert-configuration-form input[type=number],
.alert-configuration-form select,
.message-form textarea,
.message-form input[type=text],
.message-form input[type=email],
.message-form input[type=password],
.message-form input[type=date],
.message-form input[type=number],
.message-form select,
.modal-profile-form textarea,
.modal-profile-form input[type=text],
.modal-profile-form input[type=email],
.modal-profile-form input[type=password],
.modal-profile-form input[type=date],
.modal-profile-form input[type=number],
.modal-profile-form select,
.settings-form textarea,
.settings-form input[type=text],
.settings-form input[type=email],
.settings-form input[type=password],
.settings-form input[type=date],
.settings-form input[type=number],
.settings-form select,
.entity-form textarea,
.entity-form input[type=text],
.entity-form input[type=email],
.entity-form input[type=password],
.entity-form input[type=date],
.entity-form input[type=number],
.entity-form select,
.user-login-form textarea,
.user-login-form input[type=text],
.user-login-form input[type=email],
.user-login-form input[type=password],
.user-login-form input[type=date],
.user-login-form input[type=number],
.user-login-form select,
.user-register-form textarea,
.user-register-form input[type=text],
.user-register-form input[type=email],
.user-register-form input[type=password],
.user-register-form input[type=date],
.user-register-form input[type=number],
.user-register-form select,
.user-pass textarea,
.user-pass input[type=text],
.user-pass input[type=email],
.user-pass input[type=password],
.user-pass input[type=date],
.user-pass input[type=number],
.user-pass select,
.individual-registration-form textarea,
.individual-registration-form input[type=text],
.individual-registration-form input[type=email],
.individual-registration-form input[type=password],
.individual-registration-form input[type=date],
.individual-registration-form input[type=number],
.individual-registration-form select,
.user-form textarea,
.user-form input[type=text],
.user-form input[type=email],
.user-form input[type=password],
.user-form input[type=date],
.user-form input[type=number],
.user-form select,
.webform-submission-contact-form textarea,
.webform-submission-contact-form input[type=text],
.webform-submission-contact-form input[type=email],
.webform-submission-contact-form input[type=password],
.webform-submission-contact-form input[type=date],
.webform-submission-contact-form input[type=number],
.webform-submission-contact-form select,
.explore-filters-form textarea,
.explore-filters-form input[type=text],
.explore-filters-form input[type=email],
.explore-filters-form input[type=password],
.explore-filters-form input[type=date],
.explore-filters-form input[type=number],
.explore-filters-form select,
.events-filters-form textarea,
.events-filters-form input[type=text],
.events-filters-form input[type=email],
.events-filters-form input[type=password],
.events-filters-form input[type=date],
.events-filters-form input[type=number],
.events-filters-form select,
.artistycom-messaging-contact-modal-form textarea,
.artistycom-messaging-contact-modal-form input[type=text],
.artistycom-messaging-contact-modal-form input[type=email],
.artistycom-messaging-contact-modal-form input[type=password],
.artistycom-messaging-contact-modal-form input[type=date],
.artistycom-messaging-contact-modal-form input[type=number],
.artistycom-messaging-contact-modal-form select,
.messages-unified__search textarea,
.messages-unified__search input[type=text],
.messages-unified__search input[type=email],
.messages-unified__search input[type=password],
.messages-unified__search input[type=date],
.messages-unified__search input[type=number],
.messages-unified__search select {
  width: 100%;
  height: 40px;
  padding: 14px 16px;
  border: 0.5px solid #2B3357;
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1.2;
  background-color: #ffffff !important;
  color: #333333;
  margin-top: 0;
  transition: border-color 0.3s ease;
}
@media (max-width: 767.98px) {
  .followed-user-alert-config-form textarea,
  .followed-user-alert-config-form input[type=text],
  .followed-user-alert-config-form input[type=email],
  .followed-user-alert-config-form input[type=password],
  .followed-user-alert-config-form input[type=date],
  .followed-user-alert-config-form input[type=number],
  .followed-user-alert-config-form select,
  .artistycom-user-settings-form textarea,
  .artistycom-user-settings-form input[type=text],
  .artistycom-user-settings-form input[type=email],
  .artistycom-user-settings-form input[type=password],
  .artistycom-user-settings-form input[type=date],
  .artistycom-user-settings-form input[type=number],
  .artistycom-user-settings-form select,
  .alert-configuration-form textarea,
  .alert-configuration-form input[type=text],
  .alert-configuration-form input[type=email],
  .alert-configuration-form input[type=password],
  .alert-configuration-form input[type=date],
  .alert-configuration-form input[type=number],
  .alert-configuration-form select,
  .message-form textarea,
  .message-form input[type=text],
  .message-form input[type=email],
  .message-form input[type=password],
  .message-form input[type=date],
  .message-form input[type=number],
  .message-form select,
  .modal-profile-form textarea,
  .modal-profile-form input[type=text],
  .modal-profile-form input[type=email],
  .modal-profile-form input[type=password],
  .modal-profile-form input[type=date],
  .modal-profile-form input[type=number],
  .modal-profile-form select,
  .settings-form textarea,
  .settings-form input[type=text],
  .settings-form input[type=email],
  .settings-form input[type=password],
  .settings-form input[type=date],
  .settings-form input[type=number],
  .settings-form select,
  .entity-form textarea,
  .entity-form input[type=text],
  .entity-form input[type=email],
  .entity-form input[type=password],
  .entity-form input[type=date],
  .entity-form input[type=number],
  .entity-form select,
  .user-login-form textarea,
  .user-login-form input[type=text],
  .user-login-form input[type=email],
  .user-login-form input[type=password],
  .user-login-form input[type=date],
  .user-login-form input[type=number],
  .user-login-form select,
  .user-register-form textarea,
  .user-register-form input[type=text],
  .user-register-form input[type=email],
  .user-register-form input[type=password],
  .user-register-form input[type=date],
  .user-register-form input[type=number],
  .user-register-form select,
  .user-pass textarea,
  .user-pass input[type=text],
  .user-pass input[type=email],
  .user-pass input[type=password],
  .user-pass input[type=date],
  .user-pass input[type=number],
  .user-pass select,
  .individual-registration-form textarea,
  .individual-registration-form input[type=text],
  .individual-registration-form input[type=email],
  .individual-registration-form input[type=password],
  .individual-registration-form input[type=date],
  .individual-registration-form input[type=number],
  .individual-registration-form select,
  .user-form textarea,
  .user-form input[type=text],
  .user-form input[type=email],
  .user-form input[type=password],
  .user-form input[type=date],
  .user-form input[type=number],
  .user-form select,
  .webform-submission-contact-form textarea,
  .webform-submission-contact-form input[type=text],
  .webform-submission-contact-form input[type=email],
  .webform-submission-contact-form input[type=password],
  .webform-submission-contact-form input[type=date],
  .webform-submission-contact-form input[type=number],
  .webform-submission-contact-form select,
  .explore-filters-form textarea,
  .explore-filters-form input[type=text],
  .explore-filters-form input[type=email],
  .explore-filters-form input[type=password],
  .explore-filters-form input[type=date],
  .explore-filters-form input[type=number],
  .explore-filters-form select,
  .events-filters-form textarea,
  .events-filters-form input[type=text],
  .events-filters-form input[type=email],
  .events-filters-form input[type=password],
  .events-filters-form input[type=date],
  .events-filters-form input[type=number],
  .events-filters-form select,
  .artistycom-messaging-contact-modal-form textarea,
  .artistycom-messaging-contact-modal-form input[type=text],
  .artistycom-messaging-contact-modal-form input[type=email],
  .artistycom-messaging-contact-modal-form input[type=password],
  .artistycom-messaging-contact-modal-form input[type=date],
  .artistycom-messaging-contact-modal-form input[type=number],
  .artistycom-messaging-contact-modal-form select,
  .messages-unified__search textarea,
  .messages-unified__search input[type=text],
  .messages-unified__search input[type=email],
  .messages-unified__search input[type=password],
  .messages-unified__search input[type=date],
  .messages-unified__search input[type=number],
  .messages-unified__search select {
    font-size: 0.875rem;
    height: 42px;
    padding: 14px 16px;
  }
}
.followed-user-alert-config-form textarea:focus, .followed-user-alert-config-form textarea:focus-visible,
.followed-user-alert-config-form input[type=text]:focus,
.followed-user-alert-config-form input[type=text]:focus-visible,
.followed-user-alert-config-form input[type=email]:focus,
.followed-user-alert-config-form input[type=email]:focus-visible,
.followed-user-alert-config-form input[type=password]:focus,
.followed-user-alert-config-form input[type=password]:focus-visible,
.followed-user-alert-config-form input[type=date]:focus,
.followed-user-alert-config-form input[type=date]:focus-visible,
.followed-user-alert-config-form input[type=number]:focus,
.followed-user-alert-config-form input[type=number]:focus-visible,
.followed-user-alert-config-form select:focus,
.followed-user-alert-config-form select:focus-visible,
.artistycom-user-settings-form textarea:focus,
.artistycom-user-settings-form textarea:focus-visible,
.artistycom-user-settings-form input[type=text]:focus,
.artistycom-user-settings-form input[type=text]:focus-visible,
.artistycom-user-settings-form input[type=email]:focus,
.artistycom-user-settings-form input[type=email]:focus-visible,
.artistycom-user-settings-form input[type=password]:focus,
.artistycom-user-settings-form input[type=password]:focus-visible,
.artistycom-user-settings-form input[type=date]:focus,
.artistycom-user-settings-form input[type=date]:focus-visible,
.artistycom-user-settings-form input[type=number]:focus,
.artistycom-user-settings-form input[type=number]:focus-visible,
.artistycom-user-settings-form select:focus,
.artistycom-user-settings-form select:focus-visible,
.alert-configuration-form textarea:focus,
.alert-configuration-form textarea:focus-visible,
.alert-configuration-form input[type=text]:focus,
.alert-configuration-form input[type=text]:focus-visible,
.alert-configuration-form input[type=email]:focus,
.alert-configuration-form input[type=email]:focus-visible,
.alert-configuration-form input[type=password]:focus,
.alert-configuration-form input[type=password]:focus-visible,
.alert-configuration-form input[type=date]:focus,
.alert-configuration-form input[type=date]:focus-visible,
.alert-configuration-form input[type=number]:focus,
.alert-configuration-form input[type=number]:focus-visible,
.alert-configuration-form select:focus,
.alert-configuration-form select:focus-visible,
.message-form textarea:focus,
.message-form textarea:focus-visible,
.message-form input[type=text]:focus,
.message-form input[type=text]:focus-visible,
.message-form input[type=email]:focus,
.message-form input[type=email]:focus-visible,
.message-form input[type=password]:focus,
.message-form input[type=password]:focus-visible,
.message-form input[type=date]:focus,
.message-form input[type=date]:focus-visible,
.message-form input[type=number]:focus,
.message-form input[type=number]:focus-visible,
.message-form select:focus,
.message-form select:focus-visible,
.modal-profile-form textarea:focus,
.modal-profile-form textarea:focus-visible,
.modal-profile-form input[type=text]:focus,
.modal-profile-form input[type=text]:focus-visible,
.modal-profile-form input[type=email]:focus,
.modal-profile-form input[type=email]:focus-visible,
.modal-profile-form input[type=password]:focus,
.modal-profile-form input[type=password]:focus-visible,
.modal-profile-form input[type=date]:focus,
.modal-profile-form input[type=date]:focus-visible,
.modal-profile-form input[type=number]:focus,
.modal-profile-form input[type=number]:focus-visible,
.modal-profile-form select:focus,
.modal-profile-form select:focus-visible,
.settings-form textarea:focus,
.settings-form textarea:focus-visible,
.settings-form input[type=text]:focus,
.settings-form input[type=text]:focus-visible,
.settings-form input[type=email]:focus,
.settings-form input[type=email]:focus-visible,
.settings-form input[type=password]:focus,
.settings-form input[type=password]:focus-visible,
.settings-form input[type=date]:focus,
.settings-form input[type=date]:focus-visible,
.settings-form input[type=number]:focus,
.settings-form input[type=number]:focus-visible,
.settings-form select:focus,
.settings-form select:focus-visible,
.entity-form textarea:focus,
.entity-form textarea:focus-visible,
.entity-form input[type=text]:focus,
.entity-form input[type=text]:focus-visible,
.entity-form input[type=email]:focus,
.entity-form input[type=email]:focus-visible,
.entity-form input[type=password]:focus,
.entity-form input[type=password]:focus-visible,
.entity-form input[type=date]:focus,
.entity-form input[type=date]:focus-visible,
.entity-form input[type=number]:focus,
.entity-form input[type=number]:focus-visible,
.entity-form select:focus,
.entity-form select:focus-visible,
.user-login-form textarea:focus,
.user-login-form textarea:focus-visible,
.user-login-form input[type=text]:focus,
.user-login-form input[type=text]:focus-visible,
.user-login-form input[type=email]:focus,
.user-login-form input[type=email]:focus-visible,
.user-login-form input[type=password]:focus,
.user-login-form input[type=password]:focus-visible,
.user-login-form input[type=date]:focus,
.user-login-form input[type=date]:focus-visible,
.user-login-form input[type=number]:focus,
.user-login-form input[type=number]:focus-visible,
.user-login-form select:focus,
.user-login-form select:focus-visible,
.user-register-form textarea:focus,
.user-register-form textarea:focus-visible,
.user-register-form input[type=text]:focus,
.user-register-form input[type=text]:focus-visible,
.user-register-form input[type=email]:focus,
.user-register-form input[type=email]:focus-visible,
.user-register-form input[type=password]:focus,
.user-register-form input[type=password]:focus-visible,
.user-register-form input[type=date]:focus,
.user-register-form input[type=date]:focus-visible,
.user-register-form input[type=number]:focus,
.user-register-form input[type=number]:focus-visible,
.user-register-form select:focus,
.user-register-form select:focus-visible,
.user-pass textarea:focus,
.user-pass textarea:focus-visible,
.user-pass input[type=text]:focus,
.user-pass input[type=text]:focus-visible,
.user-pass input[type=email]:focus,
.user-pass input[type=email]:focus-visible,
.user-pass input[type=password]:focus,
.user-pass input[type=password]:focus-visible,
.user-pass input[type=date]:focus,
.user-pass input[type=date]:focus-visible,
.user-pass input[type=number]:focus,
.user-pass input[type=number]:focus-visible,
.user-pass select:focus,
.user-pass select:focus-visible,
.individual-registration-form textarea:focus,
.individual-registration-form textarea:focus-visible,
.individual-registration-form input[type=text]:focus,
.individual-registration-form input[type=text]:focus-visible,
.individual-registration-form input[type=email]:focus,
.individual-registration-form input[type=email]:focus-visible,
.individual-registration-form input[type=password]:focus,
.individual-registration-form input[type=password]:focus-visible,
.individual-registration-form input[type=date]:focus,
.individual-registration-form input[type=date]:focus-visible,
.individual-registration-form input[type=number]:focus,
.individual-registration-form input[type=number]:focus-visible,
.individual-registration-form select:focus,
.individual-registration-form select:focus-visible,
.user-form textarea:focus,
.user-form textarea:focus-visible,
.user-form input[type=text]:focus,
.user-form input[type=text]:focus-visible,
.user-form input[type=email]:focus,
.user-form input[type=email]:focus-visible,
.user-form input[type=password]:focus,
.user-form input[type=password]:focus-visible,
.user-form input[type=date]:focus,
.user-form input[type=date]:focus-visible,
.user-form input[type=number]:focus,
.user-form input[type=number]:focus-visible,
.user-form select:focus,
.user-form select:focus-visible,
.webform-submission-contact-form textarea:focus,
.webform-submission-contact-form textarea:focus-visible,
.webform-submission-contact-form input[type=text]:focus,
.webform-submission-contact-form input[type=text]:focus-visible,
.webform-submission-contact-form input[type=email]:focus,
.webform-submission-contact-form input[type=email]:focus-visible,
.webform-submission-contact-form input[type=password]:focus,
.webform-submission-contact-form input[type=password]:focus-visible,
.webform-submission-contact-form input[type=date]:focus,
.webform-submission-contact-form input[type=date]:focus-visible,
.webform-submission-contact-form input[type=number]:focus,
.webform-submission-contact-form input[type=number]:focus-visible,
.webform-submission-contact-form select:focus,
.webform-submission-contact-form select:focus-visible,
.explore-filters-form textarea:focus,
.explore-filters-form textarea:focus-visible,
.explore-filters-form input[type=text]:focus,
.explore-filters-form input[type=text]:focus-visible,
.explore-filters-form input[type=email]:focus,
.explore-filters-form input[type=email]:focus-visible,
.explore-filters-form input[type=password]:focus,
.explore-filters-form input[type=password]:focus-visible,
.explore-filters-form input[type=date]:focus,
.explore-filters-form input[type=date]:focus-visible,
.explore-filters-form input[type=number]:focus,
.explore-filters-form input[type=number]:focus-visible,
.explore-filters-form select:focus,
.explore-filters-form select:focus-visible,
.events-filters-form textarea:focus,
.events-filters-form textarea:focus-visible,
.events-filters-form input[type=text]:focus,
.events-filters-form input[type=text]:focus-visible,
.events-filters-form input[type=email]:focus,
.events-filters-form input[type=email]:focus-visible,
.events-filters-form input[type=password]:focus,
.events-filters-form input[type=password]:focus-visible,
.events-filters-form input[type=date]:focus,
.events-filters-form input[type=date]:focus-visible,
.events-filters-form input[type=number]:focus,
.events-filters-form input[type=number]:focus-visible,
.events-filters-form select:focus,
.events-filters-form select:focus-visible,
.artistycom-messaging-contact-modal-form textarea:focus,
.artistycom-messaging-contact-modal-form textarea:focus-visible,
.artistycom-messaging-contact-modal-form input[type=text]:focus,
.artistycom-messaging-contact-modal-form input[type=text]:focus-visible,
.artistycom-messaging-contact-modal-form input[type=email]:focus,
.artistycom-messaging-contact-modal-form input[type=email]:focus-visible,
.artistycom-messaging-contact-modal-form input[type=password]:focus,
.artistycom-messaging-contact-modal-form input[type=password]:focus-visible,
.artistycom-messaging-contact-modal-form input[type=date]:focus,
.artistycom-messaging-contact-modal-form input[type=date]:focus-visible,
.artistycom-messaging-contact-modal-form input[type=number]:focus,
.artistycom-messaging-contact-modal-form input[type=number]:focus-visible,
.artistycom-messaging-contact-modal-form select:focus,
.artistycom-messaging-contact-modal-form select:focus-visible,
.messages-unified__search textarea:focus,
.messages-unified__search textarea:focus-visible,
.messages-unified__search input[type=text]:focus,
.messages-unified__search input[type=text]:focus-visible,
.messages-unified__search input[type=email]:focus,
.messages-unified__search input[type=email]:focus-visible,
.messages-unified__search input[type=password]:focus,
.messages-unified__search input[type=password]:focus-visible,
.messages-unified__search input[type=date]:focus,
.messages-unified__search input[type=date]:focus-visible,
.messages-unified__search input[type=number]:focus,
.messages-unified__search input[type=number]:focus-visible,
.messages-unified__search select:focus,
.messages-unified__search select:focus-visible {
  outline: none;
  box-shadow: none;
  border-color: #333;
}
.followed-user-alert-config-form textarea::-moz-placeholder, .followed-user-alert-config-form input[type=text]::-moz-placeholder, .followed-user-alert-config-form input[type=email]::-moz-placeholder, .followed-user-alert-config-form input[type=password]::-moz-placeholder, .followed-user-alert-config-form input[type=date]::-moz-placeholder, .followed-user-alert-config-form input[type=number]::-moz-placeholder, .followed-user-alert-config-form select::-moz-placeholder, .artistycom-user-settings-form textarea::-moz-placeholder, .artistycom-user-settings-form input[type=text]::-moz-placeholder, .artistycom-user-settings-form input[type=email]::-moz-placeholder, .artistycom-user-settings-form input[type=password]::-moz-placeholder, .artistycom-user-settings-form input[type=date]::-moz-placeholder, .artistycom-user-settings-form input[type=number]::-moz-placeholder, .artistycom-user-settings-form select::-moz-placeholder, .alert-configuration-form textarea::-moz-placeholder, .alert-configuration-form input[type=text]::-moz-placeholder, .alert-configuration-form input[type=email]::-moz-placeholder, .alert-configuration-form input[type=password]::-moz-placeholder, .alert-configuration-form input[type=date]::-moz-placeholder, .alert-configuration-form input[type=number]::-moz-placeholder, .alert-configuration-form select::-moz-placeholder, .message-form textarea::-moz-placeholder, .message-form input[type=text]::-moz-placeholder, .message-form input[type=email]::-moz-placeholder, .message-form input[type=password]::-moz-placeholder, .message-form input[type=date]::-moz-placeholder, .message-form input[type=number]::-moz-placeholder, .message-form select::-moz-placeholder, .modal-profile-form textarea::-moz-placeholder, .modal-profile-form input[type=text]::-moz-placeholder, .modal-profile-form input[type=email]::-moz-placeholder, .modal-profile-form input[type=password]::-moz-placeholder, .modal-profile-form input[type=date]::-moz-placeholder, .modal-profile-form input[type=number]::-moz-placeholder, .modal-profile-form select::-moz-placeholder, .settings-form textarea::-moz-placeholder, .settings-form input[type=text]::-moz-placeholder, .settings-form input[type=email]::-moz-placeholder, .settings-form input[type=password]::-moz-placeholder, .settings-form input[type=date]::-moz-placeholder, .settings-form input[type=number]::-moz-placeholder, .settings-form select::-moz-placeholder, .entity-form textarea::-moz-placeholder, .entity-form input[type=text]::-moz-placeholder, .entity-form input[type=email]::-moz-placeholder, .entity-form input[type=password]::-moz-placeholder, .entity-form input[type=date]::-moz-placeholder, .entity-form input[type=number]::-moz-placeholder, .entity-form select::-moz-placeholder, .user-login-form textarea::-moz-placeholder, .user-login-form input[type=text]::-moz-placeholder, .user-login-form input[type=email]::-moz-placeholder, .user-login-form input[type=password]::-moz-placeholder, .user-login-form input[type=date]::-moz-placeholder, .user-login-form input[type=number]::-moz-placeholder, .user-login-form select::-moz-placeholder, .user-register-form textarea::-moz-placeholder, .user-register-form input[type=text]::-moz-placeholder, .user-register-form input[type=email]::-moz-placeholder, .user-register-form input[type=password]::-moz-placeholder, .user-register-form input[type=date]::-moz-placeholder, .user-register-form input[type=number]::-moz-placeholder, .user-register-form select::-moz-placeholder, .user-pass textarea::-moz-placeholder, .user-pass input[type=text]::-moz-placeholder, .user-pass input[type=email]::-moz-placeholder, .user-pass input[type=password]::-moz-placeholder, .user-pass input[type=date]::-moz-placeholder, .user-pass input[type=number]::-moz-placeholder, .user-pass select::-moz-placeholder, .individual-registration-form textarea::-moz-placeholder, .individual-registration-form input[type=text]::-moz-placeholder, .individual-registration-form input[type=email]::-moz-placeholder, .individual-registration-form input[type=password]::-moz-placeholder, .individual-registration-form input[type=date]::-moz-placeholder, .individual-registration-form input[type=number]::-moz-placeholder, .individual-registration-form select::-moz-placeholder, .user-form textarea::-moz-placeholder, .user-form input[type=text]::-moz-placeholder, .user-form input[type=email]::-moz-placeholder, .user-form input[type=password]::-moz-placeholder, .user-form input[type=date]::-moz-placeholder, .user-form input[type=number]::-moz-placeholder, .user-form select::-moz-placeholder, .webform-submission-contact-form textarea::-moz-placeholder, .webform-submission-contact-form input[type=text]::-moz-placeholder, .webform-submission-contact-form input[type=email]::-moz-placeholder, .webform-submission-contact-form input[type=password]::-moz-placeholder, .webform-submission-contact-form input[type=date]::-moz-placeholder, .webform-submission-contact-form input[type=number]::-moz-placeholder, .webform-submission-contact-form select::-moz-placeholder, .explore-filters-form textarea::-moz-placeholder, .explore-filters-form input[type=text]::-moz-placeholder, .explore-filters-form input[type=email]::-moz-placeholder, .explore-filters-form input[type=password]::-moz-placeholder, .explore-filters-form input[type=date]::-moz-placeholder, .explore-filters-form input[type=number]::-moz-placeholder, .explore-filters-form select::-moz-placeholder, .events-filters-form textarea::-moz-placeholder, .events-filters-form input[type=text]::-moz-placeholder, .events-filters-form input[type=email]::-moz-placeholder, .events-filters-form input[type=password]::-moz-placeholder, .events-filters-form input[type=date]::-moz-placeholder, .events-filters-form input[type=number]::-moz-placeholder, .events-filters-form select::-moz-placeholder, .artistycom-messaging-contact-modal-form textarea::-moz-placeholder, .artistycom-messaging-contact-modal-form input[type=text]::-moz-placeholder, .artistycom-messaging-contact-modal-form input[type=email]::-moz-placeholder, .artistycom-messaging-contact-modal-form input[type=password]::-moz-placeholder, .artistycom-messaging-contact-modal-form input[type=date]::-moz-placeholder, .artistycom-messaging-contact-modal-form input[type=number]::-moz-placeholder, .artistycom-messaging-contact-modal-form select::-moz-placeholder, .messages-unified__search textarea::-moz-placeholder, .messages-unified__search input[type=text]::-moz-placeholder, .messages-unified__search input[type=email]::-moz-placeholder, .messages-unified__search input[type=password]::-moz-placeholder, .messages-unified__search input[type=date]::-moz-placeholder, .messages-unified__search input[type=number]::-moz-placeholder, .messages-unified__search select::-moz-placeholder {
  color: #999999;
  font-weight: 400;
  font-size: 1rem;
}
.followed-user-alert-config-form textarea::placeholder,
.followed-user-alert-config-form input[type=text]::placeholder,
.followed-user-alert-config-form input[type=email]::placeholder,
.followed-user-alert-config-form input[type=password]::placeholder,
.followed-user-alert-config-form input[type=date]::placeholder,
.followed-user-alert-config-form input[type=number]::placeholder,
.followed-user-alert-config-form select::placeholder,
.artistycom-user-settings-form textarea::placeholder,
.artistycom-user-settings-form input[type=text]::placeholder,
.artistycom-user-settings-form input[type=email]::placeholder,
.artistycom-user-settings-form input[type=password]::placeholder,
.artistycom-user-settings-form input[type=date]::placeholder,
.artistycom-user-settings-form input[type=number]::placeholder,
.artistycom-user-settings-form select::placeholder,
.alert-configuration-form textarea::placeholder,
.alert-configuration-form input[type=text]::placeholder,
.alert-configuration-form input[type=email]::placeholder,
.alert-configuration-form input[type=password]::placeholder,
.alert-configuration-form input[type=date]::placeholder,
.alert-configuration-form input[type=number]::placeholder,
.alert-configuration-form select::placeholder,
.message-form textarea::placeholder,
.message-form input[type=text]::placeholder,
.message-form input[type=email]::placeholder,
.message-form input[type=password]::placeholder,
.message-form input[type=date]::placeholder,
.message-form input[type=number]::placeholder,
.message-form select::placeholder,
.modal-profile-form textarea::placeholder,
.modal-profile-form input[type=text]::placeholder,
.modal-profile-form input[type=email]::placeholder,
.modal-profile-form input[type=password]::placeholder,
.modal-profile-form input[type=date]::placeholder,
.modal-profile-form input[type=number]::placeholder,
.modal-profile-form select::placeholder,
.settings-form textarea::placeholder,
.settings-form input[type=text]::placeholder,
.settings-form input[type=email]::placeholder,
.settings-form input[type=password]::placeholder,
.settings-form input[type=date]::placeholder,
.settings-form input[type=number]::placeholder,
.settings-form select::placeholder,
.entity-form textarea::placeholder,
.entity-form input[type=text]::placeholder,
.entity-form input[type=email]::placeholder,
.entity-form input[type=password]::placeholder,
.entity-form input[type=date]::placeholder,
.entity-form input[type=number]::placeholder,
.entity-form select::placeholder,
.user-login-form textarea::placeholder,
.user-login-form input[type=text]::placeholder,
.user-login-form input[type=email]::placeholder,
.user-login-form input[type=password]::placeholder,
.user-login-form input[type=date]::placeholder,
.user-login-form input[type=number]::placeholder,
.user-login-form select::placeholder,
.user-register-form textarea::placeholder,
.user-register-form input[type=text]::placeholder,
.user-register-form input[type=email]::placeholder,
.user-register-form input[type=password]::placeholder,
.user-register-form input[type=date]::placeholder,
.user-register-form input[type=number]::placeholder,
.user-register-form select::placeholder,
.user-pass textarea::placeholder,
.user-pass input[type=text]::placeholder,
.user-pass input[type=email]::placeholder,
.user-pass input[type=password]::placeholder,
.user-pass input[type=date]::placeholder,
.user-pass input[type=number]::placeholder,
.user-pass select::placeholder,
.individual-registration-form textarea::placeholder,
.individual-registration-form input[type=text]::placeholder,
.individual-registration-form input[type=email]::placeholder,
.individual-registration-form input[type=password]::placeholder,
.individual-registration-form input[type=date]::placeholder,
.individual-registration-form input[type=number]::placeholder,
.individual-registration-form select::placeholder,
.user-form textarea::placeholder,
.user-form input[type=text]::placeholder,
.user-form input[type=email]::placeholder,
.user-form input[type=password]::placeholder,
.user-form input[type=date]::placeholder,
.user-form input[type=number]::placeholder,
.user-form select::placeholder,
.webform-submission-contact-form textarea::placeholder,
.webform-submission-contact-form input[type=text]::placeholder,
.webform-submission-contact-form input[type=email]::placeholder,
.webform-submission-contact-form input[type=password]::placeholder,
.webform-submission-contact-form input[type=date]::placeholder,
.webform-submission-contact-form input[type=number]::placeholder,
.webform-submission-contact-form select::placeholder,
.explore-filters-form textarea::placeholder,
.explore-filters-form input[type=text]::placeholder,
.explore-filters-form input[type=email]::placeholder,
.explore-filters-form input[type=password]::placeholder,
.explore-filters-form input[type=date]::placeholder,
.explore-filters-form input[type=number]::placeholder,
.explore-filters-form select::placeholder,
.events-filters-form textarea::placeholder,
.events-filters-form input[type=text]::placeholder,
.events-filters-form input[type=email]::placeholder,
.events-filters-form input[type=password]::placeholder,
.events-filters-form input[type=date]::placeholder,
.events-filters-form input[type=number]::placeholder,
.events-filters-form select::placeholder,
.artistycom-messaging-contact-modal-form textarea::placeholder,
.artistycom-messaging-contact-modal-form input[type=text]::placeholder,
.artistycom-messaging-contact-modal-form input[type=email]::placeholder,
.artistycom-messaging-contact-modal-form input[type=password]::placeholder,
.artistycom-messaging-contact-modal-form input[type=date]::placeholder,
.artistycom-messaging-contact-modal-form input[type=number]::placeholder,
.artistycom-messaging-contact-modal-form select::placeholder,
.messages-unified__search textarea::placeholder,
.messages-unified__search input[type=text]::placeholder,
.messages-unified__search input[type=email]::placeholder,
.messages-unified__search input[type=password]::placeholder,
.messages-unified__search input[type=date]::placeholder,
.messages-unified__search input[type=number]::placeholder,
.messages-unified__search select::placeholder {
  color: #999999;
  font-weight: 400;
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .followed-user-alert-config-form textarea::-moz-placeholder, .followed-user-alert-config-form input[type=text]::-moz-placeholder, .followed-user-alert-config-form input[type=email]::-moz-placeholder, .followed-user-alert-config-form input[type=password]::-moz-placeholder, .followed-user-alert-config-form input[type=date]::-moz-placeholder, .followed-user-alert-config-form input[type=number]::-moz-placeholder, .followed-user-alert-config-form select::-moz-placeholder, .artistycom-user-settings-form textarea::-moz-placeholder, .artistycom-user-settings-form input[type=text]::-moz-placeholder, .artistycom-user-settings-form input[type=email]::-moz-placeholder, .artistycom-user-settings-form input[type=password]::-moz-placeholder, .artistycom-user-settings-form input[type=date]::-moz-placeholder, .artistycom-user-settings-form input[type=number]::-moz-placeholder, .artistycom-user-settings-form select::-moz-placeholder, .alert-configuration-form textarea::-moz-placeholder, .alert-configuration-form input[type=text]::-moz-placeholder, .alert-configuration-form input[type=email]::-moz-placeholder, .alert-configuration-form input[type=password]::-moz-placeholder, .alert-configuration-form input[type=date]::-moz-placeholder, .alert-configuration-form input[type=number]::-moz-placeholder, .alert-configuration-form select::-moz-placeholder, .message-form textarea::-moz-placeholder, .message-form input[type=text]::-moz-placeholder, .message-form input[type=email]::-moz-placeholder, .message-form input[type=password]::-moz-placeholder, .message-form input[type=date]::-moz-placeholder, .message-form input[type=number]::-moz-placeholder, .message-form select::-moz-placeholder, .modal-profile-form textarea::-moz-placeholder, .modal-profile-form input[type=text]::-moz-placeholder, .modal-profile-form input[type=email]::-moz-placeholder, .modal-profile-form input[type=password]::-moz-placeholder, .modal-profile-form input[type=date]::-moz-placeholder, .modal-profile-form input[type=number]::-moz-placeholder, .modal-profile-form select::-moz-placeholder, .settings-form textarea::-moz-placeholder, .settings-form input[type=text]::-moz-placeholder, .settings-form input[type=email]::-moz-placeholder, .settings-form input[type=password]::-moz-placeholder, .settings-form input[type=date]::-moz-placeholder, .settings-form input[type=number]::-moz-placeholder, .settings-form select::-moz-placeholder, .entity-form textarea::-moz-placeholder, .entity-form input[type=text]::-moz-placeholder, .entity-form input[type=email]::-moz-placeholder, .entity-form input[type=password]::-moz-placeholder, .entity-form input[type=date]::-moz-placeholder, .entity-form input[type=number]::-moz-placeholder, .entity-form select::-moz-placeholder, .user-login-form textarea::-moz-placeholder, .user-login-form input[type=text]::-moz-placeholder, .user-login-form input[type=email]::-moz-placeholder, .user-login-form input[type=password]::-moz-placeholder, .user-login-form input[type=date]::-moz-placeholder, .user-login-form input[type=number]::-moz-placeholder, .user-login-form select::-moz-placeholder, .user-register-form textarea::-moz-placeholder, .user-register-form input[type=text]::-moz-placeholder, .user-register-form input[type=email]::-moz-placeholder, .user-register-form input[type=password]::-moz-placeholder, .user-register-form input[type=date]::-moz-placeholder, .user-register-form input[type=number]::-moz-placeholder, .user-register-form select::-moz-placeholder, .user-pass textarea::-moz-placeholder, .user-pass input[type=text]::-moz-placeholder, .user-pass input[type=email]::-moz-placeholder, .user-pass input[type=password]::-moz-placeholder, .user-pass input[type=date]::-moz-placeholder, .user-pass input[type=number]::-moz-placeholder, .user-pass select::-moz-placeholder, .individual-registration-form textarea::-moz-placeholder, .individual-registration-form input[type=text]::-moz-placeholder, .individual-registration-form input[type=email]::-moz-placeholder, .individual-registration-form input[type=password]::-moz-placeholder, .individual-registration-form input[type=date]::-moz-placeholder, .individual-registration-form input[type=number]::-moz-placeholder, .individual-registration-form select::-moz-placeholder, .user-form textarea::-moz-placeholder, .user-form input[type=text]::-moz-placeholder, .user-form input[type=email]::-moz-placeholder, .user-form input[type=password]::-moz-placeholder, .user-form input[type=date]::-moz-placeholder, .user-form input[type=number]::-moz-placeholder, .user-form select::-moz-placeholder, .webform-submission-contact-form textarea::-moz-placeholder, .webform-submission-contact-form input[type=text]::-moz-placeholder, .webform-submission-contact-form input[type=email]::-moz-placeholder, .webform-submission-contact-form input[type=password]::-moz-placeholder, .webform-submission-contact-form input[type=date]::-moz-placeholder, .webform-submission-contact-form input[type=number]::-moz-placeholder, .webform-submission-contact-form select::-moz-placeholder, .explore-filters-form textarea::-moz-placeholder, .explore-filters-form input[type=text]::-moz-placeholder, .explore-filters-form input[type=email]::-moz-placeholder, .explore-filters-form input[type=password]::-moz-placeholder, .explore-filters-form input[type=date]::-moz-placeholder, .explore-filters-form input[type=number]::-moz-placeholder, .explore-filters-form select::-moz-placeholder, .events-filters-form textarea::-moz-placeholder, .events-filters-form input[type=text]::-moz-placeholder, .events-filters-form input[type=email]::-moz-placeholder, .events-filters-form input[type=password]::-moz-placeholder, .events-filters-form input[type=date]::-moz-placeholder, .events-filters-form input[type=number]::-moz-placeholder, .events-filters-form select::-moz-placeholder, .artistycom-messaging-contact-modal-form textarea::-moz-placeholder, .artistycom-messaging-contact-modal-form input[type=text]::-moz-placeholder, .artistycom-messaging-contact-modal-form input[type=email]::-moz-placeholder, .artistycom-messaging-contact-modal-form input[type=password]::-moz-placeholder, .artistycom-messaging-contact-modal-form input[type=date]::-moz-placeholder, .artistycom-messaging-contact-modal-form input[type=number]::-moz-placeholder, .artistycom-messaging-contact-modal-form select::-moz-placeholder, .messages-unified__search textarea::-moz-placeholder, .messages-unified__search input[type=text]::-moz-placeholder, .messages-unified__search input[type=email]::-moz-placeholder, .messages-unified__search input[type=password]::-moz-placeholder, .messages-unified__search input[type=date]::-moz-placeholder, .messages-unified__search input[type=number]::-moz-placeholder, .messages-unified__search select::-moz-placeholder {
    font-size: 0.875rem;
  }
  .followed-user-alert-config-form textarea::placeholder,
  .followed-user-alert-config-form input[type=text]::placeholder,
  .followed-user-alert-config-form input[type=email]::placeholder,
  .followed-user-alert-config-form input[type=password]::placeholder,
  .followed-user-alert-config-form input[type=date]::placeholder,
  .followed-user-alert-config-form input[type=number]::placeholder,
  .followed-user-alert-config-form select::placeholder,
  .artistycom-user-settings-form textarea::placeholder,
  .artistycom-user-settings-form input[type=text]::placeholder,
  .artistycom-user-settings-form input[type=email]::placeholder,
  .artistycom-user-settings-form input[type=password]::placeholder,
  .artistycom-user-settings-form input[type=date]::placeholder,
  .artistycom-user-settings-form input[type=number]::placeholder,
  .artistycom-user-settings-form select::placeholder,
  .alert-configuration-form textarea::placeholder,
  .alert-configuration-form input[type=text]::placeholder,
  .alert-configuration-form input[type=email]::placeholder,
  .alert-configuration-form input[type=password]::placeholder,
  .alert-configuration-form input[type=date]::placeholder,
  .alert-configuration-form input[type=number]::placeholder,
  .alert-configuration-form select::placeholder,
  .message-form textarea::placeholder,
  .message-form input[type=text]::placeholder,
  .message-form input[type=email]::placeholder,
  .message-form input[type=password]::placeholder,
  .message-form input[type=date]::placeholder,
  .message-form input[type=number]::placeholder,
  .message-form select::placeholder,
  .modal-profile-form textarea::placeholder,
  .modal-profile-form input[type=text]::placeholder,
  .modal-profile-form input[type=email]::placeholder,
  .modal-profile-form input[type=password]::placeholder,
  .modal-profile-form input[type=date]::placeholder,
  .modal-profile-form input[type=number]::placeholder,
  .modal-profile-form select::placeholder,
  .settings-form textarea::placeholder,
  .settings-form input[type=text]::placeholder,
  .settings-form input[type=email]::placeholder,
  .settings-form input[type=password]::placeholder,
  .settings-form input[type=date]::placeholder,
  .settings-form input[type=number]::placeholder,
  .settings-form select::placeholder,
  .entity-form textarea::placeholder,
  .entity-form input[type=text]::placeholder,
  .entity-form input[type=email]::placeholder,
  .entity-form input[type=password]::placeholder,
  .entity-form input[type=date]::placeholder,
  .entity-form input[type=number]::placeholder,
  .entity-form select::placeholder,
  .user-login-form textarea::placeholder,
  .user-login-form input[type=text]::placeholder,
  .user-login-form input[type=email]::placeholder,
  .user-login-form input[type=password]::placeholder,
  .user-login-form input[type=date]::placeholder,
  .user-login-form input[type=number]::placeholder,
  .user-login-form select::placeholder,
  .user-register-form textarea::placeholder,
  .user-register-form input[type=text]::placeholder,
  .user-register-form input[type=email]::placeholder,
  .user-register-form input[type=password]::placeholder,
  .user-register-form input[type=date]::placeholder,
  .user-register-form input[type=number]::placeholder,
  .user-register-form select::placeholder,
  .user-pass textarea::placeholder,
  .user-pass input[type=text]::placeholder,
  .user-pass input[type=email]::placeholder,
  .user-pass input[type=password]::placeholder,
  .user-pass input[type=date]::placeholder,
  .user-pass input[type=number]::placeholder,
  .user-pass select::placeholder,
  .individual-registration-form textarea::placeholder,
  .individual-registration-form input[type=text]::placeholder,
  .individual-registration-form input[type=email]::placeholder,
  .individual-registration-form input[type=password]::placeholder,
  .individual-registration-form input[type=date]::placeholder,
  .individual-registration-form input[type=number]::placeholder,
  .individual-registration-form select::placeholder,
  .user-form textarea::placeholder,
  .user-form input[type=text]::placeholder,
  .user-form input[type=email]::placeholder,
  .user-form input[type=password]::placeholder,
  .user-form input[type=date]::placeholder,
  .user-form input[type=number]::placeholder,
  .user-form select::placeholder,
  .webform-submission-contact-form textarea::placeholder,
  .webform-submission-contact-form input[type=text]::placeholder,
  .webform-submission-contact-form input[type=email]::placeholder,
  .webform-submission-contact-form input[type=password]::placeholder,
  .webform-submission-contact-form input[type=date]::placeholder,
  .webform-submission-contact-form input[type=number]::placeholder,
  .webform-submission-contact-form select::placeholder,
  .explore-filters-form textarea::placeholder,
  .explore-filters-form input[type=text]::placeholder,
  .explore-filters-form input[type=email]::placeholder,
  .explore-filters-form input[type=password]::placeholder,
  .explore-filters-form input[type=date]::placeholder,
  .explore-filters-form input[type=number]::placeholder,
  .explore-filters-form select::placeholder,
  .events-filters-form textarea::placeholder,
  .events-filters-form input[type=text]::placeholder,
  .events-filters-form input[type=email]::placeholder,
  .events-filters-form input[type=password]::placeholder,
  .events-filters-form input[type=date]::placeholder,
  .events-filters-form input[type=number]::placeholder,
  .events-filters-form select::placeholder,
  .artistycom-messaging-contact-modal-form textarea::placeholder,
  .artistycom-messaging-contact-modal-form input[type=text]::placeholder,
  .artistycom-messaging-contact-modal-form input[type=email]::placeholder,
  .artistycom-messaging-contact-modal-form input[type=password]::placeholder,
  .artistycom-messaging-contact-modal-form input[type=date]::placeholder,
  .artistycom-messaging-contact-modal-form input[type=number]::placeholder,
  .artistycom-messaging-contact-modal-form select::placeholder,
  .messages-unified__search textarea::placeholder,
  .messages-unified__search input[type=text]::placeholder,
  .messages-unified__search input[type=email]::placeholder,
  .messages-unified__search input[type=password]::placeholder,
  .messages-unified__search input[type=date]::placeholder,
  .messages-unified__search input[type=number]::placeholder,
  .messages-unified__search select::placeholder {
    font-size: 0.875rem;
  }
}
.followed-user-alert-config-form textarea[disabled],
.followed-user-alert-config-form input[type=text][disabled],
.followed-user-alert-config-form input[type=email][disabled],
.followed-user-alert-config-form input[type=password][disabled],
.followed-user-alert-config-form input[type=date][disabled],
.followed-user-alert-config-form input[type=number][disabled],
.followed-user-alert-config-form select[disabled],
.artistycom-user-settings-form textarea[disabled],
.artistycom-user-settings-form input[type=text][disabled],
.artistycom-user-settings-form input[type=email][disabled],
.artistycom-user-settings-form input[type=password][disabled],
.artistycom-user-settings-form input[type=date][disabled],
.artistycom-user-settings-form input[type=number][disabled],
.artistycom-user-settings-form select[disabled],
.alert-configuration-form textarea[disabled],
.alert-configuration-form input[type=text][disabled],
.alert-configuration-form input[type=email][disabled],
.alert-configuration-form input[type=password][disabled],
.alert-configuration-form input[type=date][disabled],
.alert-configuration-form input[type=number][disabled],
.alert-configuration-form select[disabled],
.message-form textarea[disabled],
.message-form input[type=text][disabled],
.message-form input[type=email][disabled],
.message-form input[type=password][disabled],
.message-form input[type=date][disabled],
.message-form input[type=number][disabled],
.message-form select[disabled],
.modal-profile-form textarea[disabled],
.modal-profile-form input[type=text][disabled],
.modal-profile-form input[type=email][disabled],
.modal-profile-form input[type=password][disabled],
.modal-profile-form input[type=date][disabled],
.modal-profile-form input[type=number][disabled],
.modal-profile-form select[disabled],
.settings-form textarea[disabled],
.settings-form input[type=text][disabled],
.settings-form input[type=email][disabled],
.settings-form input[type=password][disabled],
.settings-form input[type=date][disabled],
.settings-form input[type=number][disabled],
.settings-form select[disabled],
.entity-form textarea[disabled],
.entity-form input[type=text][disabled],
.entity-form input[type=email][disabled],
.entity-form input[type=password][disabled],
.entity-form input[type=date][disabled],
.entity-form input[type=number][disabled],
.entity-form select[disabled],
.user-login-form textarea[disabled],
.user-login-form input[type=text][disabled],
.user-login-form input[type=email][disabled],
.user-login-form input[type=password][disabled],
.user-login-form input[type=date][disabled],
.user-login-form input[type=number][disabled],
.user-login-form select[disabled],
.user-register-form textarea[disabled],
.user-register-form input[type=text][disabled],
.user-register-form input[type=email][disabled],
.user-register-form input[type=password][disabled],
.user-register-form input[type=date][disabled],
.user-register-form input[type=number][disabled],
.user-register-form select[disabled],
.user-pass textarea[disabled],
.user-pass input[type=text][disabled],
.user-pass input[type=email][disabled],
.user-pass input[type=password][disabled],
.user-pass input[type=date][disabled],
.user-pass input[type=number][disabled],
.user-pass select[disabled],
.individual-registration-form textarea[disabled],
.individual-registration-form input[type=text][disabled],
.individual-registration-form input[type=email][disabled],
.individual-registration-form input[type=password][disabled],
.individual-registration-form input[type=date][disabled],
.individual-registration-form input[type=number][disabled],
.individual-registration-form select[disabled],
.user-form textarea[disabled],
.user-form input[type=text][disabled],
.user-form input[type=email][disabled],
.user-form input[type=password][disabled],
.user-form input[type=date][disabled],
.user-form input[type=number][disabled],
.user-form select[disabled],
.webform-submission-contact-form textarea[disabled],
.webform-submission-contact-form input[type=text][disabled],
.webform-submission-contact-form input[type=email][disabled],
.webform-submission-contact-form input[type=password][disabled],
.webform-submission-contact-form input[type=date][disabled],
.webform-submission-contact-form input[type=number][disabled],
.webform-submission-contact-form select[disabled],
.explore-filters-form textarea[disabled],
.explore-filters-form input[type=text][disabled],
.explore-filters-form input[type=email][disabled],
.explore-filters-form input[type=password][disabled],
.explore-filters-form input[type=date][disabled],
.explore-filters-form input[type=number][disabled],
.explore-filters-form select[disabled],
.events-filters-form textarea[disabled],
.events-filters-form input[type=text][disabled],
.events-filters-form input[type=email][disabled],
.events-filters-form input[type=password][disabled],
.events-filters-form input[type=date][disabled],
.events-filters-form input[type=number][disabled],
.events-filters-form select[disabled],
.artistycom-messaging-contact-modal-form textarea[disabled],
.artistycom-messaging-contact-modal-form input[type=text][disabled],
.artistycom-messaging-contact-modal-form input[type=email][disabled],
.artistycom-messaging-contact-modal-form input[type=password][disabled],
.artistycom-messaging-contact-modal-form input[type=date][disabled],
.artistycom-messaging-contact-modal-form input[type=number][disabled],
.artistycom-messaging-contact-modal-form select[disabled],
.messages-unified__search textarea[disabled],
.messages-unified__search input[type=text][disabled],
.messages-unified__search input[type=email][disabled],
.messages-unified__search input[type=password][disabled],
.messages-unified__search input[type=date][disabled],
.messages-unified__search input[type=number][disabled],
.messages-unified__search select[disabled] {
  background: #f5f5f5;
  cursor: not-allowed;
  opacity: 0.6;
}
.followed-user-alert-config-form textarea:-webkit-autofill, .followed-user-alert-config-form textarea:-webkit-autofill:hover, .followed-user-alert-config-form textarea:-webkit-autofill:focus,
.followed-user-alert-config-form input[type=text]:-webkit-autofill,
.followed-user-alert-config-form input[type=text]:-webkit-autofill:hover,
.followed-user-alert-config-form input[type=text]:-webkit-autofill:focus,
.followed-user-alert-config-form input[type=email]:-webkit-autofill,
.followed-user-alert-config-form input[type=email]:-webkit-autofill:hover,
.followed-user-alert-config-form input[type=email]:-webkit-autofill:focus,
.followed-user-alert-config-form input[type=password]:-webkit-autofill,
.followed-user-alert-config-form input[type=password]:-webkit-autofill:hover,
.followed-user-alert-config-form input[type=password]:-webkit-autofill:focus,
.followed-user-alert-config-form input[type=date]:-webkit-autofill,
.followed-user-alert-config-form input[type=date]:-webkit-autofill:hover,
.followed-user-alert-config-form input[type=date]:-webkit-autofill:focus,
.followed-user-alert-config-form input[type=number]:-webkit-autofill,
.followed-user-alert-config-form input[type=number]:-webkit-autofill:hover,
.followed-user-alert-config-form input[type=number]:-webkit-autofill:focus,
.followed-user-alert-config-form select:-webkit-autofill,
.followed-user-alert-config-form select:-webkit-autofill:hover,
.followed-user-alert-config-form select:-webkit-autofill:focus,
.artistycom-user-settings-form textarea:-webkit-autofill,
.artistycom-user-settings-form textarea:-webkit-autofill:hover,
.artistycom-user-settings-form textarea:-webkit-autofill:focus,
.artistycom-user-settings-form input[type=text]:-webkit-autofill,
.artistycom-user-settings-form input[type=text]:-webkit-autofill:hover,
.artistycom-user-settings-form input[type=text]:-webkit-autofill:focus,
.artistycom-user-settings-form input[type=email]:-webkit-autofill,
.artistycom-user-settings-form input[type=email]:-webkit-autofill:hover,
.artistycom-user-settings-form input[type=email]:-webkit-autofill:focus,
.artistycom-user-settings-form input[type=password]:-webkit-autofill,
.artistycom-user-settings-form input[type=password]:-webkit-autofill:hover,
.artistycom-user-settings-form input[type=password]:-webkit-autofill:focus,
.artistycom-user-settings-form input[type=date]:-webkit-autofill,
.artistycom-user-settings-form input[type=date]:-webkit-autofill:hover,
.artistycom-user-settings-form input[type=date]:-webkit-autofill:focus,
.artistycom-user-settings-form input[type=number]:-webkit-autofill,
.artistycom-user-settings-form input[type=number]:-webkit-autofill:hover,
.artistycom-user-settings-form input[type=number]:-webkit-autofill:focus,
.artistycom-user-settings-form select:-webkit-autofill,
.artistycom-user-settings-form select:-webkit-autofill:hover,
.artistycom-user-settings-form select:-webkit-autofill:focus,
.alert-configuration-form textarea:-webkit-autofill,
.alert-configuration-form textarea:-webkit-autofill:hover,
.alert-configuration-form textarea:-webkit-autofill:focus,
.alert-configuration-form input[type=text]:-webkit-autofill,
.alert-configuration-form input[type=text]:-webkit-autofill:hover,
.alert-configuration-form input[type=text]:-webkit-autofill:focus,
.alert-configuration-form input[type=email]:-webkit-autofill,
.alert-configuration-form input[type=email]:-webkit-autofill:hover,
.alert-configuration-form input[type=email]:-webkit-autofill:focus,
.alert-configuration-form input[type=password]:-webkit-autofill,
.alert-configuration-form input[type=password]:-webkit-autofill:hover,
.alert-configuration-form input[type=password]:-webkit-autofill:focus,
.alert-configuration-form input[type=date]:-webkit-autofill,
.alert-configuration-form input[type=date]:-webkit-autofill:hover,
.alert-configuration-form input[type=date]:-webkit-autofill:focus,
.alert-configuration-form input[type=number]:-webkit-autofill,
.alert-configuration-form input[type=number]:-webkit-autofill:hover,
.alert-configuration-form input[type=number]:-webkit-autofill:focus,
.alert-configuration-form select:-webkit-autofill,
.alert-configuration-form select:-webkit-autofill:hover,
.alert-configuration-form select:-webkit-autofill:focus,
.message-form textarea:-webkit-autofill,
.message-form textarea:-webkit-autofill:hover,
.message-form textarea:-webkit-autofill:focus,
.message-form input[type=text]:-webkit-autofill,
.message-form input[type=text]:-webkit-autofill:hover,
.message-form input[type=text]:-webkit-autofill:focus,
.message-form input[type=email]:-webkit-autofill,
.message-form input[type=email]:-webkit-autofill:hover,
.message-form input[type=email]:-webkit-autofill:focus,
.message-form input[type=password]:-webkit-autofill,
.message-form input[type=password]:-webkit-autofill:hover,
.message-form input[type=password]:-webkit-autofill:focus,
.message-form input[type=date]:-webkit-autofill,
.message-form input[type=date]:-webkit-autofill:hover,
.message-form input[type=date]:-webkit-autofill:focus,
.message-form input[type=number]:-webkit-autofill,
.message-form input[type=number]:-webkit-autofill:hover,
.message-form input[type=number]:-webkit-autofill:focus,
.message-form select:-webkit-autofill,
.message-form select:-webkit-autofill:hover,
.message-form select:-webkit-autofill:focus,
.modal-profile-form textarea:-webkit-autofill,
.modal-profile-form textarea:-webkit-autofill:hover,
.modal-profile-form textarea:-webkit-autofill:focus,
.modal-profile-form input[type=text]:-webkit-autofill,
.modal-profile-form input[type=text]:-webkit-autofill:hover,
.modal-profile-form input[type=text]:-webkit-autofill:focus,
.modal-profile-form input[type=email]:-webkit-autofill,
.modal-profile-form input[type=email]:-webkit-autofill:hover,
.modal-profile-form input[type=email]:-webkit-autofill:focus,
.modal-profile-form input[type=password]:-webkit-autofill,
.modal-profile-form input[type=password]:-webkit-autofill:hover,
.modal-profile-form input[type=password]:-webkit-autofill:focus,
.modal-profile-form input[type=date]:-webkit-autofill,
.modal-profile-form input[type=date]:-webkit-autofill:hover,
.modal-profile-form input[type=date]:-webkit-autofill:focus,
.modal-profile-form input[type=number]:-webkit-autofill,
.modal-profile-form input[type=number]:-webkit-autofill:hover,
.modal-profile-form input[type=number]:-webkit-autofill:focus,
.modal-profile-form select:-webkit-autofill,
.modal-profile-form select:-webkit-autofill:hover,
.modal-profile-form select:-webkit-autofill:focus,
.settings-form textarea:-webkit-autofill,
.settings-form textarea:-webkit-autofill:hover,
.settings-form textarea:-webkit-autofill:focus,
.settings-form input[type=text]:-webkit-autofill,
.settings-form input[type=text]:-webkit-autofill:hover,
.settings-form input[type=text]:-webkit-autofill:focus,
.settings-form input[type=email]:-webkit-autofill,
.settings-form input[type=email]:-webkit-autofill:hover,
.settings-form input[type=email]:-webkit-autofill:focus,
.settings-form input[type=password]:-webkit-autofill,
.settings-form input[type=password]:-webkit-autofill:hover,
.settings-form input[type=password]:-webkit-autofill:focus,
.settings-form input[type=date]:-webkit-autofill,
.settings-form input[type=date]:-webkit-autofill:hover,
.settings-form input[type=date]:-webkit-autofill:focus,
.settings-form input[type=number]:-webkit-autofill,
.settings-form input[type=number]:-webkit-autofill:hover,
.settings-form input[type=number]:-webkit-autofill:focus,
.settings-form select:-webkit-autofill,
.settings-form select:-webkit-autofill:hover,
.settings-form select:-webkit-autofill:focus,
.entity-form textarea:-webkit-autofill,
.entity-form textarea:-webkit-autofill:hover,
.entity-form textarea:-webkit-autofill:focus,
.entity-form input[type=text]:-webkit-autofill,
.entity-form input[type=text]:-webkit-autofill:hover,
.entity-form input[type=text]:-webkit-autofill:focus,
.entity-form input[type=email]:-webkit-autofill,
.entity-form input[type=email]:-webkit-autofill:hover,
.entity-form input[type=email]:-webkit-autofill:focus,
.entity-form input[type=password]:-webkit-autofill,
.entity-form input[type=password]:-webkit-autofill:hover,
.entity-form input[type=password]:-webkit-autofill:focus,
.entity-form input[type=date]:-webkit-autofill,
.entity-form input[type=date]:-webkit-autofill:hover,
.entity-form input[type=date]:-webkit-autofill:focus,
.entity-form input[type=number]:-webkit-autofill,
.entity-form input[type=number]:-webkit-autofill:hover,
.entity-form input[type=number]:-webkit-autofill:focus,
.entity-form select:-webkit-autofill,
.entity-form select:-webkit-autofill:hover,
.entity-form select:-webkit-autofill:focus,
.user-login-form textarea:-webkit-autofill,
.user-login-form textarea:-webkit-autofill:hover,
.user-login-form textarea:-webkit-autofill:focus,
.user-login-form input[type=text]:-webkit-autofill,
.user-login-form input[type=text]:-webkit-autofill:hover,
.user-login-form input[type=text]:-webkit-autofill:focus,
.user-login-form input[type=email]:-webkit-autofill,
.user-login-form input[type=email]:-webkit-autofill:hover,
.user-login-form input[type=email]:-webkit-autofill:focus,
.user-login-form input[type=password]:-webkit-autofill,
.user-login-form input[type=password]:-webkit-autofill:hover,
.user-login-form input[type=password]:-webkit-autofill:focus,
.user-login-form input[type=date]:-webkit-autofill,
.user-login-form input[type=date]:-webkit-autofill:hover,
.user-login-form input[type=date]:-webkit-autofill:focus,
.user-login-form input[type=number]:-webkit-autofill,
.user-login-form input[type=number]:-webkit-autofill:hover,
.user-login-form input[type=number]:-webkit-autofill:focus,
.user-login-form select:-webkit-autofill,
.user-login-form select:-webkit-autofill:hover,
.user-login-form select:-webkit-autofill:focus,
.user-register-form textarea:-webkit-autofill,
.user-register-form textarea:-webkit-autofill:hover,
.user-register-form textarea:-webkit-autofill:focus,
.user-register-form input[type=text]:-webkit-autofill,
.user-register-form input[type=text]:-webkit-autofill:hover,
.user-register-form input[type=text]:-webkit-autofill:focus,
.user-register-form input[type=email]:-webkit-autofill,
.user-register-form input[type=email]:-webkit-autofill:hover,
.user-register-form input[type=email]:-webkit-autofill:focus,
.user-register-form input[type=password]:-webkit-autofill,
.user-register-form input[type=password]:-webkit-autofill:hover,
.user-register-form input[type=password]:-webkit-autofill:focus,
.user-register-form input[type=date]:-webkit-autofill,
.user-register-form input[type=date]:-webkit-autofill:hover,
.user-register-form input[type=date]:-webkit-autofill:focus,
.user-register-form input[type=number]:-webkit-autofill,
.user-register-form input[type=number]:-webkit-autofill:hover,
.user-register-form input[type=number]:-webkit-autofill:focus,
.user-register-form select:-webkit-autofill,
.user-register-form select:-webkit-autofill:hover,
.user-register-form select:-webkit-autofill:focus,
.user-pass textarea:-webkit-autofill,
.user-pass textarea:-webkit-autofill:hover,
.user-pass textarea:-webkit-autofill:focus,
.user-pass input[type=text]:-webkit-autofill,
.user-pass input[type=text]:-webkit-autofill:hover,
.user-pass input[type=text]:-webkit-autofill:focus,
.user-pass input[type=email]:-webkit-autofill,
.user-pass input[type=email]:-webkit-autofill:hover,
.user-pass input[type=email]:-webkit-autofill:focus,
.user-pass input[type=password]:-webkit-autofill,
.user-pass input[type=password]:-webkit-autofill:hover,
.user-pass input[type=password]:-webkit-autofill:focus,
.user-pass input[type=date]:-webkit-autofill,
.user-pass input[type=date]:-webkit-autofill:hover,
.user-pass input[type=date]:-webkit-autofill:focus,
.user-pass input[type=number]:-webkit-autofill,
.user-pass input[type=number]:-webkit-autofill:hover,
.user-pass input[type=number]:-webkit-autofill:focus,
.user-pass select:-webkit-autofill,
.user-pass select:-webkit-autofill:hover,
.user-pass select:-webkit-autofill:focus,
.individual-registration-form textarea:-webkit-autofill,
.individual-registration-form textarea:-webkit-autofill:hover,
.individual-registration-form textarea:-webkit-autofill:focus,
.individual-registration-form input[type=text]:-webkit-autofill,
.individual-registration-form input[type=text]:-webkit-autofill:hover,
.individual-registration-form input[type=text]:-webkit-autofill:focus,
.individual-registration-form input[type=email]:-webkit-autofill,
.individual-registration-form input[type=email]:-webkit-autofill:hover,
.individual-registration-form input[type=email]:-webkit-autofill:focus,
.individual-registration-form input[type=password]:-webkit-autofill,
.individual-registration-form input[type=password]:-webkit-autofill:hover,
.individual-registration-form input[type=password]:-webkit-autofill:focus,
.individual-registration-form input[type=date]:-webkit-autofill,
.individual-registration-form input[type=date]:-webkit-autofill:hover,
.individual-registration-form input[type=date]:-webkit-autofill:focus,
.individual-registration-form input[type=number]:-webkit-autofill,
.individual-registration-form input[type=number]:-webkit-autofill:hover,
.individual-registration-form input[type=number]:-webkit-autofill:focus,
.individual-registration-form select:-webkit-autofill,
.individual-registration-form select:-webkit-autofill:hover,
.individual-registration-form select:-webkit-autofill:focus,
.user-form textarea:-webkit-autofill,
.user-form textarea:-webkit-autofill:hover,
.user-form textarea:-webkit-autofill:focus,
.user-form input[type=text]:-webkit-autofill,
.user-form input[type=text]:-webkit-autofill:hover,
.user-form input[type=text]:-webkit-autofill:focus,
.user-form input[type=email]:-webkit-autofill,
.user-form input[type=email]:-webkit-autofill:hover,
.user-form input[type=email]:-webkit-autofill:focus,
.user-form input[type=password]:-webkit-autofill,
.user-form input[type=password]:-webkit-autofill:hover,
.user-form input[type=password]:-webkit-autofill:focus,
.user-form input[type=date]:-webkit-autofill,
.user-form input[type=date]:-webkit-autofill:hover,
.user-form input[type=date]:-webkit-autofill:focus,
.user-form input[type=number]:-webkit-autofill,
.user-form input[type=number]:-webkit-autofill:hover,
.user-form input[type=number]:-webkit-autofill:focus,
.user-form select:-webkit-autofill,
.user-form select:-webkit-autofill:hover,
.user-form select:-webkit-autofill:focus,
.webform-submission-contact-form textarea:-webkit-autofill,
.webform-submission-contact-form textarea:-webkit-autofill:hover,
.webform-submission-contact-form textarea:-webkit-autofill:focus,
.webform-submission-contact-form input[type=text]:-webkit-autofill,
.webform-submission-contact-form input[type=text]:-webkit-autofill:hover,
.webform-submission-contact-form input[type=text]:-webkit-autofill:focus,
.webform-submission-contact-form input[type=email]:-webkit-autofill,
.webform-submission-contact-form input[type=email]:-webkit-autofill:hover,
.webform-submission-contact-form input[type=email]:-webkit-autofill:focus,
.webform-submission-contact-form input[type=password]:-webkit-autofill,
.webform-submission-contact-form input[type=password]:-webkit-autofill:hover,
.webform-submission-contact-form input[type=password]:-webkit-autofill:focus,
.webform-submission-contact-form input[type=date]:-webkit-autofill,
.webform-submission-contact-form input[type=date]:-webkit-autofill:hover,
.webform-submission-contact-form input[type=date]:-webkit-autofill:focus,
.webform-submission-contact-form input[type=number]:-webkit-autofill,
.webform-submission-contact-form input[type=number]:-webkit-autofill:hover,
.webform-submission-contact-form input[type=number]:-webkit-autofill:focus,
.webform-submission-contact-form select:-webkit-autofill,
.webform-submission-contact-form select:-webkit-autofill:hover,
.webform-submission-contact-form select:-webkit-autofill:focus,
.explore-filters-form textarea:-webkit-autofill,
.explore-filters-form textarea:-webkit-autofill:hover,
.explore-filters-form textarea:-webkit-autofill:focus,
.explore-filters-form input[type=text]:-webkit-autofill,
.explore-filters-form input[type=text]:-webkit-autofill:hover,
.explore-filters-form input[type=text]:-webkit-autofill:focus,
.explore-filters-form input[type=email]:-webkit-autofill,
.explore-filters-form input[type=email]:-webkit-autofill:hover,
.explore-filters-form input[type=email]:-webkit-autofill:focus,
.explore-filters-form input[type=password]:-webkit-autofill,
.explore-filters-form input[type=password]:-webkit-autofill:hover,
.explore-filters-form input[type=password]:-webkit-autofill:focus,
.explore-filters-form input[type=date]:-webkit-autofill,
.explore-filters-form input[type=date]:-webkit-autofill:hover,
.explore-filters-form input[type=date]:-webkit-autofill:focus,
.explore-filters-form input[type=number]:-webkit-autofill,
.explore-filters-form input[type=number]:-webkit-autofill:hover,
.explore-filters-form input[type=number]:-webkit-autofill:focus,
.explore-filters-form select:-webkit-autofill,
.explore-filters-form select:-webkit-autofill:hover,
.explore-filters-form select:-webkit-autofill:focus,
.events-filters-form textarea:-webkit-autofill,
.events-filters-form textarea:-webkit-autofill:hover,
.events-filters-form textarea:-webkit-autofill:focus,
.events-filters-form input[type=text]:-webkit-autofill,
.events-filters-form input[type=text]:-webkit-autofill:hover,
.events-filters-form input[type=text]:-webkit-autofill:focus,
.events-filters-form input[type=email]:-webkit-autofill,
.events-filters-form input[type=email]:-webkit-autofill:hover,
.events-filters-form input[type=email]:-webkit-autofill:focus,
.events-filters-form input[type=password]:-webkit-autofill,
.events-filters-form input[type=password]:-webkit-autofill:hover,
.events-filters-form input[type=password]:-webkit-autofill:focus,
.events-filters-form input[type=date]:-webkit-autofill,
.events-filters-form input[type=date]:-webkit-autofill:hover,
.events-filters-form input[type=date]:-webkit-autofill:focus,
.events-filters-form input[type=number]:-webkit-autofill,
.events-filters-form input[type=number]:-webkit-autofill:hover,
.events-filters-form input[type=number]:-webkit-autofill:focus,
.events-filters-form select:-webkit-autofill,
.events-filters-form select:-webkit-autofill:hover,
.events-filters-form select:-webkit-autofill:focus,
.artistycom-messaging-contact-modal-form textarea:-webkit-autofill,
.artistycom-messaging-contact-modal-form textarea:-webkit-autofill:hover,
.artistycom-messaging-contact-modal-form textarea:-webkit-autofill:focus,
.artistycom-messaging-contact-modal-form input[type=text]:-webkit-autofill,
.artistycom-messaging-contact-modal-form input[type=text]:-webkit-autofill:hover,
.artistycom-messaging-contact-modal-form input[type=text]:-webkit-autofill:focus,
.artistycom-messaging-contact-modal-form input[type=email]:-webkit-autofill,
.artistycom-messaging-contact-modal-form input[type=email]:-webkit-autofill:hover,
.artistycom-messaging-contact-modal-form input[type=email]:-webkit-autofill:focus,
.artistycom-messaging-contact-modal-form input[type=password]:-webkit-autofill,
.artistycom-messaging-contact-modal-form input[type=password]:-webkit-autofill:hover,
.artistycom-messaging-contact-modal-form input[type=password]:-webkit-autofill:focus,
.artistycom-messaging-contact-modal-form input[type=date]:-webkit-autofill,
.artistycom-messaging-contact-modal-form input[type=date]:-webkit-autofill:hover,
.artistycom-messaging-contact-modal-form input[type=date]:-webkit-autofill:focus,
.artistycom-messaging-contact-modal-form input[type=number]:-webkit-autofill,
.artistycom-messaging-contact-modal-form input[type=number]:-webkit-autofill:hover,
.artistycom-messaging-contact-modal-form input[type=number]:-webkit-autofill:focus,
.artistycom-messaging-contact-modal-form select:-webkit-autofill,
.artistycom-messaging-contact-modal-form select:-webkit-autofill:hover,
.artistycom-messaging-contact-modal-form select:-webkit-autofill:focus,
.messages-unified__search textarea:-webkit-autofill,
.messages-unified__search textarea:-webkit-autofill:hover,
.messages-unified__search textarea:-webkit-autofill:focus,
.messages-unified__search input[type=text]:-webkit-autofill,
.messages-unified__search input[type=text]:-webkit-autofill:hover,
.messages-unified__search input[type=text]:-webkit-autofill:focus,
.messages-unified__search input[type=email]:-webkit-autofill,
.messages-unified__search input[type=email]:-webkit-autofill:hover,
.messages-unified__search input[type=email]:-webkit-autofill:focus,
.messages-unified__search input[type=password]:-webkit-autofill,
.messages-unified__search input[type=password]:-webkit-autofill:hover,
.messages-unified__search input[type=password]:-webkit-autofill:focus,
.messages-unified__search input[type=date]:-webkit-autofill,
.messages-unified__search input[type=date]:-webkit-autofill:hover,
.messages-unified__search input[type=date]:-webkit-autofill:focus,
.messages-unified__search input[type=number]:-webkit-autofill,
.messages-unified__search input[type=number]:-webkit-autofill:hover,
.messages-unified__search input[type=number]:-webkit-autofill:focus,
.messages-unified__search select:-webkit-autofill,
.messages-unified__search select:-webkit-autofill:hover,
.messages-unified__search select:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #333333;
  background-color: #ffffff !important;
}
.followed-user-alert-config-form textarea,
.artistycom-user-settings-form textarea,
.alert-configuration-form textarea,
.message-form textarea,
.modal-profile-form textarea,
.settings-form textarea,
.entity-form textarea,
.user-login-form textarea,
.user-register-form textarea,
.user-pass textarea,
.individual-registration-form textarea,
.user-form textarea,
.webform-submission-contact-form textarea,
.explore-filters-form textarea,
.events-filters-form textarea,
.artistycom-messaging-contact-modal-form textarea,
.messages-unified__search textarea {
  resize: vertical;
  min-height: 120px;
  font-family: inherit;
  line-height: 1.5;
  height: auto !important;
  padding: 14px 16px;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .followed-user-alert-config-form textarea,
  .artistycom-user-settings-form textarea,
  .alert-configuration-form textarea,
  .message-form textarea,
  .modal-profile-form textarea,
  .settings-form textarea,
  .entity-form textarea,
  .user-login-form textarea,
  .user-register-form textarea,
  .user-pass textarea,
  .individual-registration-form textarea,
  .user-form textarea,
  .webform-submission-contact-form textarea,
  .explore-filters-form textarea,
  .events-filters-form textarea,
  .artistycom-messaging-contact-modal-form textarea,
  .messages-unified__search textarea {
    min-height: 100px;
  }
}
.followed-user-alert-config-form select,
.artistycom-user-settings-form select,
.alert-configuration-form select,
.message-form select,
.modal-profile-form select,
.settings-form select,
.entity-form select,
.user-login-form select,
.user-register-form select,
.user-pass select,
.individual-registration-form select,
.user-form select,
.webform-submission-contact-form select,
.explore-filters-form select,
.events-filters-form select,
.artistycom-messaging-contact-modal-form select,
.messages-unified__search select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27%3E%3Cpath fill=%27%23333%27 d=%27M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
  display: block !important;
}
.followed-user-alert-config-form .select2-hidden-accessible,
.artistycom-user-settings-form .select2-hidden-accessible,
.alert-configuration-form .select2-hidden-accessible,
.message-form .select2-hidden-accessible,
.modal-profile-form .select2-hidden-accessible,
.settings-form .select2-hidden-accessible,
.entity-form .select2-hidden-accessible,
.user-login-form .select2-hidden-accessible,
.user-register-form .select2-hidden-accessible,
.user-pass .select2-hidden-accessible,
.individual-registration-form .select2-hidden-accessible,
.user-form .select2-hidden-accessible,
.webform-submission-contact-form .select2-hidden-accessible,
.explore-filters-form .select2-hidden-accessible,
.events-filters-form .select2-hidden-accessible,
.artistycom-messaging-contact-modal-form .select2-hidden-accessible,
.messages-unified__search .select2-hidden-accessible {
  display: none !important;
}
.followed-user-alert-config-form label,
.followed-user-alert-config-form legend,
.artistycom-user-settings-form label,
.artistycom-user-settings-form legend,
.alert-configuration-form label,
.alert-configuration-form legend,
.message-form label,
.message-form legend,
.modal-profile-form label,
.modal-profile-form legend,
.settings-form label,
.settings-form legend,
.entity-form label,
.entity-form legend,
.user-login-form label,
.user-login-form legend,
.user-register-form label,
.user-register-form legend,
.user-pass label,
.user-pass legend,
.individual-registration-form label,
.individual-registration-form legend,
.user-form label,
.user-form legend,
.webform-submission-contact-form label,
.webform-submission-contact-form legend,
.explore-filters-form label,
.explore-filters-form legend,
.events-filters-form label,
.events-filters-form legend,
.artistycom-messaging-contact-modal-form label,
.artistycom-messaging-contact-modal-form legend,
.messages-unified__search label,
.messages-unified__search legend {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #ff006e;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .followed-user-alert-config-form label,
  .followed-user-alert-config-form legend,
  .artistycom-user-settings-form label,
  .artistycom-user-settings-form legend,
  .alert-configuration-form label,
  .alert-configuration-form legend,
  .message-form label,
  .message-form legend,
  .modal-profile-form label,
  .modal-profile-form legend,
  .settings-form label,
  .settings-form legend,
  .entity-form label,
  .entity-form legend,
  .user-login-form label,
  .user-login-form legend,
  .user-register-form label,
  .user-register-form legend,
  .user-pass label,
  .user-pass legend,
  .individual-registration-form label,
  .individual-registration-form legend,
  .user-form label,
  .user-form legend,
  .webform-submission-contact-form label,
  .webform-submission-contact-form legend,
  .explore-filters-form label,
  .explore-filters-form legend,
  .events-filters-form label,
  .events-filters-form legend,
  .artistycom-messaging-contact-modal-form label,
  .artistycom-messaging-contact-modal-form legend,
  .messages-unified__search label,
  .messages-unified__search legend {
    font-size: 13px;
  }
}
.followed-user-alert-config-form label .form-required,
.followed-user-alert-config-form legend .form-required,
.artistycom-user-settings-form label .form-required,
.artistycom-user-settings-form legend .form-required,
.alert-configuration-form label .form-required,
.alert-configuration-form legend .form-required,
.message-form label .form-required,
.message-form legend .form-required,
.modal-profile-form label .form-required,
.modal-profile-form legend .form-required,
.settings-form label .form-required,
.settings-form legend .form-required,
.entity-form label .form-required,
.entity-form legend .form-required,
.user-login-form label .form-required,
.user-login-form legend .form-required,
.user-register-form label .form-required,
.user-register-form legend .form-required,
.user-pass label .form-required,
.user-pass legend .form-required,
.individual-registration-form label .form-required,
.individual-registration-form legend .form-required,
.user-form label .form-required,
.user-form legend .form-required,
.webform-submission-contact-form label .form-required,
.webform-submission-contact-form legend .form-required,
.explore-filters-form label .form-required,
.explore-filters-form legend .form-required,
.events-filters-form label .form-required,
.events-filters-form legend .form-required,
.artistycom-messaging-contact-modal-form label .form-required,
.artistycom-messaging-contact-modal-form legend .form-required,
.messages-unified__search label .form-required,
.messages-unified__search legend .form-required {
  margin-left: 4px;
}
.followed-user-alert-config-form .location-autocomplete-wrapper,
.artistycom-user-settings-form .location-autocomplete-wrapper,
.alert-configuration-form .location-autocomplete-wrapper,
.message-form .location-autocomplete-wrapper,
.modal-profile-form .location-autocomplete-wrapper,
.settings-form .location-autocomplete-wrapper,
.entity-form .location-autocomplete-wrapper,
.user-login-form .location-autocomplete-wrapper,
.user-register-form .location-autocomplete-wrapper,
.user-pass .location-autocomplete-wrapper,
.individual-registration-form .location-autocomplete-wrapper,
.user-form .location-autocomplete-wrapper,
.webform-submission-contact-form .location-autocomplete-wrapper,
.explore-filters-form .location-autocomplete-wrapper,
.events-filters-form .location-autocomplete-wrapper,
.artistycom-messaging-contact-modal-form .location-autocomplete-wrapper,
.messages-unified__search .location-autocomplete-wrapper {
  width: 100%;
}
.followed-user-alert-config-form .form-item,
.artistycom-user-settings-form .form-item,
.alert-configuration-form .form-item,
.message-form .form-item,
.modal-profile-form .form-item,
.settings-form .form-item,
.entity-form .form-item,
.user-login-form .form-item,
.user-register-form .form-item,
.user-pass .form-item,
.individual-registration-form .form-item,
.user-form .form-item,
.webform-submission-contact-form .form-item,
.explore-filters-form .form-item,
.events-filters-form .form-item,
.artistycom-messaging-contact-modal-form .form-item,
.messages-unified__search .form-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.followed-user-alert-config-form .form-item--inline,
.artistycom-user-settings-form .form-item--inline,
.alert-configuration-form .form-item--inline,
.message-form .form-item--inline,
.modal-profile-form .form-item--inline,
.settings-form .form-item--inline,
.entity-form .form-item--inline,
.user-login-form .form-item--inline,
.user-register-form .form-item--inline,
.user-pass .form-item--inline,
.individual-registration-form .form-item--inline,
.user-form .form-item--inline,
.webform-submission-contact-form .form-item--inline,
.explore-filters-form .form-item--inline,
.events-filters-form .form-item--inline,
.artistycom-messaging-contact-modal-form .form-item--inline,
.messages-unified__search .form-item--inline {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 12px;
}
.followed-user-alert-config-form .form-item--inline label,
.artistycom-user-settings-form .form-item--inline label,
.alert-configuration-form .form-item--inline label,
.message-form .form-item--inline label,
.modal-profile-form .form-item--inline label,
.settings-form .form-item--inline label,
.entity-form .form-item--inline label,
.user-login-form .form-item--inline label,
.user-register-form .form-item--inline label,
.user-pass .form-item--inline label,
.individual-registration-form .form-item--inline label,
.user-form .form-item--inline label,
.webform-submission-contact-form .form-item--inline label,
.explore-filters-form .form-item--inline label,
.events-filters-form .form-item--inline label,
.artistycom-messaging-contact-modal-form .form-item--inline label,
.messages-unified__search .form-item--inline label {
  margin-bottom: 0;
  flex-shrink: 0;
}
.followed-user-alert-config-form .form-item--error input,
.followed-user-alert-config-form .form-item--error textarea,
.followed-user-alert-config-form .form-item--error select,
.artistycom-user-settings-form .form-item--error input,
.artistycom-user-settings-form .form-item--error textarea,
.artistycom-user-settings-form .form-item--error select,
.alert-configuration-form .form-item--error input,
.alert-configuration-form .form-item--error textarea,
.alert-configuration-form .form-item--error select,
.message-form .form-item--error input,
.message-form .form-item--error textarea,
.message-form .form-item--error select,
.modal-profile-form .form-item--error input,
.modal-profile-form .form-item--error textarea,
.modal-profile-form .form-item--error select,
.settings-form .form-item--error input,
.settings-form .form-item--error textarea,
.settings-form .form-item--error select,
.entity-form .form-item--error input,
.entity-form .form-item--error textarea,
.entity-form .form-item--error select,
.user-login-form .form-item--error input,
.user-login-form .form-item--error textarea,
.user-login-form .form-item--error select,
.user-register-form .form-item--error input,
.user-register-form .form-item--error textarea,
.user-register-form .form-item--error select,
.user-pass .form-item--error input,
.user-pass .form-item--error textarea,
.user-pass .form-item--error select,
.individual-registration-form .form-item--error input,
.individual-registration-form .form-item--error textarea,
.individual-registration-form .form-item--error select,
.user-form .form-item--error input,
.user-form .form-item--error textarea,
.user-form .form-item--error select,
.webform-submission-contact-form .form-item--error input,
.webform-submission-contact-form .form-item--error textarea,
.webform-submission-contact-form .form-item--error select,
.explore-filters-form .form-item--error input,
.explore-filters-form .form-item--error textarea,
.explore-filters-form .form-item--error select,
.events-filters-form .form-item--error input,
.events-filters-form .form-item--error textarea,
.events-filters-form .form-item--error select,
.artistycom-messaging-contact-modal-form .form-item--error input,
.artistycom-messaging-contact-modal-form .form-item--error textarea,
.artistycom-messaging-contact-modal-form .form-item--error select,
.messages-unified__search .form-item--error input,
.messages-unified__search .form-item--error textarea,
.messages-unified__search .form-item--error select {
  border-color: #E74C3C;
}
.followed-user-alert-config-form .form-item--error input:focus,
.followed-user-alert-config-form .form-item--error textarea:focus,
.followed-user-alert-config-form .form-item--error select:focus,
.artistycom-user-settings-form .form-item--error input:focus,
.artistycom-user-settings-form .form-item--error textarea:focus,
.artistycom-user-settings-form .form-item--error select:focus,
.alert-configuration-form .form-item--error input:focus,
.alert-configuration-form .form-item--error textarea:focus,
.alert-configuration-form .form-item--error select:focus,
.message-form .form-item--error input:focus,
.message-form .form-item--error textarea:focus,
.message-form .form-item--error select:focus,
.modal-profile-form .form-item--error input:focus,
.modal-profile-form .form-item--error textarea:focus,
.modal-profile-form .form-item--error select:focus,
.settings-form .form-item--error input:focus,
.settings-form .form-item--error textarea:focus,
.settings-form .form-item--error select:focus,
.entity-form .form-item--error input:focus,
.entity-form .form-item--error textarea:focus,
.entity-form .form-item--error select:focus,
.user-login-form .form-item--error input:focus,
.user-login-form .form-item--error textarea:focus,
.user-login-form .form-item--error select:focus,
.user-register-form .form-item--error input:focus,
.user-register-form .form-item--error textarea:focus,
.user-register-form .form-item--error select:focus,
.user-pass .form-item--error input:focus,
.user-pass .form-item--error textarea:focus,
.user-pass .form-item--error select:focus,
.individual-registration-form .form-item--error input:focus,
.individual-registration-form .form-item--error textarea:focus,
.individual-registration-form .form-item--error select:focus,
.user-form .form-item--error input:focus,
.user-form .form-item--error textarea:focus,
.user-form .form-item--error select:focus,
.webform-submission-contact-form .form-item--error input:focus,
.webform-submission-contact-form .form-item--error textarea:focus,
.webform-submission-contact-form .form-item--error select:focus,
.explore-filters-form .form-item--error input:focus,
.explore-filters-form .form-item--error textarea:focus,
.explore-filters-form .form-item--error select:focus,
.events-filters-form .form-item--error input:focus,
.events-filters-form .form-item--error textarea:focus,
.events-filters-form .form-item--error select:focus,
.artistycom-messaging-contact-modal-form .form-item--error input:focus,
.artistycom-messaging-contact-modal-form .form-item--error textarea:focus,
.artistycom-messaging-contact-modal-form .form-item--error select:focus,
.messages-unified__search .form-item--error input:focus,
.messages-unified__search .form-item--error textarea:focus,
.messages-unified__search .form-item--error select:focus {
  border-color: #E74C3C;
}
.followed-user-alert-config-form .field--widget-select2 .form-item__description,
.followed-user-alert-config-form .js-form-type-textfield .form-item__description,
.followed-user-alert-config-form .js-form-type-email .form-item__description,
.followed-user-alert-config-form .js-form-type-password .form-item__description,
.artistycom-user-settings-form .field--widget-select2 .form-item__description,
.artistycom-user-settings-form .js-form-type-textfield .form-item__description,
.artistycom-user-settings-form .js-form-type-email .form-item__description,
.artistycom-user-settings-form .js-form-type-password .form-item__description,
.alert-configuration-form .field--widget-select2 .form-item__description,
.alert-configuration-form .js-form-type-textfield .form-item__description,
.alert-configuration-form .js-form-type-email .form-item__description,
.alert-configuration-form .js-form-type-password .form-item__description,
.message-form .field--widget-select2 .form-item__description,
.message-form .js-form-type-textfield .form-item__description,
.message-form .js-form-type-email .form-item__description,
.message-form .js-form-type-password .form-item__description,
.modal-profile-form .field--widget-select2 .form-item__description,
.modal-profile-form .js-form-type-textfield .form-item__description,
.modal-profile-form .js-form-type-email .form-item__description,
.modal-profile-form .js-form-type-password .form-item__description,
.settings-form .field--widget-select2 .form-item__description,
.settings-form .js-form-type-textfield .form-item__description,
.settings-form .js-form-type-email .form-item__description,
.settings-form .js-form-type-password .form-item__description,
.entity-form .field--widget-select2 .form-item__description,
.entity-form .js-form-type-textfield .form-item__description,
.entity-form .js-form-type-email .form-item__description,
.entity-form .js-form-type-password .form-item__description,
.user-login-form .field--widget-select2 .form-item__description,
.user-login-form .js-form-type-textfield .form-item__description,
.user-login-form .js-form-type-email .form-item__description,
.user-login-form .js-form-type-password .form-item__description,
.user-register-form .field--widget-select2 .form-item__description,
.user-register-form .js-form-type-textfield .form-item__description,
.user-register-form .js-form-type-email .form-item__description,
.user-register-form .js-form-type-password .form-item__description,
.user-pass .field--widget-select2 .form-item__description,
.user-pass .js-form-type-textfield .form-item__description,
.user-pass .js-form-type-email .form-item__description,
.user-pass .js-form-type-password .form-item__description,
.individual-registration-form .field--widget-select2 .form-item__description,
.individual-registration-form .js-form-type-textfield .form-item__description,
.individual-registration-form .js-form-type-email .form-item__description,
.individual-registration-form .js-form-type-password .form-item__description,
.user-form .field--widget-select2 .form-item__description,
.user-form .js-form-type-textfield .form-item__description,
.user-form .js-form-type-email .form-item__description,
.user-form .js-form-type-password .form-item__description,
.webform-submission-contact-form .field--widget-select2 .form-item__description,
.webform-submission-contact-form .js-form-type-textfield .form-item__description,
.webform-submission-contact-form .js-form-type-email .form-item__description,
.webform-submission-contact-form .js-form-type-password .form-item__description,
.explore-filters-form .field--widget-select2 .form-item__description,
.explore-filters-form .js-form-type-textfield .form-item__description,
.explore-filters-form .js-form-type-email .form-item__description,
.explore-filters-form .js-form-type-password .form-item__description,
.events-filters-form .field--widget-select2 .form-item__description,
.events-filters-form .js-form-type-textfield .form-item__description,
.events-filters-form .js-form-type-email .form-item__description,
.events-filters-form .js-form-type-password .form-item__description,
.artistycom-messaging-contact-modal-form .field--widget-select2 .form-item__description,
.artistycom-messaging-contact-modal-form .js-form-type-textfield .form-item__description,
.artistycom-messaging-contact-modal-form .js-form-type-email .form-item__description,
.artistycom-messaging-contact-modal-form .js-form-type-password .form-item__description,
.messages-unified__search .field--widget-select2 .form-item__description,
.messages-unified__search .js-form-type-textfield .form-item__description,
.messages-unified__search .js-form-type-email .form-item__description,
.messages-unified__search .js-form-type-password .form-item__description {
  display: none;
}
.followed-user-alert-config-form .description,
.artistycom-user-settings-form .description,
.alert-configuration-form .description,
.message-form .description,
.modal-profile-form .description,
.settings-form .description,
.entity-form .description,
.user-login-form .description,
.user-register-form .description,
.user-pass .description,
.individual-registration-form .description,
.user-form .description,
.webform-submission-contact-form .description,
.explore-filters-form .description,
.events-filters-form .description,
.artistycom-messaging-contact-modal-form .description,
.messages-unified__search .description {
  font-size: 13px;
  color: #666;
  margin-top: 5px;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .followed-user-alert-config-form .description,
  .artistycom-user-settings-form .description,
  .alert-configuration-form .description,
  .message-form .description,
  .modal-profile-form .description,
  .settings-form .description,
  .entity-form .description,
  .user-login-form .description,
  .user-register-form .description,
  .user-pass .description,
  .individual-registration-form .description,
  .user-form .description,
  .webform-submission-contact-form .description,
  .explore-filters-form .description,
  .events-filters-form .description,
  .artistycom-messaging-contact-modal-form .description,
  .messages-unified__search .description {
    font-size: 12px;
  }
}
.followed-user-alert-config-form details,
.artistycom-user-settings-form details,
.alert-configuration-form details,
.message-form details,
.modal-profile-form details,
.settings-form details,
.entity-form details,
.user-login-form details,
.user-register-form details,
.user-pass details,
.individual-registration-form details,
.user-form details,
.webform-submission-contact-form details,
.explore-filters-form details,
.events-filters-form details,
.artistycom-messaging-contact-modal-form details,
.messages-unified__search details {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid rgb(233.75, 233.75, 233.75);
  border-radius: 8px;
  background: #fff;
  transition: box-shadow 0.3s ease;
}
.followed-user-alert-config-form details.form-wrapper,
.artistycom-user-settings-form details.form-wrapper,
.alert-configuration-form details.form-wrapper,
.message-form details.form-wrapper,
.modal-profile-form details.form-wrapper,
.settings-form details.form-wrapper,
.entity-form details.form-wrapper,
.user-login-form details.form-wrapper,
.user-register-form details.form-wrapper,
.user-pass details.form-wrapper,
.individual-registration-form details.form-wrapper,
.user-form details.form-wrapper,
.webform-submission-contact-form details.form-wrapper,
.explore-filters-form details.form-wrapper,
.events-filters-form details.form-wrapper,
.artistycom-messaging-contact-modal-form details.form-wrapper,
.messages-unified__search details.form-wrapper {
  gap: 0;
}
.followed-user-alert-config-form details:hover,
.artistycom-user-settings-form details:hover,
.alert-configuration-form details:hover,
.message-form details:hover,
.modal-profile-form details:hover,
.settings-form details:hover,
.entity-form details:hover,
.user-login-form details:hover,
.user-register-form details:hover,
.user-pass details:hover,
.individual-registration-form details:hover,
.user-form details:hover,
.webform-submission-contact-form details:hover,
.explore-filters-form details:hover,
.events-filters-form details:hover,
.artistycom-messaging-contact-modal-form details:hover,
.messages-unified__search details:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.followed-user-alert-config-form details[open],
.artistycom-user-settings-form details[open],
.alert-configuration-form details[open],
.message-form details[open],
.modal-profile-form details[open],
.settings-form details[open],
.entity-form details[open],
.user-login-form details[open],
.user-register-form details[open],
.user-pass details[open],
.individual-registration-form details[open],
.user-form details[open],
.webform-submission-contact-form details[open],
.explore-filters-form details[open],
.events-filters-form details[open],
.artistycom-messaging-contact-modal-form details[open],
.messages-unified__search details[open] {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.followed-user-alert-config-form details summary,
.artistycom-user-settings-form details summary,
.alert-configuration-form details summary,
.message-form details summary,
.modal-profile-form details summary,
.settings-form details summary,
.entity-form details summary,
.user-login-form details summary,
.user-register-form details summary,
.user-pass details summary,
.individual-registration-form details summary,
.user-form details summary,
.webform-submission-contact-form details summary,
.explore-filters-form details summary,
.events-filters-form details summary,
.artistycom-messaging-contact-modal-form details summary,
.messages-unified__search details summary {
  padding: 16px 20px;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: hsl(0, 0%, 101.6666666667%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.3s ease;
}
.followed-user-alert-config-form details summary:hover,
.artistycom-user-settings-form details summary:hover,
.alert-configuration-form details summary:hover,
.message-form details summary:hover,
.modal-profile-form details summary:hover,
.settings-form details summary:hover,
.entity-form details summary:hover,
.user-login-form details summary:hover,
.user-register-form details summary:hover,
.user-pass details summary:hover,
.individual-registration-form details summary:hover,
.user-form details summary:hover,
.webform-submission-contact-form details summary:hover,
.explore-filters-form details summary:hover,
.events-filters-form details summary:hover,
.artistycom-messaging-contact-modal-form details summary:hover,
.messages-unified__search details summary:hover {
  background: rgb(251.6, 251.6, 251.6);
}
.followed-user-alert-config-form details summary:focus,
.artistycom-user-settings-form details summary:focus,
.alert-configuration-form details summary:focus,
.message-form details summary:focus,
.modal-profile-form details summary:focus,
.settings-form details summary:focus,
.entity-form details summary:focus,
.user-login-form details summary:focus,
.user-register-form details summary:focus,
.user-pass details summary:focus,
.individual-registration-form details summary:focus,
.user-form details summary:focus,
.webform-submission-contact-form details summary:focus,
.explore-filters-form details summary:focus,
.events-filters-form details summary:focus,
.artistycom-messaging-contact-modal-form details summary:focus,
.messages-unified__search details summary:focus {
  outline: none;
}
.followed-user-alert-config-form details summary::-webkit-details-marker,
.artistycom-user-settings-form details summary::-webkit-details-marker,
.alert-configuration-form details summary::-webkit-details-marker,
.message-form details summary::-webkit-details-marker,
.modal-profile-form details summary::-webkit-details-marker,
.settings-form details summary::-webkit-details-marker,
.entity-form details summary::-webkit-details-marker,
.user-login-form details summary::-webkit-details-marker,
.user-register-form details summary::-webkit-details-marker,
.user-pass details summary::-webkit-details-marker,
.individual-registration-form details summary::-webkit-details-marker,
.user-form details summary::-webkit-details-marker,
.webform-submission-contact-form details summary::-webkit-details-marker,
.explore-filters-form details summary::-webkit-details-marker,
.events-filters-form details summary::-webkit-details-marker,
.artistycom-messaging-contact-modal-form details summary::-webkit-details-marker,
.messages-unified__search details summary::-webkit-details-marker {
  display: none;
}
.followed-user-alert-config-form details summary::after,
.artistycom-user-settings-form details summary::after,
.alert-configuration-form details summary::after,
.message-form details summary::after,
.modal-profile-form details summary::after,
.settings-form details summary::after,
.entity-form details summary::after,
.user-login-form details summary::after,
.user-register-form details summary::after,
.user-pass details summary::after,
.individual-registration-form details summary::after,
.user-form details summary::after,
.webform-submission-contact-form details summary::after,
.explore-filters-form details summary::after,
.events-filters-form details summary::after,
.artistycom-messaging-contact-modal-form details summary::after,
.messages-unified__search details summary::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 14px;
  color: #666;
  transition: transform 0.3s ease;
}
@media (max-width: 767.98px) {
  .followed-user-alert-config-form details summary,
  .artistycom-user-settings-form details summary,
  .alert-configuration-form details summary,
  .message-form details summary,
  .modal-profile-form details summary,
  .settings-form details summary,
  .entity-form details summary,
  .user-login-form details summary,
  .user-register-form details summary,
  .user-pass details summary,
  .individual-registration-form details summary,
  .user-form details summary,
  .webform-submission-contact-form details summary,
  .explore-filters-form details summary,
  .events-filters-form details summary,
  .artistycom-messaging-contact-modal-form details summary,
  .messages-unified__search details summary {
    font-size: 15px;
    padding: 14px 16px;
  }
}
.followed-user-alert-config-form details[open] summary,
.artistycom-user-settings-form details[open] summary,
.alert-configuration-form details[open] summary,
.message-form details[open] summary,
.modal-profile-form details[open] summary,
.settings-form details[open] summary,
.entity-form details[open] summary,
.user-login-form details[open] summary,
.user-register-form details[open] summary,
.user-pass details[open] summary,
.individual-registration-form details[open] summary,
.user-form details[open] summary,
.webform-submission-contact-form details[open] summary,
.explore-filters-form details[open] summary,
.events-filters-form details[open] summary,
.artistycom-messaging-contact-modal-form details[open] summary,
.messages-unified__search details[open] summary {
  background: rgb(251.6, 251.6, 251.6);
  border-bottom: 1px solid rgb(233.75, 233.75, 233.75);
}
.followed-user-alert-config-form details[open] summary::after,
.artistycom-user-settings-form details[open] summary::after,
.alert-configuration-form details[open] summary::after,
.message-form details[open] summary::after,
.modal-profile-form details[open] summary::after,
.settings-form details[open] summary::after,
.entity-form details[open] summary::after,
.user-login-form details[open] summary::after,
.user-register-form details[open] summary::after,
.user-pass details[open] summary::after,
.individual-registration-form details[open] summary::after,
.user-form details[open] summary::after,
.webform-submission-contact-form details[open] summary::after,
.explore-filters-form details[open] summary::after,
.events-filters-form details[open] summary::after,
.artistycom-messaging-contact-modal-form details[open] summary::after,
.messages-unified__search details[open] summary::after {
  transform: rotate(180deg);
}
.followed-user-alert-config-form details .details-wrapper,
.followed-user-alert-config-form details > *:not(summary),
.artistycom-user-settings-form details .details-wrapper,
.artistycom-user-settings-form details > *:not(summary),
.alert-configuration-form details .details-wrapper,
.alert-configuration-form details > *:not(summary),
.message-form details .details-wrapper,
.message-form details > *:not(summary),
.modal-profile-form details .details-wrapper,
.modal-profile-form details > *:not(summary),
.settings-form details .details-wrapper,
.settings-form details > *:not(summary),
.entity-form details .details-wrapper,
.entity-form details > *:not(summary),
.user-login-form details .details-wrapper,
.user-login-form details > *:not(summary),
.user-register-form details .details-wrapper,
.user-register-form details > *:not(summary),
.user-pass details .details-wrapper,
.user-pass details > *:not(summary),
.individual-registration-form details .details-wrapper,
.individual-registration-form details > *:not(summary),
.user-form details .details-wrapper,
.user-form details > *:not(summary),
.webform-submission-contact-form details .details-wrapper,
.webform-submission-contact-form details > *:not(summary),
.explore-filters-form details .details-wrapper,
.explore-filters-form details > *:not(summary),
.events-filters-form details .details-wrapper,
.events-filters-form details > *:not(summary),
.artistycom-messaging-contact-modal-form details .details-wrapper,
.artistycom-messaging-contact-modal-form details > *:not(summary),
.messages-unified__search details .details-wrapper,
.messages-unified__search details > *:not(summary) {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 767.98px) {
  .followed-user-alert-config-form details .details-wrapper,
  .followed-user-alert-config-form details > *:not(summary),
  .artistycom-user-settings-form details .details-wrapper,
  .artistycom-user-settings-form details > *:not(summary),
  .alert-configuration-form details .details-wrapper,
  .alert-configuration-form details > *:not(summary),
  .message-form details .details-wrapper,
  .message-form details > *:not(summary),
  .modal-profile-form details .details-wrapper,
  .modal-profile-form details > *:not(summary),
  .settings-form details .details-wrapper,
  .settings-form details > *:not(summary),
  .entity-form details .details-wrapper,
  .entity-form details > *:not(summary),
  .user-login-form details .details-wrapper,
  .user-login-form details > *:not(summary),
  .user-register-form details .details-wrapper,
  .user-register-form details > *:not(summary),
  .user-pass details .details-wrapper,
  .user-pass details > *:not(summary),
  .individual-registration-form details .details-wrapper,
  .individual-registration-form details > *:not(summary),
  .user-form details .details-wrapper,
  .user-form details > *:not(summary),
  .webform-submission-contact-form details .details-wrapper,
  .webform-submission-contact-form details > *:not(summary),
  .explore-filters-form details .details-wrapper,
  .explore-filters-form details > *:not(summary),
  .events-filters-form details .details-wrapper,
  .events-filters-form details > *:not(summary),
  .artistycom-messaging-contact-modal-form details .details-wrapper,
  .artistycom-messaging-contact-modal-form details > *:not(summary),
  .messages-unified__search details .details-wrapper,
  .messages-unified__search details > *:not(summary) {
    padding: 16px;
  }
}
.followed-user-alert-config-form details > .form-item,
.followed-user-alert-config-form details .details-wrapper > .form-item,
.artistycom-user-settings-form details > .form-item,
.artistycom-user-settings-form details .details-wrapper > .form-item,
.alert-configuration-form details > .form-item,
.alert-configuration-form details .details-wrapper > .form-item,
.message-form details > .form-item,
.message-form details .details-wrapper > .form-item,
.modal-profile-form details > .form-item,
.modal-profile-form details .details-wrapper > .form-item,
.settings-form details > .form-item,
.settings-form details .details-wrapper > .form-item,
.entity-form details > .form-item,
.entity-form details .details-wrapper > .form-item,
.user-login-form details > .form-item,
.user-login-form details .details-wrapper > .form-item,
.user-register-form details > .form-item,
.user-register-form details .details-wrapper > .form-item,
.user-pass details > .form-item,
.user-pass details .details-wrapper > .form-item,
.individual-registration-form details > .form-item,
.individual-registration-form details .details-wrapper > .form-item,
.user-form details > .form-item,
.user-form details .details-wrapper > .form-item,
.webform-submission-contact-form details > .form-item,
.webform-submission-contact-form details .details-wrapper > .form-item,
.explore-filters-form details > .form-item,
.explore-filters-form details .details-wrapper > .form-item,
.events-filters-form details > .form-item,
.events-filters-form details .details-wrapper > .form-item,
.artistycom-messaging-contact-modal-form details > .form-item,
.artistycom-messaging-contact-modal-form details .details-wrapper > .form-item,
.messages-unified__search details > .form-item,
.messages-unified__search details .details-wrapper > .form-item {
  margin-bottom: 0;
}
.followed-user-alert-config-form details details,
.artistycom-user-settings-form details details,
.alert-configuration-form details details,
.message-form details details,
.modal-profile-form details details,
.settings-form details details,
.entity-form details details,
.user-login-form details details,
.user-register-form details details,
.user-pass details details,
.individual-registration-form details details,
.user-form details details,
.webform-submission-contact-form details details,
.explore-filters-form details details,
.events-filters-form details details,
.artistycom-messaging-contact-modal-form details details,
.messages-unified__search details details {
  margin-bottom: 12px;
  border-color: rgb(246.5, 246.5, 246.5);
}
.followed-user-alert-config-form details details summary,
.artistycom-user-settings-form details details summary,
.alert-configuration-form details details summary,
.message-form details details summary,
.modal-profile-form details details summary,
.settings-form details details summary,
.entity-form details details summary,
.user-login-form details details summary,
.user-register-form details details summary,
.user-pass details details summary,
.individual-registration-form details details summary,
.user-form details details summary,
.webform-submission-contact-form details details summary,
.explore-filters-form details details summary,
.events-filters-form details details summary,
.artistycom-messaging-contact-modal-form details details summary,
.messages-unified__search details details summary {
  padding: 12px 16px;
  font-size: 15px;
  background: hsl(0, 0%, 104.6666666667%);
}
.followed-user-alert-config-form details details .details-wrapper,
.followed-user-alert-config-form details details > *:not(summary),
.artistycom-user-settings-form details details .details-wrapper,
.artistycom-user-settings-form details details > *:not(summary),
.alert-configuration-form details details .details-wrapper,
.alert-configuration-form details details > *:not(summary),
.message-form details details .details-wrapper,
.message-form details details > *:not(summary),
.modal-profile-form details details .details-wrapper,
.modal-profile-form details details > *:not(summary),
.settings-form details details .details-wrapper,
.settings-form details details > *:not(summary),
.entity-form details details .details-wrapper,
.entity-form details details > *:not(summary),
.user-login-form details details .details-wrapper,
.user-login-form details details > *:not(summary),
.user-register-form details details .details-wrapper,
.user-register-form details details > *:not(summary),
.user-pass details details .details-wrapper,
.user-pass details details > *:not(summary),
.individual-registration-form details details .details-wrapper,
.individual-registration-form details details > *:not(summary),
.user-form details details .details-wrapper,
.user-form details details > *:not(summary),
.webform-submission-contact-form details details .details-wrapper,
.webform-submission-contact-form details details > *:not(summary),
.explore-filters-form details details .details-wrapper,
.explore-filters-form details details > *:not(summary),
.events-filters-form details details .details-wrapper,
.events-filters-form details details > *:not(summary),
.artistycom-messaging-contact-modal-form details details .details-wrapper,
.artistycom-messaging-contact-modal-form details details > *:not(summary),
.messages-unified__search details details .details-wrapper,
.messages-unified__search details details > *:not(summary) {
  padding: 16px;
}
.followed-user-alert-config-form .form-composite .form-item--error-message,
.artistycom-user-settings-form .form-composite .form-item--error-message,
.alert-configuration-form .form-composite .form-item--error-message,
.message-form .form-composite .form-item--error-message,
.modal-profile-form .form-composite .form-item--error-message,
.settings-form .form-composite .form-item--error-message,
.entity-form .form-composite .form-item--error-message,
.user-login-form .form-composite .form-item--error-message,
.user-register-form .form-composite .form-item--error-message,
.user-pass .form-composite .form-item--error-message,
.individual-registration-form .form-composite .form-item--error-message,
.user-form .form-composite .form-item--error-message,
.webform-submission-contact-form .form-composite .form-item--error-message,
.explore-filters-form .form-composite .form-item--error-message,
.events-filters-form .form-composite .form-item--error-message,
.artistycom-messaging-contact-modal-form .form-composite .form-item--error-message,
.messages-unified__search .form-composite .form-item--error-message {
  width: 100%;
}
.followed-user-alert-config-form .form-item--error-message,
.artistycom-user-settings-form .form-item--error-message,
.alert-configuration-form .form-item--error-message,
.message-form .form-item--error-message,
.modal-profile-form .form-item--error-message,
.settings-form .form-item--error-message,
.entity-form .form-item--error-message,
.user-login-form .form-item--error-message,
.user-register-form .form-item--error-message,
.user-pass .form-item--error-message,
.individual-registration-form .form-item--error-message,
.user-form .form-item--error-message,
.webform-submission-contact-form .form-item--error-message,
.explore-filters-form .form-item--error-message,
.events-filters-form .form-item--error-message,
.artistycom-messaging-contact-modal-form .form-item--error-message,
.messages-unified__search .form-item--error-message {
  color: #A60C4B;
  font-size: 0.875em;
  display: flex;
  align-items: center;
  gap: 4px;
}
.followed-user-alert-config-form .form-item--error-message::before,
.artistycom-user-settings-form .form-item--error-message::before,
.alert-configuration-form .form-item--error-message::before,
.message-form .form-item--error-message::before,
.modal-profile-form .form-item--error-message::before,
.settings-form .form-item--error-message::before,
.entity-form .form-item--error-message::before,
.user-login-form .form-item--error-message::before,
.user-register-form .form-item--error-message::before,
.user-pass .form-item--error-message::before,
.individual-registration-form .form-item--error-message::before,
.user-form .form-item--error-message::before,
.webform-submission-contact-form .form-item--error-message::before,
.explore-filters-form .form-item--error-message::before,
.events-filters-form .form-item--error-message::before,
.artistycom-messaging-contact-modal-form .form-item--error-message::before,
.messages-unified__search .form-item--error-message::before {
  content: "\f071";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 14px;
}
.followed-user-alert-config-form .entity-form__fieldset,
.artistycom-user-settings-form .entity-form__fieldset,
.alert-configuration-form .entity-form__fieldset,
.message-form .entity-form__fieldset,
.modal-profile-form .entity-form__fieldset,
.settings-form .entity-form__fieldset,
.entity-form .entity-form__fieldset,
.user-login-form .entity-form__fieldset,
.user-register-form .entity-form__fieldset,
.user-pass .entity-form__fieldset,
.individual-registration-form .entity-form__fieldset,
.user-form .entity-form__fieldset,
.webform-submission-contact-form .entity-form__fieldset,
.explore-filters-form .entity-form__fieldset,
.events-filters-form .entity-form__fieldset,
.artistycom-messaging-contact-modal-form .entity-form__fieldset,
.messages-unified__search .entity-form__fieldset {
  /*
  border: 1px solid color.adjust($border-color, $lightness: 5%);
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 24px;
   */
}
.followed-user-alert-config-form .form-type-boolean,
.artistycom-user-settings-form .form-type-boolean,
.alert-configuration-form .form-type-boolean,
.message-form .form-type-boolean,
.modal-profile-form .form-type-boolean,
.settings-form .form-type-boolean,
.entity-form .form-type-boolean,
.user-login-form .form-type-boolean,
.user-register-form .form-type-boolean,
.user-pass .form-type-boolean,
.individual-registration-form .form-type-boolean,
.user-form .form-type-boolean,
.webform-submission-contact-form .form-type-boolean,
.explore-filters-form .form-type-boolean,
.events-filters-form .form-type-boolean,
.artistycom-messaging-contact-modal-form .form-type-boolean,
.messages-unified__search .form-type-boolean {
  display: flex;
  align-items: center;
  gap: 8px;
}
.followed-user-alert-config-form input[type=checkbox],
.followed-user-alert-config-form input[type=radio],
.artistycom-user-settings-form input[type=checkbox],
.artistycom-user-settings-form input[type=radio],
.alert-configuration-form input[type=checkbox],
.alert-configuration-form input[type=radio],
.message-form input[type=checkbox],
.message-form input[type=radio],
.modal-profile-form input[type=checkbox],
.modal-profile-form input[type=radio],
.settings-form input[type=checkbox],
.settings-form input[type=radio],
.entity-form input[type=checkbox],
.entity-form input[type=radio],
.user-login-form input[type=checkbox],
.user-login-form input[type=radio],
.user-register-form input[type=checkbox],
.user-register-form input[type=radio],
.user-pass input[type=checkbox],
.user-pass input[type=radio],
.individual-registration-form input[type=checkbox],
.individual-registration-form input[type=radio],
.user-form input[type=checkbox],
.user-form input[type=radio],
.webform-submission-contact-form input[type=checkbox],
.webform-submission-contact-form input[type=radio],
.explore-filters-form input[type=checkbox],
.explore-filters-form input[type=radio],
.events-filters-form input[type=checkbox],
.events-filters-form input[type=radio],
.artistycom-messaging-contact-modal-form input[type=checkbox],
.artistycom-messaging-contact-modal-form input[type=radio],
.messages-unified__search input[type=checkbox],
.messages-unified__search input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 1.5px solid #F35395;
  position: relative;
  cursor: pointer;
  background: #fff;
  flex-shrink: 0;
  transition: all 0.2s ease;
  margin: 0;
  top: 1px;
}
.followed-user-alert-config-form input[type=checkbox]:hover,
.followed-user-alert-config-form input[type=radio]:hover,
.artistycom-user-settings-form input[type=checkbox]:hover,
.artistycom-user-settings-form input[type=radio]:hover,
.alert-configuration-form input[type=checkbox]:hover,
.alert-configuration-form input[type=radio]:hover,
.message-form input[type=checkbox]:hover,
.message-form input[type=radio]:hover,
.modal-profile-form input[type=checkbox]:hover,
.modal-profile-form input[type=radio]:hover,
.settings-form input[type=checkbox]:hover,
.settings-form input[type=radio]:hover,
.entity-form input[type=checkbox]:hover,
.entity-form input[type=radio]:hover,
.user-login-form input[type=checkbox]:hover,
.user-login-form input[type=radio]:hover,
.user-register-form input[type=checkbox]:hover,
.user-register-form input[type=radio]:hover,
.user-pass input[type=checkbox]:hover,
.user-pass input[type=radio]:hover,
.individual-registration-form input[type=checkbox]:hover,
.individual-registration-form input[type=radio]:hover,
.user-form input[type=checkbox]:hover,
.user-form input[type=radio]:hover,
.webform-submission-contact-form input[type=checkbox]:hover,
.webform-submission-contact-form input[type=radio]:hover,
.explore-filters-form input[type=checkbox]:hover,
.explore-filters-form input[type=radio]:hover,
.events-filters-form input[type=checkbox]:hover,
.events-filters-form input[type=radio]:hover,
.artistycom-messaging-contact-modal-form input[type=checkbox]:hover,
.artistycom-messaging-contact-modal-form input[type=radio]:hover,
.messages-unified__search input[type=checkbox]:hover,
.messages-unified__search input[type=radio]:hover {
  border-color: #F35395;
  background-color: #FDE7F0;
}
.followed-user-alert-config-form input[type=checkbox]:checked,
.followed-user-alert-config-form input[type=radio]:checked,
.artistycom-user-settings-form input[type=checkbox]:checked,
.artistycom-user-settings-form input[type=radio]:checked,
.alert-configuration-form input[type=checkbox]:checked,
.alert-configuration-form input[type=radio]:checked,
.message-form input[type=checkbox]:checked,
.message-form input[type=radio]:checked,
.modal-profile-form input[type=checkbox]:checked,
.modal-profile-form input[type=radio]:checked,
.settings-form input[type=checkbox]:checked,
.settings-form input[type=radio]:checked,
.entity-form input[type=checkbox]:checked,
.entity-form input[type=radio]:checked,
.user-login-form input[type=checkbox]:checked,
.user-login-form input[type=radio]:checked,
.user-register-form input[type=checkbox]:checked,
.user-register-form input[type=radio]:checked,
.user-pass input[type=checkbox]:checked,
.user-pass input[type=radio]:checked,
.individual-registration-form input[type=checkbox]:checked,
.individual-registration-form input[type=radio]:checked,
.user-form input[type=checkbox]:checked,
.user-form input[type=radio]:checked,
.webform-submission-contact-form input[type=checkbox]:checked,
.webform-submission-contact-form input[type=radio]:checked,
.explore-filters-form input[type=checkbox]:checked,
.explore-filters-form input[type=radio]:checked,
.events-filters-form input[type=checkbox]:checked,
.events-filters-form input[type=radio]:checked,
.artistycom-messaging-contact-modal-form input[type=checkbox]:checked,
.artistycom-messaging-contact-modal-form input[type=radio]:checked,
.messages-unified__search input[type=checkbox]:checked,
.messages-unified__search input[type=radio]:checked {
  background-color: #F35395;
  border-color: #F35395;
}
.followed-user-alert-config-form input[type=checkbox]:checked::after,
.followed-user-alert-config-form input[type=radio]:checked::after,
.artistycom-user-settings-form input[type=checkbox]:checked::after,
.artistycom-user-settings-form input[type=radio]:checked::after,
.alert-configuration-form input[type=checkbox]:checked::after,
.alert-configuration-form input[type=radio]:checked::after,
.message-form input[type=checkbox]:checked::after,
.message-form input[type=radio]:checked::after,
.modal-profile-form input[type=checkbox]:checked::after,
.modal-profile-form input[type=radio]:checked::after,
.settings-form input[type=checkbox]:checked::after,
.settings-form input[type=radio]:checked::after,
.entity-form input[type=checkbox]:checked::after,
.entity-form input[type=radio]:checked::after,
.user-login-form input[type=checkbox]:checked::after,
.user-login-form input[type=radio]:checked::after,
.user-register-form input[type=checkbox]:checked::after,
.user-register-form input[type=radio]:checked::after,
.user-pass input[type=checkbox]:checked::after,
.user-pass input[type=radio]:checked::after,
.individual-registration-form input[type=checkbox]:checked::after,
.individual-registration-form input[type=radio]:checked::after,
.user-form input[type=checkbox]:checked::after,
.user-form input[type=radio]:checked::after,
.webform-submission-contact-form input[type=checkbox]:checked::after,
.webform-submission-contact-form input[type=radio]:checked::after,
.explore-filters-form input[type=checkbox]:checked::after,
.explore-filters-form input[type=radio]:checked::after,
.events-filters-form input[type=checkbox]:checked::after,
.events-filters-form input[type=radio]:checked::after,
.artistycom-messaging-contact-modal-form input[type=checkbox]:checked::after,
.artistycom-messaging-contact-modal-form input[type=radio]:checked::after,
.messages-unified__search input[type=checkbox]:checked::after,
.messages-unified__search input[type=radio]:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -60%) rotate(45deg);
}
.followed-user-alert-config-form input[type=checkbox]:disabled,
.followed-user-alert-config-form input[type=radio]:disabled,
.artistycom-user-settings-form input[type=checkbox]:disabled,
.artistycom-user-settings-form input[type=radio]:disabled,
.alert-configuration-form input[type=checkbox]:disabled,
.alert-configuration-form input[type=radio]:disabled,
.message-form input[type=checkbox]:disabled,
.message-form input[type=radio]:disabled,
.modal-profile-form input[type=checkbox]:disabled,
.modal-profile-form input[type=radio]:disabled,
.settings-form input[type=checkbox]:disabled,
.settings-form input[type=radio]:disabled,
.entity-form input[type=checkbox]:disabled,
.entity-form input[type=radio]:disabled,
.user-login-form input[type=checkbox]:disabled,
.user-login-form input[type=radio]:disabled,
.user-register-form input[type=checkbox]:disabled,
.user-register-form input[type=radio]:disabled,
.user-pass input[type=checkbox]:disabled,
.user-pass input[type=radio]:disabled,
.individual-registration-form input[type=checkbox]:disabled,
.individual-registration-form input[type=radio]:disabled,
.user-form input[type=checkbox]:disabled,
.user-form input[type=radio]:disabled,
.webform-submission-contact-form input[type=checkbox]:disabled,
.webform-submission-contact-form input[type=radio]:disabled,
.explore-filters-form input[type=checkbox]:disabled,
.explore-filters-form input[type=radio]:disabled,
.events-filters-form input[type=checkbox]:disabled,
.events-filters-form input[type=radio]:disabled,
.artistycom-messaging-contact-modal-form input[type=checkbox]:disabled,
.artistycom-messaging-contact-modal-form input[type=radio]:disabled,
.messages-unified__search input[type=checkbox]:disabled,
.messages-unified__search input[type=radio]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.followed-user-alert-config-form input[type=checkbox]:disabled + label,
.followed-user-alert-config-form input[type=radio]:disabled + label,
.artistycom-user-settings-form input[type=checkbox]:disabled + label,
.artistycom-user-settings-form input[type=radio]:disabled + label,
.alert-configuration-form input[type=checkbox]:disabled + label,
.alert-configuration-form input[type=radio]:disabled + label,
.message-form input[type=checkbox]:disabled + label,
.message-form input[type=radio]:disabled + label,
.modal-profile-form input[type=checkbox]:disabled + label,
.modal-profile-form input[type=radio]:disabled + label,
.settings-form input[type=checkbox]:disabled + label,
.settings-form input[type=radio]:disabled + label,
.entity-form input[type=checkbox]:disabled + label,
.entity-form input[type=radio]:disabled + label,
.user-login-form input[type=checkbox]:disabled + label,
.user-login-form input[type=radio]:disabled + label,
.user-register-form input[type=checkbox]:disabled + label,
.user-register-form input[type=radio]:disabled + label,
.user-pass input[type=checkbox]:disabled + label,
.user-pass input[type=radio]:disabled + label,
.individual-registration-form input[type=checkbox]:disabled + label,
.individual-registration-form input[type=radio]:disabled + label,
.user-form input[type=checkbox]:disabled + label,
.user-form input[type=radio]:disabled + label,
.webform-submission-contact-form input[type=checkbox]:disabled + label,
.webform-submission-contact-form input[type=radio]:disabled + label,
.explore-filters-form input[type=checkbox]:disabled + label,
.explore-filters-form input[type=radio]:disabled + label,
.events-filters-form input[type=checkbox]:disabled + label,
.events-filters-form input[type=radio]:disabled + label,
.artistycom-messaging-contact-modal-form input[type=checkbox]:disabled + label,
.artistycom-messaging-contact-modal-form input[type=radio]:disabled + label,
.messages-unified__search input[type=checkbox]:disabled + label,
.messages-unified__search input[type=radio]:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
}
.followed-user-alert-config-form input[type=checkbox] + label,
.followed-user-alert-config-form input[type=radio] + label,
.artistycom-user-settings-form input[type=checkbox] + label,
.artistycom-user-settings-form input[type=radio] + label,
.alert-configuration-form input[type=checkbox] + label,
.alert-configuration-form input[type=radio] + label,
.message-form input[type=checkbox] + label,
.message-form input[type=radio] + label,
.modal-profile-form input[type=checkbox] + label,
.modal-profile-form input[type=radio] + label,
.settings-form input[type=checkbox] + label,
.settings-form input[type=radio] + label,
.entity-form input[type=checkbox] + label,
.entity-form input[type=radio] + label,
.user-login-form input[type=checkbox] + label,
.user-login-form input[type=radio] + label,
.user-register-form input[type=checkbox] + label,
.user-register-form input[type=radio] + label,
.user-pass input[type=checkbox] + label,
.user-pass input[type=radio] + label,
.individual-registration-form input[type=checkbox] + label,
.individual-registration-form input[type=radio] + label,
.user-form input[type=checkbox] + label,
.user-form input[type=radio] + label,
.webform-submission-contact-form input[type=checkbox] + label,
.webform-submission-contact-form input[type=radio] + label,
.explore-filters-form input[type=checkbox] + label,
.explore-filters-form input[type=radio] + label,
.events-filters-form input[type=checkbox] + label,
.events-filters-form input[type=radio] + label,
.artistycom-messaging-contact-modal-form input[type=checkbox] + label,
.artistycom-messaging-contact-modal-form input[type=radio] + label,
.messages-unified__search input[type=checkbox] + label,
.messages-unified__search input[type=radio] + label {
  color: #000000;
  font-weight: 400;
  margin-bottom: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .followed-user-alert-config-form input[type=checkbox] + label,
  .followed-user-alert-config-form input[type=radio] + label,
  .artistycom-user-settings-form input[type=checkbox] + label,
  .artistycom-user-settings-form input[type=radio] + label,
  .alert-configuration-form input[type=checkbox] + label,
  .alert-configuration-form input[type=radio] + label,
  .message-form input[type=checkbox] + label,
  .message-form input[type=radio] + label,
  .modal-profile-form input[type=checkbox] + label,
  .modal-profile-form input[type=radio] + label,
  .settings-form input[type=checkbox] + label,
  .settings-form input[type=radio] + label,
  .entity-form input[type=checkbox] + label,
  .entity-form input[type=radio] + label,
  .user-login-form input[type=checkbox] + label,
  .user-login-form input[type=radio] + label,
  .user-register-form input[type=checkbox] + label,
  .user-register-form input[type=radio] + label,
  .user-pass input[type=checkbox] + label,
  .user-pass input[type=radio] + label,
  .individual-registration-form input[type=checkbox] + label,
  .individual-registration-form input[type=radio] + label,
  .user-form input[type=checkbox] + label,
  .user-form input[type=radio] + label,
  .webform-submission-contact-form input[type=checkbox] + label,
  .webform-submission-contact-form input[type=radio] + label,
  .explore-filters-form input[type=checkbox] + label,
  .explore-filters-form input[type=radio] + label,
  .events-filters-form input[type=checkbox] + label,
  .events-filters-form input[type=radio] + label,
  .artistycom-messaging-contact-modal-form input[type=checkbox] + label,
  .artistycom-messaging-contact-modal-form input[type=radio] + label,
  .messages-unified__search input[type=checkbox] + label,
  .messages-unified__search input[type=radio] + label {
    font-size: 0.875rem;
  }
}
.followed-user-alert-config-form input[type=radio],
.artistycom-user-settings-form input[type=radio],
.alert-configuration-form input[type=radio],
.message-form input[type=radio],
.modal-profile-form input[type=radio],
.settings-form input[type=radio],
.entity-form input[type=radio],
.user-login-form input[type=radio],
.user-register-form input[type=radio],
.user-pass input[type=radio],
.individual-registration-form input[type=radio],
.user-form input[type=radio],
.webform-submission-contact-form input[type=radio],
.explore-filters-form input[type=radio],
.events-filters-form input[type=radio],
.artistycom-messaging-contact-modal-form input[type=radio],
.messages-unified__search input[type=radio] {
  border-radius: 50%;
}
.followed-user-alert-config-form input[type=radio]:checked::after,
.artistycom-user-settings-form input[type=radio]:checked::after,
.alert-configuration-form input[type=radio]:checked::after,
.message-form input[type=radio]:checked::after,
.modal-profile-form input[type=radio]:checked::after,
.settings-form input[type=radio]:checked::after,
.entity-form input[type=radio]:checked::after,
.user-login-form input[type=radio]:checked::after,
.user-register-form input[type=radio]:checked::after,
.user-pass input[type=radio]:checked::after,
.individual-registration-form input[type=radio]:checked::after,
.user-form input[type=radio]:checked::after,
.webform-submission-contact-form input[type=radio]:checked::after,
.explore-filters-form input[type=radio]:checked::after,
.events-filters-form input[type=radio]:checked::after,
.artistycom-messaging-contact-modal-form input[type=radio]:checked::after,
.messages-unified__search input[type=radio]:checked::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: white;
  border: none;
  transform: translate(-50%, -50%);
}
.followed-user-alert-config-form .form-composite legend,
.artistycom-user-settings-form .form-composite legend,
.alert-configuration-form .form-composite legend,
.message-form .form-composite legend,
.modal-profile-form .form-composite legend,
.settings-form .form-composite legend,
.entity-form .form-composite legend,
.user-login-form .form-composite legend,
.user-register-form .form-composite legend,
.user-pass .form-composite legend,
.individual-registration-form .form-composite legend,
.user-form .form-composite legend,
.webform-submission-contact-form .form-composite legend,
.explore-filters-form .form-composite legend,
.events-filters-form .form-composite legend,
.artistycom-messaging-contact-modal-form .form-composite legend,
.messages-unified__search .form-composite legend {
  margin: 0;
}
.followed-user-alert-config-form .form-composite .fieldset-legend,
.artistycom-user-settings-form .form-composite .fieldset-legend,
.alert-configuration-form .form-composite .fieldset-legend,
.message-form .form-composite .fieldset-legend,
.modal-profile-form .form-composite .fieldset-legend,
.settings-form .form-composite .fieldset-legend,
.entity-form .form-composite .fieldset-legend,
.user-login-form .form-composite .fieldset-legend,
.user-register-form .form-composite .fieldset-legend,
.user-pass .form-composite .fieldset-legend,
.individual-registration-form .form-composite .fieldset-legend,
.user-form .form-composite .fieldset-legend,
.webform-submission-contact-form .form-composite .fieldset-legend,
.explore-filters-form .form-composite .fieldset-legend,
.events-filters-form .form-composite .fieldset-legend,
.artistycom-messaging-contact-modal-form .form-composite .fieldset-legend,
.messages-unified__search .form-composite .fieldset-legend {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #F35395;
  margin-bottom: 6px;
}
.followed-user-alert-config-form .explore-filters__checkboxes .form-checkboxes,
.followed-user-alert-config-form .entity-form__checkboxes .form-checkboxes,
.followed-user-alert-config-form .entity-form__radios .form-checkboxes,
.followed-user-alert-config-form .form-composite .form-checkboxes,
.followed-user-alert-config-form .form-composite .form-radios,
.artistycom-user-settings-form .explore-filters__checkboxes .form-checkboxes,
.artistycom-user-settings-form .entity-form__checkboxes .form-checkboxes,
.artistycom-user-settings-form .entity-form__radios .form-checkboxes,
.artistycom-user-settings-form .form-composite .form-checkboxes,
.artistycom-user-settings-form .form-composite .form-radios,
.alert-configuration-form .explore-filters__checkboxes .form-checkboxes,
.alert-configuration-form .entity-form__checkboxes .form-checkboxes,
.alert-configuration-form .entity-form__radios .form-checkboxes,
.alert-configuration-form .form-composite .form-checkboxes,
.alert-configuration-form .form-composite .form-radios,
.message-form .explore-filters__checkboxes .form-checkboxes,
.message-form .entity-form__checkboxes .form-checkboxes,
.message-form .entity-form__radios .form-checkboxes,
.message-form .form-composite .form-checkboxes,
.message-form .form-composite .form-radios,
.modal-profile-form .explore-filters__checkboxes .form-checkboxes,
.modal-profile-form .entity-form__checkboxes .form-checkboxes,
.modal-profile-form .entity-form__radios .form-checkboxes,
.modal-profile-form .form-composite .form-checkboxes,
.modal-profile-form .form-composite .form-radios,
.settings-form .explore-filters__checkboxes .form-checkboxes,
.settings-form .entity-form__checkboxes .form-checkboxes,
.settings-form .entity-form__radios .form-checkboxes,
.settings-form .form-composite .form-checkboxes,
.settings-form .form-composite .form-radios,
.entity-form .explore-filters__checkboxes .form-checkboxes,
.entity-form .entity-form__checkboxes .form-checkboxes,
.entity-form .entity-form__radios .form-checkboxes,
.entity-form .form-composite .form-checkboxes,
.entity-form .form-composite .form-radios,
.user-login-form .explore-filters__checkboxes .form-checkboxes,
.user-login-form .entity-form__checkboxes .form-checkboxes,
.user-login-form .entity-form__radios .form-checkboxes,
.user-login-form .form-composite .form-checkboxes,
.user-login-form .form-composite .form-radios,
.user-register-form .explore-filters__checkboxes .form-checkboxes,
.user-register-form .entity-form__checkboxes .form-checkboxes,
.user-register-form .entity-form__radios .form-checkboxes,
.user-register-form .form-composite .form-checkboxes,
.user-register-form .form-composite .form-radios,
.user-pass .explore-filters__checkboxes .form-checkboxes,
.user-pass .entity-form__checkboxes .form-checkboxes,
.user-pass .entity-form__radios .form-checkboxes,
.user-pass .form-composite .form-checkboxes,
.user-pass .form-composite .form-radios,
.individual-registration-form .explore-filters__checkboxes .form-checkboxes,
.individual-registration-form .entity-form__checkboxes .form-checkboxes,
.individual-registration-form .entity-form__radios .form-checkboxes,
.individual-registration-form .form-composite .form-checkboxes,
.individual-registration-form .form-composite .form-radios,
.user-form .explore-filters__checkboxes .form-checkboxes,
.user-form .entity-form__checkboxes .form-checkboxes,
.user-form .entity-form__radios .form-checkboxes,
.user-form .form-composite .form-checkboxes,
.user-form .form-composite .form-radios,
.webform-submission-contact-form .explore-filters__checkboxes .form-checkboxes,
.webform-submission-contact-form .entity-form__checkboxes .form-checkboxes,
.webform-submission-contact-form .entity-form__radios .form-checkboxes,
.webform-submission-contact-form .form-composite .form-checkboxes,
.webform-submission-contact-form .form-composite .form-radios,
.explore-filters-form .explore-filters__checkboxes .form-checkboxes,
.explore-filters-form .entity-form__checkboxes .form-checkboxes,
.explore-filters-form .entity-form__radios .form-checkboxes,
.explore-filters-form .form-composite .form-checkboxes,
.explore-filters-form .form-composite .form-radios,
.events-filters-form .explore-filters__checkboxes .form-checkboxes,
.events-filters-form .entity-form__checkboxes .form-checkboxes,
.events-filters-form .entity-form__radios .form-checkboxes,
.events-filters-form .form-composite .form-checkboxes,
.events-filters-form .form-composite .form-radios,
.artistycom-messaging-contact-modal-form .explore-filters__checkboxes .form-checkboxes,
.artistycom-messaging-contact-modal-form .entity-form__checkboxes .form-checkboxes,
.artistycom-messaging-contact-modal-form .entity-form__radios .form-checkboxes,
.artistycom-messaging-contact-modal-form .form-composite .form-checkboxes,
.artistycom-messaging-contact-modal-form .form-composite .form-radios,
.messages-unified__search .explore-filters__checkboxes .form-checkboxes,
.messages-unified__search .entity-form__checkboxes .form-checkboxes,
.messages-unified__search .entity-form__radios .form-checkboxes,
.messages-unified__search .form-composite .form-checkboxes,
.messages-unified__search .form-composite .form-radios {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.followed-user-alert-config-form .explore-filters__checkboxes .form-checkboxes .form-item,
.followed-user-alert-config-form .entity-form__checkboxes .form-checkboxes .form-item,
.followed-user-alert-config-form .entity-form__radios .form-checkboxes .form-item,
.followed-user-alert-config-form .form-composite .form-checkboxes .form-item,
.followed-user-alert-config-form .form-composite .form-radios .form-item,
.artistycom-user-settings-form .explore-filters__checkboxes .form-checkboxes .form-item,
.artistycom-user-settings-form .entity-form__checkboxes .form-checkboxes .form-item,
.artistycom-user-settings-form .entity-form__radios .form-checkboxes .form-item,
.artistycom-user-settings-form .form-composite .form-checkboxes .form-item,
.artistycom-user-settings-form .form-composite .form-radios .form-item,
.alert-configuration-form .explore-filters__checkboxes .form-checkboxes .form-item,
.alert-configuration-form .entity-form__checkboxes .form-checkboxes .form-item,
.alert-configuration-form .entity-form__radios .form-checkboxes .form-item,
.alert-configuration-form .form-composite .form-checkboxes .form-item,
.alert-configuration-form .form-composite .form-radios .form-item,
.message-form .explore-filters__checkboxes .form-checkboxes .form-item,
.message-form .entity-form__checkboxes .form-checkboxes .form-item,
.message-form .entity-form__radios .form-checkboxes .form-item,
.message-form .form-composite .form-checkboxes .form-item,
.message-form .form-composite .form-radios .form-item,
.modal-profile-form .explore-filters__checkboxes .form-checkboxes .form-item,
.modal-profile-form .entity-form__checkboxes .form-checkboxes .form-item,
.modal-profile-form .entity-form__radios .form-checkboxes .form-item,
.modal-profile-form .form-composite .form-checkboxes .form-item,
.modal-profile-form .form-composite .form-radios .form-item,
.settings-form .explore-filters__checkboxes .form-checkboxes .form-item,
.settings-form .entity-form__checkboxes .form-checkboxes .form-item,
.settings-form .entity-form__radios .form-checkboxes .form-item,
.settings-form .form-composite .form-checkboxes .form-item,
.settings-form .form-composite .form-radios .form-item,
.entity-form .explore-filters__checkboxes .form-checkboxes .form-item,
.entity-form .entity-form__checkboxes .form-checkboxes .form-item,
.entity-form .entity-form__radios .form-checkboxes .form-item,
.entity-form .form-composite .form-checkboxes .form-item,
.entity-form .form-composite .form-radios .form-item,
.user-login-form .explore-filters__checkboxes .form-checkboxes .form-item,
.user-login-form .entity-form__checkboxes .form-checkboxes .form-item,
.user-login-form .entity-form__radios .form-checkboxes .form-item,
.user-login-form .form-composite .form-checkboxes .form-item,
.user-login-form .form-composite .form-radios .form-item,
.user-register-form .explore-filters__checkboxes .form-checkboxes .form-item,
.user-register-form .entity-form__checkboxes .form-checkboxes .form-item,
.user-register-form .entity-form__radios .form-checkboxes .form-item,
.user-register-form .form-composite .form-checkboxes .form-item,
.user-register-form .form-composite .form-radios .form-item,
.user-pass .explore-filters__checkboxes .form-checkboxes .form-item,
.user-pass .entity-form__checkboxes .form-checkboxes .form-item,
.user-pass .entity-form__radios .form-checkboxes .form-item,
.user-pass .form-composite .form-checkboxes .form-item,
.user-pass .form-composite .form-radios .form-item,
.individual-registration-form .explore-filters__checkboxes .form-checkboxes .form-item,
.individual-registration-form .entity-form__checkboxes .form-checkboxes .form-item,
.individual-registration-form .entity-form__radios .form-checkboxes .form-item,
.individual-registration-form .form-composite .form-checkboxes .form-item,
.individual-registration-form .form-composite .form-radios .form-item,
.user-form .explore-filters__checkboxes .form-checkboxes .form-item,
.user-form .entity-form__checkboxes .form-checkboxes .form-item,
.user-form .entity-form__radios .form-checkboxes .form-item,
.user-form .form-composite .form-checkboxes .form-item,
.user-form .form-composite .form-radios .form-item,
.webform-submission-contact-form .explore-filters__checkboxes .form-checkboxes .form-item,
.webform-submission-contact-form .entity-form__checkboxes .form-checkboxes .form-item,
.webform-submission-contact-form .entity-form__radios .form-checkboxes .form-item,
.webform-submission-contact-form .form-composite .form-checkboxes .form-item,
.webform-submission-contact-form .form-composite .form-radios .form-item,
.explore-filters-form .explore-filters__checkboxes .form-checkboxes .form-item,
.explore-filters-form .entity-form__checkboxes .form-checkboxes .form-item,
.explore-filters-form .entity-form__radios .form-checkboxes .form-item,
.explore-filters-form .form-composite .form-checkboxes .form-item,
.explore-filters-form .form-composite .form-radios .form-item,
.events-filters-form .explore-filters__checkboxes .form-checkboxes .form-item,
.events-filters-form .entity-form__checkboxes .form-checkboxes .form-item,
.events-filters-form .entity-form__radios .form-checkboxes .form-item,
.events-filters-form .form-composite .form-checkboxes .form-item,
.events-filters-form .form-composite .form-radios .form-item,
.artistycom-messaging-contact-modal-form .explore-filters__checkboxes .form-checkboxes .form-item,
.artistycom-messaging-contact-modal-form .entity-form__checkboxes .form-checkboxes .form-item,
.artistycom-messaging-contact-modal-form .entity-form__radios .form-checkboxes .form-item,
.artistycom-messaging-contact-modal-form .form-composite .form-checkboxes .form-item,
.artistycom-messaging-contact-modal-form .form-composite .form-radios .form-item,
.messages-unified__search .explore-filters__checkboxes .form-checkboxes .form-item,
.messages-unified__search .entity-form__checkboxes .form-checkboxes .form-item,
.messages-unified__search .entity-form__radios .form-checkboxes .form-item,
.messages-unified__search .form-composite .form-checkboxes .form-item,
.messages-unified__search .form-composite .form-radios .form-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
  width: 32%;
}
.followed-user-alert-config-form .explore-filters__checkboxes .form-checkboxes label,
.followed-user-alert-config-form .entity-form__checkboxes .form-checkboxes label,
.followed-user-alert-config-form .entity-form__radios .form-checkboxes label,
.followed-user-alert-config-form .form-composite .form-checkboxes label,
.followed-user-alert-config-form .form-composite .form-radios label,
.artistycom-user-settings-form .explore-filters__checkboxes .form-checkboxes label,
.artistycom-user-settings-form .entity-form__checkboxes .form-checkboxes label,
.artistycom-user-settings-form .entity-form__radios .form-checkboxes label,
.artistycom-user-settings-form .form-composite .form-checkboxes label,
.artistycom-user-settings-form .form-composite .form-radios label,
.alert-configuration-form .explore-filters__checkboxes .form-checkboxes label,
.alert-configuration-form .entity-form__checkboxes .form-checkboxes label,
.alert-configuration-form .entity-form__radios .form-checkboxes label,
.alert-configuration-form .form-composite .form-checkboxes label,
.alert-configuration-form .form-composite .form-radios label,
.message-form .explore-filters__checkboxes .form-checkboxes label,
.message-form .entity-form__checkboxes .form-checkboxes label,
.message-form .entity-form__radios .form-checkboxes label,
.message-form .form-composite .form-checkboxes label,
.message-form .form-composite .form-radios label,
.modal-profile-form .explore-filters__checkboxes .form-checkboxes label,
.modal-profile-form .entity-form__checkboxes .form-checkboxes label,
.modal-profile-form .entity-form__radios .form-checkboxes label,
.modal-profile-form .form-composite .form-checkboxes label,
.modal-profile-form .form-composite .form-radios label,
.settings-form .explore-filters__checkboxes .form-checkboxes label,
.settings-form .entity-form__checkboxes .form-checkboxes label,
.settings-form .entity-form__radios .form-checkboxes label,
.settings-form .form-composite .form-checkboxes label,
.settings-form .form-composite .form-radios label,
.entity-form .explore-filters__checkboxes .form-checkboxes label,
.entity-form .entity-form__checkboxes .form-checkboxes label,
.entity-form .entity-form__radios .form-checkboxes label,
.entity-form .form-composite .form-checkboxes label,
.entity-form .form-composite .form-radios label,
.user-login-form .explore-filters__checkboxes .form-checkboxes label,
.user-login-form .entity-form__checkboxes .form-checkboxes label,
.user-login-form .entity-form__radios .form-checkboxes label,
.user-login-form .form-composite .form-checkboxes label,
.user-login-form .form-composite .form-radios label,
.user-register-form .explore-filters__checkboxes .form-checkboxes label,
.user-register-form .entity-form__checkboxes .form-checkboxes label,
.user-register-form .entity-form__radios .form-checkboxes label,
.user-register-form .form-composite .form-checkboxes label,
.user-register-form .form-composite .form-radios label,
.user-pass .explore-filters__checkboxes .form-checkboxes label,
.user-pass .entity-form__checkboxes .form-checkboxes label,
.user-pass .entity-form__radios .form-checkboxes label,
.user-pass .form-composite .form-checkboxes label,
.user-pass .form-composite .form-radios label,
.individual-registration-form .explore-filters__checkboxes .form-checkboxes label,
.individual-registration-form .entity-form__checkboxes .form-checkboxes label,
.individual-registration-form .entity-form__radios .form-checkboxes label,
.individual-registration-form .form-composite .form-checkboxes label,
.individual-registration-form .form-composite .form-radios label,
.user-form .explore-filters__checkboxes .form-checkboxes label,
.user-form .entity-form__checkboxes .form-checkboxes label,
.user-form .entity-form__radios .form-checkboxes label,
.user-form .form-composite .form-checkboxes label,
.user-form .form-composite .form-radios label,
.webform-submission-contact-form .explore-filters__checkboxes .form-checkboxes label,
.webform-submission-contact-form .entity-form__checkboxes .form-checkboxes label,
.webform-submission-contact-form .entity-form__radios .form-checkboxes label,
.webform-submission-contact-form .form-composite .form-checkboxes label,
.webform-submission-contact-form .form-composite .form-radios label,
.explore-filters-form .explore-filters__checkboxes .form-checkboxes label,
.explore-filters-form .entity-form__checkboxes .form-checkboxes label,
.explore-filters-form .entity-form__radios .form-checkboxes label,
.explore-filters-form .form-composite .form-checkboxes label,
.explore-filters-form .form-composite .form-radios label,
.events-filters-form .explore-filters__checkboxes .form-checkboxes label,
.events-filters-form .entity-form__checkboxes .form-checkboxes label,
.events-filters-form .entity-form__radios .form-checkboxes label,
.events-filters-form .form-composite .form-checkboxes label,
.events-filters-form .form-composite .form-radios label,
.artistycom-messaging-contact-modal-form .explore-filters__checkboxes .form-checkboxes label,
.artistycom-messaging-contact-modal-form .entity-form__checkboxes .form-checkboxes label,
.artistycom-messaging-contact-modal-form .entity-form__radios .form-checkboxes label,
.artistycom-messaging-contact-modal-form .form-composite .form-checkboxes label,
.artistycom-messaging-contact-modal-form .form-composite .form-radios label,
.messages-unified__search .explore-filters__checkboxes .form-checkboxes label,
.messages-unified__search .entity-form__checkboxes .form-checkboxes label,
.messages-unified__search .entity-form__radios .form-checkboxes label,
.messages-unified__search .form-composite .form-checkboxes label,
.messages-unified__search .form-composite .form-radios label {
  display: flex;
  align-items: center;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
  color: #333;
}
.followed-user-alert-config-form .explore-filters__checkboxes .form-checkboxes label input,
.followed-user-alert-config-form .entity-form__checkboxes .form-checkboxes label input,
.followed-user-alert-config-form .entity-form__radios .form-checkboxes label input,
.followed-user-alert-config-form .form-composite .form-checkboxes label input,
.followed-user-alert-config-form .form-composite .form-radios label input,
.artistycom-user-settings-form .explore-filters__checkboxes .form-checkboxes label input,
.artistycom-user-settings-form .entity-form__checkboxes .form-checkboxes label input,
.artistycom-user-settings-form .entity-form__radios .form-checkboxes label input,
.artistycom-user-settings-form .form-composite .form-checkboxes label input,
.artistycom-user-settings-form .form-composite .form-radios label input,
.alert-configuration-form .explore-filters__checkboxes .form-checkboxes label input,
.alert-configuration-form .entity-form__checkboxes .form-checkboxes label input,
.alert-configuration-form .entity-form__radios .form-checkboxes label input,
.alert-configuration-form .form-composite .form-checkboxes label input,
.alert-configuration-form .form-composite .form-radios label input,
.message-form .explore-filters__checkboxes .form-checkboxes label input,
.message-form .entity-form__checkboxes .form-checkboxes label input,
.message-form .entity-form__radios .form-checkboxes label input,
.message-form .form-composite .form-checkboxes label input,
.message-form .form-composite .form-radios label input,
.modal-profile-form .explore-filters__checkboxes .form-checkboxes label input,
.modal-profile-form .entity-form__checkboxes .form-checkboxes label input,
.modal-profile-form .entity-form__radios .form-checkboxes label input,
.modal-profile-form .form-composite .form-checkboxes label input,
.modal-profile-form .form-composite .form-radios label input,
.settings-form .explore-filters__checkboxes .form-checkboxes label input,
.settings-form .entity-form__checkboxes .form-checkboxes label input,
.settings-form .entity-form__radios .form-checkboxes label input,
.settings-form .form-composite .form-checkboxes label input,
.settings-form .form-composite .form-radios label input,
.entity-form .explore-filters__checkboxes .form-checkboxes label input,
.entity-form .entity-form__checkboxes .form-checkboxes label input,
.entity-form .entity-form__radios .form-checkboxes label input,
.entity-form .form-composite .form-checkboxes label input,
.entity-form .form-composite .form-radios label input,
.user-login-form .explore-filters__checkboxes .form-checkboxes label input,
.user-login-form .entity-form__checkboxes .form-checkboxes label input,
.user-login-form .entity-form__radios .form-checkboxes label input,
.user-login-form .form-composite .form-checkboxes label input,
.user-login-form .form-composite .form-radios label input,
.user-register-form .explore-filters__checkboxes .form-checkboxes label input,
.user-register-form .entity-form__checkboxes .form-checkboxes label input,
.user-register-form .entity-form__radios .form-checkboxes label input,
.user-register-form .form-composite .form-checkboxes label input,
.user-register-form .form-composite .form-radios label input,
.user-pass .explore-filters__checkboxes .form-checkboxes label input,
.user-pass .entity-form__checkboxes .form-checkboxes label input,
.user-pass .entity-form__radios .form-checkboxes label input,
.user-pass .form-composite .form-checkboxes label input,
.user-pass .form-composite .form-radios label input,
.individual-registration-form .explore-filters__checkboxes .form-checkboxes label input,
.individual-registration-form .entity-form__checkboxes .form-checkboxes label input,
.individual-registration-form .entity-form__radios .form-checkboxes label input,
.individual-registration-form .form-composite .form-checkboxes label input,
.individual-registration-form .form-composite .form-radios label input,
.user-form .explore-filters__checkboxes .form-checkboxes label input,
.user-form .entity-form__checkboxes .form-checkboxes label input,
.user-form .entity-form__radios .form-checkboxes label input,
.user-form .form-composite .form-checkboxes label input,
.user-form .form-composite .form-radios label input,
.webform-submission-contact-form .explore-filters__checkboxes .form-checkboxes label input,
.webform-submission-contact-form .entity-form__checkboxes .form-checkboxes label input,
.webform-submission-contact-form .entity-form__radios .form-checkboxes label input,
.webform-submission-contact-form .form-composite .form-checkboxes label input,
.webform-submission-contact-form .form-composite .form-radios label input,
.explore-filters-form .explore-filters__checkboxes .form-checkboxes label input,
.explore-filters-form .entity-form__checkboxes .form-checkboxes label input,
.explore-filters-form .entity-form__radios .form-checkboxes label input,
.explore-filters-form .form-composite .form-checkboxes label input,
.explore-filters-form .form-composite .form-radios label input,
.events-filters-form .explore-filters__checkboxes .form-checkboxes label input,
.events-filters-form .entity-form__checkboxes .form-checkboxes label input,
.events-filters-form .entity-form__radios .form-checkboxes label input,
.events-filters-form .form-composite .form-checkboxes label input,
.events-filters-form .form-composite .form-radios label input,
.artistycom-messaging-contact-modal-form .explore-filters__checkboxes .form-checkboxes label input,
.artistycom-messaging-contact-modal-form .entity-form__checkboxes .form-checkboxes label input,
.artistycom-messaging-contact-modal-form .entity-form__radios .form-checkboxes label input,
.artistycom-messaging-contact-modal-form .form-composite .form-checkboxes label input,
.artistycom-messaging-contact-modal-form .form-composite .form-radios label input,
.messages-unified__search .explore-filters__checkboxes .form-checkboxes label input,
.messages-unified__search .entity-form__checkboxes .form-checkboxes label input,
.messages-unified__search .entity-form__radios .form-checkboxes label input,
.messages-unified__search .form-composite .form-checkboxes label input,
.messages-unified__search .form-composite .form-radios label input {
  margin-right: 8px;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .followed-user-alert-config-form .explore-filters__checkboxes .form-checkboxes,
  .followed-user-alert-config-form .entity-form__checkboxes .form-checkboxes,
  .followed-user-alert-config-form .entity-form__radios .form-checkboxes,
  .followed-user-alert-config-form .form-composite .form-checkboxes,
  .followed-user-alert-config-form .form-composite .form-radios,
  .artistycom-user-settings-form .explore-filters__checkboxes .form-checkboxes,
  .artistycom-user-settings-form .entity-form__checkboxes .form-checkboxes,
  .artistycom-user-settings-form .entity-form__radios .form-checkboxes,
  .artistycom-user-settings-form .form-composite .form-checkboxes,
  .artistycom-user-settings-form .form-composite .form-radios,
  .alert-configuration-form .explore-filters__checkboxes .form-checkboxes,
  .alert-configuration-form .entity-form__checkboxes .form-checkboxes,
  .alert-configuration-form .entity-form__radios .form-checkboxes,
  .alert-configuration-form .form-composite .form-checkboxes,
  .alert-configuration-form .form-composite .form-radios,
  .message-form .explore-filters__checkboxes .form-checkboxes,
  .message-form .entity-form__checkboxes .form-checkboxes,
  .message-form .entity-form__radios .form-checkboxes,
  .message-form .form-composite .form-checkboxes,
  .message-form .form-composite .form-radios,
  .modal-profile-form .explore-filters__checkboxes .form-checkboxes,
  .modal-profile-form .entity-form__checkboxes .form-checkboxes,
  .modal-profile-form .entity-form__radios .form-checkboxes,
  .modal-profile-form .form-composite .form-checkboxes,
  .modal-profile-form .form-composite .form-radios,
  .settings-form .explore-filters__checkboxes .form-checkboxes,
  .settings-form .entity-form__checkboxes .form-checkboxes,
  .settings-form .entity-form__radios .form-checkboxes,
  .settings-form .form-composite .form-checkboxes,
  .settings-form .form-composite .form-radios,
  .entity-form .explore-filters__checkboxes .form-checkboxes,
  .entity-form .entity-form__checkboxes .form-checkboxes,
  .entity-form .entity-form__radios .form-checkboxes,
  .entity-form .form-composite .form-checkboxes,
  .entity-form .form-composite .form-radios,
  .user-login-form .explore-filters__checkboxes .form-checkboxes,
  .user-login-form .entity-form__checkboxes .form-checkboxes,
  .user-login-form .entity-form__radios .form-checkboxes,
  .user-login-form .form-composite .form-checkboxes,
  .user-login-form .form-composite .form-radios,
  .user-register-form .explore-filters__checkboxes .form-checkboxes,
  .user-register-form .entity-form__checkboxes .form-checkboxes,
  .user-register-form .entity-form__radios .form-checkboxes,
  .user-register-form .form-composite .form-checkboxes,
  .user-register-form .form-composite .form-radios,
  .user-pass .explore-filters__checkboxes .form-checkboxes,
  .user-pass .entity-form__checkboxes .form-checkboxes,
  .user-pass .entity-form__radios .form-checkboxes,
  .user-pass .form-composite .form-checkboxes,
  .user-pass .form-composite .form-radios,
  .individual-registration-form .explore-filters__checkboxes .form-checkboxes,
  .individual-registration-form .entity-form__checkboxes .form-checkboxes,
  .individual-registration-form .entity-form__radios .form-checkboxes,
  .individual-registration-form .form-composite .form-checkboxes,
  .individual-registration-form .form-composite .form-radios,
  .user-form .explore-filters__checkboxes .form-checkboxes,
  .user-form .entity-form__checkboxes .form-checkboxes,
  .user-form .entity-form__radios .form-checkboxes,
  .user-form .form-composite .form-checkboxes,
  .user-form .form-composite .form-radios,
  .webform-submission-contact-form .explore-filters__checkboxes .form-checkboxes,
  .webform-submission-contact-form .entity-form__checkboxes .form-checkboxes,
  .webform-submission-contact-form .entity-form__radios .form-checkboxes,
  .webform-submission-contact-form .form-composite .form-checkboxes,
  .webform-submission-contact-form .form-composite .form-radios,
  .explore-filters-form .explore-filters__checkboxes .form-checkboxes,
  .explore-filters-form .entity-form__checkboxes .form-checkboxes,
  .explore-filters-form .entity-form__radios .form-checkboxes,
  .explore-filters-form .form-composite .form-checkboxes,
  .explore-filters-form .form-composite .form-radios,
  .events-filters-form .explore-filters__checkboxes .form-checkboxes,
  .events-filters-form .entity-form__checkboxes .form-checkboxes,
  .events-filters-form .entity-form__radios .form-checkboxes,
  .events-filters-form .form-composite .form-checkboxes,
  .events-filters-form .form-composite .form-radios,
  .artistycom-messaging-contact-modal-form .explore-filters__checkboxes .form-checkboxes,
  .artistycom-messaging-contact-modal-form .entity-form__checkboxes .form-checkboxes,
  .artistycom-messaging-contact-modal-form .entity-form__radios .form-checkboxes,
  .artistycom-messaging-contact-modal-form .form-composite .form-checkboxes,
  .artistycom-messaging-contact-modal-form .form-composite .form-radios,
  .messages-unified__search .explore-filters__checkboxes .form-checkboxes,
  .messages-unified__search .entity-form__checkboxes .form-checkboxes,
  .messages-unified__search .entity-form__radios .form-checkboxes,
  .messages-unified__search .form-composite .form-checkboxes,
  .messages-unified__search .form-composite .form-radios {
    grid-template-columns: 1fr;
  }
}
.followed-user-alert-config-form .explore-filters__checkboxes .form-checkboxes .form-item,
.artistycom-user-settings-form .explore-filters__checkboxes .form-checkboxes .form-item,
.alert-configuration-form .explore-filters__checkboxes .form-checkboxes .form-item,
.message-form .explore-filters__checkboxes .form-checkboxes .form-item,
.modal-profile-form .explore-filters__checkboxes .form-checkboxes .form-item,
.settings-form .explore-filters__checkboxes .form-checkboxes .form-item,
.entity-form .explore-filters__checkboxes .form-checkboxes .form-item,
.user-login-form .explore-filters__checkboxes .form-checkboxes .form-item,
.user-register-form .explore-filters__checkboxes .form-checkboxes .form-item,
.user-pass .explore-filters__checkboxes .form-checkboxes .form-item,
.individual-registration-form .explore-filters__checkboxes .form-checkboxes .form-item,
.user-form .explore-filters__checkboxes .form-checkboxes .form-item,
.webform-submission-contact-form .explore-filters__checkboxes .form-checkboxes .form-item,
.explore-filters-form .explore-filters__checkboxes .form-checkboxes .form-item,
.events-filters-form .explore-filters__checkboxes .form-checkboxes .form-item,
.artistycom-messaging-contact-modal-form .explore-filters__checkboxes .form-checkboxes .form-item,
.messages-unified__search .explore-filters__checkboxes .form-checkboxes .form-item {
  width: calc(50% - 12px);
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.followed-user-alert-config-form .form-item-persistent-login-logout,
.artistycom-user-settings-form .form-item-persistent-login-logout,
.alert-configuration-form .form-item-persistent-login-logout,
.message-form .form-item-persistent-login-logout,
.modal-profile-form .form-item-persistent-login-logout,
.settings-form .form-item-persistent-login-logout,
.entity-form .form-item-persistent-login-logout,
.user-login-form .form-item-persistent-login-logout,
.user-register-form .form-item-persistent-login-logout,
.user-pass .form-item-persistent-login-logout,
.individual-registration-form .form-item-persistent-login-logout,
.user-form .form-item-persistent-login-logout,
.webform-submission-contact-form .form-item-persistent-login-logout,
.explore-filters-form .form-item-persistent-login-logout,
.events-filters-form .form-item-persistent-login-logout,
.artistycom-messaging-contact-modal-form .form-item-persistent-login-logout,
.messages-unified__search .form-item-persistent-login-logout {
  flex-wrap: wrap;
}
.followed-user-alert-config-form .form-item-persistent-login-logout .description,
.artistycom-user-settings-form .form-item-persistent-login-logout .description,
.alert-configuration-form .form-item-persistent-login-logout .description,
.message-form .form-item-persistent-login-logout .description,
.modal-profile-form .form-item-persistent-login-logout .description,
.settings-form .form-item-persistent-login-logout .description,
.entity-form .form-item-persistent-login-logout .description,
.user-login-form .form-item-persistent-login-logout .description,
.user-register-form .form-item-persistent-login-logout .description,
.user-pass .form-item-persistent-login-logout .description,
.individual-registration-form .form-item-persistent-login-logout .description,
.user-form .form-item-persistent-login-logout .description,
.webform-submission-contact-form .form-item-persistent-login-logout .description,
.explore-filters-form .form-item-persistent-login-logout .description,
.events-filters-form .form-item-persistent-login-logout .description,
.artistycom-messaging-contact-modal-form .form-item-persistent-login-logout .description,
.messages-unified__search .form-item-persistent-login-logout .description {
  width: 100%;
}
.followed-user-alert-config-form .select-with-icon,
.artistycom-user-settings-form .select-with-icon,
.alert-configuration-form .select-with-icon,
.message-form .select-with-icon,
.modal-profile-form .select-with-icon,
.settings-form .select-with-icon,
.entity-form .select-with-icon,
.user-login-form .select-with-icon,
.user-register-form .select-with-icon,
.user-pass .select-with-icon,
.individual-registration-form .select-with-icon,
.user-form .select-with-icon,
.webform-submission-contact-form .select-with-icon,
.explore-filters-form .select-with-icon,
.events-filters-form .select-with-icon,
.artistycom-messaging-contact-modal-form .select-with-icon,
.messages-unified__search .select-with-icon {
  width: 100%;
}
.followed-user-alert-config-form .select-with-icon .select2-container,
.artistycom-user-settings-form .select-with-icon .select2-container,
.alert-configuration-form .select-with-icon .select2-container,
.message-form .select-with-icon .select2-container,
.modal-profile-form .select-with-icon .select2-container,
.settings-form .select-with-icon .select2-container,
.entity-form .select-with-icon .select2-container,
.user-login-form .select-with-icon .select2-container,
.user-register-form .select-with-icon .select2-container,
.user-pass .select-with-icon .select2-container,
.individual-registration-form .select-with-icon .select2-container,
.user-form .select-with-icon .select2-container,
.webform-submission-contact-form .select-with-icon .select2-container,
.explore-filters-form .select-with-icon .select2-container,
.events-filters-form .select-with-icon .select2-container,
.artistycom-messaging-contact-modal-form .select-with-icon .select2-container,
.messages-unified__search .select-with-icon .select2-container {
  width: 100% !important;
}
.followed-user-alert-config-form .select-with-icon .select2-container .select2-selection__placeholder,
.artistycom-user-settings-form .select-with-icon .select2-container .select2-selection__placeholder,
.alert-configuration-form .select-with-icon .select2-container .select2-selection__placeholder,
.message-form .select-with-icon .select2-container .select2-selection__placeholder,
.modal-profile-form .select-with-icon .select2-container .select2-selection__placeholder,
.settings-form .select-with-icon .select2-container .select2-selection__placeholder,
.entity-form .select-with-icon .select2-container .select2-selection__placeholder,
.user-login-form .select-with-icon .select2-container .select2-selection__placeholder,
.user-register-form .select-with-icon .select2-container .select2-selection__placeholder,
.user-pass .select-with-icon .select2-container .select2-selection__placeholder,
.individual-registration-form .select-with-icon .select2-container .select2-selection__placeholder,
.user-form .select-with-icon .select2-container .select2-selection__placeholder,
.webform-submission-contact-form .select-with-icon .select2-container .select2-selection__placeholder,
.explore-filters-form .select-with-icon .select2-container .select2-selection__placeholder,
.events-filters-form .select-with-icon .select2-container .select2-selection__placeholder,
.artistycom-messaging-contact-modal-form .select-with-icon .select2-container .select2-selection__placeholder,
.messages-unified__search .select-with-icon .select2-container .select2-selection__placeholder {
  color: #999999 !important;
}
.followed-user-alert-config-form .select-with-icon .select2-container .select2-selection__rendered,
.artistycom-user-settings-form .select-with-icon .select2-container .select2-selection__rendered,
.alert-configuration-form .select-with-icon .select2-container .select2-selection__rendered,
.message-form .select-with-icon .select2-container .select2-selection__rendered,
.modal-profile-form .select-with-icon .select2-container .select2-selection__rendered,
.settings-form .select-with-icon .select2-container .select2-selection__rendered,
.entity-form .select-with-icon .select2-container .select2-selection__rendered,
.user-login-form .select-with-icon .select2-container .select2-selection__rendered,
.user-register-form .select-with-icon .select2-container .select2-selection__rendered,
.user-pass .select-with-icon .select2-container .select2-selection__rendered,
.individual-registration-form .select-with-icon .select2-container .select2-selection__rendered,
.user-form .select-with-icon .select2-container .select2-selection__rendered,
.webform-submission-contact-form .select-with-icon .select2-container .select2-selection__rendered,
.explore-filters-form .select-with-icon .select2-container .select2-selection__rendered,
.events-filters-form .select-with-icon .select2-container .select2-selection__rendered,
.artistycom-messaging-contact-modal-form .select-with-icon .select2-container .select2-selection__rendered,
.messages-unified__search .select-with-icon .select2-container .select2-selection__rendered {
  color: #333333 !important;
}
.followed-user-alert-config-form .select2-container--default .select2-selection--single,
.followed-user-alert-config-form .select2-container--default .select2-selection--multiple,
.artistycom-user-settings-form .select2-container--default .select2-selection--single,
.artistycom-user-settings-form .select2-container--default .select2-selection--multiple,
.alert-configuration-form .select2-container--default .select2-selection--single,
.alert-configuration-form .select2-container--default .select2-selection--multiple,
.message-form .select2-container--default .select2-selection--single,
.message-form .select2-container--default .select2-selection--multiple,
.modal-profile-form .select2-container--default .select2-selection--single,
.modal-profile-form .select2-container--default .select2-selection--multiple,
.settings-form .select2-container--default .select2-selection--single,
.settings-form .select2-container--default .select2-selection--multiple,
.entity-form .select2-container--default .select2-selection--single,
.entity-form .select2-container--default .select2-selection--multiple,
.user-login-form .select2-container--default .select2-selection--single,
.user-login-form .select2-container--default .select2-selection--multiple,
.user-register-form .select2-container--default .select2-selection--single,
.user-register-form .select2-container--default .select2-selection--multiple,
.user-pass .select2-container--default .select2-selection--single,
.user-pass .select2-container--default .select2-selection--multiple,
.individual-registration-form .select2-container--default .select2-selection--single,
.individual-registration-form .select2-container--default .select2-selection--multiple,
.user-form .select2-container--default .select2-selection--single,
.user-form .select2-container--default .select2-selection--multiple,
.webform-submission-contact-form .select2-container--default .select2-selection--single,
.webform-submission-contact-form .select2-container--default .select2-selection--multiple,
.explore-filters-form .select2-container--default .select2-selection--single,
.explore-filters-form .select2-container--default .select2-selection--multiple,
.events-filters-form .select2-container--default .select2-selection--single,
.events-filters-form .select2-container--default .select2-selection--multiple,
.artistycom-messaging-contact-modal-form .select2-container--default .select2-selection--single,
.artistycom-messaging-contact-modal-form .select2-container--default .select2-selection--multiple,
.messages-unified__search .select2-container--default .select2-selection--single,
.messages-unified__search .select2-container--default .select2-selection--multiple {
  height: 40px;
  border: 0.5px solid #2B3357;
  border-radius: 5px;
  background-color: #ffffff;
}
@media (max-width: 767.98px) {
  .followed-user-alert-config-form .select2-container--default .select2-selection--single,
  .followed-user-alert-config-form .select2-container--default .select2-selection--multiple,
  .artistycom-user-settings-form .select2-container--default .select2-selection--single,
  .artistycom-user-settings-form .select2-container--default .select2-selection--multiple,
  .alert-configuration-form .select2-container--default .select2-selection--single,
  .alert-configuration-form .select2-container--default .select2-selection--multiple,
  .message-form .select2-container--default .select2-selection--single,
  .message-form .select2-container--default .select2-selection--multiple,
  .modal-profile-form .select2-container--default .select2-selection--single,
  .modal-profile-form .select2-container--default .select2-selection--multiple,
  .settings-form .select2-container--default .select2-selection--single,
  .settings-form .select2-container--default .select2-selection--multiple,
  .entity-form .select2-container--default .select2-selection--single,
  .entity-form .select2-container--default .select2-selection--multiple,
  .user-login-form .select2-container--default .select2-selection--single,
  .user-login-form .select2-container--default .select2-selection--multiple,
  .user-register-form .select2-container--default .select2-selection--single,
  .user-register-form .select2-container--default .select2-selection--multiple,
  .user-pass .select2-container--default .select2-selection--single,
  .user-pass .select2-container--default .select2-selection--multiple,
  .individual-registration-form .select2-container--default .select2-selection--single,
  .individual-registration-form .select2-container--default .select2-selection--multiple,
  .user-form .select2-container--default .select2-selection--single,
  .user-form .select2-container--default .select2-selection--multiple,
  .webform-submission-contact-form .select2-container--default .select2-selection--single,
  .webform-submission-contact-form .select2-container--default .select2-selection--multiple,
  .explore-filters-form .select2-container--default .select2-selection--single,
  .explore-filters-form .select2-container--default .select2-selection--multiple,
  .events-filters-form .select2-container--default .select2-selection--single,
  .events-filters-form .select2-container--default .select2-selection--multiple,
  .artistycom-messaging-contact-modal-form .select2-container--default .select2-selection--single,
  .artistycom-messaging-contact-modal-form .select2-container--default .select2-selection--multiple,
  .messages-unified__search .select2-container--default .select2-selection--single,
  .messages-unified__search .select2-container--default .select2-selection--multiple {
    height: 42px;
  }
}
.followed-user-alert-config-form .select2-container--default .select2-selection--multiple,
.artistycom-user-settings-form .select2-container--default .select2-selection--multiple,
.alert-configuration-form .select2-container--default .select2-selection--multiple,
.message-form .select2-container--default .select2-selection--multiple,
.modal-profile-form .select2-container--default .select2-selection--multiple,
.settings-form .select2-container--default .select2-selection--multiple,
.entity-form .select2-container--default .select2-selection--multiple,
.user-login-form .select2-container--default .select2-selection--multiple,
.user-register-form .select2-container--default .select2-selection--multiple,
.user-pass .select2-container--default .select2-selection--multiple,
.individual-registration-form .select2-container--default .select2-selection--multiple,
.user-form .select2-container--default .select2-selection--multiple,
.webform-submission-contact-form .select2-container--default .select2-selection--multiple,
.explore-filters-form .select2-container--default .select2-selection--multiple,
.events-filters-form .select2-container--default .select2-selection--multiple,
.artistycom-messaging-contact-modal-form .select2-container--default .select2-selection--multiple,
.messages-unified__search .select2-container--default .select2-selection--multiple {
  height: auto !important;
  min-height: 40px;
  padding: 2px 8px;
}
.followed-user-alert-config-form .select2-container--default .select2-selection__clear,
.artistycom-user-settings-form .select2-container--default .select2-selection__clear,
.alert-configuration-form .select2-container--default .select2-selection__clear,
.message-form .select2-container--default .select2-selection__clear,
.modal-profile-form .select2-container--default .select2-selection__clear,
.settings-form .select2-container--default .select2-selection__clear,
.entity-form .select2-container--default .select2-selection__clear,
.user-login-form .select2-container--default .select2-selection__clear,
.user-register-form .select2-container--default .select2-selection__clear,
.user-pass .select2-container--default .select2-selection__clear,
.individual-registration-form .select2-container--default .select2-selection__clear,
.user-form .select2-container--default .select2-selection__clear,
.webform-submission-contact-form .select2-container--default .select2-selection__clear,
.explore-filters-form .select2-container--default .select2-selection__clear,
.events-filters-form .select2-container--default .select2-selection__clear,
.artistycom-messaging-contact-modal-form .select2-container--default .select2-selection__clear,
.messages-unified__search .select2-container--default .select2-selection__clear {
  margin-left: 4px;
  color: transparent !important;
  background: none !important;
  background-image: none !important;
}
.followed-user-alert-config-form .select2-container--default .select2-selection__clear::before,
.artistycom-user-settings-form .select2-container--default .select2-selection__clear::before,
.alert-configuration-form .select2-container--default .select2-selection__clear::before,
.message-form .select2-container--default .select2-selection__clear::before,
.modal-profile-form .select2-container--default .select2-selection__clear::before,
.settings-form .select2-container--default .select2-selection__clear::before,
.entity-form .select2-container--default .select2-selection__clear::before,
.user-login-form .select2-container--default .select2-selection__clear::before,
.user-register-form .select2-container--default .select2-selection__clear::before,
.user-pass .select2-container--default .select2-selection__clear::before,
.individual-registration-form .select2-container--default .select2-selection__clear::before,
.user-form .select2-container--default .select2-selection__clear::before,
.webform-submission-contact-form .select2-container--default .select2-selection__clear::before,
.explore-filters-form .select2-container--default .select2-selection__clear::before,
.events-filters-form .select2-container--default .select2-selection__clear::before,
.artistycom-messaging-contact-modal-form .select2-container--default .select2-selection__clear::before,
.messages-unified__search .select2-container--default .select2-selection__clear::before {
  font-family: "Font Awesome 6 pro";
  content: "\f00d";
  font-weight: 400;
  font-size: 1em;
  color: #A60C4B;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.25em;
}
.followed-user-alert-config-form .select2-container--default .select2-selection__clear:hover::before,
.artistycom-user-settings-form .select2-container--default .select2-selection__clear:hover::before,
.alert-configuration-form .select2-container--default .select2-selection__clear:hover::before,
.message-form .select2-container--default .select2-selection__clear:hover::before,
.modal-profile-form .select2-container--default .select2-selection__clear:hover::before,
.settings-form .select2-container--default .select2-selection__clear:hover::before,
.entity-form .select2-container--default .select2-selection__clear:hover::before,
.user-login-form .select2-container--default .select2-selection__clear:hover::before,
.user-register-form .select2-container--default .select2-selection__clear:hover::before,
.user-pass .select2-container--default .select2-selection__clear:hover::before,
.individual-registration-form .select2-container--default .select2-selection__clear:hover::before,
.user-form .select2-container--default .select2-selection__clear:hover::before,
.webform-submission-contact-form .select2-container--default .select2-selection__clear:hover::before,
.explore-filters-form .select2-container--default .select2-selection__clear:hover::before,
.events-filters-form .select2-container--default .select2-selection__clear:hover::before,
.artistycom-messaging-contact-modal-form .select2-container--default .select2-selection__clear:hover::before,
.messages-unified__search .select2-container--default .select2-selection__clear:hover::before {
  color: #A60C4B;
}
.followed-user-alert-config-form .char-counter,
.artistycom-user-settings-form .char-counter,
.alert-configuration-form .char-counter,
.message-form .char-counter,
.modal-profile-form .char-counter,
.settings-form .char-counter,
.entity-form .char-counter,
.user-login-form .char-counter,
.user-register-form .char-counter,
.user-pass .char-counter,
.individual-registration-form .char-counter,
.user-form .char-counter,
.webform-submission-contact-form .char-counter,
.explore-filters-form .char-counter,
.events-filters-form .char-counter,
.artistycom-messaging-contact-modal-form .char-counter,
.messages-unified__search .char-counter {
  text-align: right;
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}
.followed-user-alert-config-form .char-counter--exceeded,
.artistycom-user-settings-form .char-counter--exceeded,
.alert-configuration-form .char-counter--exceeded,
.message-form .char-counter--exceeded,
.modal-profile-form .char-counter--exceeded,
.settings-form .char-counter--exceeded,
.entity-form .char-counter--exceeded,
.user-login-form .char-counter--exceeded,
.user-register-form .char-counter--exceeded,
.user-pass .char-counter--exceeded,
.individual-registration-form .char-counter--exceeded,
.user-form .char-counter--exceeded,
.webform-submission-contact-form .char-counter--exceeded,
.explore-filters-form .char-counter--exceeded,
.events-filters-form .char-counter--exceeded,
.artistycom-messaging-contact-modal-form .char-counter--exceeded,
.messages-unified__search .char-counter--exceeded {
  color: #E74C3C;
  font-weight: 500;
}
.followed-user-alert-config-form .checkbox-controls,
.artistycom-user-settings-form .checkbox-controls,
.alert-configuration-form .checkbox-controls,
.message-form .checkbox-controls,
.modal-profile-form .checkbox-controls,
.settings-form .checkbox-controls,
.entity-form .checkbox-controls,
.user-login-form .checkbox-controls,
.user-register-form .checkbox-controls,
.user-pass .checkbox-controls,
.individual-registration-form .checkbox-controls,
.user-form .checkbox-controls,
.webform-submission-contact-form .checkbox-controls,
.explore-filters-form .checkbox-controls,
.events-filters-form .checkbox-controls,
.artistycom-messaging-contact-modal-form .checkbox-controls,
.messages-unified__search .checkbox-controls {
  margin-bottom: 10px;
  font-size: 13px;
}
.followed-user-alert-config-form .checkbox-controls a,
.artistycom-user-settings-form .checkbox-controls a,
.alert-configuration-form .checkbox-controls a,
.message-form .checkbox-controls a,
.modal-profile-form .checkbox-controls a,
.settings-form .checkbox-controls a,
.entity-form .checkbox-controls a,
.user-login-form .checkbox-controls a,
.user-register-form .checkbox-controls a,
.user-pass .checkbox-controls a,
.individual-registration-form .checkbox-controls a,
.user-form .checkbox-controls a,
.webform-submission-contact-form .checkbox-controls a,
.explore-filters-form .checkbox-controls a,
.events-filters-form .checkbox-controls a,
.artistycom-messaging-contact-modal-form .checkbox-controls a,
.messages-unified__search .checkbox-controls a {
  color: #33A5EC;
  text-decoration: none;
}
.followed-user-alert-config-form .checkbox-controls a:hover,
.artistycom-user-settings-form .checkbox-controls a:hover,
.alert-configuration-form .checkbox-controls a:hover,
.message-form .checkbox-controls a:hover,
.modal-profile-form .checkbox-controls a:hover,
.settings-form .checkbox-controls a:hover,
.entity-form .checkbox-controls a:hover,
.user-login-form .checkbox-controls a:hover,
.user-register-form .checkbox-controls a:hover,
.user-pass .checkbox-controls a:hover,
.individual-registration-form .checkbox-controls a:hover,
.user-form .checkbox-controls a:hover,
.webform-submission-contact-form .checkbox-controls a:hover,
.explore-filters-form .checkbox-controls a:hover,
.events-filters-form .checkbox-controls a:hover,
.artistycom-messaging-contact-modal-form .checkbox-controls a:hover,
.messages-unified__search .checkbox-controls a:hover {
  text-decoration: underline;
}
.followed-user-alert-config-form .form-actions,
.artistycom-user-settings-form .form-actions,
.alert-configuration-form .form-actions,
.message-form .form-actions,
.modal-profile-form .form-actions,
.settings-form .form-actions,
.entity-form .form-actions,
.user-login-form .form-actions,
.user-register-form .form-actions,
.user-pass .form-actions,
.individual-registration-form .form-actions,
.user-form .form-actions,
.webform-submission-contact-form .form-actions,
.explore-filters-form .form-actions,
.events-filters-form .form-actions,
.artistycom-messaging-contact-modal-form .form-actions,
.messages-unified__search .form-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgb(233.75, 233.75, 233.75);
}
@media (max-width: 767.98px) {
  .followed-user-alert-config-form .form-actions,
  .artistycom-user-settings-form .form-actions,
  .alert-configuration-form .form-actions,
  .message-form .form-actions,
  .modal-profile-form .form-actions,
  .settings-form .form-actions,
  .entity-form .form-actions,
  .user-login-form .form-actions,
  .user-register-form .form-actions,
  .user-pass .form-actions,
  .individual-registration-form .form-actions,
  .user-form .form-actions,
  .webform-submission-contact-form .form-actions,
  .explore-filters-form .form-actions,
  .events-filters-form .form-actions,
  .artistycom-messaging-contact-modal-form .form-actions,
  .messages-unified__search .form-actions {
    margin-top: 20px;
    padding-top: 16px;
    flex-direction: column;
  }
  .followed-user-alert-config-form .form-actions .btn,
  .artistycom-user-settings-form .form-actions .btn,
  .alert-configuration-form .form-actions .btn,
  .message-form .form-actions .btn,
  .modal-profile-form .form-actions .btn,
  .settings-form .form-actions .btn,
  .entity-form .form-actions .btn,
  .user-login-form .form-actions .btn,
  .user-register-form .form-actions .btn,
  .user-pass .form-actions .btn,
  .individual-registration-form .form-actions .btn,
  .user-form .form-actions .btn,
  .webform-submission-contact-form .form-actions .btn,
  .explore-filters-form .form-actions .btn,
  .events-filters-form .form-actions .btn,
  .artistycom-messaging-contact-modal-form .form-actions .btn,
  .messages-unified__search .form-actions .btn {
    width: 100%;
    justify-content: center;
  }
}
.followed-user-alert-config-form .form-submit,
.artistycom-user-settings-form .form-submit,
.alert-configuration-form .form-submit,
.message-form .form-submit,
.modal-profile-form .form-submit,
.settings-form .form-submit,
.entity-form .form-submit,
.user-login-form .form-submit,
.user-register-form .form-submit,
.user-pass .form-submit,
.individual-registration-form .form-submit,
.user-form .form-submit,
.webform-submission-contact-form .form-submit,
.explore-filters-form .form-submit,
.events-filters-form .form-submit,
.artistycom-messaging-contact-modal-form .form-submit,
.messages-unified__search .form-submit {
  display: block;
  margin: 12px auto 0;
}
.followed-user-alert-config-form .form-submit i,
.artistycom-user-settings-form .form-submit i,
.alert-configuration-form .form-submit i,
.message-form .form-submit i,
.modal-profile-form .form-submit i,
.settings-form .form-submit i,
.entity-form .form-submit i,
.user-login-form .form-submit i,
.user-register-form .form-submit i,
.user-pass .form-submit i,
.individual-registration-form .form-submit i,
.user-form .form-submit i,
.webform-submission-contact-form .form-submit i,
.explore-filters-form .form-submit i,
.events-filters-form .form-submit i,
.artistycom-messaging-contact-modal-form .form-submit i,
.messages-unified__search .form-submit i {
  font-size: 14px;
}
.followed-user-alert-config-form .form-submit.js-hide,
.artistycom-user-settings-form .form-submit.js-hide,
.alert-configuration-form .form-submit.js-hide,
.message-form .form-submit.js-hide,
.modal-profile-form .form-submit.js-hide,
.settings-form .form-submit.js-hide,
.entity-form .form-submit.js-hide,
.user-login-form .form-submit.js-hide,
.user-register-form .form-submit.js-hide,
.user-pass .form-submit.js-hide,
.individual-registration-form .form-submit.js-hide,
.user-form .form-submit.js-hide,
.webform-submission-contact-form .form-submit.js-hide,
.explore-filters-form .form-submit.js-hide,
.events-filters-form .form-submit.js-hide,
.artistycom-messaging-contact-modal-form .form-submit.js-hide,
.messages-unified__search .form-submit.js-hide {
  display: none;
}
.followed-user-alert-config-form .entity-form__success,
.artistycom-user-settings-form .entity-form__success,
.alert-configuration-form .entity-form__success,
.message-form .entity-form__success,
.modal-profile-form .entity-form__success,
.settings-form .entity-form__success,
.entity-form .entity-form__success,
.user-login-form .entity-form__success,
.user-register-form .entity-form__success,
.user-pass .entity-form__success,
.individual-registration-form .entity-form__success,
.user-form .entity-form__success,
.webform-submission-contact-form .entity-form__success,
.explore-filters-form .entity-form__success,
.events-filters-form .entity-form__success,
.artistycom-messaging-contact-modal-form .entity-form__success,
.messages-unified__search .entity-form__success {
  text-align: center;
  padding: 40px;
}
@media (max-width: 767.98px) {
  .followed-user-alert-config-form .entity-form__success,
  .artistycom-user-settings-form .entity-form__success,
  .alert-configuration-form .entity-form__success,
  .message-form .entity-form__success,
  .modal-profile-form .entity-form__success,
  .settings-form .entity-form__success,
  .entity-form .entity-form__success,
  .user-login-form .entity-form__success,
  .user-register-form .entity-form__success,
  .user-pass .entity-form__success,
  .individual-registration-form .entity-form__success,
  .user-form .entity-form__success,
  .webform-submission-contact-form .entity-form__success,
  .explore-filters-form .entity-form__success,
  .events-filters-form .entity-form__success,
  .artistycom-messaging-contact-modal-form .entity-form__success,
  .messages-unified__search .entity-form__success {
    padding: 30px 20px;
  }
}
.followed-user-alert-config-form .entity-form__success .success-icon,
.artistycom-user-settings-form .entity-form__success .success-icon,
.alert-configuration-form .entity-form__success .success-icon,
.message-form .entity-form__success .success-icon,
.modal-profile-form .entity-form__success .success-icon,
.settings-form .entity-form__success .success-icon,
.entity-form .entity-form__success .success-icon,
.user-login-form .entity-form__success .success-icon,
.user-register-form .entity-form__success .success-icon,
.user-pass .entity-form__success .success-icon,
.individual-registration-form .entity-form__success .success-icon,
.user-form .entity-form__success .success-icon,
.webform-submission-contact-form .entity-form__success .success-icon,
.explore-filters-form .entity-form__success .success-icon,
.events-filters-form .entity-form__success .success-icon,
.artistycom-messaging-contact-modal-form .entity-form__success .success-icon,
.messages-unified__search .entity-form__success .success-icon {
  font-size: 48px;
  color: #27AE60;
  margin-bottom: 16px;
}
.followed-user-alert-config-form .entity-form__success p,
.artistycom-user-settings-form .entity-form__success p,
.alert-configuration-form .entity-form__success p,
.message-form .entity-form__success p,
.modal-profile-form .entity-form__success p,
.settings-form .entity-form__success p,
.entity-form .entity-form__success p,
.user-login-form .entity-form__success p,
.user-register-form .entity-form__success p,
.user-pass .entity-form__success p,
.individual-registration-form .entity-form__success p,
.user-form .entity-form__success p,
.webform-submission-contact-form .entity-form__success p,
.explore-filters-form .entity-form__success p,
.events-filters-form .entity-form__success p,
.artistycom-messaging-contact-modal-form .entity-form__success p,
.messages-unified__search .entity-form__success p {
  font-size: 18px;
  color: #27AE60;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .followed-user-alert-config-form .entity-form__success p,
  .artistycom-user-settings-form .entity-form__success p,
  .alert-configuration-form .entity-form__success p,
  .message-form .entity-form__success p,
  .modal-profile-form .entity-form__success p,
  .settings-form .entity-form__success p,
  .entity-form .entity-form__success p,
  .user-login-form .entity-form__success p,
  .user-register-form .entity-form__success p,
  .user-pass .entity-form__success p,
  .individual-registration-form .entity-form__success p,
  .user-form .entity-form__success p,
  .webform-submission-contact-form .entity-form__success p,
  .explore-filters-form .entity-form__success p,
  .events-filters-form .entity-form__success p,
  .artistycom-messaging-contact-modal-form .entity-form__success p,
  .messages-unified__search .entity-form__success p {
    font-size: 16px;
  }
}
.followed-user-alert-config-form .password-strength,
.followed-user-alert-config-form .password-suggestions,
.artistycom-user-settings-form .password-strength,
.artistycom-user-settings-form .password-suggestions,
.alert-configuration-form .password-strength,
.alert-configuration-form .password-suggestions,
.message-form .password-strength,
.message-form .password-suggestions,
.modal-profile-form .password-strength,
.modal-profile-form .password-suggestions,
.settings-form .password-strength,
.settings-form .password-suggestions,
.entity-form .password-strength,
.entity-form .password-suggestions,
.user-login-form .password-strength,
.user-login-form .password-suggestions,
.user-register-form .password-strength,
.user-register-form .password-suggestions,
.user-pass .password-strength,
.user-pass .password-suggestions,
.individual-registration-form .password-strength,
.individual-registration-form .password-suggestions,
.user-form .password-strength,
.user-form .password-suggestions,
.webform-submission-contact-form .password-strength,
.webform-submission-contact-form .password-suggestions,
.explore-filters-form .password-strength,
.explore-filters-form .password-suggestions,
.events-filters-form .password-strength,
.events-filters-form .password-suggestions,
.artistycom-messaging-contact-modal-form .password-strength,
.artistycom-messaging-contact-modal-form .password-suggestions,
.messages-unified__search .password-strength,
.messages-unified__search .password-suggestions {
  display: none !important;
}
.followed-user-alert-config-form .captcha.captcha-type-challenge--recaptcha,
.artistycom-user-settings-form .captcha.captcha-type-challenge--recaptcha,
.alert-configuration-form .captcha.captcha-type-challenge--recaptcha,
.message-form .captcha.captcha-type-challenge--recaptcha,
.modal-profile-form .captcha.captcha-type-challenge--recaptcha,
.settings-form .captcha.captcha-type-challenge--recaptcha,
.entity-form .captcha.captcha-type-challenge--recaptcha,
.user-login-form .captcha.captcha-type-challenge--recaptcha,
.user-register-form .captcha.captcha-type-challenge--recaptcha,
.user-pass .captcha.captcha-type-challenge--recaptcha,
.individual-registration-form .captcha.captcha-type-challenge--recaptcha,
.user-form .captcha.captcha-type-challenge--recaptcha,
.webform-submission-contact-form .captcha.captcha-type-challenge--recaptcha,
.explore-filters-form .captcha.captcha-type-challenge--recaptcha,
.events-filters-form .captcha.captcha-type-challenge--recaptcha,
.artistycom-messaging-contact-modal-form .captcha.captcha-type-challenge--recaptcha,
.messages-unified__search .captcha.captcha-type-challenge--recaptcha {
  margin: 12px auto;
}
.followed-user-alert-config-form .entity-form__fieldset.donation-section,
.artistycom-user-settings-form .entity-form__fieldset.donation-section,
.alert-configuration-form .entity-form__fieldset.donation-section,
.message-form .entity-form__fieldset.donation-section,
.modal-profile-form .entity-form__fieldset.donation-section,
.settings-form .entity-form__fieldset.donation-section,
.entity-form .entity-form__fieldset.donation-section,
.user-login-form .entity-form__fieldset.donation-section,
.user-register-form .entity-form__fieldset.donation-section,
.user-pass .entity-form__fieldset.donation-section,
.individual-registration-form .entity-form__fieldset.donation-section,
.user-form .entity-form__fieldset.donation-section,
.webform-submission-contact-form .entity-form__fieldset.donation-section,
.explore-filters-form .entity-form__fieldset.donation-section,
.events-filters-form .entity-form__fieldset.donation-section,
.artistycom-messaging-contact-modal-form .entity-form__fieldset.donation-section,
.messages-unified__search .entity-form__fieldset.donation-section {
  border-top: 1px solid #e0e0e0;
  margin-top: 2rem;
  padding-top: 1.5rem;
}
.followed-user-alert-config-form .donation-warning,
.artistycom-user-settings-form .donation-warning,
.alert-configuration-form .donation-warning,
.message-form .donation-warning,
.modal-profile-form .donation-warning,
.settings-form .donation-warning,
.entity-form .donation-warning,
.user-login-form .donation-warning,
.user-register-form .donation-warning,
.user-pass .donation-warning,
.individual-registration-form .donation-warning,
.user-form .donation-warning,
.webform-submission-contact-form .donation-warning,
.explore-filters-form .donation-warning,
.events-filters-form .donation-warning,
.artistycom-messaging-contact-modal-form .donation-warning,
.messages-unified__search .donation-warning {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  background-color: #fff3cd;
  border: 1px solid #ffeaa7;
  padding: 0.75rem;
  border-radius: 4px;
}
.followed-user-alert-config-form .field-prefix,
.artistycom-user-settings-form .field-prefix,
.alert-configuration-form .field-prefix,
.message-form .field-prefix,
.modal-profile-form .field-prefix,
.settings-form .field-prefix,
.entity-form .field-prefix,
.user-login-form .field-prefix,
.user-register-form .field-prefix,
.user-pass .field-prefix,
.individual-registration-form .field-prefix,
.user-form .field-prefix,
.webform-submission-contact-form .field-prefix,
.explore-filters-form .field-prefix,
.events-filters-form .field-prefix,
.artistycom-messaging-contact-modal-form .field-prefix,
.messages-unified__search .field-prefix {
  display: none;
}

.webform-submission-contact-form .mescoachs-messages {
  display: none;
}
.webform-submission-contact-form .js-form-type-webform-markup {
  color: #333;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.webform-submission-contact-form .js-form-type-webform-markup a {
  text-decoration: underline;
}

.captcha__title,
.captcha__description {
  display: none;
}

.btn {
  padding: 10px 24px;
  border: none;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-primary {
  background: #33A5EC;
  color: white;
}
.btn-primary:hover:not(:disabled) {
  background: rgb(20.9766816143, 146.8367713004, 225.2233183857);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(51, 165, 236, 0.3);
}
.btn-primary:active:not(:disabled) {
  transform: translateY(0);
}
.btn-secondary {
  background: #f5f5f5;
  color: #666;
}
.btn-secondary:hover:not(:disabled) {
  background: #e8e8e8;
  color: #333;
}
.btn-danger {
  background: transparent;
  color: #E74C3C;
  border: 1px solid #E74C3C;
}
.btn-danger:hover:not(:disabled) {
  background: #E74C3C;
  color: white;
}
.btn-ghost {
  background: transparent;
  color: #33A5EC;
  border: 1px solid #33A5EC;
}
.btn-ghost:hover:not(:disabled) {
  background: #33A5EC;
  color: white;
}

.ajax-loading .entity-form,
.ajax-loading .modal-profile-form {
  position: relative;
}
.ajax-loading .entity-form::after,
.ajax-loading .modal-profile-form::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.ui-dialog {
  padding: 0;
}
.ui-dialog .modal-profile-form {
  max-width: none;
  margin: 0;
}
.ui-dialog .modal-profile-form .entity-form__wrapper {
  box-shadow: none;
  background: transparent;
  padding: 0;
}
.ui-dialog .dates-section, .ui-dialog .availability-section {
  margin-top: 1rem;
  padding: 1rem;
}
.ui-dialog .dates-item, .ui-dialog .availability-item {
  padding: 1rem;
}

.entity-form .entity-form__date-range {
  margin-bottom: 1.5rem;
}
.entity-form .entity-form__dates-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 768px) {
  .entity-form .entity-form__dates-container {
    grid-template-columns: 1fr;
  }
}
.entity-form .entity-form__date-wrapper {
  position: relative;
}
.entity-form .entity-form__date-wrapper label {
  display: block;
  font-weight: 600;
  color: #333;
}
.entity-form .entity-form__datetime-flatpickr {
  width: 100%;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  font-size: 16px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.entity-form .entity-form__datetime-flatpickr:hover {
  border-color: var(--profile-color, #5BA7E7);
}
.entity-form .entity-form__datetime-flatpickr:focus {
  outline: none;
}
.entity-form .entity-form__datetime-flatpickr::after {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
}

.flatpickr-calendar {
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border: none;
}
.flatpickr-calendar.entity-form-flatpickr-calendar {
  font-family: inherit;
}
.flatpickr-calendar .flatpickr-months {
  background: var(--profile-bg-color, #E8F4FD);
  border-radius: 12px 12px 0 0;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month {
  color: var(--profile-color, #5BA7E7);
}
.flatpickr-calendar .flatpickr-current-month {
  font-weight: 600;
}
.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months {
  font-weight: 600;
}
.flatpickr-calendar .flatpickr-weekdays {
  background: var(--profile-bg-color, #E8F4FD);
}
.flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday {
  color: var(--profile-color, #5BA7E7);
  font-weight: 600;
}
.flatpickr-calendar .flatpickr-day {
  border-radius: 5px;
  transition: all 0.2s ease;
}
.flatpickr-calendar .flatpickr-day:hover {
  background: var(--profile-bg-color, #E8F4FD);
  border-color: transparent;
}
.flatpickr-calendar .flatpickr-day.selected {
  background: var(--profile-color, #5BA7E7);
  border-color: var(--profile-color, #5BA7E7);
}
.flatpickr-calendar .flatpickr-day.selected:hover {
  background: var(--profile-color, #5BA7E7);
  border-color: var(--profile-color, #5BA7E7);
}
.flatpickr-calendar .flatpickr-day.today {
  border-color: var(--profile-color, #5BA7E7);
}
.flatpickr-calendar .flatpickr-day.today.selected {
  background: var(--profile-color, #5BA7E7);
}
.flatpickr-calendar .flatpickr-time {
  border-top: 1px solid #e0e0e0;
}
.flatpickr-calendar .flatpickr-time .flatpickr-time-separator,
.flatpickr-calendar .flatpickr-time .flatpickr-am-pm {
  color: var(--profile-color, #5BA7E7);
}
.flatpickr-calendar .flatpickr-time input:hover, .flatpickr-calendar .flatpickr-time input:focus {
  background: var(--profile-bg-color, #E8F4FD);
}
.flatpickr-calendar .numInputWrapper:hover {
  background: var(--profile-bg-color, #E8F4FD);
}
.flatpickr-calendar .numInputWrapper .arrowUp:after,
.flatpickr-calendar .numInputWrapper .arrowDown:after {
  border-color: var(--profile-color, #5BA7E7);
}

.datetime-hidden-start,
.datetime-hidden-end {
  display: none;
}

.individual-registration-form .js-form-item-rgpd-consent,
#individual-registration-form .js-form-item-rgpd-consent {
  position: relative;
  margin-bottom: 1.5rem;
}
.individual-registration-form .js-form-item-rgpd-consent input[type=checkbox],
#individual-registration-form .js-form-item-rgpd-consent input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 2px;
  margin: 0;
  width: 16px;
  height: 16px;
}
.individual-registration-form .js-form-item-rgpd-consent label,
#individual-registration-form .js-form-item-rgpd-consent label {
  display: block;
  padding-left: 10px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
}
.individual-registration-form .js-form-item-rgpd-consent label a,
#individual-registration-form .js-form-item-rgpd-consent label a {
  color: #33A5EC;
  text-decoration: underline;
  font-weight: 600;
}
.individual-registration-form .js-form-item-rgpd-consent label a:hover,
#individual-registration-form .js-form-item-rgpd-consent label a:hover {
  text-decoration: none;
}
.individual-registration-form .js-form-item-rgpd-consent .description,
#individual-registration-form .js-form-item-rgpd-consent .description {
  display: block;
  margin-top: 0.5rem;
  padding-left: 24px;
  font-size: 12px;
  color: #505050;
  font-style: italic;
}

@media (max-width: 768px) {
  .flatpickr-calendar .flatpickr-day {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .dates-item, .availability-item {
    padding: 1rem;
  }
  .dates-item .btn--danger, .availability-item .btn--danger {
    position: static;
    width: 100%;
    margin-top: 1rem;
  }
  .single-date-container > *,
  .recurring-date-container > * {
    width: 100%;
  }
}
.select-with-icon,
.custom-tags-container {
  position: relative;
  overflow: visible;
  min-height: 40px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
}
.select-with-icon .select2,
.custom-tags-container .select2 {
  border-radius: 5px;
  min-height: 40px;
}
@media (max-width: 767.98px) {
  .select-with-icon .select2,
  .custom-tags-container .select2 {
    min-height: 42px;
  }
}
.select-with-icon .select2 .select2-selection--single,
.custom-tags-container .select2 .select2-selection--single {
  min-height: 40px;
}
@media (max-width: 767.98px) {
  .select-with-icon .select2 .select2-selection--single,
  .custom-tags-container .select2 .select2-selection--single {
    min-height: 42px;
  }
}
.select-with-icon .select2.select2-container--open,
.custom-tags-container .select2.select2-container--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: unset;
}
.select-with-icon--no-border .select2,
.custom-tags-container--no-border .select2 {
  border: unset;
}
.select-with-icon--no-border .select2:focus, .select-with-icon--no-border .select2:active,
.custom-tags-container--no-border .select2:focus,
.custom-tags-container--no-border .select2:active {
  border: unset;
  background-color: #F8F7FD;
}
.select-with-icon.has-icon .select-icon,
.custom-tags-container.has-icon .select-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #F35395;
  font-size: 13px;
  pointer-events: none;
  z-index: 1;
}
.select-with-icon.has-icon .select2-container .select2-selection--single,
.select-with-icon.has-icon .select2-container .select2-selection--multiple,
.custom-tags-container.has-icon .select2-container .select2-selection--single,
.custom-tags-container.has-icon .select2-container .select2-selection--multiple {
  padding-left: 36px !important;
}
.select-with-icon select.js-select2,
.custom-tags-container select.js-select2 {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
}
.select-with-icon .select2-arrow,
.custom-tags-container .select2-arrow {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  pointer-events: none;
  transition: transform 0.2s ease;
}
.select-with-icon .select2-arrow i,
.custom-tags-container .select2-arrow i {
  font-size: 13px;
  color: #F35395;
}
.select-with-icon.open .select2-arrow,
.custom-tags-container.open .select2-arrow {
  transform: translateY(-50%) rotate(180deg);
}
.select-with-icon .select2-container,
.custom-tags-container .select2-container {
  width: 100% !important;
  display: block;
}
.select-with-icon .select2-container:focus-visible,
.custom-tags-container .select2-container:focus-visible {
  outline: unset;
}
.select-with-icon .select2-container .selection:focus-visible,
.custom-tags-container .select2-container .selection:focus-visible {
  outline: unset;
}
.select-with-icon .select2-container .select2-selection--single,
.select-with-icon .select2-container .select2-selection--multiple,
.custom-tags-container .select2-container .select2-selection--single,
.custom-tags-container .select2-container .select2-selection--multiple {
  background: #fff;
  color: #333;
  border-radius: 5px;
  padding: 14px 35px 14px 16px !important;
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
  border: 0.5px solid #2B3357;
}
.select-with-icon .select2-container .select2-selection--single:hover,
.select-with-icon .select2-container .select2-selection--multiple:hover,
.custom-tags-container .select2-container .select2-selection--single:hover,
.custom-tags-container .select2-container .select2-selection--multiple:hover {
  background: #F8F7FD;
}
.select-with-icon .select2-container .select2-selection--single:focus, .select-with-icon .select2-container .select2-selection--single:focus-visible, .select-with-icon .select2-container .select2-selection--single:focus-within,
.select-with-icon .select2-container .select2-selection--multiple:focus,
.select-with-icon .select2-container .select2-selection--multiple:focus-visible,
.select-with-icon .select2-container .select2-selection--multiple:focus-within,
.custom-tags-container .select2-container .select2-selection--single:focus,
.custom-tags-container .select2-container .select2-selection--single:focus-visible,
.custom-tags-container .select2-container .select2-selection--single:focus-within,
.custom-tags-container .select2-container .select2-selection--multiple:focus,
.custom-tags-container .select2-container .select2-selection--multiple:focus-visible,
.custom-tags-container .select2-container .select2-selection--multiple:focus-within {
  outline: unset;
}
.select-with-icon .select2-container .select2-selection--multiple,
.custom-tags-container .select2-container .select2-selection--multiple {
  min-height: 42px;
  padding: 4px 36px 4px 8px !important;
  flex-wrap: wrap;
}
.select-with-icon .select2-container .select2-selection--multiple .select2-selection__rendered,
.custom-tags-container .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 0 !important;
  width: 100%;
}
.select-with-icon .select2-container .select2-selection--multiple .select2-selection__choice,
.custom-tags-container .select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #FBCADE;
  border: 1px solid #000000;
  color: #333333;
  border-radius: 25px;
  padding: 3px 16px;
  margin: 3px 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
}
.select-with-icon .select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove,
.custom-tags-container .select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: #333333;
  font-weight: bold;
  margin-right: 0;
  margin-left: 2px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  order: 2;
}
.select-with-icon .select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover,
.custom-tags-container .select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
  color: rgba(255, 255, 255, 0.8);
}
.select-with-icon .select2-container .select2-selection--multiple .select2-search,
.custom-tags-container .select2-container .select2-selection--multiple .select2-search {
  display: inline-block;
  margin: 3px 0;
  width: 100%;
}
.select-with-icon .select2-container .select2-selection--multiple .select2-search .select2-search__field,
.custom-tags-container .select2-container .select2-selection--multiple .select2-search .select2-search__field {
  margin: 0;
  padding: 0 4px;
  border: none;
  outline: none;
  font-family: inherit;
  font-size: 14px;
  min-width: 5em;
  background: transparent;
  width: 100% !important;
}
.select-with-icon .select2-container .select2-selection--multiple .select2-search .select2-search__field::-moz-placeholder, .custom-tags-container .select2-container .select2-selection--multiple .select2-search .select2-search__field::-moz-placeholder {
  color: #6D6D6D;
  font-size: 1rem;
}
.select-with-icon .select2-container .select2-selection--multiple .select2-search .select2-search__field::placeholder,
.custom-tags-container .select2-container .select2-selection--multiple .select2-search .select2-search__field::placeholder {
  color: #6D6D6D;
  font-size: 1rem;
}
@media (max-width: 991.98px) {
  .select-with-icon .select2-container .select2-selection--multiple .select2-search .select2-search__field::-moz-placeholder, .custom-tags-container .select2-container .select2-selection--multiple .select2-search .select2-search__field::-moz-placeholder {
    font-size: 0.875rem;
  }
  .select-with-icon .select2-container .select2-selection--multiple .select2-search .select2-search__field::placeholder,
  .custom-tags-container .select2-container .select2-selection--multiple .select2-search .select2-search__field::placeholder {
    font-size: 0.875rem;
  }
}
.select-with-icon .select2-container .select2-selection__rendered,
.custom-tags-container .select2-container .select2-selection__rendered {
  padding: 0 !important;
  line-height: 1.2;
  color: #F35395 !important;
  font-size: 1em;
}
.select-with-icon .select2-container .select2-selection__rendered.placeholder,
.custom-tags-container .select2-container .select2-selection__rendered.placeholder {
  color: #100C27 !important;
}
.select-with-icon .select2-container .select2-selection__placeholder,
.custom-tags-container .select2-container .select2-selection__placeholder {
  color: #F35395 !important;
}
.select-with-icon .select2-container .select2-selection__arrow,
.custom-tags-container .select2-container .select2-selection__arrow {
  display: none;
}
.select-with-icon:focus-visible, .select-with-icon:focus,
.custom-tags-container:focus-visible,
.custom-tags-container:focus {
  outline: none;
  box-shadow: none;
}
.select-with-icon + .ui-autocomplete,
.select-with-icon .ui-autocomplete,
.custom-tags-container + .ui-autocomplete,
.custom-tags-container .ui-autocomplete {
  position: absolute !important;
  top: auto !important;
  left: 0 !important;
  width: 100% !important;
  max-height: 240px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #2B3357;
  border-top: none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  margin: 0;
  padding: 0;
  list-style: none;
}
.select-with-icon + .ui-autocomplete .ui-menu-item-wrapper,
.select-with-icon .ui-autocomplete .ui-menu-item-wrapper,
.custom-tags-container + .ui-autocomplete .ui-menu-item-wrapper,
.custom-tags-container .ui-autocomplete .ui-menu-item-wrapper {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  color: #333;
  cursor: pointer;
}
.select-with-icon + .ui-autocomplete .ui-menu-item-wrapper:hover, .select-with-icon + .ui-autocomplete .ui-menu-item-wrapper.ui-state-active,
.select-with-icon .ui-autocomplete .ui-menu-item-wrapper:hover,
.select-with-icon .ui-autocomplete .ui-menu-item-wrapper.ui-state-active,
.custom-tags-container + .ui-autocomplete .ui-menu-item-wrapper:hover,
.custom-tags-container + .ui-autocomplete .ui-menu-item-wrapper.ui-state-active,
.custom-tags-container .ui-autocomplete .ui-menu-item-wrapper:hover,
.custom-tags-container .ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
  background: #FDE7F0;
}

.entity-form .select2-container--default .select2-selection--multiple {
  border: 0.5px solid #2B3357;
}
.entity-form .select2-container--default .select2-selection--multiple:focus-within {
  border-color: #F35395;
  background-color: #F8F7FD;
  box-shadow: 0 0 0 3px rgba(243, 83, 149, 0.1);
}

.select2-container--default {
  z-index: 999999;
}
.select2-container--default .select2-search__field,
.select2-container--default .select2-search__field:focus-visible {
  border: unset !important;
  border-bottom: unset !important;
  outline: unset;
}
.select2-container--default .select2-results__options {
  max-height: 240px;
}
.select2-container--default .select2-results__options::-webkit-scrollbar {
  width: 10px;
}
.select2-container--default .select2-results__options::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid transparent;
}
.select2-container--default .select2-results__options::-webkit-scrollbar-thumb {
  border: 3px solid transparent;
  background-clip: content-box;
  background-color: #F78EBA;
  border-radius: 10000px;
}
.select2-container--default .select2-results__options--nested {
  max-height: unset !important;
}
.select2-container--default .select2-results__option {
  font-size: 0.875em;
  padding: 8px 12px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #FBCADE !important;
  font-weight: 500;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #FDE7F0 !important;
  color: inherit !important;
}
.select2-container--default .select2-results__option em {
  color: #F35395;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  margin-left: 8px;
}
.select2-container--default .select2-results__option--no-results, .select2-container--default .select2-results__message {
  color: #505050;
  font-style: italic;
  padding: 8px 12px;
}
.select2-container--default .select2-selection__clear {
  margin-left: 4px;
  color: transparent !important;
  background: none !important;
  background-image: none !important;
}
.select2-container--default .select2-selection__clear::before {
  font-family: "Font Awesome 6 pro";
  content: "\f00d";
  font-weight: 400;
  font-size: 1em;
  color: #A60C4B;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.25em;
}
.select2-container--default .select2-selection__clear:hover::before {
  color: #A60C4B;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #F571A7 !important;
  color: white;
}

.select2-dropdown {
  border: 0.5px solid #2B3357;
  border-top: none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background: white;
  z-index: 99999;
}
.select2-dropdown .select2-search--dropdown {
  padding: 8px;
  border-bottom: 1px solid #505050;
}
.select2-dropdown .select2-search--dropdown .select2-search__field {
  width: 100% !important;
  padding: 8px 12px;
  border: 0.5px solid #2B3357;
  border-radius: 4px;
  outline: none;
  font-size: 14px;
}
.select2-dropdown .select2-search--dropdown .select2-search__field:focus {
  border-color: #F35395;
}
.select2-dropdown.select2-dropdown--above {
  border-top: 0.5px solid #2B3357;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
}

@media (max-width: 767.98px) {
  .select-with-icon .select2-container .select2-selection--single,
  .select-with-icon .select2-container .select2-selection--multiple {
    padding: 14px 36px 14px 16px !important;
    font-size: 0.875rem;
  }
  .select-with-icon .select2-container .select2-selection--multiple {
    min-height: 42px;
  }
  .select-with-icon .select2-container .select2-selection--multiple .select2-selection__choice {
    font-size: 12px;
    padding: 2px 6px;
  }
}
.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 0.6;
}

.custom-select-native {
  position: absolute !important;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

.select-selected {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  min-width: 200px;
}

.select-items {
  position: absolute;
  background-color: #fff;
  border: 1px solid #37AFAB;
  border-top: none;
  z-index: 100;
  width: 100%;
  max-height: 15em;
  overflow-y: auto;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select-items div {
  padding: 0.5em 1em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.select-items div:hover {
  background-color: #ECF9F8;
}
.select-items div.same-as-selected {
  color: #ffffff;
  background-color: #37AFAB;
}
.select-items.select-hide {
  display: none;
}

.select-arrow {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #37AFAB;
}

.form-type-checkbox,
.form-type-radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.form-type-checkbox.form-item,
.form-type-radio.form-item {
  flex-direction: row;
}
.form-type-checkbox label,
.form-type-radio label {
  font-size: 0.9375rem;
}
.form-type-checkbox .description,
.form-type-radio .description {
  width: 100%;
}

.ajax-progress-minimal-dialog {
  display: inline-block;
  margin: 0 8px;
}
.ajax-progress-minimal-dialog .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.15em;
}

.show-flex {
  display: flex;
}

.settings-form .settings-section {
  border: 1px solid rgb(233.75, 233.75, 233.75);
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 24px;
}
.settings-form .settings-section.danger-zone {
  border-color: rgba(220, 53, 69, 0.3);
  background-color: rgba(220, 53, 69, 0.03);
  margin-top: 40px;
}
.settings-form .settings-section.danger-zone legend {
  color: #dc3545;
  font-weight: 600;
}
.settings-form .settings-section.danger-zone .delete-warning {
  color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  font-size: 0.875rem;
  margin-top: 12px;
  margin-bottom: 0;
}
.settings-form .settings-section.danger-zone .delete-account-btn {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  transition: all 0.2s ease;
}
.settings-form .settings-section.danger-zone .delete-account-btn:hover {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.25);
}
.settings-form .settings-section.danger-zone .delete-account-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(220, 53, 69, 0.25);
}
.settings-form .settings-section .form-radios .form-item {
  width: 100% !important;
}
.settings-form .settings-actions {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #ddd;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.form-managed-file {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-managed-file .form-type-checkbox {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 8px 12px;
  gap: 10px;
}
.form-managed-file .form-type-checkbox label {
  font-size: 0.8125rem;
  color: #495057;
  word-break: break-all;
}
.form-managed-file .form-submit:not(.js-hide) {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 500;
  color: #dc3545;
  background: #fff;
  border: 1px solid rgba(220, 53, 69, 0.3);
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  margin: 4px 0 0;
}
.form-managed-file .form-submit:not(.js-hide):hover {
  background: #dc3545;
  color: #fff;
  border-color: #dc3545;
}

.captcha__title,
.captcha__description {
  display: none !important;
}

.content-wrapper {
  margin-top: 78px;
}
.content-wrapper .layout-content {
  clear: both;
}

body > .visually-hidden {
  height: 0;
}

.container--large {
  max-width: 1600px;
}

.gin--horizontal-toolbar .header {
  top: 110px;
}
@media (max-width: 767.98px) {
  .gin--horizontal-toolbar .header {
    top: 89px;
  }
}
.gin--horizontal-toolbar .header.is-sticky {
  top: 39px;
}
.gin--horizontal-toolbar .breadcrumb-wrapper {
  top: 0 !important;
}

.header {
  left: auto;
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  transition: 0.5s;
  top: 0;
  z-index: 11;
}
.header.is-sticky {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199.98px) {
  .header [id*=block-][id*=-main-menu],
  .header [id*=block-][id*=-menu],
  .header .region-primary-menu {
    display: none;
  }
}
.header .header-wrapper {
  transition: 0.5s;
  padding: 18px 60px;
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 991.98px) {
  .header .header-wrapper {
    padding: 18px 28px;
  }
}
.header .header-wrapper.is-sticky .site-logo {
  position: static;
}
.header .header-wrapper.is-sticky .site-logo__text {
  height: 22px;
}
@media (max-width: 1299px) {
  .header .header-wrapper.is-sticky .site-logo__text {
    height: 16px;
  }
}
@media (max-width: 991.98px) {
  .header .header-wrapper.is-sticky .site-logo__text {
    height: 16px;
  }
}
.header .header-wrapper.is-sticky .site-logo__img {
  height: 42px;
}
@media (max-width: 1299px) {
  .header .header-wrapper.is-sticky .site-logo__img {
    position: relative;
    height: 42px;
    top: 0;
    left: 0;
  }
}
@media (max-width: 991.98px) {
  .header .header-wrapper.is-sticky .site-logo__img {
    height: 30px;
  }
}
.header .header-wrapper .menu-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .header .header-wrapper .menu-wrapper > nav,
  .header .header-wrapper .menu-wrapper > .main-menu,
  .header .header-wrapper .menu-wrapper #block-artistycom-main-menu {
    display: none;
  }
}
.header .header-wrapper .site-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 767.98px) {
  .header .header-wrapper .site-logo {
    gap: 8px;
  }
}
.header .header-wrapper .site-logo:hover {
  text-decoration: none;
}
.header .header-wrapper .site-logo__text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header .header-wrapper .site-logo__text {
  height: 22px;
}
@media (max-width: 1299px) {
  .header .header-wrapper .site-logo__text {
    height: 16px;
  }
}
@media (max-width: 991.98px) {
  .header .header-wrapper .site-logo__text {
    height: 16px;
  }
}
.header .header-wrapper .site-logo__img {
  height: 42px;
}
@media (max-width: 1299px) {
  .header .header-wrapper .site-logo__img {
    position: relative;
    height: 42px;
    top: 0;
    left: 0;
  }
}
@media (max-width: 991.98px) {
  .header .header-wrapper .site-logo__img {
    height: 30px;
  }
}
.header .header-wrapper .site-logo__location {
  font-size: 16px;
  color: #8d91a0;
  font-weight: 200;
}
@media (max-width: 1299px) {
  .header .header-wrapper .site-logo__location {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .header .header-wrapper .site-logo__location {
    font-size: 14px;
  }
}
.header__burger {
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.header__burger-button {
  background: none;
  border: none;
  cursor: pointer;
  width: 25px;
  height: 18px;
  padding: 0;
  position: relative;
  margin-left: 24px;
}
@media (max-width: 991.98px) {
  .header__burger-button {
    width: 24px;
    height: 18px;
  }
}
.header__burger-button span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #333333;
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}
.header__burger-button span:nth-child(1) {
  top: 0;
}
.header__burger-button span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header__burger-button span:nth-child(3) {
  bottom: 0;
}
.header__burger-button.is-active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.header__burger-button.is-active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}
.header__burger-button.is-active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}
.header .header__user-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: 32px;
}
@media (max-width: 1199.98px) {
  .header .header__user-actions {
    display: none;
  }
}

.header__user-dropdown {
  position: relative;
}
.header__user-dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  padding: 8px 16px;
  cursor: pointer;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.header__user-dropdown-toggle:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.3);
}
.header__user-dropdown-toggle[aria-expanded=true] {
  background-color: rgba(0, 0, 0, 0.05);
}
.header__user-dropdown-toggle[aria-expanded=true] .header__user-dropdown-arrow {
  transform: rotate(180deg);
}
.header__user-dropdown-arrow {
  font-size: 12px;
  transition: transform 0.3s ease;
  margin-left: 4px;
}
.header__user-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 165px;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  border-radius: 0.75rem;
  border: 1px solid #333333;
}
.header__user-dropdown-menu[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__user-dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 8px 12px;
  font-size: 0.875rem;
  color: #333333;
  cursor: pointer;
  position: relative;
}
.header__user-dropdown-item:not(:last-child, .header__user-dropdown-item.open-alerts-modal)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  height: 1px;
  background: #ddd;
}
.header__user-dropdown-item i {
  width: 16px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}
.header__user-dropdown-item:focus {
  text-decoration: unset;
}
.header__user-dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #000000;
  text-decoration: none;
}
.header__user-dropdown-item:hover i {
  color: #000000;
}
.header__user-dropdown-divider {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

.main-menu {
  margin: 0;
  padding-top: 0;
  list-style-type: none;
  display: block;
}
.main-menu li {
  list-style-type: none;
  display: inline;
}
.main-menu li a {
  color: #000000;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: -0.64px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  margin: 0 16px;
  transition: 0.5s;
}
@media (max-width: 1199.98px) {
  .main-menu li a {
    letter-spacing: unset;
    margin: 0;
    text-align: left;
  }
}
.main-menu li a:hover {
  text-decoration: none;
  color: #1593E1;
}
.main-menu li.menu-item--active-trail a {
  color: #1593E1;
  position: relative;
}
.main-menu li.menu-item--active-trail a::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1593E1;
  border-radius: 2px;
  width: 65%;
  height: 3px;
  bottom: 5px;
}
.main-menu li.signup-link a, .main-menu li.login-link a {
  letter-spacing: 0;
  border-radius: 100px;
  font-size: 14px;
}
.main-menu li.signup-link a:hover, .main-menu li.signup-link a:focus, .main-menu li.signup-link a:active, .main-menu li.login-link a:hover, .main-menu li.login-link a:focus, .main-menu li.login-link a:active {
  text-decoration: none;
}
.main-menu li.signup-link a {
  line-height: 24px;
  border: 1px solid #000000;
  margin: 0 10px;
  padding: 3px 15px;
}
.main-menu li.login-link a {
  color: #ffffff;
  line-height: 26px;
  background-color: #FC5794;
  margin: 0;
  padding: 3px 18px;
}
.main-menu.user-menu li:nth-last-of-type(1) a {
  margin-right: 0;
}
.main-menu.user-menu li.menu-item--expanded {
  position: relative;
  min-width: 60px;
}
.main-menu.user-menu li.menu-item--expanded > a {
  min-width: 56px;
  padding-right: 5px;
}
.main-menu.user-menu li.menu-item--expanded > a:before {
  content: "";
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background-color: #000000;
  position: absolute;
  top: -10px;
  left: 16px;
}
.main-menu.user-menu li.menu-item--expanded:hover .menu {
  display: block;
}
.main-menu.user-menu li.menu-item--expanded .menu {
  border-radius: 7px;
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 8px 12px;
  width: 150px;
  display: none;
  position: absolute;
  left: 100%;
  top: 15px;
  transition: 0.5s;
}
.main-menu.user-menu li.menu-item--expanded .menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
}
.main-menu.user-menu li.menu-item--expanded .menu li a {
  color: #000000;
  font-size: 16px;
  margin: 0;
  transition: 0.5s;
}
.main-menu.user-menu li.menu-item--expanded .menu li a[data-drupal-link-system-path="user/logout"]:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../js/../assets/logout.svg);
}
.main-menu.user-menu li.menu-item--expanded .menu li:nth-last-of-type(1), .main-menu.user-menu li.menu-item--expanded .menu li:nth-last-of-type(2) {
  border-bottom: none;
}

.secondary-menu {
  position: fixed;
  top: 0;
  right: -350px;
  width: 350px;
  height: 100%;
  background-color: #ffffff;
  box-shadow: -4px 0 16px rgba(0, 0, 0, 0.1);
  transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1049;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  .secondary-menu {
    right: -400px;
    width: 400px;
  }
}
@media (max-width: 767.98px) {
  .secondary-menu {
    right: -100%;
    width: 100%;
    max-width: 320px;
  }
}
.secondary-menu.is-open {
  right: 0;
}
.secondary-menu__close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #000000;
  padding: 8px;
  border-radius: 50%;
  transition: all 0.2s ease;
  z-index: 10;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secondary-menu__close-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
  transform: rotate(90deg);
}
.secondary-menu__close-button i {
  font-size: 20px;
}
.secondary-menu__desktop-only {
  display: block;
  padding: 80px 40px 40px;
}
@media (max-width: 1199.98px) {
  .secondary-menu__desktop-only {
    display: none;
  }
}
.secondary-menu__desktop-only .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.secondary-menu__desktop-only .menu .menu-item {
  margin-bottom: 6px;
}
.secondary-menu__desktop-only .menu .menu-item a {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  padding: 12px 0;
  position: relative;
  transition: all 0.3s ease;
}
.secondary-menu__desktop-only .menu .menu-item a:hover {
  color: #1593E1;
  padding-left: 12px;
}
.secondary-menu__desktop-only .menu .menu-item a:hover::before {
  opacity: 1;
  width: 4px;
}
.secondary-menu__desktop-only .menu .menu-item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 24px;
  background-color: #1593E1;
  opacity: 0;
  transition: all 0.3s ease;
  border-radius: 2px;
}
.secondary-menu__mobile-only {
  display: none;
  padding: 50px 24px 40px;
}
@media (max-width: 1199.98px) {
  .secondary-menu__mobile-only {
    display: block;
  }
}
.secondary-menu__mobile-only .menu, .secondary-menu__mobile-only .secondary-menu__user-links, .secondary-menu__mobile-only .user-menu {
  list-style: none;
  padding: 0;
}
.secondary-menu__mobile-only .menu .menu-item a, .secondary-menu__mobile-only .menu li a, .secondary-menu__mobile-only .secondary-menu__user-links .menu-item a, .secondary-menu__mobile-only .secondary-menu__user-links li a, .secondary-menu__mobile-only .user-menu .menu-item a, .secondary-menu__mobile-only .user-menu li a {
  color: #333333;
  font-size: 20px;
  text-decoration: none;
  font-weight: 600;
  display: block;
  padding: 13px 0;
  line-height: 1.1;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  .secondary-menu__mobile-only .menu .menu-item a, .secondary-menu__mobile-only .menu li a, .secondary-menu__mobile-only .secondary-menu__user-links .menu-item a, .secondary-menu__mobile-only .secondary-menu__user-links li a, .secondary-menu__mobile-only .user-menu .menu-item a, .secondary-menu__mobile-only .user-menu li a {
    font-size: 18px;
  }
  .secondary-menu__mobile-only .menu .menu-item a i, .secondary-menu__mobile-only .menu li a i, .secondary-menu__mobile-only .secondary-menu__user-links .menu-item a i, .secondary-menu__mobile-only .secondary-menu__user-links li a i, .secondary-menu__mobile-only .user-menu .menu-item a i, .secondary-menu__mobile-only .user-menu li a i {
    font-size: 14px;
    margin-right: 4px;
  }
}
.secondary-menu__mobile-only .menu .menu-item a:hover, .secondary-menu__mobile-only .menu .menu-item a:active, .secondary-menu__mobile-only .menu li a:hover, .secondary-menu__mobile-only .menu li a:active, .secondary-menu__mobile-only .secondary-menu__user-links .menu-item a:hover, .secondary-menu__mobile-only .secondary-menu__user-links .menu-item a:active, .secondary-menu__mobile-only .secondary-menu__user-links li a:hover, .secondary-menu__mobile-only .secondary-menu__user-links li a:active, .secondary-menu__mobile-only .user-menu .menu-item a:hover, .secondary-menu__mobile-only .user-menu .menu-item a:active, .secondary-menu__mobile-only .user-menu li a:hover, .secondary-menu__mobile-only .user-menu li a:active {
  color: #1593E1;
  transform: translateX(8px);
}
.secondary-menu__mobile-only .menu .menu-item.menu-item--active-trail a, .secondary-menu__mobile-only .menu li.menu-item--active-trail a, .secondary-menu__mobile-only .secondary-menu__user-links .menu-item.menu-item--active-trail a, .secondary-menu__mobile-only .secondary-menu__user-links li.menu-item--active-trail a, .secondary-menu__mobile-only .user-menu .menu-item.menu-item--active-trail a, .secondary-menu__mobile-only .user-menu li.menu-item--active-trail a {
  color: #1593E1;
}
.secondary-menu__mobile-only .menu .menu-item.menu-item--active-trail a::after, .secondary-menu__mobile-only .menu li.menu-item--active-trail a::after, .secondary-menu__mobile-only .secondary-menu__user-links .menu-item.menu-item--active-trail a::after, .secondary-menu__mobile-only .secondary-menu__user-links li.menu-item--active-trail a::after, .secondary-menu__mobile-only .user-menu .menu-item.menu-item--active-trail a::after, .secondary-menu__mobile-only .user-menu li.menu-item--active-trail a::after {
  content: "";
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 32px;
  background-color: #1593E1;
  border-radius: 2px;
}
.secondary-menu__mobile-only .secondary-menu__user-links .menu-item a, .secondary-menu__mobile-only .secondary-menu__user-links li a {
  color: #1593E1;
}
.secondary-menu__mobile-only .secondary-menu__guest-links {
  list-style: none;
  padding: 0;
  margin: 32px 0 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.secondary-menu__mobile-only .secondary-menu__guest-links li {
  margin: 0;
}
.secondary-menu__mobile-only .secondary-menu__guest-links li a {
  display: block;
  padding: 14px 24px;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.secondary-menu .secondary-menu__guest-links .btn--primary {
  background-color: #1593E1;
  color: #ffffff;
  border: 2px solid #1593E1;
}
.secondary-menu .secondary-menu__guest-links .btn--primary:hover {
  background-color: #127BBC;
  border-color: #127BBC;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(21, 147, 225, 0.3);
}
.secondary-menu .secondary-menu__guest-links .btn--secondary {
  background-color: transparent;
  color: #000000;
  border: 2px solid #000000;
}
.secondary-menu .secondary-menu__guest-links .btn--secondary:hover {
  background-color: #000000;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.secondary-menu .region--admin-tabs {
  padding: 20px 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 40px;
}

.secondary-menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1048;
}
.secondary-menu-backdrop.is-open {
  opacity: 1;
  visibility: visible;
}

.path-frontpage .header .site-logo {
  position: absolute;
  top: 50px;
  z-index: 5;
}
@media (max-width: 1299px) {
  .path-frontpage .header .site-logo {
    position: initial;
    top: 0;
  }
}
.path-frontpage .header .site-logo__text {
  height: 26px;
}
@media (max-width: 1299px) {
  .path-frontpage .header .site-logo__text {
    height: 16px;
  }
}
@media (max-width: 991.98px) {
  .path-frontpage .header .site-logo__text {
    height: 16px;
  }
}
.path-frontpage .header .site-logo__img {
  height: 56px;
}
@media (max-width: 1299px) {
  .path-frontpage .header .site-logo__img {
    position: relative;
    height: 42px;
    top: 0;
    left: 0;
  }
}
@media (max-width: 991.98px) {
  .path-frontpage .header .site-logo__img {
    height: 30px;
  }
}

@media (max-width: 1199px) {
  .header .header__nav,
  .header .header__button {
    display: none;
  }
  .header .header-wrapper .menu-wrapper > *:not(.header__user-actions) {
    display: none;
  }
  .header .header__burger {
    display: flex;
    align-items: center;
  }
}
.header-search {
  display: none;
  flex: 1;
  max-width: 300px;
  margin-left: 60px;
  margin-right: 30px;
}
@media (min-width: 992px) {
  .header-search {
    display: block;
  }
}
.header-search__form {
  width: 100%;
}
.header-search__wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.header-search__input {
  width: 100%;
  padding: 8px 40px 8px 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}
.header-search__input:focus {
  outline: none;
  border-color: #33A5EC;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(51, 165, 236, 0.1);
}
.header-search__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.header-search__input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.header-search__button {
  position: absolute;
  right: 4px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: transparent;
  border: none;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.header-search__button i {
  font-size: 14px;
}
.header-search__button:hover {
  background: rgba(51, 165, 236, 0.1);
  color: #33A5EC;
}
.header-search__button:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(51, 165, 236, 0.2);
}
.is-sticky .header-search__input {
  background: rgba(255, 255, 255, 0.95);
}

.header-search-mobile {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .header-search-mobile {
    display: none;
  }
}
.header-search-mobile__trigger {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: #000000;
  transition: all 0.3s ease;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-search-mobile__trigger i {
  font-size: 18px;
}
.header-search-mobile__trigger:hover {
  background: rgba(0, 0, 0, 0.05);
}
.header-search-mobile__trigger:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(51, 165, 236, 0.2);
}

.header-search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1050;
}
.header-search-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.header-search-modal.is-open .header-search-modal__content {
  transform: translateY(0);
}
.header-search-modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  padding: 20px;
  transform: translateY(-100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.header-search-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  padding: 8px;
  color: #000000;
  font-size: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
  z-index: 10;
}
.header-search-modal__close:hover {
  background: rgba(0, 0, 0, 0.05);
  transform: rotate(90deg);
}
.header-search-modal__close i {
  font-size: 20px;
}
.header-search-modal__form {
  margin-top: 62px;
}
.header-search-modal__wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.header-search-modal__input {
  width: 100%;
  padding: 16px 60px 16px 20px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.95);
  transition: all 0.3s ease;
}
.header-search-modal__input:focus {
  outline: none;
  border-color: #33A5EC;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(51, 165, 236, 0.1);
}
.header-search-modal__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.header-search-modal__input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.header-search-modal__button {
  position: absolute;
  right: 6px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #33A5EC;
  border: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.header-search-modal__button i {
  font-size: 20px;
}
.header-search-modal__button:hover {
  background: rgb(20.1076233184, 140.7533632287, 215.8923766816);
  transform: scale(1.05);
}
.header-search-modal__button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(51, 165, 236, 0.3);
}

.language-selector {
  position: relative;
  display: inline-flex;
  margin-left: 0.75rem;
  margin-right: 0.5rem;
}
.language-selector__toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  padding: 5px 12px;
  cursor: pointer;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.language-selector__toggle:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.3);
}
.language-selector__toggle[aria-expanded=true] {
  background-color: rgba(0, 0, 0, 0.05);
}
.language-selector__toggle[aria-expanded=true] .language-selector__arrow {
  transform: rotate(180deg);
}
.language-selector__flag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.language-selector__flag svg {
  width: 100%;
  height: 100%;
  display: block;
}
.language-selector__flag i {
  font-size: 14px;
  color: #666;
}
.language-selector__code {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
}
.language-selector__arrow {
  font-size: 12px;
  transition: transform 0.3s ease;
  margin-left: 4px;
}
.language-selector__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 140px;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  border-radius: 0.75rem;
  border: 1px solid #333333;
  overflow: hidden;
}
.language-selector__dropdown.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.language-selector__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 10px 14px;
  font-size: 0.875rem;
  color: #333333;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}
.language-selector__item:hover {
  background-color: rgba(0, 0, 0, 0.05);
  text-decoration: none;
  color: inherit;
}
.language-selector__item.is-active {
  background-color: rgba(51, 165, 236, 0.08);
  color: #33A5EC;
}
.language-selector__item.is-active .language-selector__item-name {
  font-weight: 600;
}
.language-selector__item:not(:last-child) {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.language-selector__item-flag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.language-selector__item-flag svg {
  width: 100%;
  height: 100%;
  display: block;
}
.language-selector__item-flag i {
  font-size: 16px;
  color: #666;
}
.language-selector__item-name {
  flex: 1;
  font-size: 0.875rem;
}
@media (max-width: 1199.98px) {
  .language-selector {
    margin-left: 0.5rem;
    margin-right: 0.25rem;
  }
  .language-selector__toggle {
    padding: 6px 10px;
    gap: 6px;
  }
  .language-selector__flag {
    width: 18px;
    height: 18px;
  }
  .language-selector__code {
    font-size: 13px;
  }
  .language-selector__arrow {
    font-size: 10px;
  }
  .language-selector__dropdown {
    min-width: 150px;
  }
  .language-selector__item {
    padding: 8px 12px;
    gap: 10px;
  }
  .language-selector__item-flag {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 991.98px) {
  .language-selector {
    margin-left: 0.25rem;
    margin-right: 0.15rem;
  }
  .language-selector__toggle {
    padding: 6px 8px;
    gap: 5px;
  }
  .language-selector__flag {
    width: 16px;
    height: 16px;
  }
  .language-selector__code {
    font-size: 12px;
  }
  .language-selector__arrow {
    display: none;
  }
  .language-selector__dropdown {
    right: -10px;
  }
}
@media (max-width: 767.98px) {
  .language-selector__toggle {
    padding: 6px;
    border-radius: 50%;
  }
  .language-selector__flag {
    width: 18px;
    height: 18px;
  }
  .language-selector__code {
    display: none;
  }
  .language-selector__dropdown {
    right: 0;
    min-width: 140px;
  }
}

.footer {
  background-color: #000000;
}
.footer .footer-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 35px 45px 16px 45px;
}
@media (max-width: 1199.98px) {
  .footer .footer-wrapper {
    padding: 24px 24px 16px 24px;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-wrapper {
    padding: 24px 16px 16px 16px;
  }
}
.footer .footer-wrapper .footer-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 21px;
}
@media (max-width: 1199.98px) {
  .footer .footer-wrapper .footer-top {
    flex-direction: column;
    gap: 32px;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-wrapper .footer-top {
    margin-bottom: 34px;
    gap: 24px;
  }
}
.footer .footer-wrapper .footer-top .footer-right-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}
@media (max-width: 1199.98px) {
  .footer .footer-wrapper .footer-top .footer-right-section {
    align-items: flex-start;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-wrapper .footer-top .footer-right-section {
    gap: 16px;
  }
}
.footer .footer-wrapper .footer-top .footer-menu ul.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1199.98px) {
  .footer .footer-wrapper .footer-top .footer-menu ul.menu {
    justify-content: flex-start;
    gap: 12px 20px;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-wrapper .footer-top .footer-menu ul.menu {
    flex-direction: column;
    gap: 10px;
  }
}
.footer .footer-wrapper .footer-top .footer-menu ul.menu li {
  margin: 0;
  padding: 0;
}
.footer .footer-wrapper .footer-top .footer-menu ul.menu li a {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Jost", sans-serif;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer .footer-wrapper .footer-top .footer-menu ul.menu li a:hover {
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .footer .footer-wrapper .footer-top .footer-menu ul.menu li a {
    font-size: 0.75rem;
  }
}
.footer .footer-wrapper .footer-top .block-system-branding-block img {
  max-height: 50px;
  width: auto;
}
@media (max-width: 767.98px) {
  .footer .footer-wrapper .footer-top .block-system-branding-block img {
    max-height: 40px;
  }
}
.footer .footer-wrapper .footer-bottom {
  border-top: 1px solid #FC5794;
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  gap: 16px;
}
@media (max-width: 767.98px) {
  .footer .footer-wrapper .footer-bottom {
    flex-direction: column-reverse;
  }
}
.footer .footer-wrapper .footer-bottom .region-footer-bottom * {
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
}
.footer .footer-wrapper .footer-bottom .region-footer-bottom * p {
  margin: 0;
}
.footer .footer-wrapper .footer-bottom .region-footer .navigation ul.menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1199.98px) {
  .footer .footer-wrapper .footer-bottom .region-footer .navigation ul.menu {
    flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-wrapper .footer-bottom .region-footer .navigation ul.menu {
    padding-bottom: 16px;
    border-bottom: 1px solid #505050;
  }
}
.footer .footer-wrapper .footer-bottom .region-footer .navigation ul.menu li {
  padding: 0 20px;
  margin: 0;
  position: relative;
}
.footer .footer-wrapper .footer-bottom .region-footer .navigation ul.menu li::after {
  content: "|";
  color: rgba(255, 255, 255, 0.44);
  position: absolute;
  right: 0;
  top: 45%;
  transform: translate(0, -50%);
}
@media (max-width: 1199.98px) {
  .footer .footer-wrapper .footer-bottom .region-footer .navigation ul.menu li::after {
    display: none;
  }
}
.footer .footer-wrapper .footer-bottom .region-footer .navigation ul.menu li a {
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .footer .footer-wrapper .footer-bottom .region-footer .navigation ul.menu li a {
    font-size: 0.875rem;
    text-transform: unset;
  }
}
.footer .footer-wrapper .footer-bottom .region-footer .navigation ul.menu li:nth-last-of-type(1) {
  padding-right: 0;
}
.footer .footer-wrapper .footer-bottom .region-footer .navigation ul.menu li:nth-last-of-type(1)::after {
  display: none;
}

.social-media-links--platforms {
  margin: 0;
}
.social-media-links--platforms li {
  padding: 8px 10px !important;
}
.social-media-links--platforms li a span {
  font-size: 0;
  width: 22px;
  height: 22px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
}
@media (max-width: 767.98px) {
  .social-media-links--platforms li a span {
    width: 18px;
    height: 18px;
  }
}
.social-media-links--platforms li a span.fa-instagram {
  background-image: url(../js/../assets/ig.svg);
}
.social-media-links--platforms li a span.fa-tiktok {
  background-image: url(../js/../assets/tt.svg);
}
.social-media-links--platforms li a span.fa-x-twitter {
  background-image: url(../js/../assets/x.svg);
}
.social-media-links--platforms li a span.fa-facebook {
  background-image: url(../js/../assets/fb.svg);
}
.social-media-links--platforms li a span.fa-linkedin {
  background-image: url(../js/../assets/lin.svg);
}
.social-media-links--platforms li:nth-last-of-type(1) {
  padding-right: 0 !important;
}

.hero-wrapper {
  width: 100%;
  min-height: 540px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1299px) {
  .hero-wrapper {
    min-height: 466px;
  }
}
@media (max-width: 1199.98px) {
  .hero-wrapper {
    min-height: auto;
  }
}
.hero-wrapper .hero-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 115px 32px 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 1299px) {
  .hero-wrapper .hero-container {
    padding: 85px 32px 0;
  }
}
@media (max-width: 1199.98px) {
  .hero-wrapper .hero-container {
    padding: 21px 32px 0;
    text-align: center;
    justify-content: center;
    display: flex;
  }
}
.hero-wrapper .hero-container .hero-content {
  max-width: 610px;
}
.hero-wrapper .hero-container .hero-content h1 {
  font-size: 40px;
}
@media (max-width: 1299px) {
  .hero-wrapper .hero-container .hero-content h1 {
    font-size: 37px;
  }
}
@media (max-width: 1199.98px) {
  .hero-wrapper .hero-container .hero-content h1 {
    font-size: 34px;
  }
}
@media (max-width: 991.98px) {
  .hero-wrapper .hero-container .hero-content h1 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .hero-wrapper .hero-container .hero-content h1 {
    font-size: 26px;
  }
}
.hero-wrapper .hero-container .hero-content .field--name-field-description {
  font-size: 21px;
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .hero-wrapper .hero-container .hero-content .field--name-field-description {
    margin-bottom: 0;
  }
}
.hero-wrapper .hero-container .hero-content .field--name-field-description * {
  color: rgba(0, 0, 0, 0.6);
}
.hero-wrapper .hero-container .hero-content .btn-wrapper {
  display: flex;
  gap: 20px;
}
.hero-wrapper .hero-container .hero-content p {
  font-size: 22px;
  line-height: 1.4;
}
@media (max-width: 991.98px) {
  .hero-wrapper .hero-container .hero-content p {
    font-size: 18px;
  }
}
.hero-wrapper .hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .hero-wrapper .hero-bg {
    display: none;
    position: relative;
  }
}
.hero-wrapper .hero-bg:before {
  content: "";
  z-index: 3;
  background-image: url(../js/../assets/hero-bg.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto 130%;
  background-position: right -65px;
}
@media (max-width: 1299px) {
  .hero-wrapper .hero-bg:before {
    left: 132px;
  }
}
@media (max-width: 1199.98px) {
  .hero-wrapper .hero-bg:before {
    display: none;
  }
}
.hero-wrapper .hero-bg img {
  float: right;
}
@media (max-width: 1199.98px) {
  .hero-wrapper .hero-bg img {
    float: unset;
  }
}

.feature-wrapper {
  width: 100%;
  background-image: linear-gradient(90deg, rgb(99, 99, 99) 0%, rgb(201, 201, 201) 100%);
  position: relative;
  z-index: 3;
}
.feature-wrapper .feature-container {
  max-width: 1340px;
  margin: 0 auto;
  padding-top: 125px;
  padding-bottom: 125px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1199.98px) {
  .feature-wrapper .feature-container {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.feature-wrapper .feature-container .feature-content {
  max-width: 50%;
}
@media (max-width: 1199.98px) {
  .feature-wrapper .feature-container .feature-content {
    max-width: 100%;
  }
}
.feature-wrapper .feature-container .feature-content h2, .feature-wrapper .feature-container .feature-content .h2 {
  margin-bottom: 22px;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  color: #ffffff;
}
@media (max-width: 1199.98px) {
  .feature-wrapper .feature-container .feature-content h2, .feature-wrapper .feature-container .feature-content .h2 {
    font-size: 26px;
  }
}
.feature-wrapper .feature-container .feature-content .field--name-field-description {
  font-size: 23px;
  margin-bottom: 30px;
  line-height: 1.2;
}
@media (max-width: 1199.98px) {
  .feature-wrapper .feature-container .feature-content .field--name-field-description {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .feature-wrapper .feature-container .feature-content .field--name-field-description {
    font-size: 16px;
  }
}
.feature-wrapper .feature-container .feature-content .field--name-field-description * {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}
.feature-wrapper .feature-container .feature-content .field--name-field-description b, .feature-wrapper .feature-container .feature-content .field--name-field-description strong {
  font-weight: 700;
}
.feature-wrapper .feature-container .feature-content .field--name-field-description a {
  color: #33A5EC;
  transition: 0.5s;
}
.feature-wrapper .feature-container .feature-content .field--name-field-description a:hover, .feature-wrapper .feature-container .feature-content .field--name-field-description a:focus {
  color: #8453FF;
}
.feature-wrapper .feature-container .feature-content .field--name-field-description p {
  font-size: 22px;
}
@media (max-width: 1199.98px) {
  .feature-wrapper .feature-container .feature-content .field--name-field-description p {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .feature-wrapper .feature-container .feature-content .field--name-field-description p {
    font-size: 16px;
  }
}
.feature-wrapper .feature-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .feature-wrapper .feature-bg {
    display: none;
  }
}
.feature-wrapper .feature-bg:before {
  content: "";
  z-index: 1;
  background-image: url(../js/../assets/feature-panel-bg.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: auto;
  width: 100%;
  height: 100%;
  background-size: auto auto;
  background-position: left 70px;
}
.feature-wrapper .feature-bg img {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: 30px;
  z-index: 1;
  width: auto;
  height: auto;
  max-height: calc(100% - 120px);
  max-width: 100%;
}

.cta-panel {
  width: 100%;
}
.cta-panel .cta-container {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 160px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .cta-panel .cta-container {
    margin-top: 42px;
    margin-bottom: 42px;
    padding: 0 15px;
  }
}
.cta-panel .cta-container .field--name-field-media {
  margin-bottom: 40px;
}
.cta-panel .cta-container h2 {
  color: #000000;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.3;
}
@media (max-width: 1199.98px) {
  .cta-panel .cta-container h2 {
    font-size: 26px;
  }
}
.cta-panel .cta-container .field--name-field-description {
  max-width: 600px;
  margin: 0 auto;
}
.cta-panel .cta-container .field--name-field-description * {
  color: rgba(0, 0, 0, 0.6);
}
.cta-panel .cta-container .btn-wrapper {
  margin-top: 35px;
}

.meet-wrapper {
  width: 100%;
  margin-top: -69px;
  min-height: 415px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .meet-wrapper {
    min-height: auto;
    display: flex;
    flex-direction: column-reverse;
    margin-top: 0;
  }
}
.meet-wrapper .hero-container {
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 32px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1199.98px) {
  .meet-wrapper .hero-container {
    padding-top: 36px;
  }
}
.meet-wrapper .hero-container .hero-content {
  max-width: 610px;
}
.meet-wrapper .hero-container .hero-content h2, .meet-wrapper .hero-container .hero-content .h2 {
  font-size: 32px;
  margin-bottom: 16px;
  font-weight: 600;
  color: #6D6D6D;
}
@media (max-width: 1199.98px) {
  .meet-wrapper .hero-container .hero-content h2, .meet-wrapper .hero-container .hero-content .h2 {
    font-size: 26px;
  }
}
.meet-wrapper .hero-container .hero-content .field--name-field-description-long {
  font-size: 21px;
  margin-bottom: 40px;
  line-height: 34px;
}
@media (max-width: 1199.98px) {
  .meet-wrapper .hero-container .hero-content .field--name-field-description-long {
    margin-bottom: 0;
  }
}
.meet-wrapper .hero-container .hero-content .field--name-field-description-long * {
  color: #6D6D6D;
  font-weight: 400;
}
.meet-wrapper .hero-container .hero-content .field--name-field-description-long b, .meet-wrapper .hero-container .hero-content .field--name-field-description-long strong {
  color: #646464;
  font-weight: 700;
}
.meet-wrapper .hero-container .hero-content .field--name-field-description-long a {
  color: #33A5EC;
  transition: 0.5s;
}
.meet-wrapper .hero-container .hero-content .field--name-field-description-long a:hover, .meet-wrapper .hero-container .hero-content .field--name-field-description-long a:focus {
  color: #8453FF;
}
.meet-wrapper .hero-container .hero-content .field--name-field-description-long p {
  font-size: 22px;
}
@media (max-width: 1199.98px) {
  .meet-wrapper .hero-container .hero-content .field--name-field-description-long p {
    font-size: 16px;
  }
}
.meet-wrapper .hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .meet-wrapper .hero-bg {
    position: relative;
    width: 100%;
    height: 260px;
  }
  .meet-wrapper .hero-bg .field--name-field-media {
    height: 100%;
  }
}
.meet-wrapper .hero-bg:before {
  content: "";
  z-index: 2;
  background-image: url(../js/../assets/feature-bg.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: auto 120%;
  background-position: right -70px;
  left: calc(-100% + 130px);
}
@media (max-width: 1199.98px) {
  .meet-wrapper .hero-bg:before {
    display: none;
  }
}
.meet-wrapper .hero-bg img {
  float: right;
  width: 100%;
  height: auto;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  right: 0;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .meet-wrapper .hero-bg img {
    float: unset;
    position: relative;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transform: unset;
  }
}

.artist-or-professional--enhanced {
  position: relative;
  overflow: hidden;
  padding: 80px 0 0 0;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .artist-or-professional--enhanced {
    padding: 42px 0 32px;
  }
}
.artist-or-professional--enhanced:before, .artist-or-professional--enhanced:after {
  display: none;
}
.artist-or-professional--enhanced__wrapper {
  position: relative;
}
.artist-or-professional--enhanced__bg-elements {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.artist-or-professional--enhanced__bg-circle {
  position: absolute;
  border-radius: 50%;
}
.artist-or-professional--enhanced__bg-circle--1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(51, 165, 236, 0.05) 0%, transparent 70%);
  top: -200px;
  left: -300px;
  animation: float 20s ease-in-out infinite;
}
.artist-or-professional--enhanced__bg-circle--2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(243, 83, 149, 0.05) 0%, transparent 70%);
  bottom: -100px;
  right: -200px;
  animation: float 25s ease-in-out infinite reverse;
}
.artist-or-professional--enhanced__bg-dots {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.02) 1px, transparent 1px);
  background-size: 30px 30px;
}
.artist-or-professional--enhanced .tabs-container--enhanced {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}
.artist-or-professional--enhanced .header-tabs--enhanced {
  text-align: center;
  margin-bottom: 34px;
}
@media (max-width: 991.98px) {
  .artist-or-professional--enhanced .header-tabs--enhanced {
    margin-bottom: 26px;
  }
}
.artist-or-professional--enhanced .tabs-title--enhanced {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.artist-or-professional--enhanced .tabs-title--enhanced .tabs-title__decorator {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #33A5EC, #F35395);
  border-radius: 2px;
}
.artist-or-professional--enhanced .tabs-title--enhanced .tabs-title__decorator:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: white;
  border: 3px solid #33A5EC;
  border-radius: 50%;
}
.artist-or-professional--enhanced .tabs-title--enhanced p {
  font-size: 26px;
}
.artist-or-professional--enhanced .tabs-title--enhanced h3 {
  font-size: 2.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #333 0%, #666 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}
@media (max-width: 991.98px) {
  .artist-or-professional--enhanced .tabs-title--enhanced h3 {
    font-size: 2rem;
  }
}
.artist-or-professional--enhanced .tabs-description {
  max-width: 700px;
  margin: 0 auto;
}
.artist-or-professional--enhanced .tabs-description p {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.7;
}
.artist-or-professional--enhanced .tabs-wrapper--enhanced {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.artist-or-professional--enhanced .tabs-wrapper--enhanced::after {
  content: "";
  height: 15px;
  width: 100vw;
  background-color: #2994D7;
  position: absolute;
  left: 50%;
  bottom: 60px;
  z-index: -1;
  transform: translateX(-50%);
}
.artist-or-professional--enhanced .tab-head--enhanced {
  display: flex;
  gap: 4px;
  position: relative;
  margin-bottom: 30px;
  background: #f5f5f5;
  padding: 16px 0;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .artist-or-professional--enhanced .tab-head--enhanced {
    gap: 3px;
    padding: 3px;
    margin-bottom: 20px;
  }
}
.artist-or-professional--enhanced .tab-head__indicator {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  background: #33A5EC;
  border-radius: 46px;
  transition: all 0.3s ease;
  z-index: 1;
}
.artist-or-professional--enhanced .tab-button--enhanced {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 50%;
  padding: 12px 24px;
  background: transparent;
  border: none;
  border-radius: 46px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .artist-or-professional--enhanced .tab-button--enhanced {
    padding: 10px 16px;
    gap: 6px;
  }
}
.artist-or-professional--enhanced .tab-button--enhanced__icon {
  font-size: 1.125rem;
  color: #666;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .artist-or-professional--enhanced .tab-button--enhanced__icon {
    font-size: 1rem;
  }
}
.artist-or-professional--enhanced .tab-button--enhanced .tab-button__text {
  font-size: 1.125rem;
  font-weight: 600;
  color: #666;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .artist-or-professional--enhanced .tab-button--enhanced .tab-button__text {
    font-size: 0.875rem;
  }
}
.artist-or-professional--enhanced .tab-button--enhanced__bg {
  display: none;
}
.artist-or-professional--enhanced .tab-button--enhanced.active .tab-button__icon,
.artist-or-professional--enhanced .tab-button--enhanced.active .tab-button__text {
  color: white;
}
.artist-or-professional--enhanced .tab-button--enhanced.tab-1.active ~ .tab-head__indicator {
  transform: translateX(calc(100% + 4px));
  background: #ff006e;
}
.artist-or-professional--enhanced .tab-content-wrapper--enhanced {
  position: relative;
  background: white;
  border-radius: 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .artist-or-professional--enhanced .tab-content-wrapper--enhanced {
    box-shadow: unset;
  }
}
.artist-or-professional--enhanced .tab-content--enhanced {
  display: none;
  position: relative;
  padding: 50px 60px;
  min-height: 400px;
}
@media (max-width: 1199.98px) {
  .artist-or-professional--enhanced .tab-content--enhanced {
    padding: 40px;
  }
}
@media (max-width: 991.98px) {
  .artist-or-professional--enhanced .tab-content--enhanced {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .artist-or-professional--enhanced .tab-content--enhanced {
    padding: 25px 20px;
  }
}
.artist-or-professional--enhanced .tab-content--enhanced.active {
  display: block;
  animation: fadeInUp 0.4s ease;
}
.artist-or-professional--enhanced .tab-content--enhanced .tab-content__inner {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
}
.artist-or-professional--enhanced .tab-content--enhanced .tab-content__decoration {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 150px;
  height: 150px;
  opacity: 0.1;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .artist-or-professional--enhanced .tab-content--enhanced .tab-content__decoration {
    width: 100px;
    height: 100px;
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .artist-or-professional--enhanced .tab-content--enhanced .tab-content__decoration {
    display: none;
  }
}
.artist-or-professional--enhanced .tab-content--enhanced .tab-content__decoration svg {
  width: 100%;
  height: 100%;
}
.artist-or-professional--enhanced .tab-content--enhanced.tab-content-0 {
  background: #33A5EC;
}
.artist-or-professional--enhanced .tab-content--enhanced.tab-content-1 {
  background: #ff006e;
}
.artist-or-professional--enhanced .content-icons .field--name-field-icon-panels {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}
.artist-or-professional--enhanced .content-icons .field--name-field-icon-panels > .field__item {
  width: calc(50% - 20px);
}
@media (max-width: 991.98px) {
  .artist-or-professional--enhanced .content-icons .field--name-field-icon-panels > .field__item {
    width: 100%;
  }
}
.artist-or-professional--enhanced .icon-panel {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  transition: all 0.3s ease;
}
.artist-or-professional--enhanced .icon-panel:hover {
  transform: translateX(5px);
}
.artist-or-professional--enhanced .icon-panel .icon-box {
  flex-shrink: 0;
}
.artist-or-professional--enhanced .icon-panel .icon-box .field--name-field-icon {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .artist-or-professional--enhanced .icon-panel .icon-box .field--name-field-icon {
    width: 60px;
    height: 60px;
  }
}
.artist-or-professional--enhanced .icon-panel .icon-box .field--name-field-icon img, .artist-or-professional--enhanced .icon-panel .icon-box .field--name-field-icon svg {
  width: 40px;
  height: 40px;
}
@media (max-width: 767.98px) {
  .artist-or-professional--enhanced .icon-panel .icon-box .field--name-field-icon img, .artist-or-professional--enhanced .icon-panel .icon-box .field--name-field-icon svg {
    width: 30px;
    height: 30px;
  }
}
.artist-or-professional--enhanced .icon-panel .icon-box .field--name-field-icon:hover {
  transform: scale(1.05);
  border-color: rgba(255, 255, 255, 0.5);
}
.artist-or-professional--enhanced .icon-panel .icon-content {
  flex: 1;
}
.artist-or-professional--enhanced .icon-panel .icon-content h5 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
  color: white;
}
@media (max-width: 767.98px) {
  .artist-or-professional--enhanced .icon-panel .icon-content h5 {
    font-size: 1rem;
  }
}
.artist-or-professional--enhanced .icon-panel .icon-content .field--name-field-description * {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 767.98px) {
  .artist-or-professional--enhanced .icon-panel .icon-content .field--name-field-description * {
    font-size: 0.875rem;
  }
}
.artist-or-professional--enhanced .btn-wrapper {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-30px) scale(1.05);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}

.btn-text {
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  color: #33A5EC;
}
.btn-text:hover {
  color: #1593E1;
}

.btn {
  display: inline-flex;
  align-items: center;
  font-size: 1em;
  color: #ffffff !important;
  font-weight: 600;
  background-color: #33A5EC;
  line-height: 1.3;
  transition-duration: 0.3s;
  padding: 12px 32px;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 50px;
}
.btn:hover, .btn:focus, .btn:focus-visible, .btn:active {
  outline: unset;
  text-decoration: none;
  box-shadow: unset;
  font-weight: 600;
}
.btn img {
  width: auto;
  height: 1rem;
  margin-right: 0.625rem;
}
@media only screen and (max-width: 1199px) {
  .btn {
    font-size: 0.875em;
    padding: 0.625rem 1.25rem;
  }
  .btn img {
    width: auto;
    height: 0.875rem;
  }
}
@media (max-width: 991.98px) {
  .btn {
    font-size: 14px;
    padding: 14px 20px;
  }
  .btn img {
    height: 0.75rem;
  }
}
.btn:hover {
  background-color: #1593E1;
  color: #ffffff !important;
}
.btn:active {
  background-color: #127BBC;
}
.btn:disabled, .btn.disabled {
  background-color: #9FD5F6;
  color: #56B4EF !important;
  pointer-events: none;
  cursor: default;
  opacity: 1;
}
.btn--shadow {
  box-shadow: 0px 4px 15px 0px rgba(32, 23, 79, 0.4);
}
.btn--bold {
  font-weight: 500;
}
.btn--lower {
  text-transform: unset;
}
.btn--sm {
  font-size: 0.875em;
  padding: 10px 14px;
  /*@media only screen and (max-width: 1199px) {
    font-size: 0.563em;
    padding: 0.5rem 1.125rem;
    img {
      width: auto;
      height: 0.875rem;
    }
  }*/
}
.btn--sm img {
  width: auto;
  height: 0.875rem;
}
.btn--lg {
  font-size: 1.125em;
  padding: 1rem 2rem;
}
.btn--lg img {
  width: auto;
  height: 1.125rem;
}
@media only screen and (max-width: 1199px) {
  .btn--lg {
    font-size: 1em;
    padding: 0.75rem 1.5rem;
  }
  .btn--lg img {
    width: auto;
    height: 1rem;
  }
}
.btn--white {
  color: #F35395 !important;
  background-color: white;
  border: 1px solid #F35395;
}
.btn--white:hover {
  background-color: #C3E5F9;
  color: #F35395 !important;
}
.btn--white:active {
  color: #ffffff !important;
  background-color: #F35395;
  border: 1px solid #F35395;
}
.btn--white:disabled {
  background-color: #ffffff;
  color: #9FD5F6 !important;
  border: 1px solid #9FD5F6;
}
.btn--transparent {
  color: #F35395 !important;
  background-color: transparent;
  border: 1px solid #F35395 !important;
}
.btn--transparent:hover {
  background-color: #FDE7F0;
  color: #F35395 !important;
}
.btn--transparent:active {
  color: #ffffff !important;
  background-color: #F35395;
  border: 1px solid #F35395 !important;
}
.btn--transparent:disabled {
  background-color: transparent;
  color: #F9ACCC !important;
  border: 1px solid #F9ACCC !important;
}
.btn--transparent-white {
  color: #ffffff !important;
  background-color: transparent;
  border: 0.5px solid #ffffff !important;
}
.btn--transparent-white:hover {
  background-color: rgba(229, 255, 255, 0.2);
  color: #ffffff !important;
}
.btn--transparent-white:active {
  color: #ffffff !important;
  background-color: #F35395;
  border: 0.5px solid #F35395 !important;
}
.btn--transparent-white:disabled {
  background-color: transparent;
  color: #9FD5F6 !important;
  border: 1px solid #9FD5F6 !important;
}
.btn--square {
  border-radius: 8px;
}
.btn--blue {
  color: #ffffff !important;
  background-color: #33A5EC;
  border: 0.5px solid #33A5EC;
}
.btn--blue:hover {
  background-color: #1593E1;
  color: #ffffff !important;
}
.btn--blue:active {
  background-color: #127BBC;
  border: 0.5px solid #127BBC;
}
.btn--blue:disabled, .btn--blue.disabled {
  background-color: #9FD5F6;
  color: #56B4EF !important;
  pointer-events: none;
  cursor: default;
}
.btn--blue--shadow {
  box-shadow: 0px 4px 15px 0px rgba(32, 23, 79, 0.4);
}
.btn--pink {
  color: #ffffff !important;
  background-color: #F35395;
  border: 0.5px solid #F35395;
}
.btn--pink:hover {
  background-color: #F02578;
  color: #ffffff !important;
}
.btn--pink:active {
  background-color: #D40F60;
  border: 0.5px solid #D40F60;
}
.btn--pink:disabled, .btn--pink.disabled {
  background-color: #F9ACCC;
  color: #F571A7 !important;
  pointer-events: none;
  cursor: default;
}
.btn--pink--shadow {
  box-shadow: 0px 4px 15px 0px rgba(32, 23, 79, 0.4);
}
.btn--trans-blue {
  color: #33A5EC !important;
  background-color: transparent;
  border: 0.5px solid #33A5EC;
}
.btn--trans-blue:hover {
  background-color: rgba(68, 50, 170, 0.15);
  color: #33A5EC !important;
}
.btn--trans-blue:active {
  background-color: rgba(68, 50, 170, 0.15);
  color: #33A5EC !important;
  border: 0.5px solid rgba(68, 50, 170, 0.15);
}
.btn--trans-blue:disabled, .btn--trans-blue.disabled {
  color: #33A5EC !important;
  background-color: transparent;
  border: 0.5px solid #33A5EC;
}
.btn--trans-blue--shadow {
  box-shadow: 0px 4px 15px 0px rgba(32, 23, 79, 0.4);
}
.btn--square {
  border-radius: 8px;
}
.btn--round {
  border-radius: 52px;
}

.text-btn,
.icon-btn {
  color: #F35395;
  font-size: 1em;
  text-decoration: unset;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: unset;
  cursor: pointer;
}
.text-btn i,
.icon-btn i {
  font-size: 0.75em;
}
.text-btn i.fa-chevron-left,
.icon-btn i.fa-chevron-left {
  position: relative;
  top: 1px;
}
.text-btn:hover,
.icon-btn:hover {
  text-decoration: unset;
  color: #F02578;
}
.text-btn:active,
.icon-btn:active {
  color: #D40F60;
}
.text-btn:disabled,
.icon-btn:disabled {
  color: #F9ACCC;
}
.text-btn--white,
.icon-btn--white {
  color: #ffffff;
}
.text-btn--white:hover,
.icon-btn--white:hover {
  color: #FDE7F0;
}
.text-btn--white:active,
.icon-btn--white:active {
  color: #FBCADE;
}
.text-btn--white:disabled,
.icon-btn--white:disabled {
  color: #FBCADE;
}
.text-btn--blue,
.icon-btn--blue {
  color: #33A5EC;
}
.text-btn--blue:hover,
.icon-btn--blue:hover {
  color: #1593E1;
}
.text-btn--blue:active,
.icon-btn--blue:active {
  color: #127BBC;
}
.text-btn--blue:disabled,
.icon-btn--blue:disabled {
  color: #9FD5F6;
}
.text-btn--bold,
.icon-btn--bold {
  font-weight: 700;
}
.text-btn--text-underline span,
.icon-btn--text-underline span {
  text-decoration: underline;
}
.text-btn--underline,
.icon-btn--underline {
  text-decoration: underline;
}

.icon-btn i {
  font-size: 2rem;
}
.icon-btn .state-1 {
  display: block;
}
.icon-btn .state-2 {
  display: none;
}
.icon-btn.active .state-1 {
  display: none;
}
.icon-btn.active .state-2 {
  display: block;
}
.icon-btn:hover .state-1 {
  display: none;
}
.icon-btn:hover .state-2 {
  display: block;
}

.btn-animated {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.btn-animated.animate-in {
  opacity: 1;
  transform: translateX(0);
}
.btn-animated.animate-out {
  opacity: 0;
  transform: translateY(-50px);
}

.view-switcher {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding-bottom: 12px;
}

.view-switcher--explore {
  align-items: center;
}

.view-btn {
  padding: 10px 10px;
  background: transparent;
  border-bottom: 2px solid transparent;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #505050;
  font-weight: 500;
}
.view-btn i {
  font-size: 1rem;
}
.view-btn:hover {
  color: #F02578;
}
.view-btn--active, .view-btn.active {
  color: #F02578;
  border-bottom: 2px solid #F02578;
}

.user-init {
  width: 100%;
  display: flex;
  align-items: stretch;
  min-height: calc(100vh - 88px);
}
@media (max-width: 1199.98px) {
  .user-init {
    min-height: auto;
  }
}
.user-init__left {
  width: 37.77%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding: 64px;
}
@media (max-width: 1199.98px) {
  .user-init__left {
    width: 50%;
    padding: 24px;
  }
}
@media (max-width: 991.98px) {
  .user-init__left {
    width: 100%;
    padding: 16px;
    justify-content: center;
  }
}
.user-init__left__content {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: 32px 0 127px;
  width: 100%;
  max-width: 700px;
}
@media (max-width: 1199.98px) {
  .user-init__left__content {
    padding: 32px 0 110px;
  }
}
.user-init__left__top {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 991.98px) {
  .user-init__left__top {
    gap: 8px;
  }
}
.user-init__left__top img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .user-init__left__top img {
    width: 40px;
    height: 40px;
  }
}
.user-init__left__top h1 {
  font-size: 31px;
  line-height: 120%;
  font-weight: 700;
  color: #333333;
  margin: 0;
}
@media (max-width: 991.98px) {
  .user-init__left__top h1 {
    font-size: 21px;
  }
}
.user-init__left .region {
  width: 100%;
}
.user-init__left form {
  width: 100%;
}
.user-init__left form .mescoachs-forgot-password {
  width: calc(50% - 6px);
  order: 1;
  text-align: right;
  font-weight: 600;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .user-init__left form .mescoachs-forgot-password {
    font-size: 0.875rem;
  }
}
.user-init__left form .js-form-item-persistent-login {
  width: calc(50% - 6px);
  order: 0;
}
.user-init__left form .form-actions {
  order: 3;
}
.user-init__left__bottom {
  width: 100%;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  display: flex;
  justify-content: center;
}
.user-init__left__bottom a {
  margin-left: 6px;
  color: #33A5EC;
  font-weight: 700;
  text-decoration: underline;
}
.user-init__left__bottom__far-bottom {
  position: absolute;
  bottom: 24px;
  padding: 0 62px;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  width: 100%;
  max-width: 700px;
}
@media (max-width: 1199.98px) {
  .user-init__left__bottom__far-bottom {
    padding: 0 32px;
  }
}
@media (max-width: 991.98px) {
  .user-init__left__bottom__far-bottom {
    padding: 0 12px;
  }
}
.user-init__left__bottom__far-bottom__mentions {
  color: #505050;
  margin-top: 12px;
}
.user-init__right {
  background-color: #8453FF;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
@media (max-width: 991.98px) {
  .user-init__right {
    display: none;
  }
}
.user-init__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.registration-form-title {
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  color: #F35395;
  margin: 0;
}
@media (max-width: 991.98px) {
  .registration-form-title {
    font-size: 21px;
  }
}

.profile-page {
  min-height: 100vh;
  background: #ffffff;
  margin: 0 auto;
  padding-bottom: 32px;
}

.profile-header {
  position: relative;
  height: 390px;
  overflow: hidden;
}
.profile-header--compact {
  height: 174px;
  padding-bottom: 0 !important;
}
.profile-header--compact .profile-header__content .profile-header__info {
  justify-content: center !important;
}
.profile-header--edit {
  padding-bottom: 44px;
}
@media (max-width: 991.98px) {
  .profile-header--edit {
    padding-bottom: 32px;
  }
}
.profile-header--edit .profile-header__stats {
  display: none;
}
@media (max-width: 991.98px) {
  .profile-header {
    height: auto;
    min-height: auto;
  }
}
.profile-header__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: brightness(0.7);
}
.profile-header__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(219, 219, 219, 0.3), rgba(77, 77, 77, 0.6));
}
.profile-header__content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px 24px;
  color: white;
}
@media (max-width: 991.98px) {
  .profile-header__content {
    padding: 20px;
    align-items: center;
    text-align: center;
  }
}
.profile-header__content__top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 991.98px) {
  .profile-header__content__top {
    flex-direction: column;
    align-items: center;
  }
}
.profile-header__avatar {
  width: 120px;
  height: 120px;
  margin-right: 30px;
  position: relative;
}
@media (max-width: 991.98px) {
  .profile-header__avatar {
    margin: 0 0 20px;
  }
}
.profile-header__avatar-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid white;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile-header__avatar-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #33A5EC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  font-weight: bold;
  color: white;
  border: 4px solid white;
}
@media (max-width: 767.98px) {
  .profile-header__avatar-placeholder {
    font-size: 36px;
  }
}
.profile-header__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 22px;
}
.profile-header__name {
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .profile-header__name {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .profile-header__name {
    font-size: 24px;
  }
}
.profile-header__description {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 15px;
  opacity: 0.9;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .profile-header__description {
    font-size: 14px;
  }
}
.profile-header__stats {
  display: flex;
  gap: 30px;
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .profile-header__stats {
    gap: 20px;
    justify-content: center;
  }
}
.profile-header__stat {
  font-size: 14px;
  opacity: 0.8;
}
.profile-header__actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .profile-header__actions {
    margin: 20px 0 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .profile-header__actions {
    flex-direction: column;
    width: 100%;
  }
}
.profile-header__action {
  padding: 12px 24px;
  border: none;
  border-radius: 25px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .profile-header__action {
    width: 100%;
    text-align: center;
  }
}
.profile-header__action--message {
  background: #F35395;
  color: white;
}
.profile-header__action--message:hover {
  background: rgb(239.6739130435, 35.3260869565, 119.6195652174);
}
.profile-header__action--follow {
  background: transparent;
  color: white;
  border: 1px solid white;
  padding: 7px 9px;
  align-self: flex-end;
}
@media (max-width: 991.98px) {
  .profile-header__action--follow {
    align-self: auto;
  }
}
.profile-header__action--follow:hover {
  background: white;
  color: #2C3E50;
}
.profile-header__action--follow--active {
  background: white;
  color: #2C3E50;
}
.profile-header__action--follow--active:hover {
  background: #2C3E50;
  color: white;
}

.profile-page .profile-search {
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .profile-page .profile-search {
    margin: 16px 8px 0;
    transform: unset;
  }
}

@keyframes sparkle {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.1);
  }
}
.profile-visitor-info {
  max-width: 1200px;
  margin: 20px auto 20px;
  padding: 0 16px;
}
@media (max-width: 991.98px) {
  .profile-visitor-info {
    margin: 16px 16px 20px;
    padding: 0;
  }
}
.profile-visitor-info__text {
  font-size: 15px;
  font-weight: 500;
  color: #2C3E50;
  text-align: center;
  margin: 0;
  padding: 16px 24px;
  background: linear-gradient(135deg, rgba(243, 83, 149, 0.05) 0%, rgba(51, 165, 236, 0.05) 100%);
  border: 1px solid rgba(243, 83, 149, 0.2);
  border-radius: 8px;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
@media (max-width: 767.98px) {
  .profile-visitor-info__text {
    font-size: 14px;
    padding: 12px 16px;
  }
}
.profile-visitor-info__text i {
  margin-right: 8px;
  color: #F35395;
  font-size: 16px;
  animation: sparkle 2s ease-in-out infinite;
}
.profile-visitor-info__subtitle {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #6c757d;
  margin-top: 2px;
}
@media (max-width: 767.98px) {
  .profile-visitor-info__subtitle {
    font-size: 12px;
  }
}

.profile-info-section {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .profile-info-section {
    margin: 20px auto 28px;
    padding: 0 16px;
  }
}
.profile-info-section__content {
  text-align: center;
  padding: 24px;
}
@media (max-width: 767.98px) {
  .profile-info-section__content {
    padding: 20px 16px;
  }
}
.profile-info-section__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 8px;
}
.profile-info-section__logo {
  width: 28px;
  height: 28px;
  opacity: 0.8;
}
@media (max-width: 767.98px) {
  .profile-info-section__logo {
    width: 24px;
    height: 24px;
  }
}
.profile-info-section__title {
  font-size: 16px;
  font-weight: 600;
  color: #F35395;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (max-width: 767.98px) {
  .profile-info-section__title {
    font-size: 16px;
  }
}
.profile-info-section__text {
  font-size: 14px;
  line-height: 1.6;
  color: #6c757d;
  margin: 0 0 12px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .profile-info-section__text {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.profile-info-section__help {
  font-size: 14px;
  color: #6c757d;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 767.98px) {
  .profile-info-section__help {
    font-size: 13px;
    padding-top: 14px;
  }
}
.profile-info-section__link {
  color: #33A5EC;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
}
.profile-info-section__link:hover {
  color: rgb(20.1076233184, 140.7533632287, 215.8923766816);
  text-decoration: underline;
}
.profile-info-section__subtitle {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  color: #2C3E50;
}
@media (max-width: 767.98px) {
  .profile-info-section__subtitle {
    font-size: 12px;
  }
}

.profile-tabs {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px 0;
}
@media (max-width: 991.98px) {
  .profile-tabs {
    padding: 16px 16px 0;
  }
}
.profile-tabs__nav {
  display: flex;
  gap: 40px;
  border-bottom: 1px solid #E1E8ED;
  margin-bottom: 32px;
}
@media (max-width: 991.98px) {
  .profile-tabs__nav {
    gap: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 8px;
    margin-bottom: 16px;
  }
  .profile-tabs__nav::-webkit-scrollbar {
    height: 3px;
  }
  .profile-tabs__nav::-webkit-scrollbar-track {
    background: #F8F9FA;
  }
  .profile-tabs__nav::-webkit-scrollbar-thumb {
    background: #E1E8ED;
    border-radius: 3px;
  }
}
.profile-tabs__tab {
  padding: 15px 0;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  font-size: 16px;
  color: #a4b2b3;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  .profile-tabs__tab {
    padding: 8px 0;
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 14px;
  }
}
.profile-tabs__tab:hover {
  color: #2C3E50;
}
.profile-tabs__tab--active {
  color: #2C3E50;
  border-bottom-color: #33A5EC;
  font-weight: 500;
}
.profile-tabs__tab--prominent {
  font-size: 18px;
  font-weight: 600;
  color: #F35395;
  position: relative;
}
@media (max-width: 991.98px) {
  .profile-tabs__tab--prominent {
    font-size: 16px;
  }
}
.profile-tabs__tab--prominent:hover {
  color: rgb(239.6739130435, 35.3260869565, 119.6195652174);
}
.profile-tabs__tab--prominent.profile-tabs__tab--active {
  color: rgb(233.2282608696, 16.2717391304, 105.7663043478);
  border-bottom-color: #F35395;
}

.profile-tab {
  display: none;
}
.profile-tab--active {
  display: block;
}

.profile-section {
  margin-bottom: 42px;
}
@media (max-width: 991.98px) {
  .profile-section {
    margin-bottom: 32px;
  }
}
.profile-section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .profile-section__header {
    margin-bottom: 8px;
  }
}
.profile-section__title {
  font-size: 14px;
  font-weight: 500;
  color: #a4b2b3;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .profile-section__title {
    font-size: 12px;
  }
}
.profile-section__description {
  font-size: 13px;
  color: #6c757d;
  margin: 0 0 16px 0;
  font-style: italic;
}
@media (max-width: 767.98px) {
  .profile-section__description {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
.profile-section__add {
  padding: 8px 20px;
  background: white;
  border: 1px solid #E1E8ED;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .profile-section__add {
    padding: 6px 16px;
    font-size: 13px;
  }
}
.profile-section__add:hover {
  border-color: #127BBC;
  color: #127BBC;
}
.profile-section__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .profile-section__content {
    gap: 15px;
  }
}
.profile-section__empty {
  text-align: center;
  color: #a4b2b3;
  padding: 40px 0;
  font-style: italic;
}
@media (max-width: 767.98px) {
  .profile-section__empty {
    padding: 30px 0;
    font-size: 14px;
  }
}

.profile-demands__project-group {
  margin-bottom: 40px;
}
.profile-demands__project-group:last-of-type {
  margin-bottom: 30px;
}
.profile-demands__project-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.profile-demands__project-demands .entity-teaser--demand {
  margin-bottom: 16px;
}
.profile-demands__project-demands .entity-teaser--demand:last-child {
  margin-bottom: 0;
}
.profile-demands__standalone-group {
  margin-top: 40px;
}
.profile-demands__standalone-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.profile-demands__standalone-demands .entity-teaser--demand {
  margin-bottom: 16px;
}
.profile-demands__standalone-demands .entity-teaser--demand:last-child {
  margin-bottom: 0;
}

.profile-favorites {
  max-width: 1200px;
  margin: 60px auto 0;
  padding: 0 20px 60px;
}
@media (max-width: 991.98px) {
  .profile-favorites {
    margin: 40px auto 0;
    padding: 0 20px 24px;
  }
}
.profile-favorites__title {
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 20px;
}
@media (max-width: 767.98px) {
  .profile-favorites__title {
    font-size: 20px;
  }
}
.profile-favorites__explore {
  padding: 12px 24px;
  background: white;
  border: 2px solid #33A5EC;
  color: #33A5EC;
  border-radius: 25px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .profile-favorites__explore {
    padding: 10px 20px;
    font-size: 13px;
  }
}
.profile-favorites__explore:hover {
  background: #33A5EC;
  color: white;
}
.profile-favorites__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}
@media (max-width: 991.98px) {
  .profile-favorites__list {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
  }
}
@media (max-width: 767.98px) {
  .profile-favorites__list {
    grid-template-columns: 1fr;
  }
}
.profile-favorites__item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  background: white;
  border: 1px solid #E1E8ED;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .profile-favorites__item {
    padding: 11px;
  }
}
.profile-favorites__item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-decoration: unset;
}
.profile-favorites__avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .profile-favorites__avatar {
    width: 35px;
    height: 35px;
  }
}
.profile-favorites__avatar--placeholder {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #33A5EC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: white;
}
@media (max-width: 767.98px) {
  .profile-favorites__avatar--placeholder {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
.profile-favorites__info {
  flex: 1;
}
.profile-favorites__name {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 5px;
}
@media (max-width: 767.98px) {
  .profile-favorites__name {
    font-size: 15px;
  }
}
.profile-favorites__type, .profile-favorites__category {
  font-size: 12px;
  color: #a4b2b3;
  margin: 0;
}

.profile-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.profile-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.profile-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 8px;
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767.98px) {
  .profile-modal__content {
    width: 95%;
    max-height: 85vh;
  }
}
.profile-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #a4b2b3;
  transition: color 0.3s ease;
}
.profile-modal__close:hover {
  color: #2C3E50;
}
.profile-modal__body {
  padding: 24px;
}
@media (max-width: 767.98px) {
  .profile-modal__body {
    padding: 24px 20px;
  }
}

.loader {
  text-align: center;
  padding: 40px;
  color: #a4b2b3;
}
.loader:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #E1E8ED;
  border-top-color: #33A5EC;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-left: 10px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/*
.message-form,
.entity-form {
  &__title {
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 30px;
    color: $text-dark;

    @include bs.media-breakpoint-down(sm) {
      font-size: 20px;
      margin: 0 0 20px;
    }
  }

  &__input,
  &__textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid $border-color;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.3s ease;

    @include bs.media-breakpoint-down(sm) {
      padding: 10px 14px;
      font-size: 13px;
    }

    &:focus {
      outline: none;
      border-color: $primary-color;
    }
  }

  &__textarea {
    resize: vertical;
    min-height: 120px;

    @include bs.media-breakpoint-down(sm) {
      min-height: 100px;
    }
  }

  label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: $text-dark;
    margin-bottom: 8px;

    @include bs.media-breakpoint-down(sm) {
      font-size: 13px;
    }
  }

  .form-item {
    margin-bottom: 20px;

    @include bs.media-breakpoint-down(sm) {
      margin-bottom: 16px;
    }
  }

  .description {
    font-size: 12px;
    color: $text-light;
    margin-top: 5px;
  }

  &__actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid $border-color;

    @include bs.media-breakpoint-down(sm) {
      margin-top: 20px;
      padding-top: 16px;
    }
  }

  &__submit {
    padding: 12px 30px;
    background: $primary-color;
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s ease;

    @include bs.media-breakpoint-down(sm) {
      padding: 10px 24px;
      font-size: 13px;
    }

    &:hover {
      background: color.adjust($primary-color, $lightness: -10%);
    }
  }

  &__delete {
    padding: 12px 30px;
    background: transparent;
    color: #E74C3C;
    border: 1px solid #E74C3C;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;

    @include bs.media-breakpoint-down(sm) {
      padding: 10px 24px;
      font-size: 13px;
    }

    &:hover {
      background: #E74C3C;
      color: white;
    }
  }

  &__success {
    text-align: center;
    padding: 40px;

    @include bs.media-breakpoint-down(sm) {
      padding: 30px 20px;
    }

    p {
      font-size: 18px;
      color: #27AE60;
      margin-bottom: 20px;

      @include bs.media-breakpoint-down(sm) {
        font-size: 16px;
      }
    }
  }

  &__close {
    padding: 10px 30px;
    background: $primary-color;
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease;

    @include bs.media-breakpoint-down(sm) {
      padding: 8px 24px;
      font-size: 13px;
    }

    &:hover {
      background: color.adjust($primary-color, $lightness: -10%);
    }
  }
}
 */
.audio-player-wrapper,
.video-player-wrapper {
  padding: 20px;
}
@media (max-width: 767.98px) {
  .audio-player-wrapper,
  .video-player-wrapper {
    padding: 16px;
  }
}
.audio-player-wrapper .audio-player__title,
.audio-player-wrapper .video-player__title,
.video-player-wrapper .audio-player__title,
.video-player-wrapper .video-player__title {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 20px;
  color: #2C3E50;
}
@media (max-width: 767.98px) {
  .audio-player-wrapper .audio-player__title,
  .audio-player-wrapper .video-player__title,
  .video-player-wrapper .audio-player__title,
  .video-player-wrapper .video-player__title {
    font-size: 18px;
    margin: 0 0 16px;
  }
}
.audio-player-wrapper .plyr,
.video-player-wrapper .plyr {
  --plyr-color-main: #33A5EC;
  border-radius: 8px;
  overflow: hidden;
}
.audio-player-wrapper .plyr__video-embed,
.video-player-wrapper .plyr__video-embed {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.audio-player-wrapper .plyr__video-embed iframe,
.video-player-wrapper .plyr__video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.audio-player-wrapper audio,
.video-player-wrapper audio {
  width: 100%;
}
.audio-player-wrapper video,
.video-player-wrapper video {
  width: 100%;
  max-height: 500px;
  background: #000;
}
@media (max-width: 767.98px) {
  .audio-player-wrapper video,
  .video-player-wrapper video {
    max-height: 300px;
  }
}

.profile-header__edit-bg,
.profile-header__edit-avatar {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  border-radius: 4px;
  padding: 8px 12px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
}
.profile-header__edit-bg:hover,
.profile-header__edit-avatar:hover {
  background: rgba(0, 0, 0, 0.9);
}

.profile-header__edit-bg {
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.profile-header__edit-bg i {
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .profile-header__edit-bg {
    width: 40px;
    height: 40px;
    padding: 0;
    justify-content: center;
  }
  .profile-header__edit-bg span {
    display: none;
  }
}

.profile-header__edit-avatar {
  bottom: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.profile-header:hover .profile-header__edit-bg,
.profile-header__avatar:hover .profile-header__edit-avatar {
  opacity: 1;
}

.profile-teaser,
.entity-teaser {
  background: var(--profile-bg-color, #E8F4FD);
  border-radius: 12px;
  position: relative;
  transition: all 0.2s ease;
  display: flex;
}
.profile-teaser--in-popup,
.entity-teaser--in-popup {
  min-width: 300px;
}
.profile-teaser--in-popup .profile-teaser__header, .profile-teaser--in-popup .entity-teaser__header,
.entity-teaser--in-popup .profile-teaser__header,
.entity-teaser--in-popup .entity-teaser__header {
  flex-direction: column;
}
.profile-teaser--in-popup .entity-teaser__title-row,
.entity-teaser--in-popup .entity-teaser__title-row {
  flex-direction: column;
  gap: 8px;
}
.profile-teaser--in-popup .entity-teaser__user,
.entity-teaser--in-popup .entity-teaser__user {
  font-size: 13px;
  margin-top: 2px;
}
.profile-teaser--list-item .entity-teaser__content,
.entity-teaser--list-item .entity-teaser__content {
  padding: 0 !important;
}
.profile-teaser--list-item .entity-teaser__content .entity-teaser__tag,
.entity-teaser--list-item .entity-teaser__content .entity-teaser__tag {
  padding: 3px 11px;
  font-size: 11px;
}
.profile-teaser--list-item .entity-teaser__title-row .entity-teaser__title,
.entity-teaser--list-item .entity-teaser__title-row .entity-teaser__title {
  font-size: 1.125rem;
}
.profile-teaser--list-item .entity-teaser__user,
.entity-teaser--list-item .entity-teaser__user {
  font-size: 12px;
  margin-top: 2px;
}
.profile-teaser--list-item .entity-teaser__left,
.entity-teaser--list-item .entity-teaser__left {
  padding: 7px 7px;
}
.profile-teaser--list-item .entity-teaser__left .profile-teaser--project-demand .entity-teaser__left .entity-teaser__icon, .profile-teaser--list-item .entity-teaser__left .entity-teaser--project-demand .entity-teaser__left .entity-teaser__icon,
.entity-teaser--list-item .entity-teaser__left .profile-teaser--project-demand .entity-teaser__left .entity-teaser__icon,
.entity-teaser--list-item .entity-teaser__left .entity-teaser--project-demand .entity-teaser__left .entity-teaser__icon {
  max-width: 30px;
  height: 30px;
}
.profile-teaser--list-item .entity-teaser__right,
.entity-teaser--list-item .entity-teaser__right {
  display: flex;
  flex-wrap: wrap;
}
.profile-teaser--in-modal,
.entity-teaser--in-modal {
  border: unset !important;
}
.profile-teaser--resource,
.entity-teaser--resource {
  border: 1px solid #E0E0E0;
  background: #FFF;
}
.profile-teaser--resource .entity-teaser__left,
.entity-teaser--resource .entity-teaser__left {
  background-color: transparent !important;
}
.profile-teaser__close,
.entity-teaser__close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: transparent;
  border: none;
  font-size: 1.2rem;
  color: inherit;
  cursor: pointer;
  display: none;
  z-index: 2;
}
.profile-teaser__close:hover,
.entity-teaser__close:hover {
  opacity: 0.7;
}
.profile-teaser__left,
.entity-teaser__left {
  padding: 16px 12px;
  background-color: var(--profile-color, #E8F4FD);
  border-radius: 8px 0 0 8px;
}
@media (max-width: 1199.98px) {
  .profile-teaser__left,
  .entity-teaser__left {
    padding: 14px 12px;
  }
}
@media (max-width: 767.98px) {
  .profile-teaser__left,
  .entity-teaser__left {
    padding: 10px 6px;
  }
}
.profile-teaser__left--image,
.entity-teaser__left--image {
  display: flex;
  align-items: center;
}
.profile-teaser__right,
.entity-teaser__right {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  padding: 16px 20px;
  border-radius: 0 8px 8px 0;
}
@media (max-width: 1199.98px) {
  .profile-teaser__right,
  .entity-teaser__right {
    padding: 12px 12px;
  }
}
.profile-teaser__far-right-arrow,
.entity-teaser__far-right-arrow {
  background-color: black;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  font-size: 20px;
}
.profile-teaser__header,
.entity-teaser__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex: 1;
}
@media (max-width: 767.98px) {
  .profile-teaser__header,
  .entity-teaser__header {
    gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }
  .profile-teaser__header .entity-teaser__expand,
  .entity-teaser__header .entity-teaser__expand {
    align-self: flex-end;
  }
}
.profile-teaser__main, .profile-teaser__main-right,
.entity-teaser__main,
.entity-teaser__main-right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .profile-teaser__main, .profile-teaser__main-right,
  .entity-teaser__main,
  .entity-teaser__main-right {
    gap: 12px;
  }
}
.profile-teaser__main-right,
.entity-teaser__main-right {
  flex-direction: column;
  align-items: flex-end;
}
.profile-teaser__icon,
.entity-teaser__icon {
  width: auto;
  max-width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--profile-color, #5BA7E7);
}
@media (max-width: 767.98px) {
  .profile-teaser__icon,
  .entity-teaser__icon {
    width: 21px;
    height: 21px;
  }
}
.profile-teaser__icon--image,
.entity-teaser__icon--image {
  width: 144px;
  max-width: 144px;
  height: auto;
  max-height: 100px;
  border-radius: 9px;
  overflow: hidden;
}
.profile-teaser__icon--image img,
.entity-teaser__icon--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .profile-teaser__icon--image,
  .entity-teaser__icon--image {
    width: 60px;
    height: auto;
    max-height: 60px;
  }
}
.profile-teaser__icon svg,
.entity-teaser__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.profile-teaser__icon-image,
.entity-teaser__icon-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.profile-teaser__meta,
.entity-teaser__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .profile-teaser__meta,
  .entity-teaser__meta {
    font-size: 14px;
    gap: 12px;
  }
}
.profile-teaser__meta__icon,
.entity-teaser__meta__icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--profile-color, #5BA7E7);
  border-radius: 50%;
}
.profile-teaser__meta__icon svg,
.entity-teaser__meta__icon svg {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.profile-teaser__meta-item,
.entity-teaser__meta-item {
  color: #505050;
}
.profile-teaser__content,
.entity-teaser__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
@media (max-width: 1199.98px) {
  .profile-teaser__content,
  .entity-teaser__content {
    gap: 8px;
  }
}
.profile-teaser__title-row,
.entity-teaser__title-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
@media (max-width: 767.98px) {
  .profile-teaser__title-row,
  .entity-teaser__title-row {
    flex-direction: column;
    gap: 4px;
    margin-bottom: 6px;
  }
}
.profile-teaser__title,
.entity-teaser__title {
  font-size: 21px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 1199.98px) {
  .profile-teaser__title,
  .entity-teaser__title {
    font-size: 18px;
  }
}
.profile-teaser__status,
.entity-teaser__status {
  font-size: 13px;
  color: #333333;
  font-weight: 400;
  border-radius: 20px;
  padding: 5px 10px;
  position: relative;
  overflow: hidden;
  top: -1px;
  flex: none;
}
@media (max-width: 1199.98px) {
  .profile-teaser__status,
  .entity-teaser__status {
    font-size: 10px;
    padding: 3px 8px;
  }
}
.profile-teaser__status span,
.entity-teaser__status span {
  position: relative;
  z-index: 1;
}
.profile-teaser__status:before,
.entity-teaser__status:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--profile-color);
  opacity: 0.5;
  z-index: 0;
}
.profile-teaser__status--project,
.entity-teaser__status--project {
  color: #ffffff;
}
.profile-teaser__status--work,
.entity-teaser__status--work {
  background-color: white;
  border: 1px solid #4a8e33;
}
.profile-teaser__status--work:before,
.entity-teaser__status--work:before {
  display: none;
}
.profile-teaser__user,
.entity-teaser__user {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #666666;
}
@media (max-width: 1199.98px) {
  .profile-teaser__user,
  .entity-teaser__user {
    font-size: 13px;
  }
}
.profile-teaser__user-label,
.entity-teaser__user-label {
  color: #999999;
}
.profile-teaser__user-link,
.entity-teaser__user-link {
  color: var(--profile-color, #5BA7E7);
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.2s ease;
}
.profile-teaser__user-link:hover,
.entity-teaser__user-link:hover {
  color: var(--profile-color, #5BA7E7);
  opacity: 0.8;
  text-decoration: underline;
}
.profile-teaser__tags,
.entity-teaser__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.profile-teaser__tag,
.entity-teaser__tag {
  padding: 4px 12px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 16px;
  font-size: 12px;
  color: #1a1a1a;
  font-weight: 400;
  border: 1px solid #1a1a1a;
}
@media (max-width: 767.98px) {
  .profile-teaser__tag,
  .entity-teaser__tag {
    padding: 3px 10px;
    font-size: 11px;
  }
}
.profile-teaser__expand,
.entity-teaser__expand {
  display: flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  padding: 7px 11px;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  border: 1px solid #1a1a1a;
  border-radius: 50px;
}
@media (max-width: 767.98px) {
  .profile-teaser__expand,
  .entity-teaser__expand {
    padding: 6px 12px;
    font-size: 13px;
  }
}
.profile-teaser__expand:hover,
.entity-teaser__expand:hover {
  opacity: 0.7;
}
.profile-teaser__expand svg,
.entity-teaser__expand svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.profile-teaser__contact,
.entity-teaser__contact {
  background: #1a1a1a;
  color: white;
  border: none;
  border-radius: 24px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .profile-teaser__contact,
  .entity-teaser__contact {
    padding: 8px 16px;
    font-size: 13px;
  }
}
.profile-teaser__contact:focus-visible,
.entity-teaser__contact:focus-visible {
  outline: unset;
}
.profile-teaser__contact:hover,
.entity-teaser__contact:hover {
  background: rgb(0.5, 0.5, 0.5);
  transform: translateY(-1px);
}
.profile-teaser__actions,
.entity-teaser__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .profile-teaser__actions,
  .entity-teaser__actions {
    gap: 8px;
  }
}
.profile-teaser__location,
.entity-teaser__location {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #666666;
}
@media (max-width: 767.98px) {
  .profile-teaser__location,
  .entity-teaser__location {
    font-size: 13px;
  }
}
.profile-teaser__location svg,
.entity-teaser__location svg {
  width: 16px;
  height: 16px;
}
.profile-teaser__description,
.entity-teaser__description {
  font-size: 14px;
  line-height: 1.6;
  color: #1a1a1a;
}
@media (max-width: 767.98px) {
  .profile-teaser__description,
  .entity-teaser__description {
    font-size: 13px;
    margin: 12px 0 0;
  }
}
.profile-teaser__portfolio-title, .profile-teaser__section-title,
.entity-teaser__portfolio-title,
.entity-teaser__section-title {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--profile-color, #303030);
  margin: 12px 0 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--profile-color, #303030);
  width: 90%;
}
@media (max-width: 767.98px) {
  .profile-teaser__portfolio-title, .profile-teaser__section-title,
  .entity-teaser__portfolio-title,
  .entity-teaser__section-title {
    font-size: 10px;
    margin: 20px 0 12px;
  }
}
.profile-teaser__availability,
.entity-teaser__availability {
  margin-top: 24px;
}
@media (max-width: 767.98px) {
  .profile-teaser__availability,
  .entity-teaser__availability {
    margin-top: 20px;
  }
}
.profile-teaser__availability-summary,
.entity-teaser__availability-summary {
  font-size: 14px;
  line-height: 1.6;
  color: #1a1a1a;
}
.profile-teaser__availability-summary strong,
.entity-teaser__availability-summary strong {
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .profile-teaser__availability-summary,
  .entity-teaser__availability-summary {
    font-size: 13px;
  }
}
.profile-teaser__work-modalities,
.entity-teaser__work-modalities {
  margin-top: 8px;
}
.profile-teaser__more-details p,
.entity-teaser__more-details p {
  font-size: 14px;
  line-height: 1.6;
  color: #1a1a1a;
  margin: 0 0 8px;
}
.profile-teaser__more-details p:last-child,
.entity-teaser__more-details p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .profile-teaser__more-details p,
  .entity-teaser__more-details p {
    font-size: 13px;
  }
}
.profile-teaser__portfolio-grid,
.entity-teaser__portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 16px;
}
@media (max-width: 991.98px) {
  .profile-teaser__portfolio-grid,
  .entity-teaser__portfolio-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
  }
}
@media (max-width: 767.98px) {
  .profile-teaser__portfolio-grid,
  .entity-teaser__portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.profile-teaser__portfolio-item,
.entity-teaser__portfolio-item {
  position: relative;
  aspect-ratio: 1.5;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.05);
  display: block;
}
@media (max-width: 767.98px) {
  .profile-teaser__portfolio-item,
  .entity-teaser__portfolio-item {
    border-radius: 6px;
  }
}
.profile-teaser__portfolio-item img,
.entity-teaser__portfolio-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile-teaser__portfolio-item--media:hover .profile-teaser__portfolio-overlay,
.profile-teaser__portfolio-item--media:hover .entity-teaser__portfolio-overlay,
.entity-teaser__portfolio-item--media:hover .profile-teaser__portfolio-overlay,
.entity-teaser__portfolio-item--media:hover .entity-teaser__portfolio-overlay {
  opacity: 1;
}
.profile-teaser__portfolio-placeholder,
.entity-teaser__portfolio-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.1);
}
.profile-teaser__portfolio-placeholder svg,
.entity-teaser__portfolio-placeholder svg {
  width: 40%;
  height: 40%;
  color: rgba(0, 0, 0, 0.3);
}
.profile-teaser__portfolio-placeholder--audio,
.entity-teaser__portfolio-placeholder--audio {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.profile-teaser__portfolio-placeholder--audio svg,
.entity-teaser__portfolio-placeholder--audio svg {
  color: white;
}
.profile-teaser__portfolio-placeholder--video,
.entity-teaser__portfolio-placeholder--video {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}
.profile-teaser__portfolio-placeholder--video svg,
.entity-teaser__portfolio-placeholder--video svg {
  color: white;
}
.profile-teaser__portfolio-overlay,
.entity-teaser__portfolio-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.profile-teaser__portfolio-play,
.entity-teaser__portfolio-play {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  padding: 0;
}
.profile-teaser__portfolio-play svg,
.entity-teaser__portfolio-play svg {
  width: 16px;
  height: 16px;
  margin-left: 2px;
}
@media (max-width: 767.98px) {
  .profile-teaser__portfolio-play,
  .entity-teaser__portfolio-play {
    width: 36px;
    height: 36px;
  }
  .profile-teaser__portfolio-play svg,
  .entity-teaser__portfolio-play svg {
    width: 14px;
    height: 14px;
  }
}
.profile-teaser__portfolio-info,
.entity-teaser__portfolio-info {
  margin-top: 8px;
}
.profile-teaser__portfolio-title-text,
.entity-teaser__portfolio-title-text {
  font-size: 13px;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0 0 2px;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .profile-teaser__portfolio-title-text,
  .entity-teaser__portfolio-title-text {
    font-size: 12px;
  }
}
.profile-teaser__portfolio-meta,
.entity-teaser__portfolio-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: #666666;
}
@media (max-width: 767.98px) {
  .profile-teaser__portfolio-meta,
  .entity-teaser__portfolio-meta {
    font-size: 10px;
  }
}
.profile-teaser__portfolio-type,
.entity-teaser__portfolio-type {
  text-transform: capitalize;
}
.profile-teaser__portfolio-duration::before,
.entity-teaser__portfolio-duration::before {
  content: "•";
  margin-right: 8px;
}
.profile-teaser--collapsed,
.entity-teaser--collapsed {
  cursor: pointer;
}
.profile-teaser--collapsed .profile-teaser__description,
.profile-teaser--collapsed .profile-teaser__portfolio,
.profile-teaser--collapsed .profile-teaser__actions,
.profile-teaser--collapsed .entity-teaser__description,
.profile-teaser--collapsed .entity-teaser__portfolio,
.profile-teaser--collapsed .entity-teaser__actions,
.entity-teaser--collapsed .profile-teaser__description,
.entity-teaser--collapsed .profile-teaser__portfolio,
.entity-teaser--collapsed .profile-teaser__actions,
.entity-teaser--collapsed .entity-teaser__description,
.entity-teaser--collapsed .entity-teaser__portfolio,
.entity-teaser--collapsed .entity-teaser__actions {
  display: none;
}
.profile-teaser--collapsed .profile-teaser__main,
.profile-teaser--collapsed .entity-teaser__main,
.entity-teaser--collapsed .profile-teaser__main,
.entity-teaser--collapsed .entity-teaser__main {
  flex: 1;
}
.profile-teaser--collapsed .profile-teaser__expand svg,
.profile-teaser--collapsed .entity-teaser__expand svg,
.entity-teaser--collapsed .profile-teaser__expand svg,
.entity-teaser--collapsed .entity-teaser__expand svg {
  transform: rotate(0deg);
}
.profile-teaser__expanded-content,
.entity-teaser__expanded-content {
  display: none;
  flex-direction: column;
  gap: 12px;
}
.profile-teaser--expanded .hide-expanded,
.entity-teaser--expanded .hide-expanded {
  display: none;
}
.profile-teaser--expanded .profile-teaser__expand,
.profile-teaser--expanded .entity-teaser__expand,
.entity-teaser--expanded .profile-teaser__expand,
.entity-teaser--expanded .entity-teaser__expand {
  display: none;
}
.profile-teaser--expanded .profile-teaser__header,
.profile-teaser--expanded .entity-teaser__header,
.entity-teaser--expanded .profile-teaser__header,
.entity-teaser--expanded .entity-teaser__header {
  margin-bottom: 0;
}
.profile-teaser--expanded .profile-teaser__main,
.profile-teaser--expanded .entity-teaser__main,
.entity-teaser--expanded .profile-teaser__main,
.entity-teaser--expanded .entity-teaser__main {
  flex: 0 0 auto;
}
.profile-teaser--expanded .profile-teaser__title-row,
.profile-teaser--expanded .entity-teaser__title-row,
.entity-teaser--expanded .profile-teaser__title-row,
.entity-teaser--expanded .entity-teaser__title-row {
  flex-direction: column;
  gap: 4px;
}
.profile-teaser--expanded .profile-teaser__close,
.profile-teaser--expanded .entity-teaser__close,
.entity-teaser--expanded .profile-teaser__close,
.entity-teaser--expanded .entity-teaser__close {
  display: block;
}
.profile-teaser--expanded .entity-teaser__expanded-content,
.entity-teaser--expanded .entity-teaser__expanded-content {
  display: flex;
}
.profile-teaser--editable .profile-teaser__edit-actions,
.profile-teaser--editable .entity-teaser__edit-actions,
.entity-teaser--editable .profile-teaser__edit-actions,
.entity-teaser--editable .entity-teaser__edit-actions {
  position: absolute;
  top: 12px;
  right: 41px;
  display: flex;
  gap: 8px;
  z-index: 3;
}
@media (max-width: 1199.98px) {
  .profile-teaser--editable .profile-teaser__right,
  .profile-teaser--editable .entity-teaser__right,
  .entity-teaser--editable .profile-teaser__right,
  .entity-teaser--editable .entity-teaser__right {
    padding-top: 60px;
  }
}
.profile-teaser--editable .profile-teaser__action,
.profile-teaser--editable .entity-teaser__action,
.entity-teaser--editable .profile-teaser__action,
.entity-teaser--editable .entity-teaser__action {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #353535;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #353535;
  /*
  &--view {
    color: $blue--500;
  }

  &--edit {
    color: $blue--500;
  }

  &--delete {
    color: $blue--500;
  }
  */
}
.profile-teaser--editable .profile-teaser__action:hover,
.profile-teaser--editable .entity-teaser__action:hover,
.entity-teaser--editable .profile-teaser__action:hover,
.entity-teaser--editable .entity-teaser__action:hover {
  background: rgba(0, 0, 0, 0.05);
  transform: translateY(-1px);
}
.profile-teaser--editable .profile-teaser__action--move,
.profile-teaser--editable .entity-teaser__action--move,
.entity-teaser--editable .profile-teaser__action--move,
.entity-teaser--editable .entity-teaser__action--move {
  cursor: move;
  border: 1px solid #9E9E9E;
  color: #9E9E9E;
}
.profile-teaser--editable .profile-teaser__portfolio-header,
.profile-teaser--editable .entity-teaser__portfolio-header,
.entity-teaser--editable .profile-teaser__portfolio-header,
.entity-teaser--editable .entity-teaser__portfolio-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.profile-teaser--editable .profile-teaser__portfolio-add,
.profile-teaser--editable .entity-teaser__portfolio-add,
.entity-teaser--editable .profile-teaser__portfolio-add,
.entity-teaser--editable .entity-teaser__portfolio-add {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--profile-color, #303030);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  color: var(--profile-color, #303030);
}
.profile-teaser--editable .profile-teaser__portfolio-add:hover,
.profile-teaser--editable .entity-teaser__portfolio-add:hover,
.entity-teaser--editable .profile-teaser__portfolio-add:hover,
.entity-teaser--editable .entity-teaser__portfolio-add:hover {
  background: var(--profile-color, #303030);
  color: white;
}
.profile-teaser--editable .profile-teaser__portfolio-item-wrapper,
.profile-teaser--editable .entity-teaser__portfolio-item-wrapper,
.entity-teaser--editable .profile-teaser__portfolio-item-wrapper,
.entity-teaser--editable .entity-teaser__portfolio-item-wrapper {
  position: relative;
}
.profile-teaser--editable .profile-teaser__portfolio-item-wrapper:hover .profile-teaser__portfolio-controls,
.profile-teaser--editable .profile-teaser__portfolio-item-wrapper:hover .entity-teaser__portfolio-controls,
.profile-teaser--editable .entity-teaser__portfolio-item-wrapper:hover .profile-teaser__portfolio-controls,
.profile-teaser--editable .entity-teaser__portfolio-item-wrapper:hover .entity-teaser__portfolio-controls,
.entity-teaser--editable .profile-teaser__portfolio-item-wrapper:hover .profile-teaser__portfolio-controls,
.entity-teaser--editable .profile-teaser__portfolio-item-wrapper:hover .entity-teaser__portfolio-controls,
.entity-teaser--editable .entity-teaser__portfolio-item-wrapper:hover .profile-teaser__portfolio-controls,
.entity-teaser--editable .entity-teaser__portfolio-item-wrapper:hover .entity-teaser__portfolio-controls {
  opacity: 1;
}
.profile-teaser--editable .profile-teaser__portfolio-controls,
.profile-teaser--editable .entity-teaser__portfolio-controls,
.entity-teaser--editable .profile-teaser__portfolio-controls,
.entity-teaser--editable .entity-teaser__portfolio-controls {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  gap: 4px;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 2;
}
.profile-teaser--editable .profile-teaser__portfolio-control,
.profile-teaser--editable .entity-teaser__portfolio-control,
.entity-teaser--editable .profile-teaser__portfolio-control,
.entity-teaser--editable .entity-teaser__portfolio-control {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 12px;
}
.profile-teaser--editable .profile-teaser__portfolio-control:hover,
.profile-teaser--editable .entity-teaser__portfolio-control:hover,
.entity-teaser--editable .profile-teaser__portfolio-control:hover,
.entity-teaser--editable .entity-teaser__portfolio-control:hover {
  transform: scale(1.1);
}
.profile-teaser--editable .profile-teaser__portfolio-control--edit,
.profile-teaser--editable .entity-teaser__portfolio-control--edit,
.entity-teaser--editable .profile-teaser__portfolio-control--edit,
.entity-teaser--editable .entity-teaser__portfolio-control--edit {
  color: #333333;
}
.profile-teaser--editable .profile-teaser__portfolio-control--delete,
.profile-teaser--editable .entity-teaser__portfolio-control--delete,
.entity-teaser--editable .profile-teaser__portfolio-control--delete,
.entity-teaser--editable .entity-teaser__portfolio-control--delete {
  color: #333333;
}
.profile-teaser--editable .profile-teaser__portfolio--empty,
.profile-teaser--editable .entity-teaser__portfolio--empty,
.entity-teaser--editable .profile-teaser__portfolio--empty,
.entity-teaser--editable .entity-teaser__portfolio--empty {
  text-align: center;
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 8px;
  margin-top: 24px;
}
.profile-teaser--editable .profile-teaser__portfolio-add-first,
.profile-teaser--editable .entity-teaser__portfolio-add-first,
.entity-teaser--editable .profile-teaser__portfolio-add-first,
.entity-teaser--editable .entity-teaser__portfolio-add-first {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--profile-color, #303030);
  color: white;
  border: none;
  border-radius: 24px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: 16px;
}
.profile-teaser--editable .profile-teaser__portfolio-add-first:hover,
.profile-teaser--editable .entity-teaser__portfolio-add-first:hover,
.entity-teaser--editable .profile-teaser__portfolio-add-first:hover,
.entity-teaser--editable .entity-teaser__portfolio-add-first:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.profile-teaser--collapsed .profile-teaser__availability,
.profile-teaser--collapsed .profile-teaser__more-details,
.profile-teaser--collapsed .entity-teaser__more-details,
.profile-teaser--collapsed .entity-teaser__availabilitys,
.entity-teaser--collapsed .profile-teaser__availability,
.entity-teaser--collapsed .profile-teaser__more-details,
.entity-teaser--collapsed .entity-teaser__more-details,
.entity-teaser--collapsed .entity-teaser__availabilitys {
  display: none;
}
.profile-teaser.entity-teaser--project,
.entity-teaser.entity-teaser--project {
  background: #414f59;
  color: white;
  margin-bottom: 0;
}
.profile-teaser.entity-teaser--project .entity-teaser__expand,
.entity-teaser.entity-teaser--project .entity-teaser__expand {
  border-color: #ffffff;
  color: #ffffff;
}
.profile-teaser.entity-teaser--project .entity-teaser__title,
.entity-teaser.entity-teaser--project .entity-teaser__title {
  color: #ffffff;
}
.profile-teaser.entity-teaser--project .entity-teaser__meta-item,
.profile-teaser.entity-teaser--project .entity-teaser__user-label,
.profile-teaser.entity-teaser--project .entity-teaser__user-name,
.entity-teaser.entity-teaser--project .entity-teaser__meta-item,
.entity-teaser.entity-teaser--project .entity-teaser__user-label,
.entity-teaser.entity-teaser--project .entity-teaser__user-name {
  color: #dcdcdc;
}
.profile-teaser.entity-teaser--project .entity-teaser__description,
.entity-teaser.entity-teaser--project .entity-teaser__description {
  color: #ffffff;
}
.profile-teaser.entity-teaser--project .entity-teaser__location,
.entity-teaser.entity-teaser--project .entity-teaser__location {
  color: #ffffff;
}
.profile-teaser.entity-teaser--project .entity-teaser__tag,
.entity-teaser.entity-teaser--project .entity-teaser__tag {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
}
.profile-teaser.entity-teaser--project .entity-teaser__edit-actions button,
.entity-teaser.entity-teaser--project .entity-teaser__edit-actions button {
  color: #ffffff;
  border-color: #ffffff;
}
.profile-teaser.entity-teaser--project .entity-teaser.move-mode,
.entity-teaser.entity-teaser--project .entity-teaser.move-mode {
  border: 2px dashed #000000;
  background: rgb(135, 135, 135);
}
.profile-teaser.entity-teaser--project .entity-teaser__contact--white,
.entity-teaser.entity-teaser--project .entity-teaser__contact--white {
  background: white;
  color: #000000;
}
.profile-teaser.entity-teaser--project .entity-teaser__contact--white:hover,
.entity-teaser.entity-teaser--project .entity-teaser__contact--white:hover {
  background: rgba(255, 255, 255, 0.9);
}
.profile-teaser.entity-teaser--project .entity-teaser__location--white,
.entity-teaser.entity-teaser--project .entity-teaser__location--white {
  color: white;
}
.profile-teaser.entity-teaser--project .entity-teaser__portfolio-title,
.entity-teaser.entity-teaser--project .entity-teaser__portfolio-title {
  color: white;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.profile-teaser.entity-teaser--project .entity-teaser__portfolio-title-text,
.entity-teaser.entity-teaser--project .entity-teaser__portfolio-title-text {
  color: white;
}
.profile-teaser.entity-teaser--project .entity-teaser__portfolio-meta,
.entity-teaser.entity-teaser--project .entity-teaser__portfolio-meta {
  color: #bdbdbd;
}
.profile-teaser.entity-teaser--project .entity-teaser__donation,
.entity-teaser.entity-teaser--project .entity-teaser__donation {
  margin-top: 6px;
}
.profile-teaser.entity-teaser--project .entity-teaser__donation a,
.entity-teaser.entity-teaser--project .entity-teaser__donation a {
  margin-bottom: 10px;
}
.profile-teaser.entity-teaser--project .entity-teaser__donation small,
.entity-teaser.entity-teaser--project .entity-teaser__donation small {
  font-style: italic;
  display: block;
}
.profile-teaser .entity-teaser--demand .entity-teaser__status--demand,
.entity-teaser .entity-teaser--demand .entity-teaser__status--demand {
  background: transparent;
  color: #FF9800;
  font-weight: 400;
  padding: 0;
  margin-right: 10px;
}
.profile-teaser .entity-teaser--demand .entity-teaser__status--demand:before,
.entity-teaser .entity-teaser--demand .entity-teaser__status--demand:before {
  display: none;
}
.profile-teaser .entity-teaser--demand .entity-teaser__tag--category,
.entity-teaser .entity-teaser--demand .entity-teaser__tag--category {
  background: rgba(255, 152, 0, 0.1);
  border-color: #FF9800;
  color: #FF9800;
}
.profile-teaser .entity-teaser--demand .entity-teaser__expand--arrow-only,
.entity-teaser .entity-teaser--demand .entity-teaser__expand--arrow-only {
  background: transparent;
  border: none;
  padding: 4px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-teaser .entity-teaser--demand .entity-teaser__expand--arrow-only svg,
.entity-teaser .entity-teaser--demand .entity-teaser__expand--arrow-only svg {
  width: 24px;
  height: 24px;
}
.profile-teaser .entity-teaser--demand .entity-teaser__contact--dark,
.entity-teaser .entity-teaser--demand .entity-teaser__contact--dark {
  background: #333;
  color: white;
}
.profile-teaser .entity-teaser--demand .entity-teaser__contact--dark:hover,
.entity-teaser .entity-teaser--demand .entity-teaser__contact--dark:hover {
  background: #000;
}
.profile-teaser .entity-teaser--demand .entity-teaser__external-content,
.entity-teaser .entity-teaser--demand .entity-teaser__external-content {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
  text-align: center;
  color: #666;
}
.profile-teaser--project-demand,
.entity-teaser--project-demand {
  width: calc(100% - 70px);
  border: 1px solid grey;
  border-radius: 0;
}
.profile-teaser--project-demand .entity-teaser__left,
.entity-teaser--project-demand .entity-teaser__left {
  border-radius: 0;
}
.profile-teaser--project-demand .entity-teaser__left .entity-teaser__icon,
.entity-teaser--project-demand .entity-teaser__left .entity-teaser__icon {
  max-width: 35px;
  height: 35px;
}
.profile-teaser--project-demand .entity-teaser__right,
.entity-teaser--project-demand .entity-teaser__right {
  background-color: #ffffff;
  border-radius: 0;
  padding: 10px 14px;
}
.profile-teaser--project-demand .entity-teaser__right .entity-teaser__content,
.entity-teaser--project-demand .entity-teaser__right .entity-teaser__content {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.profile-teaser .entity-teaser--event.entity-teaser--full-page,
.entity-teaser .entity-teaser--event.entity-teaser--full-page {
  margin: 0;
  border-radius: 12px;
  padding: 0;
}
.profile-teaser .entity-teaser--event .entity-teaser__event-header,
.entity-teaser .entity-teaser--event .entity-teaser__event-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px;
  background: white;
  border-radius: 12px 12px 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.profile-teaser .entity-teaser--event .entity-teaser__event-info,
.entity-teaser .entity-teaser--event .entity-teaser__event-info {
  flex: 1;
  margin-left: 20px;
}
.profile-teaser .entity-teaser--event .entity-teaser__event-title,
.entity-teaser .entity-teaser--event .entity-teaser__event-title {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 12px;
  color: #333;
}
.profile-teaser .entity-teaser--event .entity-teaser__event-creator,
.entity-teaser .entity-teaser--event .entity-teaser__event-creator {
  text-align: right;
}
.profile-teaser .entity-teaser--event .entity-teaser__event-creator-label,
.entity-teaser .entity-teaser--event .entity-teaser__event-creator-label {
  font-size: 12px;
  color: #999;
  display: block;
  margin-bottom: 8px;
}
.profile-teaser .entity-teaser--event .entity-teaser__event-creator-info,
.entity-teaser .entity-teaser--event .entity-teaser__event-creator-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.profile-teaser .entity-teaser--event .entity-teaser__event-creator-avatar,
.entity-teaser .entity-teaser--event .entity-teaser__event-creator-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile-teaser .entity-teaser--event .entity-teaser__event-creator-avatar--placeholder,
.entity-teaser .entity-teaser--event .entity-teaser__event-creator-avatar--placeholder {
  background: #5BA7E7;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.profile-teaser .entity-teaser--event .entity-teaser__event-creator-name,
.entity-teaser .entity-teaser--event .entity-teaser__event-creator-name {
  color: #5BA7E7;
  text-decoration: none;
  font-weight: 500;
}
.profile-teaser .entity-teaser--event .entity-teaser__event-creator-name:hover,
.entity-teaser .entity-teaser--event .entity-teaser__event-creator-name:hover {
  text-decoration: underline;
}
.profile-teaser .entity-teaser--event .entity-teaser__event-content,
.entity-teaser .entity-teaser--event .entity-teaser__event-content {
  padding: 30px;
  background: white;
  border-radius: 0 0 12px 12px;
}
.profile-teaser .entity-teaser--event .entity-teaser__event-description,
.entity-teaser .entity-teaser--event .entity-teaser__event-description {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 30px;
}
.profile-teaser .entity-teaser--event .entity-teaser__event-section,
.entity-teaser .entity-teaser--event .entity-teaser__event-section {
  margin-bottom: 30px;
}
.profile-teaser .entity-teaser--event .entity-teaser__event-section:last-child,
.entity-teaser .entity-teaser--event .entity-teaser__event-section:last-child {
  margin-bottom: 0;
}
.profile-teaser .entity-teaser--event .entity-teaser__event-section-title,
.entity-teaser .entity-teaser--event .entity-teaser__event-section-title {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #5BA7E7;
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(91, 167, 231, 0.3);
}
.profile-teaser .entity-teaser--event .entity-teaser__event-when,
.profile-teaser .entity-teaser--event .entity-teaser__event-where,
.entity-teaser .entity-teaser--event .entity-teaser__event-when,
.entity-teaser .entity-teaser--event .entity-teaser__event-where {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.profile-teaser .entity-teaser--event .entity-teaser__portfolio-grid--event,
.entity-teaser .entity-teaser--event .entity-teaser__portfolio-grid--event {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.profile-teaser .entity-teaser--event .entity-teaser__portfolio-play--white,
.entity-teaser .entity-teaser--event .entity-teaser__portfolio-play--white {
  background: rgba(255, 255, 255, 0.9);
  color: #333;
}
.profile-teaser .entity-teaser--meeting.entity-teaser--full-page,
.entity-teaser .entity-teaser--meeting.entity-teaser--full-page {
  margin: 0;
  border-radius: 12px;
  padding: 0;
}
.profile-teaser .entity-teaser--meeting .entity-teaser__meeting-header,
.entity-teaser .entity-teaser--meeting .entity-teaser__meeting-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px;
  background: white;
  border-radius: 12px 12px 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.profile-teaser .entity-teaser--meeting .entity-teaser__meeting-info,
.entity-teaser .entity-teaser--meeting .entity-teaser__meeting-info {
  flex: 1;
  margin-left: 20px;
}
.profile-teaser .entity-teaser--meeting .entity-teaser__meeting-title,
.entity-teaser .entity-teaser--meeting .entity-teaser__meeting-title {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 12px;
  color: #333;
}
.profile-teaser .entity-teaser--meeting .entity-teaser__meeting-actions,
.entity-teaser .entity-teaser--meeting .entity-teaser__meeting-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}
.profile-teaser .entity-teaser--meeting .entity-teaser__meeting-creator-label,
.entity-teaser .entity-teaser--meeting .entity-teaser__meeting-creator-label {
  font-size: 12px;
  color: #999;
  display: block;
  margin-bottom: 8px;
  text-align: right;
}
.profile-teaser .entity-teaser--meeting .entity-teaser__meeting-creator-info,
.entity-teaser .entity-teaser--meeting .entity-teaser__meeting-creator-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.profile-teaser .entity-teaser--meeting .entity-teaser__meeting-creator-avatar,
.entity-teaser .entity-teaser--meeting .entity-teaser__meeting-creator-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile-teaser .entity-teaser--meeting .entity-teaser__meeting-creator-avatar--placeholder,
.entity-teaser .entity-teaser--meeting .entity-teaser__meeting-creator-avatar--placeholder {
  background: #00BCD4;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.profile-teaser .entity-teaser--meeting .entity-teaser__meeting-creator-name,
.entity-teaser .entity-teaser--meeting .entity-teaser__meeting-creator-name {
  color: #00BCD4;
  text-decoration: none;
  font-weight: 500;
}
.profile-teaser .entity-teaser--meeting .entity-teaser__meeting-creator-name:hover,
.entity-teaser .entity-teaser--meeting .entity-teaser__meeting-creator-name:hover {
  text-decoration: underline;
}
.profile-teaser .entity-teaser--meeting .entity-teaser__meeting-content,
.entity-teaser .entity-teaser--meeting .entity-teaser__meeting-content {
  padding: 30px;
  background: white;
  border-radius: 0 0 12px 12px;
}
.profile-teaser .entity-teaser--meeting .entity-teaser__meeting-description,
.entity-teaser .entity-teaser--meeting .entity-teaser__meeting-description {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 30px;
}
.profile-teaser .entity-teaser--meeting .entity-teaser__meeting-section,
.entity-teaser .entity-teaser--meeting .entity-teaser__meeting-section {
  margin-bottom: 30px;
}
.profile-teaser .entity-teaser--meeting .entity-teaser__meeting-section:last-child,
.entity-teaser .entity-teaser--meeting .entity-teaser__meeting-section:last-child {
  margin-bottom: 0;
}
.profile-teaser .entity-teaser--meeting .entity-teaser__meeting-section-title,
.entity-teaser .entity-teaser--meeting .entity-teaser__meeting-section-title {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #00BCD4;
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 188, 212, 0.3);
}
.profile-teaser .entity-teaser--meeting .entity-teaser__meeting-when,
.entity-teaser .entity-teaser--meeting .entity-teaser__meeting-when {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.profile-teaser__availability,
.entity-teaser__availability {
  margin-top: 1.5rem;
}
.profile-teaser__availability-list,
.entity-teaser__availability-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.5rem;
}
.profile-teaser__availability-item,
.entity-teaser__availability-item {
  padding: 0.75rem;
  background: #f5f5f5;
  border-radius: 8px;
}
.profile-teaser__availability-single, .profile-teaser__availability-recurring,
.entity-teaser__availability-single,
.entity-teaser__availability-recurring {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.profile-teaser__availability-single svg, .profile-teaser__availability-recurring svg,
.entity-teaser__availability-single svg,
.entity-teaser__availability-recurring svg {
  width: 20px;
  height: 20px;
  color: var(--profile-color, #666);
}
.profile-teaser__availability-days,
.entity-teaser__availability-days {
  flex: 1;
  font-weight: 500;
}
.profile-teaser__availability-date,
.entity-teaser__availability-date {
  font-weight: 500;
}
.profile-teaser__availability-time,
.entity-teaser__availability-time {
  color: #666;
  font-size: 0.9em;
}
.profile-teaser__availability-more,
.entity-teaser__availability-more {
  margin-top: 0.5rem;
  font-style: italic;
  color: #666;
  font-size: 0.875rem;
}
.profile-teaser__creator a,
.entity-teaser__creator a {
  color: #333333;
  text-decoration: underline;
  font-weight: 600;
}
.profile-teaser--compact .entity-teaser__availability,
.profile-teaser--compact .entity-teaser__actions,
.profile-teaser--compact .entity-teaser__expand,
.profile-teaser--compact .entity-teaser__tags,
.entity-teaser--compact .entity-teaser__availability,
.entity-teaser--compact .entity-teaser__actions,
.entity-teaser--compact .entity-teaser__expand,
.entity-teaser--compact .entity-teaser__tags {
  display: none;
}
.profile-teaser--compact .entity-teaser__content,
.entity-teaser--compact .entity-teaser__content {
  padding-top: 0;
}
.profile-teaser--compact .entity-teaser__user,
.entity-teaser--compact .entity-teaser__user {
  font-size: 12px;
  margin-top: 0;
}
.profile-teaser--compact .entity-teaser__title-row,
.entity-teaser--compact .entity-teaser__title-row {
  margin-bottom: 0;
}
.profile-teaser--compact .profile-teaser__right, .profile-teaser--compact .entity-teaser__right,
.entity-teaser--compact .profile-teaser__right,
.entity-teaser--compact .entity-teaser__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.entity-teaser-modal .entity-teaser-related-demands__list .entity-teaser--project-demand .entity-teaser__expand {
  display: flex !important;
}

.entity-teaser-related-demands {
  margin-top: 20px;
}
.entity-teaser-related-demands .entity-teaser__contact {
  display: none;
}
.entity-teaser-related-demands__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  padding: 0 8px;
}
.entity-teaser-related-demands__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.entity-teaser-related-demands__title i {
  font-size: 14px;
  color: #666;
}
.entity-teaser-related-demands__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 8px;
  background: #f0f0f0;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  color: #666;
}
.entity-teaser-related-demands__list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}
.entity-teaser-related-demands__list .entity-teaser--project-demand {
  flex: 0 0 auto;
  width: auto;
  width: calc(100% - 60px);
}
.entity-teaser-related-demands__list .entity-teaser--project-demand .entity-teaser__description {
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}
.entity-teaser-related-demands__list .entity-teaser--project-demand .entity-teaser__expand {
  display: flex !important;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  background: transparent;
  border: none;
  color: #666;
  font-size: 13px;
  cursor: pointer;
  transition: color 0.2s ease;
}
.entity-teaser-related-demands__list .entity-teaser--project-demand .entity-teaser__expand:hover {
  color: #333;
}
.entity-teaser-related-demands__list .entity-teaser--project-demand .entity-teaser__expand svg {
  transition: transform 0.3s ease;
}
.entity-teaser-related-demands__list .entity-teaser--project-demand.entity-teaser--expanded .entity-teaser__expand svg {
  transform: rotate(180deg);
}
.entity-teaser-related-demands__list .entity-teaser--project-demand.entity-teaser--expanded .entity-teaser__expanded-content {
  display: block;
  max-height: 500px;
  opacity: 1;
  padding: 12px 16px;
  transition: all 0.3s ease;
}
.entity-teaser-related-demands__list .entity-teaser--project-demand.entity-teaser--collapsed .entity-teaser__expanded-content {
  display: none;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  .entity-teaser-related-demands__header {
    padding: 0 4px;
  }
  .entity-teaser-related-demands__title {
    font-size: 13px;
  }
  .entity-teaser-related-demands__list {
    justify-content: stretch;
  }
  .entity-teaser-related-demands__list .entity-teaser--project-demand {
    flex: 1 1 100%;
    max-width: none;
  }
}
@media (max-width: 767.98px) {
  .entity-teaser-related-demands {
    margin-top: 16px;
  }
  .entity-teaser-related-demands__header {
    margin-bottom: 8px;
  }
  .entity-teaser-related-demands__title {
    font-size: 12px;
  }
  .entity-teaser-related-demands__title i {
    font-size: 12px;
  }
  .entity-teaser-related-demands__count {
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    font-size: 11px;
  }
}

.profile-page--structure {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.profile-page--structure .structure-header {
  background: white;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.profile-page--structure .structure-header__main {
  display: flex;
  gap: 24px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .profile-page--structure .structure-header__main {
    flex-direction: column;
    gap: 16px;
  }
}
.profile-page--structure .structure-header__media {
  position: relative;
  flex-shrink: 0;
}
.profile-page--structure .structure-header__avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.profile-page--structure .structure-header__avatar-placeholder {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--profile-color, #5BA7E7);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  font-weight: 600;
  border: 4px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.profile-page--structure .structure-header__info {
  flex: 1;
}
.profile-page--structure .structure-header__type {
  color: var(--profile-color, #5BA7E7);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 6px;
}
.profile-page--structure .structure-header__name {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 12px;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .profile-page--structure .structure-header__name {
    font-size: 20px;
  }
}
.profile-page--structure .structure-header__locations {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}
.profile-page--structure .structure-header__location {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #666666;
  font-size: 13px;
}
.profile-page--structure .structure-header__location i {
  color: var(--profile-color, #5BA7E7);
  font-size: 12px;
}
.profile-page--structure .structure-header__contact {
  font-size: 13px;
  line-height: 1.5;
  color: #666666;
  margin-bottom: 16px;
}
.profile-page--structure .structure-header__actions {
  display: flex;
  gap: 10px;
}
.profile-page--structure .structure-header__stats {
  display: flex;
  gap: 32px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.profile-page--structure .structure-header-wrapper {
  position: relative;
  margin: 0 -15px 24px;
  overflow: hidden;
}
.profile-page--structure .structure-header-wrapper .structure-header {
  position: relative;
  z-index: 2;
  background: transparent;
  margin: 0;
  padding-top: 96px;
  padding-bottom: 30px;
  color: white;
  box-shadow: none;
  border-radius: 0;
}
.profile-page--structure .structure-header-wrapper .structure-header__type {
  color: rgba(255, 255, 255, 0.9);
}
.profile-page--structure .structure-header-wrapper .structure-header__name {
  color: white;
}
.profile-page--structure .structure-header-wrapper .structure-header__location {
  color: rgba(255, 255, 255, 0.9);
}
.profile-page--structure .structure-header-wrapper .structure-header__location i {
  color: rgba(255, 255, 255, 0.8);
}
.profile-page--structure .structure-header-wrapper .structure-header__contact {
  color: rgba(255, 255, 255, 0.85);
}
.profile-page--structure .structure-header-wrapper .structure-header__stats {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.profile-page--structure .structure-header-wrapper .structure-header__avatar {
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.profile-page--structure .structure-header-wrapper .structure-header__avatar-placeholder {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.profile-page--structure .structure-header-wrapper .structure-stat__number {
  color: white;
}
.profile-page--structure .structure-header-wrapper .structure-stat__label {
  color: rgba(255, 255, 255, 0.8);
}
.profile-page--structure .structure-header-wrapper .structure-header__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: brightness(0.8);
}
.profile-page--structure .structure-header-wrapper .structure-header__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
}
.profile-page--structure .structure-header-wrapper .structure-header__edit-bg,
.profile-page--structure .structure-header-wrapper .structure-header__edit-avatar {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  border-radius: 4px;
  padding: 8px 12px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
}
.profile-page--structure .structure-header-wrapper .structure-header__edit-bg:hover,
.profile-page--structure .structure-header-wrapper .structure-header__edit-avatar:hover {
  background: rgba(0, 0, 0, 0.9);
}
.profile-page--structure .structure-header-wrapper .structure-header__edit-bg {
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.profile-page--structure .structure-header-wrapper .structure-header__edit-bg i {
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .profile-page--structure .structure-header-wrapper .structure-header__edit-bg {
    width: 40px;
    height: 40px;
    padding: 0;
    justify-content: center;
  }
  .profile-page--structure .structure-header-wrapper .structure-header__edit-bg span {
    display: none;
  }
}
.profile-page--structure .structure-header-wrapper .structure-header__edit-avatar {
  bottom: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.profile-page--structure .structure-header-wrapper:hover .structure-header__edit-bg {
  opacity: 1;
}
.profile-page--structure .structure-header-wrapper .structure-header__media:hover .structure-header__edit-avatar {
  opacity: 1;
}
.profile-page--structure .structure-stat__number {
  font-size: 20px;
  font-weight: 600;
  color: var(--profile-color, #5BA7E7);
  margin-bottom: 2px;
}
.profile-page--structure .structure-stat__label {
  font-size: 11px;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.profile-page--structure .structure-content {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .profile-page--structure .structure-content {
    flex-direction: column;
  }
}
.profile-page--structure .structure-content__main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.profile-page--structure .structure-content__sidebar {
  width: 350px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1199.98px) {
  .profile-page--structure .structure-content__sidebar {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .profile-page--structure .structure-content__sidebar {
    width: 100%;
  }
}
.profile-page--structure .structure-section {
  background: white;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.profile-page--structure .structure-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.profile-page--structure .structure-section__title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.profile-page--structure .structure-section__add {
  background: var(--profile-color, #5BA7E7);
  color: white;
  border: none;
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}
.profile-page--structure .structure-section__add:hover {
  background: rgb(46.5106382979, 143.1276595745, 224.4893617021);
  transform: translateY(-1px);
}
.profile-page--structure .structure-section__add i {
  font-size: 12px;
}
.profile-page--structure .structure-section__more {
  display: inline-block;
  color: var(--profile-color, #5BA7E7);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  margin-top: 16px;
}
.profile-page--structure .structure-section__more:hover {
  text-decoration: underline;
}
.profile-page--structure .structure-section__empty {
  text-align: center;
  color: #666666;
  padding: 40px 20px;
  font-style: italic;
}
.profile-page--structure .structure-description {
  font-size: 15px;
  line-height: 1.7;
  color: #1a1a1a;
}
.profile-page--structure .structure-media-slider {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .profile-page--structure .structure-media-slider {
    max-width: 100%;
  }
}
.profile-page--structure .structure-media-slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.profile-page--structure .structure-media-slider .swiper-slide {
  height: auto;
  flex-shrink: 0;
  width: 100% !important;
}
.profile-page--structure .structure-media-slider .swiper-button-next,
.profile-page--structure .structure-media-slider .swiper-button-prev {
  color: var(--profile-color, #5BA7E7);
  background: white;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.profile-page--structure .structure-media-slider .swiper-button-next::after,
.profile-page--structure .structure-media-slider .swiper-button-prev::after {
  font-size: 16px;
}
.profile-page--structure .structure-media-slider .swiper-pagination-bullet {
  background: var(--profile-color, #5BA7E7);
}
.profile-page--structure .structure-media-slide {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f5;
  height: 450px;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1199.98px) {
  .profile-page--structure .structure-media-slide {
    height: 400px;
  }
}
@media (max-width: 991.98px) {
  .profile-page--structure .structure-media-slide {
    height: 350px;
  }
}
@media (max-width: 767.98px) {
  .profile-page--structure .structure-media-slide {
    height: 250px;
  }
}
.profile-page--structure .structure-media-slide--image {
  cursor: pointer;
}
.profile-page--structure .structure-media-slide__link {
  display: block;
  width: 100%;
  height: 100%;
}
.profile-page--structure .structure-media-slide__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.profile-page--structure .structure-media-slide__image:hover {
  transform: scale(1.05);
}
.profile-page--structure .structure-media-slide__video-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.profile-page--structure .structure-media-slide__video-wrapper iframe {
  width: 100%;
  height: 100%;
}
.profile-page--structure .structure-media-slide__video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile-page--structure .structure-media-slide__video-thumb {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.profile-page--structure .structure-media-slide__video-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile-page--structure .structure-media-slide__video-thumb:hover .structure-media-slide__play-overlay {
  background: rgba(0, 0, 0, 0.7);
}
.profile-page--structure .structure-media-slide__video-thumb:hover .structure-media-slide__play-button {
  transform: scale(1.1);
}
.profile-page--structure .structure-media-slide__video-embed {
  width: 100%;
  height: 100%;
}
.profile-page--structure .structure-media-slide__play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease;
  cursor: pointer;
}
.profile-page--structure .structure-media-slide__play-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}
.profile-page--structure .structure-media-slide__play-button {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.profile-page--structure .structure-media-slide__play-button i {
  font-size: 24px;
  color: #1a1a1a;
  margin-left: 4px;
}
.profile-page--structure .structure-media-slide__play-button:hover {
  transform: scale(1.1);
  background: white;
}
.profile-page--structure .structure-media-slide__controls {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  gap: 4px;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 2;
}
.profile-page--structure .structure-media-slide:hover .profile-page--structure .structure-media-slide__controls {
  opacity: 1;
}
.profile-page--structure .structure-media-control {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
  color: #1a1a1a;
}
.profile-page--structure .structure-media-control:hover {
  transform: scale(1.1);
  background: white;
}
.profile-page--structure .structure-media-control--edit:hover {
  color: var(--profile-color, #5BA7E7);
}
.profile-page--structure .structure-media-control--delete:hover {
  color: #e74c3c;
}
.profile-page--structure .structure-upcoming-events {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.profile-page--structure .structure-event-preview {
  display: flex;
  align-items: center;
  gap: 16px;
}
.profile-page--structure .structure-event-preview__date {
  flex-shrink: 0;
}
.profile-page--structure .structure-event-preview__info {
  flex: 1;
}
.profile-page--structure .structure-event-preview__title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px;
}
.profile-page--structure .structure-event-preview__title a {
  color: #1a1a1a;
  text-decoration: none;
}
.profile-page--structure .structure-event-preview__title a:hover {
  color: var(--profile-color, #5BA7E7);
}
.profile-page--structure .structure-event-preview__time {
  font-size: 14px;
  color: #666666;
}
.profile-page--structure .date-badge {
  width: 50px;
  height: 50px;
  background: var(--profile-color, #5BA7E7);
  color: white;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.profile-page--structure .date-badge__day {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.profile-page--structure .date-badge__month {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.profile-page--structure .structure-widget {
  background: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.profile-page--structure .structure-widget__title {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.profile-page--structure .structure-mini-calendar {
  height: 300px;
}
.profile-page--structure .structure-mini-calendar .fc {
  font-size: 12px;
}
.profile-page--structure .structure-mini-calendar .fc-toolbar {
  margin-bottom: 0.5em;
}
.profile-page--structure .structure-mini-calendar .fc-toolbar h2 {
  font-size: 14px;
}
.profile-page--structure .structure-mini-calendar .fc-button {
  padding: 0.2em 0.4em;
  font-size: 11px;
}
.profile-page--structure .structure-map {
  height: 250px;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
}
.profile-page--structure .structure-tabs {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.profile-page--structure .structure-tabs__nav {
  display: flex;
  border-bottom: 2px solid #f0f0f0;
}
@media (max-width: 991.98px) {
  .profile-page--structure .structure-tabs__nav {
    flex-wrap: wrap;
  }
}
.profile-page--structure .structure-tabs__tab {
  flex: 1;
  background: transparent;
  border: none;
  padding: 20px 16px;
  font-size: 15px;
  font-weight: 500;
  color: #666666;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 991.98px) {
  .profile-page--structure .structure-tabs__tab {
    flex: 1 1 50%;
  }
}
@media (max-width: 767.98px) {
  .profile-page--structure .structure-tabs__tab {
    font-size: 13px;
    padding: 16px 12px;
  }
}
.profile-page--structure .structure-tabs__tab i {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .profile-page--structure .structure-tabs__tab i {
    font-size: 16px;
  }
}
.profile-page--structure .structure-tabs__tab:hover:not(.profile-page--structure .structure-tabs__tab--active) {
  color: #1a1a1a;
  background: rgba(0, 0, 0, 0.02);
}
.profile-page--structure .structure-tabs__tab--active {
  color: var(--profile-color, #5BA7E7);
  font-weight: 600;
}
.profile-page--structure .structure-tabs__tab--active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--profile-color, #5BA7E7);
}
.profile-page--structure .structure-tabs__content {
  padding: 30px;
}
@media (max-width: 767.98px) {
  .profile-page--structure .structure-tabs__content {
    padding: 20px;
  }
}
.profile-page--structure .structure-tab {
  display: none;
}
.profile-page--structure .structure-tab--active {
  display: block;
}
.profile-page--structure .structure-calendar-wrapper {
  margin-bottom: 30px;
}
.profile-page--structure .unified-calendar--structure {
  min-height: 500px;
}
.profile-page--structure .structure-events-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.profile-page--structure .structure-section__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.profile-help-text a {
  color: #33A5EC;
}
.profile-help-text a:hover {
  text-decoration: unset;
  color: #127BBC;
}

.entity-teaser__user {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.entity-teaser__user-label {
  color: #666666;
  font-weight: 400;
}
.entity-teaser__user-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #1a1a1a;
  font-weight: 500;
  transition: all 0.2s ease;
}
.entity-teaser__user-link:hover {
  color: var(--profile-color, #33A5EC);
  text-decoration: none;
}
.entity-teaser__user-link:hover .entity-teaser__user-avatar {
  transform: scale(1.05);
}
.entity-teaser__user-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  transition: transform 0.2s ease;
  border: 2px solid transparent;
  background-clip: padding-box;
  position: relative;
}
.entity-teaser__user-avatar::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  background: var(--profile-bg-color, #E8F4FD);
  z-index: -1;
}
.entity-teaser__user-avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.entity-teaser__user-avatar-placeholder {
  width: 100%;
  height: 100%;
  background: var(--profile-color, #33A5EC);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.entity-teaser__user-name {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

.entity-teaser--in-popup .entity-teaser__user {
  font-size: 14px;
  margin-top: 4px;
}
.entity-teaser--in-popup .entity-teaser__user-avatar {
  width: 24px;
  height: 24px;
}
.entity-teaser--in-popup .entity-teaser__user-name {
  font-size: 14px;
}
.entity-teaser--list-item .entity-teaser__user {
  font-size: 13px;
  margin-top: 4px;
}
.entity-teaser--list-item .entity-teaser__user-avatar {
  width: 22px;
  height: 22px;
}
.entity-teaser--list-item .entity-teaser__user-name {
  font-size: 13px;
}
.entity-teaser--compact .entity-teaser__user {
  font-size: 13px;
  margin-top: 2px;
}
.entity-teaser--compact .entity-teaser__user-avatar {
  width: 20px;
  height: 20px;
}
.entity-teaser--compact .entity-teaser__user-name {
  font-size: 13px;
}

.swal2-noanimation {
  animation: none !important;
  -webkit-animation: none !important;
}

.video-modal-popup.swal2-show {
  animation: none !important;
  -webkit-animation: none !important;
}
.video-modal-popup .swal2-backdrop-show {
  animation: none !important;
  -webkit-animation: none !important;
}

.profile-share-simple {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}
.profile-share-simple .profile-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.profile-share-simple .profile-share-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
}
.profile-share-simple .profile-share-btn.copied {
  background: #4caf50;
  border-color: #4caf50;
}
.profile-share-simple .profile-share-btn.copied i::before {
  content: "\f00c";
}

@media (max-width: 767px) {
  .profile-share-simple {
    justify-content: center;
  }
  .profile-share-simple .profile-share-btn {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
}
.portfolio-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
}
.portfolio-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.portfolio-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 16px;
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767.98px) {
  .portfolio-modal__content {
    width: 95%;
    max-height: 95vh;
    border-radius: 12px;
  }
}
.portfolio-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 1;
}
.portfolio-modal__close:hover {
  background: rgba(0, 0, 0, 0.1);
  transform: rotate(90deg);
}
.portfolio-modal__title {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  padding: 24px 24px 20px;
  border-bottom: 1px solid #eee;
}
@media (max-width: 767.98px) {
  .portfolio-modal__title {
    font-size: 20px;
    padding: 20px 20px 16px;
  }
}
.portfolio-modal__form {
  padding: 24px;
}
@media (max-width: 767.98px) {
  .portfolio-modal__form {
    padding: 20px;
  }
}
.portfolio-modal__type-selector {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .portfolio-modal__type-selector {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 20px;
  }
}
.portfolio-modal__type-option {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}
@media (max-width: 767.98px) {
  .portfolio-modal__type-option {
    padding: 12px;
    gap: 6px;
  }
}
.portfolio-modal__type-option input[type=radio] {
  position: absolute;
  opacity: 0;
}
.portfolio-modal__type-option input[type=radio]:checked ~ .portfolio-modal__type-icon {
  color: #33A5EC;
}
.portfolio-modal__type-option input[type=radio]:checked ~ span:last-child {
  color: #33A5EC;
  font-weight: 600;
}
.portfolio-modal__type-option:has(input:checked) {
  border-color: #33A5EC;
  background: rgba(51, 165, 236, 0.05);
}
.portfolio-modal__type-option:hover {
  border-color: #999;
}
.portfolio-modal__type-icon {
  width: 32px;
  height: 32px;
  color: #666;
  transition: color 0.2s ease;
}
.portfolio-modal__type-icon svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .portfolio-modal__type-icon {
    width: 28px;
    height: 28px;
  }
}
.portfolio-modal__field {
  margin-bottom: 20px;
}
.portfolio-modal__field label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}
.portfolio-modal__field input[type=text],
.portfolio-modal__field input[type=url],
.portfolio-modal__field textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.2s ease;
}
.portfolio-modal__field input[type=text]:focus,
.portfolio-modal__field input[type=url]:focus,
.portfolio-modal__field textarea:focus {
  outline: none;
  border-color: #33A5EC;
}
.portfolio-modal__field textarea {
  resize: vertical;
  min-height: 80px;
}
.portfolio-modal__help {
  display: block;
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}
.portfolio-modal__radio-group {
  display: flex;
  gap: 16px;
}
.portfolio-modal__radio-group label {
  display: flex;
  align-items: center;
  font-weight: 400;
  cursor: pointer;
}
.portfolio-modal__radio-group label input[type=radio] {
  margin-right: 6px;
}
.portfolio-modal__upload {
  position: relative;
  border: 2px dashed #ddd;
  border-radius: 12px;
  padding: 40px 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media (max-width: 767.98px) {
  .portfolio-modal__upload {
    padding: 30px 16px;
  }
}
.portfolio-modal__upload:hover, .portfolio-modal__upload.drag-over {
  border-color: #33A5EC;
  background: rgba(51, 165, 236, 0.02);
}
.portfolio-modal__upload input[type=file] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.portfolio-modal__upload-text {
  pointer-events: none;
}
.portfolio-modal__upload-text svg {
  width: 48px;
  height: 48px;
  color: #999;
  margin-bottom: 12px;
}
@media (max-width: 767.98px) {
  .portfolio-modal__upload-text svg {
    width: 40px;
    height: 40px;
  }
}
.portfolio-modal__upload-text span {
  display: block;
  font-size: 14px;
  color: #666;
  margin-bottom: 4px;
}
.portfolio-modal__upload-text small {
  display: block;
  font-size: 12px;
  color: #999;
}
.portfolio-modal__upload-preview {
  display: none;
  margin-bottom: 16px;
}
.portfolio-modal__upload-preview img {
  max-width: 100%;
  max-height: 200px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.portfolio-modal__upload-preview audio {
  width: 100%;
  margin-top: 16px;
}
.portfolio-modal__section {
  display: none;
}
.portfolio-modal .document-preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
}
.portfolio-modal .document-preview .document-info {
  text-align: center;
}
.portfolio-modal .document-preview .document-info strong {
  display: block;
  color: #333;
  font-size: 14px;
  margin-bottom: 4px;
  word-break: break-word;
}
.portfolio-modal .document-preview .document-info small {
  color: #666;
  font-size: 12px;
}

.entity-teaser__portfolio-item--document,
.profile-teaser__portfolio-item--document {
  position: relative;
  cursor: pointer;
  background: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  aspect-ratio: 4/3;
  border: 1px solid #e0e0e0;
}
.entity-teaser__portfolio-item--document:hover,
.profile-teaser__portfolio-item--document:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.entity-teaser__portfolio-item--document:hover .entity-teaser__portfolio-overlay,
.entity-teaser__portfolio-item--document:hover .profile-teaser__portfolio-overlay,
.profile-teaser__portfolio-item--document:hover .entity-teaser__portfolio-overlay,
.profile-teaser__portfolio-item--document:hover .profile-teaser__portfolio-overlay {
  opacity: 1;
}
.entity-teaser__portfolio-item--document .entity-teaser__portfolio-document-preview,
.profile-teaser__portfolio-item--document .entity-teaser__portfolio-document-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: #f5f5f5;
}
.entity-teaser__portfolio-item--document .entity-teaser__portfolio-placeholder--document,
.entity-teaser__portfolio-item--document .profile-teaser__portfolio-placeholder--document,
.profile-teaser__portfolio-item--document .entity-teaser__portfolio-placeholder--document,
.profile-teaser__portfolio-item--document .profile-teaser__portfolio-placeholder--document {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 20px;
}
.entity-teaser__portfolio-item--document .entity-teaser__portfolio-overlay,
.entity-teaser__portfolio-item--document .profile-teaser__portfolio-overlay,
.profile-teaser__portfolio-item--document .entity-teaser__portfolio-overlay,
.profile-teaser__portfolio-item--document .profile-teaser__portfolio-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.entity-teaser__portfolio-item--document .entity-teaser__portfolio-action,
.entity-teaser__portfolio-item--document .profile-teaser__portfolio-action,
.profile-teaser__portfolio-item--document .entity-teaser__portfolio-action,
.profile-teaser__portfolio-item--document .profile-teaser__portfolio-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: white;
}
.entity-teaser__portfolio-item--document .entity-teaser__portfolio-action i,
.entity-teaser__portfolio-item--document .profile-teaser__portfolio-action i,
.profile-teaser__portfolio-item--document .entity-teaser__portfolio-action i,
.profile-teaser__portfolio-item--document .profile-teaser__portfolio-action i {
  font-size: 24px;
}
.entity-teaser__portfolio-item--document .entity-teaser__portfolio-action span,
.entity-teaser__portfolio-item--document .profile-teaser__portfolio-action span,
.profile-teaser__portfolio-item--document .entity-teaser__portfolio-action span,
.profile-teaser__portfolio-item--document .profile-teaser__portfolio-action span {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.entity-teaser__portfolio-item--document__actions,
.profile-teaser__portfolio-item--document__actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #eee;
}
@media (max-width: 767.98px) {
  .entity-teaser__portfolio-item--document__actions,
  .profile-teaser__portfolio-item--document__actions {
    margin-top: 24px;
    padding-top: 20px;
  }
}
.entity-teaser__portfolio-item--document__cancel, .entity-teaser__portfolio-item--document__submit,
.profile-teaser__portfolio-item--document__cancel,
.profile-teaser__portfolio-item--document__submit {
  padding: 10px 24px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media (max-width: 767.98px) {
  .entity-teaser__portfolio-item--document__cancel, .entity-teaser__portfolio-item--document__submit,
  .profile-teaser__portfolio-item--document__cancel,
  .profile-teaser__portfolio-item--document__submit {
    padding: 8px 20px;
    font-size: 13px;
  }
}
.entity-teaser__portfolio-item--document__cancel,
.profile-teaser__portfolio-item--document__cancel {
  background: #f5f5f5;
  color: #666;
}
.entity-teaser__portfolio-item--document__cancel:hover,
.profile-teaser__portfolio-item--document__cancel:hover {
  background: #e8e8e8;
}
.entity-teaser__portfolio-item--document__submit,
.profile-teaser__portfolio-item--document__submit {
  background: #33A5EC;
  color: white;
}
.entity-teaser__portfolio-item--document__submit:hover:not(:disabled),
.profile-teaser__portfolio-item--document__submit:hover:not(:disabled) {
  background: rgb(20.1076233184, 140.7533632287, 215.8923766816);
  transform: translateY(-1px);
}
.entity-teaser__portfolio-item--document__submit:disabled,
.profile-teaser__portfolio-item--document__submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.entity-teaser__portfolio-item--document__submit-loading i,
.profile-teaser__portfolio-item--document__submit-loading i {
  margin-right: 6px;
}

.pdf-viewer-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: none;
}
.pdf-viewer-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.pdf-viewer-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1200px;
  height: 90vh;
  background: white;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .pdf-viewer-modal__content {
    width: 95%;
    height: 95vh;
    border-radius: 8px;
  }
}
.pdf-viewer-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  background: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}
@media (max-width: 767.98px) {
  .pdf-viewer-modal__header {
    padding: 12px 16px;
  }
}
.pdf-viewer-modal__title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .pdf-viewer-modal__title {
    font-size: 16px;
  }
}
.pdf-viewer-modal__close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #666;
}
.pdf-viewer-modal__close:hover {
  background: rgba(0, 0, 0, 0.1);
  transform: rotate(90deg);
}
.pdf-viewer-modal__close i {
  font-size: 20px;
}
.pdf-viewer-modal__body {
  flex: 1;
  overflow: hidden;
  background: #f5f5f5;
  position: relative;
}
.pdf-viewer-modal__iframe {
  width: 100%;
  height: 100%;
  border: none;
  background: white;
}
.pdf-viewer-modal__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 24px;
  background: #f8f9fa;
  border-top: 1px solid #dee2e6;
}
@media (max-width: 767.98px) {
  .pdf-viewer-modal__footer {
    padding: 10px 16px;
    gap: 8px;
  }
}
.pdf-viewer-modal__download, .pdf-viewer-modal__fullscreen {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.pdf-viewer-modal__download i, .pdf-viewer-modal__fullscreen i {
  font-size: 14px;
}
.pdf-viewer-modal__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #666;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pdf-viewer-modal__loading i {
  font-size: 48px;
}
.pdf-viewer-modal__loading i.fa-spinner {
  animation: spin 1s linear infinite;
}
.pdf-viewer-modal__loading i.fa-exclamation-triangle {
  color: #dc3545;
}
.pdf-viewer-modal__loading p {
  margin-top: 16px;
  font-size: 14px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.pdf-viewer-modal__iframe:fullscreen {
  background: white;
  padding: 0;
}

.pdf-viewer-modal__iframe:-webkit-full-screen {
  background: white;
  padding: 0;
}

.pdf-viewer-modal__iframe:-moz-full-screen {
  background: white;
  padding: 0;
}

.pdf-viewer-modal__iframe:-ms-fullscreen {
  background: white;
  padding: 0;
}

.profile-teaser.dragging,
.entity-teaser.dragging {
  opacity: 0.5;
  cursor: move;
}
.profile-teaser.drag-over,
.entity-teaser.drag-over {
  position: relative;
}
.profile-teaser.drag-over-top::before,
.entity-teaser.drag-over-top::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 4px;
  background: #4CAF50;
  border-radius: 2px;
  z-index: 10;
}
.profile-teaser.drag-over-bottom::after,
.entity-teaser.drag-over-bottom::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 4px;
  background: #4CAF50;
  border-radius: 2px;
  z-index: 10;
}
.profile-teaser.move-mode,
.entity-teaser.move-mode {
  border: 2px dashed #2196F3;
  background: rgba(33, 150, 243, 0.05);
}
.profile-teaser.move-mode .profile-teaser__action--move,
.entity-teaser.move-mode .profile-teaser__action--move {
  background: #2196F3;
  color: white;
}

.move-controls {
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  z-index: 100;
}
@media (max-width: 991.98px) {
  .move-controls {
    right: 10px;
    top: 10px;
    transform: none;
  }
}
.move-controls__buttons {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: white;
  padding: 8px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  .move-controls__buttons {
    flex-direction: row;
  }
}

.move-control {
  width: 36px;
  height: 36px;
  border: 1px solid #e0e0e0;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.move-control:hover {
  background: #f5f5f5;
  border-color: #999;
}
.move-control--up, .move-control--down {
  color: #666;
}
.move-control--top, .move-control--bottom {
  color: #999;
}
.move-control--done {
  background: #4CAF50;
  color: white;
  border-color: #4CAF50;
}
.move-control--done:hover {
  background: rgb(60.5577689243, 139.4422310757, 63.7450199203);
}

.profile-teaser--editable .profile-teaser__action--move:hover {
  background: #2196F3;
  color: white;
  transform: scale(1.1);
}

.profile-teasers-container.sorting-active .profile-teaser,
.profile-section__content.sorting-active .profile-teaser {
  cursor: move;
}
.profile-teasers-container.sorting-active .profile-teaser:hover,
.profile-section__content.sorting-active .profile-teaser:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* SweetAlert2 Custom Styles */
.swal2-container {
  z-index: 10000;
}

/* Base popup styling */
.swal-popup-custom {
  font-family: "Jost", sans-serif;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05);
}

/* Title styling */
.swal-title-custom {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 0;
}

/* Content styling */
.swal-html-custom {
  font-size: 1rem;
  line-height: 1.6;
  color: #4a5568;
}

.swal-html-custom p {
  margin: 0.5rem 0;
}

.swal-html-custom .swal-text {
  font-size: 1.05rem;
  margin-bottom: 0.75rem;
}

.swal-html-custom .swal-warning {
  color: #F35395;
  font-weight: 500;
}

/* Icon styling */
.swal-icon-custom {
  display: none !important;
  margin: 1.5rem auto;
}

.swal-icon-custom.swal2-warning {
  border-color: #f6ad55;
  color: #f6ad55;
}

.swal-icon-custom.swal2-success {
  border-color: #48bb78;
  color: #48bb78;
}

.swal-icon-custom.swal2-error {
  border-color: #f56565;
  color: #f56565;
}

/* Button container */
.swal-actions-custom {
  margin-top: 16px;
  gap: 0.75rem;
}

/* Button styling */
.swal-confirm-custom,
.swal-cancel-custom {
  padding: 0.625rem 1.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.swal-confirm-custom:hover,
.swal-cancel-custom:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.swal-confirm-custom:active,
.swal-cancel-custom:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Danger button (delete confirmation) */
.btn-danger.swal-confirm-custom {
  background-color: #F35395;
  color: white;
  border: none;
}

.btn-danger.swal-confirm-custom:hover {
  background-color: #D40F60;
}

.btn-danger.swal-confirm-custom:focus {
  box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.3);
}

/* Secondary button (cancel) */
.btn-secondary.swal-cancel-custom {
  background-color: #afb3ba;
  color: #2d3748;
  border: none;
}

.btn-secondary.swal-cancel-custom:hover {
  background-color: #cbd5e0;
}

.btn-secondary.swal-cancel-custom:focus {
  box-shadow: 0 0 0 3px rgba(203, 213, 224, 0.5);
}

/* Success popup specific styling */
.swal-success-popup {
  background: linear-gradient(135deg, #f0fff4 0%, #ffffff 100%);
}

.swal-success-popup .swal-title-custom {
  color: #22543d;
}

/* Error popup specific styling */
.swal-error-popup {
  background: linear-gradient(135deg, #fff5f5 0%, #ffffff 100%);
}

.swal-error-popup .swal-title-custom {
  color: #742a2a;
}

/* Loading state */
.swal2-loading .swal-confirm-custom {
  color: transparent;
}

.swal2-loading .swal-confirm-custom::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-top-color: transparent;
  animation: swal-loading-spin 0.8s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@keyframes swal-loading-spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* Backdrop */
.swal2-backdrop-show {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

/* Animation overrides */
.swal2-show {
  animation: swal-show 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.swal2-hide {
  animation: swal-hide 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

@keyframes swal-show {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes swal-hide {
  from {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  to {
    opacity: 0;
    transform: scale(0.9) translateY(-20px);
  }
}
/* Empty state styling */
.empty-state {
  text-align: center;
  padding: 32px;
  color: #718096;
}

.empty-state__icon {
  font-size: 4rem;
  color: #cbd5e0;
  margin-bottom: 1rem;
}

.empty-state__text {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.empty-state__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* Responsive adjustments */
@media (max-width: 640px) {
  .swal-popup-custom {
    padding: 1.5rem;
    margin: 1rem;
    width: calc(100% - 2rem) !important;
  }
  .swal-title-custom {
    font-size: 1.25rem;
  }
  .swal-html-custom {
    font-size: 0.9375rem;
  }
  .swal-confirm-custom,
  .swal-cancel-custom {
    padding: 0.5rem 1.25rem;
    font-size: 0.875rem;
  }
}
/* Drupal modal dialog customization */
.ui-dialog.entity-form-modal {
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.ui-dialog.entity-form-modal .ui-dialog-titlebar {
  border-bottom: 1px solid #dee2e6;
  border-radius: 8px 8px 0 0;
  padding: 1rem 1.5rem;
}

.ui-dialog.entity-form-modal .ui-dialog-title {
  float: unset;
  font-size: 1.25rem;
  font-weight: 600;
  color: #000000;
}

.ui-dialog.entity-form-modal .ui-dialog-titlebar-close {
  background: none;
  border: none;
  position: absolute;
  top: 36px;
  right: 16px;
  transform: translate(-50%, -50%);
}

.ui-dialog.entity-form-modal .ui-dialog-titlebar-close:hover {
  opacity: 1;
}

.ui-dialog.entity-form-modal .ui-dialog-content {
  padding: 1.5rem;
}

.ui-dialog .ui-dialog-title {
  font-size: 22px;
  color: #1a1a1a;
}

.ui-dialog-titlebar {
  font-size: 20px;
  background-color: transparent;
  border: unset;
  border-radius: 12px 12px 0 0;
}

.ui-widget.ui-widget-content {
  border-radius: 12px;
  border: unset;
  max-width: 100vw;
}

.ui-dialog-content::-webkit-scrollbar {
  width: 13px;
}
.ui-dialog-content::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid transparent;
}
.ui-dialog-content::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid transparent;
  background-clip: content-box;
  background-color: #999999;
}

.ui-dialog .ui-dialog-titlebar-close {
  right: 16px;
  border: unset;
  background-color: transparent;
}

.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  background-image: none !important;
  text-indent: 0 !important;
  /* ensure it can show text/pseudo */
  overflow: visible;
}

/* 2) Inject your FA icon on the span itself: */
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick::before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900; /* solid style */
  content: "\f00d"; /* the “×” glyph */
  font-size: 1.2em;
  line-height: 1;
  display: inline-block;
  color: #000000;
}

.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
  width: 20px;
  height: 20px;
}

.ui-widget-overlay {
  z-index: 9998 !important;
  background: #4d4d4d;
  opacity: 0.8;
}

/* Keep your existing entity-form styles */
.entity-form {
  /* Your existing styles */
}

.entity-form__wrapper {
  /* Your existing styles */
}

.entity-form__title {
  display: none; /* Hide title since it's in the modal header */
}

/* Profile modal specific */
.ui-dialog.entity-form-modal--profile {
  /* Specific styles for profile modals */
}

/* Resource modal specific */
.ui-dialog.entity-form-modal--resource {
  /* Specific styles for resource modals */
}

/* Audio/Video player dialogs */
.ui-dialog.audio-player-dialog,
.ui-dialog.video-player-dialog {
  background: #000;
}

.ui-dialog.audio-player-dialog .ui-dialog-content,
.ui-dialog.video-player-dialog .ui-dialog-content {
  padding: 0;
  background: #000;
}

.audio-player-wrapper,
.video-player-wrapper {
  background: #000;
  color: #fff;
  padding: 1rem;
}

.audio-player__title,
.video-player__title {
  margin: 0 0 1rem 0;
  color: #fff;
  font-size: 1.1rem;
  display: none;
}

/**
 * Enhanced messages with close button
 */
/* Messages in modal context */
.messages-list,
.messages__wrapper {
  position: fixed;
  top: 92px;
  right: 20px;
  z-index: 10000;
  max-width: 400px;
}

.messages-list .messages,
.messages__wrapper .messages {
  position: relative;
  margin-bottom: 10px;
  padding: 1rem 2.5rem 1rem 1rem;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  animation: slideIn 0.3s ease-out;
  transition: all 0.3s ease;
}
.messages-list .messages:hover,
.messages__wrapper .messages:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

/* Close button */
.messages__close {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0.25rem;
  cursor: pointer;
  color: inherit;
  opacity: 0.6;
  transition: opacity 0.2s ease;
  font-size: 1rem;
  line-height: 1;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.messages__close:hover, .messages__close:focus {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.05);
}
.messages__close:focus {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.messages__close i {
  font-size: 16px;
}

/* Message content with close button */
.messages__content {
  position: relative;
  padding-right: 1.5rem;
}

/* Animations */
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}
/* Status messages */
.messages.messages--status {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}
.messages.messages--status .messages__close {
  color: #155724;
}
.messages.messages--status .messages__close:hover, .messages.messages--status .messages__close:focus {
  background-color: rgba(21, 87, 36, 0.1);
}

/* Error messages */
.messages.messages--error {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}
.messages.messages--error .messages__close {
  color: #721c24;
}
.messages.messages--error .messages__close:hover, .messages.messages--error .messages__close:focus {
  background-color: rgba(114, 28, 36, 0.1);
}

/* Warning messages */
.messages.messages--warning {
  background-color: #fff3cd;
  border: 1px solid #ffeaa7;
  color: #856404;
}
.messages.messages--warning .messages__close {
  color: #856404;
}
.messages.messages--warning .messages__close:hover, .messages.messages--warning .messages__close:focus {
  background-color: rgba(133, 100, 4, 0.1);
}

/* Info messages */
.messages.messages--info {
  background-color: #d1ecf1;
  border: 1px solid #bee5eb;
  color: #0c5460;
}
.messages.messages--info .messages__close {
  color: #0c5460;
}
.messages.messages--info .messages__close:hover, .messages.messages--info .messages__close:focus {
  background-color: rgba(12, 84, 96, 0.1);
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .messages-list,
  .messages__wrapper {
    top: 70px;
    left: 10px;
    right: 10px;
    max-width: none;
  }
  .messages-list .messages,
  .messages__wrapper .messages {
    margin-bottom: 8px;
  }
}
/* Dark mode support */
@media (prefers-color-scheme: dark) {
  .messages__close:hover, .messages__close:focus {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
/* Ensure messages are visible above modals */
.ui-dialog ~ .messages-list,
.ui-dialog ~ .messages__wrapper {
  z-index: 10001;
}

/* Drag and drop styles remain the same */
.profile-teaser.dragging {
  opacity: 0.5;
}

.profile-teaser.drag-over {
  border: 2px dashed #33A5EC;
}

.profile-teaser.drag-over-top {
  border-top: 3px solid #33A5EC;
}

.profile-teaser.drag-over-bottom {
  border-bottom: 3px solid #33A5EC;
}

/* Move mode styles remain the same */
.profile-teaser.move-mode {
  border: 2px dashed #33A5EC;
  position: relative;
}

.move-controls {
  position: absolute;
  top: -40px;
  right: 0;
  padding: 4px;
  z-index: 100;
}

.move-controls__buttons {
  display: flex;
  gap: 0.5rem;
}

.move-control {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  transition: all 0.2s;
}

.move-control:hover {
  background: #e9ecef;
  border-color: #adb5bd;
}

.move-control--done {
  background: #F35395;
  color: white;
  border-color: #F35395;
}

.move-control--done:hover {
  background: #F35395;
  border-color: #F35395;
}

#profile-image-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
#profile-image-modal-container.active {
  display: flex;
}

.profile-image-modal {
  background: white;
  border-radius: 8px;
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.profile-image-modal.active {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 767.98px) {
  .profile-image-modal {
    max-width: 100%;
    margin: 10px;
  }
}
.profile-image-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #E1E8ED;
}
.profile-image-modal__title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
.profile-image-modal__close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: background 0.2s ease;
}
.profile-image-modal__close:hover {
  background: #f0f0f0;
}
.profile-image-modal__body {
  padding: 20px;
  overflow-y: auto;
  flex: 1;
}
.profile-image-modal__preview, .profile-image-modal__preview-new {
  margin-bottom: 20px;
}
.profile-image-modal__preview-label {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.profile-image-modal__preview-image {
  max-width: 100%;
  max-height: 200px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.profile-image-modal__success {
  text-align: center;
  padding: 40px;
}
.profile-image-modal__success i {
  font-size: 48px;
  color: #37AFAB;
  margin-bottom: 20px;
  display: block;
}
.profile-image-modal__success p {
  font-size: 18px;
  color: #333;
  margin: 0;
}
.profile-image-modal__loading {
  text-align: center;
  padding: 60px;
  font-size: 16px;
  color: #666;
}
.profile-image-modal__loading i {
  margin-right: 8px;
}
.profile-image-modal__error {
  text-align: center;
  padding: 40px;
  color: #ef4444;
  font-size: 16px;
}

.profile-image-form {
  margin: 0;
}
.profile-image-form .form-item {
  margin-bottom: 20px;
}
.profile-image-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
}
.profile-image-form .help-text {
  font-size: 13px;
  color: #666;
  margin-top: 5px;
}
.profile-image-form .form-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #E1E8ED;
}
.profile-image-form .btn {
  padding: 8px 20px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.profile-image-form .btn--primary {
  background: #33A5EC;
  color: white;
}
.profile-image-form .btn--primary:hover {
  background: #127BBC;
}
.profile-image-form .btn--primary:disabled {
  background: #93bbfc;
  cursor: not-allowed;
}
.profile-image-form .btn--secondary {
  background: #e5e7eb;
  color: #374151;
}
.profile-image-form .btn--secondary:hover {
  background: #d1d5db;
}
.profile-image-form .btn--danger {
  background: #ef4444;
  color: white;
}
.profile-image-form .btn--danger:hover {
  background: #dc2626;
}
.profile-image-form .btn--danger:disabled {
  background: #fca5a5;
  cursor: not-allowed;
}

.profile-image-input {
  width: 100%;
  padding: 10px;
  border: 2px dashed #ddd;
  border-radius: 4px;
  background: #f9f9f9;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.profile-image-input:hover {
  border-color: #33A5EC;
}

.artistycom-messages {
  position: relative;
  z-index: 99999;
}
.artistycom-messages__list {
  position: absolute;
  top: 1rem;
  z-index: 20;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.artistycom-messages__item {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  display: flex;
  border-radius: 0.375rem;
  pointer-events: auto;
}
.artistycom-messages__item.bg-app-red {
  background-color: #A60C4B;
}
.artistycom-messages__item.bg-app-green {
  background-color: #33A5EC;
}
.artistycom-messages__item ul {
  position: relative;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: white;
  max-width: 60vw;
  margin-bottom: 0;
}
.artistycom-messages__item ul.item-list__comma-list {
  display: block;
}
.artistycom-messages__item ul li {
  display: flex;
  width: 100%;
  padding: 0.25rem 2rem;
  align-items: center;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .artistycom-messages__item ul li {
    width: auto;
    max-width: 100%;
  }
}
.artistycom-messages__item ul li span {
  display: block;
}
.artistycom-messages__item ul li a {
  color: #ffffff;
}
.artistycom-messages__item .close-btn {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: white;
  width: 3.5rem;
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.artistycom-messages__item .close-btn.bg-app-dark-red {
  background-color: #A60C4B;
}
.artistycom-messages__item .close-btn.bg-app-dark-green {
  background-color: #33A5EC;
}
.artistycom-messages__item .close-btn i {
  font-size: 1.125rem;
  align-self: center;
}

/**
 * Global loader styles
 */
body.artistycom-loader-active {
  overflow: hidden;
}

.artistycom-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.artistycom-loader--overlay {
  background-color: rgba(255, 255, 255, 0.5);
}
.artistycom-loader__container {
  text-align: center;
  padding: 2rem;
}
.artistycom-loader__content {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.artistycom-loader:not(.artistycom-loader--overlay) .artistycom-loader__content {
  background: rgba(255, 255, 255, 0.98);
}
.artistycom-loader__text {
  margin-top: 1.5rem;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.artistycom-loader__spinner {
  width: 50px;
  height: 50px;
  animation: rotate 1s linear infinite;
}
.artistycom-loader__spinner svg {
  width: 100%;
  height: 100%;
}
.artistycom-loader__spinner circle {
  stroke: var(--profile-color, #5BA7E7);
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}
.artistycom-loader__dots {
  display: flex;
  gap: 8px;
}
.artistycom-loader__dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--profile-color, #5BA7E7);
  animation: dots 1.4s ease-in-out infinite both;
}
.artistycom-loader__dots span:nth-child(1) {
  animation-delay: -0.32s;
}
.artistycom-loader__dots span:nth-child(2) {
  animation-delay: -0.16s;
}
.artistycom-loader__pulse {
  position: relative;
  width: 60px;
  height: 60px;
}
.artistycom-loader__pulse div {
  position: absolute;
  border: 3px solid var(--profile-color, #5BA7E7);
  opacity: 1;
  border-radius: 50%;
  animation: pulse 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.artistycom-loader__pulse div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes dots {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0.5;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .artistycom-loader__content {
    padding: 2rem;
    transform: scale(0.9);
  }
  .artistycom-loader__text {
    font-size: 14px;
  }
}
/* Custom AJAX Progress Indicator Styles */
/* Hide the default Drupal throbber text */
.ajax-progress-throbber .message {
  display: none;
}

/* Custom loading indicator for modal forms */
.ui-dialog .ajax-progress {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
  background: rgba(255, 255, 255, 0.95);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  text-align: center;
}

/* Modern spinner */
.ajax-progress::before {
  content: "";
  left: 50%;
  display: block;
  position: relative;
  margin-top: 8px;
  width: 48px;
  height: 48px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #e91e63; /* Pink color matching your theme */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Custom message styling */
.ajax-progress-message {
  font-size: 1rem;
  color: #333;
  font-weight: 500;
  margin: 0;
}

/* Alternative: Inline progress bar style */
.ajax-progress-inline {
  position: relative;
  background: #f8f9fa;
  border-radius: 8px;
  padding: 1rem;
  margin: 1rem 0;
  overflow: hidden;
}

.ajax-progress-inline::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #e91e63, transparent);
  animation: loading-bar 1.5s infinite;
}

@keyframes loading-bar {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
/* Overlay style for full-screen loading */
.ajax-progress-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.ajax-progress-fullscreen-inner {
  background: white;
  padding: 3rem;
  border-radius: 16px;
  text-align: center;
}

/* Dots animation */
.loading-dots {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 8px;
}

.loading-dots span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e91e63;
  animation: dot-pulse 1.4s infinite ease-in-out;
}

.loading-dots span:nth-child(1) {
  animation-delay: -0.32s;
}

.loading-dots span:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes dot-pulse {
  0%, 60%, 100% {
    transform: scale(0);
    opacity: 0;
  }
  30% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Success animation */
.ajax-success-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #4CAF50;
  color: white;
  padding: 1.5rem 3rem;
  border-radius: 8px;
  font-weight: 500;
  animation: success-popup 0.5s ease-out;
  z-index: 10001;
}

@keyframes success-popup {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
/* Modern Form Loading Overlay */
.form-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  border-radius: inherit;
}

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

.loading-content p {
  margin-top: 1rem;
  font-size: 1rem;
  color: #666;
  font-weight: 500;
}

/* SVG Circular Loader */
.circular-loader {
  width: 64px;
  height: 64px;
  animation: rotate 2s linear infinite;
}

.loader-path {
  stroke: #e91e63;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
/* Form loading state */
.entity-form.is-loading {
  position: relative;
  pointer-events: none;
  opacity: 0.7;
}

/* Custom saving message with icon */
.custom-saving-message {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: #e91e63;
  color: white;
  border-radius: 24px;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(233, 30, 99, 0.3);
}

.custom-saving-message i {
  font-size: 1rem;
}

/* Alternative: Bottom toast notification */
.ajax-progress-toast {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: white;
  padding: 1rem 2rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 10000;
  animation: slide-up 0.3s ease-out;
}

@keyframes slide-up {
  from {
    transform: translateX(-50%) translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
}
/* Alternative: Inline progress bar */
.ajax-progress-bar {
  position: relative;
  height: 4px;
  background: #f0f0f0;
  border-radius: 2px;
  overflow: hidden;
  margin: 1rem 0;
}

.ajax-progress-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 30%;
  background: #e91e63;
  border-radius: 2px;
  animation: progress-animation 1.5s ease-in-out infinite;
}

@keyframes progress-animation {
  0% {
    left: -30%;
  }
  100% {
    left: 100%;
  }
}
.dates-section, .availability-section {
  margin-top: 2rem;
  padding: 1.5rem;
  background-color: #f8f9fa;
  border-radius: 8px;
}
.dates-section legend, .availability-section legend {
  font-size: 1.1rem;
  font-weight: 600;
  color: #A60C4B;
  margin-bottom: 1rem;
  display: block !important;
}

.dates-item, .availability-item {
  background: white;
  padding: 1.5rem;
  border-radius: 6px;
  margin-bottom: 1rem;
  border: 1px solid #e0e0e0;
  position: relative;
}
.dates-item:hover, .availability-item:hover {
  border-color: #F78EBA;
}
.dates-item .btn--danger, .availability-item .btn--danger {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.dates-type-selector,
.availability-type-selector {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
.dates-type-selector .form-item,
.availability-type-selector .form-item {
  margin-bottom: 0;
}
.dates-type-selector label,
.availability-type-selector label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.dates-type-selector input[type=radio]:checked + label,
.availability-type-selector input[type=radio]:checked + label {
  color: #770836;
}

.single-date-container,
.recurring-date-container {
  display: grid;
  grid-template-columns: 1fr 120px 120px;
  gap: 1rem;
  align-items: end;
}
.single-date-container .form-item,
.recurring-date-container .form-item {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .single-date-container,
  .recurring-date-container {
    grid-template-columns: 1fr;
  }
}

.recurring-date-container {
  grid-template-columns: 1fr;
}
.recurring-date-container .form-checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.recurring-date-container .form-checkboxes .form-item {
  margin: 0;
  width: 30%;
}
.recurring-date-container .form-checkboxes .form-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-bottom: 0;
  font-size: 0.9rem;
}

.time-input {
  text-align: center;
  font-family: "Monaco", "Courier New", monospace;
  letter-spacing: 0.1em;
}
.time-input.error {
  border-color: #E74C3C !important;
}

.availability-section .btn--secondary {
  margin-top: 1rem;
}
.availability-section .btn--secondary::before {
  content: "+ ";
  font-weight: bold;
}

.profile-section--calendar .profile-section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 768px) {
  .profile-section--calendar .profile-section__header {
    flex-direction: column;
    align-items: stretch;
  }
}

.unified-calendar-wrapper {
  background: white;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .unified-calendar-wrapper {
    padding: 1rem;
  }
}

.profile-section--calendar .calendar-filters {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e0e0e0;
}
.profile-section--calendar .calendar-filters__group {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .profile-section--calendar .calendar-filters__group {
    flex-direction: column;
    align-items: stretch;
  }
}
.profile-section--calendar .calendar-filters__label {
  font-weight: 600;
  color: #333;
  margin: 0;
  flex-shrink: 0;
}
.profile-section--calendar .calendar-filters__checkboxes {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.profile-section--calendar .calendar-filter__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  padding: 0.5rem 1rem;
  background: #f8f8f8;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.profile-section--calendar .calendar-filter__item:hover {
  background: #efefef;
}
.profile-section--calendar .calendar-filter__item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.profile-section--calendar .calendar-filter__item input[type=checkbox]:checked + .calendar-filter__indicator {
  opacity: 1;
  transform: scale(1.1);
}
.profile-section--calendar .calendar-filter__item input[type=checkbox]:not(:checked) + .calendar-filter__indicator {
  opacity: 0.4;
  filter: grayscale(50%);
}
.profile-section--calendar .calendar-filter__item input[type=checkbox]:checked ~ .calendar-filter__text {
  font-weight: 600;
}
.profile-section--calendar .calendar-filter__indicator {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all 0.2s ease;
}
.profile-section--calendar .calendar-filter__text {
  font-size: 0.875rem;
  transition: font-weight 0.2s ease;
}

.calendar-legend {
  display: flex;
  gap: 1.5rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e0e0e0;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .calendar-legend {
    gap: 1rem;
    justify-content: center;
  }
}
.calendar-legend__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
}
.calendar-legend__color {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  flex-shrink: 0;
}
.calendar-legend__label {
  color: #666;
}

.unified-calendar--profile {
  min-height: 600px;
}
.unified-calendar--profile.calendar-loading {
  position: relative;
}
.unified-calendar--profile.calendar-loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.unified-calendar--profile.calendar-loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #F35395;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 11;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.profile-section--calendar .fc {
  font-family: inherit;
}
.profile-section--calendar .fc-toolbar {
  margin-bottom: 1.5rem;
}
.profile-section--calendar .fc-toolbar .fc-toolbar-title {
  font-size: 1.5rem;
  color: #333;
}
.profile-section--calendar .fc-toolbar .fc-button {
  background: #F35395;
  border-color: #F35395;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  border-right: 0;
}
.profile-section--calendar .fc-toolbar .fc-button:hover:not(:disabled) {
  background: #F02578;
  border-color: #F02578;
}
.profile-section--calendar .fc-toolbar .fc-button:focus {
  box-shadow: 0 0 0 3px rgba(243, 83, 149, 0.3);
}
.profile-section--calendar .fc-toolbar .fc-button.fc-button-active {
  background: #D40F60;
  border-color: #D40F60;
}
.profile-section--calendar .fc-event {
  cursor: pointer;
  transition: transform 0.2s ease;
}
.profile-section--calendar .fc-event:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.profile-section--calendar .fc-event-resource {
  border-left: 4px solid #D40F60;
}
.profile-section--calendar .fc-event-event {
  border-left: 4px solid #D40F60;
}
.profile-section--calendar .fc-event-meeting {
  border-left: 4px solid #D40F60;
}
.profile-section--calendar .fc-event-project {
  border-left: 4px solid #127BBC;
}
.profile-section--calendar .fc-event-recurring {
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.1) 5px, rgba(255, 255, 255, 0.1) 10px);
}

.calendar-tooltip {
  max-width: 300px;
}
.calendar-tooltip strong {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.calendar-tooltip p {
  margin: 0.25rem 0;
  font-size: 0.875rem;
}
.calendar-tooltip p i {
  margin-right: 0.25rem;
  color: #666;
}
.calendar-tooltip__time {
  margin-top: 0.5rem !important;
  padding-top: 0.5rem;
  border-top: 1px solid #e0e0e0;
  color: #666;
}

.entity-teaser__availability {
  margin-top: 1rem;
}
.entity-teaser__availability-title {
  font-weight: 600;
  color: #A60C4B;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.entity-teaser__availability-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.entity-teaser__availability-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  background: transparent;
  border-radius: 4px;
  font-size: 0.9rem;
}

.ui-dialog .dates-section, .ui-dialog .availability-section {
  margin-top: 1rem;
  padding: 1rem;
}
.ui-dialog .dates-item, .ui-dialog .availability-item {
  padding: 1rem;
}

@media (max-width: 768px) {
  .dates-item, .availability-item {
    padding: 1rem;
  }
  .dates-item .btn--danger, .availability-item .btn--danger {
    position: static;
    width: 100%;
    margin-top: 1rem;
  }
  .single-date-container > *,
  .recurring-date-container > * {
    width: 100%;
  }
}
.resource-availability-calendar {
  margin-top: 2rem;
  background: white;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.resource-availability-calendar .fc-header-toolbar {
  margin-bottom: 1.5rem;
}
.resource-availability-calendar .fc-header-toolbar .fc-button {
  background: #F35395;
  border-color: #F35395;
}
.resource-availability-calendar .fc-header-toolbar .fc-button:hover {
  background: #F02578;
  border-color: #F02578;
}
.resource-availability-calendar .fc-header-toolbar .fc-button.fc-state-active {
  background: #D40F60;
  border-color: #D40F60;
}
.resource-availability-calendar .fc-event {
  background: #37AFAB;
  border-color: #37AFAB;
  cursor: pointer;
}
.resource-availability-calendar .fc-event.recurring-event {
  background: repeating-linear-gradient(45deg, #37AFAB, #37AFAB 10px, #319C98 10px, #319C98 20px);
}
.resource-availability-calendar .fc-day-today {
  background: #FDE7F0 !important;
}

.entity-teaser-modal {
  z-index: 9999 !important;
}
.entity-teaser-modal .ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick::before {
  color: #ffffff;
}
.entity-teaser-modal .project-entity-teaser-wrapper {
  margin-bottom: 0;
}
.entity-teaser-modal .ui-dialog {
  padding: 0 !important;
}
.entity-teaser-modal .ui-dialog-content {
  padding: 0 !important;
  overflow: visible;
}
.entity-teaser-modal .profile-teaser__left,
.entity-teaser-modal .entity-teaser__left {
  border-radius: 0;
}
.entity-teaser-modal .entity-teaser,
.entity-teaser-modal .profile-teaser {
  margin: 0;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}
.entity-teaser-modal .entity-teaser--collapsed .entity-teaser__expanded-content,
.entity-teaser-modal .entity-teaser--collapsed .profile-teaser__expanded-content,
.entity-teaser-modal .profile-teaser--collapsed .entity-teaser__expanded-content,
.entity-teaser-modal .profile-teaser--collapsed .profile-teaser__expanded-content {
  display: block !important;
}
.entity-teaser-modal .entity-teaser--collapsed .entity-teaser__expand,
.entity-teaser-modal .entity-teaser--collapsed .profile-teaser__expand,
.entity-teaser-modal .profile-teaser--collapsed .entity-teaser__expand,
.entity-teaser-modal .profile-teaser--collapsed .profile-teaser__expand {
  display: none !important;
}
.entity-teaser-modal .entity-teaser__close,
.entity-teaser-modal .profile-teaser__close {
  display: none !important;
}
.entity-teaser-modal--resource .entity-teaser {
  background: #FFF;
}
.entity-teaser-modal--project, .entity-teaser-modal--profile {
  background-color: unset !important;
}
.entity-teaser-modal--event {
  background-color: unset !important;
}
.entity-teaser-modal--event .ui-dialog-titlebar {
  background-color: #33A5EC;
  color: white;
}
.entity-teaser-modal--event .ui-dialog-titlebar .ui-icon-closethick::before {
  color: white;
}
.entity-teaser-modal--meeting .ui-dialog-titlebar {
  background-color: #12d9e3 !important;
  color: #333333;
}
.entity-teaser-modal .entity-teaser-related-demands__title {
  color: white;
}
.entity-teaser-modal .entity-teaser-related-demands__title i {
  color: white;
}

.events-page,
.explore-page {
  padding: 0 0 36px 0;
}
@media (min-width: 992px) {
  .events-page,
  .explore-page {
    min-height: calc(100vh - 278px);
  }
}
.events-page__header,
.explore-page__header {
  background: linear-gradient(135deg, rgba(243, 83, 149, 0.05) 0%, rgba(51, 165, 236, 0.05) 100%);
  padding: 0 0 32px;
  border-radius: 24px;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(243, 83, 149, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.events-page__header::before,
.explore-page__header::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(243, 83, 149, 0.08) 0%, transparent 50%);
  border-radius: 50%;
  pointer-events: none;
}
.events-page__header::after,
.explore-page__header::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(51, 165, 236, 0.06) 0%, transparent 50%);
  border-radius: 50%;
  pointer-events: none;
}
@media (max-width: 768px) {
  .events-page__header,
  .explore-page__header {
    padding-bottom: 32px;
    border-radius: 20px;
  }
}
.events-page__nav-tabs,
.explore-page__nav-tabs {
  display: none;
  position: absolute;
  top: 24px;
  right: 32px;
  gap: 8px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 4px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  z-index: 10;
}
@media (max-width: 992px) {
  .events-page__nav-tabs,
  .explore-page__nav-tabs {
    position: relative;
    top: auto;
    right: auto;
    margin: 24px 24px 0;
    width: calc(100% - 48px);
  }
}
@media (max-width: 768px) {
  .events-page__nav-tabs,
  .explore-page__nav-tabs {
    margin: 16px 16px 0;
    width: calc(100% - 32px);
  }
}
.events-page__nav-tab,
.explore-page__nav-tab {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  text-decoration: none;
  color: #505050;
  background: transparent;
  border: none;
  border-radius: 8px;
  position: relative;
  transition: all 0.2s ease;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.events-page__nav-tab:hover,
.explore-page__nav-tab:hover {
  color: #000000;
  background: rgba(80, 80, 80, 0.08);
  text-decoration: none;
}
.events-page__nav-tab.active,
.explore-page__nav-tab.active {
  background: #ffffff;
  color: #F02578;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.events-page__nav-tab.active .explore-page__nav-tab-icon,
.events-page__nav-tab.active .events-page__nav-tab-icon,
.explore-page__nav-tab.active .explore-page__nav-tab-icon,
.explore-page__nav-tab.active .events-page__nav-tab-icon {
  color: #F35395;
}
@media (max-width: 480px) {
  .events-page__nav-tab,
  .explore-page__nav-tab {
    flex: 1;
    justify-content: center;
    padding: 8px 12px;
    font-size: 13px;
  }
}
.events-page__nav-tab-icon,
.explore-page__nav-tab-icon {
  font-size: 16px;
  transition: all 0.2s ease;
}
@media (max-width: 480px) {
  .events-page__nav-tab-icon,
  .explore-page__nav-tab-icon {
    font-size: 14px;
  }
}
.events-page__nav-tab-label,
.explore-page__nav-tab-label {
  display: flex;
  align-items: center;
  gap: 4px;
}
.events-page__nav-tab-label small,
.explore-page__nav-tab-label small {
  display: none;
}
@media (max-width: 480px) {
  .events-page__nav-tab-label span:first-child,
  .explore-page__nav-tab-label span:first-child {
    display: none;
  }
}
.events-page__header-content,
.explore-page__header-content {
  position: relative;
  z-index: 1;
  padding: 48px 32px 0;
}
@media (max-width: 992px) {
  .events-page__header-content,
  .explore-page__header-content {
    flex-direction: column;
    gap: 24px;
    padding: 32px 24px 0;
  }
}
.events-page__header-main,
.explore-page__header-main {
  flex: 1;
  display: flex;
  gap: 32px;
  align-items: center;
}
@media (max-width: 768px) {
  .events-page__header-main,
  .explore-page__header-main {
    flex-direction: column;
    text-align: center;
    gap: 24px;
  }
}
.events-page__header-text,
.explore-page__header-text {
  flex: 1;
}
.events-page__header-actions,
.explore-page__header-actions {
  flex-shrink: 0;
}
.events-page__header-controls,
.explore-page__header-controls {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}
@media (max-width: 992px) {
  .events-page__header-controls,
  .explore-page__header-controls {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .events-page__header-controls,
  .explore-page__header-controls {
    flex-direction: column;
    align-items: center;
  }
}
.events-page__title,
.explore-page__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 12px 0;
  background: linear-gradient(135deg, #F02578 0%, #1593E1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .events-page__title,
  .explore-page__title {
    font-size: 2rem;
  }
}
.events-page__subtitle,
.explore-page__subtitle {
  font-size: 1.125rem;
  font-weight: 500;
  color: #333333;
  margin: 0 0 8px 0;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .events-page__subtitle,
  .explore-page__subtitle {
    font-size: 1.1rem;
  }
}
.events-page__description,
.explore-page__description {
  font-size: 0.875rem;
  color: #505050;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  .events-page__description,
  .explore-page__description {
    font-size: 0.875rem;
  }
}
@keyframes backgroundMove {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50px, 50px);
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.events-page .explore-page__header--solid,
.explore-page .explore-page__header--solid {
  background: #F35395;
}
.events-page .explore-page__header--solid::before,
.explore-page .explore-page__header--solid::before {
  background: url("data:image/svg+xml,%3Csvg width=%2760%27 height=%2760%27 viewBox=%270 0 60 60%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cg fill=%27%23ffffff%27 fill-opacity=%270.05%27%3E%3Cpath d=%27M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.events-page .explore-page__header--mesh,
.explore-page .explore-page__header--mesh {
  background: radial-gradient(at 40% 20%, hsl(28, 100%, 74%) 0px, transparent 50%), radial-gradient(at 80% 0%, hsl(189, 100%, 56%) 0px, transparent 50%), radial-gradient(at 0% 50%, hsl(355, 100%, 93%) 0px, transparent 50%), radial-gradient(at 80% 50%, hsl(340, 100%, 76%) 0px, transparent 50%), radial-gradient(at 0% 100%, hsl(22, 100%, 77%) 0px, transparent 50%), radial-gradient(at 80% 100%, hsl(242, 100%, 70%) 0px, transparent 50%), radial-gradient(at 0% 0%, hsl(343, 100%, 76%) 0px, transparent 50%);
}
.events-page__content,
.explore-page__content {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 2rem;
}
@media (max-width: 992px) {
  .events-page__content,
  .explore-page__content {
    grid-template-columns: 280px 1fr;
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .events-page__content,
  .explore-page__content {
    display: block;
  }
}
.events-page__content #events-calendar,
.explore-page__content #events-calendar {
  min-width: 600px;
}
@media (max-width: 768px) {
  .events-page__content #events-calendar-container,
  .explore-page__content #events-calendar-container {
    overflow: auto;
  }
}

.explore-result-count {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: rgba(51, 165, 236, 0.08);
  border-radius: 24px;
  font-size: 14px;
  font-weight: 500;
}
.explore-result-count__number {
  color: #1593E1;
  font-weight: 700;
  font-size: 16px;
}
.explore-result-count__text {
  color: #505050;
}
@media (max-width: 768px) {
  .explore-result-count {
    font-size: 13px;
    padding: 6px 14px;
  }
  .explore-result-count__number {
    font-size: 14px;
  }
}

.explore-filters,
.events-filters {
  background: #ffffff;
  border-radius: 8px;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 80px;
}
@media (max-width: 768px) {
  .explore-filters,
  .events-filters {
    position: static;
    max-height: none;
  }
}
.explore-filters__form-wrapper,
.events-filters__form-wrapper {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  border: 1px solid #E1E8ED;
}
.explore-filters__form-wrapper::-webkit-scrollbar,
.events-filters__form-wrapper::-webkit-scrollbar {
  width: 10px;
}
.explore-filters__form-wrapper::-webkit-scrollbar-track,
.events-filters__form-wrapper::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid transparent;
}
.explore-filters__form-wrapper::-webkit-scrollbar-thumb,
.events-filters__form-wrapper::-webkit-scrollbar-thumb {
  border: 3px solid transparent;
  background-clip: content-box;
  background-color: #F78EBA;
  border-radius: 10000px;
}
.explore-filters #edit-reset,
.events-filters #edit-reset {
  position: relative;
  top: 5px;
}
.explore-filters .extra-search-wrapper,
.explore-filters .top-search-wrapper,
.events-filters .extra-search-wrapper,
.events-filters .top-search-wrapper {
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.explore-filters .extra-search-wrapper,
.events-filters .extra-search-wrapper {
  padding-top: 0;
}
@media (max-width: 767.98px) {
  .explore-filters .extra-search-wrapper,
  .events-filters .extra-search-wrapper {
    padding: 0;
    position: relative;
  }
  .explore-filters .extra-search-wrapper.collapsed,
  .events-filters .extra-search-wrapper.collapsed {
    max-height: 0;
    overflow: hidden;
    padding: 0;
  }
  .explore-filters .extra-search-wrapper.expanded,
  .events-filters .extra-search-wrapper.expanded {
    max-height: 2000px;
    transition: max-height 0.3s ease-in-out;
    padding: 16px;
    padding-top: 0;
  }
}
.explore-filters .top-search-wrapper,
.events-filters .top-search-wrapper {
  border-bottom: 1px solid #E1E8ED;
}
.explore-filters .top-search-wrapper div, .explore-filters .top-search-wrapper .form-item,
.events-filters .top-search-wrapper div,
.events-filters .top-search-wrapper .form-item {
  width: 100%;
}
@media (max-width: 767.98px) {
  .explore-filters .top-search-wrapper,
  .events-filters .top-search-wrapper {
    border-bottom: none;
    padding-bottom: 8px;
  }
}
.explore-filters__toggle,
.events-filters__toggle {
  display: none;
}
@media (max-width: 767.98px) {
  .explore-filters__toggle,
  .events-filters__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 16px;
    margin: 0;
    background: rgba(243, 83, 149, 0.05);
    border: none;
    border-top: 1px solid #E1E8ED;
    border-bottom: 1px solid #E1E8ED;
    cursor: pointer;
    transition: background 0.2s ease;
  }
  .explore-filters__toggle:hover,
  .events-filters__toggle:hover {
    background: rgba(243, 83, 149, 0.08);
  }
  .explore-filters__toggle:focus,
  .events-filters__toggle:focus {
    outline: none;
    box-shadow: inset 0 0 0 2px rgba(243, 83, 149, 0.3);
  }
  .explore-filters__toggle .toggle-text,
  .events-filters__toggle .toggle-text {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
  }
  .explore-filters__toggle .toggle-icon,
  .events-filters__toggle .toggle-icon {
    font-size: 14px;
    color: #F35395;
    transition: transform 0.2s ease;
  }
  .explore-filters__toggle .toggle-icon.rotated,
  .events-filters__toggle .toggle-icon.rotated {
    transform: rotate(180deg);
  }
}
.explore-filters__actions,
.events-filters__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 16px;
}
.explore-filters .keywords-search-wrapper > legend,
.events-filters .keywords-search-wrapper > legend {
  display: none;
}
.explore-filters .keywords-search-wrapper .fieldset-wrapper,
.events-filters .keywords-search-wrapper .fieldset-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  width: 100%;
}
.explore-filters .keywords-search-wrapper .form-item,
.events-filters .keywords-search-wrapper .form-item {
  flex: 1;
  margin-bottom: 0;
}
.explore-filters .keywords-search-wrapper .keywords-search-btn,
.events-filters .keywords-search-wrapper .keywords-search-btn {
  height: 40px;
  width: 40px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #F35395;
  color: white;
  border: none;
  margin-bottom: 0;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .explore-filters .keywords-search-wrapper .keywords-search-btn,
  .events-filters .keywords-search-wrapper .keywords-search-btn {
    height: 42px;
    width: 42px;
  }
}
.explore-filters .keywords-search-wrapper .keywords-search-btn:hover:not(:disabled),
.events-filters .keywords-search-wrapper .keywords-search-btn:hover:not(:disabled) {
  background: rgb(240.3391304348, 44.8608695652, 125.4956521739);
}
.explore-filters .keywords-search-wrapper .keywords-search-btn:focus,
.events-filters .keywords-search-wrapper .keywords-search-btn:focus {
  outline: none;
  box-shadow: unset;
}
.explore-filters .keywords-search-wrapper .keywords-search-btn i,
.events-filters .keywords-search-wrapper .keywords-search-btn i {
  font-size: 16px;
  line-height: 1;
}
.explore-filters .entity-specific-filters .entity-filter-group,
.events-filters .entity-specific-filters .entity-filter-group {
  width: 100%;
  flex-direction: column;
  gap: 12px;
  display: none;
}
.explore-filters .entity-specific-filters .user-filters .user-type-checkboxes,
.events-filters .entity-specific-filters .user-filters .user-type-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.explore-filters .entity-specific-filters .user-filters .user-type-checkboxes .form-item,
.events-filters .entity-specific-filters .user-filters .user-type-checkboxes .form-item {
  margin-bottom: 0;
}
.explore-filters .entity-specific-filters .explore-filters__radios,
.events-filters .entity-specific-filters .explore-filters__radios {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.explore-filters .entity-specific-filters .explore-filters__radios label,
.events-filters .entity-specific-filters .explore-filters__radios label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.explore-filters .entity-specific-filters .explore-filters__radios label input[type=radio],
.events-filters .entity-specific-filters .explore-filters__radios label input[type=radio] {
  margin-right: 0.5rem;
}
.explore-filters .entity-type-checkboxes,
.events-filters .entity-type-checkboxes {
  min-height: auto;
}
.explore-filters .entity-type-checkboxes + .description,
.events-filters .entity-type-checkboxes + .description {
  font-size: 0.875rem;
  color: #666;
  font-style: italic;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.explore-filters .date-filters-wrapper,
.events-filters .date-filters-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .explore-filters .date-filters-wrapper,
  .events-filters .date-filters-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
.explore-filters .date-filters-wrapper .form-item,
.events-filters .date-filters-wrapper .form-item {
  margin-bottom: 0;
}
.explore-filters .form-item-types-resource-33, .explore-filters .form-item-types-resource-34,
.events-filters .form-item-types-resource-33,
.events-filters .form-item-types-resource-34 {
  width: 100% !important;
}

.events-welcome,
.explore-welcome {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  text-align: center;
  padding: 3rem 1.5rem;
}
.events-welcome__content,
.explore-welcome__content {
  max-width: 600px;
}
.events-welcome__content h2,
.explore-welcome__content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #333;
}
.events-welcome__content p,
.explore-welcome__content p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 2rem;
}
.events-welcome__actions,
.explore-welcome__actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.events-welcome__actions .btn,
.explore-welcome__actions .btn {
  min-width: 250px;
}
.events-welcome__actions .btn i,
.explore-welcome__actions .btn i {
  margin-right: 0.5rem;
}
.events-welcome__actions .btn.loading,
.explore-welcome__actions .btn.loading {
  opacity: 0.7;
  cursor: wait;
}

.geolocation-button {
  position: relative;
  overflow: hidden;
}
.geolocation-button:hover i {
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.explore-main {
  min-height: 600px;
}

.explore-results.loading {
  opacity: 0.6;
  pointer-events: none;
}
.explore-results__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.explore-results .item-list__empty {
  text-align: center;
  padding: 3rem;
  background: #EFEFEF;
  border-radius: 8px;
  color: #505050;
  font-size: 16px;
}

.explore-result-item {
  background: #ffffff;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  cursor: pointer;
}
.explore-result-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

#events-map-container,
#explore-map-container {
  display: none;
  position: relative;
  background: #EFEFEF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

#events-map,
#explore-map {
  height: 600px;
  width: 100%;
}
@media (max-width: 768px) {
  #events-map,
  #explore-map {
    height: 500px;
  }
}

.map-controls {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1000;
  display: flex;
  gap: 0.5rem;
}

.map-locate-user {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.map-locate-user i {
  font-size: 18px;
  color: #33A5EC;
}
.map-locate-user:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.map-locate-user.locating {
  animation: pulse 1.5s infinite;
}
.map-locate-user.locating i {
  color: #F35395;
}

@keyframes pulse {
  0% {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }
  50% {
    box-shadow: 0 2px 16px rgba(243, 83, 149, 0.4);
  }
  100% {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }
}
.events-page__toolbar,
.explore-page__toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E0E0E0;
  flex-wrap: wrap;
  gap: 12px;
}

.events-page__sort,
.explore-page__sort {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.events-page__sort label,
.explore-page__sort label {
  font-size: 14px;
  color: #505050;
  font-weight: 500;
  margin-bottom: 0;
}
.events-page__sort-select,
.explore-page__sort-select {
  padding: 0.5rem 2rem 0.5rem 1rem;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-size: 14px;
  background: white;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27%3E%3Cpath fill=%27%23F35395%27 d=%27M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
}
.events-page__sort-select:focus,
.explore-page__sort-select:focus {
  outline: none;
  border-color: #F35395;
  box-shadow: 0 0 0 3px rgba(243, 83, 149, 0.1);
}
.events-page__sort-select:hover,
.explore-page__sort-select:hover {
  border-color: #F571A7;
}

/* Marker styles */
.entity-marker {
  background: transparent;
}

.marker-icon {
  width: 32px;
  height: 32px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  position: relative;
}

.marker-svg {
  width: 16px;
  height: 16px;
  fill: white;
  transform: rotate(45deg);
}

/* Marker clusters */
.marker-cluster {
  background-clip: padding-box;
  border-radius: 50%;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}

.marker-cluster div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(243, 83, 149, 0.8);
  border-radius: 50%;
  color: white;
}

.marker-cluster-small {
  background: rgba(243, 83, 149, 0.6);
}

.marker-cluster-small div {
  width: 30px;
  height: 30px;
}

.marker-cluster-medium {
  background: rgba(243, 83, 149, 0.7);
}

.marker-cluster-medium div {
  width: 40px;
  height: 40px;
}

.marker-cluster-large {
  background: rgba(243, 83, 149, 0.8);
}

.marker-cluster-large div {
  width: 50px;
  height: 50px;
}

/* User location marker */
.user-location-marker {
  background: transparent;
}

.user-location-marker .pulse {
  width: 20px;
  height: 20px;
  background: #33A5EC;
  border-radius: 50%;
  position: relative;
}

.user-location-marker .pulse::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(51, 165, 236, 0.4);
  animation: pulse-ring 1.5s infinite;
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
/* Popup styles */
.entity-popup {
  min-width: 250px;
}

.entity-popup__content {
  padding: 0.5rem;
}

.entity-popup__type {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
}

.entity-popup__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  color: #333;
}

.entity-popup__location {
  font-size: 14px;
  color: #666;
  margin-bottom: 0.5rem;
}

.popup-distance {
  font-size: 13px;
  color: #33A5EC;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.entity-popup__teaser {
  font-size: 14px;
  color: #666;
  margin: 1rem 0;
  max-height: 100px;
  overflow-y: auto;
}

.entity-popup__actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}

.entity-popup__actions .btn {
  flex: 1;
  padding: 0.5rem 1rem;
  font-size: 13px;
  text-align: center;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.entity-popup__actions .btn--pink {
  background: #F35395;
  color: white;
  border: 2px solid #F35395;
}

.entity-popup__actions .btn--pink:hover {
  background: #E92578;
  border-color: #E92578;
}

.entity-popup__actions .btn--outline {
  background: white;
  color: #F35395;
  border: 2px solid #F35395;
}

.entity-popup__actions .btn--outline:hover {
  background: #F35395;
  color: white;
}

.leaflet-left {
  display: none;
}

/* Draw control customization */
.leaflet-draw-toolbar a {
  background-color: white;
  border: 1px solid #ccc;
}

.leaflet-draw-toolbar a:hover {
  background-color: #f4f4f4;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .leaflet-control-zoom {
    margin-top: 60px;
  }
  .marker-icon {
    width: 28px;
    height: 28px;
  }
  .marker-svg {
    width: 14px;
    height: 14px;
  }
}
.leaflet-popup-content-wrapper {
  padding: 0;
}
.leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
  position: relative;
  z-index: 1;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .entity-popup__content {
  padding: 0;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .entity-popup__content .project-entity-teaser-wrapper {
  margin-bottom: 0;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .entity-popup__content .entity-teaser {
  margin-bottom: 0;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .entity-popup__content .entity-teaser .entity-teaser__title-row {
  flex-direction: column;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .entity-popup__content .entity-teaser--resource {
  flex-direction: column;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .entity-popup__content .entity-teaser--resource .entity-teaser__left {
  padding-bottom: 0;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .entity-popup__content .entity-teaser--resource .entity-teaser__header {
  flex-direction: column;
  align-items: flex-start;
}

.page-header {
  background: linear-gradient(135deg, rgba(243, 83, 149, 0.05) 0%, rgba(51, 165, 236, 0.05) 100%);
  padding: 0 0 32px;
  border-radius: 24px;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(243, 83, 149, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.page-header::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(243, 83, 149, 0.08) 0%, transparent 50%);
  border-radius: 50%;
  pointer-events: none;
}
.page-header::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(51, 165, 236, 0.06) 0%, transparent 50%);
  border-radius: 50%;
  pointer-events: none;
}
@media (max-width: 768px) {
  .page-header {
    padding-bottom: 32px;
    border-radius: 20px;
  }
}
.page-header__nav {
  position: absolute;
  top: 24px;
  right: 32px;
  display: flex;
  gap: 8px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 4px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  z-index: 10;
}
@media (max-width: 992px) {
  .page-header__nav {
    position: relative;
    top: auto;
    right: auto;
    margin: 24px 24px 0;
    width: calc(100% - 48px);
  }
}
@media (max-width: 768px) {
  .page-header__nav {
    margin: 16px 16px 0;
    width: calc(100% - 32px);
  }
}
.page-header__nav-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  text-decoration: none;
  color: #505050;
  background: transparent;
  border: none;
  border-radius: 8px;
  position: relative;
  transition: all 0.2s ease;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.page-header__nav-item:hover {
  color: #000000;
  background: rgba(80, 80, 80, 0.08);
  text-decoration: none;
}
.page-header__nav-item--active, .page-header__nav-item.active {
  background: #ffffff;
  color: #F02578;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.page-header__nav-item--active .page-header__nav-icon, .page-header__nav-item.active .page-header__nav-icon {
  color: #F35395;
}
@media (max-width: 480px) {
  .page-header__nav-item {
    flex: 1;
    justify-content: center;
    padding: 8px 12px;
    font-size: 13px;
  }
}
.page-header__nav-icon {
  font-size: 16px;
  transition: all 0.2s ease;
}
@media (max-width: 480px) {
  .page-header__nav-icon {
    font-size: 14px;
  }
}
.page-header__nav-label {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 480px) {
  .page-header__nav-label {
    display: none;
  }
}
.page-header__content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  padding: 48px 32px 0;
}
@media (max-width: 992px) {
  .page-header__content {
    flex-direction: column;
    gap: 24px;
    padding: 32px 24px 0;
  }
}
.page-header__main {
  flex: 1;
  display: flex;
  gap: 32px;
  align-items: center;
}
@media (max-width: 768px) {
  .page-header__main {
    flex-direction: column;
    text-align: center;
    gap: 24px;
  }
}
.page-header__text {
  flex: 1;
}
.page-header__actions {
  flex-shrink: 0;
  display: flex;
  gap: 12px;
  align-items: center;
}
@media (max-width: 768px) {
  .page-header__actions {
    justify-content: center;
  }
}
.page-header__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 12px 0;
  background: linear-gradient(135deg, #F02578 0%, #1593E1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .page-header__title {
    font-size: 2rem;
  }
}
.page-header__title--plain {
  background: none;
  -webkit-text-fill-color: initial;
  color: #000000;
}
.page-header__subtitle {
  font-size: 1.125rem;
  font-weight: 500;
  color: #333333;
  margin: 0 0 8px 0;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .page-header__subtitle {
    font-size: 1.1rem;
  }
}
.page-header__description {
  font-size: 0.875rem;
  color: #505050;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  .page-header__description {
    font-size: 0.875rem;
  }
}
.page-header__breadcrumb {
  margin-bottom: 16px;
}
.page-header__breadcrumb .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
}
.page-header--compact {
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.page-header--compact .page-header__content {
  padding: 32px 32px 0;
}
@media (max-width: 992px) {
  .page-header--compact .page-header__content {
    padding: 24px 24px 0;
  }
}
.page-header--compact .page-header__title {
  font-size: 2rem;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .page-header--compact .page-header__title {
    font-size: 1.75rem;
  }
}
.page-header--no-decoration::before, .page-header--no-decoration::after {
  display: none;
}
.page-header--centered .page-header__content {
  justify-content: center;
  text-align: center;
}
.page-header--centered .page-header__main {
  justify-content: center;
}

/**
 * @file
 * Artistycom Unified Messaging module styles using BEM methodology.
 */
.messages-page {
  padding: 0 0 64px 0;
}
.messages-page__header {
  margin: 0 42px;
}
.messages-page__title {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  letter-spacing: -0.02em;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .messages-page__title {
    font-size: 2rem;
  }
}
.messages-page__subtitle {
  font-size: 1.25rem;
  font-weight: 400;
  opacity: 0.95;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .messages-page__subtitle {
    font-size: 1.1rem;
  }
}
.messages-page__description {
  font-size: 1rem;
  opacity: 0.9;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .messages-page__description {
    font-size: 0.95rem;
  }
}

.messages-unified {
  height: calc(100vh - 180px);
  min-height: 500px;
  max-height: 900px;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
  margin: 42px;
}
.messages-unified__container {
  display: flex;
  height: 100%;
  position: relative;
  gap: 22px;
}
.messages-unified__sidebar {
  width: 380px;
  background: rgb(251.75, 251.75, 251.75);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.3s ease-in-out;
  align-self: flex-start;
}
@media (max-width: 768px) {
  .messages-unified__sidebar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    transform: translateX(0);
  }
  .messages-unified__sidebar.sidebar--hidden {
    transform: translateX(-100%);
  }
}
.messages-unified__header {
  padding: 24px 0;
  background: #ffffff;
}
.messages-unified__title {
  font-size: 1.375rem;
  font-weight: 600;
  color: #000000;
  margin: 0 0 24px 0;
}
.messages-unified__search {
  position: relative;
  /*
      &-input {

        width: 100%;
        padding: rem(12px) rem(16px) rem(12px) rem(44px);
        border: 2px solid transparent;
        border-radius: rem(12px);
        background: rgba($pink--500, 0.05);
        font-size: rem($btn-size);
        transition: all $transition-default;

        &:focus {
          outline: none;
          border-color: $pink--500;
          background: $bg-white;
          box-shadow: 0 0 0 4px rgba($pink--500, 0.1);
        }

        &::placeholder {
          color: $text-color-light-gray;
        }
      }

      &-icon {
        position: absolute;
        left: rem(16px);
        top: 50%;
        transform: translateY(-50%);
        color: $text-color-gray;
        pointer-events: none;
      }*/
}
.messages-unified__search input {
  border-color: #929293 !important;
}
.messages-unified__conversations {
  flex: 1;
  overflow-y: auto;
  border: 1px solid rgba(225, 232, 237, 0.5);
  border-radius: 8px;
  max-height: 766px;
}
.messages-unified__conversations::-webkit-scrollbar {
  width: 13px;
}
.messages-unified__conversations::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid transparent;
}
.messages-unified__conversations::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid transparent;
  background-clip: content-box;
  background-color: #999999;
}
@media (max-width: 767.98px) {
  .messages-unified__conversations {
    max-height: 300px;
  }
}
.messages-unified__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3.75rem 1.5rem;
  text-align: center;
}
.messages-unified__empty-icon {
  color: #999999;
  margin-bottom: 1.5rem;
  opacity: 0.5;
}
.messages-unified__empty-text {
  font-size: 1.3125rem;
  color: #505050;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.messages-unified__empty-subtext {
  font-size: 1rem;
  color: #999999;
}
.messages-unified__main {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: rgb(252.45, 252.45, 252.45);
  position: relative;
}
@media (max-width: 768px) {
  .messages-unified__main {
    width: 100%;
  }
}
.messages-unified__welcome {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
}
.messages-unified__welcome-content {
  text-align: center;
  max-width: 25rem;
}
.messages-unified__welcome-icon {
  margin-bottom: 2rem;
  color: #F35395;
  opacity: 0.2;
}
.messages-unified__welcome-title {
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.75rem;
}
.messages-unified__welcome-text {
  font-size: 1.3125rem;
  color: #505050;
}

.conversation-item {
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  cursor: pointer;
  transition: all 0.15s ease;
  position: relative;
  border-left: 3px solid transparent;
  border-bottom: 1px solid rgba(225, 232, 237, 0.5);
}
.conversation-item:last-child {
  border-bottom: unset;
}
.conversation-item:hover {
  background: rgba(243, 83, 149, 0.05);
}
.conversation-item--active {
  background: #FDE7F0;
  border-left-color: #F35395;
}
.conversation-item--active::after {
  opacity: 0;
}
.conversation-item--active .conversation-item__name {
  color: #F35395;
  font-weight: 600;
}
.conversation-item--unread .conversation-item__name {
  font-weight: 600;
}
.conversation-item--unread .conversation-item__preview {
  color: #333333;
  font-weight: 500;
}
.conversation-item--blocked {
  background: rgba(153, 153, 153, 0.03);
}
.conversation-item--blocked:hover {
  background: rgba(153, 153, 153, 0.06);
}
.conversation-item--blocked .conversation-item__name {
  color: #505050;
}
.conversation-item--blocked .conversation-item__preview {
  color: #999999;
  font-style: italic;
  opacity: 0.8;
}
.conversation-item__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  background: #EFEFEF;
  margin-right: 1rem;
}
.conversation-item__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.conversation-item__avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.conversation-item__avatar-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #F35395 0%, #F02578 100%);
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.conversation-item__content {
  flex: 1;
  min-width: 0;
}
.conversation-item__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.25rem;
}
.conversation-item__name {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.conversation-item__blocked-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.125rem 0.625rem;
  background: rgba(166, 12, 75, 0.1);
  color: #A60C4B;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 0.625rem;
  margin-left: 0.5rem;
  white-space: nowrap;
}
.conversation-item__blocked-badge--by-them {
  background: rgba(80, 80, 80, 0.1);
  color: #505050;
}
.conversation-item__time {
  font-size: 0.875rem;
  color: #999999;
  margin-left: 0.75rem;
  flex-shrink: 0;
}
.conversation-item__context {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: #F35395;
  margin-bottom: 0.25rem;
}
.conversation-item__context-icon {
  display: flex;
  align-items: center;
}
.conversation-item__preview {
  font-size: 1rem;
  color: #505050;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.4;
  margin-bottom: 0;
}
.conversation-item__badge {
  position: absolute;
  top: 20px;
  left: 18px;
  background: #ffffff;
  color: #F35395;
  border: 1px solid #F35395;
  font-weight: 700;
  padding: 4px;
  min-width: 1.5rem;
  line-height: 1;
  font-size: 12px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
}

.conversation-view {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(225, 232, 237, 0.5);
  border-radius: 8px;
}
.conversation-view__header {
  display: flex;
  align-items: center;
  padding: 16px;
  background: #ffffff;
  border-bottom: 1px solid rgba(225, 232, 237, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px 8px 0 0;
}
@media (max-width: 768px) {
  .conversation-view__header {
    padding: 1rem;
  }
}
.conversation-view__back {
  display: none;
  background: none;
  border: none;
  padding: 0.5rem;
  margin-right: 0.75rem;
  border-radius: 0.5rem;
  color: #505050;
  cursor: pointer;
  transition: all 0.15s ease;
}
.conversation-view__back:hover {
  background: rgba(243, 83, 149, 0.1);
  color: #F35395;
}
@media (max-width: 768px) {
  .conversation-view__back {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.conversation-view__info {
  display: flex;
  align-items: center;
  flex: 1;
}
.conversation-view__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  background: #EFEFEF;
  margin-right: 1rem;
}
.conversation-view__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.conversation-view__avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.conversation-view__avatar-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #F35395 0%, #F02578 100%);
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.conversation-view__details {
  flex: 1;
}
.conversation-view__name {
  font-size: 1.3125rem;
  font-weight: 600;
  color: #000000;
  margin: 0;
  line-height: 1.2;
}
.conversation-view__blocked-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.1875rem 0.75rem;
  background: rgba(166, 12, 75, 0.1);
  color: #A60C4B;
  font-size: 0.8125rem;
  font-weight: 500;
  border-radius: 0.625rem;
  margin-left: 0.75rem;
  vertical-align: middle;
}
.conversation-view__context {
  font-size: 0.875rem;
  color: #505050;
  margin-top: 0.125rem;
  margin-bottom: 0;
}
.conversation-view__context-label {
  color: #505050;
  font-weight: 400;
}
.conversation-view__context strong {
  color: #F35395;
  font-weight: 500;
}
.conversation-view__context-type {
  color: #999999;
  font-size: 0.75rem;
  font-style: italic;
}
.conversation-view__actions {
  display: flex;
  gap: 0.5rem;
  position: relative;
}
.conversation-view__action {
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  background: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #505050;
  cursor: pointer;
  transition: all 0.15s ease;
}
.conversation-view__action:hover {
  color: #F35395;
}
.conversation-view__messages {
  flex: 1;
  overflow-y: auto;
  position: relative;
}
.conversation-view__messages-inner {
  padding: 1.5rem;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.conversation-view__loading {
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.conversation-view__loading-dots {
  display: flex;
  gap: 0.25rem;
}
.conversation-view__loading-dots span {
  width: 0.5rem;
  height: 0.5rem;
  background: #F35395;
  border-radius: 50%;
  animation: loading-bounce 1.4s infinite ease-in-out both;
}
.conversation-view__loading-dots span:nth-child(1) {
  animation-delay: -0.32s;
}
.conversation-view__loading-dots span:nth-child(2) {
  animation-delay: -0.16s;
}
.conversation-view__form {
  padding: 1.25rem 1.5rem;
  background: #ffffff;
  border-top: 1px solid rgba(225, 232, 237, 0.5);
  border-radius: 0 0 8px 8px;
}
.conversation-view__input-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
  padding: 0.5rem 0.5rem 0.5rem 1.25rem;
  transition: all 0.2s ease;
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1.2;
  background-color: #ffffff !important;
  border: 0.5px solid #929293;
  color: #333333;
}
.conversation-view__input {
  flex: 1;
  min-height: 2.25rem;
  max-height: 7.5rem;
  padding: 0.5rem 0;
  border: none;
  background: none;
  resize: none;
  font-size: 1rem;
  line-height: 1.5;
  color: #000000;
}
.conversation-view__input:focus, .conversation-view__input:focus-visible {
  outline: none;
}
.conversation-view__input::-moz-placeholder {
  color: #999999;
}
.conversation-view__input::placeholder {
  color: #999999;
}
.conversation-view__form-actions {
  display: flex;
  gap: 0.25rem;
}
.conversation-view__attach-button, .conversation-view__send {
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.15s ease;
}
.conversation-view__attach-button {
  background: none;
  color: #505050;
  position: relative;
}
.conversation-view__attach-button:hover {
  background: rgba(243, 83, 149, 0.1);
  color: #F35395;
}
.conversation-view__file-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.conversation-view__send {
  background: #F35395;
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
}
.conversation-view__send:hover:not(:disabled) {
  background: #F02578;
  transform: scale(1.05);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.conversation-view__send:disabled {
  background: #999999;
  opacity: 0.5;
  cursor: not-allowed;
}
.conversation-view__send:active:not(:disabled) {
  transform: scale(0.95);
}
.conversation-view__file-preview {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.file-preview-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  background: rgba(243, 83, 149, 0.05);
  border: 1px solid rgba(243, 83, 149, 0.2);
  border-radius: 0.5rem;
  position: relative;
  max-width: 250px;
}
.file-preview-item:hover {
  background: rgba(243, 83, 149, 0.1);
}

.file-preview-image {
  width: 2.5rem;
  height: 2.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}

.file-preview-icon {
  font-size: 1.5rem;
  color: #A60C4B;
}

.file-preview-info {
  flex: 1;
  min-width: 0;
}

.file-preview-name {
  font-size: 0.875rem;
  font-weight: 500;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.file-preview-size {
  font-size: 0.75rem;
  color: #505050;
}

.file-preview-remove {
  position: absolute;
  top: -0.375rem;
  right: -0.375rem;
  width: 1.25rem;
  height: 1.25rem;
  border: none;
  background: #A60C4B;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.75rem;
  transition: all 0.15s ease;
}
.file-preview-remove:hover {
  transform: scale(1.1);
}

.conversation-view__blocked-notice {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: #eaeaea;
  border-top: 1px solid rgba(225, 232, 237, 0.3);
  text-align: center;
  gap: 1rem;
}
.conversation-view__blocked-notice--by-them {
  background: #e7e7e7;
}
.conversation-view__blocked-notice--by-me {
  background: #e7e7e7;
}
.conversation-view__blocked-notice-icon {
  width: 3.5rem;
  height: 3.5rem;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
}
.conversation-view__blocked-notice-icon svg {
  width: 1.75rem;
  height: 1.75rem;
}
.conversation-view__blocked-notice-text {
  font-size: 1rem;
  color: #333333;
  max-width: 25rem;
  line-height: 1.5;
}
.conversation-view__blocked-notice .btn-sm {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
.conversation-view__anonymous-notice {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: #f8f9fa;
  border-top: 1px solid rgba(225, 232, 237, 0.3);
  text-align: center;
  gap: 1rem;
}
.conversation-view__anonymous-notice-text {
  margin: 0;
  color: #505050;
  font-size: 0.875rem;
  line-height: 1.5;
}
.conversation-view__email-reply {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  transition: all 0.2s ease;
}
.conversation-view__email-reply i {
  font-size: 1rem;
}
.conversation-view__email-reply:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.conversation-view--blocked-by-me .conversation-view__messages {
  opacity: 0.7;
}
.conversation-view--blocked-by-me .conversation-view__messages .message:not(.message--own) .message__bubble {
  background: rgba(255, 255, 255, 0.7);
}
.conversation-view--blocked-by-them .conversation-view__messages .message--own {
  opacity: 0.7;
}
.conversation-view--blocked-by-them .conversation-view__messages .message--own .message__bubble {
  background: #F35395;
}

[data-unblock-user] {
  position: relative;
  overflow: hidden;
}
[data-unblock-user]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(243, 83, 149, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}
[data-unblock-user]:hover::after {
  width: 12.5rem;
  height: 12.5rem;
}

.message-date-separator {
  display: flex;
  align-items: center;
  margin: 1.5rem 0 1rem;
  position: relative;
}
.message-date-separator::before, .message-date-separator::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #E1E8ED;
}
.message-date-separator span {
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  color: #505050;
  margin: 0 1rem;
}

.message {
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
  animation: message-appear 0.15s ease ease-out;
}
.message--own {
  flex-direction: row-reverse;
}
.message--own .message__bubble {
  background: #F35395;
  color: #ffffff;
}
.message--own .message__meta {
  flex-direction: row-reverse;
}
.message--own .message__time {
  color: rgba(255, 255, 255, 0.8);
}
.message--deleted .message__content {
  opacity: 0.6;
}
.message--deleted .message__bubble {
  background: #f0f0f0 !important;
}
.message__avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  background: #EFEFEF;
}
.message__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.message__avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.message__avatar-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #F35395 0%, #F02578 100%);
  color: #ffffff;
  font-weight: 600;
  font-size: 12.8px;
  text-transform: uppercase;
}
.message__bubble {
  max-width: 70%;
  background: #FDE7F0;
  padding: 12px 20px 8px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  position: relative;
  transition: all 0.15s ease;
  min-width: 150px;
}
.message__bubble:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.message__bubble:hover .message__delete {
  opacity: 1;
}
.message__sender-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #F35395;
  margin-bottom: 0.25rem;
}
.message__content {
  word-wrap: break-word;
  line-height: 1.3;
  font-size: 1rem;
}
.message__content--deleted {
  font-style: italic;
  color: #929292;
}
.message__meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.25rem;
}
.message__time {
  font-size: 0.75rem;
  color: #999999;
}
.message__delete {
  background: none;
  border: none;
  padding: 0 4px;
  cursor: pointer;
  color: #d9d9d9;
  opacity: 0;
  transition: all 0.15s ease;
}
.message__delete:hover {
  color: #888888;
}
.message__attachments {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.message__attachment-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  transition: all 0.15s ease;
}
.message__attachment-link:hover {
  text-decoration: unset;
}
.message__attachment-link--image {
  display: block;
  max-width: 200px;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
}
.message__attachment-link--image:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transform: scale(1.02);
}
.message__attachment-link--image img {
  width: 100%;
  height: auto;
  display: block;
}
.message__attachment-link--file {
  padding: 0.5rem 0.75rem;
  background: rgba(243, 83, 149, 0.1);
  border-radius: 0.5rem;
  color: #000000;
}
.message__attachment-link--file:hover {
  background: rgba(243, 83, 149, 0.2);
}
.message__attachment-link--file i {
  color: #A60C4B;
  font-size: 1.125rem;
}
.message__attachment-name {
  font-size: 0.875rem;
  font-weight: 500;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.message__attachment-size {
  font-size: 0.75rem;
  color: #505050;
}
.message__attachment-audio {
  padding: 0.75rem;
  background: rgba(243, 83, 149, 0.05);
  border-radius: 0.5rem;
  min-width: 280px;
}
.message__attachment-audio .message__audio-player {
  width: 100%;
  height: 2.25rem;
  margin-bottom: 0.5rem;
}
.message__attachment-audio .message__audio-player::-webkit-media-controls-panel {
  background-color: rgba(243, 83, 149, 0.1);
}
.message__attachment-audio .message__attachment-name {
  font-size: 0.8125rem;
  color: #505050;
  text-align: center;
}

@keyframes loading-bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes message-appear {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.conversation-options-menu {
  position: absolute;
  background: #ffffff;
  border-radius: 0.75rem;
  min-width: 220px;
  overflow: hidden;
  z-index: 1000;
  animation: dropdown-appear 0.15s ease ease-out;
  border: 1px solid #333333;
}
.conversation-options-menu__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 8px 12px;
  font-size: 0.875rem;
  color: #333333;
  cursor: pointer;
  transition: all 0.15s ease;
  position: relative;
}
.conversation-options-menu__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  height: 1px;
  background: rgba(225, 232, 237, 0.2);
}
.conversation-options-menu__item:hover {
  background: rgba(243, 83, 149, 0.05);
}
.conversation-options-menu__item--danger {
  color: #A60C4B;
}
.conversation-options-menu__item--danger:hover {
  background: rgba(166, 12, 75, 0.05);
}

@keyframes dropdown-appear {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.contact-modal {
  padding: 0;
}
.contact-modal__header {
  text-align: center;
}
.contact-modal__header h2 {
  font-size: 1.375rem;
  font-weight: 700;
  color: #000000;
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
}
.contact-modal__header p {
  font-size: 1rem;
  color: #505050;
  margin: 0;
}
.contact-modal__content {
  padding: 2rem;
}
.contact-modal__blocked {
  padding: 3.75rem 2rem;
  text-align: center;
}
.contact-modal__blocked-icon {
  margin-bottom: 1.5rem;
  color: #A60C4B;
  opacity: 0.8;
}
.contact-modal__blocked-icon svg {
  width: 4rem;
  height: 4rem;
}
.contact-modal__blocked-text {
  font-size: 1.3125rem;
  color: #333333;
  margin-bottom: 2rem;
  line-height: 1.5;
}
.contact-modal__anonymous-fields {
  position: relative;
  overflow: hidden;
}
.contact-modal__anonymous-fields-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #F35395;
  margin-bottom: 1.25rem;
}
.contact-modal__anonymous-fields-title svg {
  width: 1.25rem;
  height: 1.25rem;
}
.contact-modal__anonymous-fields label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #333333;
}
.contact-modal__anonymous-fields label.required::after {
  content: " *";
  color: #A60C4B;
}
.contact-modal__anonymous-fields input {
  /*
  width: 100%;
  padding: rem(12px) rem(16px);
  border: 2px solid rgba($border-color, 0.5);
  border-radius: rem(12px);
  font-size: rem($btn-size);
  font-family: $font-family;
  background: $bg-white;
  transition: all $transition-default;

  &:focus {
    outline: none;
    border-color: $pink--500;
    background: $bg-white;
    box-shadow: 0 0 0 4px rgba($pink--500, 0.1);
  }

  &::placeholder {
    color: $text-color-light-gray;
  }

  &.error {
    border-color: $red-error;
    background: rgba($red-error, 0.02);
  }*/
}
.contact-modal__anonymous-fields .description {
  font-size: 0.8125rem;
  color: #505050;
  margin-top: 0.375rem;
  line-height: 1.4;
}
.contact-modal__message {
  /*
  width: 100%;
  min-height: rem(140px);
  padding: rem(16px);
  border: 2px solid rgba($border-color, 0.5);
  border-radius: rem(16px);
  font-size: rem($btn-size);
  font-family: $font-family;
  background: $bg-white;
  resize: vertical;
  transition: all $transition-default;
  line-height: 1.5;

  &:focus {
    outline: none;
    border-color: $pink--500;
    background: $bg-white;
    box-shadow: 0 0 0 4px rgba($pink--500, 0.1);
  }

  &::placeholder {
    color: $text-color-light-gray;
  }

  &.error {
    border-color: $red-error;
    background: rgba($red-error, 0.02);
  }*/
}
.contact-modal__context {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  gap: 1rem;
}
.contact-modal__context-icon {
  width: 3rem;
  height: 3rem;
  background: #F35395;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-modal__context-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.contact-modal__context-info {
  flex: 1;
}
.contact-modal__context-label {
  font-size: 0.8125rem;
  color: #505050;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.contact-modal__context-value {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000000;
  line-height: 1.3;
}
.contact-modal .form-item label {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #333333;
  margin-bottom: 0.5rem;
}
.contact-modal .form-item label.required::after {
  content: " *";
  color: #A60C4B;
  font-weight: 700;
}
.contact-modal .form-item .description {
  font-size: 0.875rem;
  color: #505050;
  margin-top: 0.375rem;
  font-style: italic;
}
.contact-modal__actions {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  margin-top: 2rem;
  padding-top: 1.5rem;
}
.contact-modal__actions .btn {
  padding: 0.75rem 1.75rem;
  border-radius: 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.15s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 7.5rem;
  justify-content: center;
  text-decoration: none;
}
.contact-modal__actions .btn-primary {
  background: linear-gradient(135deg, #F35395 0%, #F02578 100%);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(243, 83, 149, 0.3);
  position: relative;
  overflow: hidden;
}
.contact-modal__actions .btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
  transition: left 0.5s ease;
}
.contact-modal__actions .btn-primary:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(243, 83, 149, 0.4);
}
.contact-modal__actions .btn-primary:hover:not(:disabled)::before {
  left: 100%;
}
.contact-modal__actions .btn-primary:active:not(:disabled) {
  transform: translateY(0);
}
.contact-modal__actions .btn-primary:disabled {
  background: #999999;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.6;
}
.contact-modal__actions .btn-secondary {
  background: rgba(80, 80, 80, 0.1);
  color: #333333;
  border: 1px solid rgba(80, 80, 80, 0.2);
}
.contact-modal__actions .btn-secondary:hover {
  background: rgba(80, 80, 80, 0.15);
  border-color: rgba(80, 80, 80, 0.3);
}
.contact-modal__actions .btn-secondary:active {
  transform: scale(0.98);
}
.contact-modal .g-recaptcha {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  justify-content: center;
}
.contact-modal .messages--error {
  background: rgba(166, 12, 75, 0.1);
  border: 1px solid rgba(166, 12, 75, 0.3);
  color: #A60C4B;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
}

/*
.ui-dialog.contact-modal-dialog {
  border-radius: rem(24px);
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border: none;
  max-width: 90vw;
  animation: modal-appear 0.3s ease-out;
  padding: 0;
  .ui-dialog-titlebar {
    background: linear-gradient(135deg, $pink--500 0%, $pink--600 100%);
    border: none;
    padding: rem(20px) rem(24px);
    position: relative;

    &::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: rem(4px);
      background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    }
  }

  .ui-dialog-title {
    font-size: rem($h5-size);
    font-weight: $font-weight-semibold;
    color: $white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }

  .ui-dialog-content {
    width: 100%;
    background: $bg-white;
    max-height: 80vh;
    overflow-y: auto;
    padding: 1.5rem;
    @include custom-scrollbar;
  }

  .ui-dialog-titlebar-close {
    position: absolute;
    right: rem(20px);
    top: 50%;
    transform: translateY(-50%);
    width: rem(36px);
    height: rem(36px);
    border: none;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: all $transition-fast;
    display: flex;
    align-items: center;
    justify-content: center;

    &:hover {
      background: rgba(255, 255, 255, 0.3);
      transform: translateY(-50%) scale(1.1);
    }

    .ui-icon {
      width: rem(16px);
      height: rem(16px);
      background-image: none;
      position: relative;

      &::before,
      &::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: rem(16px);
        height: rem(2px);
        background: $white;
        border-radius: rem(2px);
      }

      &::before {
        transform: translate(-50%, -50%) rotate(45deg);
      }

      &::after {
        transform: translate(-50%, -50%) rotate(-45deg);
      }
    }
  }
}
*/
@keyframes modal-appear {
  from {
    opacity: 0;
    transform: scale(0.95) translateY(20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.conversation-item__anonymous-badge,
.conversation-view__anonymous-badge {
  display: inline-block;
  padding: 3px 7px;
  margin-left: 0.5rem;
  border: 1px solid #6b7280;
  color: #6b7280;
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 4px;
}

.messages-unified__toggle {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #F35395;
  color: #ffffff;
  border: none;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  z-index: 100;
  cursor: pointer;
  transition: all 0.15s ease;
}
.messages-unified__toggle:hover {
  transform: scale(1.1);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.messages-unified__toggle:active {
  transform: scale(0.95);
}
.messages-unified__toggle svg {
  width: 24px;
  height: 24px;
}
.messages-unified__toggle-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  background: #A60C4B;
  color: #ffffff;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
}
@media (max-width: 991.98px) {
  .messages-unified__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.messages-unified__mobile-header {
  display: none;
  padding: 16px 20px;
  background: #ffffff;
  border-bottom: 1px solid rgba(225, 232, 237, 0.3);
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 10;
}
@media (max-width: 991.98px) {
  .messages-unified__mobile-header {
    display: flex;
  }
}
.messages-unified__mobile-header-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000000;
  margin: 0;
}
.messages-unified__mobile-header-toggle {
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  color: #505050;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.messages-unified__mobile-header-toggle:hover {
  background: rgba(243, 83, 149, 0.1);
  color: #F35395;
}
.messages-unified__mobile-header-toggle svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 991.98px) {
  .messages-page {
    padding: 0;
  }
  .messages-page__header {
    margin: 0 20px;
  }
  .messages-unified {
    height: 100vh;
    max-height: none;
    border-radius: 0;
    margin: 0;
  }
  .messages-unified__container {
    gap: 0;
    position: relative;
    overflow: hidden;
  }
  .messages-unified__sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    z-index: 99;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: none;
    background: #ffffff;
  }
  .messages-unified__sidebar.sidebar--open {
    transform: translateX(0);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
  .messages-unified__sidebar::before {
    content: "";
    position: fixed;
    top: 0;
    right: -100vw;
    bottom: 0;
    width: 100vw;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
  }
  .messages-unified__sidebar.sidebar--open::before {
    opacity: 1;
    pointer-events: auto;
  }
  .messages-unified__header {
    padding: 20px;
    background: #ffffff;
    border-bottom: 1px solid rgba(225, 232, 237, 0.3);
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .messages-unified__title {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
  .messages-unified__conversations {
    max-height: calc(100vh - 180px);
    -webkit-overflow-scrolling: touch;
  }
  .messages-unified__main {
    width: 100%;
    position: relative;
  }
  .messages-unified:has(.conversation-view) .messages-unified__toggle {
    display: none;
  }
  .conversation-item {
    padding: 0.75rem 1.25rem;
  }
  .conversation-item__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    background: #EFEFEF;
    margin-right: 0.75rem;
  }
  .conversation-item__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .conversation-item__avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .conversation-item__avatar-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #F35395 0%, #F02578 100%);
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
  }
  .conversation-item__time {
    font-size: 0.75rem;
  }
  .conversation-item__preview {
    font-size: 0.875rem;
  }
  .conversation-item__name {
    font-size: 1rem;
  }
  .conversation-item__context {
    font-size: 0.75rem;
  }
  .conversation-view {
    position: fixed;
    top: 78px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 60;
  }
  .conversation-view__header {
    padding: 12px 16px;
  }
  .conversation-view__back {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .conversation-view__messages {
    height: calc(100% - 140px);
  }
  .conversation-view__messages-inner {
    padding: 1rem;
  }
  .conversation-view__form {
    padding: 0.75rem 1rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 1px solid rgba(225, 232, 237, 0.5);
  }
  .conversation-view__input-wrapper {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
  }
  .message__bubble {
    max-width: 85%;
    padding: 10px 16px 6px;
  }
  .message__avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    background: #EFEFEF;
  }
  .message__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .message__avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .message__avatar-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #F35395 0%, #F02578 100%);
    color: #ffffff;
    font-weight: 600;
    font-size: 11.2px;
    text-transform: uppercase;
  }
}
@media (max-width: 767.98px) {
  .messages-unified__conversations {
    max-height: calc(100vh - 160px);
  }
  .conversation-item {
    padding: 0.625rem 1rem;
  }
  .conversation-item__badge {
    min-width: 1.25rem;
    height: 1.25rem;
    font-size: 11px;
  }
  .conversation-view__messages {
    height: calc(100% - 120px);
  }
  .conversation-view__messages-inner {
    padding: 0.75rem;
  }
  .conversation-view__form {
    padding: 0.625rem 0.75rem;
  }
  .message {
    gap: 0.5rem;
  }
  .message__bubble {
    padding: 8px 14px 4px;
    font-size: 0.875rem;
  }
}
@media (max-width: 991.98px) {
  body.messages-sidebar-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
}

/* Location Autocomplete Styles - Matching Select2 */
.nominatim-address-widget {
  position: relative;
}

/* Location autocomplete wrapper */
.location-autocomplete-wrapper {
  position: relative;
  width: 100%;
  overflow: visible;
  min-height: 40px;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
}

/* Ensure the input is visible and editable */
.location-autocomplete-wrapper .location-autocomplete {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 1;
  width: 100%;
  height: 40px;
  padding: 14px 16px;
  border: 0.5px solid #2B3357;
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1.2;
  background-color: #ffffff !important;
  color: #333333;
  margin-top: 0;
  transition: border-color 0.3s ease;
}
@media (max-width: 767.98px) {
  .location-autocomplete-wrapper .location-autocomplete {
    font-size: 0.875rem;
    height: 42px;
    padding: 14px 16px;
  }
}
.location-autocomplete-wrapper .location-autocomplete:focus, .location-autocomplete-wrapper .location-autocomplete:focus-visible {
  outline: none;
  border-color: #770836;
}
.location-autocomplete-wrapper .location-autocomplete::-moz-placeholder {
  color: #999999;
  font-weight: 400;
  font-size: 1rem;
}
.location-autocomplete-wrapper .location-autocomplete::placeholder {
  color: #999999;
  font-weight: 400;
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .location-autocomplete-wrapper .location-autocomplete::-moz-placeholder {
    font-size: 0.875rem;
  }
  .location-autocomplete-wrapper .location-autocomplete::placeholder {
    font-size: 0.875rem;
  }
}
.location-autocomplete-wrapper .location-autocomplete[disabled] {
  background: #f5f5f5;
  cursor: not-allowed;
  opacity: 0.6;
}

/* Fix for modal forms */
.entity-form-modal .location-autocomplete-wrapper input[type=text] {
  pointer-events: auto !important;
  cursor: text !important;
}

/* Prevent the wrapper from being hidden */
.location-autocomplete-wrapper[type=hidden] {
  display: block !important;
  visibility: visible !important;
}

/* Autocomplete dropdown - matching Select2 dropdown */
.location-autocomplete-dropdown {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important;
  max-height: 240px;
  overflow-y: auto;
  background: #fff;
  border: 0.5px solid #2B3357;
  border-top: none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 9999999;
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
.location-autocomplete-dropdown::-webkit-scrollbar {
  width: 10px;
}
.location-autocomplete-dropdown::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid transparent;
}
.location-autocomplete-dropdown::-webkit-scrollbar-thumb {
  border: 3px solid transparent;
  background-clip: content-box;
  background-color: #F78EBA;
  border-radius: 10000px;
}

/* When dropdown is open */
.location-autocomplete-wrapper.autocomplete-open .location-autocomplete {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #33A5EC;
  background-color: #F8F7FD;
  box-shadow: 0 0 0 3px rgba(51, 165, 236, 0.1);
}
.location-autocomplete-wrapper.autocomplete-open .location-autocomplete-dropdown {
  display: block;
  border-color: #33A5EC;
}

/* Autocomplete items - matching Select2 options */
.autocomplete-item {
  font-size: 0.875em;
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border-bottom: 1px solid rgba(43, 51, 87, 0.1);
}
.autocomplete-item:last-child {
  border-bottom: none;
}
.autocomplete-item:hover, .autocomplete-item.selected {
  background-color: #F571A7 !important;
}
.autocomplete-item.highlighted {
  background-color: #e3f2fd !important;
  color: inherit !important;
}

.autocomplete-main {
  font-weight: 500;
  color: #333333;
  margin-bottom: 2px;
  font-size: 0.875em;
}

.autocomplete-sub {
  font-size: 0.75em;
  color: #505050;
  line-height: 1.2;
}

/* Loading, no results, error states */
.autocomplete-loading,
.autocomplete-no-results,
.autocomplete-error {
  color: #505050;
  font-style: italic;
  padding: 8px 12px;
  text-align: center;
  font-size: 0.875em;
}

.autocomplete-error {
  color: #A60C4B;
}

/* Focus state matching entity forms */
.entity-form .location-autocomplete-wrapper .location-autocomplete:focus-within {
  border-color: #33A5EC;
  background-color: #F8F7FD;
  box-shadow: 0 0 0 3px rgba(51, 165, 236, 0.1);
}

/* Mobile optimizations */
@media (max-width: 767.98px) {
  .location-autocomplete {
    font-size: 16px; /* Prevent zoom on iOS */
  }
  .location-autocomplete-dropdown {
    max-height: 200px;
  }
  .location-autocomplete-dropdown .autocomplete-item {
    padding: 10px 12px;
  }
  .location-autocomplete-dropdown .autocomplete-item .autocomplete-main {
    font-size: 0.875em;
  }
  .location-autocomplete-dropdown .autocomplete-item .autocomplete-sub {
    font-size: 0.75em;
  }
}
/* Dropdown positioning for above placement */
.location-autocomplete-dropdown--above {
  top: auto !important;
  bottom: 100% !important;
  border-top: 0.5px solid #2B3357;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
}

/* Integration with entity forms */
.entity-form .location-autocomplete-wrapper,
.modal-profile-form .location-autocomplete-wrapper,
.user-login-form .location-autocomplete-wrapper,
.user-register-form .location-autocomplete-wrapper,
.explore-filters-form .location-autocomplete-wrapper {
  width: 100%;
}
.entity-form .location-autocomplete-wrapper label,
.modal-profile-form .location-autocomplete-wrapper label,
.user-login-form .location-autocomplete-wrapper label,
.user-register-form .location-autocomplete-wrapper label,
.explore-filters-form .location-autocomplete-wrapper label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #ff006e;
  margin-bottom: 6px;
}
@media (max-width: 767.98px) {
  .entity-form .location-autocomplete-wrapper label,
  .modal-profile-form .location-autocomplete-wrapper label,
  .user-login-form .location-autocomplete-wrapper label,
  .user-register-form .location-autocomplete-wrapper label,
  .explore-filters-form .location-autocomplete-wrapper label {
    font-size: 13px;
  }
}
.entity-form .location-autocomplete-wrapper label .form-required,
.modal-profile-form .location-autocomplete-wrapper label .form-required,
.user-login-form .location-autocomplete-wrapper label .form-required,
.user-register-form .location-autocomplete-wrapper label .form-required,
.explore-filters-form .location-autocomplete-wrapper label .form-required {
  margin-left: 4px;
}

/* Loading state */
.location-autocomplete-wrapper.is-loading .location-autocomplete {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27%3E%3Cpath fill=%27%23999%27 d=%27M10 3v2a5 5 0 0 0 0 10v2a7 7 0 1 1 0-14z%27%3E%3Canimate attributeName=%27transform%27 type=%27rotate%27 from=%270 10 10%27 to=%27360 10 10%27 dur=%271s%27 repeatCount=%27indefinite%27/%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}

.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
}
.pager__items {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pager__item {
  margin: 0;
}
.pager__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 10px;
  border: 1px solid #F35395;
  border-radius: 16px;
  background-color: #F35395;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.2s ease;
}
.pager__item a:hover {
  background-color: #F02578;
  border-color: #F02578;
  transform: translateY(-1px);
}
.pager__item a:active {
  transform: translateY(0);
}
.pager__item.is-active a {
  background-color: transparent;
  border-color: #F35395;
  color: #F35395;
  font-weight: 600;
  cursor: default;
}
.pager__item.is-active a:hover {
  background-color: transparent;
  border-color: #F35395;
  color: #F35395;
  transform: none;
}
.pager__item--first a, .pager__item--previous a, .pager__item--next a, .pager__item--last a {
  padding: 0;
  width: 32px;
}
.pager__item--first a span[aria-hidden=true], .pager__item--previous a span[aria-hidden=true], .pager__item--next a span[aria-hidden=true], .pager__item--last a span[aria-hidden=true] {
  font-size: 0;
}
.pager__item--first a span[aria-hidden=true]::before, .pager__item--previous a span[aria-hidden=true]::before, .pager__item--next a span[aria-hidden=true]::before, .pager__item--last a span[aria-hidden=true]::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  display: inline-block;
}
.pager__item--first a span[aria-hidden=true]::before {
  content: "\f100";
}
.pager__item--previous a span[aria-hidden=true]::before {
  content: "\f104";
}
.pager__item--next a span[aria-hidden=true]::before {
  content: "\f105";
}
.pager__item--last a span[aria-hidden=true]::before {
  content: "\f101";
}
.pager__item--ellipsis {
  color: #F571A7;
  padding: 0 6px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 14px;
  line-height: 32px;
}
.pager .visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
@media (max-width: 576px) {
  .pager__items {
    gap: 4px;
  }
  .pager__item a {
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    font-size: 12px;
  }
  .pager__item--first a, .pager__item--previous a, .pager__item--next a, .pager__item--last a {
    width: 28px;
  }
  .pager__item--first a span[aria-hidden=true]::before, .pager__item--previous a span[aria-hidden=true]::before, .pager__item--next a span[aria-hidden=true]::before, .pager__item--last a span[aria-hidden=true]::before {
    font-size: 11px;
  }
}
@media (max-width: 400px) {
  .pager__item:not(.is-active):not(.pager__item--first):not(.pager__item--previous):not(.pager__item--next):not(.pager__item--last):not(.pager__item--ellipsis):nth-child(n+6):nth-last-child(n+6) {
    display: none;
  }
}

.pager--outline .pager__item a {
  background-color: transparent;
  color: #F35395;
}
.pager--outline .pager__item a:hover {
  background-color: #FDE7F0;
  border-color: #F02578;
  color: #F02578;
}
.pager--outline .pager__item.is-active a {
  background-color: #F35395;
  color: #ffffff;
}
.pager--outline .pager__item.is-active a:hover {
  background-color: #F35395;
  color: #ffffff;
}

.form-item-show-recurrences {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.75rem;
  background: #f8f4fc;
  border-left: 4px solid #8a3db3;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
}
.form-item-show-recurrences > label {
  display: flex;
  align-items: flex-start;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  margin: 0;
  width: calc(100% - 42px);
  margin-left: 6px;
}
.form-item-show-recurrences > label .form-checkbox,
.form-item-show-recurrences > label input[type=checkbox] {
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
}
.form-item-show-recurrences .description {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.4;
}

.fc-event-recurring::after {
  content: " ↑";
  font-weight: bold;
}

.category-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.category-badge--green {
  background-color: #4CAF50;
  color: white;
}
.category-badge--blue {
  background-color: #33A5EC;
  color: white;
}

.blog-listing__hero {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .blog-listing__hero {
    min-height: 300px;
  }
}
.blog-listing__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.blog-listing__hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-listing__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
  z-index: 2;
}
.blog-listing__hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 3rem 0;
}
.blog-listing__hero-category {
  margin-bottom: 1rem;
}
.blog-listing__hero-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.blog-listing__hero-title a {
  color: white;
  text-decoration: none;
  font-size: 25px;
}
.blog-listing__hero-title a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .blog-listing__hero-title {
    font-size: 2rem;
  }
}
.blog-listing__hero-excerpt {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1rem;
  max-width: 800px;
}
@media (max-width: 768px) {
  .blog-listing__hero-excerpt {
    font-size: 1rem;
  }
}
.blog-listing__hero-date {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
}
.blog-listing__header {
  background-color: #f8f9fa;
  padding: 3rem 0;
  text-align: center;
}
.blog-listing__header--with-hero {
  padding: 2rem 0;
  background-color: white;
  border-bottom: 1px solid #e0e0e0;
}
.blog-listing__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
}
.blog-listing__header--with-hero .blog-listing__title {
  font-size: 2rem;
}
.blog-listing__description {
  font-size: 1.125rem;
  color: #666;
  margin-top: 1rem;
  margin-bottom: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.blog-listing__search {
  background-color: #f8f9fa;
  padding: 3rem 0;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 991.98px) {
  .blog-listing__search {
    padding: 2rem 0;
  }
}
.blog-listing__content {
  padding: 3rem 0;
}
.blog-listing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .blog-listing__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .blog-listing__grid {
    grid-template-columns: 1fr;
  }
}
.blog-listing__pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 576px) {
  .blog-listing__pagination {
    flex-direction: column;
    gap: 1rem;
  }
}
.blog-listing__count {
  font-size: 0.875rem;
  color: #666;
}
.blog-listing__empty {
  text-align: center;
  padding: 3rem 0;
  color: #666;
}

.blog-teaser {
  background: white;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog-teaser:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.blog-teaser__image {
  position: relative;
  padding-top: 60%;
  overflow: hidden;
}
.blog-teaser__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-teaser__content {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-teaser__category {
  margin-bottom: 0.75rem;
}
.blog-teaser__title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.blog-teaser__title a {
  color: inherit;
  text-decoration: none;
}
.blog-teaser__title a:hover {
  color: #33A5EC;
}
.blog-teaser__date {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 0.75rem;
}
.blog-teaser__excerpt {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #555;
  flex: 1;
}

.blog-article__header {
  position: relative;
  background-color: #f8f9fa;
  padding-bottom: 3rem;
}
.blog-article__hero-image {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  margin-bottom: 2rem;
}
.blog-article__hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-article__breadcrumb {
  margin-bottom: 2rem;
}
.blog-article__back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #666;
  text-decoration: none;
  font-size: 0.875rem;
}
.blog-article__back:hover {
  color: #33A5EC;
}
.blog-article__category {
  margin-bottom: 1rem;
}
.blog-article__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .blog-article__title {
    font-size: 2rem;
  }
}
.blog-article__meta {
  display: flex;
  gap: 2rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  color: #666;
}
.blog-article__share {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.blog-article__share-label {
  font-size: 0.875rem;
  font-weight: 600;
}
.blog-article__share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #f0f0f0;
  color: #333;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.blog-article__share-link:hover {
  background-color: #33A5EC;
  color: white;
}
.blog-article__body {
  padding: 3rem 0;
}
.blog-article__sidebar {
  position: sticky;
  top: 2rem;
}
@media (max-width: 992px) {
  .blog-article__sidebar {
    position: static;
    margin-bottom: 3rem;
  }
}
.blog-article__sidebar-title {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
  color: #333;
}
.blog-article__related {
  margin-bottom: 2rem;
}
.blog-article__related-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e0e0e0;
}
.blog-article__related-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.blog-article__related-image {
  flex-shrink: 0;
  width: 80px;
  height: 60px;
  overflow: hidden;
  border-radius: 0.25rem;
}
.blog-article__related-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-article__related-content {
  flex: 1;
}
.blog-article__related-title {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.25rem;
}
.blog-article__related-title a {
  color: inherit;
  text-decoration: none;
}
.blog-article__related-title a:hover {
  color: #33A5EC;
}
.blog-article__related-date {
  font-size: 0.75rem;
  color: #666;
}
.blog-article__more-link {
  display: inline-block;
  font-size: 0.875rem;
  color: #33A5EC;
  text-decoration: none;
  font-weight: 600;
}
.blog-article__more-link:hover {
  text-decoration: underline;
}
.blog-article__no-related {
  font-size: 0.875rem;
  color: #666;
}
.blog-article__content {
  font-size: 1.125rem;
  line-height: 1.8;
}
.blog-article__content h2, .blog-article__content h3, .blog-article__content h4, .blog-article__content h5, .blog-article__content h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.blog-article__content p {
  margin-bottom: 1.5rem;
}
.blog-article__content img {
  max-width: 100%;
  height: auto;
  margin: 2rem 0;
}
.blog-article__content blockquote {
  margin: 2rem 0;
  padding: 1.5rem;
  background-color: #f8f9fa;
  border-left: 4px solid #33A5EC;
  font-style: italic;
}
.blog-article__content ul, .blog-article__content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.blog-article__content li {
  margin-bottom: 0.5rem;
}

.blog-article__hero {
  position: relative;
  height: 60vh;
  min-height: 400px;
  max-height: 600px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .blog-article__hero {
    height: 40vh;
    min-height: 300px;
  }
}
.blog-article__hero + .blog-article__header {
  margin-top: -150px;
}
@media (max-width: 991.98px) {
  .blog-article__hero + .blog-article__header {
    margin-top: -80px;
  }
}
.blog-article__header--no-image {
  padding-top: 5rem;
  background-color: #f8f9fa;
}
.blog-article__header-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.blog-article__excerpt {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #666;
  margin: 1.5rem 0;
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .blog-article__excerpt {
    font-size: 1.125rem;
  }
}
.blog-article__meta-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 991.98px) {
  .blog-article__meta-wrapper {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.blog-article__author-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.blog-article__author-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.blog-article__author-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-article__author-avatar-placeholder {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #33A5EC;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.25rem;
}
.blog-article__author-avatar-placeholder--large {
  width: 80px;
  height: 80px;
  font-size: 2rem;
}
.blog-article__author-details {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.blog-article__author {
  font-weight: 600;
  color: #333;
  margin-bottom: 0.25rem;
}
.blog-article__date {
  font-size: 0.875rem;
  color: #666;
}
.blog-article__reading-time {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #666;
  font-size: 0.875rem;
}
.blog-article__share-buttons {
  display: flex;
  gap: 0.5rem;
}
.blog-article__share-link--linkedin {
  background-color: #0077b5;
  color: white;
}
.blog-article__share-link--linkedin:hover {
  background-color: #005885;
  color: white;
}
.blog-article__share-link--twitter {
  background-color: #1da1f2;
  color: white;
}
.blog-article__share-link--twitter:hover {
  background-color: #0c85d0;
  color: white;
}
.blog-article__share-link--facebook {
  background-color: #1877f2;
  color: white;
}
.blog-article__share-link--facebook:hover {
  background-color: #0c5bbf;
  color: white;
}
.blog-article__content-wrapper {
  background: white;
  border-radius: 10px;
  padding: 3rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991.98px) {
  .blog-article__content-wrapper {
    padding: 2rem 1.5rem;
  }
}
.blog-article__content {
  font-size: 1.25rem;
  line-height: 1.9;
}
@media (max-width: 991.98px) {
  .blog-article__content {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.blog-article__content h2 {
  font-size: 2.25rem;
  margin-top: 3.5rem;
  margin-bottom: 2rem;
  font-weight: 700;
}
.blog-article__content h3 {
  font-size: 1.75rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.blog-article__content p {
  margin-bottom: 2rem;
  color: #333;
}
.blog-article__content blockquote {
  position: relative;
  padding: 2rem;
  margin: 2.5rem 0;
  background: #f8f9fa;
  border-left: 4px solid #33A5EC;
  font-style: italic;
  font-size: 1.125rem;
}
.blog-article__content blockquote:before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 4rem;
  color: #33A5EC;
  opacity: 0.3;
}
.blog-article__content img {
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.blog-article__footer {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #e0e0e0;
}
.blog-article__tags {
  margin-bottom: 2rem;
}
.blog-article__tags .field--name-field-tags {
  display: inline-flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.blog-article__tags a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #f0f0f0;
  border-radius: 20px;
  color: #666;
  text-decoration: none;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}
.blog-article__tags a:hover {
  background: #33A5EC;
  color: white;
}
.blog-article__cta {
  background: linear-gradient(135deg, #33A5EC 0%, rgb(97.6547085202, 185.5829596413, 240.3452914798) 100%);
  border-radius: 10px;
  padding: 3rem;
  text-align: center;
  color: white;
}
.blog-article__cta h3 {
  color: white;
  margin-bottom: 1rem;
}
.blog-article__cta p {
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
.blog-article__cta .btn {
  background: white;
  color: #33A5EC;
}
.blog-article__cta .btn:hover {
  background: #f0f0f0;
}
@media (max-width: 1199.98px) {
  .blog-article__sidebar {
    margin-top: 3rem;
  }
}
.blog-article__author-card, .blog-article__newsletter-card {
  background: white;
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.blog-article__author-bio {
  text-align: center;
}
.blog-article__author-bio-avatar {
  margin: 0 auto 1rem;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.blog-article__author-bio-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-article__author-bio-name {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.blog-article__author-bio-text {
  color: #666;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.blog-article__author-bio-link {
  color: #33A5EC;
  text-decoration: none;
  font-weight: 500;
}
.blog-article__author-bio-link:hover {
  text-decoration: underline;
}
.blog-article__related-section {
  background: white;
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.blog-article__newsletter-card {
  text-align: center;
}
.blog-article__newsletter-card h3 {
  margin: 1rem 0;
}
.blog-article__newsletter-card p {
  color: #666;
  margin-bottom: 1.5rem;
}
.blog-article__newsletter-icon {
  font-size: 3rem;
  color: #33A5EC;
  margin-bottom: 1rem;
}
.blog-article__newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blog-article__newsletter-form input {
  padding: 0.75rem 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 0.875rem;
}
.blog-article__newsletter-form input:focus {
  outline: none;
  border-color: #33A5EC;
}
.blog-article__newsletter-form button {
  padding: 0.75rem;
}

.breadcrumb-wrapper {
  left: 0;
  right: 0;
  padding: 1rem 0;
  z-index: 1;
}
.breadcrumb-wrapper .container {
  position: relative;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 0.875rem;
  align-items: center;
  --bs-breadcrumb-divider: "";
}
.breadcrumb-item {
  display: flex;
  align-items: center;
  padding-left: 0 !important;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: none;
}
.breadcrumb-item:not(:last-child)::after {
  display: inline-block;
  padding: 0 0.75rem;
  color: #F78EBA;
  content: "›";
  font-weight: 400;
  font-size: 1.2rem;
}
.breadcrumb-item a {
  color: #F35395;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  padding: 0.25rem 0;
  position: relative;
}
.breadcrumb-item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #F35395;
  transition: width 0.3s ease;
}
.breadcrumb-item a:hover {
  color: #D40F60;
}
.breadcrumb-item a:hover::before {
  width: 100%;
}
.breadcrumb-item a:hover .fa-home {
  transform: scale(1.1);
}
.breadcrumb-item a .fa-home {
  font-size: 1rem;
  margin-right: 0.5rem;
  transition: transform 0.3s ease;
  color: #F35395;
}
.breadcrumb-item.active {
  color: #D40F60;
  font-weight: 600;
}
.breadcrumb-item.active span {
  position: relative;
  padding: 0.25rem 0;
}
@media (max-width: 576px) {
  .breadcrumb {
    font-size: 0.8125rem;
  }
  .breadcrumb .breadcrumb-text {
    display: none;
  }
  .breadcrumb .fa-home {
    margin-right: 0;
  }
  .breadcrumb-item:not(:last-child)::after {
    padding: 0 0.5rem;
  }
}

@keyframes breadcrumbSlideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.breadcrumb-wrapper {
  animation: breadcrumbSlideIn 0.5s ease-out;
}

.path-user .breadcrumb-wrapper {
  background-color: #f5f5f5;
}

.path-blog .breadcrumb-wrapper,
.page-node-type-page .breadcrumb-wrapper,
.path-account .breadcrumb-wrapper {
  position: absolute;
  top: 80px;
}
.path-blog .breadcrumb-item a,
.page-node-type-page .breadcrumb-item a,
.path-account .breadcrumb-item a {
  color: white;
}
.path-blog .breadcrumb-item a:hover,
.page-node-type-page .breadcrumb-item a:hover,
.path-account .breadcrumb-item a:hover {
  color: white;
}
.path-blog .breadcrumb-item.active,
.page-node-type-page .breadcrumb-item.active,
.path-account .breadcrumb-item.active {
  color: white;
}
.path-blog .breadcrumb-item a .fa-home,
.page-node-type-page .breadcrumb-item a .fa-home,
.path-account .breadcrumb-item a .fa-home {
  color: white;
}
.path-blog .breadcrumb-item:not(:last-child)::after,
.page-node-type-page .breadcrumb-item:not(:last-child)::after,
.path-account .breadcrumb-item:not(:last-child)::after {
  color: white;
}

.profile-search {
  background: #ffffff;
  padding: 18px 8px;
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid #D0D0D0;
  border-radius: 60px;
  z-index: 1;
  position: relative;
}
.profile-search.home-search {
  z-index: 2;
  top: -64px;
}
@media (max-width: 991.98px) {
  .profile-search {
    padding: 20px 20px;
    border-radius: 30px;
  }
}
@media (max-width: 767.98px) {
  .profile-search {
    padding: 15px;
    border-radius: 20px;
  }
}
.profile-search__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .profile-search__container {
    padding: 0;
    flex-direction: column;
    gap: 15px;
  }
}
.profile-search__text {
  text-align: center;
}
.profile-search__text__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 41px;
  color: #333333;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .profile-search__text__title {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (max-width: 767.98px) {
  .profile-search__text__title {
    font-size: 16px;
    line-height: 24px;
  }
}
.profile-search__text__text {
  color: #505050;
  font-size: 12px;
  font-weight: 500;
}
.profile-search__form {
  display: flex;
  gap: 20px;
  align-items: center;
  background-color: #EFEFEF;
  border-radius: 50px;
  flex-grow: 1;
}
@media (max-width: 991.98px) {
  .profile-search__form {
    flex-direction: column;
    gap: 15px;
    padding: 15px;
    border-radius: 25px;
    width: 100%;
  }
}
.profile-search__input {
  position: relative;
  flex: 1;
  padding: 12px 20px;
  border: unset;
  border-radius: 25px;
  font-size: 14px;
  background-color: transparent;
}
.profile-search__input:focus-visible {
  outline: none;
}
@media (max-width: 991.98px) {
  .profile-search__input {
    width: 100%;
    visibility: visible;
    background-color: white;
    border: 1px solid #ddd;
  }
}
.profile-search__filters {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 991.98px) {
  .profile-search__filters {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 767.98px) {
  .profile-search__filters {
    flex-direction: row;
    justify-content: space-between;
  }
}
.profile-search__filter {
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  border: unset;
  background: transparent;
  color: #F35395;
}
.profile-search__filter:focus-visible, .profile-search__filter:hover {
  outline: none;
}
@media (max-width: 991.98px) {
  .profile-search__filter {
    width: 100%;
    background-color: white;
    border: 1px solid #ddd;
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .profile-search__filter {
    width: auto;
    flex: 1;
    padding: 8px 16px;
    font-size: 13px;
  }
}
.profile-search__button {
  padding: 12px 30px;
  background: #F35395;
  color: white;
  border: none;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .profile-search__button {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .profile-search__button {
    width: auto;
    padding: 10px 24px;
    font-size: 13px;
  }
}
.profile-search__button:hover {
  background: rgb(239.6739130435, 35.3260869565, 119.6195652174);
}

.blog-listing__search .profile-search {
  max-width: 900px;
}
.blog-listing__search .profile-search__text__title {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #666;
  text-align: center;
}
@media (max-width: 767.98px) {
  .blog-listing__search .profile-search__text__title {
    font-size: 0.75rem;
  }
}

.search-interactive {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.search-interactive__trigger {
  position: relative;
  width: 100%;
  padding: 1.5rem 2rem;
  background: white;
  border: 2px solid transparent;
  border-radius: 100px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.search-interactive__trigger:hover {
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
  border-color: #33A5EC;
}
.search-interactive__trigger:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(51, 165, 236, 0.05), transparent);
  transition: left 0.8s ease;
}
.search-interactive__trigger:hover:before {
  left: 100%;
}
@media (max-width: 991.98px) {
  .search-interactive__trigger {
    padding: 1.25rem 1.5rem;
  }
}
.search-interactive__trigger-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.search-interactive__icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #33A5EC, rgb(97.6547085202, 185.5829596413, 240.3452914798));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.25rem;
  transition: transform 0.3s ease;
}
@media (max-width: 767.98px) {
  .search-interactive__icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}
.search-interactive__trigger:hover .search-interactive__icon {
  transform: scale(1.1) rotate(10deg);
}
.search-interactive__text {
  flex: 1;
  text-align: left;
}
.search-interactive__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.25rem;
}
@media (max-width: 767.98px) {
  .search-interactive__title {
    font-size: 1rem;
  }
}
.search-interactive__subtitle {
  font-size: 0.875rem;
  color: #666;
}
@media (max-width: 767.98px) {
  .search-interactive__subtitle {
    font-size: 0.75rem;
  }
}
.search-interactive__cta {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #33A5EC;
  font-weight: 600;
  font-size: 0.875rem;
}
.search-interactive__cta i {
  transition: transform 0.3s ease;
}
.search-interactive__trigger:hover .search-interactive__cta i {
  transform: translateX(3px);
}
@media (max-width: 767.98px) {
  .search-interactive__cta {
    display: none;
  }
}
.search-interactive--active .search-interactive__trigger {
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
  border-color: #33A5EC;
}
.search-interactive--active .search-interactive__form {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.search-interactive__form {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 1rem;
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
  padding: 2rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 100;
}
@media (max-width: 991.98px) {
  .search-interactive__form {
    padding: 1.5rem;
  }
}
.search-interactive__form-inner form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.search-interactive__input-group {
  position: relative;
}
.search-interactive__input {
  width: 100%;
  padding: 1rem 1.5rem;
  padding-left: 3rem;
  border: 2px solid #e0e0e0;
  border-radius: 50px;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.search-interactive__input:focus {
  outline: none;
  border-color: #33A5EC;
  box-shadow: 0 0 0 3px rgba(51, 165, 236, 0.1);
}
.search-interactive__input::-moz-placeholder {
  color: #999;
}
.search-interactive__input::placeholder {
  color: #999;
}
.search-interactive__input-icon {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
}
.search-interactive__filters {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .search-interactive__filters {
    flex-direction: column;
  }
}
.search-interactive__filter {
  flex: 1;
  min-width: 150px;
  padding: 0.75rem 1.25rem;
  border: 2px solid #e0e0e0;
  border-radius: 50px;
  font-size: 0.875rem;
  transition: all 0.3s ease;
  background: white;
  cursor: pointer;
}
.search-interactive__filter:focus {
  outline: none;
  border-color: #33A5EC;
  box-shadow: 0 0 0 3px rgba(51, 165, 236, 0.1);
}
.search-interactive__filter:hover {
  border-color: #33A5EC;
}
.search-interactive__submit {
  padding: 1rem 2rem;
  background: linear-gradient(135deg, #33A5EC, rgb(97.6547085202, 185.5829596413, 240.3452914798));
  color: white;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.search-interactive__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(51, 165, 236, 0.3);
}
.search-interactive__submit:active {
  transform: translateY(0);
}
.search-interactive__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 32px;
  height: 32px;
  background: #f0f0f0;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.search-interactive__close:hover {
  background: #e0e0e0;
  transform: rotate(90deg);
}
.search-interactive__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 99;
}
.search-interactive__overlay--active {
  opacity: 1;
  visibility: visible;
}

.blog-listing__search .search-interactive__title {
  color: #666;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.blog-listing__search .search-interactive__subtitle {
  display: none;
}

.hero-search .search-interactive {
  max-width: 1000px;
}
.hero-search .search-interactive__trigger {
  padding: 2rem 2.5rem;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media (max-width: 991.98px) {
  .hero-search .search-interactive__trigger {
    padding: 1.5rem 2rem;
  }
}
.hero-search .search-interactive__title {
  font-size: 1.5rem;
  background: linear-gradient(135deg, #33A5EC, #33A5EC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width: 991.98px) {
  .hero-search .search-interactive__title {
    font-size: 1.25rem;
  }
}
.hero-search .search-interactive__subtitle {
  font-size: 1rem;
}
@media (max-width: 991.98px) {
  .hero-search .search-interactive__subtitle {
    font-size: 0.875rem;
  }
}
.hero-search .search-interactive__icon {
  width: 60px;
  height: 60px;
  font-size: 1.5rem;
}
@media (max-width: 991.98px) {
  .hero-search .search-interactive__icon {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
}

.search-dual {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.search-dual__container {
  background: white;
  border-radius: 30px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  padding: 2rem;
}
@media (max-width: 991.98px) {
  .search-dual__container {
    padding: 1.5rem;
    border-radius: 20px;
  }
}
.search-dual__header {
  text-align: center;
  margin-bottom: 2rem;
}
.search-dual__title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5rem;
}
@media (max-width: 991.98px) {
  .search-dual__title {
    font-size: 1.5rem;
  }
}
.search-dual__subtitle {
  font-size: 1.125rem;
  color: #666;
}
@media (max-width: 991.98px) {
  .search-dual__subtitle {
    font-size: 1rem;
  }
}
.search-dual__paths {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  align-items: stretch;
}
@media (max-width: 1199.98px) {
  .search-dual__paths {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.search-dual__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1199.98px) {
  .search-dual__divider {
    display: none;
  }
}
.search-dual__divider-line {
  width: 1px;
  height: 100%;
  background: #e0e0e0;
  position: relative;
}
.search-dual__divider-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 0.5rem 1rem;
  color: #999;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.search-dual__mobile-divider {
  display: none;
  text-align: center;
  margin: 1.5rem 0;
  position: relative;
}
@media (max-width: 1199.98px) {
  .search-dual__mobile-divider {
    display: block;
  }
}
.search-dual__mobile-divider:before, .search-dual__mobile-divider:after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% - 40px);
  height: 1px;
  background: #e0e0e0;
}
.search-dual__mobile-divider:before {
  left: 0;
}
.search-dual__mobile-divider:after {
  right: 0;
}
.search-dual__mobile-divider span {
  background: white;
  padding: 0 1rem;
  color: #999;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.search-dual__path {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.search-dual__path-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.search-dual__path-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .search-dual__path-icon {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
}
.search-dual__path-icon--explore {
  background: linear-gradient(135deg, #33A5EC, rgb(97.6547085202, 185.5829596413, 240.3452914798));
  color: white;
}
.search-dual__path-icon--events {
  background: linear-gradient(135deg, #33A5EC, rgb(97.6547085202, 185.5829596413, 240.3452914798));
  color: white;
}
.search-dual__path-info {
  flex: 1;
}
.search-dual__path-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.25rem;
}
@media (max-width: 767.98px) {
  .search-dual__path-title {
    font-size: 1.125rem;
  }
}
.search-dual__path-description {
  font-size: 0.875rem;
  color: #666;
}
.search-dual__form {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.search-dual__input-group {
  position: relative;
}
.search-dual__input {
  width: 100%;
  padding: 1rem 1.5rem;
  padding-left: 3rem;
  border: 2px solid #e0e0e0;
  border-radius: 50px;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.search-dual__input:focus {
  outline: none;
  border-color: #33A5EC;
  box-shadow: 0 0 0 3px rgba(51, 165, 236, 0.1);
}
.search-dual__input--events:focus {
  border-color: #33A5EC;
  box-shadow: 0 0 0 3px rgba(51, 165, 236, 0.1);
}
.search-dual__input-icon {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
}
.search-dual__options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.search-dual__option {
  padding: 0.5rem 1rem;
  background: #f0f0f0;
  border: 2px solid transparent;
  border-radius: 25px;
  font-size: 0.875rem;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
}
.search-dual__option:hover {
  background: #e0e0e0;
}
.search-dual__option input[type=radio],
.search-dual__option input[type=checkbox] {
  display: none;
}
input:checked + .search-dual__option {
  background: #33A5EC;
  color: white;
  border-color: #33A5EC;
}
input:checked + .search-dual__option--events {
  background: #33A5EC;
  color: white;
  border-color: #33A5EC;
}
.search-dual__location {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
@media (max-width: 767.98px) {
  .search-dual__location {
    flex-direction: column;
  }
}
.search-dual__location-input {
  flex: 1;
  padding: 0.75rem 1rem;
  border: 2px solid #e0e0e0;
  border-radius: 25px;
  font-size: 0.875rem;
}
.search-dual__location-input:focus {
  outline: none;
  border-color: #33A5EC;
}
.search-dual__location-range {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #666;
}
.search-dual__location-range select {
  padding: 0.5rem 1rem;
  border: 2px solid #e0e0e0;
  border-radius: 20px;
  font-size: 0.875rem;
  cursor: pointer;
}
.search-dual__location-range select:focus {
  outline: none;
  border-color: #33A5EC;
}
.search-dual__submit {
  padding: 1rem 2rem;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.search-dual__submit--explore {
  background: linear-gradient(135deg, #33A5EC, rgb(97.6547085202, 185.5829596413, 240.3452914798));
  color: white;
}
.search-dual__submit--explore:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(51, 165, 236, 0.3);
}
.search-dual__submit--events {
  background: linear-gradient(135deg, #33A5EC, rgb(97.6547085202, 185.5829596413, 240.3452914798));
  color: white;
}
.search-dual__submit--events:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(51, 165, 236, 0.3);
}
.search-dual__quick-links {
  margin-top: 1rem;
}
@media (max-width: 1199.98px) {
  .search-dual__quick-links {
    display: none;
  }
}
.search-dual__quick-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #999;
  margin-bottom: 0.5rem;
}
.search-dual__quick-items {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.search-dual__quick-link {
  font-size: 0.875rem;
  color: #666;
  text-decoration: none;
  padding: 0.25rem 0.75rem;
  background: #f8f9fa;
  border-radius: 15px;
  transition: all 0.3s ease;
}
.search-dual__quick-link:hover {
  background: #e0e0e0;
  color: #333;
}

.block-talents .search-dual {
  margin-top: -50px;
}
@media (max-width: 991.98px) {
  .block-talents .search-dual {
    margin-top: -30px;
  }
}

.search-blog {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991.98px) {
  .search-blog {
    padding: 1.5rem;
  }
}
.search-blog__form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.search-blog__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  text-align: center;
}
@media (max-width: 991.98px) {
  .search-blog__title {
    font-size: 1.25rem;
  }
}
.search-blog__inputs {
  display: flex;
  gap: 1rem;
  align-items: stretch;
}
@media (max-width: 991.98px) {
  .search-blog__inputs {
    flex-direction: column;
  }
}
.search-blog__search-wrapper {
  position: relative;
  flex: 1;
}
.search-blog__icon {
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
}
.search-blog__input {
  width: 100%;
  padding: 1rem 1.25rem;
  padding-left: 3rem;
  border: 2px solid #e0e0e0;
  border-radius: 50px;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.search-blog__input:focus {
  outline: none;
  border-color: #33A5EC;
  box-shadow: 0 0 0 3px rgba(51, 165, 236, 0.1);
}
.search-blog__input::-moz-placeholder {
  color: #999;
}
.search-blog__input::placeholder {
  color: #999;
}
.search-blog__select {
  padding: 1rem 1.5rem;
  border: 2px solid #e0e0e0;
  border-radius: 50px;
  font-size: 1rem;
  background-color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 200px;
}
@media (max-width: 991.98px) {
  .search-blog__select {
    width: 100%;
  }
}
.search-blog__select:focus {
  outline: none;
  border-color: #33A5EC;
  box-shadow: 0 0 0 3px rgba(51, 165, 236, 0.1);
}
.search-blog__submit {
  padding: 1rem 2rem;
  background: linear-gradient(135deg, #33A5EC, rgb(20.1076233184, 140.7533632287, 215.8923766816));
  color: white;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.search-blog__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(51, 165, 236, 0.3);
}
.search-blog__tags {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .search-blog__tags {
    gap: 0.5rem;
  }
}
.search-blog__tags-label {
  font-size: 0.875rem;
  color: #666;
  font-weight: 500;
}
.search-blog__tag {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #f0f0f0;
  border-radius: 25px;
  font-size: 0.875rem;
  color: #666;
  text-decoration: none;
  transition: all 0.3s ease;
}
.search-blog__tag:hover {
  background: #33A5EC;
  color: white;
  transform: translateY(-1px);
}

.search-unified {
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  /*
  &__button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1rem 2rem;
    border: none;
    border-radius: 100px;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;

    @include bs.media-breakpoint-down(sm) {
      padding: 0.875rem 1.5rem;
      font-size: 0.875rem;
    }

    // Animated background
    &-bg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      transition: all 0.3s ease;
    }

    &-content {
      position: relative;
      display: flex;
      align-items: center;
      gap: 0.5rem;
      z-index: 1;
    }

    i {
      font-size: 1.125rem;
      transition: transform 0.3s ease;
    }

    &--explore {
      .search-unified__button-bg {
        background: linear-gradient(135deg, $primary-color, color.adjust($primary-color, $lightness: 10%));
      }

      color: white;

      &:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba($primary-color, 0.3);

        .search-unified__button-bg {
          transform: scale(1.05);
        }

        i {
          transform: scale(1.1);
        }
      }
    }

    &--events {
      .search-unified__button-bg {
        background: linear-gradient(135deg, $blue--500, color.adjust($blue--500, $lightness: 10%));
      }

      color: white;

      &:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba($blue--500, 0.3);

        .search-unified__button-bg {
          transform: scale(1.05);
        }

        i {
          transform: scale(1.1);
        }
      }
    }

  } */
}
.search-unified__glow {
  position: absolute;
  top: -20%;
  left: -10%;
  right: -10%;
  bottom: -20%;
  background: radial-gradient(circle at center, rgba(51, 165, 236, 0.1) 0%, transparent 70%);
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
}
.search-unified__container {
  position: relative;
  background: white;
  border-radius: 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  padding: 48px;
  overflow: hidden;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1199.98px) {
  .search-unified__container {
    gap: 26px;
    padding: 32px;
    box-shadow: unset;
  }
}
.search-unified__container:before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(51, 165, 236, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .search-unified__container {
    padding: 22px;
    border-radius: 16px;
  }
}
.search-unified__header {
  text-align: center;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 1;
}
.search-unified__title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #424242;
  margin-bottom: 0.5rem;
}
@media (max-width: 767.98px) {
  .search-unified__title {
    font-size: 1.75rem;
  }
}
.search-unified__subtitle {
  font-size: 1.125rem;
  color: #777;
  margin: 0;
}
.search-unified__content {
  position: relative;
  z-index: 1;
}
.search-unified__form-search {
  width: 100%;
}
.search-unified__input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.search-unified__input {
  width: 100%;
  padding: 16px 66px 16px 24px;
  border: 1px solid #dbdbdb;
  border-radius: 100px;
  font-size: 1.125rem;
  background: #f8f9fa;
  transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
  .search-unified__input {
    padding: 10px 55px 10px 24px;
    font-size: 1rem;
  }
}
.search-unified__input:focus {
  outline: none;
  border-color: #33A5EC;
  background: white;
}
.search-unified__input::-moz-placeholder {
  color: #aaa;
}
.search-unified__input::placeholder {
  color: #aaa;
}
.search-unified__search-button {
  position: absolute;
  right: 8px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #33A5EC;
  border: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
  .search-unified__search-button {
    width: 34px;
    height: 34px;
    right: 6px;
  }
}
@media (max-width: 767.98px) {
  .search-unified__search-button {
    width: 34px;
    height: 34px;
  }
}
.search-unified__search-button i {
  font-size: 20px;
}
@media (max-width: 1199.98px) {
  .search-unified__search-button i {
    font-size: 16px;
  }
}
.search-unified__search-button:hover {
  background: rgb(20.1076233184, 140.7533632287, 215.8923766816);
  transform: scale(1.05);
}
.search-unified__search-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(51, 165, 236, 0.3);
}
.search-unified__input-line {
  position: absolute;
  bottom: 0;
  left: 2rem;
  right: 2rem;
  height: 2px;
  background: linear-gradient(90deg, transparent, #33A5EC, transparent);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.search-unified__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
@media (max-width: 1199.98px) {
  .search-unified__actions {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .search-unified__actions {
    flex-direction: column;
    gap: 1rem;
  }
}
.search-unified__form {
  flex: 1;
  max-width: 250px;
}
.search-unified__button {
  text-decoration: none;
}
.search-unified__button:hover {
  text-decoration: none;
  color: white;
}
.search-unified__button-content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .search-unified__button {
    justify-content: center;
  }
}
.search-unified__divider {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .search-unified__divider {
    width: 100%;
    max-width: 200px;
  }
}
.search-unified__divider-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e0e0e0, transparent);
}
.search-unified__divider-text {
  font-size: 0.75rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.block-creations-ia .search-unified {
  margin-top: -157px;
  margin-bottom: 56px;
}
@media (max-width: 1199.98px) {
  .block-creations-ia .search-unified {
    margin-top: 0;
    margin-bottom: 32px;
  }
}

.block-talents .search-unified {
  margin-top: -157px;
  margin-bottom: 56px;
}
@media (max-width: 1199.98px) {
  .block-talents .search-unified {
    margin-top: 0;
    margin-bottom: 32px;
  }
}

.search-simple {
  max-width: 600px;
  margin: 0 auto;
}
.search-simple__form {
  width: 100%;
}
.search-simple__container {
  position: relative;
}
.search-simple__container:hover .search-simple__bar {
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
}
.search-simple__bar {
  position: relative;
  display: flex;
  align-items: stretch;
  background: white;
  border-radius: 100px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
}
.search-simple__input-wrapper {
  position: relative;
  flex: 1;
}
.search-simple__icon {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
  z-index: 1;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .search-simple__icon {
    left: 18px;
  }
}
.search-simple__input {
  width: 100%;
  padding: 1.25rem 2rem;
  padding-left: 3.5rem;
  border: none;
  font-size: 1.0625rem;
  background: transparent;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .search-simple__input {
    font-size: 1rem;
    padding: 16px 24px;
    padding-left: 52px;
  }
}
.search-simple__input:focus {
  outline: none;
}
.search-simple__input::-moz-placeholder {
  color: #aaa;
}
.search-simple__input::placeholder {
  color: #aaa;
}
.search-simple__focus-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #33A5EC, rgb(144.3094170404, 206.1659192825, 244.6905829596));
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: all 0.3s ease;
}
.search-simple__button {
  position: relative;
  padding: 0 2rem;
  border: none;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  min-width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .search-simple__button {
    padding: 0;
    min-width: 50px;
    width: 50px;
  }
}
.search-simple__button-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #33A5EC, rgb(27.6726457399, 154.7085201794, 233.8273542601));
  transform: translateX(0);
  transition: transform 0.3s ease;
  z-index: 0;
}
.search-simple__button-text {
  position: relative;
  color: white;
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: 1;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .search-simple__button-text {
    font-size: 0.875rem;
  }
}
.search-simple__button-icon {
  position: relative;
  color: white;
  font-size: 0.875rem;
  z-index: 1;
  transition: all 0.3s ease;
  transform: translateX(0);
}
@media (max-width: 767.98px) {
  .search-simple__button-icon {
    font-size: 1.125rem;
  }
}
.search-simple__button:active {
  transform: scale(0.98);
}

.blog-listing__search .search-simple__bar {
  background: linear-gradient(to right, white 0%, #fafbfc 100%);
}

.institutional-hero {
  position: relative;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(135deg, #F35395 0%, #33A5EC 100%);
}
@media (min-width: 768px) {
  .institutional-hero {
    min-height: 300px;
  }
}
@media (min-width: 992px) {
  .institutional-hero {
    min-height: 350px;
  }
}
.institutional-hero.has-background {
  min-height: 270px;
}
@media (min-width: 768px) {
  .institutional-hero.has-background {
    min-height: 300px;
  }
}
@media (min-width: 992px) {
  .institutional-hero.has-background {
    min-height: 415px;
  }
}
.institutional-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.institutional-hero.has-background {
  background: linear-gradient(135deg, rgba(243, 83, 149, 0.1) 0%, rgba(51, 165, 236, 0.1) 100%);
}
.institutional-hero.has-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}
.institutional-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 2rem 0;
}
.institutional-hero__background + .institutional-hero__content {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.institutional-hero__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
  color: #fff;
}
@media (min-width: 768px) {
  .institutional-hero__title {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .institutional-hero__title {
    font-size: 3.5rem;
  }
}
.institutional-hero.has-background .institutional-hero__title {
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
.institutional-hero__subtitle {
  font-size: 1.125rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
  opacity: 0.9;
}
@media (min-width: 768px) {
  .institutional-hero__subtitle {
    font-size: 1.25rem;
  }
}
.institutional-hero__subtitle p {
  margin-bottom: 0.5rem;
}
.institutional-hero__subtitle p:last-child {
  margin-bottom: 0;
}
.institutional-hero__scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  opacity: 0.7;
  animation: bounce 2s infinite;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.institutional-hero__scroll-indicator:hover {
  opacity: 1;
}
.institutional-hero__scroll-indicator svg {
  width: 32px;
  height: 32px;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}
.institutional-content {
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .institutional-content {
    padding: 5rem 0;
  }
}

.institutional-blocks .institutional-block {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .institutional-blocks .institutional-block {
    margin-bottom: 4rem;
  }
}
.institutional-blocks .institutional-block:last-child {
  margin-bottom: 0;
}

.paragraph-text__content {
  font-size: 1.125rem;
  line-height: 1.7;
}
.paragraph-text__content h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #212529;
}
@media (min-width: 768px) {
  .paragraph-text__content h2 {
    font-size: 2.5rem;
  }
}
.paragraph-text__content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  color: #212529;
}
@media (min-width: 768px) {
  .paragraph-text__content h3 {
    font-size: 1.75rem;
  }
}
.paragraph-text__content h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #495057;
}
.paragraph-text__content p {
  margin-bottom: 1.25rem;
}
.paragraph-text__content p:last-child {
  margin-bottom: 0;
}
.paragraph-text__content ul, .paragraph-text__content ol {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}
.paragraph-text__content ul li, .paragraph-text__content ol li {
  margin-bottom: 0.5rem;
}
.paragraph-text__content blockquote {
  margin: 2rem 0;
  padding-left: 1.5rem;
  border-left: 4px solid #F35395;
  font-style: italic;
  color: #495057;
}
.paragraph-text.text-center {
  text-align: center;
}
.paragraph-text.text-right {
  text-align: right;
}
.paragraph-text.bg-light-pink {
  background-color: rgba(243, 83, 149, 0.05);
  padding: 3rem 2rem;
  border-radius: 0.5rem;
}
.paragraph-text.bg-light-blue {
  background-color: rgba(51, 165, 236, 0.05);
  padding: 3rem 2rem;
  border-radius: 0.5rem;
}
.paragraph-text.bg-light-gray {
  background-color: #f8f9fa;
  padding: 3rem 2rem;
  border-radius: 0.5rem;
}

.paragraph-gallery .gallery-grid {
  display: grid;
  gap: 1.5rem;
}
.paragraph-gallery .gallery-grid .gallery-item-wrapper {
  overflow: hidden;
  border-radius: 0.375rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  position: relative;
}
.paragraph-gallery .gallery-grid .gallery-item-wrapper:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.paragraph-gallery .gallery-grid .gallery-item-wrapper .field--name-field-images .field__item {
  height: 100%;
}
.paragraph-gallery .gallery-grid .gallery-item-wrapper img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.paragraph-gallery .gallery-grid .gallery-item-wrapper a {
  text-decoration: none !important;
  display: block;
  height: 100%;
}
.paragraph-gallery.gallery-cols-2 .gallery-grid {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767.98px) {
  .paragraph-gallery.gallery-cols-2 .gallery-grid {
    grid-template-columns: 1fr;
  }
}
.paragraph-gallery.gallery-cols-3 .gallery-grid {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991.98px) {
  .paragraph-gallery.gallery-cols-3 .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .paragraph-gallery.gallery-cols-3 .gallery-grid {
    grid-template-columns: 1fr;
  }
}
.paragraph-gallery.gallery-cols-4 .gallery-grid {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1199.98px) {
  .paragraph-gallery.gallery-cols-4 .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991.98px) {
  .paragraph-gallery.gallery-cols-4 .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .paragraph-gallery.gallery-cols-4 .gallery-grid {
    grid-template-columns: 1fr;
  }
}
.paragraph-gallery.gallery-style-masonry .gallery-grid {
  display: block;
  -moz-columns: 3;
       columns: 3;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
@media (max-width: 991.98px) {
  .paragraph-gallery.gallery-style-masonry .gallery-grid {
    -moz-columns: 2;
         columns: 2;
  }
}
@media (max-width: 767.98px) {
  .paragraph-gallery.gallery-style-masonry .gallery-grid {
    -moz-columns: 1;
         columns: 1;
  }
}
.paragraph-gallery.gallery-style-masonry .gallery-grid .field__item {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 1.5rem;
}
.paragraph-gallery.gallery-style-carousel .gallery-carousel {
  position: relative;
}
.paragraph-gallery.gallery-style-carousel .gallery-carousel .gallery-item-wrapper {
  cursor: pointer;
}
.paragraph-gallery.gallery-style-carousel .gallery-carousel .gallery-item-wrapper img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.375rem;
}
.paragraph-gallery.gallery-style-carousel .gallery-carousel .gallery-item-wrapper a {
  text-decoration: none !important;
  display: block;
}
.paragraph-gallery.gallery-style-carousel .gallery-carousel .swiper-pagination {
  position: relative;
  margin-top: 1.5rem;
}
.paragraph-gallery.gallery-style-carousel .gallery-carousel .swiper-button-prev,
.paragraph-gallery.gallery-style-carousel .gallery-carousel .swiper-button-next {
  color: #F35395;
}
.paragraph-gallery.gallery-style-carousel .gallery-carousel .swiper-button-prev::after,
.paragraph-gallery.gallery-style-carousel .gallery-carousel .swiper-button-next::after {
  font-size: 2rem;
}

.paragraph-media__wrapper {
  margin: 0;
}
.paragraph-media__item img, .paragraph-media__item video {
  max-width: 100%;
  height: auto;
  border-radius: 0.375rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.paragraph-media__caption {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #6c757d;
  text-align: center;
  font-style: italic;
}
.paragraph-media.media-full_width .paragraph-media__item {
  width: 100%;
}
@media (min-width: 768px) {
  .paragraph-media.media-left {
    float: left;
    margin-right: 2rem;
    margin-bottom: 1rem;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .paragraph-media.media-right {
    float: right;
    margin-left: 2rem;
    margin-bottom: 1rem;
    max-width: 50%;
  }
}
.paragraph-media.media-center {
  text-align: center;
}
.paragraph-media.media-center .paragraph-media__item {
  display: inline-block;
  max-width: 80%;
}
@media (max-width: 767.98px) {
  .paragraph-media.media-center .paragraph-media__item {
    max-width: 100%;
  }
}

.paragraph-cta {
  position: relative;
  padding: 3rem 2rem;
  text-align: center;
  overflow: hidden;
  border-radius: 1.5rem;
  margin: 4rem 0;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .paragraph-cta {
    padding: 4rem 3rem;
  }
}
@media (min-width: 992px) {
  .paragraph-cta {
    padding: 5rem 4rem;
  }
}
.paragraph-cta:hover {
  transform: translateY(-4px) scale(1.01);
}
.paragraph-cta:hover .btn-cta {
  transform: scale(1.05);
}
.paragraph-cta__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.paragraph-cta__background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.paragraph-cta__content {
  position: relative;
  z-index: 1;
}
.paragraph-cta__title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #212529;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .paragraph-cta__title {
    font-size: 2.75rem;
  }
}
.paragraph-cta__background + .paragraph-cta__content .paragraph-cta__title {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.paragraph-cta__description {
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
  color: #495057;
  line-height: 1.6;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .paragraph-cta__description {
    font-size: 1.375rem;
  }
}
.paragraph-cta__background + .paragraph-cta__content .paragraph-cta__description {
  color: #fff;
  opacity: 0.95;
}
.paragraph-cta__button .btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem 1rem 2.5rem;
  font-weight: 700;
  font-size: 1.125rem;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}
.paragraph-cta__button .btn-cta .btn-text {
  position: relative;
  z-index: 1;
}
.paragraph-cta__button .btn-cta .btn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.paragraph-cta__button .btn-cta .btn-arrow svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}
.paragraph-cta__button .btn-cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}
.paragraph-cta__button .btn-cta:hover {
  padding-right: 2.5rem;
  padding-left: 2rem;
}
.paragraph-cta__button .btn-cta:hover .btn-arrow {
  background: rgba(255, 255, 255, 0.3);
  transform: translateX(5px);
}
.paragraph-cta__button .btn-cta:hover .btn-arrow svg {
  transform: translateX(3px);
}
.paragraph-cta__button .btn-cta:hover::before {
  width: 300px;
  height: 300px;
}
.paragraph-cta.cta-primary {
  background: linear-gradient(135deg, rgba(243, 83, 149, 0.05) 0%, rgba(243, 83, 149, 0.02) 50%, rgba(240, 37, 120, 0.05) 100%);
  border: 1px solid rgba(243, 83, 149, 0.15);
  position: relative;
}
.paragraph-cta.cta-primary::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(243, 83, 149, 0.1) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.paragraph-cta.cta-primary:hover::before {
  opacity: 1;
}
.paragraph-cta.cta-primary .paragraph-cta__title {
  color: #F02578;
  position: relative;
}
.paragraph-cta.cta-primary .paragraph-cta__title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #F35395, transparent);
  border-radius: 2px;
}
.paragraph-cta.cta-primary .paragraph-cta__description {
  color: #495057;
}
.paragraph-cta.cta-primary .btn-cta {
  background: linear-gradient(135deg, #F35395 0%, #F02578 100%);
  color: #fff;
  border: none;
  box-shadow: 0 4px 15px rgba(243, 83, 149, 0.3);
}
.paragraph-cta.cta-primary .btn-cta:hover {
  box-shadow: 0 6px 20px rgba(243, 83, 149, 0.4);
  background: linear-gradient(135deg, #F02578 0%, #D40F60 100%);
}
.paragraph-cta.cta-secondary {
  background: linear-gradient(135deg, rgba(51, 165, 236, 0.05) 0%, rgba(51, 165, 236, 0.02) 50%, rgba(21, 147, 225, 0.05) 100%);
  border: 1px solid rgba(51, 165, 236, 0.15);
  position: relative;
}
.paragraph-cta.cta-secondary::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(51, 165, 236, 0.1) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.paragraph-cta.cta-secondary:hover::before {
  opacity: 1;
}
.paragraph-cta.cta-secondary .paragraph-cta__title {
  color: #1593E1;
  position: relative;
}
.paragraph-cta.cta-secondary .paragraph-cta__title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #33A5EC, transparent);
  border-radius: 2px;
}
.paragraph-cta.cta-secondary .paragraph-cta__description {
  color: #495057;
}
.paragraph-cta.cta-secondary .btn-cta {
  background: linear-gradient(135deg, #33A5EC 0%, #1593E1 100%);
  color: #fff;
  border: none;
  box-shadow: 0 4px 15px rgba(51, 165, 236, 0.3);
}
.paragraph-cta.cta-secondary .btn-cta:hover {
  box-shadow: 0 6px 20px rgba(51, 165, 236, 0.4);
  background: linear-gradient(135deg, #1593E1 0%, #127BBC 100%);
}
.paragraph-cta.cta-gradient {
  background: #fff;
  position: relative;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
  border: none;
}
.paragraph-cta.cta-gradient::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 1.5rem;
  background: linear-gradient(135deg, #F35395 0%, #33A5EC 100%);
  z-index: -1;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.paragraph-cta.cta-gradient::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1.5rem;
  background: #fff;
  z-index: -1;
}
.paragraph-cta.cta-gradient:hover::before {
  opacity: 1;
}
.paragraph-cta.cta-gradient .paragraph-cta__title {
  background: linear-gradient(135deg, #F02578 0%, #1593E1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}
.paragraph-cta.cta-gradient .paragraph-cta__title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #F35395, #33A5EC);
  border-radius: 2px;
}
.paragraph-cta.cta-gradient .paragraph-cta__description {
  color: #495057;
}
.paragraph-cta.cta-gradient .btn-cta {
  background: linear-gradient(135deg, #F35395 0%, #33A5EC 100%);
  color: #fff;
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: visible;
}
.paragraph-cta.cta-gradient .btn-cta::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: linear-gradient(135deg, #F35395 0%, #33A5EC 100%);
  opacity: 0.5;
  filter: blur(20px);
  z-index: -1;
  transition: all 0.3s ease;
}
.paragraph-cta.cta-gradient .btn-cta:hover {
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
}
.paragraph-cta.cta-gradient .btn-cta:hover::after {
  width: 120%;
  height: 120%;
  opacity: 0.7;
  filter: blur(25px);
}

.paragraph-accordion {
  margin-bottom: 3rem;
}
.paragraph-accordion:last-child {
  margin-bottom: 0;
}
.paragraph-accordion .accordion {
  border: none;
}
.paragraph-accordion .accordion .field__items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.paragraph-accordion .accordion-item {
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
}
.paragraph-accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.paragraph-accordion .accordion-item.active {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-color: rgba(243, 83, 149, 0.3);
}
.paragraph-accordion .accordion-header {
  margin-bottom: 0;
}
.paragraph-accordion .accordion-button {
  background-color: #fff;
  color: #343a40;
  font-weight: 600;
  font-size: 1.125rem;
  padding: 1.25rem 3rem 1.25rem 1.5rem;
  border: none;
  box-shadow: none;
  width: 100%;
  text-align: left;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.paragraph-accordion .accordion-button:hover {
  background-color: rgba(243, 83, 149, 0.02);
}
.paragraph-accordion .accordion-button:not(.collapsed) {
  background-color: rgba(243, 83, 149, 0.05);
  color: #F35395;
}
.paragraph-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  color: #F35395;
}
.paragraph-accordion .accordion-button:focus {
  box-shadow: none;
  outline: none;
}
.paragraph-accordion .accordion-button::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  transition: transform 0.3s ease, color 0.3s ease;
}
.paragraph-accordion .accordion-body {
  padding: 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #495057;
}
.paragraph-accordion .accordion-body p:last-child {
  margin-bottom: 0;
}

.institutional-contact-section {
  margin: 3rem 0;
}
.institutional-contact-section .contact-info h2 {
  color: #F02578;
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .institutional-contact-section .contact-info h2 {
    font-size: 2.5rem;
  }
}
.institutional-contact-section .contact-info .lead {
  font-size: 1.125rem;
  color: #495057;
  line-height: 1.6;
}
.institutional-contact-section .contact-info .contact-details .contact-item h4 {
  color: #212529;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.institutional-contact-section .contact-info .contact-details .contact-item p {
  color: #6c757d;
  margin-bottom: 0;
}

.institutional-blocks-before {
  margin-bottom: 4rem;
}

.institutional-contact-form {
  max-width: 100%;
  margin: 0;
}
.institutional-contact-form .webform .form-item,
.institutional-contact-form .webform-submission-form .form-item {
  margin-bottom: 1.5rem;
}
.institutional-contact-form .webform label,
.institutional-contact-form .webform-submission-form label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #495057;
  display: block;
}
.institutional-contact-form .webform .form-control,
.institutional-contact-form .webform input[type=text],
.institutional-contact-form .webform input[type=email],
.institutional-contact-form .webform input[type=tel],
.institutional-contact-form .webform textarea,
.institutional-contact-form .webform-submission-form .form-control,
.institutional-contact-form .webform-submission-form input[type=text],
.institutional-contact-form .webform-submission-form input[type=email],
.institutional-contact-form .webform-submission-form input[type=tel],
.institutional-contact-form .webform-submission-form textarea {
  border-radius: 0.375rem;
  border: 1px solid #dee2e6;
  padding: 0.75rem 1rem;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.institutional-contact-form .webform .form-control:focus,
.institutional-contact-form .webform input[type=text]:focus,
.institutional-contact-form .webform input[type=email]:focus,
.institutional-contact-form .webform input[type=tel]:focus,
.institutional-contact-form .webform textarea:focus,
.institutional-contact-form .webform-submission-form .form-control:focus,
.institutional-contact-form .webform-submission-form input[type=text]:focus,
.institutional-contact-form .webform-submission-form input[type=email]:focus,
.institutional-contact-form .webform-submission-form input[type=tel]:focus,
.institutional-contact-form .webform-submission-form textarea:focus {
  border-color: #F35395;
  box-shadow: 0 0 0 0.2rem rgba(243, 83, 149, 0.25);
  outline: 0;
}
.institutional-contact-form .webform textarea,
.institutional-contact-form .webform-submission-form textarea {
  min-height: 150px;
  resize: vertical;
}
.institutional-contact-form .webform .form-actions,
.institutional-contact-form .webform-submission-form .form-actions {
  text-align: center;
  margin-top: 2rem;
}
.institutional-contact-form .webform .form-actions .button,
.institutional-contact-form .webform .form-actions input[type=submit],
.institutional-contact-form .webform-submission-form .form-actions .button,
.institutional-contact-form .webform-submission-form .form-actions input[type=submit] {
  background-color: #F35395;
  color: #fff;
  border: none;
  padding: 0.75rem 2rem;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.institutional-contact-form .webform .form-actions .button:hover,
.institutional-contact-form .webform .form-actions input[type=submit]:hover,
.institutional-contact-form .webform-submission-form .form-actions .button:hover,
.institutional-contact-form .webform-submission-form .form-actions input[type=submit]:hover {
  background-color: rgb(239.6739130435, 35.3260869565, 119.6195652174);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(243, 83, 149, 0.3);
}
.institutional-contact-form .webform .form-actions .button:active,
.institutional-contact-form .webform .form-actions input[type=submit]:active,
.institutional-contact-form .webform-submission-form .form-actions .button:active,
.institutional-contact-form .webform-submission-form .form-actions input[type=submit]:active {
  transform: translateY(0);
}
.institutional-contact-form .webform .description,
.institutional-contact-form .webform .form-item-description,
.institutional-contact-form .webform-submission-form .description,
.institutional-contact-form .webform-submission-form .form-item-description {
  font-size: 0.875rem;
  color: #6c757d;
  margin-top: 0.25rem;
}
.institutional-contact-form .webform .form-required,
.institutional-contact-form .webform-submission-form .form-required {
  color: #F35395;
  font-weight: 700;
}
.institutional-contact-form .webform .error,
.institutional-contact-form .webform-submission-form .error {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.institutional-contact-form .webform .form-item.error input,
.institutional-contact-form .webform .form-item.error textarea,
.institutional-contact-form .webform-submission-form .form-item.error input,
.institutional-contact-form .webform-submission-form .form-item.error textarea {
  border-color: #dc3545;
}
.institutional-contact-form .webform .form-item.error input:focus,
.institutional-contact-form .webform .form-item.error textarea:focus,
.institutional-contact-form .webform-submission-form .form-item.error input:focus,
.institutional-contact-form .webform-submission-form .form-item.error textarea:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.institutional-page .text-formatted h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  color: #212529;
  position: relative;
}
@media (min-width: 768px) {
  .institutional-page .text-formatted h2 {
    font-size: 2.5rem;
  }
}
.institutional-page .text-formatted h2::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #F35395 0%, #33A5EC 100%);
  border-radius: 2px;
}
.institutional-page .text-formatted h2.text-center::after {
  left: 50%;
  transform: translateX(-50%);
}
.institutional-page .text-formatted h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  color: #212529;
}
@media (min-width: 768px) {
  .institutional-page .text-formatted h3 {
    font-size: 1.75rem;
  }
}
.institutional-page .text-formatted h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  color: #495057;
}
.institutional-page .text-formatted .text-pink {
  color: #F35395;
  font-weight: 600;
}
.institutional-page .text-formatted .text-blue {
  color: #33A5EC;
  font-weight: 600;
}
.institutional-page .text-formatted .text-primary {
  color: #F35395 !important;
}
.institutional-page .text-formatted .text-secondary {
  color: #33A5EC !important;
}
.institutional-page .text-formatted .text-success {
  color: #28a745 !important;
}
.institutional-page .text-formatted .text-danger {
  color: #dc3545 !important;
}
.institutional-page .text-formatted .text-warning {
  color: #ffc107 !important;
}
.institutional-page .text-formatted .text-info {
  color: #17a2b8 !important;
}
.institutional-page .text-formatted .text-light {
  color: #6c757d !important;
}
.institutional-page .text-formatted .text-dark {
  color: #212529 !important;
}
.institutional-page .text-formatted .bg-light-pink {
  background-color: rgba(243, 83, 149, 0.1) !important;
  padding: 1rem;
  border-radius: 0.375rem;
}
.institutional-page .text-formatted .bg-light-blue {
  background-color: rgba(51, 165, 236, 0.1) !important;
  padding: 1rem;
  border-radius: 0.375rem;
}
.institutional-page .text-formatted .bg-light-warning {
  background-color: rgba(255, 193, 7, 0.1) !important;
  padding: 1rem;
  border-radius: 0.375rem;
}
.institutional-page .text-formatted .bg-light-success {
  background-color: rgba(40, 167, 69, 0.1) !important;
  padding: 1rem;
  border-radius: 0.375rem;
}
.institutional-page .text-formatted .highlight-pink {
  background-color: rgba(243, 83, 149, 0.2);
  padding: 0.125rem 0.25rem;
  border-radius: 0.125rem;
}
.institutional-page .text-formatted .highlight-blue {
  background-color: rgba(51, 165, 236, 0.2);
  padding: 0.125rem 0.25rem;
  border-radius: 0.125rem;
}
.institutional-page .text-formatted .highlight-yellow {
  background-color: rgba(255, 193, 7, 0.3);
  padding: 0.125rem 0.25rem;
  border-radius: 0.125rem;
}
.institutional-page .text-formatted blockquote {
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  background-color: rgba(243, 83, 149, 0.05);
  border-left: 4px solid #F35395;
  border-radius: 0 0.375rem 0.375rem 0;
  font-style: italic;
  position: relative;
}
.institutional-page .text-formatted blockquote::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 4rem;
  color: #F35395;
  opacity: 0.2;
  font-family: Georgia, serif;
}
.institutional-page .text-formatted blockquote p {
  margin-bottom: 0.5rem;
}
.institutional-page .text-formatted blockquote p:last-child {
  margin-bottom: 0;
}
.institutional-page .text-formatted blockquote cite {
  display: block;
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #6c757d;
  font-style: normal;
}
.institutional-page .text-formatted blockquote cite::before {
  content: "— ";
}
.institutional-page .text-formatted ul {
  list-style: none;
  padding-left: 0;
}
.institutional-page .text-formatted ul li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
  list-style: none;
}
.institutional-page .text-formatted ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 8px;
  height: 8px;
  background-color: #F35395;
  border-radius: 50%;
}
.institutional-page .text-formatted ul.list-blue li::before {
  background-color: #33A5EC;
}
.institutional-page .text-formatted ol {
  counter-reset: custom-counter;
  list-style: none;
  padding-left: 0;
}
.institutional-page .text-formatted ol li {
  counter-increment: custom-counter;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 0.75rem;
}
.institutional-page .text-formatted ol li::before {
  content: counter(custom-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 1.75rem;
  height: 1.75rem;
  background-color: #F35395;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.875rem;
}
.institutional-page .text-formatted .btn.btn-primary {
  background-color: #F35395;
  border-color: #F35395;
  color: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}
.institutional-page .text-formatted .btn.btn-primary:hover {
  background-color: rgb(239.6739130435, 35.3260869565, 119.6195652174);
  border-color: rgb(239.6739130435, 35.3260869565, 119.6195652174);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(243, 83, 149, 0.3);
}
.institutional-page .text-formatted .btn.btn-secondary {
  background-color: transparent;
  border: 2px solid #F35395;
  color: #F35395;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}
.institutional-page .text-formatted .btn.btn-secondary:hover {
  background-color: #F35395;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(243, 83, 149, 0.3);
}
.institutional-page .text-formatted table {
  width: 100%;
  margin: 2rem 0;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 0.375rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.institutional-page .text-formatted table th {
  background-color: #f8f9fa;
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  color: #212529;
  border-bottom: 2px solid #e9ecef;
}
.institutional-page .text-formatted table td {
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
}
.institutional-page .text-formatted table tr:last-child td {
  border-bottom: none;
}
.institutional-page .text-formatted table tr:hover {
  background-color: rgba(243, 83, 149, 0.02);
}
.institutional-page .text-formatted img {
  max-width: 100%;
  height: auto;
}
.institutional-page .text-formatted img.align-left {
  float: left;
  margin: 0 2rem 1rem 0;
}
.institutional-page .text-formatted img.align-right {
  float: right;
  margin: 0 0 1rem 2rem;
}
.institutional-page .text-formatted img.align-center {
  display: block;
  margin: 2rem auto;
}
.institutional-page .text-formatted hr {
  margin: 3rem 0;
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, #dee2e6, transparent);
}

.institutional-contact-form .webform-submission-form {
  background-color: #fff;
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .institutional-contact-form .webform-submission-form {
    padding: 3rem;
  }
}
.institutional-contact-form .webform-submission-form h2 {
  text-align: center;
  margin-bottom: 2rem;
  color: #212529;
}
.institutional-contact-form .webform-submission-form .form-item {
  margin-bottom: 1.5rem;
}
.institutional-contact-form .webform-submission-form .form-item.form-type-webform-markup {
  margin-bottom: 2rem;
}
.institutional-contact-form .webform-submission-form .form-item.form-type-webform-markup p {
  text-align: center;
  color: #6c757d;
  font-size: 1.125rem;
}
.institutional-contact-form .webform-submission-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #495057;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.institutional-contact-form .webform-submission-form label .form-required {
  color: #F35395;
  margin-left: 0.25rem;
}
.institutional-contact-form .webform-submission-form .form-control,
.institutional-contact-form .webform-submission-form .form-text,
.institutional-contact-form .webform-submission-form .form-email,
.institutional-contact-form .webform-submission-form .form-select,
.institutional-contact-form .webform-submission-form .form-textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  background-color: #fff;
  color: #212529;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.institutional-contact-form .webform-submission-form .form-control:focus,
.institutional-contact-form .webform-submission-form .form-text:focus,
.institutional-contact-form .webform-submission-form .form-email:focus,
.institutional-contact-form .webform-submission-form .form-select:focus,
.institutional-contact-form .webform-submission-form .form-textarea:focus {
  outline: none;
  border-color: #F35395;
  box-shadow: 0 0 0 0.2rem rgba(243, 83, 149, 0.25);
}
.institutional-contact-form .webform-submission-form .form-control::-moz-placeholder, .institutional-contact-form .webform-submission-form .form-text::-moz-placeholder, .institutional-contact-form .webform-submission-form .form-email::-moz-placeholder, .institutional-contact-form .webform-submission-form .form-select::-moz-placeholder, .institutional-contact-form .webform-submission-form .form-textarea::-moz-placeholder {
  color: #6c757d;
  opacity: 0.7;
}
.institutional-contact-form .webform-submission-form .form-control::placeholder,
.institutional-contact-form .webform-submission-form .form-text::placeholder,
.institutional-contact-form .webform-submission-form .form-email::placeholder,
.institutional-contact-form .webform-submission-form .form-select::placeholder,
.institutional-contact-form .webform-submission-form .form-textarea::placeholder {
  color: #6c757d;
  opacity: 0.7;
}
.institutional-contact-form .webform-submission-form textarea.form-control,
.institutional-contact-form .webform-submission-form .form-textarea {
  min-height: 150px;
  resize: vertical;
}
.institutional-contact-form .webform-submission-form select.form-control,
.institutional-contact-form .webform-submission-form .form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  padding-right: 2.5rem;
}
.institutional-contact-form .webform-submission-form .description,
.institutional-contact-form .webform-submission-form .form-item__description {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #6c757d;
  font-style: italic;
}
.institutional-contact-form .webform-submission-form .form-item__error-message,
.institutional-contact-form .webform-submission-form .error {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #dc3545;
  font-weight: 500;
}
.institutional-contact-form .webform-submission-form .has-error .form-control,
.institutional-contact-form .webform-submission-form .has-error .form-text,
.institutional-contact-form .webform-submission-form .has-error .form-email,
.institutional-contact-form .webform-submission-form .has-error .form-select,
.institutional-contact-form .webform-submission-form .has-error .form-textarea {
  border-color: #dc3545;
}
.institutional-contact-form .webform-submission-form .has-error .form-control:focus,
.institutional-contact-form .webform-submission-form .has-error .form-text:focus,
.institutional-contact-form .webform-submission-form .has-error .form-email:focus,
.institutional-contact-form .webform-submission-form .has-error .form-select:focus,
.institutional-contact-form .webform-submission-form .has-error .form-textarea:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.institutional-contact-form .webform-submission-form .form-radios .form-item,
.institutional-contact-form .webform-submission-form .form-checkboxes .form-item {
  margin-bottom: 0.75rem;
}
.institutional-contact-form .webform-submission-form .form-radios .option,
.institutional-contact-form .webform-submission-form .form-checkboxes .option {
  display: flex;
  align-items: center;
}
.institutional-contact-form .webform-submission-form .form-radios input[type=radio],
.institutional-contact-form .webform-submission-form .form-radios input[type=checkbox],
.institutional-contact-form .webform-submission-form .form-checkboxes input[type=radio],
.institutional-contact-form .webform-submission-form .form-checkboxes input[type=checkbox] {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  border: 2px solid #ced4da;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.institutional-contact-form .webform-submission-form .form-radios input[type=radio]:checked,
.institutional-contact-form .webform-submission-form .form-radios input[type=checkbox]:checked,
.institutional-contact-form .webform-submission-form .form-checkboxes input[type=radio]:checked,
.institutional-contact-form .webform-submission-form .form-checkboxes input[type=checkbox]:checked {
  background-color: #F35395;
  border-color: #F35395;
}
.institutional-contact-form .webform-submission-form .form-radios input[type=radio]:focus,
.institutional-contact-form .webform-submission-form .form-radios input[type=checkbox]:focus,
.institutional-contact-form .webform-submission-form .form-checkboxes input[type=radio]:focus,
.institutional-contact-form .webform-submission-form .form-checkboxes input[type=checkbox]:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(243, 83, 149, 0.25);
}
.institutional-contact-form .webform-submission-form .form-radios input[type=radio],
.institutional-contact-form .webform-submission-form .form-checkboxes input[type=radio] {
  border-radius: 50%;
}
.institutional-contact-form .webform-submission-form .form-radios input[type=radio]:checked,
.institutional-contact-form .webform-submission-form .form-checkboxes input[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3ccircle cx=%278%27 cy=%278%27 r=%273%27 fill=%27white%27/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
}
.institutional-contact-form .webform-submission-form .form-radios input[type=checkbox],
.institutional-contact-form .webform-submission-form .form-checkboxes input[type=checkbox] {
  border-radius: 0.375rem-sm;
}
.institutional-contact-form .webform-submission-form .form-radios input[type=checkbox]:checked,
.institutional-contact-form .webform-submission-form .form-checkboxes input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M4 8l3 3 5-6%27/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
}
.institutional-contact-form .webform-submission-form .form-radios label,
.institutional-contact-form .webform-submission-form .form-checkboxes label {
  margin-bottom: 0;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
}
.institutional-contact-form .webform-submission-form .form-actions {
  text-align: center;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e9ecef;
}
.institutional-contact-form .webform-submission-form .form-actions .button,
.institutional-contact-form .webform-submission-form .form-actions .form-submit,
.institutional-contact-form .webform-submission-form .form-actions input[type=submit] {
  background: linear-gradient(135deg, #F35395 0%, rgb(241.3369565217, 59.1630434783, 134.3097826087) 100%);
  color: #fff;
  border: none;
  padding: 0.875rem 2.5rem;
  font-weight: 600;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.institutional-contact-form .webform-submission-form .form-actions .button:hover,
.institutional-contact-form .webform-submission-form .form-actions .form-submit:hover,
.institutional-contact-form .webform-submission-form .form-actions input[type=submit]:hover {
  background: linear-gradient(135deg, rgb(241.3369565217, 59.1630434783, 134.3097826087) 0%, rgb(239.6739130435, 35.3260869565, 119.6195652174) 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(243, 83, 149, 0.3);
}
.institutional-contact-form .webform-submission-form .form-actions .button:active,
.institutional-contact-form .webform-submission-form .form-actions .form-submit:active,
.institutional-contact-form .webform-submission-form .form-actions input[type=submit]:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(243, 83, 149, 0.3);
}
.institutional-contact-form .webform-submission-form .form-actions .button:disabled,
.institutional-contact-form .webform-submission-form .form-actions .form-submit:disabled,
.institutional-contact-form .webform-submission-form .form-actions input[type=submit]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.institutional-contact-form .webform-submission-form .form-actions .button:disabled:hover,
.institutional-contact-form .webform-submission-form .form-actions .form-submit:disabled:hover,
.institutional-contact-form .webform-submission-form .form-actions input[type=submit]:disabled:hover {
  transform: none;
  box-shadow: none;
}
.institutional-contact-form .webform-submission-form .webform-confirmation {
  background-color: rgba(40, 167, 69, 0.1);
  border: 1px solid rgba(40, 167, 69, 0.3);
  color: rgb(30.1449275362, 125.8550724638, 52);
  padding: 1.5rem;
  border-radius: 0.375rem;
  text-align: center;
}
.institutional-contact-form .webform-submission-form .webform-confirmation h2 {
  color: rgb(30.1449275362, 125.8550724638, 52);
  margin-bottom: 1rem;
}
.institutional-contact-form .webform-submission-form .webform-confirmation p {
  margin-bottom: 0;
}
.institutional-contact-form .webform-progress {
  margin-bottom: 2rem;
}
.institutional-contact-form .webform-progress .webform-progress__bar {
  height: 8px;
  background-color: #e9ecef;
  border-radius: 4px;
  overflow: hidden;
}
.institutional-contact-form .webform-progress .webform-progress__bar .webform-progress__bar-percent {
  height: 100%;
  background: linear-gradient(90deg, #F35395 0%, #33A5EC 100%);
  transition: width 0.3s ease;
}
.institutional-contact-form .webform-progress .webform-progress__summary {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  color: #6c757d;
}

.star-member-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFD700;
  font-size: 1.2rem;
  margin-right: 0.5rem;
  animation: star-glow 2s ease-in-out infinite alternate;
}
.star-member-badge:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
.star-member-badge--small {
  font-size: 0.9rem;
  margin-right: 0.25rem;
}

@keyframes star-glow {
  from {
    filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
  }
  to {
    filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.8));
  }
}
.star-member-wrapper {
  margin-top: 1.5rem;
  padding: 1rem;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.05), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 215, 0, 0.3);
  border-radius: 8px;
  display: none;
}
.star-member-wrapper.show {
  display: block;
}
.star-member-wrapper .form-checkbox label {
  font-weight: 600;
  color: #333;
}
.star-member-wrapper .form-checkbox label:before {
  content: "⭐ ";
}
.star-member-wrapper .description {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #666;
  font-style: italic;
}

.star-members-admin {
  padding: 2rem 0;
}
.star-members-admin .star-members-stats {
  margin-bottom: 2rem;
}
.star-members-admin .star-members-stats .stat-card {
  background: white;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.star-members-admin .star-members-stats .stat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.star-members-admin .star-members-stats .stat-card .stat-icon {
  font-size: 2.5rem;
  margin-right: 1rem;
  color: #6c757d;
}
.star-members-admin .star-members-stats .stat-card .stat-content {
  flex: 1;
}
.star-members-admin .star-members-stats .stat-card .stat-content .stat-number {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  color: #333;
}
.star-members-admin .star-members-stats .stat-card .stat-content .stat-label {
  font-size: 0.9rem;
  color: #6c757d;
  margin-top: 0.25rem;
}
.star-members-admin .star-members-stats .stat-card--star {
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: white;
}
.star-members-admin .star-members-stats .stat-card--star .stat-icon, .star-members-admin .star-members-stats .stat-card--star .stat-content .stat-number, .star-members-admin .star-members-stats .stat-card--star .stat-content .stat-label {
  color: white;
}
.star-members-admin .star-members-stats .stat-card--pending {
  background: linear-gradient(135deg, #17a2b8, #138496);
  color: white;
}
.star-members-admin .star-members-stats .stat-card--pending .stat-icon, .star-members-admin .star-members-stats .stat-card--pending .stat-content .stat-number, .star-members-admin .star-members-stats .stat-card--pending .stat-content .stat-label {
  color: white;
}
.star-members-admin .star-members-filters {
  background: white;
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.star-members-admin .star-members-filters .filters-form .form-group label {
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}
.star-members-admin .star-members-table {
  background: white;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.star-members-admin .star-members-table .table {
  margin-bottom: 0;
}
.star-members-admin .star-members-table .table thead th {
  border-top: none;
  border-bottom: 2px solid #dee2e6;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
}
.star-members-admin .star-members-table .table tbody tr {
  transition: background-color 0.3s ease;
}
.star-members-admin .star-members-table .table tbody tr:hover {
  background-color: #f8f9fa;
}
.star-members-admin .star-members-table .table tbody tr.star-member-row {
  background: linear-gradient(90deg, rgba(255, 215, 0, 0.05), transparent);
}
.star-members-admin .star-members-table .table tbody tr td {
  vertical-align: middle;
  padding: 1rem 0.75rem;
}
.star-members-admin .star-members-table .table tbody tr td .user-name {
  display: flex;
  align-items: center;
}
.star-members-admin .star-members-table .table tbody tr td .user-name .star-badge {
  color: #FFD700;
  margin-right: 0.5rem;
  font-size: 1.2rem;
  animation: star-glow 2s ease-in-out infinite alternate;
}
.star-members-admin .star-members-table .table tbody tr td .badge {
  margin-right: 0.25rem;
}
.star-members-admin .star-members-table .custom-switch {
  padding-left: 2.25rem;
}
.star-members-admin .star-members-table .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #FFD700;
  border-color: #FFD700;
}
.star-members-admin .star-members-table .custom-switch .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 215, 0, 0.25);
}
.star-members-admin .star-members-table .custom-switch .custom-control-input:disabled ~ .custom-control-label {
  opacity: 0.5;
}

@media (max-width: 991px) {
  .star-members-admin .star-members-stats .stat-card {
    margin-bottom: 1rem;
  }
  .star-members-admin .star-members-stats .stat-card .stat-icon {
    font-size: 2rem;
  }
  .star-members-admin .star-members-stats .stat-card .stat-content .stat-number {
    font-size: 1.5rem;
  }
  .star-members-admin .star-members-table {
    padding: 1rem;
  }
  .star-members-admin .star-members-table .table-responsive {
    font-size: 0.9rem;
  }
}
@media (max-width: 575px) {
  .star-member-badge {
    font-size: 1rem;
    margin-right: 0.25rem;
  }
  .star-members-admin {
    padding: 1rem 0;
  }
  .star-members-admin .star-members-filters,
  .star-members-admin .star-members-table {
    padding: 1rem;
    border-radius: 5px;
  }
  .star-members-admin .btn-group-sm .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
  }
}
.ai-artist-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  width: 22px;
  height: 22px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 50%;
  font-size: 0.65rem;
  vertical-align: middle;
  flex-shrink: 0;
}
.ai-artist-badge i {
  font-size: 0.65rem;
  line-height: 1;
}
.profile-header__name .ai-artist-badge {
  width: 28px;
  height: 28px;
  font-size: 0.85rem;
  margin-left: 0;
  margin-right: 8px;
}
.profile-header__name .ai-artist-badge i {
  font-size: 0.85rem;
}

.entity-teaser__user-name .ai-artist-badge {
  width: 18px;
  height: 18px;
  font-size: 0.55rem;
  margin-left: 4px;
}
.entity-teaser__user-name .ai-artist-badge i {
  font-size: 0.55rem;
}

.entity-teaser__creator-name .ai-artist-badge {
  width: 18px;
  height: 18px;
  font-size: 0.55rem;
  margin-left: 4px;
}
.entity-teaser__creator-name .ai-artist-badge i {
  font-size: 0.55rem;
}

.ai-artist-wrapper {
  margin-top: 1rem;
  padding: 12px 16px;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(118, 75, 162, 0.08) 100%);
  border-radius: 8px;
  border: 1px solid rgba(102, 126, 234, 0.2);
}
.ai-artist-wrapper label {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ai-commissions-wrapper {
  display: none;
}

.ai-artist-section .ai-artist-wrapper {
  margin-top: 0;
}

.entity-teaser__avatar {
  position: relative;
}

.entity-teaser__ai-badge {
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 2;
  margin-left: 0;
}

.talent-card {
  position: relative;
}

.talent-card__ai-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  margin-left: 0;
  width: 30px;
  height: 30px;
  font-size: 0.75rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.talent-card__ai-badge i {
  font-size: 0.75rem;
}

.ai-artist-filter {
  margin-top: 8px;
}

@media (max-width: 991.98px) {
  .ai-artist-badge {
    width: 18px;
    height: 18px;
    font-size: 0.55rem;
    margin-left: 4px;
  }
  .ai-artist-badge i {
    font-size: 0.55rem;
  }
  .profile-header__name .ai-artist-badge {
    width: 24px;
    height: 24px;
    font-size: 0.7rem;
  }
  .profile-header__name .ai-artist-badge i {
    font-size: 0.7rem;
  }
  .ai-artist-wrapper {
    padding: 10px 12px;
  }
}
.form-item-notification-enabled,
.form-item-email-enabled {
  flex-direction: row !important;
}

.alerts-followed-users {
  padding: 1.5rem;
}
.alerts-followed-users .intro {
  margin-bottom: 1.5rem;
  color: #6c757d;
  font-size: 0.95rem;
}
.alerts-followed-users .followed-users-alerts-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background: white;
}
.alerts-followed-users .followed-users-alerts-table th {
  background-color: #f8f9fa;
  padding: 1rem 1.25rem;
  text-align: left;
  font-weight: 600;
  color: #212529;
  border-bottom: 2px solid #e9ecef;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.alerts-followed-users .followed-users-alerts-table td {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #e9ecef;
  vertical-align: middle;
}
.alerts-followed-users .followed-users-alerts-table tr {
  transition: background-color 0.2s ease;
}
.alerts-followed-users .followed-users-alerts-table tr:last-child td {
  border-bottom: none;
}
.alerts-followed-users .followed-users-alerts-table tr:hover {
  background-color: rgba(243, 83, 149, 0.03);
}
.alerts-followed-users .followed-users-alerts-table .text-success {
  color: #28a745;
  font-weight: 500;
}
.alerts-followed-users .followed-users-alerts-table .text-muted {
  color: #6c757d;
}
.alerts-followed-users .empty {
  text-align: center;
  padding: 3rem;
  color: #6c757d;
}
.alerts-followed-users .empty p {
  margin: 0;
  font-size: 1.1rem;
}

.alert-followed-users-modal .alerts-followed-users {
  padding: 0;
}
.alert-followed-users-modal .ui-dialog-content {
  max-height: 70vh !important;
  overflow-y: auto;
}

.alert-notification-header .fa-users {
  margin-right: 0.5rem;
  color: #F35395;
}

.alert-configuration-item:last-child {
  border-top: 2px solid #e9ecef;
  margin-top: 1rem;
  padding-top: 1rem;
}
.alert-configuration-item .badge-info {
  background-color: #33A5EC;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
  font-weight: 500;
  margin-left: 0.5rem;
}
.alert-configuration-item .fa-users {
  margin-right: 0.25rem;
}

@media (max-width: 768px) {
  .alerts-followed-users {
    padding: 1rem;
  }
  .alerts-followed-users .followed-users-alerts-table {
    font-size: 0.875rem;
    box-shadow: none;
    border: 1px solid #e9ecef;
  }
  .alerts-followed-users .followed-users-alerts-table th, .alerts-followed-users .followed-users-alerts-table td {
    padding: 0.75rem;
  }
  .alerts-followed-users .followed-users-alerts-table th:nth-child(3),
  .alerts-followed-users .followed-users-alerts-table td:nth-child(3),
  .alerts-followed-users .followed-users-alerts-table th:nth-child(4),
  .alerts-followed-users .followed-users-alerts-table td:nth-child(4) {
    display: none;
  }
  .alerts-followed-users .followed-users-alerts-table .button--small {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .alerts-followed-users .followed-users-alerts-table {
    display: block;
  }
  .alerts-followed-users .followed-users-alerts-table thead {
    display: none;
  }
  .alerts-followed-users .followed-users-alerts-table tbody, .alerts-followed-users .followed-users-alerts-table tr, .alerts-followed-users .followed-users-alerts-table td {
    display: block;
    width: 100%;
  }
  .alerts-followed-users .followed-users-alerts-table tr {
    margin-bottom: 1rem;
    border: 1px solid #e9ecef;
    border-radius: 0.5rem;
    padding: 1rem;
  }
  .alerts-followed-users .followed-users-alerts-table tr:hover {
    background-color: #f8f9fa;
  }
  .alerts-followed-users .followed-users-alerts-table td {
    padding: 0.5rem 0;
    border: none;
  }
  .alerts-followed-users .followed-users-alerts-table td:before {
    content: attr(data-label);
    font-weight: 600;
    display: inline-block;
    width: 120px;
    color: #6c757d;
  }
  .alerts-followed-users .followed-users-alerts-table td:first-child {
    padding-top: 0;
  }
  .alerts-followed-users .followed-users-alerts-table td:last-child {
    padding-bottom: 0;
  }
}
.alerts-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1049;
  opacity: 0;
  transition: opacity 0.3s;
}
.alerts-modal-backdrop.show {
  opacity: 1;
}

.alerts-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.3s, transform 0.3s;
}
@media (max-width: 991.98px) {
  .alerts-modal {
    padding: 15px;
  }
}
@media (max-width: 767.98px) {
  .alerts-modal {
    padding: 10px;
  }
}
.alerts-modal.show {
  opacity: 1;
  transform: scale(1);
}
.alerts-modal .modal-dialog {
  max-width: 800px;
  width: 100%;
  max-height: 80vh;
  background: white;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  overflow: auto;
}
@media (max-width: 991.98px) {
  .alerts-modal .modal-dialog {
    max-width: 100%;
    max-height: 90vh;
  }
}
@media (max-width: 767.98px) {
  .alerts-modal .modal-dialog {
    max-height: 95vh;
    border-radius: 4px;
  }
}
.alerts-modal .modal-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.alerts-modal .modal-header {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .alerts-modal .modal-header {
    padding: 0.75rem 1rem;
  }
}
.alerts-modal .modal-title {
  margin: 0;
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  .alerts-modal .modal-title {
    font-size: 1.1rem;
  }
}
.alerts-modal .close {
  background: none;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  color: #000;
  opacity: 0.5;
  cursor: pointer;
  padding: 0;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.alerts-modal .close:hover {
  opacity: 0.75;
}
@media (max-width: 767.98px) {
  .alerts-modal .close {
    font-size: 1.25rem;
  }
}
.alerts-modal .modal-body {
  padding: 1.5rem;
  overflow-y: auto;
  flex: 1;
}
@media (max-width: 767.98px) {
  .alerts-modal .modal-body {
    padding: 0;
  }
}

.alerts-configuration-list {
  padding: 20px;
}
@media (max-width: 991.98px) {
  .alerts-configuration-list {
    padding: 15px;
  }
}
@media (max-width: 767.98px) {
  .alerts-configuration-list {
    padding: 10px;
  }
}

.alerts-configuration-header {
  margin-bottom: 30px;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 15px;
}
@media (max-width: 767.98px) {
  .alerts-configuration-header {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
.alerts-configuration-header h3 {
  font-size: 30px;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .alerts-configuration-header h3 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .alerts-configuration-header h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

.alert-configuration-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  margin-bottom: 10px;
  background-color: #f8f9fa;
  border-radius: 5px;
  transition: background-color 0.3s;
}
.alert-configuration-item:hover {
  background-color: #e9ecef;
}
@media (max-width: 991.98px) {
  .alert-configuration-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
@media (max-width: 767.98px) {
  .alert-configuration-item {
    padding: 12px;
  }
}

.alert-configuration-info h5 {
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .alert-configuration-info h5 {
    font-size: 1rem;
  }
}

.alert-configuration-actions {
  display: flex;
  gap: 10px;
}
@media (max-width: 991.98px) {
  .alert-configuration-actions {
    width: 100%;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .alert-configuration-actions {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.alert-configuration-actions .ajax-progress-message {
  display: none;
}
.alert-configuration-actions .ajax-progress::before {
  width: 22px;
  height: 22px;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}

.alerts-notifications-list {
  padding: 20px;
}
@media (max-width: 991.98px) {
  .alerts-notifications-list {
    padding: 15px;
  }
}
@media (max-width: 767.98px) {
  .alerts-notifications-list {
    padding: 10px;
  }
}

.alerts-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dee2e6;
}
@media (max-width: 991.98px) {
  .alerts-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
@media (max-width: 767.98px) {
  .alerts-header {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}

.alerts-empty {
  text-align: center;
  padding: 60px 20px;
}
@media (max-width: 767.98px) {
  .alerts-empty {
    padding: 40px 15px;
  }
}

.alert-notification-item {
  position: relative;
  padding: 15px;
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  transition: all 0.3s;
}
.alert-notification-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  .alert-notification-item {
    padding: 12px;
    margin-bottom: 12px;
  }
}

.alert-notification-new {
  border-left: 3px solid #dc3545;
}

.alert-notification-dot {
  position: absolute;
  top: 10px;
  left: -7px;
  width: 12px;
  height: 12px;
  background-color: #dc3545;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@media (max-width: 767.98px) {
  .alert-notification-dot {
    width: 10px;
    height: 10px;
    top: 8px;
    left: -6px;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.alert-notification-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .alert-notification-header {
    flex-direction: column;
    gap: 5px;
  }
}
.alert-notification-header h5 {
  margin: 0;
  font-size: 1.1rem;
}
@media (max-width: 767.98px) {
  .alert-notification-header h5 {
    font-size: 1rem;
  }
}

.alert-notification-body {
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .alert-notification-body {
    margin-bottom: 8px;
  }
}
.alert-notification-body p {
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .alert-notification-body p {
    font-size: 0.9rem;
  }
}

.alert-notification-actions {
  display: flex;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .alert-notification-actions {
    flex-wrap: wrap;
    gap: 8px;
  }
}
@media (max-width: 575.98px) {
  .alert-notification-actions .btn {
    flex: 1;
    min-width: 0;
    font-size: 0.875rem;
    padding: 0.375rem 0.75rem;
  }
}

#alert-configuration-form {
  padding: 20px;
}
@media (max-width: 991.98px) {
  #alert-configuration-form {
    padding: 15px;
  }
}
@media (max-width: 767.98px) {
  #alert-configuration-form {
    padding: 10px;
  }
}
#alert-configuration-form .form-group {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  #alert-configuration-form .form-group {
    margin-bottom: 15px;
  }
}
#alert-configuration-form .details-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  #alert-configuration-form .details-wrapper {
    margin-bottom: 15px;
  }
}

/**
 * Ad Campaign styles
 */
.artistycom-ad-campaign {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  padding: 16px;
}
.artistycom-ad-campaign.artistycom-ad-horizontal {
  max-width: 992px;
}
.artistycom-ad-campaign.artistycom-ad-vertical {
  max-width: 300px;
}

.artistycom-ad-link {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}
.artistycom-ad-link:hover {
  opacity: 0.95;
}

.artistycom-ad-image {
  display: block;
  max-width: 100%;
  height: auto;
}

.artistycom-ad-test {
  border: 2px dashed #ffc107;
}
.artistycom-ad-test .artistycom-ad-test-indicator {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffc107;
  color: #000;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: bold;
  z-index: 10;
  line-height: 1.2;
}

.artistycom-ads-adsense {
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .artistycom-ad-horizontal {
    max-width: 100%;
  }
}
.cookiesjsr {
  z-index: 999999;
  position: relative;
}

.cookiesjsr-banner {
  position: fixed;
  z-index: 10000;
  left: 0;
  bottom: 0;
  height: auto;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  background-color: #33A5EC;
  color: #ffffff;
  min-height: 82px;
  overflow: auto;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
}
.cookiesjsr-banner.active {
  transform: translateY(0);
}
@media (min-width: 768px) {
  .cookiesjsr-banner {
    flex-direction: row;
  }
}
.cookiesjsr-banner a {
  color: var(--link-list-font-color, #FFF);
}
.cookiesjsr-banner--info, .cookiesjsr-banner--action {
  width: 100%;
}
@media (min-width: 768px) {
  .cookiesjsr-banner--info, .cookiesjsr-banner--action {
    width: 50%;
  }
}
.cookiesjsr-banner--info {
  font-size: 16px;
  margin-bottom: 0;
  overflow: visible;
  padding-right: 16px;
}
@media (max-width: 576px) {
  .cookiesjsr-banner--info {
    padding: 0.625em;
  }
}
.cookiesjsr-banner--text {
  display: block;
}
.cookiesjsr-banner--links {
  margin-top: 0.5em;
  font-size: 0.85em;
}
.cookiesjsr-banner--action {
  display: flex;
  flex-direction: column;
  padding: 0;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  .cookiesjsr-banner--action {
    flex-direction: row;
  }
}
.cookiesjsr-banner button {
  border: unset !important;
}
.cookiesjsr-banner button.denyAll {
  display: inline-block;
  order: 2;
}
.cookiesjsr-banner button.allowAll {
  order: 1;
}
.cookiesjsr-banner button.cookiesjsr-settings {
  order: 3;
}
.cookiesjsr-banner ul.cookiesjsr-links {
  width: 100%;
}
.cookiesjsr-banner ul.cookiesjsr-links a {
  color: #0B4B74;
  font-size: 16px;
  text-decoration: underline;
}

.cookiesjsr-layer {
  border-radius: 8px;
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--layer-header-bg-color, #FFF);
  height: 100vh;
  width: 100vw;
  max-width: 100%;
  z-index: 314160;
  padding: var(--layer-header-height, 3.5em) 0 var(--layer-footer-height, 4.5em);
  overflow: hidden;
  line-height: 1.5em;
}
@media (min-height: 668px) {
  .cookiesjsr-layer {
    height: 80vh;
    max-height: 575px;
  }
}
@media (min-height: 992px) {
  .cookiesjsr-layer {
    height: 60vh;
  }
}
@media (min-width: 768px) {
  .cookiesjsr-layer {
    width: 860px;
  }
}
.cookiesjsr-layer--overlay {
  position: fixed;
  z-index: 314159;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}
.cookiesjsr-layer--header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #C3E5F9;
  margin: 0;
  height: 74px;
  padding: 0 32px;
  overflow: hidden;
}
.cookiesjsr-layer--title {
  color: #33A5EC;
  font-weight: 700;
  font-size: 20px;
}
.cookiesjsr-layer--close {
  z-index: 102;
  width: 1em;
  height: 1em;
  background: transparent url("data:image/svg+xml,%0A%3Csvg width=%2727px%27 height=%2727px%27 viewBox=%270 0 27 27%27 version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27%3E%3Cg id=%27Welcome%27 stroke=%27none%27 stroke-width=%271%27 fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cg id=%27tarte-close%27 transform=%27translate%28-1264.000000, -2628.000000%29%27 fill=%27%23000f37%27%3E%3Cg id=%27Group-2%27 transform=%27translate%28155.000000, 2591.000000%29%27%3E%3Cg id=%27Group-3-Copy-2%27%3E%3Cpolygon id=%27Page-1%27 points=%271133.26296 37 1122.50065 47.762319 1111.73704 37 1109 39.7370358 1119.76361 50.5006452 1109 61.2629642 1111.73704 64 1122.50065 53.2363906 1133.26296 64 1136 61.2629642 1125.23768 50.5006452 1136 39.7370358%27%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center scroll;
  background-size: contain;
  text-indent: -999em;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cookiesjsr-layer--body {
  position: absolute;
  left: 0;
  right: 0;
  background: var(--layer-body-bg-color, #FFF);
  top: 74px;
  bottom: var(--layer-footer-height, 4.5em);
}
.cookiesjsr-layer--footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 var(--default-margin, 1.25em);
  height: var(--layer-footer-height, 4.5em);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: var(--layer-footer-bg-color, #FFF);
  border-top: 1px solid var(--layer-border-color, #e4e5e6);
}
.cookiesjsr-layer--label-all {
  display: none;
}
.cookiesjsr-layer--actions {
  display: flex;
  align-items: center;
  margin: -0.625em;
  width: calc(100% + 1.25em);
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .cookiesjsr-layer--actions {
    width: calc(70% + 0.625em);
  }
}
.cookiesjsr-layer--actions .denyAll {
  order: 2;
}
.cookiesjsr-layer--actions .allowAll {
  order: 3;
}
.cookiesjsr-layer--actions .save {
  order: 1;
}
.cookiesjsr-layer buttony.denAll, .cookiesjsr-layer button.allowAll {
  display: none;
}
@media (min-width: 576px) {
  .cookiesjsr-layer buttony.denAll, .cookiesjsr-layer button.allowAll {
    display: inline-block;
  }
}
@media (max-width: 576px) {
  .cookiesjsr-layer button.save {
    padding: 0 2em;
    width: auto;
    margin-left: auto;
  }
}

/**
 * - Button
 */
.cookiesjsr-btn {
  cursor: pointer;
  font: inherit;
  width: auto;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 16px;
  text-decoration: none;
  white-space: nowrap;
  margin: 0.625em;
  opacity: 0.95;
  transform: scale(1);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 3px;
  color: #ffffff;
  border: 1px solid #127BBC;
  background-color: #127BBC;
}
@media (min-width: 576px) {
  .cookiesjsr-btn {
    min-height: 48px;
  }
}
.cookiesjsr-btn:hover {
  opacity: 1;
  transform: scale(1.02);
}
.cookiesjsr-btn.invert.allowAll {
  color: #ffffff;
  border-color: #127BBC;
  background-color: #127BBC;
}
.cookiesjsr-btn.important {
  color: #127BBC;
  border-color: #127BBC;
  background-color: #ffffff;
}
.cookiesjsr-btn.important.invert {
  color: #ffffff;
  border-color: #127BBC;
  background-color: #127BBC;
}
.cookiesjsr-btn.invert, .cookiesjsr-btn.invert.save {
  color: #127BBC;
  border-color: #127BBC;
  background-color: #ffffff;
}

/**
 * - Input
 */
.Input {
  width: 100%;
  margin: 1rem 0;
}

.Label {
  font-weight: 400;
  font-size: 0.75rem;
  color: var(--ci-blue, #0B4B74);
  display: block;
  margin: 0 0 8px;
}

.InputElement {
  outline: none;
  border-width: 0;
  border-bottom: 1px solid var(--switch-bg-on, #0B4B74);
  background-color: white;
  font: inherit;
  padding: 6px 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.InputElement:focus {
  outline: none;
  background-color: #FFF;
}

.Invalid {
  border-bottom: 1px solid red;
  background-color: #FDA49A;
}

/**
 * - Links
 */
.cookiesjsr-links {
  list-style: none;
  margin: 0 -0.75em;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .cookiesjsr-links.links--row {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
  }
}
.cookiesjsr-links.links--row li {
  margin: 0;
  padding-left: 0.75em;
  padding-right: 0.75em;
  position: relative;
}
.cookiesjsr-links.links--row li a {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  display: inline-block;
}
.cookiesjsr-links.links--row li:first-child:before {
  content: none;
}
@media (min-width: 576px) {
  .cookiesjsr-links.links--row li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.3em;
    height: 0.3em;
    background-color: var(--link-list-separator-color, #FFF);
    transform: translate(-50%, -40%);
  }
}

/**
 * - SetAllServices
 */
.cookiesjsr-btn.denyAll {
  display: none;
}
@media (min-width: 1200px) {
  .cookiesjsr-btn.denyAll {
    display: inline-block;
  }
}

/**
 * - Switch
 */
.cookiesjsr-switch {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  width: 64px;
  height: 32px;
  border-radius: 50px;
  background-color: #ffffff;
  cursor: pointer;
  transition: background-color 0.1s ease-in-out;
  border: 1px solid #F35395;
}
.cookiesjsr-switch:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f00d";
  position: absolute;
  top: -1px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #F35395;
  transition: left 0.1s ease-in-out;
  color: #ffffff;
  border: unset;
  box-shadow: unset;
}
.cookiesjsr-switch.active {
  border: 1px solid #33A5EC;
}
.cookiesjsr-switch.active:after {
  content: "\f00c";
  background-color: #33A5EC;
  left: 32px;
}
.cookiesjsr-switch input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

/**
 * - Services
 */
.cookiesjsr-service {
  display: flex;
  align-items: center;
  background-color: rgba(228, 229, 230, 0);
  transition: background-color 0.3s ease;
}
.cookiesjsr-service:hover {
  background-color: rgba(228, 229, 230, 0.1);
}
.cookiesjsr-service--description {
  padding: 16px 20px;
  width: 100%;
}
.cookiesjsr-service--description h3 {
  margin: 0;
  font-size: 0.875em;
  font-weight: 700;
  color: #000000;
}
.cookiesjsr-service--links a {
  color: #505050;
  font-size: 0.75em;
}
.cookiesjsr-service--links a:hover, .cookiesjsr-service--links a:active, .cookiesjsr-service--links a:visited {
  color: #6e6e6e;
}
.cookiesjsr-service--action {
  width: auto;
  padding: 0.625em 1.25em;
}
.cookiesjsr-service--always-on {
  color: #ffffff;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  white-space: nowrap;
}
.cookiesjsr-service--always-on span {
  background-color: #33A5EC;
  padding: 5px 9px;
  border-radius: 6px;
  font-weight: 400;
  font-size: 0.75em;
}

.cookiesjsr-service-group {
  position: static !important;
  line-height: 1.5em;
  list-style: none;
}
.cookiesjsr-service-group--tab {
  position: relative;
  min-height: 3em;
  padding: 12px 32px;
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  font-weight: 400;
  margin: 0;
  border: 0;
  color: #0E6398;
  background: var(--layer-tab-bg-color, #FFF);
  border-bottom: 1px solid #C3E5F9;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cookiesjsr-service-group--tab:last-child {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .cookiesjsr-service-group--tab {
    padding: 1em 3.25em 1em 1.25em;
    width: calc(30% + 2em);
  }
}
.cookiesjsr-service-group--content {
  z-index: 1;
  display: none;
}
@media (min-width: 768px) {
  .cookiesjsr-service-group--content {
    position: absolute;
    width: 70%;
    height: 100%;
    overflow: auto;
    right: 0;
    top: 0;
  }
}
.cookiesjsr-service-group--intro {
  font-size: 0.875em;
  font-weight: 400;
  padding: 24px 32px;
}
.cookiesjsr-service-group.active .cookiesjsr-service-group--tab {
  color: #ffffff;
  font-weight: 700;
  background: #33A5EC;
  border-bottom: 0 none;
}
.cookiesjsr-service-group.active .cookiesjsr-service-group--tab:after {
  color: #ffffff;
}
.cookiesjsr-service-group.active .cookiesjsr-service-group--content {
  border-left: 1px solid #d7dbf4;
  display: block;
  color: #000000;
  background: #ffffff;
  font-weight: 500;
}
.cookiesjsr-service-group--services {
  margin: 0 !important;
  padding: 0 !important;
}

.cookiesjsr-service-groups {
  position: static !important;
  display: block;
  max-height: 100%;
  overflow: auto;
  list-style: none;
  margin: 0 0 -1px !important;
  padding: 0 !important;
}

/**
 * - App
 */
#cookiesjsr {
  --default-margin: 1.25em;
  --font-size-reset: 1rem;
  --btn-font-color: #FFF;
  --btn-border-color: #FFF;
  --btn-bg-color: #127BBC;
  --btn-prime-font-color: #127BBC;
  --btn-prime-border-color: #FFF;
  --btn-prime-bg-color: #FFF;
  --btn-inv-font-color: #127BBC;
  --btn-inv-border-color: #127BBC;
  --btn-inv-bg-color: #FFF;
  --btn-prime-inv-font-color: #FFF;
  --btn-prime-inv-border-color: #127BBC;
  --btn-prime-inv-bg-color: #127BBC;
  --link-list-font-color: #FFF;
  --link-list-separator-color: #FFF;
  --banner-logo-offset: 100px;
  --banner-bg-color: #127BBC;
  --banner-font-color: #FFF;
  --layer-header-height: 3.5em;
  --layer-header-bg-color: #C3E5F9;
  --layer-header-font-color: #0B4B74;
  --layer-body-bg-color: #FFF;
  --layer-tab-bg-color: #FFF;
  --layer-tab-font-color: #0B4B74;
  --layer-tab-active-bg-color: #127BBC;
  --layer-tab-active-font-color: #FFF;
  --layer-bg-dark: #127BBC;
  --layer-font-light: #FFF;
  --layer-font-dark: #0B4B74;
  --layer-border-color: #e4e5e6;
  --layer-footer-bg-color: #FFF;
  --layer-footer-font-color: #0B4B74;
  --layer-footer-height: 4.5em;
  --switch-border-color: #e4e5e6;
  --switch-handle-color: #FFF;
  --switch-bg-off: #FFF;
  --switch-bg-on: #33A5EC;
  --switch-width: 45px;
  --switch-height: 20px;
  --switch-always-on-font-color: #33A5EC;
  --switch-always-on-bg-color: #FFF;
}

.cookiesjsr--app {
  font-size: var(--font-size-reset, 1rem);
}

body .cookiesjsr--app,
body .cookiesjsr--app *, body .cookiesjsr--app *:before, body .cookiesjsr--app *:after {
  box-sizing: border-box;
}

.cookies-fallback--recaptcha {
  background-image: unset;
}

.cookies-fallback--recaptcha--wrap {
  background-color: #f8f9fa;
  border: 2px dashed #dee2e6;
  border-radius: 8px;
  padding: 1.5rem;
  text-align: center;
  margin: 1rem 0;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.cookies-fallback--recaptcha--wrap + .cookies-fallback--recaptcha--wrap {
  display: none;
}
.cookies-fallback--recaptcha--wrap .cookies-fallback--recaptcha--overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
}
.cookies-fallback--recaptcha--wrap .cookies-fallback--text {
  color: #495057;
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 500;
  max-width: 400px;
}
.cookies-fallback--recaptcha--wrap .cookies-fallback--btn {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  background-color: #e91e63;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.cookies-fallback--recaptcha--wrap .cookies-fallback--btn:hover {
  background-color: rgb(193.1174089069, 18.8825910931, 78.1052631579);
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.cookies-fallback--recaptcha--wrap .cookies-fallback--btn:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.25);
}
.cookies-fallback--recaptcha--wrap .cookies-fallback--link {
  font-size: 0.8rem;
  color: #6c757d;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.cookies-fallback--recaptcha--wrap .cookies-fallback--link:hover {
  color: #e91e63;
}

.captcha__title,
.captcha__description {
  display: none;
}

.captcha {
  min-height: 78px;
}

fieldset.captcha {
  width: 100%;
}

@media (max-width: 767.98px) {
  .cookies-fallback--recaptcha--wrap {
    padding: 1rem;
    min-height: 100px;
  }
  .cookies-fallback--recaptcha--wrap .cookies-fallback--text {
    font-size: 0.875rem;
  }
  .cookies-fallback--recaptcha--wrap .cookies-fallback--btn {
    padding: 0.4rem 1.2rem;
    font-size: 0.85rem;
  }
}
.contact-modal-dialog .messages {
  margin-bottom: 1.25rem;
  border-radius: 0.5rem;
}
.contact-modal-dialog .messages--error {
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  color: #dc2626;
  padding: 1rem;
}
.contact-modal-dialog .messages--error ul {
  margin: 0.5rem 0 0 0;
  padding-left: 1.25rem;
}
.contact-modal-dialog .messages--error li {
  margin-bottom: 0.25rem;
}
.contact-modal-dialog .form-item--error .form-text,
.contact-modal-dialog .form-item--error .form-email,
.contact-modal-dialog .form-item--error .form-textarea {
  border-color: #dc2626;
  background-color: #fef2f2;
}
.contact-modal-dialog .form-item--error .form-item__error-message {
  color: #dc2626;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.contact-modal-dialog .captcha.error .captcha__element {
  border: 1px solid #dc2626;
  border-radius: 0.25rem;
  padding: 0.5rem;
  background-color: #fef2f2;
}
.contact-modal-dialog .ajax-progress-throbber {
  display: inline-block;
  margin-left: 0.625rem;
}
.contact-modal-dialog .ajax-progress-throbber .message {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 0.875rem;
  color: #6b7280;
}

.contact-modal__success {
  text-align: center;
  padding: 2.5rem 1.25rem;
}
.contact-modal__success-icon {
  margin: 0 auto 1.5rem;
}
.contact-modal__success-icon svg {
  width: 5rem;
  height: 5rem;
}
.contact-modal__success-icon svg circle {
  fill: #f0fdf4;
}
.contact-modal__success-icon svg path {
  stroke-width: 3;
}
.contact-modal__success-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #10b981;
  margin-bottom: 1rem;
}
.contact-modal__success-text {
  font-size: 1rem;
  color: #374151;
  margin-bottom: 0.75rem;
}
.contact-modal__success-email {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 0;
}

.entity-teaser--user .entity-teaser__actions {
  margin-right: 0;
}
.entity-teaser--user .entity-teaser__avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--color-grey-light);
  display: flex;
  align-items: center;
  justify-content: center;
}
.entity-teaser--user .entity-teaser__avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.entity-teaser--user .entity-teaser__avatar-placeholder {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color-primary);
  text-transform: uppercase;
  border-radius: 50%;
  background-color: #b4dcfb;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.entity-teaser--user .entity-teaser__status--user {
  background-color: var(#33A5EC);
  color: white;
}
.entity-teaser--user .entity-teaser__status--structure {
  background-color: #8453FF;
  color: white;
}
.entity-teaser--user .entity-teaser__status--individual {
  background-color: #F35395;
  color: white;
}
.entity-teaser--user .entity-teaser__status--professional {
  background-color: #37AFAB;
  color: #505050;
}
.entity-teaser--user .entity-teaser__status--ai-artist {
  background: linear-gradient(135deg, #9C27B0, #E040FB);
  color: #fff;
}
.entity-teaser--user .entity-teaser__status--ai-artist i {
  font-size: 10px;
}
.entity-teaser--user .entity-teaser__alias {
  font-style: italic;
  color: #333333;
  font-size: 0.9rem;
  margin-left: 0.5rem;
}
.entity-teaser--user .entity-teaser__description--preview {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #333333;
  line-height: 1.4;
}
.entity-teaser--in-popup .entity-teaser--user .entity-teaser__description--preview {
  max-height: 3.6em;
  overflow: hidden;
  position: relative;
}
.entity-teaser--in-popup .entity-teaser--user .entity-teaser__description--preview:after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 0.5rem;
  background: linear-gradient(to right, transparent, white 50%);
}
.entity-teaser--user .entity-teaser__view-profile {
  display: inline-block;
  align-items: center;
  gap: 6px;
  background: transparent;
  padding: 7px 11px;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid #1a1a1a;
  border-radius: 50px;
}
.entity-teaser--user .entity-teaser__view-profile:hover {
  opacity: 0.7;
  text-decoration: none;
}
.entity-teaser--user .entity-teaser__follow {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 600;
  color: #333;
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.entity-teaser--user .entity-teaser__follow:hover {
  background: #33A5EC;
  color: #fff;
  border-color: #33A5EC;
}
.entity-teaser--user .entity-teaser__follow--active {
  background: #33A5EC;
  color: #fff;
  border-color: #33A5EC;
}
.entity-teaser--user .entity-teaser__follow--active:hover {
  background: #e0e0e0;
  color: #333;
  border-color: #e0e0e0;
}
.entity-teaser--user .entity-teaser__contact {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 600;
  color: #555;
  background: transparent;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.entity-teaser--user .entity-teaser__contact:hover {
  background: #333;
  color: #fff;
  border-color: #333;
}
.entity-teaser--user .entity-teaser__followers {
  font-size: 12px;
  color: #888;
}
.entity-teaser--user .entity-teaser__followers i {
  font-size: 11px;
}

.leaflet-popup .entity-teaser--in-popup {
  width: 420px;
  max-width: 90vw;
}
.leaflet-popup .entity-teaser--in-popup .entity-teaser__header {
  align-items: flex-start;
}
.leaflet-popup .entity-teaser--in-popup .entity-teaser__description {
  overflow: hidden;
  position: relative;
}
@supports not (-webkit-line-clamp: 3) {
  .leaflet-popup .entity-teaser--in-popup .entity-teaser__description:after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 1rem;
    background: linear-gradient(to right, transparent, white 50%);
  }
}
.leaflet-popup .entity-teaser--in-popup .entity-teaser__content {
  padding: 0.5rem 0;
}
.leaflet-popup .entity-teaser--in-popup .entity-teaser__meta-item {
  font-size: 0.85rem;
}

/**
 * @file
 * Popular searches component styles - integrated in explore header.
 */
.explore-page__quick-filters {
  margin-top: 8px;
  padding-top: 8px;
}
@media (max-width: 991.98px) {
  .explore-page__quick-filters {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .explore-page__quick-filters {
    margin-top: 1rem;
    padding-top: 1rem;
  }
}
.explore-page__quick-filters-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
}
@media (max-width: 767.98px) {
  .explore-page__quick-filters-label {
    font-size: 0.8125rem;
    margin-bottom: 0.625rem;
  }
}
.explore-page__quick-filters-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (max-width: 767.98px) {
  .explore-page__quick-filters-buttons {
    gap: 0.375rem;
  }
}

.quick-filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.875rem;
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .quick-filter-btn {
    padding: 0.3125rem 0.75rem;
    font-size: 0.8125rem;
  }
}
.quick-filter-btn i {
  font-size: 0.875rem;
}
@media (max-width: 767.98px) {
  .quick-filter-btn i {
    font-size: 0.8125rem;
  }
}
.quick-filter-btn:hover {
  background: #e9ecef;
  color: #212529;
}
.quick-filter-btn.active {
  background: #F35395;
  color: #fff;
}
.quick-filter-btn.active:hover {
  background: rgb(241.3369565217, 59.1630434783, 134.3097826087);
}
.quick-filter-btn:focus {
  outline: none;
}
.quick-filter-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.quick-filter-btn:disabled:hover {
  background: #f8f9fa;
  color: #495057;
}

.entity-teaser--creation {
  border: 1px solid #E0E0E0;
  background: #FFF;
  overflow: auto !important;
  max-height: 70vh;
}
.entity-teaser--creation::-webkit-scrollbar {
  width: 13px;
}
.entity-teaser--creation::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid transparent;
}
.entity-teaser--creation::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid transparent;
  background-clip: content-box;
  background-color: #999999;
}
.entity-teaser--creation .entity-teaser__left {
  background-color: transparent !important;
  padding: 0 !important;
  width: 220px;
  min-width: 220px;
  flex-shrink: 0;
}
@media (max-width: 1199.98px) {
  .entity-teaser--creation .entity-teaser__left {
    width: 180px;
    min-width: 180px;
  }
}
@media (max-width: 767.98px) {
  .entity-teaser--creation .entity-teaser__left {
    width: 100%;
    min-width: unset;
    height: 180px;
  }
}
.entity-teaser--creation .entity-teaser__thumbnail {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 12px 0 0 12px;
}
@media (max-width: 767.98px) {
  .entity-teaser--creation .entity-teaser__thumbnail {
    border-radius: 12px 12px 0 0;
  }
}
.entity-teaser--creation .entity-teaser__thumbnail-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.entity-teaser--creation .entity-teaser__thumbnail-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
  color: #999;
  font-size: 24px;
}
.entity-teaser--creation .entity-teaser__play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  transition: all 0.2s ease;
  pointer-events: none;
}
.entity-teaser--creation .entity-teaser__thumbnail:hover .entity-teaser__play-overlay {
  background: rgba(0, 0, 0, 0.8);
  transform: translate(-50%, -50%) scale(1.1);
}
.entity-teaser--creation .entity-teaser__media-count {
  position: absolute;
  bottom: 8px;
  left: 8px;
  display: flex;
  gap: 6px;
  z-index: 2;
}
.entity-teaser--creation .entity-teaser__media-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 8px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.entity-teaser--creation .entity-teaser__media-badge i {
  font-size: 10px;
}
.entity-teaser--creation .entity-teaser__status--creation {
  background-color: #9C27B0;
  color: #fff;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.entity-teaser--creation .entity-teaser__status--creation.profile-teaser__status:before, .entity-teaser--creation .entity-teaser__status--creation .entity-teaser__status:before {
  background-color: #9C27B0;
  opacity: 1;
}
.entity-teaser--creation .entity-teaser__domain {
  display: inline-block;
  padding: 2px 10px;
  background: #f0f0f0;
  color: #555;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .entity-teaser--creation {
    flex-direction: column;
  }
}

.creation-teaser__gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 8px;
  margin-top: 12px;
}
.creation-teaser__gallery-item {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
}
.creation-teaser__gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.creation-teaser__gallery-item:hover img {
  transform: scale(1.05);
}

.creation-teaser__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
}

.creation-teaser__videos-embedded {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.creation-teaser__video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #000;
}
.creation-teaser__video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.creation-teaser__share {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 16px;
  border-top: 1px solid #eee;
}

.creation-teaser__share-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  color: #555;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.creation-teaser__share-link i {
  font-size: 15px;
  color: #33A5EC;
}
.creation-teaser__share-link:hover {
  background: #33A5EC;
  border-color: #33A5EC;
  color: #fff;
  text-decoration: none;
}
.creation-teaser__share-link:hover i {
  color: #fff;
}

.creation-page {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 20px 60px;
}
.creation-page__creator {
  margin-bottom: 20px;
}
.creation-page__creator-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #333;
  transition: all 0.2s ease;
}
.creation-page__creator-link:hover {
  text-decoration: none;
  opacity: 0.8;
}
.creation-page__creator-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.creation-page__creator-avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.creation-page__creator-avatar-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.creation-page__creator-name {
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}
.creation-page__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #1a1a1a;
}
.creation-page__domain {
  display: inline-block;
  padding: 4px 14px;
  background: #9C27B0;
  color: #fff;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 12px;
}
.creation-page__description {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 24px;
}
.creation-page__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.creation-page__tag {
  display: inline-block;
  padding: 4px 12px;
  background: #f0f0f0;
  color: #555;
  border-radius: 20px;
  font-size: 13px;
}
.creation-page__videos {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.creation-page__video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #000;
}
.creation-page__video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.creation-page__gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .creation-page__gallery {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 8px;
  }
}
.creation-page__gallery--single {
  display: block;
}
.creation-page__gallery--single .creation-page__gallery-item {
  aspect-ratio: auto;
  max-width: 100%;
}
.creation-page__gallery--single .creation-page__gallery-img {
  width: 100%;
  height: auto;
  max-height: 600px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.98px) {
  .creation-page__gallery--single .creation-page__gallery-img {
    max-height: 400px;
  }
}
.creation-page__gallery-item {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
}
.creation-page__gallery-item:hover img {
  transform: scale(1.05);
}
.creation-page__gallery-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.creation-page__cta {
  text-align: center;
  margin-bottom: 30px;
}
.creation-page__cta .btn--pink {
  display: inline-block;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
}
.creation-page__share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.creation-page__share-label {
  font-size: 14px;
  color: #666;
}
.creation-page__share-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
}
.creation-page__share-btn--facebook {
  background: #1877F2;
}
.creation-page__share-btn--facebook:hover {
  background: rgb(11.4549180328, 95.1639344262, 203.5450819672);
  color: #fff;
}
.creation-page__share-btn--twitter {
  background: #000;
}
.creation-page__share-btn--twitter:hover {
  background: #333;
  color: #fff;
}
.creation-page__share-btn--copy {
  background: #666;
}
.creation-page__share-btn--copy:hover {
  background: #444;
}
@media (max-width: 991.98px) {
  .creation-page {
    padding: 20px 15px 40px;
  }
  .creation-page__title {
    font-size: 22px;
  }
  .creation-page__creator-avatar {
    width: 36px;
    height: 36px;
  }
}

.block-talents {
  position: relative;
  z-index: 2;
  margin: 54px 0;
}
@media (max-width: 1199.98px) {
  .block-talents {
    margin: 32px 0;
  }
}
@media (max-width: 767.98px) {
  .block-talents {
    margin: 16px 0;
  }
}
.block-talents__content {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
.block-talents__title {
  font-size: 39px;
  font-weight: 700;
  color: #33A5EC;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .block-talents__title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .block-talents__title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .block-talents__title {
    font-size: 28px;
    margin-bottom: 12px;
  }
}
.block-talents__text {
  font-size: 18px;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .block-talents__text {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767.98px) {
  .block-talents__text {
    font-size: 1rem;
  }
}
.block-talents__text p {
  margin: 0;
  font-size: 22px;
}
@media (max-width: 1199.98px) {
  .block-talents__text p {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .block-talents__text p {
    font-size: 1rem;
  }
}
.block-talents__subtitle {
  text-align: left;
  color: #6D6D6D;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.8px;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .block-talents__subtitle {
    font-size: 18px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .block-talents__subtitle {
    font-size: 16px;
  }
}
.block-talents__slider {
  position: relative;
  padding: 20px 0;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .block-talents__slider {
    padding: 15px 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .block-talents__slider {
    padding: 10px 0;
    margin-bottom: 20px;
  }
}
.block-talents__cta {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .block-talents__cta {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .block-talents__cta {
    margin-top: 24px;
  }
}
.block-talents .swiper-button-prev,
.block-talents .swiper-button-next {
  display: flex;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .block-talents .swiper-button-prev,
  .block-talents .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .block-talents .swiper-button-prev,
  .block-talents .swiper-button-next {
    display: none;
  }
}
.block-talents .swiper-button-prev::after,
.block-talents .swiper-button-next::after {
  font-size: 20px;
  color: #333;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .block-talents .swiper-button-prev::after,
  .block-talents .swiper-button-next::after {
    font-size: 16px;
  }
}
.block-talents .swiper-button-prev:hover,
.block-talents .swiper-button-next:hover {
  background: #4a9eff;
}
.block-talents .swiper-button-prev:hover::after,
.block-talents .swiper-button-next:hover::after {
  color: #fff;
}
.block-talents .swiper-button-prev {
  left: -25px;
}
@media (max-width: 1200px) {
  .block-talents .swiper-button-prev {
    left: 10px;
  }
}
.block-talents .swiper-button-next {
  right: -25px;
}
@media (max-width: 1200px) {
  .block-talents .swiper-button-next {
    right: 10px;
  }
}
.block-talents .swiper-horizontal {
  padding-bottom: 46px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 1199.98px) {
  .block-talents .swiper-horizontal {
    overflow: visible;
  }
}

.talents-swiper {
  padding: 20px 16px 60px;
}
@media (max-width: 768px) {
  .talents-swiper {
    padding: 15px 10px 50px;
  }
}
@media (max-width: 480px) {
  .talents-swiper {
    padding: 10px 5px 40px;
  }
}
.talents-swiper .swiper-wrapper {
  align-items: stretch;
}
.talents-swiper .swiper-slide {
  height: auto;
  max-width: 33.3%;
}
@media (max-width: 1199.98px) {
  .talents-swiper .swiper-slide {
    max-width: 100%;
  }
}
.talents-swiper.no-swiper {
  padding-bottom: 46px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 1199.98px) {
  .talents-swiper.no-swiper {
    overflow: visible;
  }
}
.talents-swiper.no-swiper .swiper-wrapper {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 1199.98px) {
  .talents-swiper.no-swiper .swiper-wrapper {
    gap: 30px;
  }
}
@media (max-width: 991.98px) {
  .talents-swiper.no-swiper .swiper-wrapper {
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .talents-swiper.no-swiper .swiper-wrapper {
    gap: 16px;
  }
}
.talents-swiper.no-swiper .swiper-slide {
  flex: 0 1 calc(33.333% - 27px);
  max-width: calc(33.333% - 27px);
  flex: 0 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
}
@media (max-width: 1199.98px) {
  .talents-swiper.no-swiper .swiper-slide {
    flex: 0 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
  }
}
@media (max-width: 991.98px) {
  .talents-swiper.no-swiper .swiper-slide {
    flex: 0 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 767.98px) {
  .talents-swiper.no-swiper .swiper-slide {
    flex: 0 1 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
}
@media (max-width: 575.98px) {
  .talents-swiper.no-swiper .swiper-slide {
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.talent-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}
.talent-card-link:hover {
  text-decoration: none;
  color: inherit;
}

.talent-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  border: 1px solid #E8E8E8;
  cursor: pointer;
}
@media (max-width: 768px) {
  .talent-card {
    border-radius: 16px;
  }
}
@media (max-width: 480px) {
  .talent-card {
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  }
}
.talent-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  .talent-card:hover {
    transform: translateY(-3px);
  }
}
.talent-card__image {
  position: relative;
  width: 100%;
  height: 224px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .talent-card__image {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .talent-card__image {
    height: 180px;
  }
}
.talent-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.talent-card__image:hover img {
  transform: scale(1.05);
}
.talent-card__initials {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 48px;
  font-weight: 600;
  text-transform: uppercase;
  aspect-ratio: 1;
  min-height: 200px;
}
@media (max-width: 768px) {
  .talent-card__initials {
    font-size: 36px;
    min-height: 180px;
  }
}
@media (max-width: 480px) {
  .talent-card__initials {
    font-size: 32px;
    min-height: 160px;
  }
}
.talent-card__location {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
@media (max-width: 768px) {
  .talent-card__location {
    top: 15px;
    right: 15px;
    padding: 6px 12px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .talent-card__location {
    top: 10px;
    right: 10px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 16px;
  }
}
.talent-card__content {
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .talent-card__content {
    padding: 24px;
  }
}
@media (max-width: 480px) {
  .talent-card__content {
    padding: 20px;
  }
}
.talent-card__name {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .talent-card__name {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
@media (max-width: 480px) {
  .talent-card__name {
    font-size: 18px;
  }
}
.talent-card__description {
  font-size: 16px;
  line-height: 1.5;
  color: #6c757d;
  margin-bottom: 20px;
  flex: 1;
}
@media (max-width: 768px) {
  .talent-card__description {
    font-size: 15px;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .talent-card__description {
    font-size: 14px;
    line-height: 1.4;
  }
}
.talent-card__link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .talent-card__link {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .talent-card__link {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}
.talent-card__link:hover {
  color: #4a9eff;
  transform: translateX(5px);
}
.talent-card__actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .talent-card__actions {
    gap: 6px;
  }
}
.talent-card__follow {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  color: #333;
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.talent-card__follow:hover {
  background: #33A5EC;
  color: #fff;
  border-color: #33A5EC;
}
.talent-card__follow--active {
  background: #33A5EC;
  color: #fff;
  border-color: #33A5EC;
}
.talent-card__follow--active:hover {
  background: #e0e0e0;
  color: #333;
  border-color: #e0e0e0;
}
@media (max-width: 480px) {
  .talent-card__follow {
    padding: 5px 10px;
    font-size: 11px;
  }
}
.talent-card__contact {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  color: #555;
  background: transparent;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.talent-card__contact:hover {
  background: #333;
  color: #fff;
  border-color: #333;
}
@media (max-width: 480px) {
  .talent-card__contact {
    padding: 5px 10px;
    font-size: 11px;
  }
}
.talent-card__followers {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #888;
  margin-bottom: 8px;
}
.talent-card__followers i {
  font-size: 11px;
}
@media (max-width: 480px) {
  .talent-card__followers {
    font-size: 11px;
  }
}

.swiper-pagination {
  margin: 30px auto 0;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ddd;
  opacity: 1;
  margin: 0 6px;
  transition: all 0.3s ease;
}
.swiper-pagination-bullet-active {
  background: #4a9eff;
}
.swiper-pagination .swiper-slide {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

/*
.btn {
  display: inline-block;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 30px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  &--primary {
    background: #4a9eff;
    color: #fff;
    &:hover {
      background: #3a8eef;
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(74, 158, 255, 0.3);
    }
  }
}*/
@media (max-width: 576px) {
  .block-talents .btn {
    padding: 12px 24px;
    font-size: 14px;
  }
  .talent-card__link {
    width: 100%;
    justify-content: center;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 8px;
  }
  .talent-card__link:hover {
    background: #e9ecef;
    transform: translateX(0);
  }
}
.block-projects {
  width: 100%;
  padding: 60px 0 90px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .block-projects {
    margin: 32px 0 32px;
    padding: 0;
  }
}
.block-projects::before, .block-projects::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.6;
}
.block-projects::before {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #D8C8FF 0%, transparent 70%);
  top: -200px;
  right: -100px;
}
@media (max-width: 768px) {
  .block-projects::before {
    width: 300px;
    height: 300px;
    opacity: 0.4;
  }
}
.block-projects::after {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, #FBCADE 0%, transparent 70%);
  bottom: -150px;
  left: -50px;
}
@media (max-width: 768px) {
  .block-projects::after {
    width: 200px;
    height: 200px;
    opacity: 0.4;
  }
}
.block-projects__inner {
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .block-projects__inner .row {
    flex-direction: column-reverse;
  }
}
.block-projects__title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #505050;
  margin: 0 0 24px 0;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .block-projects__title {
    font-size: 1rem;
    margin-bottom: 16px;
    margin-top: 16px;
  }
}
.block-projects__list {
  max-height: 400px;
  overflow-y: auto;
  position: relative;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.block-projects__list::-webkit-scrollbar {
  width: 13px;
}
.block-projects__list::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid transparent;
}
.block-projects__list::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid transparent;
  background-clip: content-box;
  background-color: #999999;
}
@media (max-width: 768px) {
  .block-projects__list {
    max-height: 300px;
    padding-right: 5px;
    gap: 10px;
  }
}
.block-projects__list .project-teaser-wrapper {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .block-projects__list .project-teaser-wrapper {
    margin-bottom: 12px;
  }
}
.block-projects__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  pointer-events: none;
  z-index: 10;
  left: 50%;
  right: 0;
  height: 4px;
  background: #8453FF;
  transform: translateX(-50%);
  width: 110%;
  border-radius: 9px;
}
@media (max-width: 480px) {
  .block-projects__content::after {
    height: 8px;
  }
}
.block-projects__cta {
  position: sticky;
  top: 100px;
}
@media (max-width: 1024px) {
  .block-projects__cta {
    position: static;
  }
}
@media (max-width: 768px) {
  .block-projects__cta {
    text-align: center;
  }
}
.block-projects__cta-content {
  text-align: left;
}
@media (max-width: 768px) {
  .block-projects__cta-content {
    text-align: center;
  }
}
.block-projects__cta-title {
  font-size: 40px;
  font-weight: 700;
  color: #8453FF;
  margin: 0 0 24px 0;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .block-projects__cta-title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .block-projects__cta-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .block-projects__cta-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
.block-projects__cta-description, .block-projects__cta-description p {
  font-size: 18px !important;
  color: #333333;
  line-height: 1.4 !important;
  margin: 0 0 32px 0;
}
@media (max-width: 768px) {
  .block-projects__cta-description, .block-projects__cta-description p {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .block-projects__cta-description, .block-projects__cta-description p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
.block-projects__cta-button {
  display: inline-block;
  background: #8453FF;
  color: #ffffff;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .block-projects__cta-button {
    padding: 12px 28px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .block-projects__cta-button {
    padding: 10px 24px;
    font-size: 12px;
    width: 100%;
    text-align: center;
  }
}
.block-projects__cta-button:hover {
  background: #5E1EFF;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(132, 83, 255, 0.3);
  color: #ffffff;
  text-decoration: unset;
}
.block-projects__cta-button:active {
  transform: translateY(0);
}

.project-teaser {
  border-radius: 8px;
  transition: all 0.3s ease;
  overflow: hidden;
}
.project-teaser:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  text-decoration: none;
}
.project-teaser__wrapper {
  background: var(--field-bg-color);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
}
.project-teaser__icon {
  width: 42px;
  height: 100%;
  background: var(--field-color);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  padding-top: 16px;
}
.project-teaser__icon img {
  width: 37px;
  height: 37px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}
.project-teaser__icon-default {
  color: #127BBC;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.project-teaser__icon-default svg {
  width: 32px;
  height: 32px;
}
.project-teaser__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.project-teaser__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000000;
  margin: 0;
  line-height: 1.2;
}
.project-teaser__title a {
  color: inherit;
  text-decoration: none;
}
.project-teaser__title a:hover {
  text-decoration: underline;
}
.project-teaser__meta {
  display: flex;
  gap: 12px;
  align-items: center;
}
.project-teaser__tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.project-teaser__category {
  display: inline-block;
  padding: 4px 12px;
  background: #000000;
  color: #ffffff;
  border-radius: 16px;
  font-size: 14px;
}
.project-teaser__actions {
  display: flex;
  align-items: self-start;
  gap: 20px;
  justify-self: end;
  padding: 20px 16px 0 20px;
}
.project-teaser__location {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #505050;
  font-size: 16px;
  white-space: nowrap;
}
.project-teaser__location img {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}
.project-teaser__featured {
  color: #ff6b6b;
  display: flex;
  align-items: center;
}
.project-teaser__featured svg {
  width: 32px;
  height: 32px;
}
.project-teaser__action {
  font-size: 16px;
  color: #505050;
}
.project-teaser__description {
  grid-column: 1/-1;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #505050;
  font-size: 16px;
  line-height: 1.5;
}
.project-teaser--featured {
  background: linear-gradient(135deg, #e6f3ff 0%, #c8e6ff 100%);
  border-color: #56B4EF;
}
.project-teaser--featured .project-teaser__icon {
  background: #56B4EF;
}
@media (max-width: 1024px) {
  .project-teaser__wrapper {
    grid-template-columns: auto 1fr auto;
    gap: 12px;
  }
  .project-teaser__content {
    padding: 16px;
  }
  .project-teaser__actions {
    padding: 16px 12px 0 16px;
  }
}
@media (max-width: 768px) {
  .project-teaser__wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .project-teaser__icon {
    display: none;
  }
  .project-teaser__content {
    padding: 16px;
  }
  .project-teaser__title {
    font-size: 1rem;
    margin-bottom: 8px;
  }
  .project-teaser__meta {
    flex-wrap: wrap;
    gap: 8px;
  }
  .project-teaser__location {
    font-size: 14px;
  }
  .project-teaser__actions {
    justify-self: start;
    padding: 0 16px 16px;
    gap: 16px;
  }
  .project-teaser__featured svg, .project-teaser__action svg {
    width: 24px;
    height: 24px;
  }
  .project-teaser__description {
    grid-column: 1;
    margin-top: 0;
    padding: 12px 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .project-teaser__wrapper {
    border-radius: 6px;
  }
  .project-teaser__title {
    font-size: 0.9rem;
  }
  .project-teaser__category {
    font-size: 12px;
    padding: 3px 10px;
  }
  .project-teaser__location {
    font-size: 13px;
  }
}

.project-teaser-clickable {
  cursor: pointer;
}
.project-teaser-clickable.project-teaser--hover .project-teaser__title, .project-teaser-clickable:hover .project-teaser__title {
  color: var(--field-color, #5BA7E7);
}

.block-events {
  position: relative;
  overflow: hidden;
}
.block-events__wrapper {
  position: relative;
  min-height: 500px;
  background: linear-gradient(90deg, #F35395 0%, #D40F60 100%);
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .block-events__wrapper {
    min-height: auto;
  }
}
.block-events__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1299px) {
  .block-events__background {
    display: none;
  }
}
.block-events__background-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.block-events__background-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.block-events__background-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
@media (max-width: 768px) {
  .block-events__background-wrapper::after {
    background: rgba(0, 0, 0, 0.5);
  }
}
.block-events__background::after {
  content: "";
  position: absolute;
  top: -10%;
  right: -150px;
  width: 300px;
  height: 120%;
  background: linear-gradient(90deg, #D40F60 0%, #F35395 100%);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .block-events__background::after {
    right: -100px;
    width: 200px;
  }
}
@media (max-width: 768px) {
  .block-events__background::after {
    display: none;
  }
}
.block-events__content {
  position: relative;
  z-index: 3;
  padding: 60px 0;
}
@media (max-width: 1199.98px) {
  .block-events__content {
    padding: 36px 0;
  }
}
.block-events__intro {
  color: #ffffff;
  padding-right: 40px;
}
@media (max-width: 1199.98px) {
  .block-events__intro {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .block-events__intro {
    text-align: center;
    margin-bottom: 30px;
  }
}
.block-events__title {
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 20px;
  color: #ffffff;
}
@media (max-width: 1199.98px) {
  .block-events__title {
    font-size: 38px;
  }
}
@media (max-width: 991.98px) {
  .block-events__title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .block-events__title {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
.block-events__description, .block-events__description p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 30px;
  opacity: 0.9;
}
@media (max-width: 1199.98px) {
  .block-events__description, .block-events__description p {
    font-size: 16px;
  }
}
.block-events__cta {
  display: inline-block;
  background: #ffffff;
  color: #F35395;
  padding: 14px 40px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.3s ease;
  text-transform: uppercase;
  border: 1px solid #F35395;
}
@media (max-width: 768px) {
  .block-events__cta {
    padding: 12px 32px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .block-events__cta {
    padding: 10px 24px;
    font-size: 12px;
    width: 100%;
    text-align: center;
  }
}
.block-events__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  color: #D40F60;
  border: 1px solid #D40F60;
  text-decoration: none;
}
.block-events__cta-description, .block-events__cta-description p {
  font-size: 18px !important;
  line-height: 1.4 !important;
  margin: 0 0 30px;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .block-events__cta-description, .block-events__cta-description p {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .block-events__cta-description, .block-events__cta-description p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
.block-events__featured {
  position: relative;
}
@media (min-width: 992px) {
  .block-events__featured {
    padding-left: 42px;
  }
}
.block-events__featured-title {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .block-events__featured-title {
    font-size: 14px;
    text-align: center;
    margin-bottom: 16px;
  }
}
.block-events__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 480px;
  overflow-y: auto;
  padding-bottom: 30px;
  padding-right: 26px;
  position: relative;
  /*
  &::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(91, 167, 231, 0.8) 50%,
        #5BA7E7 100%
    );
    pointer-events: none;
    z-index: 1;
  }*/
}
@media (max-width: 768px) {
  .block-events__list {
    max-height: 300px;
    padding-right: 16px;
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .block-events__list {
    max-height: none;
    overflow-y: visible;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.block-events__list::-webkit-scrollbar {
  width: 6px;
}
.block-events__list::-webkit-scrollbar-track {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
}
.block-events__list::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border: 3px solid transparent;
  border-radius: 3px;
}
.block-events__list::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}
.block-events__list .entity-teaser {
  background-color: #ffffff;
  cursor: pointer;
}
.block-events__list .entity-teaser__content {
  padding: 0 20px 0 0;
}
.block-events__list .entity-teaser__actions, .block-events__list .entity-teaser__expand, .block-events__list .entity-teaser__tags {
  display: none;
}
.block-events__list .entity-teaser__meta {
  margin-bottom: 0;
}
.block-events__empty {
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
  text-align: center;
  padding: 40px;
}

.block-services {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right, #FFF5F9 0%, #FFF 50%);
}
@media (max-width: 768px) {
  .block-services {
    background: linear-gradient(to bottom, #FFF5F9 0%, #FFF 100%);
  }
}
.block-services::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(251, 202, 222, 0.3) 0%, transparent 70%);
  top: -150px;
  left: -100px;
  filter: blur(80px);
}
@media (max-width: 768px) {
  .block-services::before {
    width: 200px;
    height: 200px;
    opacity: 0.5;
  }
}
.block-services__inner {
  position: relative;
  z-index: 1;
  padding: 60px 0;
}
@media (max-width: 991.98px) {
  .block-services__inner {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .block-services__inner {
    padding: 30px 0;
  }
}
.block-services__cta {
  padding-right: 40px;
}
@media (max-width: 1199.98px) {
  .block-services__cta {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .block-services__cta {
    margin-bottom: 30px;
    text-align: center;
  }
}
.block-services__cta-content {
  text-align: left;
}
@media (max-width: 768px) {
  .block-services__cta-content {
    text-align: center;
  }
}
.block-services__cta-title {
  font-size: 40px;
  font-weight: 700;
  color: #F35395;
  margin: 0 0 24px 0;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .block-services__cta-title {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .block-services__cta-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.block-services__cta-description, .block-services__cta-description p {
  font-size: 18px !important;
  color: #333333;
  line-height: 1.4 !important;
  margin: 0 0 32px 0;
}
@media (max-width: 768px) {
  .block-services__cta-description, .block-services__cta-description p {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .block-services__cta-description, .block-services__cta-description p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
.block-services__cta-button {
  display: inline-block;
  background: #F35395;
  color: #ffffff;
  padding: 14px 40px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .block-services__cta-button {
    padding: 12px 32px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .block-services__cta-button {
    padding: 10px 24px;
    font-size: 12px;
    width: 100%;
    text-align: center;
  }
}
.block-services__cta-button:hover {
  background: rgb(239.6739130435, 35.3260869565, 119.6195652174);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(243, 83, 149, 0.3);
  color: #ffffff;
  text-decoration: none;
}
.block-services__content {
  position: relative;
}
.block-services__title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #505050;
  margin: 0 0 24px 0;
  text-align: right;
  text-transform: capitalize;
}
@media (max-width: 1199.98px) {
  .block-services__title {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .block-services__title {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 16px;
  }
}
.block-services__list-wrapper {
  position: relative;
}
.block-services__list-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  pointer-events: none;
  z-index: 10;
  left: 50%;
  right: 0;
  height: 4px;
  background: #F35395;
  transform: translateX(-50%);
  width: 110%;
  border-radius: 9px;
}
@media (max-width: 480px) {
  .block-services__list-wrapper::after {
    height: 8px;
  }
}
.block-services__list {
  max-height: 356px;
  overflow-y: auto;
  position: relative;
  padding-right: 10px;
}
.block-services__list::-webkit-scrollbar {
  width: 13px;
}
.block-services__list::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid transparent;
}
.block-services__list::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid transparent;
  background-clip: content-box;
  background-color: #999999;
}
@media (max-width: 768px) {
  .block-services__list {
    max-height: 300px;
    padding-right: 5px;
  }
}
.block-services__profile-wrapper {
  margin-bottom: 12px;
}
.block-services__profile-wrapper:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .block-services__profile-wrapper {
    margin-bottom: 10px;
  }
}
.block-services__empty {
  text-align: center;
  color: #505050;
  font-style: italic;
  padding: 40px;
}
.block-services .profile-teaser {
  transition: all 0.3s ease;
}
.block-services .profile-teaser:hover {
  transform: translateX(-8px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .block-services .profile-teaser:hover {
    transform: translateX(-4px);
  }
}
@media (max-width: 480px) {
  .block-services .profile-teaser:hover {
    transform: translateY(-2px);
  }
}
.block-services .profile-teaser-clickable {
  cursor: pointer;
}

@media (max-width: 576px) {
  .block-services__content .col-lg-6:first-child {
    order: 2;
  }
  .block-services__content .col-lg-6:last-child {
    order: 1;
  }
}
.block-creations-ia {
  position: relative;
  z-index: 2;
}
.block-creations-ia__wrapper {
  background: #fff;
  padding: 80px 0;
  position: relative;
}
@media (max-width: 1199.98px) {
  .block-creations-ia__wrapper {
    padding: 50px 0;
  }
}
@media (max-width: 991.98px) {
  .block-creations-ia__wrapper {
    padding: 40px 0;
  }
}
.block-creations-ia__header {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .block-creations-ia__header {
    margin-bottom: 30px;
  }
}
.block-creations-ia__title {
  color: #33A5EC;
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 16px;
  letter-spacing: -0.5px;
}
@media (max-width: 1199.98px) {
  .block-creations-ia__title {
    font-size: 34px;
  }
}
@media (max-width: 991.98px) {
  .block-creations-ia__title {
    font-size: 28px;
  }
}
.block-creations-ia__description {
  color: #666;
  font-size: 17px;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 32px;
}
.block-creations-ia__description p {
  color: #666;
  margin: 0;
}
@media (max-width: 991.98px) {
  .block-creations-ia__description {
    font-size: 15px;
  }
}
.block-creations-ia__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1199.98px) {
  .block-creations-ia__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .block-creations-ia__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.block-creations-ia__empty {
  text-align: center;
  color: #999;
  font-style: italic;
  padding: 60px 0;
}
.block-creations-ia__empty p {
  margin: 0;
  font-size: 16px;
}
.block-creations-ia__slider {
  position: relative;
  padding: 0 50px;
}
@media (max-width: 991.98px) {
  .block-creations-ia__slider {
    padding: 0 35px;
  }
}
@media (max-width: 767.98px) {
  .block-creations-ia__slider {
    padding: 0 10px;
  }
}
.block-creations-ia__slider .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.block-creations-ia__slider .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: unset;
  transform: unset;
}
.block-creations-ia__slider .swiper {
  overflow: hidden;
}
.block-creations-ia__slider .swiper-slide {
  height: auto;
}
.block-creations-ia__slider .swiper-slide .creation-card {
  height: 100%;
}
.block-creations-ia__slider .swiper-button-prev,
.block-creations-ia__slider .swiper-button-next {
  color: #33A5EC;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.block-creations-ia__slider .swiper-button-prev::after,
.block-creations-ia__slider .swiper-button-next::after {
  font-size: 16px;
  font-weight: bold;
}
.block-creations-ia__slider .swiper-button-prev:hover,
.block-creations-ia__slider .swiper-button-next:hover {
  background: #33A5EC;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.block-creations-ia__slider .swiper-button-prev.swiper-button-disabled,
.block-creations-ia__slider .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .block-creations-ia__slider .swiper-button-prev,
  .block-creations-ia__slider .swiper-button-next {
    display: none;
  }
}
.block-creations-ia__slider .swiper-button-prev {
  left: 0;
}
.block-creations-ia__slider .swiper-button-next {
  right: 0;
}
.block-creations-ia__slider .swiper-pagination {
  position: relative;
  margin-top: 24px;
  bottom: auto;
}
.block-creations-ia__slider .swiper-pagination .swiper-pagination-bullet {
  background: #33A5EC;
  opacity: 0.3;
  transition: all 0.3s ease;
}
.block-creations-ia__slider .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.block-creations-ia__cta {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  .block-creations-ia__cta {
    margin-top: 30px;
  }
}
.block-creations-ia__cta-button {
  display: inline-block;
  background: transparent;
  color: #1a1a1a;
  padding: 14px 40px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #1a1a1a;
  transition: all 0.3s ease;
}
.block-creations-ia__cta-button:hover {
  background: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .block-creations-ia__cta-button {
    padding: 12px 32px;
    font-size: 13px;
    width: 100%;
    text-align: center;
  }
}

.creation-card {
  display: block;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  cursor: pointer;
}
.creation-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  color: inherit;
  border-color: #d0d0d0;
}
.creation-card:hover .creation-card__image img {
  transform: scale(1.05);
}
.creation-card__image {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f0f0f0;
}
.creation-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.creation-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  font-size: 48px;
}
.creation-card__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  z-index: 2;
  transition: all 0.3s ease;
}
.creation-card:hover .creation-card__play-icon {
  background: rgba(0, 0, 0, 0.8);
  transform: translate(-50%, -50%) scale(1.1);
}
.creation-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  pointer-events: none;
}
.creation-card__info {
  padding: 16px 18px 18px;
}
.creation-card__title {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 10px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.creation-card__creator {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.creation-card__avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.creation-card__avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.creation-card__avatar-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #8453FF 0%, #4200E9 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
}
.creation-card__creator-name {
  font-size: 13px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.creation-card__creator-name .ai-artist-badge {
  flex-shrink: 0;
}
.creation-card__domain {
  display: inline-block;
  padding: 3px 10px;
  background: #f0f0f0;
  color: #555;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 500;
}
.creation-card__followers {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: #888;
  margin-bottom: 6px;
  margin-top: 6px;
}
.creation-card__followers i {
  font-size: 10px;
}
.creation-card__actions {
  display: flex;
  gap: 6px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.creation-card__follow {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 600;
  color: #333;
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.creation-card__follow:hover {
  background: #33A5EC;
  color: #fff;
  border-color: #33A5EC;
}
.creation-card__follow--active {
  background: #33A5EC;
  color: #fff;
  border-color: #33A5EC;
}
.creation-card__follow--active:hover {
  background: #e0e0e0;
  color: #333;
  border-color: #e0e0e0;
}
.creation-card__contact {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 600;
  color: #555;
  background: transparent;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.creation-card__contact:hover {
  background: #333;
  color: #fff;
  border-color: #333;
}

.touch-active {
  transform: scale(0.98);
  opacity: 0.9;
  transition: all 0.1s ease;
}

@media (max-width: 480px) {
  .project-teaser__actions a, .project-teaser__actions button,
  .talent-card__link a,
  .talent-card__link button,
  .profile-teaser__actions a,
  .profile-teaser__actions button {
    min-height: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .block-talents__slider .swiper {
    max-height: 70vh;
  }
  .block-projects__list,
  .block-services__list,
  .block-events__list {
    max-height: 60vh;
  }
}
@media (max-width: 768px) {
  .block-projects .container,
  .block-talents .container,
  .block-services .container,
  .block-events .container {
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }
  .block-projects .row,
  .block-talents .row,
  .block-services .row,
  .block-events .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .block-projects [class*=col-],
  .block-talents [class*=col-],
  .block-services [class*=col-],
  .block-events [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .project-teaser:hover,
  .talent-card:hover,
  .profile-teaser:hover {
    transform: none;
  }
  .project-teaser,
  .talent-card,
  .profile-teaser {
    transition: opacity 0.2s ease;
  }
}
@media (max-width: 480px) {
  .block-projects__cta-description,
  .block-services__cta-description,
  .block-events__description,
  .block-talents__text {
    text-align: left;
    -webkit-hyphens: auto;
            hyphens: auto;
    word-wrap: break-word;
  }
}
@media (max-width: 768px) {
  .ui-dialog.entity-teaser-modal {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
  .ui-dialog.entity-teaser-modal .ui-dialog-content {
    height: calc(100% - 50px) !important;
    max-height: none !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }
  .ui-dialog.entity-teaser-modal .ui-dialog-titlebar {
    position: sticky;
    top: 0;
    z-index: 10;
    background: white;
    border-bottom: 1px solid #e0e0e0;
  }
}
@media (max-width: 768px) {
  .block-projects__list,
  .block-services__list,
  .block-events__list {
    -webkit-overflow-scrolling: touch;
  }
  .block-projects__list::-webkit-scrollbar,
  .block-services__list::-webkit-scrollbar,
  .block-events__list::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 768px) {
  .project-teaser__actions a:focus,
  .talent-card__link:focus,
  .block-projects__cta-button:focus,
  .block-services__cta-button:focus,
  .block-events__cta:focus {
    outline: 3px solid #33A5EC;
    outline-offset: 2px;
  }
  .project-teaser__location,
  .talent-card__location,
  .project-teaser__category {
    font-weight: 500;
  }
}

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