@charset "UTF-8";
: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;
}

.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%;
  }
}
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
  color: #666;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: #666;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #333;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #333;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: transparent !important;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  margin-bottom: 44px;
}

.fancybox-video,
.fancybox-iframe {
  background: #f7f7f7;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
  border-radius: 30px;
  overflow: hidden;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button::after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: calc(50% - 15px);
  top: -15px;
  opacity: 1;
  /* Styling for Small-Screen Devices */
}
@media all and (min-width: 575px) {
  .fancybox-slide--image .fancybox-close-small,
  .fancybox-slide--video .fancybox-close-small,
  .fancybox-slide--iframe .fancybox-close-small {
    right: 4px;
    top: 4px;
  }
}
.fancybox-slide--image .fancybox-close-small svg,
.fancybox-slide--video .fancybox-close-small svg,
.fancybox-slide--iframe .fancybox-close-small svg {
  color: #808080;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #cdcdcd;
  background: white;
  opacity: 1;
  transition: ease-in-out 0.2s;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  transform: scale(0.9);
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
.fancybox-slide--iframe {
  padding: 12px;
}

/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */
.ms-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: auto !important;
  top: auto !important;
}

.ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
}

.ms-choice {
  display: block;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #aaa;
  text-align: left;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-color: #fff;
  height: 4rem;
  padding: 0.5rem 1rem;
}

.ms-choice.disabled {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.ms-choice > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-left: 8px;
  height: 4rem;
  line-height: 4rem;
  font-size: 14px;
}

.ms-choice > span.placeholder {
  color: #999;
  font-size: 15px;
}

.ms-choice > div.icon-close {
  position: absolute;
  top: 0px;
  right: 16px;
  height: 100%;
  width: 16px;
}

.ms-choice > div.icon-close:before {
  content: "×";
  color: #888;
  font-weight: 500;
}

.ms-choice > div.icon-close:hover:before {
  color: #333;
}

.ms-choice > div.icon-caret {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: 8px;
  margin-top: -2px;
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
}

.ms-choice > div.icon-caret.open {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.ms-drop {
  width: auto;
  min-width: 100%;
  overflow: hidden;
  display: none;
  margin-top: -1px;
  padding: 8px 0;
  position: absolute;
  z-index: 1000;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.ms-drop.bottom {
  top: 100%;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.ms-drop.top {
  bottom: 100%;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.ms-search {
  display: inline-block;
  margin: 0;
  min-height: 26px;
  padding: 2px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000;
  box-sizing: border-box;
}

.ms-search input {
  width: 100%;
  height: auto !important;
  min-height: 24px;
  padding: 0 5px;
  margin: 0;
  outline: 0;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-shadow: none;
}

.ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 0;
}

.ms-drop ul > li {
  list-style: none;
  display: list-item;
  background-image: none;
  position: static;
  padding: 0.25rem 8px;
}

.ms-drop ul > li .disabled {
  font-weight: normal !important;
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  cursor: default;
}

.ms-drop ul > li.multiple {
  display: block;
  float: left;
}

.ms-drop ul > li.group {
  clear: both;
  text-transform: uppercase;
  margin: 8px 0 4px;
}

.ms-drop ul > li.multiple label {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ms-drop ul > li label {
  position: relative;
  margin-bottom: 0;
  display: block;
  white-space: nowrap;
  cursor: pointer;
}

.ms-drop ul > li label.optgroup {
  font-weight: 500;
}

.ms-drop ul > li.hide-radio {
  padding: 0;
}

.ms-drop ul > li.hide-radio:focus,
.ms-drop ul > li.hide-radio:hover {
  background-color: #f8f9fa;
}

.ms-drop ul > li.hide-radio.selected {
  color: #fff;
  background-color: #007bff;
}

.ms-drop ul > li.hide-radio label {
  margin-bottom: 0;
  padding: 5px 8px;
}

.ms-drop ul > li.hide-radio input {
  display: none;
}

.ms-drop ul > li.option-level-1 label {
  padding-left: 28px;
}

.ms-drop ul > li.option-divider {
  padding: 0;
  border-top: 1px solid #e9ecef;
}

.ms-drop input[type=radio],
.ms-drop input[type=checkbox] {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.ms-drop .ms-no-results {
  display: none;
  color: red;
  text-align: center;
  font-size: 15px;
}

.ms-drop .ms-select-all {
  padding-bottom: 10px;
  margin-bottom: 8px;
  border-bottom: 1px solid #aaa;
  padding-left: 8px;
}

.tippy-tooltip[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

.tippy-iOS {
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent;
}

.tippy-popper {
  pointer-events: none;
  max-width: calc(100vw - 10px);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: transform;
}

.tippy-tooltip {
  position: relative;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  background-color: #333;
  transition-property: visibility, opacity, transform;
  outline: 0;
}

.tippy-tooltip[data-placement^=top] > .tippy-arrow {
  border-width: 8px 8px 0;
  border-top-color: #333;
  margin: 0 3px;
  transform-origin: 50% 0;
  bottom: -7px;
}

.tippy-tooltip[data-placement^=bottom] > .tippy-arrow {
  border-width: 0 8px 8px;
  border-bottom-color: #333;
  margin: 0 3px;
  transform-origin: 50% 7px;
  top: -7px;
}

.tippy-tooltip[data-placement^=left] > .tippy-arrow {
  border-width: 8px 0 8px 8px;
  border-left-color: #333;
  margin: 3px 0;
  transform-origin: 0 50%;
  right: -7px;
}

.tippy-tooltip[data-placement^=right] > .tippy-arrow {
  border-width: 8px 8px 8px 0;
  border-right-color: #333;
  margin: 3px 0;
  transform-origin: 7px 50%;
  left: -7px;
}

.tippy-tooltip[data-interactive][data-state=visible] {
  pointer-events: auto;
}

.tippy-tooltip[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  padding: 5px 9px;
}

.custom-inputs-holder {
  width: 100%;
  max-width: 1280px;
  margin: 40px auto;
}

.custom-input-list {
  list-style: revert-layer;
  padding-left: 8px;
  margin-left: 16px;
}
.custom-input-list li {
  margin-bottom: 8px;
}
.custom-input-list li ul {
  list-style: revert-layer;
  padding-left: 8px;
  margin-left: 16px;
}
.custom-input-list li ul li:nth-of-type(1) {
  margin-top: 8px;
}
.custom-input-list li ul li:nth-of-type(3) {
  margin-bottom: 8px;
}

.custom-inputs-table {
  width: 100%;
  overflow: hidden;
  border-collapse: collapse;
  border-radius: 5px;
}

.custom-inputs-table td,
.custom-inputs-table th {
  padding: 8px;
  border: 1px solid #ddd;
  font-size: 16px;
}

.custom-inputs-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.custom-inputs-table tr:hover {
  background-color: #ddd;
}

.custom-inputs-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #8bc34a;
  color: #fff;
  text-align: left;
}

.custom-input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
  width: 100%;
}
.custom-input ::-moz-placeholder {
  opacity: 1;
  color: #8a8886;
}
.custom-input ::placeholder {
  opacity: 1;
  color: #8a8886;
}
.custom-input__invisible {
  display: none;
}
.custom-input__error {
  display: none;
  margin-bottom: 4px;
  color: #ff0000;
}
.custom-input__tooltip {
  width: 18px;
  height: 18px;
  background: url("./images/help-icon.svg") no-repeat;
  background-position: center;
  background-size: contain;
  color: transparent;
  margin-left: 4px;
}
.custom-input__tooltip-holder {
  display: flex;
  align-items: center;
  gap: 8px;
}
.custom-input label {
  display: flex;
  align-items: center;
  width: 150px;
  width: 100%;
  margin: 0 0 8px;
  padding: 0;
  font-size: 16px;
  line-height: 18px;
}
.custom-input .datepicker-input {
  cursor: pointer;
}
.custom-input .datepicker-input ~ .custom-input__icon {
  pointer-events: none;
}
.custom-input[data-label-weight=bold] > label {
  font-weight: bold;
}
.custom-input[data-label=false] > label {
  display: none;
}
.custom-input[data-tooltip=false] .tippy-admin-help,
.custom-input[data-tooltip=false] .custom-input__tooltip {
  display: none;
}
.custom-input[data-tooltip-position=relative] .tippy-admin-help {
  position: relative !important;
}
.custom-input[data-label-visibility=hidden] > label {
  visibility: hidden;
}
.custom-input[data-height=bigger] > label {
  font-size: 16px;
}
.custom-input[data-height=bigger] > input {
  height: 50px;
  font-size: 16px;
}
.custom-input[data-height=bigger] .ms-choice,
.custom-input[data-height=bigger] .ms-choice > span {
  height: 50px;
  font-size: 16px;
  line-height: 50px;
}
.custom-input[data-height=bigger] .radio-item input[type=radio] + .radio-label:before,
.custom-input[data-height=bigger] .radio-item input[type=checkbox] + .radio-label:before {
  min-width: 22px;
  min-height: 22px;
}
.custom-input[data-height=bigger] .radio-item input[type=radio] + .radio-label,
.custom-input[data-height=bigger] .radio-item input[type=checkbox] + .radio-label {
  font-size: 15px;
}
.custom-input[data-height=biggest] > label {
  font-size: 18px;
  line-height: 20px;
}
.custom-input[data-height=biggest] > input {
  height: 60px;
  font-size: 18px;
}
.custom-input[data-height=biggest] .ms-choice,
.custom-input[data-height=biggest] .ms-choice > span {
  height: 60px;
  font-size: 18px;
  line-height: 60px;
}
.custom-input[data-height=biggest] .radio-item input[type=radio] + .radio-label:before,
.custom-input[data-height=biggest] .radio-item input[type=checkbox] + .radio-label:before {
  width: 24px;
  height: 24px;
}
.custom-input[data-height=biggest] .radio-item input[type=radio] + .radio-label,
.custom-input[data-height=biggest] .radio-item input[type=checkbox] + .radio-label {
  font-size: 16px;
}
.custom-input input,
.custom-input textarea,
.custom-input select {
  display: inline-flex;
  width: 100%;
  height: 48px;
  padding: 0.5rem 10px;
  transition: ease-in-out 0.2s;
  border: 2px solid #ccc;
  border-radius: 8px;
  outline: none;
  background-color: #fff;
  color: #333;
  font-size: 16px;
}
.custom-input input ~ .multiple-select button,
.custom-input textarea ~ .multiple-select button,
.custom-input select ~ .multiple-select button {
  border: 2px solid #ccc;
  outline: none;
  background-color: #fff;
}
.custom-input input ~ .multiple-select button:focus,
.custom-input textarea ~ .multiple-select button:focus,
.custom-input select ~ .multiple-select button:focus {
  border: 2px solid #ff8c00;
  outline: none;
  background-color: rgba(0, 116, 255, 0.05);
}
.custom-input input:focus,
.custom-input textarea:focus,
.custom-input select:focus {
  border: 2px solid #ff8c00;
  background-color: rgba(0, 116, 255, 0.05);
  background: white;
}
.custom-input input[disabled],
.custom-input textarea[disabled],
.custom-input select[disabled] {
  background: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
}
.custom-input input[disabled] ~ .multiple-select button,
.custom-input textarea[disabled] ~ .multiple-select button,
.custom-input select[disabled] ~ .multiple-select button {
  background: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
}
.custom-input input[disabled] ~ .multiple-select button > span,
.custom-input textarea[disabled] ~ .multiple-select button > span,
.custom-input select[disabled] ~ .multiple-select button > span {
  color: #999;
}
.custom-input input[disabled] ~ .multiple-select button:focus,
.custom-input textarea[disabled] ~ .multiple-select button:focus,
.custom-input select[disabled] ~ .multiple-select button:focus {
  border: 1px solid #808080;
  outline: none;
}
.custom-input input[disabled]:hover, .custom-input input[disabled]:focus,
.custom-input textarea[disabled]:hover,
.custom-input textarea[disabled]:focus,
.custom-input select[disabled]:hover,
.custom-input select[disabled]:focus {
  border-color: rgba(0, 0, 0, 0.1);
}
.custom-input textarea {
  min-height: 200px;
  padding-top: 1rem;
}
.custom-input .multiple-select ul li label {
  display: flex;
}
.custom-input .multiple-select ul li label input {
  position: relative;
  width: 20px;
  max-width: 50px;
  height: 20px;
  margin: 0;
  margin: 0 8px 0 0;
}
.custom-input .multiple-select ul li label span {
  order: 2;
  font-size: 15px;
}
.custom-input--error .custom-input__error {
  display: flex;
  align-items: center;
  gap: 4px;
}
.custom-input--error input,
.custom-input--error textarea,
.custom-input--error select {
  border-color: #ff0000;
  background-color: rgba(255, 77, 77, 0.02);
  background: white;
}
.custom-input--error input ~ .multiple-select button, .custom-input--error input ~ .group-select .ms-choice,
.custom-input--error textarea ~ .multiple-select button,
.custom-input--error textarea ~ .group-select .ms-choice,
.custom-input--error select ~ .multiple-select button,
.custom-input--error select ~ .group-select .ms-choice {
  border-color: #ff0000;
  background-color: rgba(255, 77, 77, 0.02);
}
.custom-input--horizontal {
  position: relative;
  flex-direction: row;
  align-items: center;
  padding-top: 24px;
}
.custom-input--horizontal label {
  width: auto;
  margin: 0 16px 0 0;
}
.custom-input--horizontal[data-label-width=fixed] label {
  width: 200px;
}
.custom-input--horizontal .custom-input__error {
  position: absolute;
  top: 0;
  left: 0;
}
.custom-input--horizontal .custom-input__icon {
  right: 12px;
  bottom: 12px;
}
.custom-input--upload .custom-input__icon {
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.custom-input--upload .custom-input__icon img {
  width: 100%;
}
.custom-input--upload input {
  padding-top: 10px;
  cursor: pointer;
}
.custom-input--upload input[type=file]::file-selector-button {
  display: none;
}
.custom-input--with-pen:after {
  content: "";
  position: absolute;
  top: 44px;
  right: 8px;
  width: 16px;
  height: 16px;
  transform: rotate(0) !important;
  background: url("./images/pen.png") no-repeat;
  pointer-events: none;
}
.custom-input--with-pen select {
  border: 1px solid transparent;
  background: transparent;
  text-indent: 1px;
  text-overflow: "";
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.custom-input--radio .custom-input__wrap {
  display: flex;
  flex-direction: row;
}
.custom-input--radio .custom-input__wrap--column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.custom-input--radio .radio-item {
  min-width: 85px;
  margin: 0 30px 0 0;
}
.custom-input--radio .radio-item:last-child {
  margin-right: 0;
}
.custom-input--radio .radio-item label {
  margin-top: 0;
}
.custom-input--radio .radio-item input[type=radio],
.custom-input--radio .radio-item input[type=checkbox] {
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: 0;
  cursor: pointer;
}
.custom-input--radio .radio-item input[type=radio] + .radio-label,
.custom-input--radio .radio-item input[type=checkbox] + .radio-label {
  margin-bottom: 0;
  font-size: 14px;
  cursor: pointer;
}
.custom-input--radio .radio-item input[type=radio] + .radio-label:before,
.custom-input--radio .radio-item input[type=checkbox] + .radio-label:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  width: 20px;
  height: 20px;
  margin-right: 1em;
  transition: all 250ms ease;
  border: 2px solid #ccc;
  border-radius: 4px;
  background: #f4f4f4;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  pointer-events: none;
}
.custom-input--radio .radio-item input[type=radio]:checked + .radio-label:before,
.custom-input--radio .radio-item input[type=checkbox]:checked + .radio-label:before {
  background-color: #ff7913;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.custom-input--radio .radio-item input[type=radio][disabled],
.custom-input--radio .radio-item input[type=checkbox][disabled] {
  cursor: not-allowed !important;
}
.custom-input--radio .radio-item input[type=radio][disabled] ~ label,
.custom-input--radio .radio-item input[type=checkbox][disabled] ~ label {
  opacity: 0.5;
  cursor: not-allowed !important;
}
.custom-input--radio .radio-item input[type=radio][disabled] ~ label:before,
.custom-input--radio .radio-item input[type=checkbox][disabled] ~ label:before {
  cursor: not-allowed !important;
}
.custom-input--radio .radio-item input[type=radio][disabled]:not(:checked) ~ label:before,
.custom-input--radio .radio-item input[type=checkbox][disabled]:not(:checked) ~ label:before {
  background: #f4f4f4;
}
.custom-input--radio .radio-item input[type=radio]:focus + .radio-label:before,
.custom-input--radio .radio-item input[type=checkbox]:focus + .radio-label:before {
  border-color: #ff7913;
  outline: none;
}
.custom-input--radio .radio-item input[type=radio]:disabled + .radio-label:before,
.custom-input--radio .radio-item input[type=checkbox]:disabled + .radio-label:before {
  border-color: #f4f4f4;
  background: #f4f4f4;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.custom-input--radio .radio-item input[type=radio] + .radio-label:empty:before,
.custom-input--radio .radio-item input[type=checkbox] + .radio-label:empty:before {
  margin-right: 0;
}
.custom-input--radio.custom-input--error .radio-item label:before {
  border: 1px solid #ff0000 !important;
}
.custom-input--radio-vertical {
  flex-direction: row;
  align-items: center;
}
.custom-input--radio-vertical.custom-input--error {
  flex-wrap: wrap;
}
.custom-input--radio-vertical.custom-input--error .custom-input__error {
  flex: 1 0 100%;
}
.custom-input--radio-vertical > label {
  width: auto;
  margin: 0 16px 0 0;
}
.custom-input__icon {
  position: absolute;
  right: 28px;
  bottom: 44px;
}
.custom-input__fake-label {
  display: flex;
  align-items: center;
  min-width: auto;
  min-height: 40px;
  margin: 0 0 2rem;
  font-size: 16px;
  line-height: 18px;
}

.multiple-select .ms-search {
  padding: 0.25rem 8px;
  margin: 4px 0;
}
.multiple-select .ms-search input {
  min-height: 32px;
  padding: 4px 8px;
  font-size: 16px;
}

.group-select .ms-drop .optgroup {
  padding: 8px 0;
  font-size: 15px;
}
.group-select .ms-drop li label {
  padding-left: 1.25rem;
}
.group-select .ms-choice:focus {
  outline: none;
}
.group-select .ms-drop ul > li.ms-select-all label {
  padding-left: 0;
}
.group-select:disabled ~ .group-select button {
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0.1);
}

.answer-form {
  padding: 50px 30px;
  min-height: 300px;
  color: #808080;
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .answer-form {
    padding: 24px 16px;
  }
  .answer-form .custom-input {
    margin-bottom: 1.5rem;
  }
}
.answer-form .row {
  align-items: flex-end;
}
.answer-form__title {
  font-size: 28px;
  font-weight: bold;
  color: #656565;
  margin-bottom: 30px;
}
.answer-form__title span {
  color: #ff8c00;
}
.answer-form__login {
  margin: 0;
  padding: 20px 5px;
  margin-bottom: 2rem;
  background: linear-gradient(0deg, rgba(255, 140, 0, 0.4), rgba(255, 140, 0, 0.4)), rgba(255, 255, 255, 0.2);
  border-radius: 15px;
}
.answer-form__login .custom-input {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .answer-form__login .custom-input {
    margin-bottom: 1rem;
  }
}
.answer-form__login-intro {
  display: flex;
  margin-bottom: -30px;
}
.answer-form__login-intro p {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  max-width: 238px;
}
.answer-form__login-intro img {
  max-width: 80px;
}
.answer-form__login-btn {
  background: #0074ff;
  border-radius: 8px;
  color: white;
  font-size: 16px;
  outline: none;
  width: 100%;
  border: none;
  font-weight: normal;
  height: 100%;
  min-height: 48px;
  cursor: pointer;
  transition: ease-in-out 0.2s;
}
.answer-form__login-btn:hover, .answer-form__login-btn:focus {
  background: #0066e0;
  box-shadow: 0 6px 18px rgba(0, 116, 255, 0.35);
  transform: translateY(-2px);
  outline: none;
}
.answer-form .textarea-wrap {
  position: relative;
  width: 100%;
}
.answer-form .clear-btn {
  position: absolute;
  bottom: 16px;
  right: 16px;
  color: #898989;
  text-decoration: underline;
  display: none;
  font-size: 14px;
  transition: 0.2s ease;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.answer-form .clear-btn:hover {
  text-decoration: none;
}
.answer-form .clear-btn:focus {
  border: none;
  outline: none;
}
.answer-form .custom-input--upload {
  padding-top: 0;
  overflow: hidden;
  position: relative;
}
.answer-form .custom-input--upload .custom-input__icon {
  position: absolute;
  background: #e2e2e2;
  right: 2px;
  bottom: 2px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #898989;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.answer-form .custom-input--upload .custom-input__icon span {
  display: inline-block;
  margin-top: -7px;
}
.answer-form .ms-choice {
  height: 48px;
  border-radius: 8px;
}
.answer-form .ms-choice span {
  height: 48px;
  line-height: 48px;
}
.answer-form #questionTextarea {
  min-height: 100px;
}
.answer-form .custom-input__wrap {
  flex-direction: column;
  gap: 16px;
  margin: 0 auto;
  max-width: 330px;
}
.answer-form .custom-input__wrap .radio-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.answer-form .custom-input__wrap label {
  color: #808080;
}
.answer-form .custom-input__wrap label div span {
  display: block;
}
.answer-form .submit-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin: 0 auto;
  max-width: 330px;
  margin-bottom: 30px;
}
.answer-form .submit-actions .delete {
  width: auto;
  background: none;
  outline: none;
  border: none;
  color: #0074ff;
  font-size: 16px;
  cursor: pointer;
  padding: 0;
}
.answer-form .submit-actions .delete:hover {
  text-decoration: underline;
}
.answer-form .send {
  background-color: #84f834;
  width: 100%;
  border-radius: 8px;
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #333333;
  cursor: pointer;
  font-size: 20px;
  border-bottom: 4px solid #60b122;
  transition: background-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}
.answer-form .send:hover {
  background-color: #95ff50;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(132, 248, 52, 0.3);
}
.answer-form .send:active {
  transform: translateY(0px);
  box-shadow: 0 3px 6px rgba(132, 248, 52, 0.2);
}
.answer-form .send:focus {
  outline: 3px solid rgba(132, 248, 52, 0.6);
  outline-offset: 3px;
}
.answer-form .terms {
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
}
.answer-form .terms-small {
  font-size: 12px;
  line-height: 14px;
}

.answer-form .title-holder {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
@media (max-width: 575px) {
  .answer-form .title-holder {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.answer-form .title-holder img {
  max-width: 180px;
}
@media (max-width: 575px) {
  .answer-form .title-holder img {
    margin: 0 auto;
    max-width: 120px;
  }
}
.answer-form .title-mascot {
  display: flex;
  justify-content: center;
}
.answer-form .title-content {
  padding-top: 16px;
  font-size: 16px;
  width: 100%;
  max-width: 460px;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .answer-form .title-content {
    max-width: 100%;
    text-align: center;
    margin-top: -20px;
  }
}
.answer-form .title-content::after {
  content: "";
  position: absolute;
  width: 116px;
  height: 106px;
  right: -70px;
  top: 75px;
  background: url("./images/arrow-bottom.png") no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .answer-form .title-content::after {
    content: none;
  }
}
.answer-form .title-content .answer-form__title {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 20px;
}
.answer-form__registration-holder {
  display: flex;
  align-items: stretch !important;
  gap: 30px;
  margin-top: -44px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .answer-form__registration-holder {
    flex-direction: column;
    margin-top: 0;
  }
}
.answer-form__benefits {
  background: white;
  flex: 1;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.answer-form__benefits-holder {
  padding: 30px;
}
.answer-form__benefits p {
  color: #0074ff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.answer-form__benefits ul {
  padding-left: 0;
}
.answer-form__benefits ul li {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
.answer-form__benefits ul li:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("./images/check-bold.png") no-repeat;
}
.answer-form__registration {
  flex: 1;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.answer-form__registration .custom-input {
  margin-bottom: 1rem;
}
.answer-form__registration .verification__status-message {
  overflow: hidden;
}
.answer-form__registration .verification__status-message .verification__status-message-holder {
  border-radius: 8px;
  font-size: 16px;
  line-height: 22px;
}
.answer-form__sign-or {
  position: relative;
  text-align: center;
  color: #000;
}
.answer-form__sign-or::after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 100%;
  height: 1px;
  background: #c7c7c7;
  z-index: 1;
}
.answer-form__sign-or span {
  display: inline-block;
  padding: 0 10px;
  background: #f2f7fc;
  position: relative;
  z-index: 2;
  font-size: 12px;
  color: #000;
}
.answer-form__socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  padding: 15px 0;
}
.answer-form__socials a {
  transition: ease-in-out 0.3s;
}
.answer-form__socials a:hover {
  transform: translateY(-5px);
}
.answer-form .send {
  margin-bottom: 16px;
}
.answer-form .terms-small {
  text-align: center;
}

.answer-form__user {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}
.answer-form__user-avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.answer-form__user-avatar img {
  max-width: 54px;
}
.answer-form__user-ranking {
  display: flex;
  flex-direction: row;
  gap: 4px;
  color: white;
  background: #ff8c00;
  border: 2px solid #f0f4fa;
  border-radius: 18px;
  font-size: 12px;
  padding: 0 8px;
  margin-top: -6px;
}
.answer-form__user-ranking img {
  max-width: 11px;
}
.answer-form__user-info {
  color: #808080;
}
.answer-form__user-info p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
.answer-form__user-info span {
  display: block;
  font-size: 16px;
  line-height: 19px;
}
.answer-form .custom-input--radio {
  margin-bottom: 1rem;
}

.relative {
  position: relative;
}
.relative.answer-form__login {
  overflow: hidden;
  align-items: center;
  min-height: 230px;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 576px) {
  .relative.answer-form__login {
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 150px;
  }
}
.relative.answer-form__login .answer-form__login-intro {
  justify-content: center;
}
@media (min-width: 576px) {
  .relative.answer-form__login .answer-form__login-intro {
    margin-bottom: 0;
    align-items: center;
  }
}
.relative.answer-form__login .answer-form__login-intro p {
  margin-bottom: 0;
}

.is-disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.verification__get-link #get-verification-link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 320px;
  margin: 0 auto;
}
.verification__status-message {
  display: none;
}
.verification__status-message-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(139, 195, 74, 0.95);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
}
.verification__status-message-holder div {
  position: absolute;
  right: 16px;
  top: 8px;
  z-index: 21;
  cursor: pointer;
}
.verification__status-message-holder p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
}
.verification__login {
  display: none;
}
.verification__login .custom-input {
  margin-bottom: 0;
}
.verification__login .answer-form__login-btn {
  margin-top: 12px;
}
.verification__registration-send-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.index {
  padding: 16px 0;
}
.index__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: linear-gradient(135deg, #ffffff 1%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  width: 100%;
  max-width: 400px;
  border-radius: 8px;
}
.index img {
  display: block;
  max-width: 180px;
  margin: 30px auto;
}
.index h1 {
  margin: 30px 0;
  font-size: 40px;
  color: #333;
  text-align: center;
  position: relative;
  font-weight: 600;
}
.index h1::before, .index h1::after {
  content: "";
  display: block;
  width: 100px;
  margin: 0 auto;
  height: 1px;
  background: #dedede;
  margin-bottom: 30px;
}
.index h1::after {
  margin-top: 30px;
  margin-bottom: 0;
}
.index h1 span {
  display: block;
  padding-top: 8px;
  font-size: 26px;
  color: #333;
}
.index ol {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 16px 0 16px;
  list-style: none;
  counter-reset: fs-counter;
}
@media only screen and (min-width: 576px) {
  .index ol {
    padding: 0;
  }
}
.index ol li {
  position: relative;
  counter-increment: fs-counter;
  width: 100%;
  max-width: 400px;
}
.index ol li:before {
  content: counter(fs-counter);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-weight: 500;
  position: absolute;
  font-size: 26px;
  left: -20px;
  top: 6px;
  line-height: 1;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #dedede;
  text-align: center;
  box-shadow: 1px 1px 0 #999;
  transition: ease-in-out 0.3s;
  transform: rotate(15deg);
}
.index ol li:hover:before {
  border: 1px solid #333;
  color: #0074ff;
  transform: rotate(0deg);
}
.index ol li:hover a {
  border: 1px solid #333;
  text-decoration: none;
  box-shadow: 1px 1px 0 #999;
}
.index ol li a {
  display: block;
  padding: 16px;
  text-align: center;
  background: #f5f5f5;
  border: 1px solid #dedede;
  border-radius: 8px;
  transition: ease-in-out 0.3s;
  text-decoration: none;
  color: #333;
}

.answer-page {
  padding: 30px;
  background: #f7f7f7;
}
.answer-page .answer__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto 15px;
  width: 100%;
  cursor: pointer;
}
.answer-page .answer__button:hover {
  opacity: 0.6;
}
.answer-page .answer__button__loader {
  position: absolute;
  left: 20px;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background-image: url(images/preloader-black.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
  opacity: 0.6;
  animation: rotating 1s linear infinite;
}
.answer-page .answer__button.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.answer-page .answer__button.disabled .answer__button__loader {
  display: block;
}
.answer-page .answer__button.disabled input {
  cursor: not-allowed;
}
.answer-page .answer__button input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: transparent;
  border: 0;
  outline: 0;
  z-index: 1;
  cursor: pointer;
  width: 100%;
}
.answer-page .answer__button .loader {
  position: absolute;
  left: 20px;
}

html,
body {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: Rubik, sans-serif;
  font-weight: 400;
}