/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* Primary actions and buttons, links, for indicating progress, and representing authentication */
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
:root {
  --bs-blue: #491d6e;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #ffffff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #491d6e;
  --bs-secondary: #330f52;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 115, 115, 115;
  --bs-body-color-rgb: 51, 51, 51;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-root-font-size: 1rem;
  --bs-body-font-family: Arial;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #333333;
  --bs-body-bg: #ffffff; }

*,
*::before,
*::after {
  box-sizing: border-box; }

:root {
  font-size: var(--bs-root-font-size); }

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(115, 115, 115, 0); }

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0;
  color: #000000; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul {
  padding-left: 2rem; }

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: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small, .small {
  font-size: 0.875em; }

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #491d6e; }
  a:hover {
    color: #3a1758;
    text-decoration: underline; }

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #ffffff;
  background-color: #212529;
  border-radius: 3px; }
  kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

caption {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #737373;
  text-align: left; }

th {
  font-weight: bold;
  text-align: inherit;
  text-align: -webkit-match-parent; }

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

label {
  display: inline-block; }

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,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }
  select:disabled {
    opacity: 1; }

[list]::-webkit-calendar-picker-indicator {
  display: none; }

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; }

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit; }
  legend + * {
    clear: left; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield; }

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::file-selector-button {
  font: inherit; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

iframe {
  border: 0; }

summary {
  display: list-item;
  cursor: pointer; }

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-5 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2; }

.display-6 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2; }

.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: 0.875em;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }
  .blockquote > :last-child {
    margin-bottom: 0; }

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 0.875em;
  color: #6c757d; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 641px) {
  .container, .container-sm {
    max-width: 1170px; } }

@media (min-width: 642px) {
  .container, .container-sm, .container-md {
    max-width: 1170px; } }

@media (min-width: 643px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1170px; } }

@media (min-width: 644px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1170px; } }

@media (min-width: 645px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1170px; } }

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 auto;
  width: 8.33333%; }

.col-2 {
  flex: 0 0 auto;
  width: 16.66667%; }

.col-3 {
  flex: 0 0 auto;
  width: 25%; }

.col-4 {
  flex: 0 0 auto;
  width: 33.33333%; }

.col-5 {
  flex: 0 0 auto;
  width: 41.66667%; }

.col-6 {
  flex: 0 0 auto;
  width: 50%; }

.col-7 {
  flex: 0 0 auto;
  width: 58.33333%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.66667%; }

.col-9 {
  flex: 0 0 auto;
  width: 75%; }

.col-10 {
  flex: 0 0 auto;
  width: 83.33333%; }

.col-11 {
  flex: 0 0 auto;
  width: 91.66667%; }

.col-12 {
  flex: 0 0 auto;
  width: 100%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

@media (min-width: 641px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 642px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 643px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 644px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 645px) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: #f9f9f9;
  --bs-table-striped-color: #333333;
  --bs-table-striped-bg: transparent;
  --bs-table-active-color: #333333;
  --bs-table-active-bg: #f9f9f9;
  --bs-table-hover-color: #333333;
  --bs-table-hover-bg: #e2e2e2;
  width: 100%;
  margin-bottom: 1rem;
  color: #333333;
  vertical-align: top;
  border-color: transparent; }
  .table > :not(caption) > * > * {
    padding: 10px 15px;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
  .table > tbody {
    vertical-align: inherit; }
  .table > thead {
    vertical-align: bottom; }
  .table > :not(:first-child) {
    border-top: 2px solid transparent; }

.caption-top {
  caption-side: top; }

.table-sm > :not(caption) > * > * {
  padding: 10px 15px; }

.table-bordered > :not(caption) > * {
  border-width: 1px 0; }
  .table-bordered > :not(caption) > * > * {
    border-width: 0 1px; }

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0; }

.table-borderless > :not(:first-child) {
  border-top-width: 0; }

.table-striped > tbody > tr:nth-of-type(even) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color); }

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color); }

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color); }

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #cadcf8;
  --bs-table-striped-color: #737373;
  --bs-table-active-bg: #c6d7f1;
  --bs-table-active-color: #737373;
  --bs-table-hover-bg: #c8daf5;
  --bs-table-hover-color: #737373;
  color: #737373;
  border-color: #cfe2ff; }

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #dcdddf;
  --bs-table-striped-color: #737373;
  --bs-table-active-bg: #d7d8da;
  --bs-table-active-color: #737373;
  --bs-table-hover-bg: #dadbdc;
  --bs-table-hover-color: #737373;
  color: #737373;
  border-color: #e2e3e5; }

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #cce1d8;
  --bs-table-striped-color: #737373;
  --bs-table-active-bg: #c8dbd2;
  --bs-table-active-color: #737373;
  --bs-table-hover-bg: #caded5;
  --bs-table-hover-color: #737373;
  color: #737373;
  border-color: #d1e7dd; }

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #caeef5;
  --bs-table-striped-color: #737373;
  --bs-table-active-bg: #c6e7ee;
  --bs-table-active-color: #737373;
  --bs-table-hover-bg: #c8eaf2;
  --bs-table-hover-color: #737373;
  color: #737373;
  border-color: #cff4fc; }

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f8edc9;
  --bs-table-striped-color: #737373;
  --bs-table-active-bg: #f1e6c4;
  --bs-table-active-color: #737373;
  --bs-table-hover-bg: #f5e9c6;
  --bs-table-hover-color: #737373;
  color: #737373;
  border-color: #fff3cd; }

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #f1d2d5;
  --bs-table-striped-color: #737373;
  --bs-table-active-bg: #ebcdd0;
  --bs-table-active-color: #737373;
  --bs-table-hover-bg: #eed0d2;
  --bs-table-hover-color: #737373;
  color: #737373;
  border-color: #f8d7da; }

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #f1f2f3;
  --bs-table-striped-color: #737373;
  --bs-table-active-bg: #ebeced;
  --bs-table-active-color: #737373;
  --bs-table-hover-bg: #eeeff0;
  --bs-table-hover-color: #737373;
  color: #737373;
  border-color: #f8f9fa; }

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #ffffff;
  color: #ffffff;
  border-color: #212529; }

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

@media (max-width: 640.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 641.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 642.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 643.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 644.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

.form-label {
  margin-bottom: 0.5rem; }

.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; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem; }

.form-text {
  margin-top: 5px;
  font-size: 0.875em;
  color: #6c757d; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #737373;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e2e2e2;
  appearance: none;
  border-radius: 3px;
  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[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus {
    outline: 0;
    box-shadow: 0px 0px 10px 0px #00000033; }
  .form-control::-webkit-date-and-time-value {
    height: 1.5em; }
  .form-control::placeholder {
    color: #a7a7a7;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e2e2e2;
    opacity: 1; }
  .form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    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) {
      .form-control::file-selector-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3; }
  .form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    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) {
      .form-control::-webkit-file-upload-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #333333;
  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 {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 3px; }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem; }
  .form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem; }

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 3px; }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem; }
  .form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem; }

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px); }

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px); }

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px); }

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem; }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 3px; }
  .form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 3px; }

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none; }
  @media (prefers-reduced-motion: reduce) {
    .form-select {
      transition: none; } }
  .form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none; }
  .form-select:disabled {
    color: #a7a7a7;
    background-color: #e9ecef; }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529; }

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem; }
  .form-check .form-check-input {
    float: left;
    margin-left: -1.5em; }

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(115, 115, 115, 0.25);
  appearance: none;
  color-adjust: exact; }
  .form-check-input[type="checkbox"] {
    border-radius: 0.25em; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-check-input:checked {
    background-color: #491d6e;
    border-color: #0d6efd; }
    .form-check-input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #491d6e;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: 0.5; }

.form-check-label {
  color: #888787; }

.form-switch {
  padding-left: 2.5em; }
  .form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-switch .form-check-input {
        transition: none; } }
    .form-switch .form-check-input:focus {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-position: right center;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.form-check-inline {
  display: inline-block;
  margin-right: 1rem; }

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
  .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65; }

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .form-range:focus {
    outline: 0; }
    .form-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #491d6e;
    border: 0;
    border-radius: 1rem;
    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) {
      .form-range::-webkit-slider-thumb {
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #c8bbd4; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #491d6e;
    border: 0;
    border-radius: 1rem;
    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) {
      .form-range::-moz-range-thumb {
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #c8bbd4; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: #adb5bd; }
    .form-range:disabled::-moz-range-thumb {
      background-color: #adb5bd; }

.form-floating {
  position: relative; }
  .form-floating > .form-control,
  .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-floating > label {
        transition: none; } }
  .form-floating > .form-control {
    padding: 1rem 0.75rem; }
    .form-floating > .form-control::placeholder {
      color: transparent; }
    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:-webkit-autofill {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0; }
  .input-group > .form-control:focus,
  .input-group > .form-select:focus {
    z-index: 3; }
  .input-group .btn {
    position: relative;
    z-index: 2; }
    .input-group .btn:focus {
      z-index: 3; }

.input-group-text, .datepicker-button.input-group-append {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 3px; }

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .datepicker-button.input-group-append,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 3px; }

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .datepicker-button.input-group-append,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 3px; }

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem; }

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 5px;
  font-size: 0.875em;
  color: #198754; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem; }

.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: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 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: #198754;
    box-shadow: 0 0 0 rgba(25, 135, 84, 0.25); }

.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 .form-select:valid, .form-select.is-valid {
  border-color: #198754; }
  .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 rgba(25, 135, 84, 0.25); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #198754; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 rgba(25, 135, 84, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #198754; }

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em; }

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated
.input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1; }
  .was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated
  .input-group .form-select:valid:focus,
  .input-group .form-select.is-valid:focus {
    z-index: 3; }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 5px;
  font-size: 0.875em;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.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);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%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 rgba(220, 53, 69, 0.25); }

.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 .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #dc3545; }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 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; }

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em; }

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated
.input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2; }
  .was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated
  .input-group .form-select:invalid:focus,
  .input-group .form-select.is-invalid:focus {
    z-index: 3; }

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 10px 15px;
  font-size: 1rem;
  border-radius: 3px;
  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 {
      transition: none; } }
  .btn:hover {
    color: #333333;
    text-decoration: none; }
  .btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65; }

.btn-primary {
  color: #ffffff;
  background-color: #491d6e;
  border-color: #491d6e; }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #3e195e;
    border-color: #3a1758; }
  .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #ffffff;
    background-color: #3e195e;
    border-color: #3a1758;
    box-shadow: 0 0 0 0.25rem rgba(100, 63, 132, 0.5); }
  .btn-check:checked + .btn-primary,
  .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #3a1758;
    border-color: #371653; }
    .btn-check:checked + .btn-primary:focus,
    .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(100, 63, 132, 0.5); }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #ffffff;
    background-color: #491d6e;
    border-color: #491d6e; }

.btn-secondary {
  color: #ffffff;
  background-color: #330f52;
  border-color: #330f52; }
  .btn-secondary:hover {
    color: #ffffff;
    background-color: #2b0d46;
    border-color: #290c42; }
  .btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #ffffff;
    background-color: #2b0d46;
    border-color: #290c42;
    box-shadow: 0 0 0 0.25rem rgba(82, 51, 108, 0.5); }
  .btn-check:checked + .btn-secondary,
  .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #290c42;
    border-color: #260b3e; }
    .btn-check:checked + .btn-secondary:focus,
    .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(82, 51, 108, 0.5); }
  .btn-secondary:disabled, .btn-secondary.disabled {
    color: #ffffff;
    background-color: #330f52;
    border-color: #330f52; }

.btn-light {
  color: #737373;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #737373;
    background-color: #f9fafb;
    border-color: #f9fafb; }
  .btn-check:focus + .btn-light, .btn-light:focus {
    color: #737373;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 0.25rem rgba(228, 229, 230, 0.5); }
  .btn-check:checked + .btn-light,
  .btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
  .show > .btn-light.dropdown-toggle {
    color: #737373;
    background-color: #f9fafb;
    border-color: #f9fafb; }
    .btn-check:checked + .btn-light:focus,
    .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(228, 229, 230, 0.5); }
  .btn-light:disabled, .btn-light.disabled {
    color: #737373;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }

.btn-dark {
  color: #ffffff;
  background-color: #212529;
  border-color: #212529; }
  .btn-dark:hover {
    color: #ffffff;
    background-color: #1c1f23;
    border-color: #1a1e21; }
  .btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #ffffff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); }
  .btn-check:checked + .btn-dark,
  .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
  .show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #1a1e21;
    border-color: #191c1f; }
    .btn-check:checked + .btn-dark:focus,
    .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); }
  .btn-dark:disabled, .btn-dark.disabled {
    color: #ffffff;
    background-color: #212529;
    border-color: #212529; }

.btn-outline-primary {
  color: #491d6e;
  border-color: #491d6e; }
  .btn-outline-primary:hover {
    color: #ffffff;
    background-color: #491d6e;
    border-color: #491d6e; }
  .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(73, 29, 110, 0.5); }
  .btn-check:checked + .btn-outline-primary,
  .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #ffffff;
    background-color: #491d6e;
    border-color: #491d6e; }
    .btn-check:checked + .btn-outline-primary:focus,
    .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(73, 29, 110, 0.5); }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #491d6e;
    background-color: transparent; }

.btn-outline-secondary {
  color: #330f52;
  border-color: #330f52; }
  .btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #330f52;
    border-color: #330f52; }
  .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(51, 15, 82, 0.5); }
  .btn-check:checked + .btn-outline-secondary,
  .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
    color: #ffffff;
    background-color: #330f52;
    border-color: #330f52; }
    .btn-check:checked + .btn-outline-secondary:focus,
    .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(51, 15, 82, 0.5); }
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #330f52;
    background-color: transparent; }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #737373;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
  .btn-check:checked + .btn-outline-light,
  .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
    color: #737373;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-check:checked + .btn-outline-light:focus,
    .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light:disabled, .btn-outline-light.disabled {
    color: #f8f9fa;
    background-color: transparent; }

.btn-outline-dark {
  color: #212529;
  border-color: #212529; }
  .btn-outline-dark:hover {
    color: #ffffff;
    background-color: #212529;
    border-color: #212529; }
  .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }
  .btn-check:checked + .btn-outline-dark,
  .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
    color: #ffffff;
    background-color: #212529;
    border-color: #212529; }
    .btn-check:checked + .btn-outline-dark:focus,
    .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }
  .btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #212529;
    background-color: transparent; }

.btn-link {
  font-weight: 400;
  color: #0d6efd; }
  .btn-link:hover {
    color: #0a58ca;
    text-decoration: underline; }
  .btn-link:focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 3px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 3px; }

.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 {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }
  .collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease; }
    @media (prefers-reduced-motion: reduce) {
      .collapsing.collapse-horizontal {
        transition: none; } }

.dropup,
.dropend,
.dropdown,
.dropstart {
  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;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(115, 115, 115, 0.15);
  border-radius: 3px; }
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem; }

.dropdown-menu-start {
  --bs-position: start; }
  .dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0; }

.dropdown-menu-end {
  --bs-position: end; }
  .dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto; }

@media (min-width: 641px) {
  .dropdown-menu-sm-start {
    --bs-position: start; }
    .dropdown-menu-sm-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-sm-end {
    --bs-position: end; }
    .dropdown-menu-sm-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 642px) {
  .dropdown-menu-md-start {
    --bs-position: start; }
    .dropdown-menu-md-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-md-end {
    --bs-position: end; }
    .dropdown-menu-md-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 643px) {
  .dropdown-menu-lg-start {
    --bs-position: start; }
    .dropdown-menu-lg-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-lg-end {
    --bs-position: end; }
    .dropdown-menu-lg-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 644px) {
  .dropdown-menu-xl-start {
    --bs-position: start; }
    .dropdown-menu-xl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xl-end {
    --bs-position: end; }
    .dropdown-menu-xl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 645px) {
  .dropdown-menu-xxl-start {
    --bs-position: start; }
    .dropdown-menu-xxl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xxl-end {
    --bs-position: end; }
    .dropdown-menu-xxl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

.dropup .dropdown-menu[data-bs-popper] {
  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; }

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropend .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; }

.dropend .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropend .dropdown-toggle::after {
  vertical-align: 0; }

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropstart .dropdown-toggle::after {
  display: none; }

.dropstart .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; }

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropstart .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
    text-decoration: none;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #491d6e; }
  .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 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529; }

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item {
    color: #dee2e6; }
    .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
      color: #ffffff;
      background-color: rgba(255, 255, 255, 0.15); }
    .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
      color: #fff;
      background-color: #0d6efd; }
    .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
      color: #adb5bd; }
  .dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6; }
  .dropdown-menu-dark .dropdown-header {
    color: #adb5bd; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
  .btn-group > .btn-check:checked + .btn,
  .btn-group > .btn-check:focus + .btn,
  .btn-group > .btn:hover,
  .btn-group > .btn:focus,
  .btn-group > .btn:active,
  .btn-group > .btn.active,
  .btn-group-vertical > .btn-check:checked + .btn,
  .btn-group-vertical > .btn-check:focus + .btn,
  .btn-group-vertical > .btn:hover,
  .btn-group-vertical > .btn:focus,
  .btn-group-vertical > .btn:active,
  .btn-group-vertical > .btn.active {
    z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 11.25px;
  padding-left: 11.25px; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropend .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropstart .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn ~ .btn,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      transition: none; } }
  .nav-link:hover, .nav-link:focus {
    color: #0a58ca;
    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: none;
    border: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6;
      isolation: isolate; }
    .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: 3px; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #491d6e; }

.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; }

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%; }

.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-top: 0.5rem;
  padding-bottom: 0.5rem; }
  .navbar > .container,
  .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1rem;
  text-decoration: none;
  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; }

.navbar-text {
  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: 1rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      transition: none; } }
  .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto; }

@media (min-width: 641px) {
  .navbar-expand-sm {
    flex-wrap: 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 .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .offcanvas-header {
      display: none; }
    .navbar-expand-sm .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-sm .offcanvas-top,
    .navbar-expand-sm .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-sm .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 642px) {
  .navbar-expand-md {
    flex-wrap: 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 .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .offcanvas-header {
      display: none; }
    .navbar-expand-md .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-md .offcanvas-top,
    .navbar-expand-md .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-md .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 643px) {
  .navbar-expand-lg {
    flex-wrap: 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 .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .offcanvas-header {
      display: none; }
    .navbar-expand-lg .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-lg .offcanvas-top,
    .navbar-expand-lg .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-lg .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 644px) {
  .navbar-expand-xl {
    flex-wrap: 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 .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-xl .offcanvas-header {
      display: none; }
    .navbar-expand-xl .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-xl .offcanvas-top,
    .navbar-expand-xl .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-xl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 645px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; }
    .navbar-expand-xxl .offcanvas-header {
      display: none; }
    .navbar-expand-xxl .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-xxl .offcanvas-top,
    .navbar-expand-xxl .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-xxl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start; }
  .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 .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .offcanvas-header {
    display: none; }
  .navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none; }
  .navbar-expand .offcanvas-top,
  .navbar-expand .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0; }
  .navbar-expand .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible; }

.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(115, 115, 115, 0.55); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(115, 115, 115, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(115, 115, 115, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(115, 115, 115, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(115, 115, 115, 0.55);
  border-color: rgba(115, 115, 115, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(115, 115, 115, 0.55); }
  .navbar-light .navbar-text a,
  .navbar-light .navbar-text a:hover,
  .navbar-light .navbar-text a:focus {
    color: rgba(115, 115, 115, 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.55); }
  .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 .nav-link.active {
  color: #ffffff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55); }
  .navbar-dark .navbar-text a,
  .navbar-dark .navbar-text a:hover,
  .navbar-dark .navbar-text a:focus {
    color: #ffffff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(115, 115, 115, 0.125);
  border-radius: 3px; }
  .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;
  padding: 1rem 1rem; }

.card-title {
  margin-bottom: 0.5rem; }

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1rem; }

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(115, 115, 115, 0.03);
  border-bottom: 1px solid rgba(115, 115, 115, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(115, 115, 115, 0.03);
  border-top: 1px solid rgba(115, 115, 115, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  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-group > .card {
  margin-bottom: 0.75rem; }

@media (min-width: 641px) {
  .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; } }

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      transition: none; } }
  .accordion-button:not(.collapsed) {
    color: #421a63;
    background-color: #ede8f1;
    box-shadow: inset 0 -1px 0 rgba(115, 115, 115, 0.125); }
    .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
      transform: rotate(-180deg); }
  .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.accordion-header {
  margin-bottom: 0; }

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(115, 115, 115, 0.125); }
  .accordion-item:first-of-type {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .accordion-item:first-of-type .accordion-button {
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
  .accordion-item:not(:first-of-type) {
    border-top: 0; }
  .accordion-item:last-of-type {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
    .accordion-item:last-of-type .accordion-button.collapsed {
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
    .accordion-item:last-of-type .accordion-collapse {
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px; }

.accordion-body {
  padding: 1rem 1.25rem; }

.accordion-flush .accordion-collapse {
  border-width: 0; }

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .accordion-flush .accordion-item:first-child {
    border-top: 0; }
  .accordion-flush .accordion-item:last-child {
    border-bottom: 0; }
  .accordion-flush .accordion-item .accordion-button {
    border-radius: 0; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0;
  margin-bottom: 0;
  list-style: none; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 8px; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 8px;
    color: #e2e2e2;
    content: var(--bs-breadcrumb-divider, ">") /* rtl: var(--bs-breadcrumb-divider, ">") */; }

.breadcrumb-item.active {
  color: #e2e2e2; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  color: #888787;
  text-decoration: none;
  border: 0 solid transparent;
  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) {
    .page-link {
      transition: none; } }
  .page-link:hover {
    z-index: 2;
    color: #491d6e;
    text-decoration: none;
    border-color: transparent; }
  .page-link:focus {
    z-index: 3;
    color: #491d6e; }

.page-item.active .page-link {
  z-index: 3;
  color: #491d6e;
  border-color: transparent; }

.page-item.disabled .page-link {
  color: #e2e2e2;
  pointer-events: none;
  border-color: transparent; }

.page-link {
  padding: 0.375rem 0.75rem; }

.page-item .page-link { }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1rem; }

.pagination-lg .page-item .page-link {
  border-radius: 3px; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1rem; }

.pagination-sm .page-item .page-link {
  border-radius: 3px; }

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 3px; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 3rem; }
  .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem; }

.alert-primary {
  color: #2c1142;
  background-color: #dbd2e2;
  border-color: #c8bbd4; }
  .alert-primary .alert-link {
    color: #230e35; }

.alert-secondary {
  color: #1f0931;
  background-color: #d6cfdc;
  border-color: #c2b7cb; }
  .alert-secondary .alert-link {
    color: #190727; }

.alert-light {
  color: #a8a9a9;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light .alert-link {
    color: #868787; }

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf; }
  .alert-dark .alert-link {
    color: #101214; }

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 3px; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #491d6e;
  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; } }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 3px; }

.list-group-numbered {
  list-style-type: none;
  counter-reset: section; }
  .list-group-numbered > li::before {
    content: counters(section, ".") ". ";
    counter-increment: section; }

.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.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid rgba(115, 115, 115, 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: #ffffff;
    background-color: #491d6e;
    border-color: #0d6efd; }
  .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: 3px;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 3px;
    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: 641px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 3px;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 3px;
      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: 642px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 3px;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 3px;
      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: 643px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 3px;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 3px;
      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: 644px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 3px;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 3px;
      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; } }

@media (min-width: 645px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child {
      border-bottom-left-radius: 3px;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child {
      border-top-right-radius: 3px;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxl > .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: #2c1142;
  background-color: #dbd2e2; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #2c1142;
    background-color: #c5bdcb; }
  .list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #2c1142;
    border-color: #2c1142; }

.list-group-item-secondary {
  color: #1f0931;
  background-color: #d6cfdc; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #1f0931;
    background-color: #c1bac6; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: #1f0931;
    border-color: #1f0931; }

.list-group-item-light {
  color: #a8a9a9;
  background-color: #fefefe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #a8a9a9;
    background-color: #e5e5e5; }
  .list-group-item-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #a8a9a9;
    border-color: #a8a9a9; }

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #141619;
    background-color: #bebebf; }
  .list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #141619;
    border-color: #141619; }

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #737373;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 3px;
  opacity: 0.5; }
  .btn-close:hover {
    color: #737373;
    text-decoration: none;
    opacity: 0.75; }
  .btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 1; }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.25; }

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%); }

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(115, 115, 115, 0.1);
  box-shadow: 0px 0px 10px 0px #00000033;
  border-radius: 3px; }
  .toast.showing {
    opacity: 0; }
  .toast:not(.show) {
    display: none; }

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none; }
  .toast-container > :not(:last-child) {
    margin-bottom: 0.75rem; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(115, 115, 115, 0.05);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }
  .toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem; }

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  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 {
  height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(115, 115, 115, 0.2);
  border-radius: 3px;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #737373; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e2e2e2;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem 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;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #e2e2e2;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

@media (min-width: 641px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 643px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 644px) {
  .modal-xl {
    max-width: 1140px; } }

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen .modal-header {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }
  .modal-fullscreen .modal-footer {
    border-radius: 0; }

@media (max-width: 640.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 641.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 642.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 643.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 644.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0; } }

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .tooltip-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
    bottom: 0; }
    .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
      top: -1px;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
      right: -1px;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
    top: 0; }
    .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
      bottom: -1px;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
      left: -1px;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #737373;
  border-radius: 3px; }

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(115, 115, 115, 0.2);
  border-radius: 3px; }
  .popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem; }
    .popover .popover-arrow::before, .popover .popover-arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px); }
  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff; }

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem; }
  .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff; }

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px); }
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-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 > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-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[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0; }

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem; }
  .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #000000;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(115, 115, 115, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 1rem 1rem;
  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; }

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%); }

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
      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: #ffffff;
  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: #ffffff;
    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: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%; }

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0;
    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 [data-bs-target] {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #ffffff;
  text-align: center; }

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100); }

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #737373; }

.carousel-dark .carousel-caption {
  color: #737373; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */; } }

.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; } }

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .offcanvas {
      transition: none; } }

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .offcanvas-backdrop.fade {
    opacity: 0; }
  .offcanvas-backdrop.show {
    opacity: 0.5; }

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem; }
  .offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem; }

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5; }

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto; }

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%); }

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%); }

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%); }

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%); }

.offcanvas.show {
  transform: none; }

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5; }
  .placeholder.btn::before {
    display: inline-block;
    content: ""; }

.placeholder-xs {
  min-height: .6em; }

.placeholder-sm {
  min-height: .8em; }

.placeholder-lg {
  min-height: 1.2em; }

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite; }

@keyframes placeholder-glow {
  50% {
    opacity: 0.2; } }

.placeholder-wave {
  mask-image: linear-gradient(130deg, #737373 55%, rgba(0, 0, 0, 0.8) 75%, #737373 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite; }

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%; } }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.link-primary {
  color: #491d6e; }
  .link-primary:hover, .link-primary:focus {
    color: #3a1758; }

.link-secondary {
  color: #330f52; }
  .link-secondary:hover, .link-secondary:focus {
    color: #290c42; }

.link-light {
  color: #f8f9fa; }
  .link-light:hover, .link-light:focus {
    color: #f9fafb; }

.link-dark {
  color: #212529; }
  .link-dark:hover, .link-dark:focus {
    color: #1a1e21; }

.ratio {
  position: relative;
  width: 100%; }
  .ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""; }
  .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ratio-1x1 {
  --bs-aspect-ratio: 100%; }

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

.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; }

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020; }

@media (min-width: 641px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 642px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 643px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 644px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 645px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch; }

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch; }

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25; }

.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; }

.float-start, .datepicker-calendar .float-left {
  float: left !important; }

.float-end, .datepicker-calendar .float-right {
  float: right !important; }

.float-none {
  float: none !important; }

.opacity-0 {
  opacity: 0 !important; }

.opacity-25 {
  opacity: 0.25 !important; }

.opacity-50 {
  opacity: 0.5 !important; }

.opacity-75 {
  opacity: 0.75 !important; }

.opacity-100 {
  opacity: 1 !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-visible {
  overflow: visible !important; }

.overflow-scroll {
  overflow: scroll !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-grid {
  display: grid !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; }

.d-none {
  display: none !important; }

.shadow {
  box-shadow: 0px 0px 10px 0px #00000033 !important; }

.shadow-sm {
  box-shadow: 0px 0px 10px 0px #00000033 !important; }

.shadow-lg {
  box-shadow: 0px 0px 10px 0px #00000033 !important; }

.shadow-none {
  box-shadow: none !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; }

.top-0 {
  top: 0 !important; }

.top-50 {
  top: 50% !important; }

.top-100 {
  top: 100% !important; }

.bottom-0 {
  bottom: 0 !important; }

.bottom-50 {
  bottom: 50% !important; }

.bottom-100 {
  bottom: 100% !important; }

.start-0 {
  left: 0 !important; }

.start-50 {
  left: 50% !important; }

.start-100 {
  left: 100% !important; }

.end-0 {
  right: 0 !important; }

.end-50 {
  right: 50% !important; }

.end-100 {
  right: 100% !important; }

.translate-middle {
  transform: translate(-50%, -50%) !important; }

.translate-middle-x {
  transform: translateX(-50%) !important; }

.translate-middle-y {
  transform: translateY(-50%) !important; }

.border {
  border: 1px solid #e2e2e2 !important; }

.border-0 {
  border: 0 !important; }

.border-top {
  border-top: 1px solid #e2e2e2 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-end {
  border-right: 1px solid #e2e2e2 !important; }

.border-end-0 {
  border-right: 0 !important; }

.border-bottom {
  border-bottom: 1px solid #e2e2e2 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-start {
  border-left: 1px solid #e2e2e2 !important; }

.border-start-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #491d6e !important; }

.border-secondary {
  border-color: #330f52 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #212529 !important; }

.border-white {
  border-color: #ffffff !important; }

.border-1 {
  border-width: 1px !important; }

.border-2 {
  border-width: 2px !important; }

.border-3 {
  border-width: 3px !important; }

.border-4 {
  border-width: 4px !important; }

.border-5 {
  border-width: 5px !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; }

.mw-100 {
  max-width: 100% !important; }

.vw-100 {
  width: 100vw !important; }

.min-vw-100 {
  min-width: 100vw !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; }

.mh-100 {
  max-height: 100% !important; }

.vh-100 {
  height: 100vh !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-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; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.gap-0 {
  gap: 0 !important; }

.gap-1 {
  gap: 0.25rem !important; }

.gap-2 {
  gap: 0.5rem !important; }

.gap-3 {
  gap: 1rem !important; }

.gap-4 {
  gap: 1.5rem !important; }

.gap-5 {
  gap: 3rem !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; }

.justify-content-evenly {
  justify-content: space-evenly !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; }

.order-first {
  order: -1 !important; }

.order-0 {
  order: 0 !important; }

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mt-auto {
  margin-top: auto !important; }

.me-0 {
  margin-right: 0 !important; }

.me-1 {
  margin-right: 0.25rem !important; }

.me-2 {
  margin-right: 0.5rem !important; }

.me-3 {
  margin-right: 1rem !important; }

.me-4 {
  margin-right: 1.5rem !important; }

.me-5 {
  margin-right: 3rem !important; }

.me-auto {
  margin-right: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ms-0 {
  margin-left: 0 !important; }

.ms-1 {
  margin-left: 0.25rem !important; }

.ms-2 {
  margin-left: 0.5rem !important; }

.ms-3 {
  margin-left: 1rem !important; }

.ms-4 {
  margin-left: 1.5rem !important; }

.ms-5 {
  margin-left: 3rem !important; }

.ms-auto {
  margin-left: auto !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pe-0 {
  padding-right: 0 !important; }

.pe-1 {
  padding-right: 0.25rem !important; }

.pe-2 {
  padding-right: 0.5rem !important; }

.pe-3 {
  padding-right: 1rem !important; }

.pe-4 {
  padding-right: 1.5rem !important; }

.pe-5 {
  padding-right: 3rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.ps-0 {
  padding-left: 0 !important; }

.ps-1 {
  padding-left: 0.25rem !important; }

.ps-2 {
  padding-left: 0.5rem !important; }

.ps-3 {
  padding-left: 1rem !important; }

.ps-4 {
  padding-left: 1.5rem !important; }

.ps-5 {
  padding-left: 3rem !important; }

.font-monospace {
  font-family: var(--bs-font-monospace) !important; }

.fs-1 {
  font-size: 2.5rem !important; }

.fs-2 {
  font-size: 2rem !important; }

.fs-3 {
  font-size: 1.75rem !important; }

.fs-4 {
  font-size: 1.5rem !important; }

.fs-5 {
  font-size: 1.25rem !important; }

.fs-6 {
  font-size: 1rem !important; }

.fst-italic {
  font-style: italic !important; }

.fst-normal {
  font-style: normal !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-lighter {
  font-weight: lighter !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-bolder {
  font-weight: bolder !important; }

.lh-1 {
  line-height: 1 !important; }

.lh-sm {
  line-height: 1.5 !important; }

.lh-base {
  line-height: 1.5 !important; }

.lh-lg {
  line-height: 1.5 !important; }

.text-start {
  text-align: left !important; }

.text-end {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-decoration-none {
  text-decoration: none !important; }

.text-decoration-underline {
  text-decoration: underline !important; }

.text-decoration-line-through {
  text-decoration: line-through !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; }

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; }

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; }

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; }

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; }

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; }

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; }

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; }

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; }

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; }

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; }

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important; }

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(115, 115, 115, 0.5) !important; }

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important; }

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important; }

.text-opacity-25 {
  --bs-text-opacity: 0.25; }

.text-opacity-50 {
  --bs-text-opacity: 0.5; }

.text-opacity-75 {
  --bs-text-opacity: 0.75; }

.text-opacity-100 {
  --bs-text-opacity: 1; }

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; }

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; }

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; }

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; }

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; }

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; }

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; }

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; }

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; }

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; }

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; }

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important; }

.bg-opacity-10 {
  --bs-bg-opacity: 0.1; }

.bg-opacity-25 {
  --bs-bg-opacity: 0.25; }

.bg-opacity-50 {
  --bs-bg-opacity: 0.5; }

.bg-opacity-75 {
  --bs-bg-opacity: 0.75; }

.bg-opacity-100 {
  --bs-bg-opacity: 1; }

.bg-gradient {
  background-image: var(--bs-gradient) !important; }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.pe-none {
  pointer-events: none !important; }

.pe-auto {
  pointer-events: auto !important; }

.rounded {
  border-radius: 3px !important; }

.rounded-0 {
  border-radius: 0 !important; }

.rounded-1 {
  border-radius: 3px !important; }

.rounded-2 {
  border-radius: 3px !important; }

.rounded-3 {
  border-radius: 3px !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-top {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important; }

.rounded-end {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important; }

.rounded-bottom {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important; }

.rounded-start {
  border-bottom-left-radius: 3px !important;
  border-top-left-radius: 3px !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 641px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !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; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-1 {
    gap: 0.25rem !important; }
  .gap-sm-2 {
    gap: 0.5rem !important; }
  .gap-sm-3 {
    gap: 1rem !important; }
  .gap-sm-4 {
    gap: 1.5rem !important; }
  .gap-sm-5 {
    gap: 3rem !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; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; }
  .text-sm-start {
    text-align: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 642px) {
  .float-md-start {
    float: left !important; }
  .float-md-end {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !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; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-1 {
    gap: 0.25rem !important; }
  .gap-md-2 {
    gap: 0.5rem !important; }
  .gap-md-3 {
    gap: 1rem !important; }
  .gap-md-4 {
    gap: 1.5rem !important; }
  .gap-md-5 {
    gap: 3rem !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; }
  .justify-content-md-evenly {
    justify-content: space-evenly !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; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 643px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !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; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: 0.25rem !important; }
  .gap-lg-2 {
    gap: 0.5rem !important; }
  .gap-lg-3 {
    gap: 1rem !important; }
  .gap-lg-4 {
    gap: 1.5rem !important; }
  .gap-lg-5 {
    gap: 3rem !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; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 644px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !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; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 0.25rem !important; }
  .gap-xl-2 {
    gap: 0.5rem !important; }
  .gap-xl-3 {
    gap: 1rem !important; }
  .gap-xl-4 {
    gap: 1.5rem !important; }
  .gap-xl-5 {
    gap: 3rem !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; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 645px) {
  .float-xxl-start {
    float: left !important; }
  .float-xxl-end {
    float: right !important; }
  .float-xxl-none {
    float: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-xxl-0 {
    gap: 0 !important; }
  .gap-xxl-1 {
    gap: 0.25rem !important; }
  .gap-xxl-2 {
    gap: 0.5rem !important; }
  .gap-xxl-3 {
    gap: 1rem !important; }
  .gap-xxl-4 {
    gap: 1.5rem !important; }
  .gap-xxl-5 {
    gap: 3rem !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; }
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !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; }
  .d-print-none {
    display: none !important; } }

/*@font-face {
  font-family: "IOI";
  src:url("../fonts/IOI-Regular.woff") format("woff2"),
  url("../fonts/IOI-Regular.woff2") format("woff"),
  url("../fonts/IOI-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IOI";
  src:url("../fonts/IOI-Light.woff") format("woff2"),
  url("../fonts/IOI-Light.woff2") format("woff"),
  url("../fonts/IOI-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}*/
@font-face {
  font-family: 'IOI';
  src: url("../fonts/IOI-regular/fonts/IOI-Regular.eot");
  src: url("../fonts/IOI-regular/fonts/IOI-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/IOI-regular/fonts/IOI-Regular.woff2") format("woff2"), url("../fonts/IOI-regular/fonts/IOI-Regular.woff") format("woff"), url("../fonts/IOI-regular/fonts/IOI-Regular.ttf") format("truetype"), url("../fonts/IOI-regular/fonts/IOI-Regular.svg#IOI Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'IOI';
  src: url("../fonts/IOI-light/fonts/IOI-Light.eot");
  src: url("../fonts/IOI-light/fonts/IOI-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/IOI-light/fonts/IOI-Light.woff2") format("woff2"), url("../fonts/IOI-light/fonts/IOI-Light.woff") format("woff"), url("../fonts/IOI-light/fonts/IOI-Light.ttf") format("truetype"), url("../fonts/IOI-light/fonts/IOI-Light.svg#IOI Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

/* fonts */
/* Primary actions and buttons, links, for indicating progress, and representing authentication */
/* Desktop H1 */
/* Desktop Paragraph 1 */
/*@mixin l05() {
  font-family: "'PT Serif', serif;";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}
@mixin l04() {
  font-family: "'PT Serif', serif;";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}
@mixin l03() {
  font-family: "'PT Serif', serif;";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@mixin l02() {
  font-family: "'PT Serif', serif;";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
@mixin l01() {
  font-family: "'PT Serif', serif;";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}*/
/*
 * Vendor Prefix generator
 */
/*
 * a small mixin for easy use of rem with px as fallback
 * usage: @include x-rem(font-size, 14px)
 * usage: @include x-rem(margin, 0 12px 2 1.2)
 * usage: @include x-rem(padding, 1.5 24px)
 *
 * thanks to Eric Meyer for https://github.com/ericam/susy
 * and Hans Christian Reinl for http://drublic.de/blog/rem-fallback-sass-less/
 */
/*
 * Linear gradient generator. 'start' is top, 'end' is bottom. IE9 support not included using CSS SVG include.
 *
 * Use http://www.colorzilla.com/gradient-editor/ to generate IE9 SVG element
 *
 */
/****************** BUTTONS **************************/
/*
 * Linear gradient generator. 'start' is top, 'end' is bottom. IE9 support not included using CSS SVG include.
 *
 * Use http://www.colorzilla.com/gradient-editor/ to generate IE9 SVG element
 *
 */
/* - Desktop H3
- Mobile H1 */
/* Mobile H3 */
/* Desktop H4
Mobile H4 */
/* Not in use */
/* Not in use */
/* Desktop button
Mobile button */
/* Desktop H2 */
/* Not in use */
/* Desktop Spotlight header
Mobile Spotlight header  */
/* Desktop Paragraph 1 */
/* Mobile Paragraph 1
Desktop Paragraph 2 */
/* Mobile Paragraph 2 */
/* Caption Desktop
Caption Mobile */
/* Desktop Overline
Mobile Overline */
.browser-warning {
  background-color: #e2e2e2;
  width: 100%;
  display: block;
  padding: 20px 0; }
  @media screen and (max-width: 640px) {
    .browser-warning .row {
      margin-left: 0;
      margin-right: 0; } }
  .browser-warning p {
    line-height: 1;
    color: #888787;
    padding: 0;
    margin: 0; }
    .browser-warning p i {
      margin-right: 10px;
      font-size: 1.25rem;
      vertical-align: text-bottom;
      line-height: 1; }

.buorg-test,
.buorg-test-sub {
  display: none !important; }

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot"), url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block; }

.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px; }

.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px; }

@media screen and (min-width: 641px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 1.875rem; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; } }

.svg-alert, .invalid-feedback:before, .help-block:before, .help-block-file:before {
  background: url("svg/sprite.svg") 80.11696% 7.69231% no-repeat;
  width: 24px;
  height: 24px; }

.svg-arrow-left-b {
  background: url("svg/sprite.svg") 98.017% 85.44892% no-repeat;
  width: 13px;
  height: 13px; }

.svg-arrow-left-g {
  background: url("svg/sprite.svg") 98.017% 89.47368% no-repeat;
  width: 13px;
  height: 13px; }

.svg-book-b {
  background: url("svg/sprite.svg") 87.1345% 61.53846% no-repeat;
  width: 24px;
  height: 24px; }

.svg-book-g {
  background: url("svg/sprite.svg") 28.07018% 92.30769% no-repeat;
  width: 24px;
  height: 24px; }

.svg-book-gr {
  background: url("svg/sprite.svg") 49.12281% 92.30769% no-repeat;
  width: 24px;
  height: 24px; }

.svg-briefcase-gr {
  background: url("svg/sprite.svg") 94.15205% 92.30769% no-repeat;
  width: 24px;
  height: 24px; }

.svg-calendar, a.datepicker-button.default .fa-calendar-alt:before, .date .calendar-icon:before {
  background: url("svg/sprite.svg") 98.017% 81.36646% no-repeat;
  width: 13px;
  height: 14px; }

.svg-calendar-b {
  background: url("svg/sprite.svg") 100% 18.98734% no-repeat;
  width: 20px;
  height: 20px; }

.svg-calendar-g, .spotlight.vertical.opportunity .icons > span.date:before, .spotlight.wide-card .icons > span.date:before, .opportunities-detail-wrapper .details-wrapper .top-div .details-icons > span.date:before, .trip-icons > span.date:before {
  background: url("svg/sprite.svg") 100% 25.31646% no-repeat;
  width: 20px;
  height: 20px; }

.svg-calendar-gr {
  background: url("svg/sprite.svg") 49.12281% 41.15756% no-repeat;
  width: 24px;
  height: 25px; }

.svg-category-b {
  background: url("svg/sprite.svg") 100% 31.64557% no-repeat;
  width: 20px;
  height: 20px; }

.svg-category-g, .spotlight.vertical.opportunity .icons > span.event:before, .spotlight.vertical.opportunity .icons > span.user:before, .spotlight.wide-card .icons > span.event:before, .trip-icons > span.event:before {
  background: url("svg/sprite.svg") 100% 37.97468% no-repeat;
  width: 20px;
  height: 20px; }

.svg-category-gr {
  background: url("svg/sprite.svg") 39.88439% 99.04762% no-repeat;
  width: 20px;
  height: 21px; }

.svg-check-circle-b, .spotlight.vertical.opportunity .icons > span.registration:before, .spotlight.wide-card .icons > span.registration:before, .opportunities-detail-wrapper .details-wrapper .top-div .details-icons > span.registration:before {
  background: url("svg/sprite.svg") 87.1345% 7.69231% no-repeat;
  width: 24px;
  height: 24px; }

.svg-check-circle-g {
  background: url("svg/sprite.svg") 87.1345% 15.38462% no-repeat;
  width: 24px;
  height: 24px; }

.svg-check-circle-gr {
  background: url("svg/sprite.svg") 87.1345% 23.07692% no-repeat;
  width: 24px;
  height: 24px; }

.svg-checkbox {
  background: url("svg/sprite.svg") 98.85714% 71.875% no-repeat;
  width: 16px;
  height: 16px; }

.svg-checkbox-haf {
  background: url("svg/sprite.svg") 98.85714% 76.875% no-repeat;
  width: 16px;
  height: 16px; }

.svg-chevron-down-gr, .modal-filter .filter-form .select-btn:before, footer .large-title:before, .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a.plus-icon:before,
.gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a.plus-icon:before,
.multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a.plus-icon:before, .sidebar .sidebar-title:after, .who-sidebar .sidebar-title:after, .sidebar.press-filter .left-sidebar-nav > li > a:after, .who-sidebar.press-filter .left-sidebar-nav > li > a:after, .landing-category-select .custom-select .select-btn:before, .accordion .accordion-item .accordion-header .accordion-button:after {
  background: url("svg/sprite.svg") 72.45509% 21.05263% no-repeat;
  width: 32px;
  height: 32px; }

.svg-chevron-up-gr {
  background: url("svg/sprite.svg") 62.27545% 62.82895% no-repeat;
  width: 32px;
  height: 32px; }

.svg-chevron_left-gr, .carousel-nav .owl-prev:disabled:before, .carousel-nav .owl-prev.disabled:before, .carousel-nav .carousel-prev:disabled:before, .carousel-nav .carousel-prev.disabled:before, .owl-nav .owl-prev:disabled:before, .owl-nav .owl-prev.disabled:before, .owl-nav .carousel-prev:disabled:before, .owl-nav .carousel-prev.disabled:before, .international .carousel-nav .owl-prev:disabled:before, .international .carousel-nav .owl-prev.disabled:before, .international .carousel-nav .carousel-prev:disabled:before, .international .carousel-nav .carousel-prev.disabled:before, .international .owl-nav .owl-prev:disabled:before, .international .owl-nav .owl-prev.disabled:before, .international .owl-nav .carousel-prev:disabled:before, .international .owl-nav .carousel-prev.disabled:before, .back-btn-section .back:before {
  background: url("svg/sprite.svg") 49.41176% 32.68608% no-repeat;
  width: 26px;
  height: 27px; }

.svg-chevron_left-large-b, .international .carousel-nav .owl-prev:before, .international .carousel-nav .carousel-prev:before, .international .owl-nav .owl-prev:before, .international .owl-nav .carousel-prev:before, .international .carousel-nav .owl-prev:active:before, .international .carousel-nav .owl-prev.active:before, .international .carousel-nav .carousel-prev:active:before, .international .carousel-nav .carousel-prev.active:before, .international .owl-nav .owl-prev:active:before, .international .owl-nav .owl-prev.active:before, .international .owl-nav .carousel-prev:active:before, .international .owl-nav .carousel-prev.active:before, .international .carousel-nav .owl-prev:focus:before, .international .carousel-nav .owl-prev.focus:before, .international .carousel-nav .carousel-prev:focus:before, .international .carousel-nav .carousel-prev.focus:before, .international .owl-nav .owl-prev:focus:before, .international .owl-nav .owl-prev.focus:before, .international .owl-nav .carousel-prev:focus:before, .international .owl-nav .carousel-prev.focus:before {
  background: url("svg/sprite.svg") 91.47727% 69.23077% no-repeat;
  width: 14px;
  height: 24px; }

.svg-chevron_left-large-g, .carousel-nav .owl-prev:before, .carousel-nav .carousel-prev:before, .owl-nav .owl-prev:before, .owl-nav .carousel-prev:before {
  background: url("svg/sprite.svg") 91.47727% 76.92308% no-repeat;
  width: 14px;
  height: 24px; }

.svg-chevron_left-large-g-s02, .carousel-nav .owl-prev:active:before, .carousel-nav .owl-prev.active:before, .carousel-nav .carousel-prev:active:before, .carousel-nav .carousel-prev.active:before, .owl-nav .owl-prev:active:before, .owl-nav .owl-prev.active:before, .owl-nav .carousel-prev:active:before, .owl-nav .carousel-prev.active:before, .carousel-nav .owl-prev:focus:before, .carousel-nav .owl-prev.focus:before, .carousel-nav .carousel-prev:focus:before, .carousel-nav .carousel-prev.focus:before, .owl-nav .owl-prev:focus:before, .owl-nav .owl-prev.focus:before, .owl-nav .carousel-prev:focus:before, .owl-nav .carousel-prev.focus:before {
  background: url("svg/sprite.svg") 91.47727% 84.61538% no-repeat;
  width: 14px;
  height: 24px; }

.svg-chevron_left-w, .carousel-nav .owl-prev:hover:before, .carousel-nav .owl-prev.hover:before, .carousel-nav .carousel-prev:hover:before, .carousel-nav .carousel-prev.hover:before, .owl-nav .owl-prev:hover:before, .owl-nav .owl-prev.hover:before, .owl-nav .carousel-prev:hover:before, .owl-nav .carousel-prev.hover:before, .international .carousel-nav .owl-prev:hover:before, .international .carousel-nav .owl-prev.hover:before, .international .carousel-nav .carousel-prev:hover:before, .international .carousel-nav .carousel-prev.hover:before, .international .owl-nav .owl-prev:hover:before, .international .owl-nav .owl-prev.hover:before, .international .owl-nav .carousel-prev:hover:before, .international .owl-nav .carousel-prev.hover:before, .modal-filter .filter-form .event_period .datepicker.dropdown-menu .table-condensed thead tr th.prev:after, .modal-filter .filter-form .event_period .datepicker.dropdown-menu .table-condensed thead tr th.next:after, .carousel-banner .owl-nav .owl-prev:before, .international .carousel-banner .owl-nav .owl-prev:active:before, .international .carousel-banner .owl-nav .owl-prev:focus:before {
  background: url("svg/sprite.svg") 57.05882% 53.07443% no-repeat;
  width: 26px;
  height: 27px; }

.svg-chevron_right-large-b, .international .carousel-nav .owl-next:before, .international .carousel-nav .carousel-next:before, .international .owl-nav .owl-next:before, .international .owl-nav .carousel-next:before, .international .carousel-nav .owl-next:active:before, .international .carousel-nav .owl-next.active:before, .international .carousel-nav .carousel-next:active:before, .international .carousel-nav .carousel-next.active:before, .international .owl-nav .owl-next:active:before, .international .owl-nav .owl-next.active:before, .international .owl-nav .carousel-next:active:before, .international .owl-nav .carousel-next.active:before, .international .carousel-nav .owl-next:focus:before, .international .carousel-nav .owl-next.focus:before, .international .carousel-nav .carousel-next:focus:before, .international .carousel-nav .carousel-next.focus:before, .international .owl-nav .owl-next:focus:before, .international .owl-nav .owl-next.focus:before, .international .owl-nav .carousel-next:focus:before, .international .owl-nav .carousel-next.focus:before {
  background: url("svg/sprite.svg") 62.5% 52.5641% no-repeat;
  width: 14px;
  height: 24px; }

.svg-chevron_right-large-g, .carousel-nav .owl-next:before, .carousel-nav .carousel-next:before, .owl-nav .owl-next:before, .owl-nav .carousel-next:before {
  background: url("svg/sprite.svg") 0 100% no-repeat;
  width: 14px;
  height: 24px; }

.svg-chevron_right-large-g-s02, .carousel-nav .owl-next:active:before, .carousel-nav .owl-next.active:before, .carousel-nav .carousel-next:active:before, .carousel-nav .carousel-next.active:before, .owl-nav .owl-next:active:before, .owl-nav .owl-next.active:before, .owl-nav .carousel-next:active:before, .owl-nav .carousel-next.active:before, .carousel-nav .owl-next:focus:before, .carousel-nav .owl-next.focus:before, .carousel-nav .carousel-next:focus:before, .carousel-nav .carousel-next.focus:before, .owl-nav .owl-next:focus:before, .owl-nav .owl-next.focus:before, .owl-nav .carousel-next:focus:before, .owl-nav .carousel-next.focus:before {
  background: url("svg/sprite.svg") 3.97727% 100% no-repeat;
  width: 14px;
  height: 24px; }

.svg-chevron_right-large-gr, .carousel-nav .owl-next:disabled:before, .carousel-nav .owl-next.disabled:before, .carousel-nav .carousel-next:disabled:before, .carousel-nav .carousel-next.disabled:before, .owl-nav .owl-next:disabled:before, .owl-nav .owl-next.disabled:before, .owl-nav .carousel-next:disabled:before, .owl-nav .carousel-next.disabled:before, .international .carousel-nav .owl-next:disabled:before, .international .carousel-nav .owl-next.disabled:before, .international .carousel-nav .carousel-next:disabled:before, .international .carousel-nav .carousel-next.disabled:before, .international .owl-nav .owl-next:disabled:before, .international .owl-nav .owl-next.disabled:before, .international .owl-nav .carousel-next:disabled:before, .international .owl-nav .carousel-next.disabled:before, .breadcrumb .breadcrumb-item:not(:first-of-type):before {
  background: url("svg/sprite.svg") 14.77273% 100% no-repeat;
  width: 14px;
  height: 24px; }

.svg-chevron_right-w, .carousel-nav .owl-next:hover:before, .carousel-nav .owl-next.hover:before, .carousel-nav .carousel-next:hover:before, .carousel-nav .carousel-next.hover:before, .owl-nav .owl-next:hover:before, .owl-nav .owl-next.hover:before, .owl-nav .carousel-next:hover:before, .owl-nav .carousel-next.hover:before, .international .carousel-nav .owl-next:hover:before, .international .carousel-nav .owl-next.hover:before, .international .carousel-nav .carousel-next:hover:before, .international .carousel-nav .carousel-next.hover:before, .international .owl-nav .owl-next:hover:before, .international .owl-nav .owl-next.hover:before, .international .owl-nav .carousel-next:hover:before, .international .owl-nav .carousel-next.hover:before, .carousel-banner .owl-nav .owl-next:before, .international .carousel-banner .owl-nav .owl-next:active:before, .international .carousel-banner .owl-nav .owl-next:focus:before {
  background: url("svg/sprite.svg") 23.9521% 63.45515% no-repeat;
  width: 32px;
  height: 35px; }

.svg-circle-b {
  background: url("svg/sprite.svg") 26.31579% 100% no-repeat;
  width: 24px;
  height: 24px; }

.svg-circle-g {
  background: url("svg/sprite.svg") 49.12281% 74.35897% no-repeat;
  width: 24px;
  height: 24px; }

.svg-circle-gr {
  background: url("svg/sprite.svg") 56.14035% 74.35897% no-repeat;
  width: 24px;
  height: 24px; }

.svg-clock {
  background: url("svg/sprite.svg") 63.15789% 74.35897% no-repeat;
  width: 24px;
  height: 24px; }

.svg-cross, .contact-form-wrapper.standard-page-form #fileList > div:not(:last-child) label a:before, .local-markets .local-markets-main-wrapper .markets-wrap .title.active:before {
  background: url("svg/sprite.svg") 34.89736% 74.35897% no-repeat;
  width: 25px;
  height: 24px; }

.svg-cross-b, .modal .modal-dialog .modal-body .close-wrapper button:before {
  background: url("svg/sprite.svg") 27.56598% 74.35897% no-repeat;
  width: 25px;
  height: 24px; }

.svg-cross-g, .international .modal .modal-dialog .modal-body .close-wrapper button:before {
  background: url("svg/sprite.svg") 49.26686% 49.03846% no-repeat;
  width: 25px;
  height: 24px; }

.svg-down-arrow-gr {
  background: url("svg/sprite.svg") 9.58084% 76.31579% no-repeat;
  width: 32px;
  height: 32px; }

.svg-download-b {
  background: url("svg/sprite.svg") 80.11696% 23.07692% no-repeat;
  width: 24px;
  height: 24px; }

.svg-download-g, .download-link:after {
  background: url("svg/sprite.svg") 80.11696% 30.76923% no-repeat;
  width: 24px;
  height: 24px; }

.svg-download-gr {
  background: url("svg/sprite.svg") 80.11696% 38.46154% no-repeat;
  width: 24px;
  height: 24px; }

.svg-dropdown-black, div.datepicker-calendar.bootstrap4 div.datepicker-month:after {
  background: url("svg/sprite.svg") 100% 93.33333% no-repeat;
  width: 10px;
  height: 6px; }

.svg-dropdown-blue {
  background: url("svg/sprite.svg") 97.19101% 95.15152% no-repeat;
  width: 10px;
  height: 6px; }

.svg-dropdown-gray, .megamenu-multi-level .main-div .gns_multi_level .market-text:after, .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .main-title:after {
  background: url("svg/sprite.svg") 100% 91.51515% no-repeat;
  width: 10px;
  height: 6px; }

.svg-email-b {
  background: url("svg/sprite.svg") 80.11696% 69.23077% no-repeat;
  width: 24px;
  height: 24px; }

.svg-email-g, .sidebar.contact-list .left-sidebar-nav li.email:before, .who-sidebar.contact-list .left-sidebar-nav li.email:before {
  background: url("svg/sprite.svg") 80.11696% 76.92308% no-repeat;
  width: 24px;
  height: 24px; }

.svg-email-gr {
  background: url("svg/sprite.svg") 0 84.61538% no-repeat;
  width: 24px;
  height: 24px; }

.svg-email-large-gr {
  background: url("svg/sprite.svg") 7.01754% 84.61538% no-repeat;
  width: 24px;
  height: 24px; }

.svg-external-link-b {
  background: url("svg/sprite.svg") 14.03509% 84.61538% no-repeat;
  width: 24px;
  height: 24px; }

.svg-external-link-g {
  background: url("svg/sprite.svg") 21.05263% 84.61538% no-repeat;
  width: 24px;
  height: 24px; }

.svg-external-link-gr {
  background: url("svg/sprite.svg") 28.07018% 84.61538% no-repeat;
  width: 24px;
  height: 24px; }

.svg-external-link-w {
  background: url("svg/sprite.svg") 35.08772% 84.61538% no-repeat;
  width: 24px;
  height: 24px; }

.svg-eye-b {
  background: url("svg/sprite.svg") 42.10526% 84.61538% no-repeat;
  width: 24px;
  height: 24px; }

.svg-eye-g {
  background: url("svg/sprite.svg") 49.12281% 84.61538% no-repeat;
  width: 24px;
  height: 24px; }

.svg-eye-gr {
  background: url("svg/sprite.svg") 56.14035% 84.61538% no-repeat;
  width: 24px;
  height: 24px; }

.svg-facebook-gr {
  background: url("svg/sprite.svg") 63.15789% 84.61538% no-repeat;
  width: 24px;
  height: 24px; }

.svg-facebook-w {
  background: url("svg/sprite.svg") 70.17544% 84.61538% no-repeat;
  width: 24px;
  height: 24px; }

.svg-filter-gr, .sidebar.press-filter .sidebar-title:after, .who-sidebar.press-filter .sidebar-title:after {
  background: url("svg/sprite.svg") 77.19298% 84.61538% no-repeat;
  width: 24px;
  height: 24px; }

.svg-filter-w, .filter-div .filter-btn:after {
  background: url("svg/sprite.svg") 87.1345% 0 no-repeat;
  width: 24px;
  height: 24px; }

.svg-glob-large-b {
  background: url("svg/sprite.svg") 12.26994% 64.74576% no-repeat;
  width: 40px;
  height: 41px; }

.svg-glob-large-g {
  background: url("svg/sprite.svg") 0 64.74576% no-repeat;
  width: 40px;
  height: 41px; }

.svg-globe-b {
  background: url("svg/sprite.svg") 45.66474% 99.04762% no-repeat;
  width: 20px;
  height: 21px; }

.svg-globe-g, .spotlight.vertical.opportunity .icons > span.location:before, .spotlight.wide-card .icons > span.location:before, .megamenu-multi-level .main-div .gns_multi_level .market-div-mobile.active-markets .market-text:before, .megamenu-multi-level .main-div .gns_multi_level .market-div-mobile.has-active-market .market-text:before, .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li.active-markets .market-text:before, .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li.has-active-market .market-text:before, .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .main-title:before, .sidebar.contact-list .left-sidebar-nav li.world:before, .who-sidebar.contact-list .left-sidebar-nav li.world:before, .opportunities-detail-wrapper .details-wrapper .top-div .details-icons > span.location:before {
  background: url("svg/sprite.svg") 51.44509% 99.04762% no-repeat;
  width: 20px;
  height: 21px; }

.svg-globe-gr, .megamenu-multi-level .main-div .gns_multi_level .market-text:before {
  background: url("svg/sprite.svg") 57.22543% 99.04762% no-repeat;
  width: 20px;
  height: 21px; }

.svg-good-b {
  background: url("svg/sprite.svg") 0 41.05691% no-repeat;
  width: 90px;
  height: 90px; }

.svg-good-g {
  background: url("svg/sprite.svg") 37.68116% 0 no-repeat;
  width: 90px;
  height: 90px; }

.svg-hamburger-menu-gr, .local-markets .local-markets-main-wrapper .markets-wrap .title:before {
  background: url("svg/sprite.svg") 72.45509% 42.10526% no-repeat;
  width: 32px;
  height: 32px; }

.svg-info, .form-tooltip span.icon:before {
  background: url("svg/sprite.svg") 74.56647% 99.04762% no-repeat;
  width: 20px;
  height: 21px; }

.svg-leaf-b {
  background: url("svg/sprite.svg") 42.10526% 74.35897% no-repeat;
  width: 24px;
  height: 24px; }

.svg-leaf-g {
  background: url("svg/sprite.svg") 87.1345% 84.61538% no-repeat;
  width: 24px;
  height: 24px; }

.svg-leaf-gr {
  background: url("svg/sprite.svg") 0 92.30769% no-repeat;
  width: 24px;
  height: 24px; }

.svg-leaf-large-b {
  background: url("svg/sprite.svg") 7.01754% 92.30769% no-repeat;
  width: 24px;
  height: 24px; }

.svg-leaf-large-g {
  background: url("svg/sprite.svg") 14.03509% 92.30769% no-repeat;
  width: 24px;
  height: 24px; }

.svg-leaf-large-gr {
  background: url("svg/sprite.svg") 21.05263% 92.30769% no-repeat;
  width: 24px;
  height: 24px; }

.svg-left-arrow {
  background: url("svg/sprite.svg") 72.45509% 52.63158% no-repeat;
  width: 32px;
  height: 32px; }

.svg-linkedin-gr {
  background: url("svg/sprite.svg") 35.08772% 92.30769% no-repeat;
  width: 24px;
  height: 24px; }

.svg-linkedin-w {
  background: url("svg/sprite.svg") 42.10526% 92.30769% no-repeat;
  width: 24px;
  height: 24px; }

.svg-location-w, .newsletter-banner .container .banner-location:before, .carousel-banner .banner-location:before {
  background: url("svg/sprite.svg") 19.04762% 75.81699% no-repeat;
  width: 30px;
  height: 30px; }

.svg-map-pin-b {
  background: url("svg/sprite.svg") 56.14035% 92.30769% no-repeat;
  width: 24px;
  height: 24px; }

.svg-map-pin-g, .sidebar.contact-list .left-sidebar-nav li.map:before, .who-sidebar.contact-list .left-sidebar-nav li.map:before {
  background: url("svg/sprite.svg") 63.15789% 92.30769% no-repeat;
  width: 24px;
  height: 24px; }

.svg-map-pin-gr {
  background: url("svg/sprite.svg") 70.17544% 92.30769% no-repeat;
  width: 24px;
  height: 24px; }

.svg-marketing-b {
  background: url("svg/sprite.svg") 77.19298% 92.30769% no-repeat;
  width: 24px;
  height: 24px; }

.svg-marketing-g {
  background: url("svg/sprite.svg") 84.21053% 92.30769% no-repeat;
  width: 24px;
  height: 24px; }

.svg-marketing-gr {
  background: url("svg/sprite.svg") 94.15205% 0 no-repeat;
  width: 24px;
  height: 24px; }

.svg-menu-arrow-b, .international .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li:before {
  background: url("svg/sprite.svg") 100% 80.12232% no-repeat;
  width: 7px;
  height: 9px; }

.svg-menu-arrow-g, .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li:before,
.gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li:before,
.multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li:before {
  background: url("svg/sprite.svg") 100% 84.40367% no-repeat;
  width: 7px;
  height: 9px; }

.svg-microscope-b {
  background: url("svg/sprite.svg") 94.15205% 23.07692% no-repeat;
  width: 24px;
  height: 24px; }

.svg-microscope-g {
  background: url("svg/sprite.svg") 94.15205% 30.76923% no-repeat;
  width: 24px;
  height: 24px; }

.svg-microscope-gr {
  background: url("svg/sprite.svg") 94.15205% 38.46154% no-repeat;
  width: 24px;
  height: 24px; }

.svg-phone-b {
  background: url("svg/sprite.svg") 80.34682% 98.73418% no-repeat;
  width: 20px;
  height: 20px; }

.svg-phone-g, .sidebar.contact-list .left-sidebar-nav li.num:before, .who-sidebar.contact-list .left-sidebar-nav li.num:before {
  background: url("svg/sprite.svg") 91.6185% 98.73418% no-repeat;
  width: 20px;
  height: 20px; }

.svg-phone-gr {
  background: url("svg/sprite.svg") 94.15205% 61.53846% no-repeat;
  width: 24px;
  height: 24px; }

.svg-play-icon, .youtube-box .play-icon:before, .youtube-frame .play-icon:before {
  background: url("svg/sprite.svg") 31.25% 38.99614% no-repeat;
  width: 78px;
  height: 77px; }

.svg-play-icon-large {
  background: url("svg/sprite.svg") 0 0 no-repeat;
  width: 104px;
  height: 101px; }

.svg-play_btn-b {
  background: url("svg/sprite.svg") 60.43614% 25.42955% no-repeat;
  width: 45px;
  height: 45px; }

.svg-play_btn-g {
  background: url("svg/sprite.svg") 60.43614% 40.89347% no-repeat;
  width: 45px;
  height: 45px; }

.svg-price-b {
  background: url("svg/sprite.svg") 100% 0 no-repeat;
  width: 20px;
  height: 20px; }

.svg-price-g, .spotlight.vertical.opportunity .icons > span.price:before, .spotlight.wide-card .icons > span.price:before, .opportunities-detail-wrapper .details-wrapper .top-div .details-icons > span.price:before {
  background: url("svg/sprite.svg") 100% 44.3038% no-repeat;
  width: 20px;
  height: 20px; }

.svg-price-gr {
  background: url("svg/sprite.svg") 85.87896% 98.73418% no-repeat;
  width: 19px;
  height: 20px; }

.svg-printer-gr {
  background: url("svg/sprite.svg") 8.18713% 100% no-repeat;
  width: 24px;
  height: 24px; }

.svg-quote-b {
  background: url("svg/sprite.svg") 61.00629% 0 no-repeat;
  width: 48px;
  height: 37px; }

.svg-quote-g, .quote p:first-of-type:before, blockquote p:first-of-type:before {
  background: url("svg/sprite.svg") 61.00629% 12.37458% no-repeat;
  width: 48px;
  height: 37px; }

.svg-radio, .form-check-input:disabled[type="radio"] {
  background: url("svg/sprite.svg") 99.42529% 50.31447% no-repeat;
  width: 18px;
  height: 18px; }

.svg-radio-button-not-selected, .form-check-input[type="radio"] {
  background: url("svg/sprite.svg") 99.42529% 61.63522% no-repeat;
  width: 18px;
  height: 18px; }

.svg-radio-button-not-selected-haf, .form-check-input:checked[type="radio"] {
  background: url("svg/sprite.svg") 99.42529% 55.97484% no-repeat;
  width: 18px;
  height: 18px; }

.svg-right-arrow-b {
  background: url("svg/sprite.svg") 72.45509% 0 no-repeat;
  width: 32px;
  height: 32px; }

.svg-right-arrow-g {
  background: url("svg/sprite.svg") 72.45509% 31.57895% no-repeat;
  width: 32px;
  height: 32px; }

.svg-right-arrow-gr {
  background: url("svg/sprite.svg") 72.45509% 63.15789% no-repeat;
  width: 32px;
  height: 32px; }

.svg-right-arrow-w {
  background: url("svg/sprite.svg") 0 76.31579% no-repeat;
  width: 32px;
  height: 32px; }

.svg-search-b {
  background: url("svg/sprite.svg") 94.15205% 53.84615% no-repeat;
  width: 24px;
  height: 24px; }

.svg-search-g {
  background: url("svg/sprite.svg") 94.15205% 46.15385% no-repeat;
  width: 24px;
  height: 24px; }

.svg-search-gr {
  background: url("svg/sprite.svg") 94.15205% 15.38462% no-repeat;
  width: 24px;
  height: 24px; }

.svg-search-w {
  background: url("svg/sprite.svg") 94.15205% 7.69231% no-repeat;
  width: 24px;
  height: 24px; }

.svg-speaker-b {
  background: url("svg/sprite.svg") 87.1345% 76.92308% no-repeat;
  width: 24px;
  height: 24px; }

.svg-speaker-g {
  background: url("svg/sprite.svg") 87.1345% 69.23077% no-repeat;
  width: 24px;
  height: 24px; }

.svg-speaker-gr {
  background: url("svg/sprite.svg") 87.1345% 38.46154% no-repeat;
  width: 24px;
  height: 24px; }

.svg-switch-order-gr {
  background: url("svg/sprite.svg") 87.1345% 30.76923% no-repeat;
  width: 24px;
  height: 24px; }

.svg-tick {
  background: url("svg/sprite.svg") 98.85714% 66.875% no-repeat;
  width: 16px;
  height: 16px; }

.svg-tick-b, .international .form-check-input[type='checkbox']:checked:after {
  background: url("svg/sprite.svg") 33.53293% 62.82895% no-repeat;
  width: 32px;
  height: 32px; }

.svg-tick-g, .form-check-input[type='checkbox']:checked:after, .edd-root .edd-body .edd-option.edd-option-selected:before {
  background: url("svg/sprite.svg") 52.69461% 62.82895% no-repeat;
  width: 32px;
  height: 32px; }

.svg-tick-gr {
  background: url("svg/sprite.svg") 43.11377% 62.82895% no-repeat;
  width: 32px;
  height: 32px; }

.svg-triangle-gr {
  background: url("svg/sprite.svg") 97.19101% 93.20988% no-repeat;
  width: 10px;
  height: 12px; }

.svg-trip-map-b {
  background: url("svg/sprite.svg") 80.11696% 46.15385% no-repeat;
  width: 24px;
  height: 24px; }

.svg-trip-map-g {
  background: url("svg/sprite.svg") 87.1345% 53.84615% no-repeat;
  width: 24px;
  height: 24px; }

.svg-trip-map-gr {
  background: url("svg/sprite.svg") 87.1345% 46.15385% no-repeat;
  width: 24px;
  height: 24px; }

.svg-twitter-gr {
  background: url("svg/sprite.svg") 80.11696% 61.53846% no-repeat;
  width: 24px;
  height: 24px; }

.svg-twitter-w {
  background: url("svg/sprite.svg") 80.11696% 53.84615% no-repeat;
  width: 24px;
  height: 24px; }

.svg-up-arrow-gr {
  background: url("svg/sprite.svg") 72.45509% 10.52632% no-repeat;
  width: 32px;
  height: 32px; }

.svg-user-b {
  background: url("svg/sprite.svg") 80.11696% 0 no-repeat;
  width: 24px;
  height: 24px; }

.svg-user-g, .spotlight.wide-card .icons > span.user:before, .sidebar.contact-list .left-sidebar-nav li.name:before, .who-sidebar.contact-list .left-sidebar-nav li.name:before, .trip-icons > span.user:before {
  background: url("svg/sprite.svg") 70.17544% 74.35897% no-repeat;
  width: 24px;
  height: 24px; }

.svg-user-gr {
  background: url("svg/sprite.svg") 19.29825% 100% no-repeat;
  width: 24px;
  height: 24px; }

.svg-x-circle-b {
  background: url("svg/sprite.svg") 100% 6.32911% no-repeat;
  width: 20px;
  height: 20px; }

.svg-x-circle-g {
  background: url("svg/sprite.svg") 100% 12.65823% no-repeat;
  width: 20px;
  height: 20px; }

.svg-x-circle-gr, .opportunities-detail-wrapper .details-wrapper .top-div .details-icons > span.registration.close:before {
  background: url("svg/sprite.svg") 63.00578% 99.04762% no-repeat;
  width: 20px;
  height: 21px; }

.svg-x-circle-r, .spotlight.vertical.opportunity .icons > span.registration.close:before, .spotlight.wide-card .icons > span.registration.close:before {
  background: url("svg/sprite.svg") 68.78613% 99.04762% no-repeat;
  width: 20px;
  height: 21px; }

.svg-youtube-gr {
  background: url("svg/sprite.svg") 80.11696% 15.38462% no-repeat;
  width: 24px;
  height: 24px; }

.svg-youtube-w {
  background: url("svg/sprite.svg") 33.33333% 100% no-repeat;
  width: 24px;
  height: 24px; }

.svg-alert, .invalid-feedback:before, .help-block:before, .help-block-file:before {
  background: url("svg/sprite.svg") 80.11696% 7.69231% no-repeat;
  width: 24px;
  height: 24px; }

.svg-arrow-left-b {
  background: url("svg/sprite.svg") 98.017% 85.44892% no-repeat;
  width: 13px;
  height: 13px; }

.svg-arrow-left-g {
  background: url("svg/sprite.svg") 98.017% 89.47368% no-repeat;
  width: 13px;
  height: 13px; }

.svg-book-b {
  background: url("svg/sprite.svg") 87.1345% 61.53846% no-repeat;
  width: 24px;
  height: 24px; }

.svg-book-g {
  background: url("svg/sprite.svg") 28.07018% 92.30769% no-repeat;
  width: 24px;
  height: 24px; }

.svg-book-gr {
  background: url("svg/sprite.svg") 49.12281% 92.30769% no-repeat;
  width: 24px;
  height: 24px; }

.svg-briefcase-gr {
  background: url("svg/sprite.svg") 94.15205% 92.30769% no-repeat;
  width: 24px;
  height: 24px; }

.svg-calendar, a.datepicker-button.default .fa-calendar-alt:before, .date .calendar-icon:before {
  background: url("svg/sprite.svg") 98.017% 81.36646% no-repeat;
  width: 13px;
  height: 14px; }

.svg-calendar-b {
  background: url("svg/sprite.svg") 100% 18.98734% no-repeat;
  width: 20px;
  height: 20px; }

.svg-calendar-g, .spotlight.vertical.opportunity .icons > span.date:before, .spotlight.wide-card .icons > span.date:before, .opportunities-detail-wrapper .details-wrapper .top-div .details-icons > span.date:before, .trip-icons > span.date:before {
  background: url("svg/sprite.svg") 100% 25.31646% no-repeat;
  width: 20px;
  height: 20px; }

.svg-calendar-gr {
  background: url("svg/sprite.svg") 49.12281% 41.15756% no-repeat;
  width: 24px;
  height: 25px; }

.svg-category-b {
  background: url("svg/sprite.svg") 100% 31.64557% no-repeat;
  width: 20px;
  height: 20px; }

.svg-category-g, .spotlight.vertical.opportunity .icons > span.event:before, .spotlight.vertical.opportunity .icons > span.user:before, .spotlight.wide-card .icons > span.event:before, .trip-icons > span.event:before {
  background: url("svg/sprite.svg") 100% 37.97468% no-repeat;
  width: 20px;
  height: 20px; }

.svg-category-gr {
  background: url("svg/sprite.svg") 39.88439% 99.04762% no-repeat;
  width: 20px;
  height: 21px; }

.svg-check-circle-b, .spotlight.vertical.opportunity .icons > span.registration:before, .spotlight.wide-card .icons > span.registration:before, .opportunities-detail-wrapper .details-wrapper .top-div .details-icons > span.registration:before {
  background: url("svg/sprite.svg") 87.1345% 7.69231% no-repeat;
  width: 24px;
  height: 24px; }

.svg-check-circle-g {
  background: url("svg/sprite.svg") 87.1345% 15.38462% no-repeat;
  width: 24px;
  height: 24px; }

.svg-check-circle-gr {
  background: url("svg/sprite.svg") 87.1345% 23.07692% no-repeat;
  width: 24px;
  height: 24px; }

.svg-checkbox {
  background: url("svg/sprite.svg") 98.85714% 71.875% no-repeat;
  width: 16px;
  height: 16px; }

.svg-checkbox-haf {
  background: url("svg/sprite.svg") 98.85714% 76.875% no-repeat;
  width: 16px;
  height: 16px; }

.svg-chevron-down-gr, .modal-filter .filter-form .select-btn:before, footer .large-title:before, .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a.plus-icon:before,
.gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a.plus-icon:before,
.multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a.plus-icon:before, .sidebar .sidebar-title:after, .who-sidebar .sidebar-title:after, .sidebar.press-filter .left-sidebar-nav > li > a:after, .who-sidebar.press-filter .left-sidebar-nav > li > a:after, .landing-category-select .custom-select .select-btn:before, .accordion .accordion-item .accordion-header .accordion-button:after {
  background: url("svg/sprite.svg") 72.45509% 21.05263% no-repeat;
  width: 32px;
  height: 32px; }

.svg-chevron-up-gr {
  background: url("svg/sprite.svg") 62.27545% 62.82895% no-repeat;
  width: 32px;
  height: 32px; }

.svg-chevron_left-gr, .carousel-nav .owl-prev:disabled:before, .carousel-nav .owl-prev.disabled:before, .carousel-nav .carousel-prev:disabled:before, .carousel-nav .carousel-prev.disabled:before, .owl-nav .owl-prev:disabled:before, .owl-nav .owl-prev.disabled:before, .owl-nav .carousel-prev:disabled:before, .owl-nav .carousel-prev.disabled:before, .international .carousel-nav .owl-prev:disabled:before, .international .carousel-nav .owl-prev.disabled:before, .international .carousel-nav .carousel-prev:disabled:before, .international .carousel-nav .carousel-prev.disabled:before, .international .owl-nav .owl-prev:disabled:before, .international .owl-nav .owl-prev.disabled:before, .international .owl-nav .carousel-prev:disabled:before, .international .owl-nav .carousel-prev.disabled:before, .back-btn-section .back:before {
  background: url("svg/sprite.svg") 49.41176% 32.68608% no-repeat;
  width: 26px;
  height: 27px; }

.svg-chevron_left-large-b, .international .carousel-nav .owl-prev:before, .international .carousel-nav .carousel-prev:before, .international .owl-nav .owl-prev:before, .international .owl-nav .carousel-prev:before, .international .carousel-nav .owl-prev:active:before, .international .carousel-nav .owl-prev.active:before, .international .carousel-nav .carousel-prev:active:before, .international .carousel-nav .carousel-prev.active:before, .international .owl-nav .owl-prev:active:before, .international .owl-nav .owl-prev.active:before, .international .owl-nav .carousel-prev:active:before, .international .owl-nav .carousel-prev.active:before, .international .carousel-nav .owl-prev:focus:before, .international .carousel-nav .owl-prev.focus:before, .international .carousel-nav .carousel-prev:focus:before, .international .carousel-nav .carousel-prev.focus:before, .international .owl-nav .owl-prev:focus:before, .international .owl-nav .owl-prev.focus:before, .international .owl-nav .carousel-prev:focus:before, .international .owl-nav .carousel-prev.focus:before {
  background: url("svg/sprite.svg") 91.47727% 69.23077% no-repeat;
  width: 14px;
  height: 24px; }

.svg-chevron_left-large-g, .carousel-nav .owl-prev:before, .carousel-nav .carousel-prev:before, .owl-nav .owl-prev:before, .owl-nav .carousel-prev:before {
  background: url("svg/sprite.svg") 91.47727% 76.92308% no-repeat;
  width: 14px;
  height: 24px; }

.svg-chevron_left-large-g-s02, .carousel-nav .owl-prev:active:before, .carousel-nav .owl-prev.active:before, .carousel-nav .carousel-prev:active:before, .carousel-nav .carousel-prev.active:before, .owl-nav .owl-prev:active:before, .owl-nav .owl-prev.active:before, .owl-nav .carousel-prev:active:before, .owl-nav .carousel-prev.active:before, .carousel-nav .owl-prev:focus:before, .carousel-nav .owl-prev.focus:before, .carousel-nav .carousel-prev:focus:before, .carousel-nav .carousel-prev.focus:before, .owl-nav .owl-prev:focus:before, .owl-nav .owl-prev.focus:before, .owl-nav .carousel-prev:focus:before, .owl-nav .carousel-prev.focus:before {
  background: url("svg/sprite.svg") 91.47727% 84.61538% no-repeat;
  width: 14px;
  height: 24px; }

.svg-chevron_left-w, .carousel-nav .owl-prev:hover:before, .carousel-nav .owl-prev.hover:before, .carousel-nav .carousel-prev:hover:before, .carousel-nav .carousel-prev.hover:before, .owl-nav .owl-prev:hover:before, .owl-nav .owl-prev.hover:before, .owl-nav .carousel-prev:hover:before, .owl-nav .carousel-prev.hover:before, .international .carousel-nav .owl-prev:hover:before, .international .carousel-nav .owl-prev.hover:before, .international .carousel-nav .carousel-prev:hover:before, .international .carousel-nav .carousel-prev.hover:before, .international .owl-nav .owl-prev:hover:before, .international .owl-nav .owl-prev.hover:before, .international .owl-nav .carousel-prev:hover:before, .international .owl-nav .carousel-prev.hover:before, .modal-filter .filter-form .event_period .datepicker.dropdown-menu .table-condensed thead tr th.prev:after, .modal-filter .filter-form .event_period .datepicker.dropdown-menu .table-condensed thead tr th.next:after, .carousel-banner .owl-nav .owl-prev:before, .international .carousel-banner .owl-nav .owl-prev:active:before, .international .carousel-banner .owl-nav .owl-prev:focus:before {
  background: url("svg/sprite.svg") 57.05882% 53.07443% no-repeat;
  width: 26px;
  height: 27px; }

.svg-chevron_right-large-b, .international .carousel-nav .owl-next:before, .international .carousel-nav .carousel-next:before, .international .owl-nav .owl-next:before, .international .owl-nav .carousel-next:before, .international .carousel-nav .owl-next:active:before, .international .carousel-nav .owl-next.active:before, .international .carousel-nav .carousel-next:active:before, .international .carousel-nav .carousel-next.active:before, .international .owl-nav .owl-next:active:before, .international .owl-nav .owl-next.active:before, .international .owl-nav .carousel-next:active:before, .international .owl-nav .carousel-next.active:before, .international .carousel-nav .owl-next:focus:before, .international .carousel-nav .owl-next.focus:before, .international .carousel-nav .carousel-next:focus:before, .international .carousel-nav .carousel-next.focus:before, .international .owl-nav .owl-next:focus:before, .international .owl-nav .owl-next.focus:before, .international .owl-nav .carousel-next:focus:before, .international .owl-nav .carousel-next.focus:before {
  background: url("svg/sprite.svg") 62.5% 52.5641% no-repeat;
  width: 14px;
  height: 24px; }

.svg-chevron_right-large-g, .carousel-nav .owl-next:before, .carousel-nav .carousel-next:before, .owl-nav .owl-next:before, .owl-nav .carousel-next:before {
  background: url("svg/sprite.svg") 0 100% no-repeat;
  width: 14px;
  height: 24px; }

.svg-chevron_right-large-g-s02, .carousel-nav .owl-next:active:before, .carousel-nav .owl-next.active:before, .carousel-nav .carousel-next:active:before, .carousel-nav .carousel-next.active:before, .owl-nav .owl-next:active:before, .owl-nav .owl-next.active:before, .owl-nav .carousel-next:active:before, .owl-nav .carousel-next.active:before, .carousel-nav .owl-next:focus:before, .carousel-nav .owl-next.focus:before, .carousel-nav .carousel-next:focus:before, .carousel-nav .carousel-next.focus:before, .owl-nav .owl-next:focus:before, .owl-nav .owl-next.focus:before, .owl-nav .carousel-next:focus:before, .owl-nav .carousel-next.focus:before {
  background: url("svg/sprite.svg") 3.97727% 100% no-repeat;
  width: 14px;
  height: 24px; }

.svg-chevron_right-large-gr, .carousel-nav .owl-next:disabled:before, .carousel-nav .owl-next.disabled:before, .carousel-nav .carousel-next:disabled:before, .carousel-nav .carousel-next.disabled:before, .owl-nav .owl-next:disabled:before, .owl-nav .owl-next.disabled:before, .owl-nav .carousel-next:disabled:before, .owl-nav .carousel-next.disabled:before, .international .carousel-nav .owl-next:disabled:before, .international .carousel-nav .owl-next.disabled:before, .international .carousel-nav .carousel-next:disabled:before, .international .carousel-nav .carousel-next.disabled:before, .international .owl-nav .owl-next:disabled:before, .international .owl-nav .owl-next.disabled:before, .international .owl-nav .carousel-next:disabled:before, .international .owl-nav .carousel-next.disabled:before, .breadcrumb .breadcrumb-item:not(:first-of-type):before {
  background: url("svg/sprite.svg") 14.77273% 100% no-repeat;
  width: 14px;
  height: 24px; }

.svg-chevron_right-w, .carousel-nav .owl-next:hover:before, .carousel-nav .owl-next.hover:before, .carousel-nav .carousel-next:hover:before, .carousel-nav .carousel-next.hover:before, .owl-nav .owl-next:hover:before, .owl-nav .owl-next.hover:before, .owl-nav .carousel-next:hover:before, .owl-nav .carousel-next.hover:before, .international .carousel-nav .owl-next:hover:before, .international .carousel-nav .owl-next.hover:before, .international .carousel-nav .carousel-next:hover:before, .international .carousel-nav .carousel-next.hover:before, .international .owl-nav .owl-next:hover:before, .international .owl-nav .owl-next.hover:before, .international .owl-nav .carousel-next:hover:before, .international .owl-nav .carousel-next.hover:before, .carousel-banner .owl-nav .owl-next:before, .international .carousel-banner .owl-nav .owl-next:active:before, .international .carousel-banner .owl-nav .owl-next:focus:before {
  background: url("svg/sprite.svg") 23.9521% 63.45515% no-repeat;
  width: 32px;
  height: 35px; }

.svg-circle-b {
  background: url("svg/sprite.svg") 26.31579% 100% no-repeat;
  width: 24px;
  height: 24px; }

.svg-circle-g {
  background: url("svg/sprite.svg") 49.12281% 74.35897% no-repeat;
  width: 24px;
  height: 24px; }

.svg-circle-gr {
  background: url("svg/sprite.svg") 56.14035% 74.35897% no-repeat;
  width: 24px;
  height: 24px; }

.svg-clock {
  background: url("svg/sprite.svg") 63.15789% 74.35897% no-repeat;
  width: 24px;
  height: 24px; }

.svg-cross, .contact-form-wrapper.standard-page-form #fileList > div:not(:last-child) label a:before, .local-markets .local-markets-main-wrapper .markets-wrap .title.active:before {
  background: url("svg/sprite.svg") 34.89736% 74.35897% no-repeat;
  width: 25px;
  height: 24px; }

.svg-cross-b, .modal .modal-dialog .modal-body .close-wrapper button:before {
  background: url("svg/sprite.svg") 27.56598% 74.35897% no-repeat;
  width: 25px;
  height: 24px; }

.svg-cross-g, .international .modal .modal-dialog .modal-body .close-wrapper button:before {
  background: url("svg/sprite.svg") 49.26686% 49.03846% no-repeat;
  width: 25px;
  height: 24px; }

.svg-down-arrow-gr {
  background: url("svg/sprite.svg") 9.58084% 76.31579% no-repeat;
  width: 32px;
  height: 32px; }

.svg-download-b {
  background: url("svg/sprite.svg") 80.11696% 23.07692% no-repeat;
  width: 24px;
  height: 24px; }

.svg-download-g, .download-link:after {
  background: url("svg/sprite.svg") 80.11696% 30.76923% no-repeat;
  width: 24px;
  height: 24px; }

.svg-download-gr {
  background: url("svg/sprite.svg") 80.11696% 38.46154% no-repeat;
  width: 24px;
  height: 24px; }

.svg-dropdown-black, div.datepicker-calendar.bootstrap4 div.datepicker-month:after {
  background: url("svg/sprite.svg") 100% 93.33333% no-repeat;
  width: 10px;
  height: 6px; }

.svg-dropdown-blue {
  background: url("svg/sprite.svg") 97.19101% 95.15152% no-repeat;
  width: 10px;
  height: 6px; }

.svg-dropdown-gray, .megamenu-multi-level .main-div .gns_multi_level .market-text:after, .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .main-title:after {
  background: url("svg/sprite.svg") 100% 91.51515% no-repeat;
  width: 10px;
  height: 6px; }

.svg-email-b {
  background: url("svg/sprite.svg") 80.11696% 69.23077% no-repeat;
  width: 24px;
  height: 24px; }

.svg-email-g, .sidebar.contact-list .left-sidebar-nav li.email:before, .who-sidebar.contact-list .left-sidebar-nav li.email:before {
  background: url("svg/sprite.svg") 80.11696% 76.92308% no-repeat;
  width: 24px;
  height: 24px; }

.svg-email-gr {
  background: url("svg/sprite.svg") 0 84.61538% no-repeat;
  width: 24px;
  height: 24px; }

.svg-email-large-gr {
  background: url("svg/sprite.svg") 7.01754% 84.61538% no-repeat;
  width: 24px;
  height: 24px; }

.svg-external-link-b {
  background: url("svg/sprite.svg") 14.03509% 84.61538% no-repeat;
  width: 24px;
  height: 24px; }

.svg-external-link-g {
  background: url("svg/sprite.svg") 21.05263% 84.61538% no-repeat;
  width: 24px;
  height: 24px; }

.svg-external-link-gr {
  background: url("svg/sprite.svg") 28.07018% 84.61538% no-repeat;
  width: 24px;
  height: 24px; }

.svg-external-link-w {
  background: url("svg/sprite.svg") 35.08772% 84.61538% no-repeat;
  width: 24px;
  height: 24px; }

.svg-eye-b {
  background: url("svg/sprite.svg") 42.10526% 84.61538% no-repeat;
  width: 24px;
  height: 24px; }

.svg-eye-g {
  background: url("svg/sprite.svg") 49.12281% 84.61538% no-repeat;
  width: 24px;
  height: 24px; }

.svg-eye-gr {
  background: url("svg/sprite.svg") 56.14035% 84.61538% no-repeat;
  width: 24px;
  height: 24px; }

.svg-facebook-gr {
  background: url("svg/sprite.svg") 63.15789% 84.61538% no-repeat;
  width: 24px;
  height: 24px; }

.svg-facebook-w {
  background: url("svg/sprite.svg") 70.17544% 84.61538% no-repeat;
  width: 24px;
  height: 24px; }

.svg-filter-gr, .sidebar.press-filter .sidebar-title:after, .who-sidebar.press-filter .sidebar-title:after {
  background: url("svg/sprite.svg") 77.19298% 84.61538% no-repeat;
  width: 24px;
  height: 24px; }

.svg-filter-w, .filter-div .filter-btn:after {
  background: url("svg/sprite.svg") 87.1345% 0 no-repeat;
  width: 24px;
  height: 24px; }

.svg-glob-large-b {
  background: url("svg/sprite.svg") 12.26994% 64.74576% no-repeat;
  width: 40px;
  height: 41px; }

.svg-glob-large-g {
  background: url("svg/sprite.svg") 0 64.74576% no-repeat;
  width: 40px;
  height: 41px; }

.svg-globe-b {
  background: url("svg/sprite.svg") 45.66474% 99.04762% no-repeat;
  width: 20px;
  height: 21px; }

.svg-globe-g, .spotlight.vertical.opportunity .icons > span.location:before, .spotlight.wide-card .icons > span.location:before, .megamenu-multi-level .main-div .gns_multi_level .market-div-mobile.active-markets .market-text:before, .megamenu-multi-level .main-div .gns_multi_level .market-div-mobile.has-active-market .market-text:before, .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li.active-markets .market-text:before, .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li.has-active-market .market-text:before, .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .main-title:before, .sidebar.contact-list .left-sidebar-nav li.world:before, .who-sidebar.contact-list .left-sidebar-nav li.world:before, .opportunities-detail-wrapper .details-wrapper .top-div .details-icons > span.location:before {
  background: url("svg/sprite.svg") 51.44509% 99.04762% no-repeat;
  width: 20px;
  height: 21px; }

.svg-globe-gr, .megamenu-multi-level .main-div .gns_multi_level .market-text:before {
  background: url("svg/sprite.svg") 57.22543% 99.04762% no-repeat;
  width: 20px;
  height: 21px; }

.svg-good-b {
  background: url("svg/sprite.svg") 0 41.05691% no-repeat;
  width: 90px;
  height: 90px; }

.svg-good-g {
  background: url("svg/sprite.svg") 37.68116% 0 no-repeat;
  width: 90px;
  height: 90px; }

.svg-hamburger-menu-gr, .local-markets .local-markets-main-wrapper .markets-wrap .title:before {
  background: url("svg/sprite.svg") 72.45509% 42.10526% no-repeat;
  width: 32px;
  height: 32px; }

.svg-info, .form-tooltip span.icon:before {
  background: url("svg/sprite.svg") 74.56647% 99.04762% no-repeat;
  width: 20px;
  height: 21px; }

.svg-leaf-b {
  background: url("svg/sprite.svg") 42.10526% 74.35897% no-repeat;
  width: 24px;
  height: 24px; }

.svg-leaf-g {
  background: url("svg/sprite.svg") 87.1345% 84.61538% no-repeat;
  width: 24px;
  height: 24px; }

.svg-leaf-gr {
  background: url("svg/sprite.svg") 0 92.30769% no-repeat;
  width: 24px;
  height: 24px; }

.svg-leaf-large-b {
  background: url("svg/sprite.svg") 7.01754% 92.30769% no-repeat;
  width: 24px;
  height: 24px; }

.svg-leaf-large-g {
  background: url("svg/sprite.svg") 14.03509% 92.30769% no-repeat;
  width: 24px;
  height: 24px; }

.svg-leaf-large-gr {
  background: url("svg/sprite.svg") 21.05263% 92.30769% no-repeat;
  width: 24px;
  height: 24px; }

.svg-left-arrow {
  background: url("svg/sprite.svg") 72.45509% 52.63158% no-repeat;
  width: 32px;
  height: 32px; }

.svg-linkedin-gr {
  background: url("svg/sprite.svg") 35.08772% 92.30769% no-repeat;
  width: 24px;
  height: 24px; }

.svg-linkedin-w {
  background: url("svg/sprite.svg") 42.10526% 92.30769% no-repeat;
  width: 24px;
  height: 24px; }

.svg-location-w, .newsletter-banner .container .banner-location:before, .carousel-banner .banner-location:before {
  background: url("svg/sprite.svg") 19.04762% 75.81699% no-repeat;
  width: 30px;
  height: 30px; }

.svg-map-pin-b {
  background: url("svg/sprite.svg") 56.14035% 92.30769% no-repeat;
  width: 24px;
  height: 24px; }

.svg-map-pin-g, .sidebar.contact-list .left-sidebar-nav li.map:before, .who-sidebar.contact-list .left-sidebar-nav li.map:before {
  background: url("svg/sprite.svg") 63.15789% 92.30769% no-repeat;
  width: 24px;
  height: 24px; }

.svg-map-pin-gr {
  background: url("svg/sprite.svg") 70.17544% 92.30769% no-repeat;
  width: 24px;
  height: 24px; }

.svg-marketing-b {
  background: url("svg/sprite.svg") 77.19298% 92.30769% no-repeat;
  width: 24px;
  height: 24px; }

.svg-marketing-g {
  background: url("svg/sprite.svg") 84.21053% 92.30769% no-repeat;
  width: 24px;
  height: 24px; }

.svg-marketing-gr {
  background: url("svg/sprite.svg") 94.15205% 0 no-repeat;
  width: 24px;
  height: 24px; }

.svg-menu-arrow-b, .international .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li:before {
  background: url("svg/sprite.svg") 100% 80.12232% no-repeat;
  width: 7px;
  height: 9px; }

.svg-menu-arrow-g, .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li:before,
.gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li:before,
.multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li:before {
  background: url("svg/sprite.svg") 100% 84.40367% no-repeat;
  width: 7px;
  height: 9px; }

.svg-microscope-b {
  background: url("svg/sprite.svg") 94.15205% 23.07692% no-repeat;
  width: 24px;
  height: 24px; }

.svg-microscope-g {
  background: url("svg/sprite.svg") 94.15205% 30.76923% no-repeat;
  width: 24px;
  height: 24px; }

.svg-microscope-gr {
  background: url("svg/sprite.svg") 94.15205% 38.46154% no-repeat;
  width: 24px;
  height: 24px; }

.svg-phone-b {
  background: url("svg/sprite.svg") 80.34682% 98.73418% no-repeat;
  width: 20px;
  height: 20px; }

.svg-phone-g, .sidebar.contact-list .left-sidebar-nav li.num:before, .who-sidebar.contact-list .left-sidebar-nav li.num:before {
  background: url("svg/sprite.svg") 91.6185% 98.73418% no-repeat;
  width: 20px;
  height: 20px; }

.svg-phone-gr {
  background: url("svg/sprite.svg") 94.15205% 61.53846% no-repeat;
  width: 24px;
  height: 24px; }

.svg-play-icon, .youtube-box .play-icon:before, .youtube-frame .play-icon:before {
  background: url("svg/sprite.svg") 31.25% 38.99614% no-repeat;
  width: 78px;
  height: 77px; }

.svg-play-icon-large {
  background: url("svg/sprite.svg") 0 0 no-repeat;
  width: 104px;
  height: 101px; }

.svg-play_btn-b {
  background: url("svg/sprite.svg") 60.43614% 25.42955% no-repeat;
  width: 45px;
  height: 45px; }

.svg-play_btn-g {
  background: url("svg/sprite.svg") 60.43614% 40.89347% no-repeat;
  width: 45px;
  height: 45px; }

.svg-price-b {
  background: url("svg/sprite.svg") 100% 0 no-repeat;
  width: 20px;
  height: 20px; }

.svg-price-g, .spotlight.vertical.opportunity .icons > span.price:before, .spotlight.wide-card .icons > span.price:before, .opportunities-detail-wrapper .details-wrapper .top-div .details-icons > span.price:before {
  background: url("svg/sprite.svg") 100% 44.3038% no-repeat;
  width: 20px;
  height: 20px; }

.svg-price-gr {
  background: url("svg/sprite.svg") 85.87896% 98.73418% no-repeat;
  width: 19px;
  height: 20px; }

.svg-printer-gr {
  background: url("svg/sprite.svg") 8.18713% 100% no-repeat;
  width: 24px;
  height: 24px; }

.svg-quote-b {
  background: url("svg/sprite.svg") 61.00629% 0 no-repeat;
  width: 48px;
  height: 37px; }

.svg-quote-g, .quote p:first-of-type:before, blockquote p:first-of-type:before {
  background: url("svg/sprite.svg") 61.00629% 12.37458% no-repeat;
  width: 48px;
  height: 37px; }

.svg-radio, .form-check-input:disabled[type="radio"] {
  background: url("svg/sprite.svg") 99.42529% 50.31447% no-repeat;
  width: 18px;
  height: 18px; }

.svg-radio-button-not-selected, .form-check-input[type="radio"] {
  background: url("svg/sprite.svg") 99.42529% 61.63522% no-repeat;
  width: 18px;
  height: 18px; }

.svg-radio-button-not-selected-haf, .form-check-input:checked[type="radio"] {
  background: url("svg/sprite.svg") 99.42529% 55.97484% no-repeat;
  width: 18px;
  height: 18px; }

.svg-right-arrow-b {
  background: url("svg/sprite.svg") 72.45509% 0 no-repeat;
  width: 32px;
  height: 32px; }

.svg-right-arrow-g {
  background: url("svg/sprite.svg") 72.45509% 31.57895% no-repeat;
  width: 32px;
  height: 32px; }

.svg-right-arrow-gr {
  background: url("svg/sprite.svg") 72.45509% 63.15789% no-repeat;
  width: 32px;
  height: 32px; }

.svg-right-arrow-w {
  background: url("svg/sprite.svg") 0 76.31579% no-repeat;
  width: 32px;
  height: 32px; }

.svg-search-b {
  background: url("svg/sprite.svg") 94.15205% 53.84615% no-repeat;
  width: 24px;
  height: 24px; }

.svg-search-g {
  background: url("svg/sprite.svg") 94.15205% 46.15385% no-repeat;
  width: 24px;
  height: 24px; }

.svg-search-gr {
  background: url("svg/sprite.svg") 94.15205% 15.38462% no-repeat;
  width: 24px;
  height: 24px; }

.svg-search-w {
  background: url("svg/sprite.svg") 94.15205% 7.69231% no-repeat;
  width: 24px;
  height: 24px; }

.svg-speaker-b {
  background: url("svg/sprite.svg") 87.1345% 76.92308% no-repeat;
  width: 24px;
  height: 24px; }

.svg-speaker-g {
  background: url("svg/sprite.svg") 87.1345% 69.23077% no-repeat;
  width: 24px;
  height: 24px; }

.svg-speaker-gr {
  background: url("svg/sprite.svg") 87.1345% 38.46154% no-repeat;
  width: 24px;
  height: 24px; }

.svg-switch-order-gr {
  background: url("svg/sprite.svg") 87.1345% 30.76923% no-repeat;
  width: 24px;
  height: 24px; }

.svg-tick {
  background: url("svg/sprite.svg") 98.85714% 66.875% no-repeat;
  width: 16px;
  height: 16px; }

.svg-tick-b, .international .form-check-input[type='checkbox']:checked:after {
  background: url("svg/sprite.svg") 33.53293% 62.82895% no-repeat;
  width: 32px;
  height: 32px; }

.svg-tick-g, .form-check-input[type='checkbox']:checked:after, .edd-root .edd-body .edd-option.edd-option-selected:before {
  background: url("svg/sprite.svg") 52.69461% 62.82895% no-repeat;
  width: 32px;
  height: 32px; }

.svg-tick-gr {
  background: url("svg/sprite.svg") 43.11377% 62.82895% no-repeat;
  width: 32px;
  height: 32px; }

.svg-triangle-gr {
  background: url("svg/sprite.svg") 97.19101% 93.20988% no-repeat;
  width: 10px;
  height: 12px; }

.svg-trip-map-b {
  background: url("svg/sprite.svg") 80.11696% 46.15385% no-repeat;
  width: 24px;
  height: 24px; }

.svg-trip-map-g {
  background: url("svg/sprite.svg") 87.1345% 53.84615% no-repeat;
  width: 24px;
  height: 24px; }

.svg-trip-map-gr {
  background: url("svg/sprite.svg") 87.1345% 46.15385% no-repeat;
  width: 24px;
  height: 24px; }

.svg-twitter-gr {
  background: url("svg/sprite.svg") 80.11696% 61.53846% no-repeat;
  width: 24px;
  height: 24px; }

.svg-twitter-w {
  background: url("svg/sprite.svg") 80.11696% 53.84615% no-repeat;
  width: 24px;
  height: 24px; }

.svg-up-arrow-gr {
  background: url("svg/sprite.svg") 72.45509% 10.52632% no-repeat;
  width: 32px;
  height: 32px; }

.svg-user-b {
  background: url("svg/sprite.svg") 80.11696% 0 no-repeat;
  width: 24px;
  height: 24px; }

.svg-user-g, .spotlight.wide-card .icons > span.user:before, .sidebar.contact-list .left-sidebar-nav li.name:before, .who-sidebar.contact-list .left-sidebar-nav li.name:before, .trip-icons > span.user:before {
  background: url("svg/sprite.svg") 70.17544% 74.35897% no-repeat;
  width: 24px;
  height: 24px; }

.svg-user-gr {
  background: url("svg/sprite.svg") 19.29825% 100% no-repeat;
  width: 24px;
  height: 24px; }

.svg-x-circle-b {
  background: url("svg/sprite.svg") 100% 6.32911% no-repeat;
  width: 20px;
  height: 20px; }

.svg-x-circle-g {
  background: url("svg/sprite.svg") 100% 12.65823% no-repeat;
  width: 20px;
  height: 20px; }

.svg-x-circle-gr, .opportunities-detail-wrapper .details-wrapper .top-div .details-icons > span.registration.close:before {
  background: url("svg/sprite.svg") 63.00578% 99.04762% no-repeat;
  width: 20px;
  height: 21px; }

.svg-x-circle-r, .spotlight.vertical.opportunity .icons > span.registration.close:before, .spotlight.wide-card .icons > span.registration.close:before {
  background: url("svg/sprite.svg") 68.78613% 99.04762% no-repeat;
  width: 20px;
  height: 21px; }

.svg-youtube-gr {
  background: url("svg/sprite.svg") 80.11696% 15.38462% no-repeat;
  width: 24px;
  height: 24px; }

.svg-youtube-w {
  background: url("svg/sprite.svg") 33.33333% 100% no-repeat;
  width: 24px;
  height: 24px; }

input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]),
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="text"]::-ms-clear {
  display: none; }

@media screen and (max-width: 640px) {
  .container {
    max-width: 480px; } }

@media screen and (min-width: 641px) and (max-width: 1200px) {
  html {
    min-width: 1200px !important;
    width: 100% !important; }
  body > *,
  body main > * {
    min-width: 1200px !important;
    width: 100% !important; } }

/* Portrait */
@media only screen and (min-device-width: 744px) and (max-device-width: 1059px) and (orientation: portrait) {
  body {
    min-height: 1570px !important; } }

/* Landscape */
@media only screen and (min-device-width: 744px) and (max-device-width: 1059px) and (orientation: landscape) {
  body {
    min-height: 860px !important; } }

.centered-image {
  overflow: hidden; }
  .centered-image img {
    position: relative;
    left: 50% !important;
    transform: translateX(-50%); }

.no-overflow {
  overflow: hidden; }
  @media screen and (min-width: 641px) and (max-width: 1884px) {
    .no-overflow {
      overflow: hidden; } }

.container-wide {
  width: 1884px;
  max-width: 1884px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (min-width: 641px) and (max-width: 1884px) {
    .container-wide {
      left: 50% !important;
      transform: translateX(-50%); } }
  @media screen and (max-width: 640px) {
    .container-wide {
      width: 100%;
      max-width: 480px; } }

h1 a, .h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit;
  font-size: inherit;
  line-height: inherit; }
  h1 a:hover, .h1 a:hover, h1 a:focus, .h1 a:focus, h1 a:active, .h1 a:active,
  h2 a:hover,
  .h2 a:hover,
  h2 a:focus,
  .h2 a:focus,
  h2 a:active,
  .h2 a:active,
  h3 a:hover,
  .h3 a:hover,
  h3 a:focus,
  .h3 a:focus,
  h3 a:active,
  .h3 a:active,
  h4 a:hover,
  .h4 a:hover,
  h4 a:focus,
  .h4 a:focus,
  h4 a:active,
  .h4 a:active,
  h5 a:hover,
  .h5 a:hover,
  h5 a:focus,
  .h5 a:focus,
  h5 a:active,
  .h5 a:active,
  h6 a:hover,
  .h6 a:hover,
  h6 a:focus,
  .h6 a:focus,
  h6 a:active,
  .h6 a:active {
    color: inherit; }

.loading-app {
  min-height: 600px;
  cursor: wait;
  position: relative; }
  .loading-app:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    width: 80px;
    height: 80px;
    background: url("imgs/loading.gif") no-repeat center center; }

.carousel .carousel-caption {
  z-index: 10; }

.carousel .carousel-indicators li {
  position: relative;
  box-sizing: border-box;
  /*button {
      &:active,
      &:focus{
        outline: 5px auto -webkit-focus-ring-color;
      }
    }*/ }

.carousel .play-pause {
  opacity: 0.5; }
  .carousel .play-pause.active {
    opacity: 1; }

.international h1 a, .international .h1 a,
.international h2 a,
.international .h2 a,
.international h3 a,
.international .h3 a,
.international h4 a,
.international .h4 a,
.international h5 a,
.international .h5 a,
.international h6 a,
.international .h6 a {
  color: inherit;
  font-size: inherit;
  line-height: inherit; }
  .international h1 a:hover, .international .h1 a:hover, .international h1 a:focus, .international .h1 a:focus, .international h1 a:active, .international .h1 a:active,
  .international h2 a:hover,
  .international .h2 a:hover,
  .international h2 a:focus,
  .international .h2 a:focus,
  .international h2 a:active,
  .international .h2 a:active,
  .international h3 a:hover,
  .international .h3 a:hover,
  .international h3 a:focus,
  .international .h3 a:focus,
  .international h3 a:active,
  .international .h3 a:active,
  .international h4 a:hover,
  .international .h4 a:hover,
  .international h4 a:focus,
  .international .h4 a:focus,
  .international h4 a:active,
  .international .h4 a:active,
  .international h5 a:hover,
  .international .h5 a:hover,
  .international h5 a:focus,
  .international .h5 a:focus,
  .international h5 a:active,
  .international .h5 a:active,
  .international h6 a:hover,
  .international .h6 a:hover,
  .international h6 a:focus,
  .international .h6 a:focus,
  .international h6 a:active,
  .international .h6 a:active {
    color: inherit; }

/* Table General Styles */
.table > :not(caption) > * > * {
  padding: 12px 15px; }

table:not(.datepicker-grid):not(.table-condensed) {
  visibility: hidden; }

.table-wrapper {
  width: 100%;
  overflow-y: auto;
  padding-bottom: 6px;
  margin: 0 0 20px; }
  .table-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px; }
  .table-wrapper::-webkit-scrollbar-thumb {
    border: 1px solid #e2e2e2;
    background-color: #e2e2e2; }
  .table-wrapper table {
    visibility: visible;
    width: 100%;
    margin: 0;
    font-family: "IOI";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%; }
    @media screen and (max-width: 640px) {
      .table-wrapper table {
        width: 1000px; } }
    .table-wrapper table caption {
      display: none; }
    .table-wrapper table thead {
      background-color: #491d6e;
      border: none; }
      .table-wrapper table thead tr {
        background-color: #491d6e; }
        .table-wrapper table thead tr th {
          font-family: "IOI";
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 150%;
          background-color: #491d6e;
          color: #ffffff;
          box-shadow: none; }
    .table-wrapper table tbody tr td {
      font-family: "IOI";
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 150%; }

/*  Checkboxes Styles  */
/*.styled-checkbox {
  label {
    padding-top: 0;
    margin-bottom: 15px;
    display: inline-block;
    text-align: left;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 15px;
    padding-left: 25px;
    color: $n05;
    &:after {
      content: "";
      position: absolute;
      top: 0;
      right: auto;
      bottom: 0;
      left: 0;
      margin: auto;
    }
  }
  input[type="checkbox"],
  input[type="radio"] {
    position: absolute;
    top: auto;
    left: 0;
    z-index: -1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}*/
/*.form-check-input:disabled[type="checkbox"] {
  @extend .svg-checkbox;
  opacity: 1;
}
.form-check-input[type="checkbox"] {
  @extend .svg-checkbox-haf;
  border: none;
  transition: none;
  outline: none;
}
.form-check-input:checked[type="checkbox"] {
  @extend .svg-tick;
}*/
body[class*="safari-"] .form-check-input[type="radio"] {
  -webkit-appearance: none; }

body[class*="safari-"] .form-check-input[type='radio']:before {
  top: 16px; }

body[class*="safari-"] .form-check-input[type='radio']:checked:after {
  top: 16px; }

.form-check-input[type="checkbox"] + label {
  padding-left: 13px; }

.form-check-input[type="checkbox"] {
  height: 0;
  width: 0;
  position: relative;
  border: none; }
  .form-check-input[type='checkbox']:focus {
    box-shadow: unset; }
    .form-check-input[type='checkbox']:focus:before {
      box-shadow: 0 0 5pt 2pt #d3d3d3; }
  .form-check-input[type='checkbox']:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    border: 1px solid #e2e2e2;
    background: #ffffff;
    border-radius: 2px; }

.form-check-input[type='checkbox']:checked:after {
  content: '';
  position: absolute;
  top: 8px;
  bottom: 0;
  margin: auto;
  left: -3px;
  transition: all .2s;
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7); }

.form-check-input[type="radio"] + label {
  padding-left: 13px;
  cursor: pointer; }

.form-check-input[type="radio"] {
  height: 0;
  width: 0;
  position: relative;
  border: none; }
  .form-check-input[type='radio']:focus {
    box-shadow: unset; }
    .form-check-input[type='radio']:focus:before {
      box-shadow: 0 0 5pt 2pt #d3d3d3; }
  .form-check-input[type='radio']:before {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    top: 8px;
    bottom: 0;
    margin: auto;
    left: 0;
    position: absolute;
    background-color: #ffffff;
    display: inline-block;
    visibility: visible;
    border: 1px solid #e2e2e2; }

.form-check-input[type='radio']:checked {
  background: unset;
  width: unset;
  height: unset; }

.form-check-input[type='radio']:checked:after {
  content: '';
  position: absolute;
  background-color: #008554;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 8px;
  left: 50%;
  transform: translateX(calc(50% - 2.5px));
  bottom: 0;
  margin: auto;
  display: inline-block;
  visibility: visible; }

.form-check-input:disabled[type="radio"] {
  background: unset;
  width: unset;
  height: unset; }

.radio-error-parent .form-check-input[type='radio']:before, .radio-error-parent .form-check-input[type='checkbox']:before {
  border: 1px solid #e60014; }

.international .form-check-input[type='checkbox']:checked:after {
  content: '';
  position: absolute; }

.international .form-check-input[type='radio']:checked:after {
  content: '';
  position: absolute;
  background-color: #491d6e; }

/* Radion Styles  */
/*.styled-radio {
  label {
    padding-top: 0;
    margin-bottom: 15px;
    display: inline-block;
    text-align: left;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 15px;
    padding-left: 25px;
    color: $n05;
    &:after {
      content: "";
      position: absolute;
      top: 0;
      right: auto;
      bottom: 0;
      left: 0;
      margin: auto;
    }
  }
  input[type="checkbox"],
  input[type="radio"] {
    position: absolute;
    top: auto;
    left: 0;
    z-index: -1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}*/
.form-check-input:disabled[type="radio"] {
  opacity: 1; }

.form-check-input[type="radio"] {
  background-color: transparent !important;
  border: none !important;
  transition: none !important; }

a.datepicker-button {
  cursor: pointer; }
  a.datepicker-button.default {
    margin: 0; }
    a.datepicker-button.default .input-group-text, a.datepicker-button.default .datepicker-button.input-group-append {
      background-color: transparent;
      border-left: none; }
    a.datepicker-button.default .fa-calendar-alt {
      width: 14px;
      height: 14px; }
      a.datepicker-button.default .fa-calendar-alt:before {
        content: "";
        display: block; }

div.datepicker-calendar {
  margin: 0 10px 10px 0;
  font-size: 0.9rem;
  padding: 2px;
  position: absolute;
  width: 261px;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 50; }
  div.datepicker-calendar div.datepicker-month-wrap {
    margin: 0;
    padding-top: 1px;
    text-align: center;
    height: 30px; }
  div.datepicker-calendar.bootstrap4 div.datepicker-month-wrap > div {
    padding-top: 0; }
  div.datepicker-calendar.bootstrap4 div.datepicker-month-wrap div.datepicker-month-prev, div.datepicker-calendar.bootstrap4 div.datepicker-month-wrap div.datepicker-month-next {
    padding-top: 2px; }
  div.datepicker-calendar.bootstrap4 div.datepicker-month-wrap i.fa-caret-left, div.datepicker-calendar.bootstrap4 div.datepicker-month-wrap i.fa-caret-right {
    font-size: 1.3rem; }
  div.datepicker-calendar div.datepicker-month-fast-prev.disabled, div.datepicker-calendar div.datepicker-month-fast-next.disabled, div.datepicker-calendar div.datepicker-month-prev.disabled, div.datepicker-calendar div.datepicker-month-next.disabled {
    border: none;
    cursor: default; }
  div.datepicker-calendar div.datepicker-month-fast-prev, div.datepicker-calendar div.datepicker-month-fast-next, div.datepicker-calendar div.datepicker-month-prev, div.datepicker-calendar div.datepicker-month-next {
    cursor: pointer;
    margin: 2px;
    width: 20px;
    height: 20px;
    padding-top: 3px; }
  div.datepicker-calendar div.datepicker-month-fast-prev {
    padding-right: 2px; }
  div.datepicker-calendar div.datepicker-month-fast-next {
    padding-left: 2px; }
  div.datepicker-calendar div.datepicker-month-fast-prev.enabled:hover, div.datepicker-calendar div.datepicker-month-fast-prev.enabled:focus {
    margin-top: 2px;
    border: 1px solid #800800;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  div.datepicker-calendar div.datepicker-month-fast-next.enabled:hover, div.datepicker-calendar div.datepicker-month-fast-next.enabled:focus {
    margin-top: 2px;
    border: 1px solid #800800;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  div.datepicker-calendar div.datepicker-month-prev.enabled:hover, div.datepicker-calendar div.datepicker-month-prev.enabled:focus {
    margin-top: 2px;
    border: 1px solid #800800;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  div.datepicker-calendar div.datepicker-month-next.enabled:hover, div.datepicker-calendar div.datepicker-month-next.enabled:focus {
    margin-top: 2px;
    border: 1px solid #800800;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  div.datepicker-calendar div.datepicker-month {
    margin: 3px 56px 2px 56px;
    height: 24px;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    padding-top: 1px; }
  div.datepicker-calendar:not(.bootstrap4) div.datepicker-month:after {
    font-family: "Glyphicons Halflings";
    font-size: 0.6rem;
    display: inline-block;
    content: ">>"; }
  div.datepicker-calendar div.datepicker-month:hover, div.datepicker-calendar div.datepicker-month:focus {
    padding-top: 0;
    border: 1px solid #800800;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  div.datepicker-calendar table.datepicker-grid {
    width: 100%;
    font-size: 1.2rem;
    text-align: center; }
    div.datepicker-calendar table.datepicker-grid.rtl {
      direction: rtl; }
    div.datepicker-calendar table.datepicker-grid:focus {
      outline: none; }
  div.datepicker-calendar table.datepicker-grid th,
  div.datepicker-calendar table.datepicker-grid td {
    text-align: center;
    padding: 0; }
  div.datepicker-calendar table.datepicker-grid th abbr {
    border: none; }
  div.datepicker-calendar table.datepicker-grid td {
    border: 1px solid #999999;
    cursor: pointer; }
    div.datepicker-calendar table.datepicker-grid td.unselectable {
      cursor: default; }
  div.datepicker-calendar table.datepicker-grid th {
    height: 30px; }
  div.datepicker-calendar table.datepicker-grid td.day {
    height: 30px; }
  div.datepicker-calendar table.datepicker-grid td.month {
    height: 60px; }
  div.datepicker-calendar table.datepicker-grid td.year {
    height: 45px; }
  div.datepicker-calendar table.datepicker-grid td.curDay, div.datepicker-calendar table.datepicker-grid td.curMonth, div.datepicker-calendar table.datepicker-grid td.curYear {
    border: 1px solid #999999; }
  div.datepicker-calendar table.datepicker-grid td.empty {
    border: 1px solid #999999;
    cursor: default; }
  div.datepicker-calendar .offscreen {
    position: absolute;
    left: -200em;
    top: -100em; }

.datepicker-overlay {
  background: #777777;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  height: 100%;
  min-height: 100%;
  z-index: 40; }

div.datepicker-calendar button.datepicker-close {
  height: 30px;
  width: 100%;
  font-weight: bold;
  margin-top: 1px;
  border: 1px solid #f9f9f9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

/****************************
 * colors
 ***************************/
/****************************
 * default theme colors
 ***************************/
a.datepicker-button.default:hover, a.datepicker-button.default:focus {
  background-color: #DDDDDD; }

div.datepicker-calendar.default {
  background-color: #ffffff; }
  div.datepicker-calendar.default div.datepicker-month-fast-prev.disabled, div.datepicker-calendar.default div.datepicker-month-fast-next.disabled, div.datepicker-calendar.default div.datepicker-month-prev.disabled, div.datepicker-calendar.default div.datepicker-month-next.disabled {
    color: #999999; }
  div.datepicker-calendar.default div.datepicker-month-fast-prev.enabled:hover, div.datepicker-calendar.default div.datepicker-month-fast-prev.enabled:focus {
    background-color: #f9f9f9;
    border-color: #999999; }
  div.datepicker-calendar.default div.datepicker-month-fast-next.enabled:hover, div.datepicker-calendar.default div.datepicker-month-fast-next.enabled:focus {
    background-color: #f9f9f9;
    border-color: #999999; }
  div.datepicker-calendar.default div.datepicker-month-prev.enabled:hover, div.datepicker-calendar.default div.datepicker-month-prev.enabled:focus {
    background-color: #f9f9f9;
    border-color: #999999; }
  div.datepicker-calendar.default div.datepicker-month-next.enabled:hover, div.datepicker-calendar.default div.datepicker-month-next.enabled:focus {
    background-color: #f9f9f9;
    border-color: #999999; }
  div.datepicker-calendar.default div.datepicker-month:hover, div.datepicker-calendar.default div.datepicker-month:focus {
    background-color: #f9f9f9;
    border-color: #999999; }
  div.datepicker-calendar.default button.datepicker-close:hover, div.datepicker-calendar.default button.datepicker-close:focus {
    background-color: #f9f9f9;
    border-color: #999999; }
  div.datepicker-calendar.default table.datepicker-grid:focus {
    outline: 1px dotted #999999; }
  div.datepicker-calendar.default tr.datepicker-weekdays {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999; }
  div.datepicker-calendar.default table.datepicker-grid th {
    background-color: #f9f9f9;
    border: none; }
  div.datepicker-calendar.default table.datepicker-grid td {
    border: none;
    color: #737373; }
    div.datepicker-calendar.default table.datepicker-grid td.unselectable {
      color: #999999; }
    div.datepicker-calendar.default table.datepicker-grid td.curDay, div.datepicker-calendar.default table.datepicker-grid td.curMonth, div.datepicker-calendar.default table.datepicker-grid td.curYear {
      background-color: #FFF0C4; }
    div.datepicker-calendar.default table.datepicker-grid td.empty {
      border: none;
      color: #e2e2e2; }
    div.datepicker-calendar.default table.datepicker-grid td.selectable:hover, div.datepicker-calendar.default table.datepicker-grid td.selectable.focus {
      background-color: #DDDDDD; }
    div.datepicker-calendar.default table.datepicker-grid td.empty:hover {
      background-color: #F9F9F9; }
  div.datepicker-calendar.default button.datepicker-close {
    background-color: #DDDDDD;
    border-color: #999999;
    color: #737373; }

/****************************
 * bootstrap theme colors
 ***************************/
a.datepicker-button.bootstrap:hover, a.datepicker-button.bootstrap:focus {
  background-color: #DDDDDD; }

div.datepicker-calendar.bootstrap {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  min-width: 200px;
  font-size: 0.8rem;
  background-clip: padding-box;
  background-color: #ffffff;
  border-radius: 4px;
  line-height: 20px; }
  div.datepicker-calendar.bootstrap.below {
    margin-top: 2px; }
  div.datepicker-calendar.bootstrap.above {
    margin-top: -2px; }
  div.datepicker-calendar.bootstrap:before {
    content: "";
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #e2e2e2;
    border-top: none;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 7px; }
  div.datepicker-calendar.bootstrap:after {
    content: "";
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-top: none;
    position: absolute;
    left: 6px; }
  div.datepicker-calendar.bootstrap.below:before {
    top: -7px; }
  div.datepicker-calendar.bootstrap.below:after {
    top: -6px; }
  div.datepicker-calendar.bootstrap.above:before {
    bottom: -7px;
    border-bottom: none;
    border-top: 7px solid #999999; }
  div.datepicker-calendar.bootstrap.above:after {
    bottom: -6px;
    border-bottom: none;
    border-top: 6px solid #ffffff; }
  div.datepicker-calendar.bootstrap div.datepicker-month-fast-prev.disabled, div.datepicker-calendar.bootstrap div.datepicker-month-fast-next.disabled, div.datepicker-calendar.bootstrap div.datepicker-month-prev.disabled, div.datepicker-calendar.bootstrap div.datepicker-month-next.disabled {
    color: #999999; }
  div.datepicker-calendar.bootstrap div.datepicker-month-fast-prev.enabled:hover, div.datepicker-calendar.bootstrap div.datepicker-month-fast-prev.enabled:focus {
    background-color: #f9f9f9;
    border-color: #999999; }
  div.datepicker-calendar.bootstrap div.datepicker-month-fast-next.enabled:hover, div.datepicker-calendar.bootstrap div.datepicker-month-fast-next.enabled:focus {
    background-color: #f9f9f9;
    border-color: #999999; }
  div.datepicker-calendar.bootstrap div.datepicker-month-prev.enabled:hover, div.datepicker-calendar.bootstrap div.datepicker-month-prev.enabled:focus {
    background-color: #f9f9f9;
    border-color: #999999; }
  div.datepicker-calendar.bootstrap div.datepicker-month-next.enabled:hover, div.datepicker-calendar.bootstrap div.datepicker-month-next.enabled:focus {
    background-color: #f9f9f9;
    border-color: #999999; }
  div.datepicker-calendar.bootstrap div.datepicker-month:hover, div.datepicker-calendar.bootstrap div.datepicker-month:focus {
    background-color: #f9f9f9;
    border-color: #999999; }
  div.datepicker-calendar.bootstrap button.datepicker-close:hover, div.datepicker-calendar.bootstrap button.datepicker-close:focus {
    background-color: #f9f9f9;
    border-color: #999999; }
  div.datepicker-calendar.bootstrap table.datepicker-grid:focus {
    outline: none; }
  div.datepicker-calendar.bootstrap tr.datepicker-weekdays {
    border: none; }
  div.datepicker-calendar.bootstrap table.datepicker-grid th abbr {
    text-decoration: none;
    cursor: default; }
  div.datepicker-calendar.bootstrap table.datepicker-grid td {
    border: none;
    color: #737373; }
    div.datepicker-calendar.bootstrap table.datepicker-grid td.unselectable {
      color: #999999; }
    div.datepicker-calendar.bootstrap table.datepicker-grid td.curDay, div.datepicker-calendar.bootstrap table.datepicker-grid td.curMonth, div.datepicker-calendar.bootstrap table.datepicker-grid td.curYear {
      background-color: #FFF0C4; }
    div.datepicker-calendar.bootstrap table.datepicker-grid td.empty {
      border: none;
      color: #e2e2e2; }
    div.datepicker-calendar.bootstrap table.datepicker-grid td.selectable:hover, div.datepicker-calendar.bootstrap table.datepicker-grid td.selectable.focus {
      background-color: #DDDDDD; }
    div.datepicker-calendar.bootstrap table.datepicker-grid td.empty:hover {
      background-color: #F9F9F9; }
  div.datepicker-calendar.bootstrap button.datepicker-close {
    background-color: #DDDDDD;
    border-color: #999999;
    color: #737373; }

/****************************
 * maroon theme colors
 ***************************/
a.datepicker-button.maroon {
  color: #ffffff;
  background-color: #A63950; }
  a.datepicker-button.maroon:hover, a.datepicker-button.maroon:focus {
    color: #ffffff;
    background-color: #802C3E; }

div.datepicker-calendar.maroon {
  background-color: #ffffff;
  border-color: #e2e2e2; }
  div.datepicker-calendar.maroon div.datepicker-month-wrap {
    background-color: #522A3F;
    color: #ffffff; }
  div.datepicker-calendar.maroon div.datepicker-month-fast-prev.disabled, div.datepicker-calendar.maroon div.datepicker-month-fast-next.disabled, div.datepicker-calendar.maroon div.datepicker-month-prev.disabled, div.datepicker-calendar.maroon div.datepicker-month-next.disabled {
    color: #999999; }
  div.datepicker-calendar.maroon div.datepicker-month-fast-prev.enabled:hover, div.datepicker-calendar.maroon div.datepicker-month-fast-prev.enabled:focus {
    background-color: #A63950;
    border-color: #800800; }
  div.datepicker-calendar.maroon div.datepicker-month-fast-next.enabled:hover, div.datepicker-calendar.maroon div.datepicker-month-fast-next.enabled:focus {
    background-color: #A63950;
    border-color: #800800; }
  div.datepicker-calendar.maroon div.datepicker-month-prev.enabled:hover, div.datepicker-calendar.maroon div.datepicker-month-prev.enabled:focus {
    background-color: #A63950;
    border-color: #800800; }
  div.datepicker-calendar.maroon div.datepicker-month-next.enabled:hover, div.datepicker-calendar.maroon div.datepicker-month-next.enabled:focus {
    background-color: #A63950;
    border-color: #800800; }
  div.datepicker-calendar.maroon div.datepicker-month:hover, div.datepicker-calendar.maroon div.datepicker-month:focus {
    background-color: #A63950;
    border-color: #800800; }
  div.datepicker-calendar.maroon button.datepicker-close:hover, div.datepicker-calendar.maroon button.datepicker-close:focus {
    background-color: #A63950;
    border-color: #800800; }
  div.datepicker-calendar.maroon table.datepicker-grid:focus {
    outline: 1px dotted #A63950; }
  div.datepicker-calendar.maroon table.datepicker-grid th {
    background-color: #A63950;
    color: #ffffff; }
  div.datepicker-calendar.maroon table.datepicker-grid td {
    background-color: #f9f9f9;
    border-color: #999999; }
    div.datepicker-calendar.maroon table.datepicker-grid td.unselectable {
      color: #999999; }
    div.datepicker-calendar.maroon table.datepicker-grid td.curDay, div.datepicker-calendar.maroon table.datepicker-grid td.curMonth, div.datepicker-calendar.maroon table.datepicker-grid td.curYear {
      background-color: #FFF0C4; }
    div.datepicker-calendar.maroon table.datepicker-grid td.empty {
      background-color: #F9F9F9;
      color: #AAAAAA; }
    div.datepicker-calendar.maroon table.datepicker-grid td.selectable:hover, div.datepicker-calendar.maroon table.datepicker-grid td.selectable.focus {
      background-color: #B55A6E;
      color: #ffffff;
      border-color: #800800; }
    div.datepicker-calendar.maroon table.datepicker-grid td.empty:hover {
      background-color: #F9F9F9;
      border-color: #999999; }
  div.datepicker-calendar.maroon button.datepicker-close {
    background-color: #522A3F;
    color: #ffffff;
    border-color: #f9f9f9; }

/****************************
 * blue theme colors
 ***************************/
a.datepicker-button.blue {
  color: #ffffff;
  background-color: #063A5B; }
  a.datepicker-button.blue:hover, a.datepicker-button.blue:focus {
    background-color: #262A33; }

div.datepicker-calendar.blue {
  background-color: #ffffff;
  border-color: #e2e2e2; }
  div.datepicker-calendar.blue div.datepicker-month-wrap {
    background-color: #063A5B;
    color: #ffffff; }
  div.datepicker-calendar.blue div.datepicker-month-fast-prev.disabled, div.datepicker-calendar.blue div.datepicker-month-fast-next.disabled, div.datepicker-calendar.blue div.datepicker-month-prev.disabled, div.datepicker-calendar.blue div.datepicker-month-next.disabled {
    color: #999999; }
  div.datepicker-calendar.blue div.datepicker-month-fast-prev.enabled:hover, div.datepicker-calendar.blue div.datepicker-month-fast-prev.enabled:focus {
    background-color: #0B6BA8;
    border-color: #3484B7; }
  div.datepicker-calendar.blue div.datepicker-month-fast-next.enabled:hover, div.datepicker-calendar.blue div.datepicker-month-fast-next.enabled:focus {
    background-color: #0B6BA8;
    border-color: #3484B7; }
  div.datepicker-calendar.blue div.datepicker-month-prev.enabled:hover, div.datepicker-calendar.blue div.datepicker-month-prev.enabled:focus {
    background-color: #0B6BA8;
    border-color: #3484B7; }
  div.datepicker-calendar.blue div.datepicker-month-next.enabled:hover, div.datepicker-calendar.blue div.datepicker-month-next.enabled:focus {
    background-color: #0B6BA8;
    border-color: #3484B7; }
  div.datepicker-calendar.blue div.datepicker-month:hover, div.datepicker-calendar.blue div.datepicker-month:focus {
    background-color: #0B6BA8;
    border-color: #3484B7; }
  div.datepicker-calendar.blue button.datepicker-close:hover, div.datepicker-calendar.blue button.datepicker-close:focus {
    background-color: #0B6BA8;
    border-color: #3484B7; }
  div.datepicker-calendar.blue table.datepicker-grid:focus {
    outline: 1px dotted #0B6BA8; }
  div.datepicker-calendar.blue table.datepicker-grid th {
    background-color: #0B6BA8;
    color: #ffffff; }
  div.datepicker-calendar.blue table.datepicker-grid td {
    background-color: #f9f9f9;
    border-color: #999999; }
    div.datepicker-calendar.blue table.datepicker-grid td.unselectable {
      color: #999999; }
    div.datepicker-calendar.blue table.datepicker-grid td.curDay, div.datepicker-calendar.blue table.datepicker-grid td.curMonth, div.datepicker-calendar.blue table.datepicker-grid td.curYear {
      background-color: #FFF0C4; }
    div.datepicker-calendar.blue table.datepicker-grid td.empty {
      background-color: #F9F9F9;
      color: #AAAAAA; }
    div.datepicker-calendar.blue table.datepicker-grid td.selectable:hover, div.datepicker-calendar.blue table.datepicker-grid td.selectable.focus {
      background-color: #0B6BA8;
      color: #ffffff;
      border-color: #3484B7; }
    div.datepicker-calendar.blue table.datepicker-grid td.empty:hover {
      background-color: #F9F9F9;
      border-color: #999999; }
  div.datepicker-calendar.blue button.datepicker-close {
    background-color: #063A5B;
    color: #ffffff;
    border-color: #f9f9f9; }

/****************************
 * green theme colors
 ***************************/
a.datepicker-button.green {
  color: #ffffff;
  background-color: #0C5E2F; }
  a.datepicker-button.green:hover, a.datepicker-button.green:focus {
    background-color: #262A33; }

div.datepicker-calendar.green {
  background-color: #ffffff;
  border-color: #e2e2e2; }
  div.datepicker-calendar.green div.datepicker-month-wrap {
    background-color: #0C5E2F;
    color: #ffffff; }
  div.datepicker-calendar.green div.datepicker-month-fast-prev.disabled, div.datepicker-calendar.green div.datepicker-month-fast-next.disabled, div.datepicker-calendar.green div.datepicker-month-prev.disabled, div.datepicker-calendar.green div.datepicker-month-next.disabled {
    color: #999999; }
  div.datepicker-calendar.green div.datepicker-month-fast-prev.enabled:hover, div.datepicker-calendar.green div.datepicker-month-fast-prev.enabled:focus {
    background-color: #0D803B;
    border-color: #36955C; }
  div.datepicker-calendar.green div.datepicker-month-fast-next.enabled:hover, div.datepicker-calendar.green div.datepicker-month-fast-next.enabled:focus {
    background-color: #0D803B;
    border-color: #36955C; }
  div.datepicker-calendar.green div.datepicker-month-prev.enabled:hover, div.datepicker-calendar.green div.datepicker-month-prev.enabled:focus {
    background-color: #0D803B;
    border-color: #36955C; }
  div.datepicker-calendar.green div.datepicker-month-next.enabled:hover, div.datepicker-calendar.green div.datepicker-month-next.enabled:focus {
    background-color: #0D803B;
    border-color: #36955C; }
  div.datepicker-calendar.green div.datepicker-month:hover, div.datepicker-calendar.green div.datepicker-month:focus {
    background-color: #0D803B;
    border-color: #36955C; }
  div.datepicker-calendar.green button.datepicker-close:hover, div.datepicker-calendar.green button.datepicker-close:focus {
    background-color: #0D803B;
    border-color: #36955C; }
  div.datepicker-calendar.green table.datepicker-grid:focus {
    outline: 1px dotted #0D803B; }
  div.datepicker-calendar.green table.datepicker-grid th {
    background-color: #0D803B;
    color: #ffffff; }
  div.datepicker-calendar.green table.datepicker-grid td {
    background-color: #f9f9f9;
    border-color: #999999; }
    div.datepicker-calendar.green table.datepicker-grid td.unselectable {
      color: #999999; }
    div.datepicker-calendar.green table.datepicker-grid td.curDay, div.datepicker-calendar.green table.datepicker-grid td.curMonth, div.datepicker-calendar.green table.datepicker-grid td.curYear {
      background-color: #FFF0C4; }
    div.datepicker-calendar.green table.datepicker-grid td.empty {
      background-color: #F9F9F9;
      color: #AAAAAA; }
    div.datepicker-calendar.green table.datepicker-grid td.selectable:hover, div.datepicker-calendar.green table.datepicker-grid td.selectable.focus {
      background-color: #0D803B;
      color: #ffffff;
      border-color: #36955C; }
    div.datepicker-calendar.green table.datepicker-grid td.empty:hover {
      background-color: #F9F9F9;
      border-color: #999999; }
  div.datepicker-calendar.green button.datepicker-close {
    background-color: #0C5E2F;
    color: #ffffff;
    border-color: #f9f9f9; }

div.datepicker-calendar div.datepicker-month-fast-next,
div.datepicker-calendar div.datepicker-month-next {
  position: relative; }
  div.datepicker-calendar div.datepicker-month-fast-next:after,
  div.datepicker-calendar div.datepicker-month-next:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

div.datepicker-calendar div.datepicker-month-fast-prev,
div.datepicker-calendar div.datepicker-month-prev {
  position: relative;
  width: 20px;
  height: 20px; }
  div.datepicker-calendar div.datepicker-month-fast-prev:before,
  div.datepicker-calendar div.datepicker-month-prev:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

div.datepicker-calendar div.datepicker-month-fast-next:after {
  content: ">>"; }

div.datepicker-calendar div.datepicker-month-next:after {
  content: ">"; }

div.datepicker-calendar div.datepicker-month-fast-prev:before {
  content: "<<"; }

div.datepicker-calendar div.datepicker-month-prev:before {
  content: "<"; }

div.datepicker-calendar.bootstrap4 div.datepicker-month {
  position: relative;
  border: 1px solid transparent;
  padding-right: 12px;
  font-weight: normal; }
  div.datepicker-calendar.bootstrap4 div.datepicker-month:after {
    content: "" !important;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

.date label {
  display: block;
  width: 100%; }

.date .datetimepicker-input {
  border-radius: 6px 0 0 6px !important; }

.date .calendar-icon {
  position: relative;
  width: 13px;
  height: 14px; }
  .date .calendar-icon:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

.datepicker-button.input-group-append > .input-group-text, .datepicker-button.input-group-append > .datepicker-button.input-group-append {
  background-color: transparent;
  border: none; }

.datepicker-calendar abbr[title], .datepicker-calendar abbr[data-bs-original-title] {
  text-decoration: none;
  outline: none;
  cursor: default; }

input.form-control,
textarea.form-control,
select.form-control {
  font-family: "IOI";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  border-radius: 5px;
  color: #333333;
  border: 1px solid #e2e2e2;
  padding: 13px 15px; }
  input.form-control::-webkit-input-placeholder,
  textarea.form-control::-webkit-input-placeholder,
  select.form-control::-webkit-input-placeholder {
    color: #737373; }
  input.form-control:-moz-placeholder,
  textarea.form-control:-moz-placeholder,
  select.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #737373; }
  input.form-control::-moz-placeholder,
  textarea.form-control::-moz-placeholder,
  select.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #737373; }
  input.form-control:-ms-input-placeholder,
  textarea.form-control:-ms-input-placeholder,
  select.form-control:-ms-input-placeholder {
    color: #737373; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 15px; }
  .form-group.has-error .form-control {
    border: 1px solid #e60014; }
  .form-group.has-success .form-control {
    border: 1px solid #008554; }

.require-text {
  font-family: "IOI";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
  margin-bottom: 30px;
  display: block; }
  @media screen and (max-width: 640px) {
    .require-text {
      font-family: "IOI";
      font-style: normal;
      font-weight: 300;
      font-size: 12px;
      line-height: 150%;
      margin-bottom: 15px; } }

select {
  color: #a7a7a7; }
  select option {
    color: #a7a7a7; }

/*.disabled {
  label {
    color: $n04;
  }
}
.focused {
  label {
    color: $p01;
  }
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]) {
    border: 1px solid $p01;
  }
}
.error {
  label {
    color: $f01;
  }
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]) {
    border: 1px solid $f01;
  }
}
.bootstrap-datetimepicker-widget {
  width: auto !important;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}
*/
label, .form-label {
  color: #000000 !important;
  font-family: "IOI";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%; }
  @media screen and (max-width: 640px) {
    label, .form-label {
      margin-bottom: 15px; } }
  label .optional, .form-label .optional {
    display: inline-block;
    color: #a7a7a7;
    margin-left: 20px; }

.styled-select-dropdown {
  /*position: relative;
  overflow: hidden;
  background-image: url("imgs/dropdown-gray.svg");
  background-repeat: no-repeat;
  background-position: 99% center;
  cursor: pointer;
  margin: auto;
  border-radius: 3px;
  background-color: $n01;
  height: 40px;*/ }
  .styled-select-dropdown select {
    width: 100%;
    height: inherit;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    outline: 0;
    left: 0;
    top: 0;
    padding-right: 40px;
    background-image: url("imgs/chevron-down-gr.svg");
    background-repeat: no-repeat;
    background-position: right 20px center; }

/*.gj-icon.chevron-left,
.gj-icon.chevron-right {
  width: 10px;
  height: 6px;
  display: block;
  &:before {
    content: "" !important;
    @extend .svg-dropdown-black;
    transform: rotate(90deg);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.gj-icon.chevron-left {
  &:before {
    transform: rotate(90deg);
  }
}
.gj-icon.chevron-right {
  &:before {
    transform: rotate(-90deg);
  }
}*/
.ohnohoney {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1; }

.form-control.is-invalid {
  background-image: unset; }
  .form-control.is-invalid:focus::-webkit-input-placeholder {
    color: #e60014; }
  .form-control.is-invalid:focus:-moz-placeholder {
    /* Firefox 18- */
    color: #e60014; }
  .form-control.is-invalid:focus::-moz-placeholder {
    /* Firefox 19+ */
    color: #e60014; }
  .form-control.is-invalid:focus:-ms-input-placeholder {
    color: #e60014; }

.was-validated.is-invalid .form-control:invalid,
.form-control.is-invalid {
  background-image: unset; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  color: #000000; }
  .was-validated .form-control:invalid::-webkit-input-placeholder,
  .form-control.is-invalid::-webkit-input-placeholder {
    color: #737373; }
  .was-validated .form-control:invalid:-moz-placeholder,
  .form-control.is-invalid:-moz-placeholder {
    /* Firefox 18- */
    color: #737373; }
  .was-validated .form-control:invalid::-moz-placeholder,
  .form-control.is-invalid::-moz-placeholder {
    /* Firefox 19+ */
    color: #737373; }
  .was-validated .form-control:invalid:-ms-input-placeholder,
  .form-control.is-invalid:-ms-input-placeholder {
    color: #737373; }

.help-block, help-block-file {
  display: block; }

.invalid-feedback, .help-block, .help-block-file {
  position: relative;
  padding-left: 35px;
  margin-top: 13px;
  font-family: "IOI";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: #e60014; }
  .invalid-feedback:before, .help-block:before, .help-block-file:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0; }

@media screen and (max-width: 640px) {
  .form-tooltip {
    display: inline-block !important; } }

.international .standard-content h1, .international .standard-content .h1, h3 .international .standard-content:not(.market-label), .h3 .international .standard-content:not(.market-label) {
  color: #008554; }

.international .standard-content .table-wrapper table thead {
  background: #008554; }
  .international .standard-content .table-wrapper table thead tr {
    background: #008554; }
    .international .standard-content .table-wrapper table thead tr th {
      background: #008554; }

.standard-content {
  padding-bottom: 0; }
  .standard-content h1, .standard-content .h1, .standard-content h3, .standard-content .h3 {
    color: #491d6e; }
  .standard-content h2, .standard-content .h2 {
    color: #333333; }
  .standard-content .market-label {
    font-family: "IOI";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #000000;
    margin-bottom: 50px; }
    @media screen and (max-width: 640px) {
      .standard-content .market-label {
        margin-bottom: 15px; } }
  .standard-content > a.btn {
    margin-bottom: 30px !important; }
  .standard-content > p > a {
    font-family: "IOI";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%; }
    .standard-content > p > a.btn {
      margin-bottom: 30px; }
    @media screen and (max-width: 640px) {
      .standard-content > p > a {
        font-family: "IOI";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%; } }
  .standard-content ul {
    list-style: disc; }
  .standard-content ol,
  .standard-content ul {
    visibility: hidden;
    padding: 13px 0 10px 30px;
    margin: 0; }
    .standard-content ol li,
    .standard-content ul li {
      padding: 0; }
      .standard-content ol li:last-of-type,
      .standard-content ul li:last-of-type {
        padding-bottom: 0; }
      @media screen and (max-width: 640px) {
        .standard-content ol li,
        .standard-content ul li {
          font-size: 1rem; } }
    .standard-content ol.wrapped,
    .standard-content ul.wrapped {
      visibility: visible; }
      .standard-content ol.wrapped li span ol,
      .standard-content ol.wrapped li span ul,
      .standard-content ul.wrapped li span ol,
      .standard-content ul.wrapped li span ul {
        padding-top: 5px;
        padding-bottom: 0; }
  .standard-content ol.pagination, .standard-content ul.pagination {
    visibility: visible; }
  .standard-content ul.wrapped li span {
    display: inline-block;
    vertical-align: top; }
  .standard-content .offices-div {
    margin-bottom: 30px; }
    .standard-content .offices-div .who-sidebar {
      margin-top: 0; }
      .standard-content .offices-div .who-sidebar ul {
        padding: 0; }
        @media screen and (min-width: 641px) {
          .standard-content .offices-div .who-sidebar ul li.map {
            min-height: 151px; }
            .standard-content .offices-div .who-sidebar ul li.map:before {
              top: 15px;
              bottom: unset; } }
  .standard-content .spotlights-wrapper img {
    margin-bottom: 0; }
  .standard-content .spotlight .image-wrapper img {
    border-radius: unset;
    margin-bottom: 0; }
  .standard-content img,
  .standard-content > img,
  .standard-content > p > img,
  .standard-content > figure img,
  .standard-content > p > figure img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0 0 30px;
    border-radius: 10px; }
    .standard-content img.left, .standard-content img.float-left, .standard-content img.-align-left, .standard-content img[style*="float: left;"],
    .standard-content > img.left,
    .standard-content > img.float-left,
    .standard-content > img.-align-left,
    .standard-content > img[style*="float: left;"],
    .standard-content > p > img.left,
    .standard-content > p > img.float-left,
    .standard-content > p > img.-align-left,
    .standard-content > p > img[style*="float: left;"],
    .standard-content > figure img.left,
    .standard-content > figure img.float-left,
    .standard-content > figure img.-align-left,
    .standard-content > figure img[style*="float: left;"],
    .standard-content > p > figure img.left,
    .standard-content > p > figure img.float-left,
    .standard-content > p > figure img.-align-left,
    .standard-content > p > figure img[style*="float: left;"] {
      width: 50%;
      height: auto;
      float: left;
      margin: 0 15px 30px 0;
      max-width: 50%; }
      @media screen and (max-width: 640px) {
        .standard-content img.left, .standard-content img.float-left, .standard-content img.-align-left, .standard-content img[style*="float: left;"],
        .standard-content > img.left,
        .standard-content > img.float-left,
        .standard-content > img.-align-left,
        .standard-content > img[style*="float: left;"],
        .standard-content > p > img.left,
        .standard-content > p > img.float-left,
        .standard-content > p > img.-align-left,
        .standard-content > p > img[style*="float: left;"],
        .standard-content > figure img.left,
        .standard-content > figure img.float-left,
        .standard-content > figure img.-align-left,
        .standard-content > figure img[style*="float: left;"],
        .standard-content > p > figure img.left,
        .standard-content > p > figure img.float-left,
        .standard-content > p > figure img.-align-left,
        .standard-content > p > figure img[style*="float: left;"] {
          float: none;
          display: block;
          margin: 0 0 30px 0;
          max-width: unset;
          width: 100%; } }
    .standard-content img.right, .standard-content img.-align-right, .standard-content img.float-right, .standard-content img[style*="float: right;"],
    .standard-content > img.right,
    .standard-content > img.-align-right,
    .standard-content > img.float-right,
    .standard-content > img[style*="float: right;"],
    .standard-content > p > img.right,
    .standard-content > p > img.-align-right,
    .standard-content > p > img.float-right,
    .standard-content > p > img[style*="float: right;"],
    .standard-content > figure img.right,
    .standard-content > figure img.-align-right,
    .standard-content > figure img.float-right,
    .standard-content > figure img[style*="float: right;"],
    .standard-content > p > figure img.right,
    .standard-content > p > figure img.-align-right,
    .standard-content > p > figure img.float-right,
    .standard-content > p > figure img[style*="float: right;"] {
      width: 50%;
      height: auto;
      float: right;
      margin: 0 0 30px 15px;
      max-width: 50%; }
      @media screen and (max-width: 640px) {
        .standard-content img.right, .standard-content img.-align-right, .standard-content img.float-right, .standard-content img[style*="float: right;"],
        .standard-content > img.right,
        .standard-content > img.-align-right,
        .standard-content > img.float-right,
        .standard-content > img[style*="float: right;"],
        .standard-content > p > img.right,
        .standard-content > p > img.-align-right,
        .standard-content > p > img.float-right,
        .standard-content > p > img[style*="float: right;"],
        .standard-content > figure img.right,
        .standard-content > figure img.-align-right,
        .standard-content > figure img.float-right,
        .standard-content > figure img[style*="float: right;"],
        .standard-content > p > figure img.right,
        .standard-content > p > figure img.-align-right,
        .standard-content > p > figure img.float-right,
        .standard-content > p > figure img[style*="float: right;"] {
          float: none;
          display: block;
          margin: 0 0 30px 0;
          max-width: unset;
          width: 100%; } }
  .standard-content figure {
    margin-bottom: 30px !important; }
    .standard-content figure img {
      margin-bottom: 0.875rem !important; }
    .standard-content figure figcaption {
      color: #333333;
      font-family: "IOI";
      font-size: 1.125rem;
      font-style: italic;
      font-weight: 700;
      line-height: 1.5;
      letter-spacing: 0.7px; }
  .standard-content #searchAbleDataTable .spotlight img {
    max-width: unset; }
  .standard-content .fig-caption {
    font-family: "IOI";
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 150%;
    font-size: 14px;
    margin-bottom: 30px; }
    @media screen and (max-width: 640px) {
      .standard-content .fig-caption {
        margin-top: -10px; } }
  .standard-content dl {
    margin: 0 0 10px; }
    .standard-content dl dd {
      padding: 0 0 0 10px;
      margin: 0 0 10px; }
  .standard-content blockquote {
    margin: 0 0 30px;
    font-size: 1.09375rem; }
    .standard-content blockquote:before, .standard-content blockquote:after {
      font-size: 1.25rem;
      content: ""; }
    .standard-content blockquote small, .standard-content blockquote .small {
      display: block;
      line-height: 1.42857143; }
      .standard-content blockquote small:before, .standard-content blockquote .small:before {
        content: "\2014 \00A0"; }
  .standard-content table {
    visibility: hidden; }
  .standard-content .table-wrapper {
    width: 100%;
    overflow-y: auto;
    padding-bottom: 6px;
    margin: 0 0 20px;
    /* Track */
    /* Handle */ }
    .standard-content .table-wrapper::-webkit-scrollbar {
      -webkit-appearance: none;
      appearance: none;
      width: 3px;
      height: 3px;
      border-radius: 0;
      border: 0; }
    .standard-content .table-wrapper::-webkit-scrollbar-track {
      box-shadow: inset 0 0 0;
      border-radius: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) calc(50% - 1px), #a7a7a7 calc(50%), rgba(0, 0, 0, 0) calc(50% + 1px)); }
    .standard-content .table-wrapper::-webkit-scrollbar-thumb {
      background: #a7a7a7;
      height: 3px;
      width: 3px;
      border-radius: 0;
      border: 0;
      background-clip: padding-box; }
    .standard-content .table-wrapper table {
      visibility: visible;
      width: 100%;
      margin: 0 0 30px 0; }
      .standard-content .table-wrapper table tr td {
        padding: 12px 15px; }
        .standard-content .table-wrapper table tr td:nth-of-type(2) {
          white-space: pre-wrap; }
      @media screen and (max-width: 640px) {
        .standard-content .table-wrapper table {
          width: 1000px; } }
      .standard-content .table-wrapper table caption {
        display: none; }
    .standard-content .table-wrapper.gti-table-wrapper {
      overflow: unset; }
      .standard-content .table-wrapper.gti-table-wrapper .gti-table {
        margin-bottom: 0; }
        .standard-content .table-wrapper.gti-table-wrapper .gti-table tr th:first-of-type, .standard-content .table-wrapper.gti-table-wrapper .gti-table tr td:first-of-type {
          width: 26.7%; }
        .standard-content .table-wrapper.gti-table-wrapper .gti-table tr th:nth-of-type(2), .standard-content .table-wrapper.gti-table-wrapper .gti-table tr td:nth-of-type(2) {
          width: 45.5%; }
        .standard-content .table-wrapper.gti-table-wrapper .gti-table tr th:nth-of-type(3), .standard-content .table-wrapper.gti-table-wrapper .gti-table tr td:nth-of-type(3) {
          width: 47.8%; }
        .standard-content .table-wrapper.gti-table-wrapper .gti-table tr th a, .standard-content .table-wrapper.gti-table-wrapper .gti-table tr td a {
          text-decoration: underline; }
          .standard-content .table-wrapper.gti-table-wrapper .gti-table tr th a:hover, .standard-content .table-wrapper.gti-table-wrapper .gti-table tr td a:hover {
            text-decoration: none;
            color: #333333; }
        @media screen and (max-width: 640px) {
          .standard-content .table-wrapper.gti-table-wrapper .gti-table {
            width: 100%; }
            .standard-content .table-wrapper.gti-table-wrapper .gti-table tr {
              display: block;
              padding: 25px 0;
              position: relative; } }
    @media screen and (max-width: 640px) and (max-width: 640px) {
      .standard-content .table-wrapper.gti-table-wrapper .gti-table tr {
        padding: 25px 0 19px 0; } }
        @media screen and (max-width: 640px) {
              .standard-content .table-wrapper.gti-table-wrapper .gti-table tr:first-of-type {
                padding-top: 0; }
              .standard-content .table-wrapper.gti-table-wrapper .gti-table tr:nth-of-type(odd) td {
                box-shadow: unset; }
              .standard-content .table-wrapper.gti-table-wrapper .gti-table tr:nth-of-type(even) {
                background: #f9f9f9; }
                .standard-content .table-wrapper.gti-table-wrapper .gti-table tr:nth-of-type(even) td {
                  position: relative; }
                  .standard-content .table-wrapper.gti-table-wrapper .gti-table tr:nth-of-type(even) td:before {
                    content: "";
                    position: absolute;
                    background: #f9f9f9;
                    width: 100vw;
                    height: calc(100% + 45px);
                    top: -25px;
                    margin: auto;
                    z-index: -1;
                    right: 0;
                    left: calc(50% - 10px);
                    margin-left: calc(-50vw + 9px); }
              .standard-content .table-wrapper.gti-table-wrapper .gti-table tr:before {
                content: "";
                position: absolute;
                background: #a7a7a7;
                width: 100vw;
                height: 0.5px;
                bottom: 0;
                margin: auto;
                z-index: 1;
                right: 0;
                left: calc(50% - 10px);
                margin-left: calc(-50vw + 9px); }
            .standard-content .table-wrapper.gti-table-wrapper .gti-table td {
              display: block;
              width: 100% !important;
              padding: 0 0 5px;
              border: 0; }
            .standard-content .table-wrapper.gti-table-wrapper .gti-table thead {
              display: none; } }
    @media screen and (max-width: 640px) {
      .standard-content .table-wrapper.showerror {
        overflow: unset; } }
    @media screen and (max-width: 640px) {
      .standard-content .table-wrapper.showerror .gti-table {
        width: 100%; } }
  @media screen and (max-width: 640px) {
    .standard-content .ferry-title {
      margin: 50px 0 25px; } }
  .standard-content iframe {
    display: block;
    visibility: visible;
    border-radius: 10px; }
  @media screen and (max-width: 640px) {
    .standard-content iframe[src*='youtube'], .standard-content iframe[data-src*='youtube'] {
      width: 100%; } }
  .standard-content iframe[src*='soundcloud'] {
    display: block;
    visibility: visible;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px 0px #00000033;
    border-radius: 10px;
    border: none; }
    .standard-content iframe[src*='soundcloud'] + div {
      display: none; }
  .standard-content .ratio iframe {
    visibility: visible; }
  .standard-content iframe.cke_wysiwyg_frame.cke_reset {
    visibility: visible; }
  .standard-content a.btn {
    margin: 0 10px 0 0; }
    @media screen and (max-width: 640px) {
      .standard-content a.btn {
        margin: 0 0 10px 0; } }
  .standard-content a.btn-download span,
  .standard-content a.btn-download strong {
    display: inline-block;
    margin-right: 10px; }
  .standard-content hr {
    clear: both;
    border-top: 1px solid #a7a7a7;
    margin-bottom: 30px;
    display: block; }
  .standard-content .ratio {
    margin-bottom: 30px; }
  @media screen and (max-width: 640px) {
    .standard-content .table-wrapper table.mobile-responsive-table {
      display: block;
      width: 100%;
      border: none; }
      .standard-content .table-wrapper table.mobile-responsive-table thead {
        display: none; }
      .standard-content .table-wrapper table.mobile-responsive-table tr {
        display: block; }
      .standard-content .table-wrapper table.mobile-responsive-table td {
        display: block;
        white-space: normal; }
        .standard-content .table-wrapper table.mobile-responsive-table td:before {
          /*
          * aria-label has no advantage, it won't be read inside a table
          content: attr(aria-label);
          */
          content: attr(data-label);
          display: block;
          font-weight: bold;
          text-transform: uppercase; }
        .standard-content .table-wrapper table.mobile-responsive-table td:last-child {
          border-bottom: none; } }
  .standard-content span.caption {
    color: #333333;
    font-family: "IOI";
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 30px;
    display: block; }
    @media screen and (max-width: 640px) {
      .standard-content span.caption {
        margin-bottom: 20px; } }
  .standard-content div[data-sf-ec-immutable] {
    margin-bottom: 30px; }

.youtube-box, .youtube-frame {
  display: block;
  background-size: 100%;
  background-position: 0;
  position: relative;
  border: none;
  min-height: 476px;
  width: 100%;
  border-radius: 10px; }
  @media screen and (max-width: 640px) {
    .youtube-box, .youtube-frame {
      min-height: 195px; } }
  .youtube-box .play-icon:before, .youtube-frame .play-icon:before {
    content: ""; }
  .youtube-box .play-icon:after, .youtube-frame .play-icon:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #eeeeee00 0%, #eeeeee 100%);
    border-radius: 10px;
    mix-blend-mode: multiply; }
  .youtube-box .svg-play-icon, .youtube-box .play-icon:before, .youtube-frame .svg-play-icon, .youtube-frame .play-icon:before {
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    cursor: pointer; }
    @media screen and (max-width: 640px) {
      .youtube-box .svg-play-icon, .youtube-box .play-icon:before, .youtube-frame .svg-play-icon, .youtube-frame .play-icon:before {
        top: calc(50% - 42px);
        left: calc(50% - 42px);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8); } }

.video-wrap .ratio:before {
  display: none; }

.video-wrap.right {
  height: 238px;
  float: right;
  margin: 0 0 30px 15px;
  max-width: 50%;
  width: 445px; }
  @media screen and (max-width: 640px) {
    .video-wrap.right {
      max-width: 100%;
      width: 100%; } }
  .video-wrap.right .youtube-box, .video-wrap.right .youtube-frame {
    min-height: 238px; }

.video-wrap.left {
  height: 238px;
  float: left;
  margin: 0 15px 30px 0;
  max-width: 50%;
  width: 445px; }
  @media screen and (max-width: 640px) {
    .video-wrap.left {
      max-width: 100%;
      width: 100%; } }
  .video-wrap.left .youtube-box, .video-wrap.left .youtube-frame {
    min-height: 238px; }

.details-date {
  margin-bottom: 7px; }
  .details-date a, .details-date span {
    font-family: "IOI";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 30px;
    color: #333333;
    letter-spacing: 1px; }
  .details-date a + a, .details-date span + span {
    margin-left: 0;
    position: relative; }
    .details-date a + a:after, .details-date span + span:after {
      position: absolute;
      content: "";
      height: 14px;
      width: 1px;
      background: #333333;
      bottom: 2px;
      left: -15px; }

.notes {
  border-top: 1px solid #e2e2e2;
  padding-top: 30px; }
  .notes h2, .notes .h2 {
    color: #000000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 20px; }
    @media screen and (max-width: 640px) {
      .notes h2, .notes .h2 {
        margin-bottom: 15px; } }
  .notes > p:first-child {
    margin-bottom: 16px; }
  .notes ul {
    margin-bottom: 0 !important;
    padding-top: 0;
    padding-bottom: 0; }
    .notes ul li {
      font-family: "IOI";
      font-style: normal;
      font-weight: 300;
      font-size: 20px;
      line-height: 150%;
      color: #333333; }
      @media screen and (max-width: 640px) {
        .notes ul li {
          font-family: "IOI";
          font-style: normal;
          font-weight: 300;
          font-size: 16px;
          line-height: 150%; } }

.iframe-box {
  width: 100%;
  overflow: auto; }

/*
Buttons  */
.btn {
  font-family: "IOI";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%; }
  @media screen and (max-width: 640px) {
    .btn {
      font-family: "IOI";
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 150%; } }
  .btn.btn-primary {
    padding: 5px 22px 5px 22px;
    border: 2px solid #491d6e;
    border-radius: 30px;
    background: #491d6e; }
    .btn.btn-primary:hover, .btn.btn-primary.hover {
      border: 2px solid #330f52;
      background: #330f52; }
    .btn.btn-primary:not(:disabled):not(.disabled):focus, .btn.btn-primary:not(:disabled):not(.disabled).focus, .btn.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-primary:not(:disabled):not(.disabled).active {
      font-family: "IOI";
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 150%;
      border: 2px solid #a7a7a7;
      box-shadow: none; }
    .btn.btn-primary:disabled, .btn.btn-primary.disabled {
      background: #737373;
      border: 2px solid #737373; }
  .btn.btn-secondary {
    padding: 6px 23px 6px 23px;
    border: 1px solid #491d6e;
    border-radius: 30px;
    background: #ffffff;
    color: #491d6e; }
    .btn.btn-secondary:hover, .btn.btn-secondary.hover {
      border: 1px solid #491d6e;
      background: #491d6e;
      color: #ffffff; }
    .btn.btn-secondary:not(:disabled):not(.disabled):focus, .btn.btn-secondary:not(:disabled):not(.disabled).focus, .btn.btn-secondary:not(:disabled):not(.disabled):active, .btn.btn-secondary:not(:disabled):not(.disabled).active {
      font-family: "IOI";
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 150%;
      border: 1px solid #491d6e;
      box-shadow: 0 0 0 2px #a7a7a7 inset;
      outline: none;
      background: #330f52;
      color: #ffffff; }
    .btn.btn-secondary:disabled, .btn.btn-secondary.disabled {
      background: #ffffff;
      border: 1px solid #737373;
      color: #737373; }
  .btn.btn-neutral {
    padding: 6px 23px 6px 23px;
    border: 1px solid #ffffff;
    border-radius: 30px;
    background: transparent;
    color: #ffffff; }
    .btn.btn-neutral:hover, .btn.btn-neutral.hover {
      border: 1px solid #ffffff;
      background: #ffffff;
      color: #000000; }
    .btn.btn-neutral:not(:disabled):not(.disabled):focus, .btn.btn-neutral:not(:disabled):not(.disabled).focus, .btn.btn-neutral:not(:disabled):not(.disabled):active, .btn.btn-neutral:not(:disabled):not(.disabled).active {
      font-family: "IOI";
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 150%;
      border: 1px solid #ffffff;
      background: #ffffff;
      color: #000000;
      box-shadow: 0 0 0 2px #a7a7a7 inset;
      outline: none; }
    .btn.btn-neutral:disabled, .btn.btn-neutral.disabled {
      background: #ffffff;
      border: 1px solid #737373;
      color: #737373; }
  .btn.btn-link {
    padding: 0 40px 0 0;
    color: #491d6e;
    position: relative; }
    .btn.btn-link:after {
      position: absolute;
      content: "";
      background: url("svg/sprite.svg") 72.45509% 31.57895% no-repeat;
      width: 32px;
      height: 32px;
      transform: scale(0.75);
      bottom: -4px;
      margin-left: 8px; }
    .btn.btn-link:hover, .btn.btn-link.hover {
      color: #330f52;
      text-decoration: none; }
      .btn.btn-link:hover:before, .btn.btn-link.hover:before {
        position: absolute;
        content: "";
        background: #008554;
        bottom: 3px;
        width: calc(100% - 8px);
        height: 1px; }
    .btn.btn-link:not(:disabled):not(.disabled):active, .btn.btn-link:not(:disabled):not(.disabled).active, .btn.btn-link:not(:disabled):not(.disabled):focus, .btn.btn-link:not(:disabled):not(.disabled).focus {
      outline: 1px solid #a7a7a7;
      border-radius: 5px;
      box-shadow: none;
      text-decoration: none; }
      .btn.btn-link:not(:disabled):not(.disabled):active:before, .btn.btn-link:not(:disabled):not(.disabled).active:before, .btn.btn-link:not(:disabled):not(.disabled):focus:before, .btn.btn-link:not(:disabled):not(.disabled).focus:before {
        position: absolute;
        content: "";
        background: #008554;
        bottom: 3px;
        width: calc(100% - 8px);
        height: 1px; }
    .btn.btn-link:disabled, .btn.btn-link.disabled {
      color: #737373; }
      .btn.btn-link:disabled:after, .btn.btn-link.disabled:after {
        position: absolute;
        content: "";
        background: url("svg/sprite.svg") 72.45509% 63.15789% no-repeat;
        width: 32px;
        height: 32px;
        transform: scale(0.75);
        bottom: 0;
        margin-left: 8px; }
      .btn.btn-link:disabled:before, .btn.btn-link.disabled:before {
        display: none; }

.carousel-nav .owl-prev,
.carousel-nav .owl-next,
.carousel-nav .carousel-next,
.carousel-nav .carousel-prev, .owl-nav .owl-prev,
.owl-nav .owl-next,
.owl-nav .carousel-next,
.owl-nav .carousel-prev {
  position: relative;
  width: 44px;
  height: 44px;
  border: 1px solid #008554 !important;
  border-radius: 5px;
  background: transparent;
  margin: 0 1px 0 0; }
  .carousel-nav .owl-prev span,
  .carousel-nav .owl-next span,
  .carousel-nav .carousel-next span,
  .carousel-nav .carousel-prev span, .owl-nav .owl-prev span,
  .owl-nav .owl-next span,
  .owl-nav .carousel-next span,
  .owl-nav .carousel-prev span {
    display: none !important; }
  .carousel-nav .owl-prev:hover, .carousel-nav .owl-prev.hover, .carousel-nav .owl-prev:active, .carousel-nav .owl-prev.active,
  .carousel-nav .owl-next:hover,
  .carousel-nav .owl-next.hover,
  .carousel-nav .owl-next:active,
  .carousel-nav .owl-next.active,
  .carousel-nav .carousel-next:hover,
  .carousel-nav .carousel-next.hover,
  .carousel-nav .carousel-next:active,
  .carousel-nav .carousel-next.active,
  .carousel-nav .carousel-prev:hover,
  .carousel-nav .carousel-prev.hover,
  .carousel-nav .carousel-prev:active,
  .carousel-nav .carousel-prev.active, .owl-nav .owl-prev:hover, .owl-nav .owl-prev.hover, .owl-nav .owl-prev:active, .owl-nav .owl-prev.active,
  .owl-nav .owl-next:hover,
  .owl-nav .owl-next.hover,
  .owl-nav .owl-next:active,
  .owl-nav .owl-next.active,
  .owl-nav .carousel-next:hover,
  .owl-nav .carousel-next.hover,
  .owl-nav .carousel-next:active,
  .owl-nav .carousel-next.active,
  .owl-nav .carousel-prev:hover,
  .owl-nav .carousel-prev.hover,
  .owl-nav .carousel-prev:active,
  .owl-nav .carousel-prev.active {
    border: 1px solid #0d6041 !important; }
  .carousel-nav .owl-prev:focus, .carousel-nav .owl-prev.focus,
  .carousel-nav .owl-next:focus,
  .carousel-nav .owl-next.focus,
  .carousel-nav .carousel-next:focus,
  .carousel-nav .carousel-next.focus,
  .carousel-nav .carousel-prev:focus,
  .carousel-nav .carousel-prev.focus, .owl-nav .owl-prev:focus, .owl-nav .owl-prev.focus,
  .owl-nav .owl-next:focus,
  .owl-nav .owl-next.focus,
  .owl-nav .carousel-next:focus,
  .owl-nav .carousel-next.focus,
  .owl-nav .carousel-prev:focus,
  .owl-nav .carousel-prev.focus {
    border: 1px solid #0d6041 !important;
    outline: 2px solid #a7a7a7;
    border-radius: 6px;
    outline-offset: 1px; }

.carousel-nav .owl-prev, .carousel-nav .carousel-prev, .owl-nav .owl-prev, .owl-nav .carousel-prev {
  margin-right: 10px; }
  .carousel-nav .owl-prev:before, .carousel-nav .carousel-prev:before, .owl-nav .owl-prev:before, .owl-nav .carousel-prev:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto; }
  .carousel-nav .owl-prev:hover, .carousel-nav .owl-prev.hover, .carousel-nav .carousel-prev:hover, .carousel-nav .carousel-prev.hover, .owl-nav .owl-prev:hover, .owl-nav .owl-prev.hover, .owl-nav .carousel-prev:hover, .owl-nav .carousel-prev.hover {
    background: #008554; }
  .carousel-nav .owl-prev:disabled, .carousel-nav .owl-prev.disabled, .carousel-nav .carousel-prev:disabled, .carousel-nav .carousel-prev.disabled, .owl-nav .owl-prev:disabled, .owl-nav .owl-prev.disabled, .owl-nav .carousel-prev:disabled, .owl-nav .carousel-prev.disabled {
    border: 1px solid #888787 !important;
    pointer-events: none; }
    .carousel-nav .owl-prev:disabled:before, .carousel-nav .owl-prev.disabled:before, .carousel-nav .carousel-prev:disabled:before, .carousel-nav .carousel-prev.disabled:before, .owl-nav .owl-prev:disabled:before, .owl-nav .owl-prev.disabled:before, .owl-nav .carousel-prev:disabled:before, .owl-nav .carousel-prev.disabled:before {
      content: ""; }

.carousel-nav .owl-next:before, .carousel-nav .carousel-next:before, .owl-nav .owl-next:before, .owl-nav .carousel-next:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto; }

.carousel-nav .owl-next:hover, .carousel-nav .owl-next.hover, .carousel-nav .carousel-next:hover, .carousel-nav .carousel-next.hover, .owl-nav .owl-next:hover, .owl-nav .owl-next.hover, .owl-nav .carousel-next:hover, .owl-nav .carousel-next.hover {
  background: #008554; }
  .carousel-nav .owl-next:hover:before, .carousel-nav .owl-next.hover:before, .carousel-nav .carousel-next:hover:before, .carousel-nav .carousel-next.hover:before, .owl-nav .owl-next:hover:before, .owl-nav .owl-next.hover:before, .owl-nav .carousel-next:hover:before, .owl-nav .carousel-next.hover:before {
    top: 5px; }

.carousel-nav .owl-next:disabled, .carousel-nav .owl-next.disabled, .carousel-nav .carousel-next:disabled, .carousel-nav .carousel-next.disabled, .owl-nav .owl-next:disabled, .owl-nav .owl-next.disabled, .owl-nav .carousel-next:disabled, .owl-nav .carousel-next.disabled {
  border: 1px solid #888787 !important;
  pointer-events: none; }
  .carousel-nav .owl-next:disabled:before, .carousel-nav .owl-next.disabled:before, .carousel-nav .carousel-next:disabled:before, .carousel-nav .carousel-next.disabled:before, .owl-nav .owl-next:disabled:before, .owl-nav .owl-next.disabled:before, .owl-nav .carousel-next:disabled:before, .owl-nav .carousel-next.disabled:before {
    content: ""; }

.international .btn.btn-primary {
  border: 2px solid #008554;
  background: #008554; }
  .international .btn.btn-primary:hover, .international .btn.btn-primary.hover {
    border: 2px solid #0d6041;
    background: #0d6041; }
  .international .btn.btn-primary:disabled, .international .btn.btn-primary.disabled {
    background: #737373;
    border: 2px solid #737373; }

.international .btn.btn-secondary {
  border: 1px solid #008554;
  color: #008554; }
  .international .btn.btn-secondary:hover, .international .btn.btn-secondary.hover {
    color: #ffffff;
    background: #008554; }
  .international .btn.btn-secondary:not(:disabled):not(.disabled):focus, .international .btn.btn-secondary:not(:disabled):not(.disabled).focus, .international .btn.btn-secondary:not(:disabled):not(.disabled):active, .international .btn.btn-secondary:not(:disabled):not(.disabled).active {
    font-family: "IOI";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    border: 1px solid #a7a7a7;
    background: #0d6041;
    color: #ffffff; }
  .international .btn.btn-secondary:disabled, .international .btn.btn-secondary.disabled {
    background: #ffffff;
    border: 1px solid #737373;
    color: #737373; }

.international .btn.btn-link {
  color: #008554;
  position: relative; }
  .international .btn.btn-link:after {
    position: absolute;
    content: "";
    background: url("svg/sprite.svg") 72.45509% 0 no-repeat;
    width: 32px;
    height: 32px;
    transform: scale(0.75);
    bottom: -4px;
    margin-left: 8px; }
  .international .btn.btn-link:hover, .international .btn.btn-link.hover {
    color: #0d6041;
    text-decoration: none; }
    .international .btn.btn-link:hover:before, .international .btn.btn-link.hover:before {
      position: absolute;
      content: "";
      background: #491d6e;
      bottom: 3px;
      width: calc(100% - 8px);
      height: 1px; }
  .international .btn.btn-link:not(:disabled):not(.disabled):active, .international .btn.btn-link:not(:disabled):not(.disabled).active, .international .btn.btn-link:not(:disabled):not(.disabled):focus, .international .btn.btn-link:not(:disabled):not(.disabled).focus {
    outline: 1px solid #a7a7a7;
    border-radius: 5px;
    box-shadow: none;
    text-decoration: none; }
    .international .btn.btn-link:not(:disabled):not(.disabled):active:before, .international .btn.btn-link:not(:disabled):not(.disabled).active:before, .international .btn.btn-link:not(:disabled):not(.disabled):focus:before, .international .btn.btn-link:not(:disabled):not(.disabled).focus:before {
      position: absolute;
      content: "";
      background: #491d6e;
      bottom: 3px;
      width: calc(100% - 8px);
      height: 1px; }
  .international .btn.btn-link:disabled, .international .btn.btn-link.disabled {
    color: #737373; }
    .international .btn.btn-link:disabled:after, .international .btn.btn-link.disabled:after {
      position: absolute;
      content: "";
      background: url("svg/sprite.svg") 72.45509% 63.15789% no-repeat;
      width: 32px;
      height: 32px;
      transform: scale(0.75);
      bottom: 0;
      margin-left: 8px; }
    .international .btn.btn-link:disabled:before, .international .btn.btn-link.disabled:before {
      display: none; }

.international .carousel-nav .owl-prev,
.international .carousel-nav .owl-next,
.international .carousel-nav .carousel-next,
.international .carousel-nav .carousel-prev, .international .owl-nav .owl-prev,
.international .owl-nav .owl-next,
.international .owl-nav .carousel-next,
.international .owl-nav .carousel-prev {
  position: relative;
  width: 44px;
  height: 44px;
  border: 1px solid #491d6e !important;
  border-radius: 5px;
  background: transparent;
  margin: 0 1px 0 0;
  /*span {
        display: none !important;
      }*/ }
  .international .carousel-nav .owl-prev:hover, .international .carousel-nav .owl-prev.hover, .international .carousel-nav .owl-prev:active, .international .carousel-nav .owl-prev.active,
  .international .carousel-nav .owl-next:hover,
  .international .carousel-nav .owl-next.hover,
  .international .carousel-nav .owl-next:active,
  .international .carousel-nav .owl-next.active,
  .international .carousel-nav .carousel-next:hover,
  .international .carousel-nav .carousel-next.hover,
  .international .carousel-nav .carousel-next:active,
  .international .carousel-nav .carousel-next.active,
  .international .carousel-nav .carousel-prev:hover,
  .international .carousel-nav .carousel-prev.hover,
  .international .carousel-nav .carousel-prev:active,
  .international .carousel-nav .carousel-prev.active, .international .owl-nav .owl-prev:hover, .international .owl-nav .owl-prev.hover, .international .owl-nav .owl-prev:active, .international .owl-nav .owl-prev.active,
  .international .owl-nav .owl-next:hover,
  .international .owl-nav .owl-next.hover,
  .international .owl-nav .owl-next:active,
  .international .owl-nav .owl-next.active,
  .international .owl-nav .carousel-next:hover,
  .international .owl-nav .carousel-next.hover,
  .international .owl-nav .carousel-next:active,
  .international .owl-nav .carousel-next.active,
  .international .owl-nav .carousel-prev:hover,
  .international .owl-nav .carousel-prev.hover,
  .international .owl-nav .carousel-prev:active,
  .international .owl-nav .carousel-prev.active {
    border: 1px solid #491d6e !important; }
  .international .carousel-nav .owl-prev:focus, .international .carousel-nav .owl-prev.focus,
  .international .carousel-nav .owl-next:focus,
  .international .carousel-nav .owl-next.focus,
  .international .carousel-nav .carousel-next:focus,
  .international .carousel-nav .carousel-next.focus,
  .international .carousel-nav .carousel-prev:focus,
  .international .carousel-nav .carousel-prev.focus, .international .owl-nav .owl-prev:focus, .international .owl-nav .owl-prev.focus,
  .international .owl-nav .owl-next:focus,
  .international .owl-nav .owl-next.focus,
  .international .owl-nav .carousel-next:focus,
  .international .owl-nav .carousel-next.focus,
  .international .owl-nav .carousel-prev:focus,
  .international .owl-nav .carousel-prev.focus {
    border: 1px solid #491d6e !important;
    outline: 2px solid #a7a7a7;
    border-radius: 6px;
    outline-offset: 1px; }

.international .carousel-nav .owl-prev, .international .carousel-nav .carousel-prev, .international .owl-nav .owl-prev, .international .owl-nav .carousel-prev {
  margin-right: 10px; }
  .international .carousel-nav .owl-prev:before, .international .carousel-nav .carousel-prev:before, .international .owl-nav .owl-prev:before, .international .owl-nav .carousel-prev:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto; }
  .international .carousel-nav .owl-prev:hover, .international .carousel-nav .owl-prev.hover, .international .carousel-nav .carousel-prev:hover, .international .carousel-nav .carousel-prev.hover, .international .owl-nav .owl-prev:hover, .international .owl-nav .owl-prev.hover, .international .owl-nav .carousel-prev:hover, .international .owl-nav .carousel-prev.hover {
    background: #491d6e; }
  .international .carousel-nav .owl-prev:disabled, .international .carousel-nav .owl-prev.disabled, .international .carousel-nav .carousel-prev:disabled, .international .carousel-nav .carousel-prev.disabled, .international .owl-nav .owl-prev:disabled, .international .owl-nav .owl-prev.disabled, .international .owl-nav .carousel-prev:disabled, .international .owl-nav .carousel-prev.disabled {
    border: 1px solid #888787 !important;
    pointer-events: none; }
    .international .carousel-nav .owl-prev:disabled:before, .international .carousel-nav .owl-prev.disabled:before, .international .carousel-nav .carousel-prev:disabled:before, .international .carousel-nav .carousel-prev.disabled:before, .international .owl-nav .owl-prev:disabled:before, .international .owl-nav .owl-prev.disabled:before, .international .owl-nav .carousel-prev:disabled:before, .international .owl-nav .carousel-prev.disabled:before {
      content: ""; }

.international .carousel-nav .owl-next:before, .international .carousel-nav .carousel-next:before, .international .owl-nav .owl-next:before, .international .owl-nav .carousel-next:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto; }

.international .carousel-nav .owl-next:hover, .international .carousel-nav .owl-next.hover, .international .carousel-nav .carousel-next:hover, .international .carousel-nav .carousel-next.hover, .international .owl-nav .owl-next:hover, .international .owl-nav .owl-next.hover, .international .owl-nav .carousel-next:hover, .international .owl-nav .carousel-next.hover {
  background: #491d6e; }
  .international .carousel-nav .owl-next:hover:before, .international .carousel-nav .owl-next.hover:before, .international .carousel-nav .carousel-next:hover:before, .international .carousel-nav .carousel-next.hover:before, .international .owl-nav .owl-next:hover:before, .international .owl-nav .owl-next.hover:before, .international .owl-nav .carousel-next:hover:before, .international .owl-nav .carousel-next.hover:before {
    top: 5px; }

.international .carousel-nav .owl-next:disabled, .international .carousel-nav .owl-next.disabled, .international .carousel-nav .carousel-next:disabled, .international .carousel-nav .carousel-next.disabled, .international .owl-nav .owl-next:disabled, .international .owl-nav .owl-next.disabled, .international .owl-nav .carousel-next:disabled, .international .owl-nav .carousel-next.disabled {
  border: 1px solid #888787 !important;
  pointer-events: none; }
  .international .carousel-nav .owl-next:disabled:before, .international .carousel-nav .owl-next.disabled:before, .international .carousel-nav .carousel-next:disabled:before, .international .carousel-nav .carousel-next.disabled:before, .international .owl-nav .owl-next:disabled:before, .international .owl-nav .owl-next.disabled:before, .international .owl-nav .carousel-next:disabled:before, .international .owl-nav .carousel-next.disabled:before {
    content: ""; }

a {
  color: #333333;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:focus {
    outline: 1px solid #a7a7a7; }
  a.btn.btn-primary.external-link {
    position: relative;
    padding: 5px 50px 5px 22px; }
    a.btn.btn-primary.external-link:after {
      content: "";
      position: absolute;
      background: url("svg/sprite.svg") 35.08772% 84.61538% no-repeat;
      width: 24px;
      height: 24px;
      bottom: 6px;
      margin-left: 11px; }
  a.btn.btn-secondary.external-link {
    position: relative;
    padding: 5px 50px 5px 22px; }
    a.btn.btn-secondary.external-link:hover:after, a.btn.btn-secondary.external-link:focus:after, a.btn.btn-secondary.external-link:active:after {
      background: url("svg/sprite.svg") 35.08772% 84.61538% no-repeat;
      width: 24px;
      height: 24px; }
    a.btn.btn-secondary.external-link:after {
      content: "";
      position: absolute;
      background: url("svg/sprite.svg") 14.03509% 84.61538% no-repeat;
      width: 24px;
      height: 24px;
      bottom: 6px;
      margin-left: 11px; }
  a.btn.btn-secondary.external-link + a.btn.btn-secondary.external-link {
    margin-top: 20px; }
  @media screen and (max-width: 640px) {
    a {
      font-family: "IOI";
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 150%; } }

p > a {
  color: #491d6e;
  text-decoration: none;
  position: relative;
  /*&.skip-content-x {
      position: absolute;
      width: 0;
      height: 0;
      padding: 0;
      margin: 0;
      overflow: hidden;
      border: none;
      color: $n05;
      &:focus {
        width: auto;
        height: auto;
        padding: 9px 10px;
        border: 1px solid;
        display: block;
        top: 0;
        left: 0;
        z-index: 9999999;
        outline: none;
      }
    }*/ }
  p > a:hover, p > a.hover, p > a:focus {
    color: #330f52;
    text-decoration: none; }
    p > a:hover:before, p > a.hover:before, p > a:focus:before {
      position: absolute;
      content: "";
      background: #008554;
      bottom: -2px;
      width: 100%;
      height: 1px;
      left: 0; }
  p > a.external-link {
    position: relative;
    padding-right: 30px; }
    p > a.external-link:after {
      content: "";
      position: absolute;
      background: url("svg/sprite.svg") 21.05263% 84.61538% no-repeat;
      width: 24px;
      height: 24px;
      bottom: -1px;
      margin-left: 4px; }
  p > a:disabled, p > a.disabled {
    color: #737373; }
    p > a:disabled:before, p > a.disabled:before {
      position: absolute;
      content: "";
      background: #737373;
      bottom: -2px;
      width: 100%;
      height: 1px;
      left: 0; }
    p > a:disabled.external-link, p > a.disabled.external-link {
      position: relative;
      padding-right: 30px; }
      p > a:disabled.external-link:after, p > a.disabled.external-link:after {
        content: "";
        position: absolute;
        background: url("svg/sprite.svg") 28.07018% 84.61538% no-repeat;
        width: 24px;
        height: 24px;
        bottom: -1px;
        margin-left: 4px; }

.download-link {
  display: block;
  border: 1px solid #e2e2e2;
  padding: 24px 110px 21px 80px;
  position: relative;
  border-radius: 10px;
  color: #333333;
  margin-bottom: 20px;
  text-decoration: none !important;
  transition: 0.3s ease-in-out; }
  @media screen and (max-width: 640px) {
    .download-link {
      padding: 26px 20px 26px 79px; } }
  .download-link:before {
    content: "";
    height: calc(100% + 2px);
    width: 61px;
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 10px 0 0 10px;
    border: 1px solid #e2e2e2; }
  .download-link:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 17px; }
  .download-link .title {
    font-family: "IOI";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #333333;
    text-decoration: none; }
    @media screen and (max-width: 640px) {
      .download-link .title {
        margin-bottom: 5px;
        display: block; } }
  .download-link .info {
    position: absolute;
    right: 15px;
    font-family: "IOI";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #333333;
    text-decoration: none;
    height: 18px; }
    @media screen and (max-width: 640px) {
      .download-link .info {
        font-family: "IOI";
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 150%;
        position: relative;
        right: auto;
        top: auto;
        display: block; } }
  .download-link:hover {
    box-shadow: 0px 0px 10px 0px #00000033; }
    .download-link:hover:after {
      animation-name: floating;
      animation-duration: 1.5s;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out; }

@keyframes floating {
  from {
    transform: translate(0, 0px); }
  65% {
    transform: translate(0, 8px); }
  to {
    transform: translate(0, 0px); } }

a.skip-content:focus {
  position: initial !important;
  width: auto !important;
  height: auto !important;
  padding: 5px !important;
  margin: 10px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 1px dotted #491d6e !important;
  color: #491d6e;
  outline: none !important; }

main {
  ouline: none !important;
  box-shadow: none !important; }

.international a.btn.btn-secondary.external-link {
  position: relative;
  padding: 5px 50px 5px 22px; }
  .international a.btn.btn-secondary.external-link:hover:after, .international a.btn.btn-secondary.external-link:focus:after, .international a.btn.btn-secondary.external-link:active:after {
    background: url("svg/sprite.svg") 35.08772% 84.61538% no-repeat;
    width: 24px;
    height: 24px; }
  .international a.btn.btn-secondary.external-link:after {
    content: "";
    position: absolute;
    background: url("svg/sprite.svg") 21.05263% 84.61538% no-repeat;
    width: 24px;
    height: 24px;
    bottom: 6px;
    margin-left: 11px; }

@media screen and (max-width: 640px) {
  .international a {
    font-family: "IOI";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%; } }

.international p > a {
  color: #008554;
  text-decoration: none;
  position: relative;
  /*&.skip-content-x {
        position: absolute;
        width: 0;
        height: 0;
        padding: 0;
        margin: 0;
        overflow: hidden;
        border: none;
        color: $n05;
        &:focus {
          width: auto;
          height: auto;
          padding: 9px 10px;
          border: 1px solid;
          display: block;
          top: 0;
          left: 0;
          z-index: 9999999;
          outline: none;
        }
      }*/ }
  .international p > a:hover, .international p > a.hover, .international p > a:focus {
    color: #0d6041;
    text-decoration: none; }
    .international p > a:hover:before, .international p > a.hover:before, .international p > a:focus:before {
      position: absolute;
      content: "";
      background: #491d6e;
      bottom: -2px;
      width: 100%;
      height: 1px;
      left: 0; }
  .international p > a.external-link {
    position: relative;
    padding-right: 30px; }
    .international p > a.external-link:after {
      content: "";
      position: absolute;
      background: url("svg/sprite.svg") 14.03509% 84.61538% no-repeat;
      width: 24px;
      height: 24px;
      bottom: -1px;
      margin-left: 4px; }
  .international p > a:disabled, .international p > a.disabled {
    color: #737373; }
    .international p > a:disabled:before, .international p > a.disabled:before {
      position: absolute;
      content: "";
      background: #737373;
      bottom: -2px;
      width: 100%;
      height: 1px;
      left: 0; }
    .international p > a:disabled.external-link, .international p > a.disabled.external-link {
      position: relative;
      padding-right: 30px; }
      .international p > a:disabled.external-link:after, .international p > a.disabled.external-link:after {
        content: "";
        position: absolute;
        background: url("svg/sprite.svg") 28.07018% 84.61538% no-repeat;
        width: 24px;
        height: 24px;
        bottom: -1px;
        margin-left: 4px; }

.international .download-link:after {
  content: "";
  position: absolute;
  background: url("imgs/download-line-g.png");
  width: 24px;
  height: 25px; }

.international a.skip-content:focus {
  border: 1px dotted #008554 !important;
  color: #008554; }

.international main {
  ouline: none !important;
  box-shadow: none !important; }

.standard-content ol,
.standard-content ul {
  margin-bottom: 30px;
  font-family: "IOI";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 150%; }
  @media screen and (max-width: 640px) {
    .standard-content ol,
    .standard-content ul {
      font-family: "IOI";
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 150%; } }

h1.hero, .hero.h1,
h2.hero,
.hero.h2 {
  font-family: "IOI";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 115%;
  margin-bottom: 30px; }
  @media screen and (max-width: 640px) {
    h1.hero, .hero.h1,
    h2.hero,
    .hero.h2 {
      font-family: "IOI";
      font-style: normal;
      font-weight: 400;
      font-size: 28px;
      line-height: 120%;
      margin-bottom: 15px; } }

h3.hero, .hero.h3 {
  font-family: "IOI";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  margin-bottom: 30px; }
  @media screen and (max-width: 640px) {
    h3.hero, .hero.h3 {
      font-family: "IOI";
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 140%;
      margin-bottom: 7px; } }

h1, .h1 {
  font-family: "IOI";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  margin-bottom: 30px;
  color: #491d6e; }
  @media screen and (max-width: 640px) {
    h1, .h1 {
      font-family: "IOI";
      font-style: normal;
      font-weight: 400;
      font-size: 28px;
      line-height: 120%;
      margin-bottom: 15px; } }

h2, .h2 {
  font-family: "IOI";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  margin-bottom: 30px; }
  @media screen and (max-width: 640px) {
    h2, .h2 {
      font-family: "IOI";
      font-style: normal;
      font-weight: 400;
      font-size: 24px;
      line-height: 125%;
      margin-bottom: 20px; } }

h3, .h3 {
  font-family: "IOI";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 7px; }

h4, .h4 {
  font-family: "IOI";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 7px; }

h5, .h5 {
  font-family: "IOI";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%; }

.sur-title {
  font-family: "IOI";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block; }
  @media screen and (max-width: 640px) {
    .sur-title {
      font-family: "IOI";
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 140%;
      margin-bottom: 7px; } }

p {
  font-family: "IOI";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 30px; }
  p strong,
  p bold {
    font-family: "IOI";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%; }
  @media screen and (max-width: 640px) {
    p {
      font-family: "IOI";
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 150%; } }

p.strong,
p.bold {
  font-family: "IOI";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%; }

p.medium {
  font-family: "IOI";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%; }
  p.medium strong,
  p.medium bold {
    font-family: "IOI";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%; }

p.medium.strong,
p.medium.bold {
  font-family: "IOI";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%; }

p.small {
  font-family: "IOI";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 150%; }
  p.small strong,
  p.small bold {
    font-family: "IOI";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%; }

p.small.strong,
p.small.bold {
  font-family: "IOI";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%; }

.spot-label {
  font-family: "IOI";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 7px; }

.spot-title {
  font-family: "IOI";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 125%;
  margin-bottom: 7px;
  color: #491d6e; }

.sp-p-large {
  font-family: "IOI";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 7px; }
  @media screen and (max-width: 640px) {
    .sp-p-large {
      font-family: "IOI";
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 150%;
      margin-bottom: 20px; } }

.sp-p-small {
  font-family: "IOI";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 20px; }

.international .sur-title {
  color: #008554; }

.international h1, .international .h1,
.international h2.hero,
.international .hero.h2, .international h3.hero, .international .hero.h3,
.international h5,
.international .h5, .international .spot-title {
  color: #008554; }

.quote, blockquote {
  border: 1px solid #e2e2e2;
  padding: 100px 35px 45px;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  /*  &:before {
      content: "";
      position: absolute;
      @extend .svg-quote-g;
      top: 45px;
      @media screen and (max-width: $screen-xs) {
        top: 35px;
      }
    }*/ }
  @media screen and (max-width: 640px) {
    .quote, blockquote {
      padding: 90px 30px 30px; } }
  .quote p, blockquote p {
    font-family: "IOI";
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 20px !important;
    color: #333333;
    margin: auto auto 20px;
    position: relative; }
    @media screen and (max-width: 640px) {
      .quote p, blockquote p {
        font-family: "IOI";
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 150%;
        max-width: 100%; } }
    .quote p:first-of-type:before, blockquote p:first-of-type:before {
      content: "";
      position: absolute;
      top: -53px; }
  .quote p + p, blockquote p + p {
    margin-bottom: 0 !important; }
  .quote span, .quote cite, blockquote span, blockquote cite {
    font-family: "IOI";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #491d6e; }
    @media screen and (max-width: 640px) {
      .quote span, .quote cite, blockquote span, blockquote cite {
        font-family: "IOI";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%; } }

.international .quote p:first-of-type:before, .international blockquote p:first-of-type:before {
  content: "";
  position: absolute;
  background: url("imgs/quote-bl.png");
  width: 48px;
  height: 38px;
  top: -53px; }

.international .quote span, .international .quote cite, .international blockquote span, .international blockquote cite {
  color: #008554; }

.breadcrumb-section {
  padding: 24.5px 0;
  border-bottom: 1px solid #e2e2e2;
  z-index: -1; }
  @media screen and (max-width: 640px) {
    .breadcrumb-section {
      margin-bottom: 0;
      padding: 3px 0 13px 0; } }

.breadcrumb {
  display: unset;
  flex-wrap: unset; }
  .breadcrumb .breadcrumb-item {
    font-family: "IOI";
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 150%;
    color: #333333;
    padding: 0;
    display: inline-block;
    position: relative; }
    @media screen and (max-width: 640px) {
      .breadcrumb .breadcrumb-item {
        display: inline; } }
    .breadcrumb .breadcrumb-item:not(:first-of-type):before {
      content: "";
      float: unset;
      padding-right: unset;
      display: inline-block;
      margin: 0 9px 0 8px;
      top: 9px;
      position: relative;
      -moz-transform: scale(0.5);
      -o-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -webkit-transform: scale(0.5);
      transform: scale(0.5); }
    .breadcrumb .breadcrumb-item > a {
      color: #333333;
      font-family: "IOI";
      font-style: normal;
      font-weight: 300;
      font-size: 12px;
      line-height: 150%;
      margin-right: 0;
      position: relative;
      border-bottom: 1px solid #008554;
      padding-bottom: 3px; }
      .breadcrumb .breadcrumb-item > a:hover:before {
        display: none; }

.pagination {
  flex-wrap: wrap; }
  @media screen and (max-width: 640px) {
    .pagination {
      justify-content: flex-start; } }
  .pagination .page-item.disable, .pagination .page-item:disabled {
    display: none; }
  .pagination .page-item.active > a {
    position: relative; }
    .pagination .page-item.active > a:before {
      content: "";
      width: 12px;
      height: 1px;
      background: #491d6e;
      position: absolute;
      bottom: 6px;
      left: 0;
      right: 0;
      margin: auto; }
  .pagination .page-item > a:hover:before {
    display: none; }

.pagination .page-link {
  font-family: "IOI";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #737373;
  padding: 5px 15px; }
  @media screen and (max-width: 640px) {
    .pagination .page-link {
      padding: 5px 12px; } }
  .pagination .page-link span {
    display: inline-block;
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }

.pagination .page-link {
  margin-right: 0; }

.international .breadcrumb .breadcrumb-item > a {
  border-bottom: 1px solid #491d6e; }

.international .pagination .page-item.active > a {
  color: #008554; }
  .international .pagination .page-item.active > a:before {
    content: "";
    background: #008554;
    position: absolute; }

section {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (max-width: 640px) {
    section {
      padding-top: 30px;
      padding-bottom: 30px; } }
  section .sur-title {
    color: #491d6e; }
  section h2, section .h2,
  section h3,
  section .h3 {
    color: #491d6e; }
  section.centered-text h2, section.centered-text .h2, section.centered-text h2 + p, section.centered-text .h2 + p,
  section.centered-text .sur-title,
  section.centered-text .btn-div {
    text-align: center; }
    @media screen and (max-width: 640px) {
      section.centered-text h2, section.centered-text .h2, section.centered-text h2 + p, section.centered-text .h2 + p,
      section.centered-text .sur-title,
      section.centered-text .btn-div {
        text-align: left; } }

.international section h2, .international section .h2 {
  color: #333333; }

.international section h3, .international section .h3 {
  color: #008554; }

/* .svg-eye-g.scaled,.svg-eye-b.scaled {
  transform: scale(1.95);
  margin-bottom: 50px;
  margin-left: 12px;
  @media screen and (max-width: $screen-xs) {
    display: none;
  }
} */
span[class*="svg-"].scaled {
  transform: scale(1.95);
  margin-bottom: 50px;
  margin-left: 12px; }
  @media screen and (max-width: 640px) {
    span[class*="svg-"].scaled {
      display: none; } }

@media screen and (max-width: 640px) {
  .spot-grid .col-sm-5 {
    display: none; } }

/* Tooltip  */
.form-tooltip {
  position: relative;
  height: 12px;
  display: inline-block; }
  @media screen and (max-width: 640px) {
    .form-tooltip {
      display: none; } }
  .form-tooltip span.icon {
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 7px; }
    .form-tooltip span.icon:before {
      content: "";
      display: inline-block; }
    .form-tooltip span.icon:hover + span.new, .form-tooltip span.icon:focus + span.new {
      display: block; }
  .form-tooltip span.new {
    display: none;
    position: absolute;
    background-color: #ffffff;
    /*    padding: 20px;
        top: -15px;
        left: 45px;
        border-radius: 5px;*/
    margin: auto;
    color: #888787;
    z-index: 1;
    font-size: 0.875rem;
    padding: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    width: 230px;
    top: 28px;
    left: -35px;
    /* &:before {
       position: absolute;
       content: "";
       left: -11px;
       top: 20px;
       @extend .svg-dropdown-gray;
       transform: rotate(90deg);
     }*/ }
    @media screen and (max-width: 640px) {
      .form-tooltip span.new {
        left: -60px; } }
    .form-tooltip span.new:before {
      content: "";
      position: absolute;
      background: unset;
      width: 0;
      height: 0;
      border-left: 14px solid transparent;
      border-right: 14px solid transparent;
      border-bottom: 14px solid #ffffff;
      left: 52px;
      top: -14px;
      transform: unset;
      filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.2));
      z-index: -1; }
    .form-tooltip span.new:after {
      content: "";
      position: absolute;
      width: 28px;
      height: 2px;
      background: #ffffff;
      top: 0;
      left: 52px; }
    .form-tooltip span.new p {
      font-family: "IOI";
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 150%;
      color: #333333;
      margin-bottom: 0; }

.spotlight {
  background: #ffffff;
  border-radius: 10px;
  display: block;
  margin-bottom: 30px;
  /* span,
   a:not(.btn) {
     display: block;
   }*/ }
  .spotlight:hover .image-wrapper img, .spotlight:focus .image-wrapper img, .spotlight:active .image-wrapper img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  .spotlight span {
    display: block; }
    .spotlight span.btn {
      display: inline-block; }
  .spotlight .image-wrapper {
    overflow: hidden;
    border-radius: 10px; }
    .spotlight .image-wrapper img {
      width: 100%;
      transition: .5s; }
  .spotlight .spot-content {
    padding: 30px; }
    .spotlight .spot-content .spot-label span {
      font-family: "IOI";
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 150%;
      text-transform: uppercase;
      display: inline-block;
      margin-right: 30px; }
    .spotlight .spot-content .spot-label span + span {
      margin-left: 0;
      margin-right: 0;
      position: relative; }
      .spotlight .spot-content .spot-label span + span:after {
        position: absolute;
        content: "";
        height: 14px;
        width: 1px;
        background: #333333;
        bottom: 2px;
        left: -15px; }
    .spotlight .spot-content .spot-title {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      /* max-height: 600%;*/
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
      @media screen and (max-width: 640px) {
        .spotlight .spot-content .spot-title {
          -webkit-line-clamp: 4; } }
    .spotlight .spot-content .sp-p-large {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      /* max-height: 600%;*/
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical; }
      @media screen and (max-width: 640px) {
        .spotlight .spot-content .sp-p-large {
          -webkit-line-clamp: 5; } }
  .spotlight.cat-icons .spot-content .spot-label {
    margin-bottom: 15px; }
    .spotlight.cat-icons .spot-content .spot-label .icon {
      background: #491d6e;
      padding: 4.9px 7px 4.9px 38px;
      border-radius: 2px;
      text-align: center;
      color: #ffffff;
      letter-spacing: 1px;
      position: relative; }
      .spotlight.cat-icons .spot-content .spot-label .icon:before {
        content: "";
        position: absolute;
        width: 24px;
        height: 24px;
        top: 0;
        bottom: 0;
        left: 7px;
        margin: auto; }
      .spotlight.cat-icons .spot-content .spot-label .icon.trade:before {
        background: url("imgs/trade-w.svg") no-repeat; }
      .spotlight.cat-icons .spot-content .spot-label .icon.media:before {
        background: url("imgs/media-w.svg") no-repeat; }
  .spotlight.horizontal {
    border: 1px solid #e2e2e2; }
    .spotlight.horizontal .spot-tbl {
      display: table;
      width: 100%; }
      @media screen and (max-width: 640px) {
        .spotlight.horizontal .spot-tbl {
          display: block; } }
      .spotlight.horizontal .spot-tbl .spot-tbl-row {
        display: table-row;
        width: 100%; }
        @media screen and (max-width: 640px) {
          .spotlight.horizontal .spot-tbl .spot-tbl-row {
            display: block; } }
        .spotlight.horizontal .spot-tbl .spot-tbl-row .image-wrapper {
          width: 25%;
          min-width: 25%;
          max-width: 25%;
          border-right: 0;
          border-radius: 10px 0 0 10px;
          display: table-cell; }
          @media screen and (max-width: 640px) {
            .spotlight.horizontal .spot-tbl .spot-tbl-row .image-wrapper {
              display: block;
              width: 100%;
              min-width: 100%;
              max-width: 100%;
              border-radius: 10px 10px 0 0;
              border-bottom: 0; } }
          .spotlight.horizontal .spot-tbl .spot-tbl-row .image-wrapper img {
            border-radius: 10px 0 0 10px;
            display: block;
            width: unset; }
            @media screen and (min-width: 641px) {
              .spotlight.horizontal .spot-tbl .spot-tbl-row .image-wrapper img {
                max-height: 245px;
                min-width: 320px; } }
            @media screen and (max-width: 640px) {
              .spotlight.horizontal .spot-tbl .spot-tbl-row .image-wrapper img {
                width: 100%;
                border-radius: 10px 10px 0 0; } }
        .spotlight.horizontal .spot-tbl .spot-tbl-row .spot-content {
          display: table-cell;
          vertical-align: top;
          padding-bottom: 0;
          width: 75%;
          min-width: 75%;
          max-width: 75%; }
          @media screen and (max-width: 640px) {
            .spotlight.horizontal .spot-tbl .spot-tbl-row .spot-content {
              display: block;
              width: 100%;
              min-width: 100%;
              max-width: 100%; }
              .spotlight.horizontal .spot-tbl .spot-tbl-row .spot-content .btn-link {
                display: none; } }
  .spotlight.vertical {
    box-shadow: 0px 0px 10px 0px #00000033;
    margin-bottom: 30px;
    position: relative;
    /*@media screen and (min-width: $screen-sm) {
      height: 100%;
    }*/ }
    .spotlight.vertical .image-wrapper {
      border-radius: 10px 10px 0 0;
      /* @media screen and (max-width: $screen-xs) {
         display: none;
       }*/ }
    .spotlight.vertical .spot-content .sp-p-large {
      margin-bottom: 54px;
      /*@media screen and (min-width: $screen-sm) {
          min-height: 120px;
        }*/ }
    .spotlight.vertical .btn.btn-link {
      position: absolute;
      left: 30px;
      bottom: 25px; }
    .spotlight.vertical.opportunity .spot-title {
      -webkit-line-clamp: 3; }
      @media screen and (max-width: 640px) {
        .spotlight.vertical.opportunity .spot-title {
          font-family: "IOI";
          font-style: normal;
          font-weight: 400;
          font-size: 20px;
          line-height: 130%; } }
    .spotlight.vertical.opportunity .icons {
      margin-bottom: 20px; }
      .spotlight.vertical.opportunity .icons > span {
        position: relative;
        padding-left: 35px;
        font-family: "IOI";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #333333;
        min-height: 22px; }
        .spotlight.vertical.opportunity .icons > span > span {
          display: inline-block; }
        .spotlight.vertical.opportunity .icons > span:not(:last-of-type) {
          margin-bottom: 7px; }
        .spotlight.vertical.opportunity .icons > span:before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          margin: auto; }
        .spotlight.vertical.opportunity .icons > span.date {
          font-size: 15px;
          font-weight: 400; }
          .spotlight.vertical.opportunity .icons > span.date > span {
            font-weight: 300; }
        .spotlight.vertical.opportunity .icons > span.registration:before {
          -moz-transform: scale(0.8333);
          -o-transform: scale(0.8333);
          -ms-transform: scale(0.8333);
          -webkit-transform: scale(0.8333);
          transform: scale(0.8333);
          left: -2px; }
        .spotlight.vertical.opportunity .icons > span.registration.close:before {
          left: 0;
          -moz-transform: unset;
          -o-transform: unset;
          -ms-transform: unset;
          -webkit-transform: unset;
          transform: unset; }
    .spotlight.vertical.trade-spotlight {
      box-shadow: 0px 4px 4px rgba(32, 33, 36, 0.25); }
      @media screen and (min-width: 641px) {
        .spotlight.vertical.trade-spotlight {
          width: 100%;
          max-width: calc(50% - 20px); } }
  .spotlight.alternating {
    box-shadow: 0px 0px 10px 0px #00000033;
    display: flex;
    flex-direction: row; }
    @media screen and (max-width: 640px) {
      .spotlight.alternating {
        flex-direction: column; } }
    .spotlight.alternating .image-wrapper {
      width: 50%;
      border-radius: 10px 0 0 10px;
      padding: 0; }
      @media screen and (max-width: 640px) {
        .spotlight.alternating .image-wrapper {
          border-radius: 10px 10px 0 0;
          width: 100%; } }
      .spotlight.alternating .image-wrapper img {
        border-radius: 10px 0 0 10px;
        width: 100%; }
        @media screen and (max-width: 640px) {
          .spotlight.alternating .image-wrapper img {
            border-radius: 10px 10px 0 0; } }
    .spotlight.alternating .spot-content {
      width: 50%; }
      @media screen and (max-width: 640px) {
        .spotlight.alternating .spot-content {
          width: 100%; } }
    @media screen and (min-width: 641px) {
      .spotlight.alternating.right .image-wrapper {
        order: 2;
        border-radius: 0 10px 10px 0; } }
  @media screen and (min-width: 641px) and (max-width: 640px) {
    .spotlight.alternating.right .image-wrapper {
      border-radius: 10px 10px 0 0; } }
    @media screen and (min-width: 641px) {
        .spotlight.alternating.right .image-wrapper img {
          border-radius: 0 10px 10px 0; } }
    @media screen and (min-width: 641px) and (max-width: 640px) {
      .spotlight.alternating.right .image-wrapper img {
        border-radius: 10px 10px 0 0; } }
  .spotlight.full-image:not(.ioi) {
    position: relative;
    border-radius: 10px;
    z-index: 1; }
    .spotlight.full-image:not(.ioi):before {
      content: "";
      position: absolute;
      background: #888787;
      mix-blend-mode: multiply;
      width: 100%;
      height: 100%;
      border-radius: 10px;
      z-index: 2; }
    .spotlight.full-image:not(.ioi):hover img, .spotlight.full-image:not(.ioi):focus img, .spotlight.full-image:not(.ioi):active img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }
    .spotlight.full-image:not(.ioi) .image-wrapper {
      border-radius: 10px;
      z-index: 1; }
    .spotlight.full-image:not(.ioi) .spot-label {
      position: absolute;
      top: 30px;
      left: 30px;
      right: 30px;
      z-index: 3;
      color: #ffffff; }
      @media screen and (max-width: 640px) {
        .spotlight.full-image:not(.ioi) .spot-label {
          left: 26px;
          right: 26px; } }
      .spotlight.full-image:not(.ioi) .spot-label a {
        color: #ffffff; }
    .spotlight.full-image:not(.ioi) .spot-title {
      color: #ffffff;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      max-height: 250%;
      /* fallback */
      -webkit-line-clamp: 2;
      /* number of lines to show */
      -webkit-box-orient: vertical; }
      @media screen and (max-width: 640px) {
        .spotlight.full-image:not(.ioi) .spot-title {
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          max-height: 375%;
          /* fallback */
          -webkit-line-clamp: 3;
          /* number of lines to show */
          -webkit-box-orient: vertical; } }
    .spotlight.full-image:not(.ioi) .sp-p-large {
      color: #ffffff;
      font-family: "IOI";
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 150%;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      max-height: 450%;
      /* fallback */
      -webkit-line-clamp: 3;
      /* number of lines to show */
      -webkit-box-orient: vertical;
      margin-bottom: 20px; }
      @media screen and (max-width: 640px) {
        .spotlight.full-image:not(.ioi) .sp-p-large {
          margin-bottom: 0; } }
    .spotlight.full-image:not(.ioi) .spot-content {
      position: absolute;
      bottom: 0;
      z-index: 3; }
      @media screen and (max-width: 640px) {
        .spotlight.full-image:not(.ioi) .spot-content {
          padding: 30px 26px; }
          .spotlight.full-image:not(.ioi) .spot-content .btn {
            display: none; } }
    .spotlight.full-image:not(.ioi).large-image:not(.ioi) .spot-label {
      position: relative;
      top: unset;
      left: unset;
      right: unset;
      margin-bottom: 20px; }
      .spotlight.full-image:not(.ioi).large-image:not(.ioi) .spot-label span + span:after {
        background: #ffffff; }
      .spotlight.full-image:not(.ioi).large-image:not(.ioi) .spot-label a {
        color: #ffffff; }
    .spotlight.full-image:not(.ioi).large-image:not(.ioi) .spot-content {
      top: auto;
      bottom: 0;
      width: 56%; }
      @media screen and (max-width: 640px) {
        .spotlight.full-image:not(.ioi).large-image:not(.ioi) .spot-content {
          width: 100%;
          padding: 15px; } }
    @media screen and (min-width: 641px) {
      .spotlight.full-image:not(.ioi).large-image:not(.ioi) .spot-title {
        margin-bottom: 20px; } }
    .spotlight.full-image:not(.ioi).large-image:not(.ioi) .spot-title + a {
      margin-top: 30px; }
    .spotlight.full-image:not(.ioi).cat-icons .spot-content .spot-label .icon {
      background: #ffffff;
      color: #491d6e; }
      .spotlight.full-image:not(.ioi).cat-icons .spot-content .spot-label .icon.trade:before {
        background: url("imgs/trade-b.svg") no-repeat; }
      .spotlight.full-image:not(.ioi).cat-icons .spot-content .spot-label .icon.media:before {
        background: url("imgs/media-b.svg") no-repeat; }
  .spotlight.auto-width {
    margin-bottom: 10.77px; }
    @media screen and (max-width: 640px) {
      .spotlight.auto-width {
        margin-bottom: 20px; } }
  .spotlight.wide-card {
    position: relative;
    background: unset;
    margin-bottom: 0; }
    @media screen and (min-width: 641px) {
      .spotlight.wide-card.featured-spotlight img {
        height: 490px; }
      .spotlight.wide-card.featured-spotlight .spot-content {
        right: -30px; } }
    .spotlight.wide-card.featured-spotlight.full-btn .sp-p-large {
      -webkit-line-clamp: 4; }
    @media only screen and (min-device-width: 744px) and (max-device-width: 1059px) {
      .spotlight.wide-card.featured-spotlight.full-btn .spot-content {
        right: 0; } }
    .spotlight.wide-card.featured-spotlight.full-btn .btn {
      display: block; }
    .spotlight.wide-card .image-wrapper {
      max-width: 69.8%; }
      @media screen and (max-width: 640px) {
        .spotlight.wide-card .image-wrapper {
          max-width: 100%; } }
    .spotlight.wide-card .icons {
      margin-bottom: 20px; }
      .spotlight.wide-card .icons > span {
        position: relative;
        padding-left: 30px;
        font-family: "IOI";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #333333;
        min-height: 22px; }
        .spotlight.wide-card .icons > span > span {
          display: inline-block; }
        .spotlight.wide-card .icons > span:not(:last-of-type) {
          margin-bottom: 7px; }
        .spotlight.wide-card .icons > span:before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          margin: auto; }
        .spotlight.wide-card .icons > span.event:before {
          bottom: unset; }
        .spotlight.wide-card .icons > span.date {
          font-size: 15px;
          font-weight: 400; }
          .spotlight.wide-card .icons > span.date > span {
            font-weight: 300; }
        .spotlight.wide-card .icons > span.registration:before {
          -moz-transform: scale(0.8333);
          -o-transform: scale(0.8333);
          -ms-transform: scale(0.8333);
          -webkit-transform: scale(0.8333);
          transform: scale(0.8333);
          left: -2px; }
        .spotlight.wide-card .icons > span.registration.close:before {
          left: 0;
          -moz-transform: unset;
          -o-transform: unset;
          -ms-transform: unset;
          -webkit-transform: unset;
          transform: unset; }
    .spotlight.wide-card .spot-content {
      padding: 40px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      max-width: 38%;
      background: #ffffff;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
      border-radius: 10px; }
      @media screen and (min-width: 641px) {
        .spotlight.wide-card .spot-content {
          min-width: 38%; } }
      @media screen and (max-width: 640px) {
        .spotlight.wide-card .spot-content {
          position: relative;
          top: unset;
          transform: unset;
          max-width: 100%;
          margin: 22px;
          margin-top: -30px;
          margin-bottom: 0;
          padding: 20px; } }
      .spotlight.wide-card .spot-content .spot-label {
        margin-bottom: 15px; }
        @media screen and (max-width: 640px) {
          .spotlight.wide-card .spot-content .spot-label {
            margin-bottom: 5px; } }
      .spotlight.wide-card .spot-content .sp-p-large {
        margin-bottom: 20px;
        -webkit-line-clamp: 3; }
  .spotlight.wide-card-vertical {
    width: 100%;
    margin-right: 30px;
    margin-bottom: 30px; }
    .spotlight.wide-card-vertical .image-wrapper {
      max-width: 100%; }
    .spotlight.wide-card-vertical .spot-content {
      position: relative;
      top: unset;
      transform: unset;
      max-width: 100%;
      margin: 25px;
      margin-top: -50px;
      padding: 20px; }
      @media screen and (max-width: 640px) {
        .spotlight.wide-card-vertical .spot-content {
          margin: 22px;
          margin-top: -30px;
          margin-bottom: 0; } }
      .spotlight.wide-card-vertical .spot-content .sp-p-large {
        font-family: "IOI";
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 150%; }
  .spotlight.full-image.ioi {
    border: 1px solid #e2e2e2;
    box-shadow: 0 4px 4px 0 rgba(32, 33, 36, 0.25); }
    .spotlight.full-image.ioi .image-wrapper {
      border-radius: 10px 10px 0 0; }
    .spotlight.full-image.ioi .spot-content {
      width: 100%;
      padding: 25px 30px; }
      .spotlight.full-image.ioi .spot-content .spot-label {
        color: #333333;
        margin-bottom: 20px !important; }
        .spotlight.full-image.ioi .spot-content .spot-label a {
          color: #333333; }
      .spotlight.full-image.ioi .spot-content .spot-title {
        font-size: 2rem;
        color: #491d6e;
        margin-bottom: 30px; }

.row.equal-height .spotlight {
  height: 100%; }

@media screen and (min-width: 641px) {
  .spotlights-wrapper {
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: row; }
    .spotlights-wrapper .spotlight.vertical {
      width: 100%;
      margin-right: 30px; }
      .spotlights-wrapper .spotlight.vertical:last-of-type {
        margin-right: 0; }
      .spotlights-wrapper .spotlight.vertical.trade-spotlight {
        margin-right: 0; }
        .spotlights-wrapper .spotlight.vertical.trade-spotlight:nth-of-type(odd) {
          margin-right: 30px; }
  .spotlights-wrapper.multi-row {
    display: flex;
    flex-flow: row wrap; }
    .spotlights-wrapper.multi-row .spotlight.vertical.opportunity, .spotlights-wrapper.multi-row .spotlight.wide-card-vertical {
      width: 100%;
      margin-right: 30px;
      max-width: calc(33.333% - 20px); }
      .spotlights-wrapper.multi-row .spotlight.vertical.opportunity:nth-of-type(3n), .spotlights-wrapper.multi-row .spotlight.wide-card-vertical:nth-of-type(3n) {
        margin-right: 0; }
  .spotlights-wrapper.three-in-row .spotlight.vertical {
    max-width: calc(33% - 15px); } }

.spotlight-icons {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  box-shadow: 0px 4px 4px rgba(32, 33, 36, 0.25);
  text-align: center;
  padding: 10px 30px;
  display: inline-block;
  margin-bottom: 30px;
  width: 300px;
  min-height: 140px;
  vertical-align: top;
  padding-top: 38px;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out; }
  @media screen and (max-width: 640px) {
    .spotlight-icons {
      width: 155px;
      padding: 5px;
      padding-top: 38px; } }
  .spotlight-icons:nth-of-type(odd) {
    margin-right: 30px; }
    @media screen and (max-width: 640px) {
      .spotlight-icons:nth-of-type(odd) {
        margin-right: 15px; } }
  .spotlight-icons span.title {
    font-family: "IOI";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #333333;
    margin-top: 15px; }
    @media screen and (max-width: 640px) {
      .spotlight-icons span.title {
        font-family: "IOI";
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 140%; } }
  .spotlight-icons span[class*="svg-"] {
    transform: scale(1.79); }
  .spotlight-icons span {
    display: block;
    margin: auto; }
  .spotlight-icons:hover {
    transform: translateY(-8px); }

/* .international{
  .spotlight-icons{
    span.svg-globe-g{
      @include svg-globe-b;
    }
    span.svg-microscope-g{
      @include svg-microscope-b;
    }
    span.svg-user-g{
      @include svg-user-b;
    }
    span.svg-search-g{
      @include svg-search-b;
    }
    span.svg-leaf-g{
      @include svg-leaf-b;
    }
    span.svg-marketing-g{
      @include svg-marketing-b;
    }
  }
} */
@media screen and (min-width: 641px) {
  .spot-grid .col-sm-5 {
    padding-right: 5.35px;
    min-width: 339px; }
  .spot-grid .col-sm-7 {
    padding-left: 5.35px;
    max-width: 427px; } }

@media screen and (max-width: 640px) {
  .spot-grid .col-sm-7 .spotlight .image-wrapper img {
    height: 271px;
    object-fit: cover; } }

.spot-grid .image-wrapper:hover img, .spot-grid .image-wrapper:focus img, .spot-grid .image-wrapper:active img {
  transform: unset; }

.spotlights-wrapper + .btn-div {
  margin-top: 20px; }

.contact-spotlight img {
  width: 100%;
  border-radius: 10px; }

.contact-spotlight h2, .contact-spotlight .h2 {
  color: #333333; }
  @media screen and (max-width: 640px) {
    .contact-spotlight h2, .contact-spotlight .h2 {
      margin-top: 20px; } }

@media screen and (max-width: 640px) {
  .contact-spotlight p {
    font-family: "IOI";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%; } }

.contact-spotlight p a {
  font-weight: 400; }
  .contact-spotlight p a:before {
    position: absolute;
    content: "";
    background: #008554;
    bottom: -2px;
    width: 100%;
    height: 1px;
    left: 0; }

@media screen and (max-width: 640px) {
  .spotlights-wrapper.hide-image-mobile .spotlight.vertical .image-wrapper {
    display: none; }
  .spotlights-wrapper.hide-image-mobile .spotlight.vertical .sp-p-large {
    margin-bottom: 0; }
  .spotlights-wrapper.hide-image-mobile .spotlight.vertical .btn.btn-link {
    display: none; } }

.spotlight:hover .btn.btn-link:before {
  position: absolute;
  content: "";
  background: #008554;
  bottom: 3px;
  width: calc(100% - 8px);
  height: 1px; }

.spotlight:hover .btn.btn-neutral {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #000000; }

.international .spotlight.cat-icons .spot-content .spot-label .icon {
  background: #008554; }

.international .spotlight.full-image.cat-icons .spot-content .spot-label .icon {
  background: #ffffff;
  color: #008554; }
  .international .spotlight.full-image.cat-icons .spot-content .spot-label .icon.trade:before {
    background: url("imgs/trade-g.svg") no-repeat; }
  .international .spotlight.full-image.cat-icons .spot-content .spot-label .icon.media:before {
    background: url("imgs/media-g.svg") no-repeat; }

.international .spotlight.external-link .btn.btn-link {
  position: relative; }
  .international .spotlight.external-link .btn.btn-link:hover:before, .international .spotlight.external-link .btn.btn-link:focus:before, .international .spotlight.external-link .btn.btn-link:active:before {
    bottom: -3px; }
  .international .spotlight.external-link .btn.btn-link:after {
    content: "";
    position: absolute;
    background: url("imgs/external-link-bl.png");
    bottom: 2px;
    margin-left: 12px;
    width: 20px;
    height: 20px;
    transform: unset; }

.international .spotlight:hover.external-link .btn.btn-link:before {
  bottom: -3px; }

.international .spotlight:hover .btn.btn-link:before {
  position: absolute;
  content: "";
  background: #491d6e;
  bottom: 3px;
  width: calc(100% - 8px);
  height: 1px; }

.ideas-list .spotlight.wide-card.wide-card-vertical .spot-content .spot-title {
  -webkit-line-clamp: 3; }
  @media screen and (min-width: 641px) {
    .ideas-list .spotlight.wide-card.wide-card-vertical .spot-content .spot-title {
      height: 90px; } }

.international .spotlight.wide-card .spot-content .spot-label {
  display: none !important; }

body[class*='safari-'] .datepicker.dropdown-menu .table-condensed thead tr th.prev {
  left: 10px !important; }

body[class*='safari-'] .datepicker.dropdown-menu .table-condensed thead tr th.next {
  right: 10px !important; }

.modal {
  padding-right: 0 !important; }
  @media screen and (min-width: 641px) {
    .modal .modal-dialog {
      max-width: 870px; } }
  .modal .modal-dialog .modal-content {
    padding: 51px 74px 30px;
    background: #f9f9f9;
    box-shadow: 0 10px 40px 10px rgba(51, 51, 51, 0.4);
    border-radius: 10px; }
    @media screen and (max-width: 640px) {
      .modal .modal-dialog .modal-content {
        padding: 50px 10px 27px; } }
  .modal .modal-dialog .modal-body {
    position: relative;
    padding: 0; }
    .modal .modal-dialog .modal-body .close-wrapper {
      position: absolute;
      right: -19px;
      top: -26px; }
      .modal .modal-dialog .modal-body .close-wrapper.hide {
        display: none; }
      @media screen and (max-width: 640px) {
        .modal .modal-dialog .modal-body .close-wrapper {
          right: 20px;
          top: -36px; } }
      .modal .modal-dialog .modal-body .close-wrapper button {
        border: 0;
        background: transparent;
        font-family: "IOI";
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 150%;
        color: #491d6e;
        position: relative;
        /*   @media screen and (max-width: $screen-xs) {
               @include r03;
             }*/ }
        .modal .modal-dialog .modal-body .close-wrapper button:before {
          content: "";
          position: absolute;
          right: -24px;
          top: 0;
          bottom: 0;
          margin: auto; }
          @media screen and (max-width: 640px) {
            .modal .modal-dialog .modal-body .close-wrapper button:before {
              right: -24px; } }
    .modal .modal-dialog .modal-body .heading h1, .modal .modal-dialog .modal-body .heading .h1 {
      font-family: "IOI";
      font-style: normal;
      font-weight: 400;
      font-size: 24px;
      line-height: 125%;
      color: #491d6e;
      margin-bottom: 21px; }
    .modal .modal-dialog .modal-body .form-buttons {
      text-align: right;
      position: relative; }
    .modal .modal-dialog .modal-body #success {
      text-align: center; }
      .modal .modal-dialog .modal-body #success span:first-of-type {
        margin: auto; }
      .modal .modal-dialog .modal-body #success span.form-title {
        font-family: "IOI";
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 125%;
        color: #333333;
        margin: 20px 0;
        display: block; }
        @media screen and (max-width: 640px) {
          .modal .modal-dialog .modal-body #success span.form-title {
            font-family: "IOI";
            font-style: normal;
            font-weight: 400;
            font-size: 24px;
            line-height: 125%;
            margin: 10px 0 15px; } }
      .modal .modal-dialog .modal-body #success p {
        font-family: "IOI";
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 150%;
        color: #333333;
        margin-bottom: 20px; }
        @media screen and (max-width: 640px) {
          .modal .modal-dialog .modal-body #success p {
            margin-bottom: 15px; } }
    .modal .modal-dialog .modal-body #loader {
      width: 2rem;
      height: 2rem;
      border: 5px solid #f3f3f3;
      border-top: 6px solid #491d6e;
      border-radius: 100%;
      margin: auto;
      visibility: hidden;
      animation: spin 1s infinite linear;
      position: absolute;
      right: 62px;
      top: 4px; }
      .modal .modal-dialog .modal-body #loader.display {
        visibility: visible; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
  .modal .modal-dialog.contact-us .modal-content {
    background: #f9f9f9;
    box-shadow: 0 10px 40px 10px rgba(51, 51, 51, 0.4);
    border-radius: 10px;
    /* .close-wrapper {
           display: none;
         }*/ }
    @media screen and (max-width: 640px) {
      .modal .modal-dialog.contact-us .modal-content {
        padding: 55px 15px 15px; } }
    .modal .modal-dialog.contact-us .modal-content .heading h1, .modal .modal-dialog.contact-us .modal-content .heading .h1,
    .modal .modal-dialog.contact-us .modal-content .heading .h1 {
      font-family: "IOI";
      font-style: normal;
      font-weight: 400;
      font-size: 24px;
      line-height: 125%;
      color: #491d6e;
      margin-bottom: 25px;
      display: block; }
    @media screen and (min-width: 641px) {
      .modal .modal-dialog.contact-us .modal-content label {
        margin-top: 14px; } }
    .modal .modal-dialog.contact-us .modal-content .form-tooltip {
      height: 12px;
      display: inline-block; }
      @media screen and (max-width: 640px) {
        .modal .modal-dialog.contact-us .modal-content .form-tooltip {
          display: none; } }
  @media screen and (min-width: 641px) {
    .modal.full-modal .modal-dialog {
      min-height: 100vh;
      margin: 0 auto;
      align-items: unset; } }

.overlay {
  background: #D9D9D9;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none; }
  .overlay.active {
    display: block; }

.modal-filter {
  position: fixed;
  right: -5580px;
  z-index: 9;
  top: 0;
  background: #ffffff;
  width: 512px !important;
  height: 100%;
  transition: .5s;
  min-width: 512px !important; }
  @media screen and (max-width: 640px) {
    .modal-filter {
      width: 80% !important;
      min-width: 80% !important; } }
  .modal-filter.active {
    right: 0;
    transition: .5s;
    z-index: 99999; }
  .modal-filter .filter-header {
    position: relative;
    padding: 19px 20px;
    border-bottom: 1px solid #e2e2e2; }
    .modal-filter .filter-header > * {
      display: inline-block; }
    .modal-filter .filter-header strong {
      font-family: "IOI";
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      color: #491d6e;
      margin-right: 30px; }
    .modal-filter .filter-header .clear {
      font-family: "IOI";
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      color: #491d6e;
      position: relative; }
      .modal-filter .filter-header .clear:hover, .modal-filter .filter-header .clear:focus {
        text-decoration: none; }
        .modal-filter .filter-header .clear:hover:before, .modal-filter .filter-header .clear:focus:before {
          position: absolute;
          content: "";
          background: #008554;
          bottom: -2px;
          width: 100%;
          height: 1px;
          left: 0; }
    .modal-filter .filter-header .filter-cross {
      position: absolute;
      right: 20px;
      top: 0;
      bottom: 0;
      margin: auto;
      cursor: pointer; }
  .modal-filter .filter-form {
    padding: 20px 25px;
    height: calc(100vh - 64px);
    overflow: auto; }
    @media screen and (max-width: 640px) {
      .modal-filter .filter-form {
        padding: 20px 15px 130px;
        overflow-y: scroll; } }
    .modal-filter .filter-form .b-space {
      margin-bottom: 8px; }
      .modal-filter .filter-form .b-space.durationWrapper {
        margin: 20px 0; }
        @media screen and (max-width: 640px) {
          .modal-filter .filter-form .b-space.durationWrapper .form-check {
            display: block; } }
      .modal-filter .filter-form .b-space.no-margin {
        margin-bottom: 0; }
      @media screen and (max-width: 640px) {
        .modal-filter .filter-form .b-space label {
          margin-bottom: 0; } }
    .modal-filter .filter-form .event_period {
      position: relative;
      margin-left: -7.5px;
      margin-right: -7.5px;
      padding: 9px;
      border-radius: 5px 5px 0 0; }
      .modal-filter .filter-form .event_period.active {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
        .modal-filter .filter-form .event_period.active:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 6px;
          background: #ffffff;
          bottom: 0;
          left: 0;
          z-index: 9999999; }
      .modal-filter .filter-form .event_period .field-wrapper {
        position: relative;
        width: 48.3%;
        display: inline-block; }
        .modal-filter .filter-form .event_period .field-wrapper:first-of-type {
          margin-right: 10px; }
          @media screen and (max-width: 640px) {
            .modal-filter .filter-form .event_period .field-wrapper:first-of-type {
              margin-right: 8px; } }
        @media screen and (max-width: 640px) {
          .modal-filter .filter-form .event_period .field-wrapper {
            width: 47.5%; } }
      .modal-filter .filter-form .event_period .actual_range {
        padding-right: 50px;
        padding-left: 50px;
        background-image: url("imgs/calendar-gr.svg");
        background-repeat: no-repeat;
        background-position: right 20px center;
        text-align: center;
        position: relative;
        box-shadow: unset;
        cursor: pointer; }
        .modal-filter .filter-form .event_period .actual_range:focus {
          outline: 1px solid #a7a7a7; }
        @media screen and (max-width: 640px) {
          .modal-filter .filter-form .event_period .actual_range {
            background-image: unset;
            padding-left: 8px;
            padding-right: 8px; } }
      .modal-filter .filter-form .event_period .actual_label {
        position: absolute;
        color: #737373 !important;
        font-family: "IOI";
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 150%;
        top: 50%;
        margin: auto;
        z-index: 1;
        transform: translateY(-50%);
        left: 10px; }
        @media screen and (max-width: 640px) {
          .modal-filter .filter-form .event_period .actual_label {
            display: none; } }
      .modal-filter .filter-form .event_period .datepicker.dropdown-menu {
        position: absolute;
        top: 70px !important;
        width: 100%;
        border: 0;
        border-radius: 0 0 5px 5px;
        left: 0 !important;
        padding: 10px 0 40px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
        @media screen and (max-width: 640px) {
          .modal-filter .filter-form .event_period .datepicker.dropdown-menu {
            position: relative;
            top: 9px !important;
            margin-left: -9px;
            padding: 9px;
            width: calc(100% + 18px);
            margin-bottom: 20px; } }
        .modal-filter .filter-form .event_period .datepicker.dropdown-menu:before, .modal-filter .filter-form .event_period .datepicker.dropdown-menu:after {
          display: none; }
        .modal-filter .filter-form .event_period .datepicker.dropdown-menu .datepicker-days {
          position: relative; }
        .modal-filter .filter-form .event_period .datepicker.dropdown-menu .table-condensed {
          width: 55%;
          margin: auto; }
          @media screen and (max-width: 640px) {
            .modal-filter .filter-form .event_period .datepicker.dropdown-menu .table-condensed {
              width: 100%; } }
          .modal-filter .filter-form .event_period .datepicker.dropdown-menu .table-condensed thead tr {
            position: relative; }
            .modal-filter .filter-form .event_period .datepicker.dropdown-menu .table-condensed thead tr th {
              font-family: "IOI";
              font-style: normal;
              font-weight: 400;
              font-size: 16px;
              line-height: 150%;
              color: #737373; }
              .modal-filter .filter-form .event_period .datepicker.dropdown-menu .table-condensed thead tr th.dow {
                padding-top: 17px !important;
                padding-bottom: 5px; }
              .modal-filter .filter-form .event_period .datepicker.dropdown-menu .table-condensed thead tr th.datepicker-switch {
                color: #333333;
                margin-bottom: 27px; }
              .modal-filter .filter-form .event_period .datepicker.dropdown-menu .table-condensed thead tr th.prev, .modal-filter .filter-form .event_period .datepicker.dropdown-menu .table-condensed thead tr th.next {
                position: absolute;
                height: 22px;
                width: 22px;
                top: 5px; }
                .modal-filter .filter-form .event_period .datepicker.dropdown-menu .table-condensed thead tr th.prev:before, .modal-filter .filter-form .event_period .datepicker.dropdown-menu .table-condensed thead tr th.next:before {
                  content: "";
                  position: absolute;
                  width: 100%;
                  height: 100%;
                  background: #008554;
                  border-radius: 50px;
                  left: 0;
                  right: 0;
                  top: 0;
                  bottom: 0;
                  margin: auto; }
                .modal-filter .filter-form .event_period .datepicker.dropdown-menu .table-condensed thead tr th.prev:after, .modal-filter .filter-form .event_period .datepicker.dropdown-menu .table-condensed thead tr th.next:after {
                  content: "";
                  position: absolute;
                  right: 0;
                  bottom: 0;
                  margin: auto; }
              .modal-filter .filter-form .event_period .datepicker.dropdown-menu .table-condensed thead tr th.prev {
                left: -36%; }
                @media screen and (max-width: 640px) {
                  .modal-filter .filter-form .event_period .datepicker.dropdown-menu .table-condensed thead tr th.prev {
                    left: 0; } }
                .modal-filter .filter-form .event_period .datepicker.dropdown-menu .table-condensed thead tr th.prev:after {
                  content: "";
                  position: absolute;
                  left: -3px;
                  top: -1px;
                  -moz-transform: scale(0.6);
                  -o-transform: scale(0.6);
                  -ms-transform: scale(0.6);
                  -webkit-transform: scale(0.6);
                  transform: scale(0.6); }
              .modal-filter .filter-form .event_period .datepicker.dropdown-menu .table-condensed thead tr th.next {
                right: -36%; }
                @media screen and (max-width: 640px) {
                  .modal-filter .filter-form .event_period .datepicker.dropdown-menu .table-condensed thead tr th.next {
                    right: 0; } }
                .modal-filter .filter-form .event_period .datepicker.dropdown-menu .table-condensed thead tr th.next:after {
                  content: "";
                  position: absolute;
                  right: -3px;
                  top: -1px;
                  -moz-transform: rotate(180deg) scale(0.6);
                  -o-transform: rotate(180deg) scale(0.6);
                  -ms-transform: rotate(180deg) scale(0.6);
                  -webkit-transform: rotate(180deg) scale(0.6);
                  transform: rotate(180deg) scale(0.6); }
          .modal-filter .filter-form .event_period .datepicker.dropdown-menu .table-condensed tbody tr td {
            font-family: "IOI";
            font-style: normal;
            font-weight: 300;
            font-size: 16px;
            line-height: 150%;
            color: #a7a7a7;
            padding: 8px 5px 6px; }
            .modal-filter .filter-form .event_period .datepicker.dropdown-menu .table-condensed tbody tr td.range.day {
              color: #000000;
              background: transparent; }
            .modal-filter .filter-form .event_period .datepicker.dropdown-menu .table-condensed tbody tr td.today {
              background: transparent;
              position: relative;
              /*&:before {
                    content: "";
                    position: absolute;
                    border-radius: 50px;
                    border: 1px solid $p02;
                    width: 38px;
                    height: 38px;
                    left: 0;
                    top: 0;
                    right: 0;
                    margin: auto;
                  }*/ }
            .modal-filter .filter-form .event_period .datepicker.dropdown-menu .table-condensed tbody tr td.selected.range-start, .modal-filter .filter-form .event_period .datepicker.dropdown-menu .table-condensed tbody tr td.selected.range-end {
              color: #000000;
              background: transparent;
              position: relative; }
              .modal-filter .filter-form .event_period .datepicker.dropdown-menu .table-condensed tbody tr td.selected.range-start:before, .modal-filter .filter-form .event_period .datepicker.dropdown-menu .table-condensed tbody tr td.selected.range-end:before {
                content: "";
                position: absolute;
                border-radius: 50px;
                border: 1px solid #008554;
                width: 38px;
                height: 38px;
                left: 0;
                top: 0;
                right: 0;
                margin: auto; }
          .modal-filter .filter-form .event_period .datepicker.dropdown-menu .table-condensed tfoot {
            /* margin-top: 19px;
             display: table-footer-group;
             width: 100%;*/ }
            .modal-filter .filter-form .event_period .datepicker.dropdown-menu .table-condensed tfoot .clear {
              /*  display: table-cell !important;
                text-align: center;*/
              font-family: "IOI";
              font-style: normal;
              font-weight: 400;
              font-size: 16px;
              line-height: 150%;
              color: #737373;
              background: transparent;
              position: relative;
              bottom: -17px; }
              @media screen and (max-width: 640px) {
                .modal-filter .filter-form .event_period .datepicker.dropdown-menu .table-condensed tfoot .clear {
                  bottom: 0;
                  padding: 15px 0; } }
              .modal-filter .filter-form .event_period .datepicker.dropdown-menu .table-condensed tfoot .clear:before {
                content: "";
                position: absolute;
                width: 30% !important;
                height: 1px;
                background: #737373;
                bottom: 0;
                right: 0;
                left: 0;
                margin: auto; }
                @media screen and (max-width: 640px) {
                  .modal-filter .filter-form .event_period .datepicker.dropdown-menu .table-condensed tfoot .clear:before {
                    bottom: 14px; } }
    .modal-filter .filter-form .inline-check .form-label {
      display: block;
      margin-bottom: 7px;
      color: #888787 !important;
      font-family: "IOI";
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 150%; }
    .modal-filter .filter-form .inline-check .form-check {
      display: inline-block; }
      .modal-filter .filter-form .inline-check .form-check:not(:last-of-type) {
        margin-right: 15px; }
    .modal-filter .filter-form .custom-select {
      position: relative;
      margin-left: -7.5px;
      margin-right: -7.5px;
      padding: 12px 10px;
      border-radius: 5px 5px 0 0;
      /*      &:focus, &:active, &.active {
              box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            }*/ }
      @media screen and (max-width: 640px) {
        .modal-filter .filter-form .custom-select {
          padding: 7.5px 10px; } }
      .modal-filter .filter-form .custom-select.active {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
        .modal-filter .filter-form .custom-select.active:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 6px;
          background: #ffffff;
          bottom: 0;
          left: 0;
          z-index: 9999999; }
        .modal-filter .filter-form .custom-select.active .select-btn {
          z-index: 5; }
        .modal-filter .filter-form .custom-select.active .select-wrapper {
          display: block;
          z-index: 4; }
    .modal-filter .filter-form .select-wrapper {
      display: none;
      background: #ffffff;
      position: absolute;
      width: 100.5%;
      height: auto;
      max-height: 230px;
      overflow: auto;
      right: 0;
      top: 49px;
      left: 0;
      margin: auto;
      border-radius: 0 0 5px 5px;
      padding: 20px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
      z-index: 1;
      border: 1px solid #e2e2e2;
      margin-top: 25px;
      margin-left: -1px;
      border-top: 1px solid #e2e2e2; }
      @media screen and (max-width: 640px) {
        .modal-filter .filter-form .select-wrapper {
          top: 40px; } }
    .modal-filter .filter-form .select-wrapper::-webkit-scrollbar {
      width: 13px;
      border: 1px solid #e2e2e2; }
    .modal-filter .filter-form .select-wrapper::-webkit-scrollbar-thumb {
      background-color: #a7a7a7;
      height: 38px !important;
      border-radius: 50px; }
    .modal-filter .filter-form .select-btn {
      font-family: "IOI";
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 150%;
      display: block;
      border: 1px solid #e2e2e2;
      color: #888787;
      padding: 12px 15px;
      border-radius: 5px;
      position: relative;
      background: #ffffff;
      z-index: 2; }
      .modal-filter .filter-form .select-btn:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto;
        -moz-transform: scale(0.7);
        -o-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        transition: .5s; }
        @media screen and (max-width: 640px) {
          .modal-filter .filter-form .select-btn:before {
            right: 10px; } }
      .modal-filter .filter-form .select-btn.active {
        color: #333333; }
        .modal-filter .filter-form .select-btn.active:before {
          -moz-transform: rotate(180deg) scale(0.7);
          -o-transform: rotate(180deg) scale(0.7);
          -ms-transform: rotate(180deg) scale(0.7);
          -webkit-transform: rotate(180deg) scale(0.7);
          transform: rotate(180deg) scale(0.7); }
    .modal-filter .filter-form .form-check:not(:last-of-type) {
      margin-bottom: 15px; }
    .modal-filter .filter-form .form-check label {
      font-family: "IOI";
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 150%;
      color: #333333; }

body {
  position: relative; }
  body.active {
    overflow: hidden; }

.international .modal .modal-dialog .modal-body .close-wrapper button {
  color: #008554; }

.international .modal .modal-dialog .modal-body .heading h1, .international .modal .modal-dialog .modal-body .heading .h1 {
  color: #008554; }

.international .modal .modal-dialog.contact-us .modal-content .heading h1, .international .modal .modal-dialog.contact-us .modal-content .heading .h1,
.international .modal .modal-dialog.contact-us .modal-content .heading .h1 {
  color: #008554; }

.international .modal-filter .filter-header strong {
  color: #008554; }

.international .modal-filter .filter-header .clear {
  color: #008554; }

@media screen and (min-width: 641px) {
  body[class*="safari"] .modal .modal-dialog .modal-body .close-wrapper button:before {
    bottom: unset;
    top: 1px; } }

.international .large-title {
  color: #008554; }

.international .small-title {
  color: #008554; }

.international .green-logo {
  display: block; }

.international .blue-logo {
  display: none; }

footer .first-row {
  padding: 50px 0;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2; }
  @media screen and (max-width: 640px) {
    footer .first-row {
      padding: 30px 0; } }
  footer .first-row ul li:not(:last-of-type) {
    margin-bottom: 7px; }
  footer .first-row ul li a {
    font-family: "IOI";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #333333;
    text-decoration: none; }
    footer .first-row ul li a:hover {
      text-decoration: underline; }
  @media screen and (max-width: 640px) {
    footer .first-row .social-links {
      padding-top: 30px; } }
  footer .first-row .social-links ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0; }
    footer .first-row .social-links ul li {
      display: inline-block; }
      footer .first-row .social-links ul li:not(:last-of-type) {
        margin-bottom: 0;
        margin-right: 30px; }
      footer .first-row .social-links ul li a {
        display: inline-block; }
        footer .first-row .social-links ul li a:hover {
          text-decoration: underline; }
        footer .first-row .social-links ul li a.svg-linkedin-gr:hover {
          background: url("imgs/linkedin-gr-hover.svg"); }
        footer .first-row .social-links ul li a.svg-twitter-gr {
          background: url("imgs/twitter-x.svg"); }
        footer .first-row .social-links ul li a.svg-twitter-gr:hover {
          background: url("imgs/twitter-x-hover.svg"); }
        footer .first-row .social-links ul li a.svg-youtube-gr:hover {
          background: url("imgs/youtube-gr-hover.svg"); }
  footer .first-row .top-margin {
    margin-top: 30px; }
  @media screen and (max-width: 640px) {
    footer .first-row .mobile-margin {
      margin: 30px 0 0;
      border-bottom: 1px solid #e2e2e2;
      padding-bottom: 30px; }
    footer .first-row .mobile-none {
      display: none; }
      footer .first-row .mobile-none.active {
        display: block; } }

footer .large-title {
  font-family: "IOI";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  color: #491d6e;
  margin-bottom: 57px;
  display: block;
  position: relative; }
  footer .large-title:before {
    content: "";
    position: absolute;
    top: 0;
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    display: none;
    transition: .5s;
    right: 9px; }
  @media screen and (max-width: 640px) {
    footer .large-title.active {
      margin-bottom: 30px; } }
  footer .large-title.active:before {
    -moz-transform: rotate(180deg) scale(0.7);
    -o-transform: rotate(180deg) scale(0.7);
    -ms-transform: rotate(180deg) scale(0.7);
    -webkit-transform: rotate(180deg) scale(0.7);
    transform: rotate(180deg) scale(0.7); }
  @media screen and (max-width: 640px) {
    footer .large-title {
      font-family: "IOI";
      font-style: normal;
      font-weight: 400;
      font-size: 24px;
      line-height: 125%;
      padding-bottom: 30px;
      margin-bottom: 0; }
      footer .large-title:before {
        display: block; }
      footer .large-title:after {
        content: "";
        position: absolute;
        background: #e2e2e2;
        width: 100vw;
        height: 1px;
        bottom: 0;
        margin: auto;
        z-index: 99;
        right: 0;
        left: calc(50% - 10px);
        margin-left: calc(-50vw + 9px); } }

footer .small-title {
  font-family: "IOI";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-transform: uppercase;
  color: #491d6e;
  margin-bottom: 19px;
  display: block;
  letter-spacing: 1px; }

footer .green-logo {
  display: none; }

footer .blue-logo {
  display: block; }

footer ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0; }

footer .bottom-bar {
  padding: 38px 0; }
  @media screen and (max-width: 640px) {
    footer .bottom-bar .logo-div {
      margin-bottom: 35px; } }
  footer .bottom-bar ul li {
    display: inline-block; }
    @media screen and (max-width: 640px) {
      footer .bottom-bar ul li {
        display: block; } }
    footer .bottom-bar ul li:not(:last-of-type) {
      margin-right: 20px; }
      @media screen and (max-width: 640px) {
        footer .bottom-bar ul li:not(:last-of-type) {
          margin-right: 0;
          margin-bottom: 10px; } }
    footer .bottom-bar ul li a {
      font-family: "IOI";
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 150%;
      color: #333333; }
      footer .bottom-bar ul li a:hover {
        text-decoration: underline; }

.international .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li.active:before {
  content: "";
  position: absolute;
  background: #491d6e; }

.international .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li:before {
  content: "";
  position: absolute; }

.gns_multi_level .open > a,
.gns_multi_level .expanded > a,
.multi_level_nav {
  /*@media screen and (max-width: $screen-xs) {
    @include gradientWithDirection($n03, $s01, "x");
  }*/ }
  .gns_multi_level .open > a .tns_multi_level,
  .gns_multi_level .expanded > a .tns_multi_level,
  .multi_level_nav .tns_multi_level {
    background-color: #ffffff; }
    .gns_multi_level .open > a .tns_multi_level .tns_multi_level_left li,
    .gns_multi_level .expanded > a .tns_multi_level .tns_multi_level_left li,
    .multi_level_nav .tns_multi_level .tns_multi_level_left li {
      list-style: none; }
      .gns_multi_level .open > a .tns_multi_level .tns_multi_level_left li a,
      .gns_multi_level .expanded > a .tns_multi_level .tns_multi_level_left li a,
      .multi_level_nav .tns_multi_level .tns_multi_level_left li a {
        color: #737373;
        line-height: 1;
        text-decoration: none; }
        .gns_multi_level .open > a .tns_multi_level .tns_multi_level_left li a:hover, .gns_multi_level .open > a .tns_multi_level .tns_multi_level_left li a.active,
        .gns_multi_level .expanded > a .tns_multi_level .tns_multi_level_left li a:hover,
        .gns_multi_level .expanded > a .tns_multi_level .tns_multi_level_left li a.active,
        .multi_level_nav .tns_multi_level .tns_multi_level_left li a:hover,
        .multi_level_nav .tns_multi_level .tns_multi_level_left li a.active {
          text-decoration: underline; }
    .gns_multi_level .open > a .tns_multi_level .tns_multi_level_right a:focus,
    .gns_multi_level .expanded > a .tns_multi_level .tns_multi_level_right a:focus,
    .multi_level_nav .tns_multi_level .tns_multi_level_right a:focus {
      outline: 2px solid #e2e2e2;
      border-radius: 2px;
      color: #008554; }
    .gns_multi_level .open > a .tns_multi_level .tns_multi_level_right a span,
    .gns_multi_level .expanded > a .tns_multi_level .tns_multi_level_right a span,
    .multi_level_nav .tns_multi_level .tns_multi_level_right a span {
      text-indent: -9999px; }
    .gns_multi_level .open > a .tns_multi_level .logo-column .logo-link,
    .gns_multi_level .expanded > a .tns_multi_level .logo-column .logo-link,
    .multi_level_nav .tns_multi_level .logo-column .logo-link {
      display: block; }
    .gns_multi_level .open > a .tns_multi_level .top-menu,
    .gns_multi_level .expanded > a .tns_multi_level .top-menu,
    .multi_level_nav .tns_multi_level .top-menu {
      text-align: right; }
      .gns_multi_level .open > a .tns_multi_level .top-menu ul,
      .gns_multi_level .expanded > a .tns_multi_level .top-menu ul,
      .multi_level_nav .tns_multi_level .top-menu ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none; }
        .gns_multi_level .open > a .tns_multi_level .top-menu ul li,
        .gns_multi_level .expanded > a .tns_multi_level .top-menu ul li,
        .multi_level_nav .tns_multi_level .top-menu ul li {
          display: inline-block;
          position: relative;
          /*@media screen and (min-width: $screen-sm) {
            margin: 0 15px;
          }*/ }
          .gns_multi_level .open > a .tns_multi_level .top-menu ul li:hover > a,
          .gns_multi_level .expanded > a .tns_multi_level .top-menu ul li:hover > a,
          .multi_level_nav .tns_multi_level .top-menu ul li:hover > a {
            color: #008554; }
          .gns_multi_level .open > a .tns_multi_level .top-menu ul li.active:before,
          .gns_multi_level .expanded > a .tns_multi_level .top-menu ul li.active:before,
          .multi_level_nav .tns_multi_level .top-menu ul li.active:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            background: #008554;
            bottom: 0; }
          .gns_multi_level .open > a .tns_multi_level .top-menu ul li a,
          .gns_multi_level .expanded > a .tns_multi_level .top-menu ul li a,
          .multi_level_nav .tns_multi_level .top-menu ul li a {
            font-family: "IOI";
            font-style: normal;
            font-weight: 300;
            font-size: 14px;
            line-height: 150%;
            text-decoration: none;
            color: #333333; }
            .gns_multi_level .open > a .tns_multi_level .top-menu ul li a:hover,
            .gns_multi_level .expanded > a .tns_multi_level .top-menu ul li a:hover,
            .multi_level_nav .tns_multi_level .top-menu ul li a:hover {
              text-decoration: none; }
            .gns_multi_level .open > a .tns_multi_level .top-menu ul li a:active,
            .gns_multi_level .expanded > a .tns_multi_level .top-menu ul li a:active,
            .multi_level_nav .tns_multi_level .top-menu ul li a:active {
              color: #0d6041; }
            .gns_multi_level .open > a .tns_multi_level .top-menu ul li a:focus,
            .gns_multi_level .expanded > a .tns_multi_level .top-menu ul li a:focus,
            .multi_level_nav .tns_multi_level .top-menu ul li a:focus {
              outline: 2px solid #e2e2e2;
              border-radius: 2px;
              color: #008554; }
            .gns_multi_level .open > a .tns_multi_level .top-menu ul li a:disabled, .gns_multi_level .open > a .tns_multi_level .top-menu ul li a.disable,
            .gns_multi_level .expanded > a .tns_multi_level .top-menu ul li a:disabled,
            .gns_multi_level .expanded > a .tns_multi_level .top-menu ul li a.disable,
            .multi_level_nav .tns_multi_level .top-menu ul li a:disabled,
            .multi_level_nav .tns_multi_level .top-menu ul li a.disable {
              color: #888787;
              pointer-events: none; }
  .gns_multi_level .open > a .gns_multi_level .navbar-default,
  .gns_multi_level .expanded > a .gns_multi_level .navbar-default,
  .multi_level_nav .gns_multi_level .navbar-default {
    border: none; }
  .gns_multi_level .open > a .gns_multi_level .navbar,
  .gns_multi_level .expanded > a .gns_multi_level .navbar,
  .multi_level_nav .gns_multi_level .navbar {
    color: #ffffff; }
    @media screen and (max-width: 640px) {
      .gns_multi_level .open > a .gns_multi_level .navbar .navbar-header button,
      .gns_multi_level .expanded > a .gns_multi_level .navbar .navbar-header button,
      .multi_level_nav .gns_multi_level .navbar .navbar-header button {
        border: none;
        background-color: transparent;
        border-radius: 0; }
        .gns_multi_level .open > a .gns_multi_level .navbar .navbar-header button:hover,
        .gns_multi_level .expanded > a .gns_multi_level .navbar .navbar-header button:hover,
        .multi_level_nav .gns_multi_level .navbar .navbar-header button:hover {
          background-color: transparent; } }
    .gns_multi_level .open > a .gns_multi_level .navbar .navbar-header button .green-burger,
    .gns_multi_level .expanded > a .gns_multi_level .navbar .navbar-header button .green-burger,
    .multi_level_nav .gns_multi_level .navbar .navbar-header button .green-burger {
      background-image: url("imgs/megamenu-multi-level/hamburger.svg");
      background-position: right;
      background-repeat: no-repeat; }
    .gns_multi_level .open > a .gns_multi_level .navbar .navbar-header button .x-icon,
    .gns_multi_level .expanded > a .gns_multi_level .navbar .navbar-header button .x-icon,
    .multi_level_nav .gns_multi_level .navbar .navbar-header button .x-icon {
      background-image: url("imgs/megamenu-multi-level/x_white.svg");
      background-position: right;
      background-repeat: no-repeat; }
    @media screen and (max-width: 640px) {
      .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid,
      .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid,
      .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid {
        border: none; } }
    .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li,
    .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li,
    .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li {
      position: relative;
      /*** SEARCH ***/ }
      @media screen and (min-width: 641px) {
        .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li:hover > a,
        .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li:hover > a,
        .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li:hover > a {
          color: #008554; } }
      .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li.active:before,
      .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li.active:before,
      .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li.active:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #008554;
        bottom: 0; }
        @media screen and (max-width: 640px) {
          .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li.active:before,
          .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li.active:before,
          .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li.active:before {
            display: none; } }
      .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a,
      .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a,
      .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a {
        font-family: "IOI";
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 150%;
        background-color: transparent;
        text-decoration: none;
        color: #333333;
        position: relative;
        /*&:hover {
                text-decoration: underline;
              }*/ }
        .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a.plus-icon:before,
        .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a.plus-icon:before,
        .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a.plus-icon:before {
          content: "";
          position: absolute;
          right: 0;
          -moz-transform: scale(0.65);
          -o-transform: scale(0.65);
          -ms-transform: scale(0.65);
          -webkit-transform: scale(0.65);
          transform: scale(0.65);
          transition: .5s;
          top: 0;
          bottom: 0;
          margin: auto;
          display: none; }
        .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a.plus-icon.show:before,
        .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a.plus-icon.show:before,
        .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a.plus-icon.show:before {
          -moz-transform: rotate(180deg) scale(0.7);
          -o-transform: rotate(180deg) scale(0.7);
          -ms-transform: rotate(180deg) scale(0.7);
          -webkit-transform: rotate(180deg) scale(0.7);
          transform: rotate(180deg) scale(0.7); }
        @media screen and (max-width: 640px) {
          .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a,
          .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a,
          .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a {
            font-family: "IOI";
            font-style: normal;
            font-weight: 300;
            font-size: 16px;
            line-height: 150%; }
            .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a.plus-icon:before,
            .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a.plus-icon:before,
            .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a.plus-icon:before {
              display: block; } }
        @media screen and (min-width: 641px) {
          .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a:focus,
          .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a:focus,
          .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a:focus {
            outline: 2px solid #e2e2e2;
            border-radius: 2px;
            color: #008554; } }
        @media screen and (min-width: 641px) {
          .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a:active,
          .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a:active,
          .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a:active {
            color: #0d6041; } }
        .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a:disabled, .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a.disable,
        .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a:disabled,
        .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a.disable,
        .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a:disabled,
        .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a.disable {
          color: #888787;
          pointer-events: none; }
        @media screen and (max-width: 640px) {
          .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a,
          .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a,
          .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a {
            color: #333333; } }
        @media screen and (min-width: 641px) {
          .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a,
          .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a,
          .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li > a {
            text-align: center; } }
      @media screen and (max-width: 640px) {
        .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu[data-bs-popper],
        .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu[data-bs-popper],
        .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu[data-bs-popper] {
          margin-top: 15px; } }
      .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul,
      .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul,
      .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul {
        list-style-type: none;
        padding-left: 25px; }
        .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li,
        .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li,
        .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li {
          position: relative; }
          .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li:before,
          .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li:before,
          .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li:before {
            content: "";
            position: absolute;
            left: -20px;
            top: 6px; }
            @media screen and (max-width: 640px) {
              .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li:before,
              .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li:before,
              .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li:before {
                left: -18px;
                top: 4px; } }
          @media screen and (min-width: 641px) {
            .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li:first-of-type,
            .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li:first-of-type,
            .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li:first-of-type {
              display: none; } }
          .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li:not(:last-of-type),
          .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li:not(:last-of-type),
          .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li:not(:last-of-type) {
            margin-bottom: 6px; }
          @media screen and (max-width: 640px) {
            .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li,
            .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li,
            .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li {
              padding: 0 !important; } }
          .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li a,
          .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li a,
          .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li a {
            font-family: "IOI";
            font-style: normal;
            font-weight: 300;
            font-size: 14px;
            line-height: 150%;
            color: #333333; }
            .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li a:hover, .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li a:active, .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li a:focus,
            .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li a:hover,
            .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li a:active,
            .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li a:focus,
            .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li a:hover,
            .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li a:active,
            .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li a:focus {
              border-bottom: 1px solid #333333; }
            .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li a:disabled, .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li a.disable,
            .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li a:disabled,
            .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li a.disable,
            .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li a:disabled,
            .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li .dropdown-menu ul li a.disable {
              color: #888787;
              border-bottom: 1px solid #888787;
              pointer-events: none; }
      @media screen and (max-width: 640px) {
        .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li:last-of-type .dropdown-menu,
        .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li:last-of-type .dropdown-menu,
        .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li:last-of-type .dropdown-menu {
          background-color: transparent; } }
      .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li:last-of-type .dropdown-menu .search-box-wrapper input,
      .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li:last-of-type .dropdown-menu .search-box-wrapper input,
      .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li:last-of-type .dropdown-menu .search-box-wrapper input {
        border: none;
        border-radius: 0; }
        @media screen and (min-width: 641px) {
          .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li:last-of-type .dropdown-menu .search-box-wrapper input,
          .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li:last-of-type .dropdown-menu .search-box-wrapper input,
          .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li:last-of-type .dropdown-menu .search-box-wrapper input {
            font-family: "IOI";
            font-style: normal;
            font-weight: 300;
            font-size: 16px;
            line-height: 150%;
            padding-top: 0; } }
        @media screen and (max-width: 640px) {
          .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li:last-of-type .dropdown-menu .search-box-wrapper input,
          .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li:last-of-type .dropdown-menu .search-box-wrapper input,
          .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li:last-of-type .dropdown-menu .search-box-wrapper input {
            border: 1px solid #e2e2e2; } }
        .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li:last-of-type .dropdown-menu .search-box-wrapper input::-webkit-input-placeholder,
        .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li:last-of-type .dropdown-menu .search-box-wrapper input::-webkit-input-placeholder,
        .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li:last-of-type .dropdown-menu .search-box-wrapper input::-webkit-input-placeholder {
          color: #888787; }
        .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li:last-of-type .dropdown-menu .search-box-wrapper input:-moz-placeholder,
        .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li:last-of-type .dropdown-menu .search-box-wrapper input:-moz-placeholder,
        .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li:last-of-type .dropdown-menu .search-box-wrapper input:-moz-placeholder {
          color: #888787;
          opacity: 1; }
        .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li:last-of-type .dropdown-menu .search-box-wrapper input::-moz-placeholder,
        .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li:last-of-type .dropdown-menu .search-box-wrapper input::-moz-placeholder,
        .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li:last-of-type .dropdown-menu .search-box-wrapper input::-moz-placeholder {
          color: #888787;
          opacity: 1; }
        .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li:last-of-type .dropdown-menu .search-box-wrapper input:-ms-input-placeholder,
        .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li:last-of-type .dropdown-menu .search-box-wrapper input:-ms-input-placeholder,
        .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li:last-of-type .dropdown-menu .search-box-wrapper input:-ms-input-placeholder {
          color: #888787; }
        .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li:last-of-type .dropdown-menu .search-box-wrapper input:placeholder-shown,
        .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid ul.nav li:last-of-type .dropdown-menu .search-box-wrapper input:placeholder-shown,
        .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid ul.nav li:last-of-type .dropdown-menu .search-box-wrapper input:placeholder-shown {
          color: #888787; }
    @media screen and (max-width: 640px) {
      .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid .tns_multi_level_left ul li a,
      .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid .tns_multi_level_left ul li a,
      .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid .tns_multi_level_left ul li a {
        color: #ffffff; } }

@media screen and (max-width: 640px) and (max-width: 640px) {
  .gns_multi_level .open > a .gns_multi_level .navbar #navbar-collapse-grid .tns_multi_level_right,
  .gns_multi_level .expanded > a .gns_multi_level .navbar #navbar-collapse-grid .tns_multi_level_right,
  .multi_level_nav .gns_multi_level .navbar #navbar-collapse-grid .tns_multi_level_right {
    background: #e2e2e2;
    background: -moz-linear-gradient(left, #e2e2e2 0%, #330f52 100%);
    background: -webkit-gradient(linear, left, color-stop(0%, #e2e2e2), color-stop(100%, #330f52));
    background: -webkit-linear-gradient(left, #e2e2e2 0%, #330f52 100%);
    background: -o-linear-gradient(left, #e2e2e2 0%, #330f52 100%);
    background: -ms-linear-gradient(top, #e2e2e2 0%, #330f52 100%);
    background: linear-gradient(to right, #e2e2e2 0%, #330f52 100%); } }

.megamenu-multi-level {
  /*  @media screen and (max-width: $screen-xs) {
      .plus-icon:after {
        background-image: url("imgs/megamenu-multi-level/plus_white.svg");
        background-position: right 0 center;
        background-repeat: no-repeat;
      }
      .minus-icon:after {
        background-image: url("imgs/megamenu-multi-level/minus_white.svg");
        background-position: right 0 center;
        background-repeat: no-repeat;
      }
    }*/
  /*.multi_level_nav .gns_multi_level .navbar.navbar-default .inner-box .left-column .ul-cols li a {
    background: url("imgs/megamenu-multi-level/chevron_white.svg") no-repeat top right;
    @media screen and (max-width: $screen-xs) {
      background: none;
    }
  }*/ }
  .megamenu-multi-level input:focus-visible,
  .megamenu-multi-level a:focus-visible {
    outline: none; }
  .megamenu-multi-level .bg-trans {
    background-color: transparent !important; }
  .megamenu-multi-level .logo-link {
    background-image: url("imgs/megamenu-multi-level/header-logo.svg");
    background-position: left;
    background-repeat: no-repeat;
    /*   transform: scale(1.1);
       @media screen and (max-width: $screen-xs) {
         transform: unset;
       }*/ }
    @media screen and (max-width: 640px) {
      .megamenu-multi-level .logo-link {
        transform: scale(0.72); } }
  .megamenu-multi-level .social-links-list a.icon-twitter-white-sml:before {
    background: url("imgs/megamenu-multi-level/twitter.png") no-repeat center center; }
  .megamenu-multi-level .social-links-list a.icon-facebook-white-sml:before {
    background: url("imgs/megamenu-multi-level/fb.png") no-repeat center center; }
  .megamenu-multi-level .social-links-list a.icon-instagram-white-sml:before {
    background: url("imgs/megamenu-multi-level/instagram.png") no-repeat center center; }

.international .megamenu-multi-level .main-div .first-row .top-menu {
  width: 50%; }

@media screen and (min-width: 641px) {
  .international .megamenu-multi-level .main-div .first-row .col-sm-3:last-of-type {
    display: block; } }

.international .megamenu-multi-level .main-div .first-row .btn-div .btn.btn-primary {
  border: 1px solid #888787;
  color: #333333;
  background: #ffffff; }
  .international .megamenu-multi-level .main-div .first-row .btn-div .btn.btn-primary:hover, .international .megamenu-multi-level .main-div .first-row .btn-div .btn.btn-primary:focus, .international .megamenu-multi-level .main-div .first-row .btn-div .btn.btn-primary:active {
    border: 1px solid #491d6e;
    background: #491d6e;
    color: #ffffff; }
  .international .megamenu-multi-level .main-div .first-row .btn-div .btn.btn-primary:disabled, .international .megamenu-multi-level .main-div .first-row .btn-div .btn.btn-primary.disabled {
    background: #737373;
    border: 1px solid #737373; }

.international .megamenu-multi-level .main-div .first-row .btn-div .btn.btn-secondary {
  border: 1px solid #008554;
  color: #ffffff;
  background: #008554; }
  .international .megamenu-multi-level .main-div .first-row .btn-div .btn.btn-secondary:hover, .international .megamenu-multi-level .main-div .first-row .btn-div .btn.btn-secondary.hover {
    border: 1px solid #0d6041;
    background: #0d6041; }
  .international .megamenu-multi-level .main-div .first-row .btn-div .btn.btn-secondary:disabled, .international .megamenu-multi-level .main-div .first-row .btn-div .btn.btn-secondary.disabled {
    background: #ffffff;
    border: 1px solid #737373;
    color: #737373; }

.international .megamenu-multi-level .tns-mb-btn-wrapper .btn.btn-primary {
  border: 1px solid #888787;
  color: #333333;
  background: #ffffff; }
  .international .megamenu-multi-level .tns-mb-btn-wrapper .btn.btn-primary:hover, .international .megamenu-multi-level .tns-mb-btn-wrapper .btn.btn-primary:focus, .international .megamenu-multi-level .tns-mb-btn-wrapper .btn.btn-primary:active {
    border: 1px solid #491d6e;
    background: #491d6e;
    color: #ffffff; }
  .international .megamenu-multi-level .tns-mb-btn-wrapper .btn.btn-primary:disabled, .international .megamenu-multi-level .tns-mb-btn-wrapper .btn.btn-primary.disabled {
    background: #737373;
    border: 1px solid #737373; }

.international .megamenu-multi-level .tns-mb-btn-wrapper .btn.btn-secondary {
  border: 1px solid #008554;
  color: #ffffff;
  background: #008554; }
  @media screen and (max-width: 640px) {
    .international .megamenu-multi-level .tns-mb-btn-wrapper .btn.btn-secondary {
      display: inline-block !important; } }
  .international .megamenu-multi-level .tns-mb-btn-wrapper .btn.btn-secondary:hover, .international .megamenu-multi-level .tns-mb-btn-wrapper .btn.btn-secondary.hover {
    border: 1px solid #0d6041;
    background: #0d6041; }
  .international .megamenu-multi-level .tns-mb-btn-wrapper .btn.btn-secondary:disabled, .international .megamenu-multi-level .tns-mb-btn-wrapper .btn.btn-secondary.disabled {
    background: #ffffff;
    border: 1px solid #737373;
    color: #737373; }

.megamenu-multi-level {
  z-index: 2;
  position: relative;
  display: block; }
  @media screen and (min-width: 641px) {
    .megamenu-multi-level.only-logo .main-div {
      background: unset;
      padding: 0 30px;
      border-radius: 0;
      box-shadow: unset; } }
  .megamenu-multi-level.only-logo .main-div .tns_multi_level:before {
    display: none; }
  @media screen and (max-width: 640px) {
    .megamenu-multi-level.only-logo .main-div .logo-link {
      background-size: 60%;
      transform: unset; } }
  @media screen and (max-width: 640px) {
    .megamenu-multi-level {
      z-index: 999; } }
  @media screen and (min-width: 641px) {
    .megamenu-multi-level .container {
      max-width: 1350px; } }
  .megamenu-multi-level .main-div {
    background: #ffffff;
    padding: 0 30px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 640px) {
      .megamenu-multi-level .main-div {
        padding: 0;
        border-radius: 0;
        box-shadow: unset; } }
    .megamenu-multi-level .main-div.search-open, .megamenu-multi-level .main-div.force-show-search {
      border-radius: 0 0 0 20px; }
    @media screen and (min-width: 641px) {
      .megamenu-multi-level .main-div .first-row .col-sm-3.align-self-center {
        padding-left: 0; } }
    .megamenu-multi-level .main-div .first-row .btn-div .btn {
      font-family: "IOI";
      font-style: normal;
      font-weight: 300;
      font-size: 14px;
      line-height: 150%;
      min-width: 150px; }
      @media screen and (min-width: 641px) {
        .megamenu-multi-level .main-div .first-row .btn-div .btn:not(:disabled):not(.disabled):focus, .megamenu-multi-level .main-div .first-row .btn-div .btn:not(:disabled):not(.disabled).focus, .megamenu-multi-level .main-div .first-row .btn-div .btn:not(:disabled):not(.disabled):active, .megamenu-multi-level .main-div .first-row .btn-div .btn:not(:disabled):not(.disabled).active {
          font-family: "IOI";
          font-style: normal;
          font-weight: 300;
          font-size: 14px;
          line-height: 150%;
          font-weight: 400; } }
      @media screen and (max-width: 1346px) and (min-width: 641px) {
        .megamenu-multi-level .main-div .first-row .btn-div .btn {
          min-width: 120px;
          padding: 5px 12px; } }
      .megamenu-multi-level .main-div .first-row .btn-div .btn.btn-secondary {
        border: 1px solid #888787;
        color: #333333;
        background: #ffffff; }
        .megamenu-multi-level .main-div .first-row .btn-div .btn.btn-secondary:hover, .megamenu-multi-level .main-div .first-row .btn-div .btn.btn-secondary:focus, .megamenu-multi-level .main-div .first-row .btn-div .btn.btn-secondary:active {
          border: 1px solid #008554;
          background: #008554;
          color: #ffffff; }
        .megamenu-multi-level .main-div .first-row .btn-div .btn.btn-secondary:disabled, .megamenu-multi-level .main-div .first-row .btn-div .btn.btn-secondary.disabled {
          background: #737373;
          border: 1px solid #737373; }
    @media screen and (max-width: 640px) {
      .megamenu-multi-level .main-div .first-row .logo-link, .megamenu-multi-level .main-div .first-row .top-menu, .megamenu-multi-level .main-div .first-row .align-self-center {
        display: none; } }
  .megamenu-multi-level .logo-link {
    content: "";
    width: 100%;
    height: 60px;
    max-width: initial; }
    @media screen and (max-width: 640px) {
      .megamenu-multi-level .logo-link {
        height: 64px; } }
  @media screen and (max-width: 640px) {
    .megamenu-multi-level {
      /*.multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid{
      margin: 0;
      padding: 0;
    }*/ }
      .megamenu-multi-level .plus-icon:after {
        width: 20px;
        height: 20px; }
      .megamenu-multi-level .minus-icon:after {
        width: 20px;
        height: 20px; }
      .megamenu-multi-level .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        clear: both; }
      .megamenu-multi-level .row {
        margin: 0; }
      .megamenu-multi-level .col-sm-10, .megamenu-multi-level .col-12 {
        padding: 0; }
      .megamenu-multi-level .tns-mb-wrapper {
        background: #ffffff;
        padding: 0 15px;
        position: relative; } }
    @media screen and (max-width: 640px) and (min-width: 641px) {
      .megamenu-multi-level .tns-mb-wrapper {
        display: none; } }
    @media screen and (max-width: 640px) and (max-width: 640px) {
      .megamenu-multi-level .tns-mb-wrapper {
        text-align: left; }
        .megamenu-multi-level .tns-mb-wrapper:after {
          content: "";
          position: absolute;
          height: 1px;
          background: #e2e2e2;
          bottom: 0;
          width: 100%;
          left: 0; } }
  @media screen and (max-width: 640px) {
        .megamenu-multi-level .tns-mb-wrapper .tns_multi_level_left ul li {
          border-bottom: 1px solid #a7a7a7; } }
      @media screen and (max-width: 640px) and (max-width: 640px) {
        .megamenu-multi-level .tns-mb-wrapper .tns_multi_level_left ul li {
          border-bottom: 0; } }
  @media screen and (max-width: 640px) {
          .megamenu-multi-level .tns-mb-wrapper .tns_multi_level_left ul li a {
            color: #737373; } }
        @media screen and (max-width: 640px) and (max-width: 640px) {
          .megamenu-multi-level .tns-mb-wrapper .tns_multi_level_left ul li a {
            text-decoration: none; } }
  @media screen and (max-width: 640px) {
      .megamenu-multi-level .tns-mb-btn-wrapper {
        position: absolute;
        top: 15px;
        width: calc(100% - 15px);
        text-align: left;
        left: 15px; } }
    @media screen and (max-width: 640px) and (min-width: 641px) {
      .megamenu-multi-level .tns-mb-btn-wrapper {
        display: none; } }
    @media screen and (max-width: 640px) and (max-width: 640px) {
      .megamenu-multi-level .tns-mb-btn-wrapper .btn {
        font-family: "IOI";
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 150%; }
        .megamenu-multi-level .tns-mb-btn-wrapper .btn:not(:disabled):not(.disabled):focus, .megamenu-multi-level .tns-mb-btn-wrapper .btn:not(:disabled):not(.disabled).focus, .megamenu-multi-level .tns-mb-btn-wrapper .btn:not(:disabled):not(.disabled):active, .megamenu-multi-level .tns-mb-btn-wrapper .btn:not(:disabled):not(.disabled).active {
          font-family: "IOI";
          font-style: normal;
          font-weight: 300;
          font-size: 12px;
          line-height: 150%;
          font-weight: 400; }
        .megamenu-multi-level .tns-mb-btn-wrapper .btn.btn-secondary {
          border: 1px solid #888787;
          color: #333333;
          background: #ffffff; }
          .megamenu-multi-level .tns-mb-btn-wrapper .btn.btn-secondary:hover, .megamenu-multi-level .tns-mb-btn-wrapper .btn.btn-secondary.hover {
            background: #ffffff; }
            .megamenu-multi-level .tns-mb-btn-wrapper .btn.btn-secondary:hover:hover, .megamenu-multi-level .tns-mb-btn-wrapper .btn.btn-secondary:hover:focus, .megamenu-multi-level .tns-mb-btn-wrapper .btn.btn-secondary:hover:active, .megamenu-multi-level .tns-mb-btn-wrapper .btn.btn-secondary.hover:hover, .megamenu-multi-level .tns-mb-btn-wrapper .btn.btn-secondary.hover:focus, .megamenu-multi-level .tns-mb-btn-wrapper .btn.btn-secondary.hover:active {
              border: 1px solid #008554;
              background: #008554;
              color: #ffffff; }
          .megamenu-multi-level .tns-mb-btn-wrapper .btn.btn-secondary:disabled, .megamenu-multi-level .tns-mb-btn-wrapper .btn.btn-secondary.disabled {
            background: #737373;
            border: 1px solid #737373; } }

.gns_multi_level .col-sm-12 {
  text-align: right; }

@media screen and (max-width: 640px) {
  .gns_multi_level .row .logo-column {
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1; } }

@media screen and (min-width: 641px) {
  .gns_multi_level .row .logo-column {
    width: 60px; } }

@media screen and (min-width: 641px) {
  .gns_multi_level .open > a {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px; } }

.gns_multi_level .nav > li > a {
  position: relative;
  display: inline-block;
  padding: 12px 0 12px 0; }
  @media screen and (min-width: 641px) {
    .gns_multi_level .nav > li > a.dropdown-toggle:after {
      display: none; } }

@media screen and (max-width: 640px) {
  .multi_level_nav {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); } }

.multi_level_nav .tns_multi_level {
  position: relative;
  width: 100%;
  text-align: right;
  padding: 6px 0;
  vertical-align: middle;
  background: transparent; }
  @media screen and (min-width: 641px) {
    .multi_level_nav .tns_multi_level:before {
      content: "";
      position: absolute;
      width: calc(100% + 60px);
      height: 1px;
      background: #e2e2e2;
      bottom: 0;
      left: -30px; } }
  @media screen and (max-width: 640px) {
    .multi_level_nav .tns_multi_level {
      padding: 3px 0; } }
  .multi_level_nav .tns_multi_level .tns_multi_level_left {
    display: inline-block;
    text-align: right;
    vertical-align: middle; }
    @media screen and (max-width: 640px) {
      .multi_level_nav .tns_multi_level .tns_multi_level_left {
        display: none; } }
    .multi_level_nav .tns_multi_level .tns_multi_level_left ul {
      display: inline-block;
      margin: 0;
      padding: 0; }
      .multi_level_nav .tns_multi_level .tns_multi_level_left ul li {
        display: inline-block;
        margin-right: 30px; }
        .multi_level_nav .tns_multi_level .tns_multi_level_left ul li:last-of-type {
          margin-right: 0; }
    .multi_level_nav .tns_multi_level .tns_multi_level_left.pillars {
      float: left; }
      @media screen and (max-width: 640px) {
        .multi_level_nav .tns_multi_level .tns_multi_level_left.pillars {
          display: block;
          float: none;
          text-align: left;
          padding: 0 15px; } }
      .multi_level_nav .tns_multi_level .tns_multi_level_left.pillars ul li.active a {
        text-decoration: underline; }
  .multi_level_nav .tns_multi_level .tns_multi_level_right {
    display: inline-block;
    text-align: right;
    vertical-align: middle; }
    .multi_level_nav .tns_multi_level .tns_multi_level_right a {
      height: 25px;
      width: 25px;
      float: none;
      display: inline-block;
      margin-right: 16px;
      position: relative;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 4px; }
      .multi_level_nav .tns_multi_level .tns_multi_level_right a:last-of-type {
        margin-right: 0; }
      .multi_level_nav .tns_multi_level .tns_multi_level_right a:before {
        position: absolute;
        width: 16px;
        height: 100%;
        content: "";
        display: block;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
  @media screen and (max-width: 640px) {
    .multi_level_nav .tns_multi_level .tns-mb-wrapper {
      padding: 0; } }

.multi_level_nav .gns_multi_level .logo-column {
  display: none; }
  @media screen and (max-width: 640px) {
    .multi_level_nav .gns_multi_level .logo-column.mb-logo {
      display: block;
      padding: 0 15px 0; } }
  .multi_level_nav .gns_multi_level .logo-column .logo-link {
    padding: 0;
    float: none;
    display: block; }
    @media screen and (min-width: 641px) {
      .multi_level_nav .gns_multi_level .logo-column .logo-link {
        margin-top: 12px;
        width: 173px;
        height: 43px;
        background-size: 100%; } }

.multi_level_nav .gns_multi_level .navbar.navbar-default {
  position: static;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  /*@media screen and (min-width: $screen-sm) {
        width: calc(100% - 60px);
      }*/ }
  @media screen and (max-width: 640px) {
    .multi_level_nav .gns_multi_level .navbar.navbar-default {
      margin-top: -1px;
      padding: 3px 0; } }
  @media screen and (max-width: 640px) {
    .multi_level_nav .gns_multi_level .navbar.navbar-default .navbar-header {
      padding-right: 0;
      margin-bottom: 15px;
      width: 100%; } }
  @media screen and (max-width: 640px) {
    .multi_level_nav .gns_multi_level .navbar.navbar-default .navbar-header button {
      color: #ffffff;
      /*.svg-hamburger_menu {
              display: inline-block;
              background-image: url("../css/svg/hamburger menu.svg");
              width: 30px;
              height: 30px;
            }*/ } }
  @media screen and (max-width: 640px) and (max-width: 640px) {
    .multi_level_nav .gns_multi_level .navbar.navbar-default .navbar-header button {
      position: relative;
      top: 12px;
      right: 14px;
      padding: 0; }
      .multi_level_nav .gns_multi_level .navbar.navbar-default .navbar-header button.menu-open {
        top: -5px;
        z-index: 9; } }
  @media screen and (max-width: 640px) {
      .multi_level_nav .gns_multi_level .navbar.navbar-default .navbar-header button span {
        display: inline-block; } }
    @media screen and (max-width: 640px) and (max-width: 640px) {
      .multi_level_nav .gns_multi_level .navbar.navbar-default .navbar-header button span {
        position: relative;
        top: -2px; } }
  @media screen and (max-width: 640px) {
        .multi_level_nav .gns_multi_level .navbar.navbar-default .navbar-header button span:first-of-type {
          position: relative;
          font-family: "IOI";
          font-style: normal;
          font-weight: 400;
          font-size: 18px;
          line-height: 140%; } }
  .multi_level_nav .gns_multi_level .navbar.navbar-default .navbar-header button .green-burger {
    content: "";
    width: 32px;
    height: 20px;
    float: right; }
  .multi_level_nav .gns_multi_level .navbar.navbar-default .navbar-header button .x-icon {
    content: "";
    background-image: url("imgs/cross-large.svg");
    width: 32px;
    height: 32px; }
    @media screen and (max-width: 640px) {
      .multi_level_nav .gns_multi_level .navbar.navbar-default .navbar-header button .x-icon {
        position: relative;
        top: 14px; } }
  .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid {
    position: static;
    padding: 0;
    /*@media screen and (max-width: $screen-xs) {  to override contatiner for mobile view
          padding: 0 15px;
          margin-left: -15px;
          margin-right: -15px;
        }*/ }
    @media screen and (max-width: 640px) {
      .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid {
        position: absolute;
        padding: 64px 0;
        top: 0;
        background: #ffffff; } }
    .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav {
      position: relative;
      list-style-type: none;
      display: unset;
      /*  flex-direction: row;
            justify-content: flex-start;;*/ }
      @media screen and (max-width: 640px) {
        .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav {
          margin-left: 0;
          margin-right: 0;
          padding-left: 0; } }
      .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav > li {
        display: inline-block;
        /*** SEARCH ***/ }
        @media screen and (min-width: 641px) {
          .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav > li:not(:last-of-type) {
            margin-right: 30px; } }
        @media screen and (max-width: 640px) {
          .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav > li {
            width: 100%;
            display: block; } }
        .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav > li.dropdown {
          position: relative; }
        @media screen and (max-width: 640px) {
          .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav > li:nth-last-of-type(2) {
            border-bottom: 0; } }
        @media screen and (min-width: 641px) {
          .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav > li:last-of-type {
            /*   margin-right: 0;
                   margin-left: 280px;*/ }
            .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav > li:last-of-type span.svg-search-gr {
              position: relative;
              display: inline-block;
              top: 5px; } }
        @media screen and (max-width: 640px) {
          .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav > li:last-of-type {
            position: relative;
            display: flex;
            order: -1;
            padding: 15px 0 15px !important;
            border-bottom: 0;
            margin-left: 0 !important; }
            .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav > li:last-of-type:before {
              content: "";
              position: absolute;
              height: 1px;
              background: #e2e2e2;
              top: 0;
              width: calc(100% + 30px);
              left: -15px; }
            .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav > li:last-of-type:after {
              content: "";
              position: absolute;
              height: 1px;
              background: #e2e2e2;
              bottom: 0;
              width: calc(100% + 30px);
              left: -15px; } }
        @media screen and (max-width: 640px) {
          .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav > li:last-of-type > a {
            display: none !important; } }
        .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav > li:last-of-type .search-mob {
          display: block; }
          @media screen and (min-width: 641px) {
            .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav > li:last-of-type .search-mob {
              background: transparent; } }
        .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav > li .dropdown-menu {
          left: 0;
          right: 0;
          padding: 15px;
          position: absolute;
          width: 200px;
          box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.14);
          border-radius: 0 0 10px 10px;
          border: 0;
          /* @media screen and (min-width: $screen-sm) {
                 max-width: 1190px;
                 margin: auto;
               }*/
          /*@media screen and (max-width: $screen-xs) {
                min-height: 100%;
              }*/ }
          @media screen and (max-width: 640px) {
            .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav > li .dropdown-menu {
              padding: 0;
              background-color: transparent;
              position: relative;
              border-top: 0;
              border-bottom: 0;
              border-left: 0;
              border-right: 0;
              border-radius: 0;
              box-shadow: unset;
              width: 100%;
              top: 0; } }
        .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav > li:last-of-type .dropdown-menu {
          /* padding-top: 0;
                 padding-bottom: 0;
                 min-height: unset;
                 top: 117px;
                 border: 0;*/
          border: 0;
          padding: 20px;
          left: -506px;
          width: 560px; }
          @media screen and (max-width: 640px) {
            .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav > li:last-of-type .dropdown-menu {
              display: block;
              box-shadow: none;
              min-height: 1px;
              width: 100%;
              padding: 0;
              left: 0; } }
          .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav > li:last-of-type .dropdown-menu .search-mob {
            margin-left: auto;
            margin-right: auto; }
            @media screen and (max-width: 640px) {
              .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav > li:last-of-type .dropdown-menu .search-mob {
                margin: 0;
                padding: 0; } }
            @media screen and (min-width: 641px) {
              .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav > li:last-of-type .dropdown-menu .search-mob .search-box-wrapper {
                background: white;
                /*      padding-top: 30px;
                            padding-bottom: 30px;*/ } }
            @media screen and (max-width: 640px) {
              .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav > li:last-of-type .dropdown-menu .search-mob .search-box-wrapper {
                position: relative;
                border-radius: 5px;
                padding: 0; } }
            .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav > li:last-of-type .dropdown-menu .search-mob .search-box-wrapper input[type="search"] {
              height: 40px;
              border-radius: 50px;
              background-image: url("imgs/search-gr.svg");
              background-repeat: no-repeat;
              background-position: left 14px center;
              background-size: 20px; }
              .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav > li:last-of-type .dropdown-menu .search-mob .search-box-wrapper input[type="search"]:focus {
                padding: 13px 0 12px 15px;
                background: #ffffff;
                box-shadow: none; }
              @media screen and (max-width: 640px) {
                .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav > li:last-of-type .dropdown-menu .search-mob .search-box-wrapper input[type="search"] {
                  width: 100%;
                  border-radius: 50px;
                  background-size: 18px;
                  padding-left: 40px;
                  /*      background-position: right 10px center;
                              padding-right: 35px;*/ } }
              @media screen and (min-width: 641px) {
                .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav > li:last-of-type .dropdown-menu .search-mob .search-box-wrapper input[type="search"] {
                  height: 40px;
                  padding-left: 47px;
                  border: 1px solid #e2e2e2;
                  border-radius: 50px;
                  width: 100%;
                  padding-bottom: 0; }
                  .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav > li:last-of-type .dropdown-menu .search-mob .search-box-wrapper input[type="search"]::-webkit-input-placeholder {
                    color: #888787; }
                  .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav > li:last-of-type .dropdown-menu .search-mob .search-box-wrapper input[type="search"]:-moz-placeholder {
                    /* Firefox 18- */
                    color: #888787; }
                  .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav > li:last-of-type .dropdown-menu .search-mob .search-box-wrapper input[type="search"]::-moz-placeholder {
                    /* Firefox 19+ */
                    color: #888787; }
                  .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav > li:last-of-type .dropdown-menu .search-mob .search-box-wrapper input[type="search"]:-ms-input-placeholder {
                    color: #888787; } }
            .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav > li:last-of-type .dropdown-menu .search-mob .search-box-wrapper input[type="search"]::-webkit-search-cancel-button {
              appearance: none;
              display: inline-block;
              height: 22px;
              width: 22px;
              background-image: url("imgs/search-cross.svg") !important;
              background-repeat: no-repeat;
              background-position: right 10px center;
              padding-right: 25px; }
              @media screen and (max-width: 640px) {
                .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav > li:last-of-type .dropdown-menu .search-mob .search-box-wrapper input[type="search"]::-webkit-search-cancel-button {
                  padding-right: 20px;
                  background-position: right 5px center; } }
            .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav > li:last-of-type .dropdown-menu .search-mob .search-box-wrapper .btn-search {
              height: 50px;
              padding-top: 6px;
              padding-right: 13px;
              margin-left: 0;
              width: 150px;
              position: absolute;
              border-top-left-radius: 0;
              border-bottom-left-radius: 0; }
              @media screen and (min-width: 641px) {
                .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav > li:last-of-type .dropdown-menu .search-mob .search-box-wrapper .btn-search {
                  border-radius: 5px;
                  height: 40px;
                  margin-left: 30px; } }
              @media screen and (max-width: 640px) {
                .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav > li:last-of-type .dropdown-menu .search-mob .search-box-wrapper .btn-search {
                  display: none;
                  top: 0;
                  bottom: 0;
                  left: auto;
                  margin: auto;
                  height: 40px;
                  width: 50px;
                  text-align: center;
                  padding-left: 0;
                  padding-right: 0;
                  background: #ffffff;
                  border-radius: 0 5px 5px 0;
                  border: 1px solid #a7a7a7;
                  border-left: 0;
                  right: 0;
                  background: url("svg/search-mobile.svg") no-repeat center center; } }
    @media screen and (max-width: 640px) {
      .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav.navbar-nav {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        margin: 0;
        background: #ffffff;
        text-align: left;
        flex-direction: row;
        justify-content: flex-start;
        display: flex; }
        .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav.navbar-nav:after {
          content: "";
          position: absolute;
          height: 1px;
          background: #e2e2e2;
          bottom: 0;
          width: 100%;
          left: 0; }
        .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav.navbar-nav li {
          background-color: transparent;
          padding: 7px 0;
          /*&:nth-last-of-type(2) {
                @media screen and (max-width: $screen-xs) {
                  padding-bottom: 0;
                  display: none;
                }
              }*/ } }
    @media screen and (max-width: 640px) and (max-width: 640px) {
      .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav.navbar-nav li:first-of-type {
        padding-top: 15px; } }
    @media screen and (max-width: 640px) and (max-width: 640px) {
      .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav.navbar-nav li.market-li {
        display: none; } }
    @media screen and (max-width: 640px) {
          .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav.navbar-nav li a {
            display: block;
            width: 100%; }
            .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav.navbar-nav li a.dropdown-toggle {
              position: relative; } }
        @media screen and (max-width: 640px) and (max-width: 640px) {
          .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav.navbar-nav li a.dropdown-toggle {
            padding: 0; }
            .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav.navbar-nav li a.dropdown-toggle:hover {
              text-decoration: none; } }
    @media screen and (max-width: 640px) {
              .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav.navbar-nav li a.dropdown-toggle:after {
                position: absolute;
                content: "";
                display: block;
                top: 0;
                right: 0;
                bottom: 0;
                left: auto;
                margin: auto;
                border: none; }
      .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid .tns_multi_level_left {
        width: 100%; } }
  @media screen and (max-width: 640px) and (max-width: 640px) {
    .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid .tns_multi_level_left.pillars {
      display: none; } }
    @media screen and (max-width: 640px) {
        .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid .tns_multi_level_left:not(.pillars) {
          padding-bottom: 10px;
          padding-top: 15px; }
        .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid .tns_multi_level_left ul {
          list-style: none;
          padding: 0;
          margin: 0; }
          .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid .tns_multi_level_left ul li {
            display: block;
            width: 100%; } }
      @media screen and (max-width: 640px) and (max-width: 640px) {
        .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid .tns_multi_level_left ul li {
          padding: 5px 0; }
          .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid .tns_multi_level_left ul li a {
            font-family: "IOI";
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 150%;
            color: #737373; } }
    @media screen and (max-width: 640px) and (max-width: 640px) and (max-width: 640px) {
      .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid .tns_multi_level_left ul li a {
        color: #333333;
        font-family: "IOI";
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 150%; } }

@media screen and (max-width: 640px) and (max-width: 640px) {
  .multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid .tns_multi_level_right {
    height: auto;
    padding: 20px 15px 20px; } }
  .multi_level_nav .gns_multi_level .navbar.navbar-default .inner-box {
    display: block;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 640px) {
      .multi_level_nav .gns_multi_level .navbar.navbar-default .inner-box {
        padding-left: 0;
        padding-right: 0; } }
    @media screen and (max-width: 640px) {
      .multi_level_nav .gns_multi_level .navbar.navbar-default .inner-box:last-of-type {
        display: block;
        width: 100%; } }
    .multi_level_nav .gns_multi_level .navbar.navbar-default .inner-box .left-column {
      padding-top: 78px;
      background-color: #ffffff;
      padding-left: 57px; }
      @media screen and (max-width: 640px) {
        .multi_level_nav .gns_multi_level .navbar.navbar-default .inner-box .left-column {
          padding: 0 15px; } }
      .multi_level_nav .gns_multi_level .navbar.navbar-default .inner-box .left-column .ul-cols {
        padding: 0;
        margin-right: 35px;
        display: inline-block;
        vertical-align: top;
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2; }
        @media screen and (min-width: 641px) {
          .multi_level_nav .gns_multi_level .navbar.navbar-default .inner-box .left-column .ul-cols {
            padding-bottom: 70px; } }
        @media screen and (max-width: 640px) {
          .multi_level_nav .gns_multi_level .navbar.navbar-default .inner-box .left-column .ul-cols {
            width: 100%;
            margin-right: 0;
            columns: 1;
            -webkit-columns: 1;
            -moz-columns: 1; } }
        .multi_level_nav .gns_multi_level .navbar.navbar-default .inner-box .left-column .ul-cols ul {
          padding: 20px 0 0;
          margin: 0;
          display: block; }
        .multi_level_nav .gns_multi_level .navbar.navbar-default .inner-box .left-column .ul-cols li {
          width: auto;
          display: block;
          padding: 10px 0;
          /*&:first-of-type {
                padding-top: 0;
              }
              &:last-of-type {
                padding-bottom: 0;
              }*/ }
          @media screen and (min-width: 641px) {
            .multi_level_nav .gns_multi_level .navbar.navbar-default .inner-box .left-column .ul-cols li:first-of-type {
              display: none; } }
          @media screen and (max-width: 640px) {
            .multi_level_nav .gns_multi_level .navbar.navbar-default .inner-box .left-column .ul-cols li {
              width: 100%;
              padding-left: 0; } }
          .multi_level_nav .gns_multi_level .navbar.navbar-default .inner-box .left-column .ul-cols li a {
            display: block;
            width: 100%;
            padding-right: 15px;
            position: relative; }
    .multi_level_nav .gns_multi_level .navbar.navbar-default .inner-box .right-column {
      background-color: #f9f9f9;
      padding-top: 44px;
      padding-left: 31px; }
      @media screen and (max-width: 640px) {
        .multi_level_nav .gns_multi_level .navbar.navbar-default .inner-box .right-column {
          display: none; } }
      .multi_level_nav .gns_multi_level .navbar.navbar-default .inner-box .right-column .menu-spotlight {
        position: relative;
        display: block;
        width: 100%; }
        @media screen and (max-width: 640px) {
          .multi_level_nav .gns_multi_level .navbar.navbar-default .inner-box .right-column .menu-spotlight {
            display: none; } }
        .multi_level_nav .gns_multi_level .navbar.navbar-default .inner-box .right-column .menu-spotlight .title {
          display: block;
          width: 100%;
          z-index: 2;
          position: absolute;
          min-height: 50px;
          padding: 10px;
          bottom: 0;
          font-size: 1.0625rem;
          line-height: 30px;
          overflow: hidden; }
        .multi_level_nav .gns_multi_level .navbar.navbar-default .inner-box .right-column .menu-spotlight img {
          display: block;
          width: 100%;
          height: auto; }

.multi_level_nav .social-links-list a {
  height: 17px;
  width: 17px;
  float: none;
  display: inline-block;
  padding: 0;
  margin-right: 22px;
  position: relative; }
  .multi_level_nav .social-links-list a:before {
    position: absolute;
    width: 16px;
    height: 17px;
    content: "";
    left: 0; }

.dropdown-menu.force-show {
  display: block; }

.dropdown.search-li.force-show .svg-search-gr, .dropdown.search-li:hover .svg-search-gr {
  background: url("svg/sprite.svg") 94.15205% 46.15385% no-repeat;
  width: 24px;
  height: 24px; }

@media screen and (max-width: 640px) {
  body[class*="safari"] .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .select-wrapper ul {
    max-height: 300px; } }

.megamenu-multi-level .main-div.overseas-markets-open {
  border-radius: 0 0 0 20px; }

.megamenu-multi-level .main-div .gns_multi_level .market-div-mobile {
  position: absolute;
  right: 60px;
  top: 20px;
  bottom: 0;
  margin: auto;
  z-index: 2; }
  .megamenu-multi-level .main-div .gns_multi_level .market-div-mobile.active-markets .market-text:after {
    transform: rotate(180deg); }

.megamenu-multi-level .main-div .gns_multi_level .market-text {
  font-family: "IOI";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  /*font-size: 11px;
        color: $n07;
        position: relative;
        letter-spacing: 1px;
        top: -2px;*/
  background: #f9f9f9;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  padding: 5px 10px;
  min-width: 65px;
  min-height: 34px;
  vertical-align: bottom;
  position: relative; }
  @media screen and (max-width: 640px) {
    .megamenu-multi-level .main-div .gns_multi_level .market-text {
      padding: 8px 32px; } }
  .megamenu-multi-level .main-div .gns_multi_level .market-text:before, .megamenu-multi-level .main-div .gns_multi_level .market-text:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
  .megamenu-multi-level .main-div .gns_multi_level .market-text:before {
    transform: scale(1.2);
    left: 10px; }
    @media screen and (max-width: 640px) {
      .megamenu-multi-level .main-div .gns_multi_level .market-text:before {
        transform: scale(1); } }
  .megamenu-multi-level .main-div .gns_multi_level .market-text:after {
    right: 10px;
    transition: .5s; }
    @media screen and (max-width: 640px) {
      .megamenu-multi-level .main-div .gns_multi_level .market-text:after {
        right: 10px; } }

@media screen and (max-width: 640px) {
  .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid.mobile-market-menu {
    padding: 0;
    top: 0;
    width: 100%; }
    .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid.mobile-market-menu > div {
      display: none; }
    .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid.mobile-market-menu > ul.nav.navbar-nav {
      padding: 0; }
      .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid.mobile-market-menu > ul.nav.navbar-nav > li {
        display: none; }
        .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid.mobile-market-menu > ul.nav.navbar-nav > li.market-li {
          display: block;
          padding: 0; }
          .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid.mobile-market-menu > ul.nav.navbar-nav > li.market-li:after {
            display: none; }
          .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid.mobile-market-menu > ul.nav.navbar-nav > li.market-li > a {
            display: none; }
          .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid.mobile-market-menu > ul.nav.navbar-nav > li.market-li .market-dropdown-menu {
            display: block; } }
          @media screen and (max-width: 640px) and (max-width: 640px) {
            .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid.mobile-market-menu > ul.nav.navbar-nav > li.market-li .market-dropdown-menu {
              left: 0;
              right: 0;
              box-shadow: unset;
              border-radius: 0;
              width: 100%;
              height: auto;
              position: relative;
              top: unset;
              padding: 0; } }

@media screen and (max-width: 640px) {
          .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid.mobile-market-menu > ul.nav.navbar-nav > li.market-li .market-menu-div {
            border: 0; }
            .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid.mobile-market-menu > ul.nav.navbar-nav > li.market-li .market-menu-div .content {
              border-radius: 0;
              background: #f9f9f9; } }

.megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li {
  background: #f9f9f9;
  top: 3px;
  /*.market-text {
              @include l03;
              !*font-size: 11px;
              color: $n07;
              position: relative;
              letter-spacing: 1px;
              top: -2px;*!
              background: $n02;
              border: 1px solid $n03;
              border-radius: 6px;
              padding: 5px 10px;
              min-width: 65px;
              min-height: 34px;
              vertical-align: bottom;
              &:before, &:after {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                margin: auto;
              }
              &:before {
                @extend .svg-globe-gr;
                transform: scale(1.20);
                left: 10px;
              }
              &:after {
                @extend .svg-dropdown-gray;
                right: 10px;
                transition: .5s;
                @media screen and (max-width: $screen-xs) {
                  right: 10px;
                }
              }
              @media screen and (max-width: $screen-xs) {
                padding: 11px 20px 7px 26px;
                top: unset;
              }
            }*/ }
  @media screen and (min-width: 641px) {
    .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li {
      margin-right: 12px !important; } }
  @media screen and (max-width: 640px) {
    .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li {
      position: relative;
      display: flex;
      order: -1; }
      .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li:after {
        content: "";
        position: absolute;
        height: 1px;
        background: #e2e2e2;
        bottom: 0;
        width: calc(100% + 30px);
        left: -15px; } }
  @media screen and (max-width: 640px) {
    .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li.active-markets .market-text {
      border-radius: 6px 6px 0 0; } }
  .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li.active-markets .market-text:after {
    transform: rotate(180deg); }
  .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li.active-markets .market-dropdown-menu {
    display: block; }
  .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li > a:focus {
    outline: 1px dotted #e2e2e2;
    border-radius: 6px; }
  .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu {
    position: absolute;
    width: 392px;
    height: 488px;
    background: #ffffff;
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.14);
    padding: 20px;
    border-radius: 0 0 10px 10px;
    right: -70px;
    top: 45px;
    z-index: 999;
    display: none;
    /* @media screen and (max-width: $screen-xs) {
                 position: relative;
                 box-shadow: unset;
                 left: unset;
                 top: unset;
                 border-top: 0;
                 border-radius: 0 0 10px 10px;
                 width: 100%;
               }*/
    /*  &:before {
                  content: "";
                  position: absolute;
                  width: 0;
                  height: 0;
                  border-left: 16px solid rgba(0, 0, 0, 0);
                  border-right: 16px solid rgba(0, 0, 0, 0);
                  border-bottom: 16px solid $n02;
                  top: -16px;
                  left: 0;
                  right: 0;
                  margin: auto;
                  @media screen and (max-width: $screen-xs) {
                    display: none;
                  }
                }*/ }
    .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div {
      text-align: left;
      border: 1px solid #E2E2E2;
      border-radius: 20px;
      overflow: hidden; }
      @media screen and (max-width: 640px) {
        .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div {
          overflow: unset; } }
      .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .main-title {
        color: #008554;
        font-family: "IOI";
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 150%;
        font-size: 14px;
        display: block;
        position: relative;
        padding-left: 26px;
        letter-spacing: 1px;
        text-transform: uppercase; }
        .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .main-title:before, .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .main-title:after {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto; }
        .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .main-title:before {
          left: 0;
          transform: scale(1.2); }
        .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .main-title:after {
          right: 10px;
          transition: .5s;
          transform: rotate(180deg);
          display: none; }
          @media screen and (max-width: 640px) {
            .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .main-title:after {
              right: 10px;
              display: block; } }
      .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .title {
        font-family: "IOI";
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 150%;
        font-size: 11px;
        color: #737373;
        display: block;
        margin-bottom: 5px;
        letter-spacing: 1px;
        text-transform: uppercase; }
      .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .sec-content {
        padding: 14px 18px;
        text-align: left;
        background: #f9f9f9;
        border-bottom: 1px solid #e2e2e2; }
        .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .sec-content p {
          font-family: "IOI";
          font-style: normal;
          font-weight: 300;
          font-size: 14px;
          line-height: 150%;
          color: #333333;
          margin-bottom: 0; }
      .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .content {
        padding: 15px 20px;
        text-align: left;
        background: #f9f9f9;
        border-bottom: 1px solid #e2e2e2;
        border-radius: 20px 20px 0 0; }
        @media screen and (max-width: 640px) {
          .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .content {
            padding: 15px; } }
      .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .select-wrapper .only-text {
        font-family: "IOI";
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 150%;
        font-size: 11px;
        color: #737373;
        letter-spacing: 1px;
        text-transform: uppercase;
        display: block;
        padding: 16px 16px 0; }
      .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .select-wrapper ul {
        text-align: left;
        padding: 16px;
        height: auto;
        max-height: 277px;
        overflow: auto; }
        .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .select-wrapper ul li {
          list-style-type: none; }
          .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .select-wrapper ul li:not(:last-of-type) {
            margin-bottom: 13px; }
          @media screen and (max-width: 640px) {
            .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .select-wrapper ul li {
              padding: 0; } }
          .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .select-wrapper ul li a {
            font-family: "IOI";
            font-style: normal;
            font-weight: 300;
            font-size: 16px;
            line-height: 150%;
            font-size: 14px;
            border: 1px solid #e2e2e2;
            border-radius: 6px;
            padding: 8px 9px;
            display: block;
            text-align: left;
            position: relative;
            color: #737373; }
            .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .select-wrapper ul li a.select {
              border: 1px solid #a7a7a7;
              color: #333333;
              /*&:before {
                            content: "";
                            position: absolute;
                            background: url("imgs/tic-b.png");
                            width: 14px;
                            height: 10px;
                            right: 15px;
                            top: 0;
                            bottom: 0;
                            margin: auto;
                          }*/ }
      .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .select-wrapper ul::-webkit-scrollbar {
        width: 9px;
        border: 1px solid #e2e2e2;
        border-radius: 0 0 20px 20px;
        background: #f9f9f9; }
        @media screen and (max-width: 640px) {
          .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .select-wrapper ul::-webkit-scrollbar {
            border-radius: unset; } }
      .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .select-wrapper ul::-webkit-scrollbar-thumb {
        background-color: #a7a7a7;
        border-radius: 50px; }
      .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .selected-market, .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .pre-selected-market {
        font-family: "IOI";
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 150%;
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: capitalize;
        color: #333333;
        border: 1px solid #a7a7a7;
        border-radius: 6px;
        padding: 8px 9px;
        display: block;
        background: #ffffff; }
      .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .pre-selected-market {
        position: relative;
        margin-bottom: 7px; }
        .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .pre-selected-market:before {
          content: "";
          position: absolute;
          background: url("imgs/right-arrow-market.png");
          width: 17px;
          height: 11px;
          right: 15px;
          top: 0;
          bottom: 0;
          margin: auto; }
      .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .only-link {
        font-family: "IOI";
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 150%;
        text-decoration: underline;
        color: #333333; }
        .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .only-link:focus {
          outline: 1px solid #a7a7a7; }
      .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .select-market-wrapper {
        padding: 15px 20px;
        background: #f9f9f9;
        border-bottom: 1px solid #e2e2e2; }
        .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .select-market-wrapper .title {
          margin-bottom: 7px; }
      .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .btn-wrapper {
        text-align: center;
        padding: 35px 10px; }
        .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .btn-wrapper .btn {
          display: block; }
          .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .market-menu-div .btn-wrapper .btn:not(:last-of-type) {
            margin-bottom: 15px; }
    .megamenu-multi-level .main-div .gns_multi_level #navbar-collapse-grid .nav .market-li .market-dropdown-menu .step-three .select-wrapper ul {
      max-height: 242px; }

.rg-gallery {
  /*.rg-image-wrapper {
    .rg-image-nav {
      .rg-image-nav-prev,
      .rg-image-nav-next {
        color: $white;
        background-color: $p01;
      }
    }
  }*/ }
  .rg-gallery .rg-thumbs .es-carousel-wrapper .es-carousel ul li a {
    opacity: 1;
    -webkit-touch-callout: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block; }
    .rg-gallery .rg-thumbs .es-carousel-wrapper .es-carousel ul li a img {
      border: none;
      border-radius: 4px; }
  .rg-gallery .rg-thumbs .es-carousel-wrapper .es-carousel ul li:last-of-type.selected:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    right: 0;
    background: #ffffff;
    bottom: -2px; }
  .rg-gallery .rg-thumbs .es-carousel-wrapper .es-carousel ul li:nth-of-type(1).selected:before, .rg-gallery .rg-thumbs .es-carousel-wrapper .es-carousel ul li:nth-of-type(2).selected:before, .rg-gallery .rg-thumbs .es-carousel-wrapper .es-carousel ul li:nth-of-type(3).selected:before, .rg-gallery .rg-thumbs .es-carousel-wrapper .es-carousel ul li:nth-of-type(4).selected:before, .rg-gallery .rg-thumbs .es-carousel-wrapper .es-carousel ul li:nth-of-type(5).selected:before {
    display: none !important; }
  .rg-gallery .rg-thumbs .es-carousel-wrapper .es-carousel ul li.selected {
    position: relative; }
    .rg-gallery .rg-thumbs .es-carousel-wrapper .es-carousel ul li.selected:after {
      width: 133px;
      height: 3px;
      background: #a7a7a7;
      position: absolute;
      content: "";
      bottom: -2px;
      left: 0; }
      @media screen and (max-width: 640px) {
        .rg-gallery .rg-thumbs .es-carousel-wrapper .es-carousel ul li.selected:after {
          bottom: -6px; } }
    .rg-gallery .rg-thumbs .es-carousel-wrapper .es-carousel ul li.selected a {
      opacity: 1; }
      .rg-gallery .rg-thumbs .es-carousel-wrapper .es-carousel ul li.selected a img {
        opacity: 1; }
  .rg-gallery .rg-thumbs .es-nav span {
    background: transparent url("imgs/gallery/nav_thumbs.png") no-repeat center left;
    text-indent: -9000px;
    cursor: pointer;
    opacity: 0.8; }
    .rg-gallery .rg-thumbs .es-nav span.es-nav-next {
      background-position: center right; }
    .rg-gallery .rg-thumbs .es-nav span:hover {
      opacity: 1; }

.rg-gallery {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%; }
  @media screen and (max-width: 640px) {
    .rg-gallery {
      margin-top: 15px; } }
  .rg-gallery .youtube-box, .rg-gallery .youtube-frame {
    min-height: 475px; }
    @media screen and (max-width: 640px) {
      .rg-gallery .youtube-box, .rg-gallery .youtube-frame {
        min-height: 180px; } }
    .rg-gallery .youtube-box .play-icon:before, .rg-gallery .youtube-frame .play-icon:before {
      z-index: 99; }
    .rg-gallery .youtube-box .play-icon:after, .rg-gallery .youtube-frame .play-icon:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.7) 100%);
      z-index: 9;
      border-radius: 10px; }
  .rg-gallery .rg-thumbs .es-carousel-wrapper {
    padding: 0;
    min-height: 110px;
    position: relative; }
    @media screen and (max-width: 640px) {
      .rg-gallery .rg-thumbs .es-carousel-wrapper {
        min-height: 1px;
        padding-top: 6px;
        padding-bottom: 20px; } }
    .rg-gallery .rg-thumbs .es-carousel-wrapper .es-carousel {
      overflow-x: hidden;
      height: 96px; }
      @media screen and (max-width: 640px) {
        .rg-gallery .rg-thumbs .es-carousel-wrapper .es-carousel {
          height: 98px; } }
      .rg-gallery .rg-thumbs .es-carousel-wrapper .es-carousel ul {
        display: none;
        padding: 0;
        float: left;
        margin: 0;
        border-bottom: 1px solid #a7a7a7;
        min-width: 100%; }
        @media screen and (max-width: 640px) {
          .rg-gallery .rg-thumbs .es-carousel-wrapper .es-carousel ul {
            padding-bottom: 4px; } }
      .rg-gallery .rg-thumbs .es-carousel-wrapper .es-carousel li {
        height: 100%;
        float: left;
        display: block;
        padding: 0 0 9px 0;
        margin: 0; }
        .rg-gallery .rg-thumbs .es-carousel-wrapper .es-carousel li a {
          display: block; }
        .rg-gallery .rg-thumbs .es-carousel-wrapper .es-carousel li img {
          display: block;
          min-width: 133px;
          max-width: 133px;
          height: 75px;
          max-height: 75px;
          padding: 0;
          margin: 0; }
    .rg-gallery .rg-thumbs .es-carousel-wrapper .es-nav {
      display: none; }
      .rg-gallery .rg-thumbs .es-carousel-wrapper .es-nav span {
        position: absolute;
        top: 50%;
        left: 6px;
        width: 16px;
        height: 93px;
        margin-top: -48px; }
        .rg-gallery .rg-thumbs .es-carousel-wrapper .es-nav span.es-nav-next {
          right: 4px;
          left: auto; }
  .rg-gallery .rg-image-wrapper {
    position: relative; }
    .rg-gallery .rg-image-wrapper .rg-image {
      background: url("imgs/loading.gif") no-repeat center center;
      min-height: 250px; }
      @media screen and (max-width: 640px) {
        .rg-gallery .rg-image-wrapper .rg-image {
          min-height: 0; } }
      .rg-gallery .rg-image-wrapper .rg-image img {
        display: block;
        width: 100%;
        height: 475px;
        border-radius: 10px;
        object-fit: cover; }
        @media screen and (max-width: 640px) {
          .rg-gallery .rg-image-wrapper .rg-image img {
            height: 180px; } }
    .rg-gallery .rg-image-wrapper .rg-caption-wrapper .rg-caption {
      padding-left: 0; }
      .rg-gallery .rg-image-wrapper .rg-caption-wrapper .rg-caption p {
        font-family: "IOI";
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 150%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        max-height: 450%;
        /* fallback */
        -webkit-line-clamp: 3;
        /* number of lines to show */
        -webkit-box-orient: vertical;
        min-height: 90px; }
        @media screen and (max-width: 640px) {
          .rg-gallery .rg-image-wrapper .rg-caption-wrapper .rg-caption p {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            max-height: 750%;
            /* fallback */
            -webkit-line-clamp: 5;
            /* number of lines to show */
            -webkit-box-orient: vertical;
            font-family: "IOI";
            font-style: normal;
            font-weight: 300;
            font-size: 16px;
            line-height: 150%;
            min-height: 120px; } }
    .rg-gallery .rg-image-wrapper .rg-image-nav {
      position: absolute;
      right: 0;
      top: 40px;
      /*    .rg-image-nav-prev {
            margin-right: 0 !important;
            @extend .btn;
            //@extend .btn-left-default;
            &.disabled {
              background: none !important;
            }
          }
          .rg-image-nav-next {
            @extend .btn;
            //@extend .btn-right-default;
            &.disabled {
              background: none !important;
            }
          }*/ }
      @media screen and (max-width: 640px) {
        .rg-gallery .rg-image-wrapper .rg-image-nav {
          bottom: -43px;
          right: 0;
          top: unset; } }
      .rg-gallery .rg-image-wrapper .rg-image-nav .rg-image-nav-prev,
      .rg-gallery .rg-image-wrapper .rg-image-nav .rg-image-nav-next {
        padding: 0;
        margin: 0 2px;
        width: 44px;
        height: 44px;
        text-decoration: none;
        overflow: hidden;
        text-indent: 9999px;
        display: inline-block;
        position: relative; }
        @media screen and (max-width: 640px) {
          .rg-gallery .rg-image-wrapper .rg-image-nav .rg-image-nav-prev,
          .rg-gallery .rg-image-wrapper .rg-image-nav .rg-image-nav-next {
            display: inline-block;
            width: 35px !important;
            height: 35px !important; }
            .rg-gallery .rg-image-wrapper .rg-image-nav .rg-image-nav-prev:before,
            .rg-gallery .rg-image-wrapper .rg-image-nav .rg-image-nav-next:before {
              transform: scale(0.75); } }
        .rg-gallery .rg-image-wrapper .rg-image-nav .rg-image-nav-prev:hover,
        .rg-gallery .rg-image-wrapper .rg-image-nav .rg-image-nav-next:hover {
          text-decoration: none; }
    .rg-gallery .rg-image-wrapper .rg-caption-wrapper {
      margin-bottom: 0;
      position: relative;
      /*.rg-image-nav {
        float: left;
        width: 20%;
        padding: 12px 7px 18px;
        display: block;
        text-align: right;
        .rg-image-nav-prev,
        .rg-image-nav-next {
          padding: 5px 30px;
          display: inline-block;
        }
        .rg-image-nav-prev {
          margin-right: 5px;
        }
      }*/ }
      .rg-gallery .rg-image-wrapper .rg-caption-wrapper:before, .rg-gallery .rg-image-wrapper .rg-caption-wrapper:after {
        display: table;
        content: ""; }
      .rg-gallery .rg-image-wrapper .rg-caption-wrapper:after {
        clear: both; }
      @media screen and (max-width: 640px) {
        .rg-gallery .rg-image-wrapper .rg-caption-wrapper {
          margin-bottom: 50px; } }
      .rg-gallery .rg-image-wrapper .rg-caption-wrapper .rg-caption {
        float: left;
        width: calc(100% - 120px);
        display: block;
        padding: 31px 0 0; }
        @media screen and (max-width: 640px) {
          .rg-gallery .rg-image-wrapper .rg-caption-wrapper .rg-caption {
            width: 100%;
            float: none;
            padding: 15px 0 9px; } }

.service .rg-gallery .rg-image-wrapper .rg-image-nav .rg-image-nav-prev {
  border-color: #491d6e; }
  .service .rg-gallery .rg-image-wrapper .rg-image-nav .rg-image-nav-prev:after {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .service .rg-gallery .rg-image-wrapper .rg-image-nav .rg-image-nav-prev.disabled {
    border-color: #888787; }
    .service .rg-gallery .rg-image-wrapper .rg-image-nav .rg-image-nav-prev.disabled:after {
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }

.service .rg-gallery .rg-image-wrapper .rg-image-nav .rg-image-nav-next {
  border-color: #491d6e; }
  .service .rg-gallery .rg-image-wrapper .rg-image-nav .rg-image-nav-next.disabled {
    border-color: #888787; }
    .service .rg-gallery .rg-image-wrapper .rg-image-nav .rg-image-nav-next.disabled:after {
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }

.service .rg-gallery .rg-thumbs .es-carousel-wrapper .es-carousel ul li.selected:after {
  background: #491d6e; }

.service .rg-gallery .rg-thumbs .es-carousel-wrapper .es-carousel ul {
  border-bottom-color: #491d6e; }

.shamrock {
  position: relative; }
  .shamrock:before {
    content: "";
    position: absolute;
    background: url("imgs/shamrock.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 1766px;
    z-index: -1;
    bottom: 0; }
    @media screen and (max-width: 640px) {
      .shamrock:before {
        background: url("imgs/shamrock-mobile.png");
        background-repeat: no-repeat;
        background-position: center center;
        height: 614px; } }

.international .shamrock {
  position: relative; }
  .international .shamrock:before {
    background: url("imgs/shamrock-g.png");
    background-repeat: no-repeat;
    background-position: center center; }
    @media screen and (max-width: 640px) {
      .international .shamrock:before {
        background: url("imgs/shamrock-g-mobile.png");
        background-repeat: no-repeat;
        background-position: center center; } }

.newsletter-banner {
  padding: 0;
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  z-index: 1; }
  .newsletter-banner:before {
    content: "";
    position: absolute;
    background: #888787;
    mix-blend-mode: multiply;
    height: 100%;
    z-index: 9;
    border-radius: 20px;
    width: 1840px;
    left: 50%;
    right: 0;
    margin: auto auto auto -920px; }
  @media screen and (max-width: 640px) {
    .newsletter-banner {
      height: 400px; } }
  .newsletter-banner .container {
    position: absolute;
    padding-top: 76px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9; }
    @media screen and (max-width: 640px) {
      .newsletter-banner .container {
        padding-top: 53px; } }
    .newsletter-banner .container .banner-location {
      font-family: "IOI";
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 150%;
      color: #ffffff;
      position: absolute;
      bottom: 38px;
      padding-left: 35px; }
      @media screen and (max-width: 640px) {
        .newsletter-banner .container .banner-location {
          display: none; } }
      .newsletter-banner .container .banner-location:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: -5px;
        margin: auto; }
    .newsletter-banner .container h2, .newsletter-banner .container .h2, .newsletter-banner .container h1, .newsletter-banner .container .h1 {
      font-family: "IOI";
      font-style: normal;
      font-weight: 400;
      font-size: 64px;
      line-height: 115%;
      color: #ffffff;
      margin-bottom: 30px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }
      @media screen and (max-width: 640px) {
        .newsletter-banner .container h2, .newsletter-banner .container .h2, .newsletter-banner .container h1, .newsletter-banner .container .h1 {
          font-family: "IOI";
          font-style: normal;
          font-weight: 400;
          font-size: 28px;
          line-height: 120%;
          margin-bottom: 15px;
          -webkit-line-clamp: 2; } }
    .newsletter-banner .container .tag-line {
      font-family: "IOI";
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 140%;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #ffffff;
      margin-bottom: 30px;
      display: block; }
      @media screen and (max-width: 640px) {
        .newsletter-banner .container .tag-line {
          font-family: "IOI";
          font-style: normal;
          font-weight: 400;
          font-size: 12px;
          line-height: 150%;
          text-transform: uppercase;
          margin-bottom: 7px; } }
    .newsletter-banner .container p {
      max-width: 710px;
      margin: auto auto 30px;
      font-family: "IOI";
      font-style: normal;
      font-weight: 300;
      font-size: 20px;
      line-height: 150%;
      color: #ffffff;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
      @media screen and (max-width: 640px) {
        .newsletter-banner .container p {
          margin-bottom: 20px;
          font-family: "IOI";
          font-style: normal;
          font-weight: 300;
          font-size: 16px;
          line-height: 150%;
          -webkit-line-clamp: 3; } }
    .newsletter-banner .container .wrapper {
      text-align: center; }
  .newsletter-banner img {
    width: 1840px;
    height: 500px;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -920px;
    object-fit: cover;
    border-radius: 20px; }
    @media screen and (max-width: 640px) {
      .newsletter-banner img {
        width: 640px;
        margin-left: -320px;
        height: 400px;
        border-radius: 0; } }
  .newsletter-banner .btn-div:first-of-type {
    margin-bottom: 20px; }
  .newsletter-banner a.btn {
    padding: 9px 23px; }

.landing-banner {
  background: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, #EEEEEE 40.63%);
  padding: 0;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    .landing-banner {
      padding: 30px 0 0 0; } }
  @media screen and (max-width: 640px) {
    .landing-banner .col-sm-7 {
      display: none; } }
  .landing-banner .image-wrap {
    position: relative; }
    .landing-banner .image-wrap:before {
      content: "";
      position: absolute;
      width: 100vw;
      height: 100%;
      border-radius: 0px 0px 0px 200px;
      background: #888787;
      mix-blend-mode: multiply;
      opacity: 0.5; }
  .landing-banner img {
    border-radius: 0px 0px 0px 200px; }
  .landing-banner .col-sm-5 .hero {
    word-wrap: break-word; }

.filter-div {
  padding: 17px 0;
  position: relative;
  margin-bottom: 30px;
  margin-top: -50px;
  background: #f9f9f9; }
  @media screen and (max-width: 640px) {
    .filter-div {
      margin-top: -30px;
      padding: 11px 0;
      border-top: 1px solid #e2e2e2;
      border-bottom: 1px solid #e2e2e2; } }
  .filter-div .container {
    position: relative; }
  .filter-div .print {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (max-width: 640px) {
      .filter-div .print {
        display: none; } }
  .filter-div p {
    margin-bottom: 0;
    font-family: "IOI";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%; }
    @media screen and (max-width: 640px) {
      .filter-div p {
        font-family: "IOI";
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 150%; } }
  .filter-div .filter-btn {
    position: relative;
    padding: 7px 55px 7px 22px;
    margin-right: 30px; }
    @media screen and (max-width: 640px) {
      .filter-div .filter-btn {
        margin-right: 24px; } }
    .filter-div .filter-btn:after {
      content: "";
      position: absolute;
      right: 18px; }
  .filter-div a, .filter-div p {
    display: inline-block;
    vertical-align: middle; }
  .filter-div.local-markets-filter {
    margin-top: 0;
    border: 1px solid #e2e2e2;
    margin-bottom: 0; }

@media screen and (max-width: 640px) {
  body[class*="safari-"] .carousel-banner .counter span + span {
    margin-left: 35px; } }

body[class*="firefox-"] .carousel-banner .scroll-down img {
  height: unset !important; }

@media screen and (max-width: 640px) {
  body[class*="firefox-"] .carousel-banner .scroll-down {
    height: 65px !important; } }

body[class*="firefox-"] .carousel-banner img {
  height: 860px !important; }
  @media screen and (max-width: 640px) {
    body[class*="firefox-"] .carousel-banner img {
      height: 510px !important; } }

.carousel-banner {
  padding: 0;
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: -130px;
  /*  .bottom-text {
      color: $n01;
      position: absolute;
      bottom: 41px;
      width: 1200px;
      z-index: 9;
      left: 50%;
      margin: 0 0 0 -600px;

    }*/ }
  .carousel-banner .scroll-down {
    display: block;
    width: 189px;
    height: 114px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: calc(50% - 95px); }
    .carousel-banner .scroll-down img {
      width: unset !important;
      height: unset;
      display: block;
      position: unset;
      left: unset;
      margin-left: unset;
      object-fit: unset;
      transform: unset; }
    @media screen and (max-width: 640px) {
      .carousel-banner .scroll-down {
        width: 121px;
        height: 65px;
        left: calc(50% - 60.5px); } }
  @media screen and (max-width: 640px) {
    .carousel-banner {
      margin-top: 0; } }
  .carousel-banner .banner-location {
    font-family: "IOI";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
    padding-left: 35px;
    max-width: 50%;
    display: block;
    position: absolute;
    bottom: 41px;
    left: 0; }
    @media screen and (max-width: 1365px) and (min-width: 641px) {
      .carousel-banner .banner-location {
        left: 30px; } }
    @media screen and (max-width: 640px) {
      .carousel-banner .banner-location {
        display: none; } }
    .carousel-banner .banner-location:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: -5px;
      margin: auto; }
  .carousel-banner .owl-nav {
    display: block !important;
    position: absolute;
    left: 0;
    bottom: 41px;
    width: 100%;
    max-width: 1200px;
    right: 0;
    margin: auto;
    text-align: right; }
    @media screen and (max-width: 1365px) and (min-width: 641px) {
      .carousel-banner .owl-nav {
        right: 30px; } }
    @media screen and (max-width: 640px) {
      .carousel-banner .owl-nav {
        max-width: 320px;
        bottom: 13px; } }
    .carousel-banner .owl-nav .owl-prev, .carousel-banner .owl-nav .owl-next {
      width: 27px;
      height: 27px;
      background: transparent;
      position: relative;
      border: none !important;
      outline: none !important; }
      .carousel-banner .owl-nav .owl-prev:before, .carousel-banner .owl-nav .owl-next:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto; }
      .carousel-banner .owl-nav .owl-prev span:not(.visually-hidden), .carousel-banner .owl-nav .owl-next span:not(.visually-hidden) {
        display: none; }
      .carousel-banner .owl-nav .owl-prev span.visually-hidden, .carousel-banner .owl-nav .owl-next span.visually-hidden {
        display: block !important; }
    .carousel-banner .owl-nav .owl-prev {
      margin-right: 25px; }
      @media screen and (max-width: 640px) {
        .carousel-banner .owl-nav .owl-prev {
          margin-right: 15px; } }
      .carousel-banner .owl-nav .owl-prev:before {
        content: "";
        position: absolute; }
        @media screen and (max-width: 640px) {
          .carousel-banner .owl-nav .owl-prev:before {
            -moz-transform: scale(0.8);
            -o-transform: scale(0.8);
            -ms-transform: scale(0.8);
            -webkit-transform: scale(0.8);
            transform: scale(0.8); } }
    .carousel-banner .owl-nav .owl-next {
      top: 3px; }
      .carousel-banner .owl-nav .owl-next:before {
        content: "";
        position: absolute; }
        @media screen and (max-width: 640px) {
          .carousel-banner .owl-nav .owl-next:before {
            -moz-transform: scale(0.8);
            -o-transform: scale(0.8);
            -ms-transform: scale(0.8);
            -webkit-transform: scale(0.8);
            transform: scale(0.8); } }
  .carousel-banner .owl-dots {
    display: none; }
  .carousel-banner .counter {
    position: absolute;
    z-index: 99;
    bottom: 40px;
    text-align: right;
    width: 100%;
    max-width: 250px;
    right: 0;
    margin: auto;
    left: 630px; }
    @media screen and (max-width: 640px) {
      .carousel-banner .counter {
        text-align: left;
        max-width: 100px;
        right: 0;
        left: -225px;
        bottom: 15px; } }
    .carousel-banner .counter > span {
      font-family: "IOI";
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 150%;
      color: #ffffff; }
      @media screen and (max-width: 640px) {
        .carousel-banner .counter > span {
          font-family: "IOI";
          font-style: normal;
          font-weight: 300;
          font-size: 12px;
          line-height: 150%; }
          .carousel-banner .counter > span.slide-num {
            width: 8px;
            display: inline-block; } }
    .carousel-banner .counter span + span {
      margin-left: 50px;
      position: relative; }
      @media screen and (max-width: 640px) {
        .carousel-banner .counter span + span {
          margin-left: 38px; } }
      .carousel-banner .counter span + span:before {
        content: "";
        position: absolute;
        width: 2px;
        height: 35px;
        background: #ffffff;
        left: -25px;
        transform: rotate(-45deg);
        top: -10px; }
        @media screen and (max-width: 640px) {
          .carousel-banner .counter span + span:before {
            height: 35px;
            left: -21px;
            top: -12px;
            width: 1px; } }
  .carousel-banner .owl-carousel {
    width: 1840px;
    height: 860px;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -920px;
    overflow: hidden;
    border-radius: 0 0 20px 20px; }
    @media screen and (max-width: 640px) {
      .carousel-banner .owl-carousel {
        width: 640px;
        height: 510px;
        margin-left: -320px;
        border-radius: 0; } }
  .carousel-banner .owl-item picture {
    position: relative; }
    .carousel-banner .owl-item picture:before {
      content: "";
      position: absolute;
      background: #a7a7a7;
      mix-blend-mode: multiply;
      height: 860px;
      z-index: 9;
      width: 1840px;
      left: 0;
      right: 0;
      margin: auto; }
      @media screen and (max-width: 640px) {
        .carousel-banner .owl-item picture:before {
          width: 640px;
          height: 510px; } }
  .carousel-banner .owl-item .wrapper {
    position: absolute;
    padding-top: 335px;
    text-align: center;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 9;
    max-width: 1200px;
    width: 100%; }
    @media screen and (max-width: 640px) {
      .carousel-banner .owl-item .wrapper {
        padding-top: 53px;
        max-width: 300px; } }
    .carousel-banner .owl-item .wrapper h2, .carousel-banner .owl-item .wrapper .h2, .carousel-banner .owl-item .wrapper h1, .carousel-banner .owl-item .wrapper .h1, .carousel-banner .owl-item .wrapper .h1 {
      font-family: "IOI";
      font-style: normal;
      font-weight: 400;
      font-size: 64px;
      line-height: 115%;
      color: #ffffff;
      margin-bottom: 30px;
      display: block; }
      @media screen and (max-width: 640px) {
        .carousel-banner .owl-item .wrapper h2, .carousel-banner .owl-item .wrapper .h2, .carousel-banner .owl-item .wrapper h1, .carousel-banner .owl-item .wrapper .h1, .carousel-banner .owl-item .wrapper .h1 {
          font-family: "IOI";
          font-style: normal;
          font-weight: 400;
          font-size: 28px;
          line-height: 120%;
          margin-bottom: 15px; } }
  .carousel-banner img {
    width: 1840px;
    height: 860px;
    display: block;
    position: relative;
    left: 50% !important;
    margin-left: -920px;
    object-fit: cover;
    transform: unset; }
    @media screen and (max-width: 640px) {
      .carousel-banner img {
        width: 640px !important;
        height: 510px;
        margin-left: -320px; } }

#carousel-banner-slider .owl-nav button:focus {
  outline: 1px dotted #fff !important; }

.international .carousel-banner .owl-nav .owl-prev:hover, .international .carousel-banner .owl-nav .owl-prev:active, .international .carousel-banner .owl-nav .owl-prev:focus, .international .carousel-banner .owl-nav .owl-next:hover, .international .carousel-banner .owl-nav .owl-next:active, .international .carousel-banner .owl-nav .owl-next:focus {
  background: unset;
  border: 0 !important; }

.international .carousel-banner .owl-nav .owl-next:hover {
  top: 0; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.sidebar, .who-sidebar {
  background: #ffffff;
  border-radius: 20px;
  padding: 0;
  height: auto;
  border: 1px solid #e2e2e2; }
  @media screen and (max-width: 640px) {
    .sidebar, .who-sidebar {
      box-shadow: unset;
      border-radius: 0;
      margin-bottom: 20px;
      margin-left: -15px;
      margin-right: -15px;
      border: unset;
      margin-top: -30px; } }
  @media screen and (max-width: 640px) {
    .sidebar nav, .who-sidebar nav {
      position: relative; }
      .sidebar nav:before, .who-sidebar nav:before {
        content: "";
        position: absolute;
        background: #e2e2e2;
        top: 51px;
        width: 100vw;
        height: 1px;
        margin: auto;
        right: 0;
        left: calc(50% - 10px);
        margin-left: calc(-50vw + 9px); } }
  .sidebar .sidebar-title, .who-sidebar .sidebar-title {
    font-family: "IOI";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #491d6e;
    padding: 20px 15px 15px;
    display: block;
    position: relative;
    border-bottom: 1px solid #e2e2e2; }
    .sidebar .sidebar-title:after, .who-sidebar .sidebar-title:after {
      content: "";
      position: absolute;
      right: 16px;
      top: 0;
      bottom: 0;
      margin: auto;
      transition: .5s;
      -moz-transform: rotate(0) scale(0.7);
      -o-transform: rotate(0) scale(0.7);
      -ms-transform: rotate(0) scale(0.7);
      -webkit-transform: rotate(0) scale(0.7);
      transform: rotate(0) scale(0.7); }
      @media screen and (min-width: 641px) {
        .sidebar .sidebar-title:after, .who-sidebar .sidebar-title:after {
          display: none; } }
    @media screen and (max-width: 640px) {
      .sidebar .sidebar-title, .who-sidebar .sidebar-title {
        font-family: "IOI";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        color: #000000;
        padding: 15px 17px;
        border-bottom: 0; }
        .sidebar .sidebar-title:before, .who-sidebar .sidebar-title:before {
          content: "";
          position: absolute;
          height: 50%;
          width: 2px;
          background: #e2e2e2;
          right: 64px;
          top: 0;
          bottom: 0;
          margin: auto; }
        .sidebar .sidebar-title.active:after, .who-sidebar .sidebar-title.active:after {
          -moz-transform: rotate(180deg) scale(0.7);
          -o-transform: rotate(180deg) scale(0.7);
          -ms-transform: rotate(180deg) scale(0.7);
          -webkit-transform: rotate(180deg) scale(0.7);
          transform: rotate(180deg) scale(0.7); } }
  .sidebar .left-sidebar-nav, .who-sidebar .left-sidebar-nav {
    margin-top: 7px;
    margin-bottom: 0;
    list-style-type: none;
    padding: 0 15px; }
    @media screen and (max-width: 640px) {
      .sidebar .left-sidebar-nav, .who-sidebar .left-sidebar-nav {
        display: none;
        padding: 0 15px;
        border-bottom: 1px solid #e2e2e2;
        margin-top: 0; }
        .sidebar .left-sidebar-nav.active, .who-sidebar .left-sidebar-nav.active {
          display: block; } }
    .sidebar .left-sidebar-nav > li, .who-sidebar .left-sidebar-nav > li {
      padding: 10px 0; }
      .sidebar .left-sidebar-nav > li:not(:last-of-type), .who-sidebar .left-sidebar-nav > li:not(:last-of-type) {
        border-bottom: 1px solid #e2e2e2; }
      @media screen and (max-width: 640px) {
        .sidebar .left-sidebar-nav > li, .who-sidebar .left-sidebar-nav > li {
          border-bottom: 0;
          padding: 15px 0; } }
      .sidebar .left-sidebar-nav > li.active a, .who-sidebar .left-sidebar-nav > li.active a {
        font-family: "IOI";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        color: #000000; }
      @media screen and (min-width: 641px) {
        .sidebar .left-sidebar-nav > li.active > ul, .who-sidebar .left-sidebar-nav > li.active > ul {
          border-top: 1px solid #e2e2e2; } }
      .sidebar .left-sidebar-nav > li:hover a, .who-sidebar .left-sidebar-nav > li:hover a {
        font-family: "IOI";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        color: #333333; }
      .sidebar .left-sidebar-nav > li a, .who-sidebar .left-sidebar-nav > li a {
        text-decoration: none;
        display: inline-block;
        font-family: "IOI";
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 150%;
        color: #737373; }
        .sidebar .left-sidebar-nav > li a:hover, .who-sidebar .left-sidebar-nav > li a:hover {
          text-decoration: underline; }
      .sidebar .left-sidebar-nav > li .child-menu, .who-sidebar .left-sidebar-nav > li .child-menu {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none;
        margin-top: 10px; }
        @media screen and (min-width: 641px) {
          .sidebar .left-sidebar-nav > li .child-menu, .who-sidebar .left-sidebar-nav > li .child-menu {
            padding-top: 8px; } }
        @media screen and (max-width: 640px) {
          .sidebar .left-sidebar-nav > li .child-menu, .who-sidebar .left-sidebar-nav > li .child-menu {
            margin-top: 15px; } }
        .sidebar .left-sidebar-nav > li .child-menu > li, .who-sidebar .left-sidebar-nav > li .child-menu > li {
          padding: 4.5px; }
          @media screen and (max-width: 640px) {
            .sidebar .left-sidebar-nav > li .child-menu > li:first-of-type, .who-sidebar .left-sidebar-nav > li .child-menu > li:first-of-type {
              border-top: 1px solid #e2e2e2; } }
          .sidebar .left-sidebar-nav > li .child-menu > li:not(:last-of-type), .who-sidebar .left-sidebar-nav > li .child-menu > li:not(:last-of-type) {
            margin-bottom: 2px; }
            @media screen and (max-width: 640px) {
              .sidebar .left-sidebar-nav > li .child-menu > li:not(:last-of-type), .who-sidebar .left-sidebar-nav > li .child-menu > li:not(:last-of-type) {
                border-bottom: 1px solid #e2e2e2; } }
          @media screen and (max-width: 640px) {
            .sidebar .left-sidebar-nav > li .child-menu > li, .who-sidebar .left-sidebar-nav > li .child-menu > li {
              padding: 15px; }
              .sidebar .left-sidebar-nav > li .child-menu > li:last-of-type, .who-sidebar .left-sidebar-nav > li .child-menu > li:last-of-type {
                padding-bottom: 0; } }
          .sidebar .left-sidebar-nav > li .child-menu > li.active a, .who-sidebar .left-sidebar-nav > li .child-menu > li.active a {
            font-family: "IOI";
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 150%;
            color: #333333; }
          .sidebar .left-sidebar-nav > li .child-menu > li:hover a, .who-sidebar .left-sidebar-nav > li .child-menu > li:hover a {
            font-family: "IOI";
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 150%;
            color: #333333; }
          .sidebar .left-sidebar-nav > li .child-menu > li > a, .who-sidebar .left-sidebar-nav > li .child-menu > li > a {
            font-family: "IOI";
            font-style: normal;
            font-weight: 300;
            font-size: 14px;
            line-height: 150%;
            color: #737373; }
            .sidebar .left-sidebar-nav > li .child-menu > li > a:hover, .who-sidebar .left-sidebar-nav > li .child-menu > li > a:hover {
              text-decoration: underline; }
  .sidebar.press-filter, .who-sidebar.press-filter {
    box-shadow: unset;
    border: 1px solid #e2e2e2; }
    @media screen and (max-width: 640px) {
      .sidebar.press-filter, .who-sidebar.press-filter {
        margin-right: 0;
        margin-left: 0;
        border-radius: 20px;
        margin-top: 1px; } }
    @media screen and (max-width: 640px) {
      .sidebar.press-filter nav.active .left-sidebar-nav, .who-sidebar.press-filter nav.active .left-sidebar-nav {
        display: block;
        border-top: 1px solid #e2e2e2;
        border-bottom: 0; } }
    @media screen and (max-width: 640px) {
      .sidebar.press-filter nav:before, .who-sidebar.press-filter nav:before {
        display: none; } }
    .sidebar.press-filter .sidebar-title, .who-sidebar.press-filter .sidebar-title {
      font-family: "IOI";
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      color: #333333;
      padding: 20px 20px 20px; }
      .sidebar.press-filter .sidebar-title .num, .who-sidebar.press-filter .sidebar-title .num {
        display: none; }
        @media screen and (max-width: 640px) {
          .sidebar.press-filter .sidebar-title .num, .who-sidebar.press-filter .sidebar-title .num {
            display: inline-block; } }
      @media screen and (max-width: 640px) {
        .sidebar.press-filter .sidebar-title, .who-sidebar.press-filter .sidebar-title {
          padding: 15px 20px; } }
      @media screen and (max-width: 640px) {
        .sidebar.press-filter .sidebar-title:before, .who-sidebar.press-filter .sidebar-title:before {
          display: none; } }
      .sidebar.press-filter .sidebar-title:after, .who-sidebar.press-filter .sidebar-title:after {
        content: "";
        position: absolute;
        right: 16px;
        top: 0;
        bottom: 0;
        margin: auto;
        transition: .5s;
        transform: unset; }
        @media screen and (min-width: 641px) {
          .sidebar.press-filter .sidebar-title:after, .who-sidebar.press-filter .sidebar-title:after {
            display: none; } }
    .sidebar.press-filter .left-sidebar-nav, .who-sidebar.press-filter .left-sidebar-nav {
      padding: 0 21px 30px;
      margin-top: 0; }
      @media screen and (max-width: 640px) {
        .sidebar.press-filter .left-sidebar-nav, .who-sidebar.press-filter .left-sidebar-nav {
          padding: 0 21px 0; } }
      .sidebar.press-filter .left-sidebar-nav > li, .who-sidebar.press-filter .left-sidebar-nav > li {
        padding: 15px 0;
        border-bottom: 1px solid #e2e2e2;
        font-family: "IOI";
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #333333; }
        @media screen and (max-width: 640px) {
          .sidebar.press-filter .left-sidebar-nav > li:last-of-type, .who-sidebar.press-filter .left-sidebar-nav > li:last-of-type {
            border-bottom: 0; } }
        .sidebar.press-filter .left-sidebar-nav > li > a, .who-sidebar.press-filter .left-sidebar-nav > li > a {
          font-family: "IOI";
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 150%;
          color: #333333;
          position: relative;
          display: block; }
          .sidebar.press-filter .left-sidebar-nav > li > a:after, .who-sidebar.press-filter .left-sidebar-nav > li > a:after {
            content: "";
            position: absolute;
            right: -8px;
            top: 0;
            bottom: 0;
            margin: auto;
            transition: .5s;
            -moz-transform: rotate(0) scale(0.5);
            -o-transform: rotate(0) scale(0.5);
            -ms-transform: rotate(0) scale(0.5);
            -webkit-transform: rotate(0) scale(0.5);
            transform: rotate(0) scale(0.5); }
          .sidebar.press-filter .left-sidebar-nav > li > a:not(.collapsed):after, .who-sidebar.press-filter .left-sidebar-nav > li > a:not(.collapsed):after {
            -moz-transform: rotate(180deg) scale(0.5);
            -o-transform: rotate(180deg) scale(0.5);
            -ms-transform: rotate(180deg) scale(0.5);
            -webkit-transform: rotate(180deg) scale(0.5);
            transform: rotate(180deg) scale(0.5); }
        .sidebar.press-filter .left-sidebar-nav > li.active > a:after, .who-sidebar.press-filter .left-sidebar-nav > li.active > a:after {
          -moz-transform: rotate(180deg) scale(0.5);
          -o-transform: rotate(180deg) scale(0.5);
          -ms-transform: rotate(180deg) scale(0.5);
          -webkit-transform: rotate(180deg) scale(0.5);
          transform: rotate(180deg) scale(0.5); }
        .sidebar.press-filter .left-sidebar-nav > li.active > .child-filter, .who-sidebar.press-filter .left-sidebar-nav > li.active > .child-filter {
          display: block; }
        .sidebar.press-filter .left-sidebar-nav > li > .child-filter, .who-sidebar.press-filter .left-sidebar-nav > li > .child-filter {
          padding-left: 15px;
          margin-top: 15px;
          border-top: 1px solid #e2e2e2;
          padding-top: 7px;
          list-style-type: none; }
          .sidebar.press-filter .left-sidebar-nav > li > .child-filter > li, .who-sidebar.press-filter .left-sidebar-nav > li > .child-filter > li {
            font-family: "IOI";
            font-style: normal;
            font-weight: 300;
            font-size: 16px;
            line-height: 150%;
            color: #737373;
            position: relative; }
            .sidebar.press-filter .left-sidebar-nav > li > .child-filter > li:before, .who-sidebar.press-filter .left-sidebar-nav > li > .child-filter > li:before {
              content: "";
              position: absolute;
              background-image: url("imgs/menu-arrow-gr.svg");
              background-repeat: no-repeat;
              width: 7px;
              height: 9px;
              left: -15px;
              top: 0;
              bottom: 0;
              margin: auto; }
            .sidebar.press-filter .left-sidebar-nav > li > .child-filter > li:not(:last-of-type), .who-sidebar.press-filter .left-sidebar-nav > li > .child-filter > li:not(:last-of-type) {
              margin-bottom: 7px; }
            .sidebar.press-filter .left-sidebar-nav > li > .child-filter > li.active:before, .who-sidebar.press-filter .left-sidebar-nav > li > .child-filter > li.active:before {
              content: "";
              background-image: url("imgs/menu-arrow-bl.svg"); }
            .sidebar.press-filter .left-sidebar-nav > li > .child-filter > li.active > a, .who-sidebar.press-filter .left-sidebar-nav > li > .child-filter > li.active > a {
              font-family: "IOI";
              font-style: normal;
              font-weight: 400;
              font-size: 16px;
              line-height: 150%;
              color: #333333; }
            .sidebar.press-filter .left-sidebar-nav > li > .child-filter > li > a, .who-sidebar.press-filter .left-sidebar-nav > li > .child-filter > li > a {
              font-family: "IOI";
              font-style: normal;
              font-weight: 300;
              font-size: 16px;
              line-height: 150%;
              color: #737373; }
              .sidebar.press-filter .left-sidebar-nav > li > .child-filter > li > a.active, .who-sidebar.press-filter .left-sidebar-nav > li > .child-filter > li > a.active {
                color: #333333;
                font-weight: 400; }
  .sidebar.contact-list, .who-sidebar.contact-list {
    box-shadow: unset;
    margin-top: 20px;
    border: 1px solid #e2e2e2; }
    @media screen and (min-width: 641px) {
      .sidebar.contact-list, .who-sidebar.contact-list {
        height: 100%; } }
    @media screen and (max-width: 640px) {
      .sidebar.contact-list, .who-sidebar.contact-list {
        margin-right: 0;
        margin-left: 0;
        border-radius: 20px; } }
    @media screen and (max-width: 640px) {
      .sidebar.contact-list nav:before, .who-sidebar.contact-list nav:before {
        display: none; } }

@media screen and (max-width: 640px) and (max-width: 640px) {
  .sidebar.contact-list nav.active .sidebar-title:after, .who-sidebar.contact-list nav.active .sidebar-title:after {
    -moz-transform: rotate(180deg) scale(0.7);
    -o-transform: rotate(180deg) scale(0.7);
    -ms-transform: rotate(180deg) scale(0.7);
    -webkit-transform: rotate(180deg) scale(0.7);
    transform: rotate(180deg) scale(0.7); } }
    @media screen and (max-width: 640px) {
      .sidebar.contact-list nav.active .left-sidebar-nav, .who-sidebar.contact-list nav.active .left-sidebar-nav {
        display: block; } }
    .sidebar.contact-list .sidebar-title, .who-sidebar.contact-list .sidebar-title {
      font-family: "IOI";
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      color: #333333; }
      @media screen and (max-width: 640px) {
        .sidebar.contact-list .sidebar-title, .who-sidebar.contact-list .sidebar-title {
          padding: 15px 45px 15px 17px;
          border-bottom: none; }
          .sidebar.contact-list .sidebar-title:before, .who-sidebar.contact-list .sidebar-title:before {
            display: none; } }
    .sidebar.contact-list .left-sidebar-nav, .who-sidebar.contact-list .left-sidebar-nav {
      padding: 0; }
      @media screen and (max-width: 640px) {
        .sidebar.contact-list .left-sidebar-nav, .who-sidebar.contact-list .left-sidebar-nav {
          border-bottom: 0; } }
      .sidebar.contact-list .left-sidebar-nav li, .who-sidebar.contact-list .left-sidebar-nav li {
        padding: 15px 15px 15px 50px;
        color: #333333;
        font-family: "IOI";
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 150%;
        position: relative; }
        .sidebar.contact-list .left-sidebar-nav li a, .who-sidebar.contact-list .left-sidebar-nav li a {
          color: #333333;
          font-family: "IOI";
          font-style: normal;
          font-weight: 300;
          font-size: 16px;
          line-height: 150%; }
        .sidebar.contact-list .left-sidebar-nav li:before, .who-sidebar.contact-list .left-sidebar-nav li:before {
          content: "";
          position: absolute;
          left: 15px;
          top: 0;
          bottom: 0;
          margin: auto; }
        .sidebar.contact-list .left-sidebar-nav li.world a, .who-sidebar.contact-list .left-sidebar-nav li.world a {
          text-decoration: underline; }
    .sidebar.contact-list.who-list, .who-sidebar.contact-list.who-list {
      margin-top: 0; }
      @media screen and (max-width: 640px) {
        .sidebar.contact-list.who-list .sidebar-title:after, .who-sidebar.contact-list.who-list .sidebar-title:after {
          display: none; } }
      .sidebar.contact-list.who-list .left-sidebar-nav, .who-sidebar.contact-list.who-list .left-sidebar-nav {
        padding: 0; }
        @media screen and (max-width: 640px) {
          .sidebar.contact-list.who-list .left-sidebar-nav, .who-sidebar.contact-list.who-list .left-sidebar-nav {
            display: block; } }
        .sidebar.contact-list.who-list .left-sidebar-nav li.email a, .who-sidebar.contact-list.who-list .left-sidebar-nav li.email a {
          text-decoration: underline; }
        .sidebar.contact-list.who-list .left-sidebar-nav li:before, .who-sidebar.contact-list.who-list .left-sidebar-nav li:before {
          content: "";
          position: absolute;
          left: 15px;
          top: 15px;
          bottom: unset;
          margin: auto; }
  .sidebar.standard-page .left-sidebar-nav li:before, .who-sidebar.standard-page .left-sidebar-nav li:before {
    top: 15px;
    bottom: unset; }

.left-side .contact-list:first-of-type {
  margin-top: 0; }

@media screen and (min-width: 641px) {
  .who-sidebar.contact-list {
    height: 100%; } }

@media screen and (min-width: 641px) {
  .international .sidebar .sidebar-title, .international .who-sidebar .sidebar-title {
    color: #008554; } }

.international .contact-list .sidebar-title {
  color: #333333; }

.c-prompt-box {
  width: 100%;
  height: auto;
  background: #e2e2e2;
  padding: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 30px; }
  @media screen and (max-width: 640px) {
    .c-prompt-box {
      padding: 30px; } }
  .c-prompt-box .align-wrapper .c-prompt {
    color: #491d6e;
    font-family: "IOI";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%; }
    @media screen and (max-width: 640px) {
      .c-prompt-box .align-wrapper .c-prompt {
        font-family: "IOI";
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        max-width: 100%; } }
  .c-prompt-box span {
    display: block; }

.international .c-prompt-box .align-wrapper .c-prompt {
  color: #008554; }

.iframe-box.no-c0004, .scripted-video {
  position: relative;
  margin-bottom: 30px; }
  .iframe-box.no-c0004 .c-prompt-box, .scripted-video .c-prompt-box {
    position: absolute;
    top: 0;
    height: 100%; }
  .iframe-box.no-c0004 .left + .c-prompt-box, .scripted-video .left + .c-prompt-box {
    width: 50%;
    height: 238px; }
    @media screen and (max-width: 640px) {
      .iframe-box.no-c0004 .left + .c-prompt-box, .scripted-video .left + .c-prompt-box {
        width: 100%; } }
  .iframe-box.no-c0004 .right + .c-prompt-box, .scripted-video .right + .c-prompt-box {
    width: 50%;
    height: 238px;
    right: 0; }
    @media screen and (max-width: 640px) {
      .iframe-box.no-c0004 .right + .c-prompt-box, .scripted-video .right + .c-prompt-box {
        width: 100%; } }

a.optanon-toggle-display {
  cursor: pointer; }

.video-wrap.left + .c-prompt-box, .video-wrap.right + .c-prompt-box {
  padding: 30px; }
  .video-wrap.left + .c-prompt-box .align-wrapper .c-prompt, .video-wrap.right + .c-prompt-box .align-wrapper .c-prompt {
    font-family: "IOI";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    max-width: 100%; }

/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr; }

.datepicker-inline {
  width: 220px; }

.datepicker-rtl {
  direction: rtl; }

.datepicker-rtl.dropdown-menu {
  left: auto; }

.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999; }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer; }

.datepicker table tr td.new, .datepicker table tr td.old {
  color: #999; }

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default; }

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0; }

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000; }

.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
  background-color: #fdf59a; }

.datepicker table tr td.today.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover:active {
  background-color: #fbf069\9; }

.datepicker table tr td.today:hover:hover {
  color: #000; }

.datepicker table tr td.today.active:hover {
  color: #fff; }

.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.datepicker table tr td.range.today, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today[disabled] {
  background-color: #f3e97a; }

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover:active {
  background-color: #efe24b\9; }

.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: linear-gradient(to bottom, #b3b3b3, grey);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: grey grey #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected[disabled] {
  background-color: grey; }

.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover:active {
  background-color: #666\9; }

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #04c);
  background-image: -ms-linear-gradient(to bottom, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
  background-image: -o-linear-gradient(to bottom, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
  background-color: #04c; }

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active {
  background-color: #039\9; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #eee; }

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default; }

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #04c);
  background-image: -ms-linear-gradient(to bottom, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
  background-image: -o-linear-gradient(to bottom, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
  background-color: #04c; }

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
  background-color: #039\9; }

.datepicker table tr td span.new, .datepicker table tr td span.old {
  color: #999; }

.datepicker .datepicker-switch {
  width: 145px; }

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
  cursor: pointer; }

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: #eee; }

.datepicker .next.disabled, .datepicker .prev.disabled {
  visibility: hidden; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-append.date .add-on, .input-prepend.date .add-on {
  cursor: pointer; }

.input-append.date .add-on i, .input-prepend.date .add-on i {
  margin-top: 3px; }

.input-daterange input {
  text-align: center; }

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px; }

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333;
  font-size: 13px;
  line-height: 20px; }

.datepicker.datepicker-inline td, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.dropdown-menu th {
  padding: 4px 5px; }

.edd-root,
.edd-root *,
.edd-root *::before,
.edd-root *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.edd-root {
  display: inline-block;
  position: relative;
  width: 100%;
  user-select: none;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  font-size: 16px;
  color: #333; }

.edd-root-disabled {
  color: #ccc;
  cursor: not-allowed; }

.edd-head {
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
  transition: box-shadow 200ms, border-color 150ms;
  background: white;
  height: 52px; }

.edd-head,
.edd-body {
  border-radius: 4px;
  border: 1px solid #e2e2e2; }

.edd-root-invalid .edd-head {
  box-shadow: 0 0 5px rgba(255, 105, 105, 0.671); }

.edd-root:not(.edd-root-disabled):not(.edd-root-open) .edd-head:hover {
  border-color: #ccc; }

.edd-value {
  width: calc(100% - 50px);
  display: inline-block;
  vertical-align: middle;
  margin: 12px 0 12px 8px; }

.edd-arrow {
  position: absolute;
  width: 18px;
  height: 10px;
  top: calc(50% - 5px);
  right: calc(24px - 9px);
  transition: transform 150ms;
  pointer-events: none; }

.edd-arrow::before {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  top: -5px;
  right: 0;
  transform: rotate(45deg);
  transform-origin: 50% 25%; }

.edd-root-open .edd-arrow {
  transform: rotate(180deg); }

.edd-value,
.edd-option,
.edd-group-label {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.edd-root:not(.edd-root-disabled) .edd-value,
.edd-option {
  cursor: pointer; }

.edd-select {
  position: absolute;
  opacity: 0;
  width: 100%;
  left: -100%;
  top: 0; }

.edd-root-native .edd-select {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.edd-body {
  padding: 10px 5px;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  border: 1px solid #eee;
  pointer-events: none;
  overflow: hidden;
  margin: 8px 0;
  z-index: 999;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transform: scale(0.95);
  background: white;
  border-radius: 5px; }

.edd-root-open .edd-body {
  opacity: 1;
  pointer-events: all;
  transform: scale(1); }

.edd-root-open-above .edd-body {
  bottom: 100%; }

.edd-root-open-below .edd-body {
  top: 100%; }

.edd-items-list {
  overflow: auto;
  max-height: 0;
  -webkit-overflow-scrolling: touch; }

.edd-group-label {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 12px 8px 4px;
  color: #999; }

.edd-group-has-label {
  border-bottom: 1px solid #eee; }

.edd-option {
  padding: 4px 8px;
  position: relative; }

.edd-option:before {
  content: "";
  position: absolute; }

.edd-group-has-label .edd-option {
  padding-left: 20px; }

.edd-option-selected {
  font-weight: bold; }

.edd-option-focused:not(.edd-option-disabled) {
  color: #4ac5f1; }

.edd-option-disabled,
.edd-group-disabled .edd-option {
  cursor: default;
  color: #ccc; }

.edd-gradient-top,
.edd-gradient-bottom {
  content: '';
  position: absolute;
  left: 2px;
  right: 2px;
  height: 32px;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 40%, white 60%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  background-size: 100% 200%;
  pointer-events: none;
  transition: opacity 100ms;
  opacity: 0; }

.edd-gradient-top {
  background-position: bottom;
  top: 0; }

.edd-gradient-bottom {
  background-position: top;
  bottom: 0; }

.edd-body-scrollable .edd-gradient-top,
.edd-body-scrollable .edd-gradient-bottom {
  opacity: 1; }

.edd-body-scrollable.edd-body-at-top .edd-gradient-top,
.edd-body-scrollable.edd-body-at-bottom .edd-gradient-bottom {
  opacity: 0; }

.back-btn-section {
  padding: 10px;
  border-bottom: 1px solid #e2e2e2; }
  @media screen and (max-width: 640px) {
    .back-btn-section {
      display: none; } }
  .back-btn-section .col-sm-6 {
    align-self: center; }
  .back-btn-section .back {
    position: relative;
    font-family: "IOI";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    padding-left: 30px; }
    .back-btn-section .back:before {
      content: "";
      position: absolute;
      left: -6px;
      -moz-transform: scale(0.7);
      -o-transform: scale(0.7);
      -ms-transform: scale(0.7);
      -webkit-transform: scale(0.7);
      transform: scale(0.7);
      top: 0;
      bottom: 0;
      margin: auto; }
  .back-btn-section .left {
    text-align: right; }

.opportunities-detail-wrapper {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ffffff;
  margin: 30px 0; }
  @media screen and (max-width: 640px) {
    .opportunities-detail-wrapper {
      box-shadow: unset;
      border-radius: 0;
      margin: 0 0 30px; } }
  .opportunities-detail-wrapper img {
    border-radius: 10px 0 0 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    /*max-height: 322px;
    &.stretch-opp-img {
      height: 422px;
      max-height: 422px;
    }*/ }
    @media screen and (max-width: 640px) {
      .opportunities-detail-wrapper img {
        border-radius: 0;
        height: auto;
        max-height: unset; } }
    .opportunities-detail-wrapper img.mobile-img {
      display: none; }
      @media screen and (max-width: 640px) {
        .opportunities-detail-wrapper img.mobile-img {
          display: block; } }
    .opportunities-detail-wrapper img.desktop-img {
      display: block; }
      @media screen and (max-width: 640px) {
        .opportunities-detail-wrapper img.desktop-img {
          display: none; } }
  .opportunities-detail-wrapper .social-links {
    display: block;
    position: relative;
    padding: 4px 0; }
    @media screen and (min-width: 641px) {
      .opportunities-detail-wrapper .social-links {
        display: none; } }
    .opportunities-detail-wrapper .social-links img {
      width: 50%; }
    .opportunities-detail-wrapper .social-links:before {
      content: "";
      position: absolute;
      background: #e2e2e2;
      width: 100vw;
      height: 1px;
      bottom: 0;
      margin: auto;
      z-index: 99;
      right: 0;
      left: calc(50% - 10px);
      margin-left: calc(-50vw + 9px); }
  .opportunities-detail-wrapper .no-padding-right {
    padding-right: 0; }
    @media screen and (max-width: 640px) {
      .opportunities-detail-wrapper .no-padding-right {
        padding: 0;
        order: 2; } }
  .opportunities-detail-wrapper .no-padding-left {
    padding-left: 0; }
    @media screen and (max-width: 640px) {
      .opportunities-detail-wrapper .no-padding-left {
        padding: 0; } }
  .opportunities-detail-wrapper .content-details {
    padding: 30px 80px;
    position: relative; }
    @media screen and (max-width: 640px) {
      .opportunities-detail-wrapper .content-details {
        padding: 20px 15px;
        margin-top: 15px; }
        .opportunities-detail-wrapper .content-details:before {
          content: "";
          position: absolute;
          background: #e2e2e2;
          width: 100vw;
          height: 1px;
          top: 0;
          margin: auto;
          z-index: 99;
          right: 0;
          left: calc(50% - 10px);
          margin-left: calc(-50vw + 9px); } }
    .opportunities-detail-wrapper .content-details h2, .opportunities-detail-wrapper .content-details .h2 {
      font-family: "IOI";
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 130%;
      color: #000000; }
      @media screen and (max-width: 640px) {
        .opportunities-detail-wrapper .content-details h2, .opportunities-detail-wrapper .content-details .h2 {
          color: #491d6e; } }
    .opportunities-detail-wrapper .content-details p, .opportunities-detail-wrapper .content-details li {
      font-family: "IOI";
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 150%;
      color: #333333; }
    .opportunities-detail-wrapper .content-details .register-div .btn {
      margin-bottom: 20px; }
    .opportunities-detail-wrapper .content-details .register-div span:not(.reg-email) {
      font-family: "IOI";
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      color: #491d6e;
      display: block; }
      .opportunities-detail-wrapper .content-details .register-div span:not(.reg-email):first-of-type {
        margin-bottom: 7px; }
    .opportunities-detail-wrapper .content-details .register-div span.reg-email {
      font-family: "IOI";
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 150%; }
    .opportunities-detail-wrapper .content-details .register-div .link {
      font-family: "IOI";
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      color: #491d6e;
      position: relative; }
      .opportunities-detail-wrapper .content-details .register-div .link:before {
        position: absolute;
        content: "";
        background: #008554;
        bottom: -2px;
        width: 100%;
        height: 1px;
        left: 0; }
  .opportunities-detail-wrapper .details-wrapper .top-div h1, .opportunities-detail-wrapper .details-wrapper .top-div .h1 {
    margin-bottom: unset; }
  .opportunities-detail-wrapper .details-wrapper .top-div .title {
    font-family: "IOI";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #491d6e;
    margin-bottom: 27px;
    display: block;
    min-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; }
    @media screen and (max-width: 640px) {
      .opportunities-detail-wrapper .details-wrapper .top-div .title {
        font-family: "IOI";
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 125%;
        margin-bottom: 20px;
        min-height: unset; } }
  .opportunities-detail-wrapper .details-wrapper .top-div .details-icons {
    margin-bottom: 20px; }
    .opportunities-detail-wrapper .details-wrapper .top-div .details-icons > span {
      position: relative;
      padding-left: 35px;
      font-family: "IOI";
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      color: #333333;
      display: block; }
      .opportunities-detail-wrapper .details-wrapper .top-div .details-icons > span > span {
        display: inline-block; }
      .opportunities-detail-wrapper .details-wrapper .top-div .details-icons > span:not(:last-of-type) {
        margin-bottom: 7px; }
      .opportunities-detail-wrapper .details-wrapper .top-div .details-icons > span:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
      .opportunities-detail-wrapper .details-wrapper .top-div .details-icons > span.registration:before {
        -moz-transform: scale(0.8333);
        -o-transform: scale(0.8333);
        -ms-transform: scale(0.8333);
        -webkit-transform: scale(0.8333);
        transform: scale(0.8333);
        left: -2px; }
      .opportunities-detail-wrapper .details-wrapper .top-div .details-icons > span.registration.close:before {
        left: 0;
        -moz-transform: unset;
        -o-transform: unset;
        -ms-transform: unset;
        -webkit-transform: unset;
        transform: unset; }
  .opportunities-detail-wrapper .details-wrapper .top-div .btn {
    display: block; }
  .opportunities-detail-wrapper .details-wrapper .top-div .register-div .btn {
    margin-bottom: 20px; }
  .opportunities-detail-wrapper .details-wrapper .top-div .register-div span:not(.reg-email) {
    font-family: "IOI";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #491d6e;
    display: block; }
    .opportunities-detail-wrapper .details-wrapper .top-div .register-div span:not(.reg-email):first-of-type {
      margin-bottom: 7px; }
  .opportunities-detail-wrapper .details-wrapper .top-div .register-div span.reg-email {
    font-family: "IOI";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%; }
  .opportunities-detail-wrapper .details-wrapper .top-div .register-div .link {
    font-family: "IOI";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #491d6e;
    position: relative; }
    .opportunities-detail-wrapper .details-wrapper .top-div .register-div .link:before {
      position: absolute;
      content: "";
      background: #008554;
      bottom: -2px;
      width: 100%;
      height: 1px;
      left: 0; }
  .opportunities-detail-wrapper .details-wrapper .bottom-div {
    margin-top: 80px;
    position: relative; }
    @media screen and (max-width: 640px) {
      .opportunities-detail-wrapper .details-wrapper .bottom-div {
        margin-top: 10px;
        padding-top: 20px; }
        .opportunities-detail-wrapper .details-wrapper .bottom-div:before {
          content: "";
          position: absolute;
          background: #e2e2e2;
          width: 100vw;
          height: 1px;
          top: 0;
          margin: auto;
          z-index: 99;
          right: 0;
          left: calc(50% - 10px);
          margin-left: calc(-50vw + 9px); } }
    .opportunities-detail-wrapper .details-wrapper .bottom-div dl dt {
      font-family: "IOI";
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      color: #491d6e;
      margin-bottom: 5px; }
      .opportunities-detail-wrapper .details-wrapper .bottom-div dl dt:not(:first-of-type) {
        margin-top: 20px; }
    .opportunities-detail-wrapper .details-wrapper .bottom-div dl dd {
      font-family: "IOI";
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 150%;
      color: #333333; }
      .opportunities-detail-wrapper .details-wrapper .bottom-div dl dd:last-of-type {
        margin-bottom: 20px; }
  .opportunities-detail-wrapper .first-row .details-wrapper {
    padding: 34px 30px;
    background: #f9f9f9;
    min-height: 322px;
    height: 100%; }
    @media screen and (max-width: 640px) {
      .opportunities-detail-wrapper .first-row .details-wrapper {
        padding: 20px 15px;
        background: unset;
        min-height: unset; } }
  @media screen and (max-width: 640px) {
    .opportunities-detail-wrapper .sec-row .content-details .btn {
      display: block; } }
  .opportunities-detail-wrapper .sec-row .details-wrapper {
    padding: 0 30px 30px; }
    @media screen and (max-width: 640px) {
      .opportunities-detail-wrapper .sec-row .details-wrapper {
        padding: 0 15px 20px; } }

.contact-form-wrapper {
  background: #ffffff;
  border: 1px solid #f9f9f9;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 30px;
  /*  .form-tooltip {
      height: 12px;
      display: inline-block;
      span.new {
        padding: 10px;
        box-shadow: (0px 0px 10px rgba(0, 0, 0, 0.2));
        border-radius: 8px;
        width: 230px;
        top: 28px;
        left: -35px;
        @media screen and (max-width: $screen-xs) {
          left: -60px;
        }
        &:before {
          content: "";
          position: absolute;
          background: unset;
          width: 0;
          height: 0;
          border-left: 14px solid transparent;
          border-right: 14px solid transparent;
          border-bottom: 14px solid $n01;
          left: 52px;
          top: -14px;
          transform: unset;
          filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.2));
          z-index: -1;
        }
        &:after {
          content: "";
          position: absolute;
          width: 28px;
          height: 2px;
          background: $n01;
          top: 0;
          left: 52px;
        }
        p {
          @include l02;
          color: $n07;
          margin-bottom: 0;
        }
      }
    }*/ }
  @media screen and (max-width: 640px) {
    .contact-form-wrapper {
      padding: 20px 15px; } }
  .contact-form-wrapper .heading h1, .contact-form-wrapper .heading .h1 {
    font-family: "IOI";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #491d6e;
    margin-bottom: 35px; }
    @media screen and (max-width: 640px) {
      .contact-form-wrapper .heading h1, .contact-form-wrapper .heading .h1 {
        margin-bottom: 20px; } }
  .contact-form-wrapper .require-text {
    margin-top: 30px;
    display: block; }
    @media screen and (max-width: 640px) {
      .contact-form-wrapper .require-text {
        margin-top: 15px; } }
  .contact-form-wrapper .form-buttons {
    text-align: right; }
  .contact-form-wrapper.contact-success {
    text-align: center; }
    .contact-form-wrapper.contact-success .svg-good-g {
      margin: auto; }
    .contact-form-wrapper.contact-success .form-title {
      font-family: "IOI";
      font-style: normal;
      font-weight: 400;
      font-size: 32px;
      line-height: 125%;
      color: #333333;
      margin: 10px 0;
      display: block; }
      @media screen and (max-width: 640px) {
        .contact-form-wrapper.contact-success .form-title {
          font-family: "IOI";
          font-style: normal;
          font-weight: 400;
          font-size: 24px;
          line-height: 125%; } }
    .contact-form-wrapper.contact-success #success p {
      font-family: "IOI";
      font-style: normal;
      font-weight: 300;
      font-size: 18px;
      line-height: 150%; }
  .contact-form-wrapper.standard-page-form {
    margin-bottom: 30px;
    /*    .custom-file {
          max-width: 100%;
          height: 49px;
          position: relative;
        }
        .custom-file-label {
          border-radius: 50px;
          width: 167px;
          border: 1px solid $p01;
          background: $n01;
          padding: 7px 48px 7px 24px;
          height: auto;
          text-align: center;
          margin: 0;
          overflow: visible;
          cursor: pointer;
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          z-index: 1;
          @include r02;
          color: $p01;
          @media screen and (max-width: $screen-xs) {
            width: 100%;
            background: $p01;
            color: $n01 !important;
          }
          &:after {
            content: "";
            position: absolute;
            background: url('imgs/form-download-b.png') no-repeat;
            width: 24px;
            height: 24px;
            right: 15px;
            top: 0;
            bottom: 0;
            margin: auto;
            @media screen and (max-width: $screen-xs) {
              background: url('imgs/form-download-w.png') no-repeat;
            }
          }
          &:before {
            content: "No file chosen. At least one file should be attached";
            top: -2px;
            right: auto;
            bottom: 0;
            left: 190px;
            position: absolute;
            display: block;
            margin: auto;
            @include l03;
            color: $n05;
            line-height: 47px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 580px;
            @media screen and (max-width: $screen-xs) {
              max-width: calc(100vw - 210px);
            }
          }
        }
        .custom-file-input {
          height: inherit;
          position: relative;
          z-index: 2;
          width: 100%;
          //height: calc(1.6em + 0.75rem + 2px);
          margin: 0;
          overflow: hidden;
          opacity: 0;
        }
        input[type="file"]:valid + .custom-file-label:before {
          content: "" attr(data-name) "";
        }*/ }
    .contact-form-wrapper.standard-page-form .col-sm-3 {
      position: relative; }
      @media screen and (max-width: 640px) {
        .contact-form-wrapper.standard-page-form .col-sm-3 label, .contact-form-wrapper.standard-page-form .col-sm-3 > span {
          color: #333333 !important;
          font-size: 20px;
          line-height: 120%;
          max-width: 90%; } }
      @media screen and (max-width: 640px) {
        .contact-form-wrapper.standard-page-form .col-sm-3 > span {
          margin-bottom: 15px;
          display: block; } }
      .contact-form-wrapper.standard-page-form .col-sm-3 .form-tooltip {
        position: absolute;
        top: 5px; }
        @media screen and (max-width: 640px) {
          .contact-form-wrapper.standard-page-form .col-sm-3 .form-tooltip {
            right: 45px; } }
        .contact-form-wrapper.standard-page-form .col-sm-3 .form-tooltip span.new {
          top: 30px; }
          @media screen and (max-width: 640px) {
            .contact-form-wrapper.standard-page-form .col-sm-3 .form-tooltip span.new {
              left: -185px;
              top: 34px; } }
          .contact-form-wrapper.standard-page-form .col-sm-3 .form-tooltip span.new:before {
            left: 38px; }
            @media screen and (max-width: 640px) {
              .contact-form-wrapper.standard-page-form .col-sm-3 .form-tooltip span.new:before {
                left: 188px; } }
    .contact-form-wrapper.standard-page-form #success {
      background: #f9f9f9;
      border-radius: 10px;
      padding: 20px;
      text-align: center; }
      @media screen and (max-width: 640px) {
        .contact-form-wrapper.standard-page-form #success {
          padding: 0;
          background: unset; } }
      .contact-form-wrapper.standard-page-form #success .svg-good-g {
        margin: auto;
        text-align: center; }
      .contact-form-wrapper.standard-page-form #success .form-title {
        font-family: "IOI";
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 125%;
        color: #333333;
        margin: 16px 0;
        display: block; }
      .contact-form-wrapper.standard-page-form #success p {
        color: #333333;
        font-family: "IOI";
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 150%; }
    @media screen and (min-width: 641px) {
      .contact-form-wrapper.standard-page-form .control-label.form-label {
        max-width: 150px; } }
    @media screen and (min-width: 641px) {
      .contact-form-wrapper.standard-page-form textarea {
        height: 130px; } }
    .contact-form-wrapper.standard-page-form .checkboxes {
      margin-bottom: 0; }
      @media screen and (min-width: 641px) {
        .contact-form-wrapper.standard-page-form .checkboxes .col-sm-4 {
          margin-top: 15px; }
          .contact-form-wrapper.standard-page-form .checkboxes .col-sm-4:first-of-type, .contact-form-wrapper.standard-page-form .checkboxes .col-sm-4:nth-of-type(2), .contact-form-wrapper.standard-page-form .checkboxes .col-sm-4:nth-of-type(3) {
            margin-top: 0; } }
      @media screen and (max-width: 640px) {
        .contact-form-wrapper.standard-page-form .checkboxes .col-sm-4:last-of-type label {
          margin-bottom: 0; } }
      .contact-form-wrapper.standard-page-form .checkboxes label {
        font-family: "IOI";
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 150%;
        color: #333333;
        padding-left: 30px; }
        @media screen and (max-width: 640px) {
          .contact-form-wrapper.standard-page-form .checkboxes label {
            width: 98%; } }
        .contact-form-wrapper.standard-page-form .checkboxes label:not(:last-of-type) {
          margin-right: 15px; }
          @media screen and (max-width: 640px) {
            .contact-form-wrapper.standard-page-form .checkboxes label:not(:last-of-type) {
              margin-right: 0; } }
    .contact-form-wrapper.standard-page-form #fileList {
      display: flex;
      flex-direction: column-reverse; }
      .contact-form-wrapper.standard-page-form #fileList > div:last-child {
        width: 24%; }
        @media screen and (max-width: 640px) {
          .contact-form-wrapper.standard-page-form #fileList > div:last-child {
            width: 100%;
            margin-bottom: 15px; } }
      .contact-form-wrapper.standard-page-form #fileList > div:nth-last-of-type(2) {
        margin-top: -45px !important; }
        @media screen and (max-width: 640px) {
          .contact-form-wrapper.standard-page-form #fileList > div:nth-last-of-type(2) {
            margin-top: 0 !important; } }
      .contact-form-wrapper.standard-page-form #fileList > div:not(:last-child) {
        background: #ffffff;
        border: 1px solid #e2e2e2;
        border-radius: 5px;
        padding: 15px;
        position: relative;
        width: 76%;
        margin: 15px 0 auto auto;
        color: #888787; }
        @media screen and (max-width: 640px) {
          .contact-form-wrapper.standard-page-form #fileList > div:not(:last-child) {
            width: 100%; } }
        .contact-form-wrapper.standard-page-form #fileList > div:not(:last-child) label {
          font-family: "IOI";
          font-style: normal;
          font-weight: 300;
          font-size: 16px;
          line-height: 150%;
          color: #000000;
          /*span {
              &:last-of-type {
                position: absolute;
                top: 0;
                bottom: 0;
                margin: auto;
                width: 25px;
                height: 24px;
                right: 15px;
                &:before {
                  content: "";
                  position: absolute;
                  @extend .svg-cross;
                }
              }
            }*/ }
          @media screen and (max-width: 640px) {
            .contact-form-wrapper.standard-page-form #fileList > div:not(:last-child) label {
              margin-bottom: 0; } }
          .contact-form-wrapper.standard-page-form #fileList > div:not(:last-child) label a {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 25px;
            height: 24px;
            right: 15px; }
            .contact-form-wrapper.standard-page-form #fileList > div:not(:last-child) label a:before {
              content: "";
              position: absolute; }
    .contact-form-wrapper.standard-page-form #fileList > div > label > span:last-child {
      display: inline-block;
      cursor: pointer; }
    .contact-form-wrapper.standard-page-form #fileList input[type=file] {
      opacity: 0;
      position: absolute;
      width: 0;
      height: 0; }
    .contact-form-wrapper.standard-page-form #fileList input[type=file]:focus + label {
      outline: 1px dotted;
      outline-offset: 2px; }
    .contact-form-wrapper.standard-page-form #fileList > div:last-child > label {
      border-radius: 50px;
      width: 167px;
      border: 1px solid #491d6e;
      background: #ffffff;
      padding: 7px 48px 7px 24px;
      height: auto;
      text-align: center;
      margin: 0;
      cursor: pointer;
      font-family: "IOI";
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      color: #491d6e;
      position: relative; }
      @media screen and (max-width: 640px) {
        .contact-form-wrapper.standard-page-form #fileList > div:last-child > label {
          width: 100%;
          background: #491d6e;
          color: #ffffff !important; } }
      .contact-form-wrapper.standard-page-form #fileList > div:last-child > label:after {
        content: "";
        position: absolute;
        background: url("imgs/form-download-b.png") no-repeat;
        width: 24px;
        height: 24px;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto; }
        @media screen and (max-width: 640px) {
          .contact-form-wrapper.standard-page-form #fileList > div:last-child > label:after {
            background: url("imgs/form-download-w.png") no-repeat;
            right: 0;
            left: 95px; } }

.gray-bg {
  background: #f9f9f9; }

.gray-bg-gradient {
  background: linear-gradient(180deg, #eeeeee00 0%, #eeeeee 100%); }

@media screen and (max-width: 640px) {
  .col-sm-8.text-end {
    text-align: center !important; } }

#searchAbleDataTable h1, #searchAbleDataTable .h1 {
  color: #491d6e; }

#searchAbleDataTable .spotlight.full-image.large-image .spot-label {
  margin-bottom: 16px; }
  @media screen and (max-width: 640px) {
    #searchAbleDataTable .spotlight.full-image.large-image .spot-label {
      margin-bottom: 12px; } }

#searchAbleDataTable .spotlight.horizontal .sp-p-large {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* max-height: 600%;*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
  @media screen and (max-width: 640px) {
    #searchAbleDataTable .spotlight.horizontal .sp-p-large {
      -webkit-line-clamp: 4; } }

@media screen and (max-width: 640px) {
  #searchAbleDataTable .spotlight.horizontal .spot-content {
    padding: 25px 15px 5px 15px; } }

#searchAbleDataTable.press-release-wrapper {
  /*min-height: 5963px; why added it in first place ?
    @media screen and (max-width: $screen-xs) {
      min-height: 9006px;
    }*/ }
  #searchAbleDataTable.press-release-wrapper .sidebar.contact-list {
    height: auto; }
    #searchAbleDataTable.press-release-wrapper .sidebar.contact-list .left-sidebar-nav .email a {
      text-decoration: underline; }

#searchAbleDataTable.opportunity-list {
  min-height: 2970px; }
  @media screen and (max-width: 640px) {
    #searchAbleDataTable.opportunity-list {
      min-height: 8002px; } }

#searchAbleDataTable .spotlight.wide-card.wide-card-vertical .spot-content .spot-label {
  margin-bottom: 5px; }

#searchAbleDataTable .spotlight.wide-card.wide-card-vertical .spot-content .icons .user:before {
  transform: scale(0.85);
  left: -2px; }

#searchAbleDataTable .spotlight.wide-card.featured-spotlight .spot-content .icons .user:before {
  transform: scale(0.85);
  left: -2px; }

body.opportunity-child #searchAbleDataTable.opportunity-list {
  min-height: unset; }
  @media screen and (max-width: 640px) {
    body.opportunity-child #searchAbleDataTable.opportunity-list {
      min-height: unset; } }

@media screen and (max-width: 640px) {
  .skip-content {
    display: none; } }

.landing-press .sur-title {
  display: none; }

.search-wrapper, .result-wrapper {
  background: #f9f9f9;
  border: 1px solid #e2e2e2;
  border-radius: 20px 20px 0 0;
  padding: 40px;
  margin-bottom: 30px; }
  @media screen and (max-width: 640px) {
    .search-wrapper, .result-wrapper {
      padding: 15px 0;
      border: 0;
      border-radius: 0;
      position: relative; }
      .search-wrapper:before, .result-wrapper:before {
        width: 100vw;
        height: 100%;
        content: "";
        top: 0;
        background: #f9f9f9;
        position: absolute;
        z-index: -1;
        left: calc(-50vw + 50%); } }

.search-wrapper {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 30px;
  /*@media screen and (max-width: $screen-xs) {
    margin-bottom: 15px;
  }*/ }
  .search-wrapper input {
    display: inline-block; }
    .search-wrapper input:first-of-type {
      width: 77.6%;
      margin-right: 20px;
      background: #ffffff;
      border: 1px solid #e2e2e2;
      border-radius: 30px;
      height: 45px;
      padding: 13px 0 12px 43px;
      background-image: url(imgs/search-gr.svg);
      background-repeat: no-repeat;
      background-position: left 14px center;
      background-size: 20px; }
      .search-wrapper input:first-of-type:focus {
        padding: 13px 0 12px 15px;
        background: #ffffff;
        box-shadow: none; }
      @media screen and (max-width: 640px) {
        .search-wrapper input:first-of-type {
          border: 2px solid #e2e2e2;
          border-radius: 20px;
          width: 100%;
          margin-right: 0;
          height: 39px;
          padding: 13px 15px 12px 43px; } }
  .search-wrapper .btn {
    width: 20%;
    height: 45px; }
    @media screen and (max-width: 640px) {
      .search-wrapper .btn {
        display: none; } }
  .search-wrapper input[type="search"]::-webkit-search-cancel-button {
    appearance: none;
    display: inline-block;
    height: 22px;
    width: 22px;
    background-image: url("imgs/search-cross.svg") !important;
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 25px; }

.result-wrapper {
  padding-top: 0;
  border-top: 0;
  border-radius: 0 0 20px 20px; }
  .result-wrapper h4, .result-wrapper .h4 {
    color: #333333;
    font-family: "IOI";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 20px; }
    .result-wrapper h4 strong, .result-wrapper .h4 strong {
      font-family: "IOI";
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 150%; }
    @media screen and (max-width: 640px) {
      .result-wrapper h4, .result-wrapper .h4 {
        color: #000000;
        margin-bottom: 8px; } }
  .result-wrapper .search-data {
    padding: 20px 0 40px; }
    @media screen and (max-width: 640px) {
      .result-wrapper .search-data {
        padding-right: 25px; } }
    .result-wrapper .search-data:last-of-type {
      padding-bottom: 20px; }
    .result-wrapper .search-data p {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      max-height: 450%;
      /* fallback */
      -webkit-line-clamp: 3;
      /* number of lines to show */
      -webkit-box-orient: vertical; }
      @media screen and (max-width: 640px) {
        .result-wrapper .search-data p {
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          max-height: 900%;
          /* fallback */
          -webkit-line-clamp: 6;
          /* number of lines to show */
          -webkit-box-orient: vertical;
          font-family: "IOI";
          font-style: normal;
          font-weight: 300;
          font-size: 16px;
          line-height: 150%;
          margin-bottom: 20px; }
          .result-wrapper .search-data p strong {
            font-family: "IOI";
            font-style: normal;
            font-weight: 300;
            font-size: 16px;
            line-height: 150%; } }
    .result-wrapper .search-data:not(:last-of-type) {
      border-bottom: 1px solid #e2e2e2; }
    .result-wrapper .search-data > a {
      font-family: "IOI";
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 150%;
      position: relative; }
      @media screen and (max-width: 640px) {
        .result-wrapper .search-data > a {
          word-break: break-all; } }
      .result-wrapper .search-data > a:before {
        position: absolute;
        content: "";
        background: #008554;
        bottom: -2px;
        width: 100%;
        height: 1px;
        left: 0; }
  .result-wrapper.error {
    padding: 20px 80px;
    border-radius: 20px;
    border: 1px solid #e2e2e2; }
    @media screen and (max-width: 640px) {
      .result-wrapper.error {
        padding: 15px 25px;
        border: 0;
        margin-bottom: -30px; } }
  @media screen and (max-width: 640px) {
    .result-wrapper .no-results-box {
      text-align: center; }
      .result-wrapper .no-results-box .change {
        order: 2;
        margin-top: 20px; } }
  .result-wrapper .no-results-box .change {
    text-align: center; }
  .result-wrapper .no-results-box h3, .result-wrapper .no-results-box .h3 {
    font-family: "IOI";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 30px;
    color: #491d6e; }
    @media screen and (max-width: 640px) {
      .result-wrapper .no-results-box h3, .result-wrapper .no-results-box .h3 {
        font-family: "IOI";
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 130%;
        margin-bottom: 2px; } }
  @media screen and (max-width: 640px) {
    .result-wrapper .no-results-box p {
      margin-bottom: 0; } }

#searchAbleDataTable .result-wrapper {
  margin-bottom: 30px; }
  @media screen and (max-width: 640px) {
    #searchAbleDataTable .result-wrapper {
      margin-bottom: 0; } }

.employees-div {
  margin-bottom: 50px;
  position: relative; }
  .employees-div:after {
    content: "";
    position: absolute;
    background: #f9f9f9;
    width: 100vw;
    height: 100%;
    bottom: 0;
    margin: auto;
    right: 0;
    z-index: -1;
    left: calc(50% - 10px);
    margin-left: calc(-50vw + 9px);
    display: none; }
  @media screen and (max-width: 640px) {
    .employees-div {
      margin-top: 30px; }
      .employees-div:after {
        display: block; } }
  .employees-div .employees-filter-wrapper {
    background: #f9f9f9;
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    padding: 25px 20px; }
    .employees-div .employees-filter-wrapper:before {
      content: "";
      position: absolute;
      background: #e2e2e2;
      width: 100vw;
      height: 1px;
      top: 0;
      margin: auto;
      right: 0;
      z-index: 1;
      left: calc(50% - 10px);
      margin-left: calc(-50vw + 9px);
      display: none; }
    .employees-div .employees-filter-wrapper:after {
      content: "";
      position: absolute;
      background: #e2e2e2;
      width: 100vw;
      height: 1px;
      bottom: 0;
      margin: auto;
      right: 0;
      z-index: 1;
      left: calc(50% - 10px);
      margin-left: calc(-50vw + 9px);
      display: none; }
    @media screen and (max-width: 640px) {
      .employees-div .employees-filter-wrapper {
        border-radius: 0;
        border: 0;
        position: relative;
        padding: 25px 5px;
        /*      padding: 25px 0;
            &:before, &:after {
              content: "";
              position: absolute;
              background: $n03;
              width: 100vw;
              height: 1px;
              top: 0;
              margin: auto;
              z-index: 99;
              right: 0;
              left: calc(50% - 10px);
              margin-left: calc(-50vw + 9px);
            }
            &:after {
              top: unset;
              bottom: 0;
            }*/ }
        .employees-div .employees-filter-wrapper:before, .employees-div .employees-filter-wrapper:after {
          display: block; } }
    .employees-div .employees-filter-wrapper > .row {
      margin: 0 -7.5px;
      /*    @media screen and (max-width: $screen-xs) {
            position: relative;
            &:before {
              width: 100vw;
              height: 100%;
              content: "";
              top: 0;
              background: $n02;
              position: absolute;
              z-index: -1;
              left: calc(-50vw + 50%);
            }
          }*/ }
      .employees-div .employees-filter-wrapper > .row .col-sm-4 {
        padding: 0 7.5px; }
    .employees-div .employees-filter-wrapper .filter-data {
      /*    @media screen and (max-width: $screen-xs) {
            position: relative;
            &:before {
              width: 100vw;
              height: 100%;
              content: "";
              top: 0;
              background: $n02;
              position: absolute;
              z-index: -1;
              left: calc(-50vw + 50%);
            }
          }*/
      margin-top: 35px;
      margin-bottom: 25px; }
      .employees-div .employees-filter-wrapper .filter-data ul {
        visibility: visible; }
      @media screen and (max-width: 640px) {
        .employees-div .employees-filter-wrapper .filter-data {
          margin-top: 40px;
          margin-bottom: 0; } }
      .employees-div .employees-filter-wrapper .filter-data .col-sm-6 {
        margin-bottom: 20px; }
        @media screen and (max-width: 640px) {
          .employees-div .employees-filter-wrapper .filter-data .col-sm-6 {
            margin-bottom: 0; } }
      .employees-div .employees-filter-wrapper .filter-data .result-wrapper {
        border: 0;
        padding: 20px 75px;
        margin-bottom: 0 !important; }
        @media screen and (max-width: 640px) {
          .employees-div .employees-filter-wrapper .filter-data .result-wrapper {
            padding: 20px 30px; } }
    @media screen and (max-width: 640px) {
      .employees-div .employees-filter-wrapper .col-sm-4:not(:last-of-type) {
        margin-bottom: 20px; } }
    .employees-div .employees-filter-wrapper label {
      font-family: "IOI";
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      color: #333333; }
      @media screen and (max-width: 640px) {
        .employees-div .employees-filter-wrapper label {
          margin-bottom: 15px; } }
    .employees-div .employees-filter-wrapper input.search {
      background-image: url("imgs/search-gr.svg");
      background-repeat: no-repeat;
      background-position: right 10px center;
      background-size: 20px;
      padding-right: 32px; }
    .employees-div .employees-filter-wrapper .custom-select-style {
      background-image: url("imgs/chevron-down-gr.svg");
      background-repeat: no-repeat;
      background-position: right 10px center;
      background-size: 20px;
      padding-right: 32px; }
      .employees-div .employees-filter-wrapper .custom-select-style.active {
        background-image: url("imgs/chevron-up-gr.svg"); }

.edd-root .edd-body {
  background: #f9f9f9;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px; }
  .edd-root .edd-body .edd-option {
    position: relative;
    padding-left: 25px;
    font-family: "IOI";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #333333; }
    .edd-root .edd-body .edd-option.edd-option-selected {
      background: #659FF9;
      color: #ffffff; }
      .edd-root .edd-body .edd-option.edd-option-selected:before {
        content: "";
        position: absolute;
        -moz-transform: scale(0.6);
        -o-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        left: -3px;
        top: -2px; }
    .edd-root .edd-body .edd-option.edd-option-focused {
      background: #659FF9; }

.edd-items-list::-webkit-scrollbar {
  width: 7px;
  border: 1px solid #e2e2e2; }

.edd-items-list::-webkit-scrollbar-thumb {
  background-color: #a7a7a7;
  height: 38px !important;
  border-radius: 50px; }

@media screen and (max-width: 640px) {
  body.mobile-menu-open {
    overflow: hidden; }
    body.mobile-menu-open.international .logo-column {
      visibility: hidden; } }

.multi_level_nav .gns_multi_level .navbar.navbar-default #navbar-collapse-grid ul.nav > li:last-of-type .dropdown-menu .search-mob .search-box-wrapper.active input[type="search"] {
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

#ui-id-1.ui-autocomplete.ui-front.sf-autocomplete, #ui-id-2.ui-autocomplete.ui-front.sf-autocomplete {
  margin-left: -40px;
  z-index: 3;
  padding: 0 15px !important;
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  top: 0px !important;
  left: 40px !important;
  width: 520px !important;
  list-style: none;
  border: 1px solid #e2e2e2;
  border-top: 0; }
  @media screen and (max-width: 640px) {
    #ui-id-1.ui-autocomplete.ui-front.sf-autocomplete, #ui-id-2.ui-autocomplete.ui-front.sf-autocomplete {
      width: 100% !important; } }
  #ui-id-1.ui-autocomplete.ui-front.sf-autocomplete li, #ui-id-2.ui-autocomplete.ui-front.sf-autocomplete li {
    border-bottom: 1px solid #e2e2e2;
    padding: 7px 0px !important;
    display: block !important;
    margin: 0 !important;
    cursor: pointer; }
    #ui-id-1.ui-autocomplete.ui-front.sf-autocomplete li:before, #ui-id-2.ui-autocomplete.ui-front.sf-autocomplete li:before {
      display: none; }
    #ui-id-1.ui-autocomplete.ui-front.sf-autocomplete li:first-of-type, #ui-id-2.ui-autocomplete.ui-front.sf-autocomplete li:first-of-type {
      padding-top: 9px !important; }
    #ui-id-1.ui-autocomplete.ui-front.sf-autocomplete li:last-of-type, #ui-id-2.ui-autocomplete.ui-front.sf-autocomplete li:last-of-type {
      border: 0;
      margin-bottom: 0; }
    #ui-id-1.ui-autocomplete.ui-front.sf-autocomplete li .ui-menu-item-wrapper, #ui-id-2.ui-autocomplete.ui-front.sf-autocomplete li .ui-menu-item-wrapper {
      font-family: "IOI";
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 150%;
      color: #333333; }
      @media screen and (max-width: 640px) {
        #ui-id-1.ui-autocomplete.ui-front.sf-autocomplete li .ui-menu-item-wrapper, #ui-id-2.ui-autocomplete.ui-front.sf-autocomplete li .ui-menu-item-wrapper {
          padding: 9.5px 0; } }

.search-wrapper {
  position: relative; }
  .search-wrapper.active input {
    border-radius: 20px 20px 0 0 !important; }
  .search-wrapper.active #ui-id-2.ui-autocomplete.ui-front.sf-autocomplete {
    width: 821px !important; }
    @media screen and (max-width: 640px) {
      .search-wrapper.active #ui-id-2.ui-autocomplete.ui-front.sf-autocomplete {
        width: 100% !important;
        border: 2px solid #e2e2e2;
        border-top: 0; }
        .search-wrapper.active #ui-id-2.ui-autocomplete.ui-front.sf-autocomplete .ui-menu-item-wrapper {
          padding: 0 !important; } }

section.print-logo {
  display: none; }

.addthis_inline_share_toolbox {
  margin-bottom: 30px; }
  @media screen and (max-width: 640px) {
    .addthis_inline_share_toolbox {
      margin-bottom: 20px; } }

/*@media screen and (min-width: $screen-sm) {
  header.megamenu-multi-level {
    .tns_multi_level.first-row {
      .top-menu {
        width: 75%;
      }
      .col-sm-3 {
        &:last-of-type {
          display: none;
        }
      }
    }
  }
}
@media screen and (max-width: $screen-xs) {
  header.megamenu-multi-level {
    .gns_multi_level {
      .tns-mb-btn-wrapper {
        .btn-div {
          .btn-secondary {
            display: none;
          }
        }
      }
    }
  }
}*/
@media screen and (max-width: 640px) {
  .map-section {
    display: none; } }

@media screen and (min-width: 641px) {
  .map-section .container {
    max-width: 1282px; } }

.map-section h2.hero, .map-section .hero.h2 {
  text-align: center; }

.map-section h2.hero + p, .map-section .hero.h2 + p {
  text-align: center; }

.map-section .img-wrapper {
  position: relative;
  height: 775px;
  width: 100%;
  overflow: hidden; }
  .map-section .img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2; }
    @media only screen and (min-device-width: 744px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
      .map-section .img-wrapper img {
        left: -40px; } }
    .map-section .img-wrapper img.movable {
      z-index: 0; }
    .map-section .img-wrapper img.emerging-markets, .map-section .img-wrapper img.emerging-markets2 {
      top: -775px; }
    .map-section .img-wrapper img.mainland-europe, .map-section .img-wrapper img.mainland-europe2 {
      top: -1550px; }
    .map-section .img-wrapper img.north-america {
      top: -2325px; }
    .map-section .img-wrapper img.greatbritain {
      top: -3100px; }
    .map-section .img-wrapper img.australia, .map-section .img-wrapper img.newzealand {
      top: -3875px; }
  .map-section .img-wrapper .btn-wrapper {
    position: absolute;
    left: 60px;
    margin: auto;
    bottom: 50px;
    z-index: 3;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    background: #ffffff;
    border: 1px solid #e2e2e2;
    padding: 6px; }
    .map-section .img-wrapper .btn-wrapper .btn-link {
      padding-left: 25px; }
      .map-section .img-wrapper .btn-wrapper .btn-link:before {
        content: "";
        position: absolute;
        background: url(svg/sprite.svg) 45.66474% 99.04762% no-repeat !important;
        width: 20px !important;
        height: 21px !important;
        left: 0;
        top: 0;
        bottom: 0 !important;
        margin: auto; }
  .map-section .img-wrapper .content-wrapper {
    position: absolute;
    right: 15px;
    margin: auto;
    z-index: 3;
    background: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    padding: 20px;
    filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.14));
    width: 229px;
    text-align: left; }
    @media only screen and (min-device-width: 744px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
      .map-section .img-wrapper .content-wrapper {
        right: 0; } }
    .map-section .img-wrapper .content-wrapper h3, .map-section .img-wrapper .content-wrapper .h3 {
      font-family: "IOI";
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 130%;
      color: #491d6e;
      margin-bottom: 20px; }
    .map-section .img-wrapper .content-wrapper p {
      font-family: "IOI";
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 150%;
      color: #333333;
      margin-bottom: 0; }

.map-section .title-names > div {
  text-align: center;
  position: absolute;
  display: none;
  z-index: 1; }
  @media only screen and (min-device-width: 744px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .map-section .title-names > div {
      display: block !important; } }
  .map-section .title-names > div.active {
    display: block; }
  .map-section .title-names > div span {
    margin-bottom: 0;
    color: #333333;
    font-family: "IOI";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    padding: 7px 10px;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    position: relative; }
    .map-section .title-names > div span:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 10px solid #ffffff;
      top: -8px;
      left: 18px; }
  .map-section .title-names > div.mainland-europe, .map-section .title-names > div.mainland-europe2 {
    top: 371px;
    left: 611px;
    margin: auto; }
    @media only screen and (min-device-width: 744px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
      .map-section .title-names > div.mainland-europe, .map-section .title-names > div.mainland-europe2 {
        left: 571px; } }
  .map-section .title-names > div.north-america {
    left: 222px;
    top: 348px;
    margin: auto; }
    @media only screen and (min-device-width: 744px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
      .map-section .title-names > div.north-america {
        left: 182px; } }
  .map-section .title-names > div.greatbritain {
    top: 341px;
    left: 579px;
    margin: auto; }
    @media only screen and (min-device-width: 744px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
      .map-section .title-names > div.greatbritain {
        left: 539px; } }
  .map-section .title-names > div.emerging-markets, .map-section .title-names > div.emerging-markets2 {
    left: 839px;
    top: 457px;
    margin: auto; }
    @media only screen and (min-device-width: 744px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
      .map-section .title-names > div.emerging-markets, .map-section .title-names > div.emerging-markets2 {
        left: 799px; } }
  .map-section .title-names > div.australia, .map-section .title-names > div.newzealand {
    left: 992px;
    bottom: 128px;
    margin: auto; }
    @media only screen and (min-device-width: 744px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
      .map-section .title-names > div.australia, .map-section .title-names > div.newzealand {
        left: 950px;
        white-space: nowrap; }
        .map-section .title-names > div.australia span:after, .map-section .title-names > div.newzealand span:after {
          left: 40px; } }

.centered-market-text h2, .centered-market-text .h2, .centered-market-text p {
  text-align: center; }
  @media screen and (max-width: 640px) {
    .centered-market-text h2, .centered-market-text .h2, .centered-market-text p {
      text-align: left; } }

.notify {
  position: absolute;
  left: 558px;
  margin: auto;
  width: 50px;
  height: 50px;
  top: 310px; }
  @media only screen and (min-device-width: 744px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .notify {
      left: 518px; } }
  .notify .heartbit {
    position: absolute;
    height: 48px;
    width: 48px;
    z-index: 1;
    border: 1px solid;
    border-color: #491d6e;
    background: rgba(140, 81, 177, 0.1);
    border-radius: 70px;
    animation: heartbit 1s ease-out;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -ms-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

@-webkit-keyframes heartbit {
  0% {
    -webkit-transform: scale(0);
    opacity: 1; }
  25% {
    -webkit-transform: scale(0.1);
    opacity: .1; }
  50% {
    -webkit-transform: scale(0.5);
    opacity: .3; }
  75% {
    -webkit-transform: scale(0.8);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

.modal-backdrop {
  height: 100%; }

.international .result-wrapper .search-data > a:before {
  background: #491d6e; }

.international .result-wrapper .no-results-box h3, .international .result-wrapper .no-results-box .h3 {
  color: #008554; }

.international .landing-category-select .clear-btn {
  color: #008554; }

.local-markets {
  background: #008554; }
  .local-markets .local-markets-main-wrapper {
    position: relative;
    padding: 15px 0; }
    .local-markets .local-markets-main-wrapper .markets-wrap .title {
      font-family: "IOI";
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 150%;
      color: #333333;
      letter-spacing: 2px;
      text-transform: uppercase;
      background: #f9f9f9;
      padding: 7px 15px 7px 50px;
      border: 1px solid #e2e2e2;
      border-radius: 6px;
      cursor: pointer;
      min-width: 330px;
      display: inline-block;
      position: relative; }
      @media screen and (max-width: 640px) {
        .local-markets .local-markets-main-wrapper .markets-wrap .title {
          min-width: 100%;
          width: 100%; } }
      .local-markets .local-markets-main-wrapper .markets-wrap .title:before {
        content: "";
        position: absolute;
        -moz-transform: scale(0.83);
        -o-transform: scale(0.83);
        -ms-transform: scale(0.83);
        -webkit-transform: scale(0.83);
        transform: scale(0.83);
        left: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 31px; }
      .local-markets .local-markets-main-wrapper .markets-wrap .title.active:before {
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
    .local-markets .local-markets-main-wrapper .market-wrap-content {
      position: absolute;
      width: 330px;
      border: 1px solid #e2e2e2;
      box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.14);
      border-radius: 0px 0px 6px 6px;
      background: #ffffff;
      top: 70px;
      padding: 0 15px;
      display: none;
      z-index: 111; }
      @media screen and (max-width: 640px) {
        .local-markets .local-markets-main-wrapper .market-wrap-content {
          width: 100%; } }
      .local-markets .local-markets-main-wrapper .market-wrap-content.active {
        display: block; }
      .local-markets .local-markets-main-wrapper .market-wrap-content .market-title {
        font-family: "IOI";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        color: #000000;
        padding: 15px 0;
        display: inline-block; }
      .local-markets .local-markets-main-wrapper .market-wrap-content ul {
        list-style-type: none;
        padding: 0;
        margin-bottom: 0; }
        .local-markets .local-markets-main-wrapper .market-wrap-content ul li {
          border-top: 1px solid #e2e2e2; }
          .local-markets .local-markets-main-wrapper .market-wrap-content ul li a {
            padding: 14.5px 15px;
            display: block;
            font-family: "IOI";
            font-style: normal;
            font-weight: 300;
            font-size: 14px;
            line-height: 150%;
            color: #737373; }
            .local-markets .local-markets-main-wrapper .market-wrap-content ul li a:hover, .local-markets .local-markets-main-wrapper .market-wrap-content ul li a:focus, .local-markets .local-markets-main-wrapper .market-wrap-content ul li a:active {
              color: #000000;
              text-decoration: underline; }

.contact-inner-data .col-sm-6 {
  margin-bottom: 20px; }

.landing-category-select {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 20px 15px;
  margin-bottom: 20px;
  position: relative; }
  .landing-category-select:before {
    content: "";
    position: absolute;
    background: #f9f9f9;
    z-index: -1;
    width: 100vw;
    height: 100%;
    bottom: 0;
    margin: auto;
    right: 0;
    left: calc(50% - 10px);
    margin-left: calc(-50vw + 9px);
    display: none; }
  @media screen and (max-width: 640px) {
    .landing-category-select {
      padding: 20px 0; }
      .landing-category-select:before {
        display: block; } }
  .landing-category-select .title {
    font-family: "IOI";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #333333;
    margin-bottom: 7px;
    display: block; }
  .landing-category-select .clear-btn {
    font-family: "IOI";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #491d6e;
    display: inline-block;
    margin-left: 20px; }
    @media screen and (max-width: 640px) {
      .landing-category-select .clear-btn {
        margin-left: 0;
        margin-top: 8px; } }
  .landing-category-select .custom-select {
    position: relative;
    margin-left: -7.5px;
    margin-right: -7.5px;
    padding: 12px 10px;
    border-radius: 5px 5px 0 0;
    max-width: 300px; }
    @media screen and (max-width: 640px) {
      .landing-category-select .custom-select {
        padding: 7.5px 8px;
        max-width: 102.2%; } }
    .landing-category-select .custom-select.active {
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
      .landing-category-select .custom-select.active:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 6px;
        background: #ffffff;
        bottom: 0;
        left: 0;
        z-index: 9999999; }
      .landing-category-select .custom-select.active .select-btn {
        z-index: 5; }
      .landing-category-select .custom-select.active .select-wrapper {
        display: block;
        z-index: 4; }
    .landing-category-select .custom-select .select-wrapper {
      display: none;
      background: #ffffff;
      position: absolute;
      width: 100.8%;
      height: auto;
      max-height: 300px;
      overflow: auto;
      right: 0;
      top: 49px;
      left: 0;
      margin: auto;
      border-radius: 0 0 5px 5px;
      padding: 20px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
      z-index: 1;
      border: 1px solid #e2e2e2;
      margin-top: 25px;
      margin-left: -1px;
      border-top: 1px solid #e2e2e2; }
      @media screen and (max-width: 640px) {
        .landing-category-select .custom-select .select-wrapper {
          top: 40px; } }
    .landing-category-select .custom-select .select-btn {
      font-family: "IOI";
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 150%;
      display: block;
      border: 1px solid #e2e2e2;
      color: #888787;
      padding: 12px 15px;
      border-radius: 5px;
      position: relative;
      background: #ffffff;
      z-index: 2; }
      .landing-category-select .custom-select .select-btn:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto;
        -moz-transform: scale(0.7);
        -o-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        transition: .5s; }
        @media screen and (max-width: 640px) {
          .landing-category-select .custom-select .select-btn:before {
            right: 10px; } }
      .landing-category-select .custom-select .select-btn.active {
        color: #333333; }
        .landing-category-select .custom-select .select-btn.active:before {
          -moz-transform: rotate(180deg) scale(0.7);
          -o-transform: rotate(180deg) scale(0.7);
          -ms-transform: rotate(180deg) scale(0.7);
          -webkit-transform: rotate(180deg) scale(0.7);
          transform: rotate(180deg) scale(0.7); }
    .landing-category-select .custom-select .flight-select-btn {
      font-family: "IOI";
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 150%;
      -webkit-appearance: none;
      display: block;
      border: 1px solid #e2e2e2;
      color: #888787;
      padding: 12px 15px;
      border-radius: 5px;
      position: relative;
      background-color: #ffffff !important;
      z-index: 2;
      width: 100%;
      height: 50px;
      background: url("imgs/down-arror.png") no-repeat;
      background-position: right 25px center;
      outline: none;
      min-width: 280px; }
    .landing-category-select .custom-select .form-check:not(:last-of-type) {
      margin-bottom: 15px; }
    .landing-category-select .custom-select .form-check label {
      font-family: "IOI";
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 150%;
      color: #333333; }
      @media screen and (max-width: 640px) {
        .landing-category-select .custom-select .form-check label {
          margin-bottom: 0; } }
  .landing-category-select .select-wrapper::-webkit-scrollbar {
    width: 13px;
    border: 1px solid #e2e2e2; }
  .landing-category-select .select-wrapper::-webkit-scrollbar-thumb {
    background-color: #a7a7a7;
    height: 38px !important;
    border-radius: 50px; }
  .landing-category-select .select-wrapper-inner::-webkit-scrollbar {
    width: 13px;
    border: 1px solid #e2e2e2; }
  .landing-category-select .select-wrapper-inner::-webkit-scrollbar-thumb {
    background-color: #a7a7a7;
    height: 38px !important;
    border-radius: 50px; }
  .landing-category-select#btn-close-select .custom-select {
    width: 300px;
    display: inline-block; }
    @media screen and (max-width: 640px) {
      .landing-category-select#btn-close-select .custom-select {
        width: auto;
        display: block; } }
  .landing-category-select#btn-close-select .select-wrapper {
    overflow: unset;
    min-height: 300px;
    padding: 0; }
    @media screen and (max-width: 640px) {
      .landing-category-select#btn-close-select .select-wrapper {
        min-height: 255px;
        width: 100.9%; } }
  .landing-category-select#btn-close-select .select-wrapper-inner {
    height: auto;
    max-height: 222px;
    overflow: auto;
    padding: 20px; }
    @media screen and (max-width: 640px) {
      .landing-category-select#btn-close-select .select-wrapper-inner {
        max-height: 176px; } }
  .landing-category-select#btn-close-select .btn-div {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 19px 15px;
    left: 0;
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 640px) {
      .landing-category-select#btn-close-select .btn-div {
        border-radius: 0 0 5px 5px; } }
    .landing-category-select#btn-close-select .btn-div a {
      display: block;
      margin: 0; }

.trade-contact {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 15px; }
  .trade-contact:not(:first-of-type) {
    padding-top: 30px; }
  .trade-contact .btn.btn-link {
    margin-bottom: 0; }
  .trade-contact .title {
    font-family: "IOI";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #333333;
    margin-bottom: 20px;
    display: block; }
    @media screen and (max-width: 640px) {
      .trade-contact .title {
        margin-bottom: 7px; } }

/* #searchAbleDataTable{ removed on client request
  .spotlight.full-image.large-image{
    @media screen and (min-width: $screen-sm) {
      max-height: 462px;
    }
  }
} */
#loading-wrapper {
  display: none; }
  #loading-wrapper.loading-app {
    display: block; }

.trip-icons {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 25px;
  margin-bottom: 30px;
  margin-top: 25px; }
  @media screen and (max-width: 640px) {
    .trip-icons {
      margin-top: 15px; } }
  .trip-icons > span {
    position: relative;
    padding-left: 30px;
    font-family: "IOI";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #333333;
    min-height: 22px;
    display: inline-block; }
    .trip-icons > span > span {
      display: inline-block; }
    .trip-icons > span:not(:last-of-type) {
      margin-right: 16px; }
    .trip-icons > span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -5px;
      margin: auto; }
    .trip-icons > span.event:before {
      top: -3px; }
    .trip-icons > span.user:before {
      -moz-transform: scale(0.84);
      -o-transform: scale(0.84);
      -ms-transform: scale(0.84);
      -webkit-transform: scale(0.84);
      transform: scale(0.84); }
    .trip-icons > span.date {
      font-size: 15px;
      font-weight: 400; }
      .trip-icons > span.date > span {
        font-weight: 300; }

.trade-news-list .spotlight .spot-label span {
  margin-right: 15px; }
  .trade-news-list .spotlight .spot-label span:first-of-type {
    position: relative; }
    .trade-news-list .spotlight .spot-label span:first-of-type:after {
      position: absolute;
      content: "";
      height: 14px;
      width: 1px;
      background: #333333;
      bottom: 2px;
      right: -7.5px; }

.trade-news-list .spotlight .spot-label span + span:after {
  display: none; }

.trade-news-list .spotlight.full-image .spot-label span {
  margin-right: 15px; }
  .trade-news-list .spotlight.full-image .spot-label span:first-of-type {
    position: relative; }
    .trade-news-list .spotlight.full-image .spot-label span:first-of-type:after {
      background: #ffffff; }

/* For IPAD general iPad layouts */
@media only screen and (device-width: 744px) {
  main {
    min-height: 900px; } }

@media screen and (min-width: 641px) {
  .offices-div .contact-inner-data {
    margin-bottom: 30px; }
  .offices-div h3, .offices-div .h3 {
    margin-bottom: 20px; } }

/* fonts */
/* Primary actions and buttons, links, for indicating progress, and representing authentication */
/* Desktop H1 */
/* Desktop Paragraph 1 */
/*@mixin l05() {
  font-family: "'PT Serif', serif;";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}
@mixin l04() {
  font-family: "'PT Serif', serif;";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}
@mixin l03() {
  font-family: "'PT Serif', serif;";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@mixin l02() {
  font-family: "'PT Serif', serif;";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
@mixin l01() {
  font-family: "'PT Serif', serif;";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}*/
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    /*background: transparent !important;*/
    color: #888787 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (https://www.tourismireland.com/" attr(href) ")";
    word-break: break-all; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after,
  a[href^="mailto:"]:after {
    content: ""; }
  a[href].external-link:after {
    background: transparent !important;
    width: auto !important;
    height: auto !important;
    display: inline-block;
    margin-left: 4px;
    content: " (" attr(href) ")";
    position: relative;
    font-size: inherit;
    font-family: inherit; }
  pre,
  blockquote {
    border: 1px solid #e2e2e2;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, .h2, h3, .h3 {
    orphans: 3;
    widows: 3; }
  h2, .h2, h3, .h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #888787 !important; }
  .label {
    border: 1px solid #888787; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #ffffff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e2e2e2 !important; } }

@media print {
  * {
    -webkit-print-color-adjust: exact;
    box-sizing: border-box;
    min-height: 1px !important;
    height: auto;
    max-height: none;
    background-color: transparent !important; }
  /*redefine bootstrap column structure for print media*/
  *[class*="col-"],
  *[class*="col-sm-"],
  *[class*="col-md-"],
  *[class*="col-lg-"],
  *[class*="col-xl-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
    float: left !important; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  *[class*="-offset-"] {
    margin: 0 !important; }
  /*Column clear fix*/
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1) {
    clear: left !important; }
  /*redefine bootstrap column structure for print media end*/
  .standard-content table {
    visibility: visible; }
    .standard-content table th {
      background-color: #888787;
      color: #ffffff; }
  article {
    width: 100%; }
  a[href^="#"]:after {
    content: "";
    display: none; }
  a[href]:after {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    height: auto;
    max-width: 650px; }
  /*Show all tabs on print media*/
  .tab-content .tab-pane {
    display: block;
    opacity: 1; }
  /*Show all accordions on print media*/
  .panel .panel-collapse,
  .panel .collapse {
    display: block;
    opacity: 1; }
  /*Show all carousel items*/
  .carousel .carousel-indicators {
    display: none !important; }
  .carousel .carousel-inner .carousel-item {
    display: block;
    opacity: 1; }
  h2, .h2, h3, .h3 {
    page-break-after: initial; }
  article,
  section,
  main {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
    article h1, article .h1,
    article .h1,
    section h1,
    section .h1,
    section .h1,
    main h1,
    main .h1,
    main .h1 {
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: 10px;
      line-height: 1; }
  /*avoid these selector to break on two pages*/
  img {
    page-break-before: auto;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid;
    /* or 'auto' */ }
  /*site specific styling start here*/
  footer,
  .embed-responsive,
  .btn,
  nav {
    display: none !important; }
  .container {
    width: 100%;
    max-width: none; }
    .container.medium, .container.smaller {
      max-width: none; }
  /*site specific styling end here*/
  /*plugin elements to hide on print media*/
  .play-pause,
  .carousel-control,
  .arrow-control,
  .control,
  .testimonial-div:after,
  .social-links-list,
  .tabbed-nav .last-column,
  .header-three-cols .right {
    display: none !important; }
  .video-banner {
    display: none !important; }
  .table tr th {
    background: #a7a7a7 !important;
    border-radius: 0 !important; }
  a,
  a:visited {
    text-decoration: none !important; }
  a[href]:after {
    text-decoration: none !important;
    display: block; }
  /*site specific styling end here*/
  .filter-div {
    padding: 0;
    margin: 0; }
    .filter-div #statsText {
      display: none; }
  a.print {
    display: none; }
  .spotlight.vertical.opportunity {
    margin-bottom: 10px; }
    .spotlight.vertical.opportunity .image-wrapper {
      display: none; }
    .spotlight.vertical.opportunity .icons {
      margin-bottom: 0; }
    .spotlight.vertical.opportunity .sp-p-large {
      margin: 0; }
  .shamrock {
    display: none; }
  .standard-content {
    /*.accordion {
      page-break-inside: avoid;
    }*/ }
    .standard-content .video-wrap, .standard-content .ratio, .standard-content iframe[src*='soundcloud'], .standard-content .rg-gallery {
      display: none; }
    .standard-content .download-link {
      padding: 24px 110px 21px 25px; }
      .standard-content .download-link:before {
        display: none; }
      .standard-content .download-link:after {
        background: unset;
        display: block; }
  #searchAbleDataTable .spotlight.horizontal .spot-title:after {
    display: none; }
  .back-btn-section {
    display: none; }
  .opportunities-detail-wrapper .content-details {
    padding: 30px; }
  .opportunities-detail-wrapper .social-links:before {
    display: none; }
  .col-sm-3 {
    display: none; }
  .col-sm-9 {
    width: 100%; }
  .result-wrapper.error {
    background: unset; }
    .result-wrapper.error .col-sm-4 {
      display: none; }
    .result-wrapper.error .col-sm-8 {
      width: 100%; }
      .result-wrapper.error .col-sm-8 h3, .result-wrapper.error .col-sm-8 .h3 {
        margin-bottom: 0; }
  .contact-spotlight .col-sm-6:first-of-type {
    display: none; }
  .contact-spotlight .col-sm-6:last-of-type {
    width: 100%; }
  .contact-form-wrapper {
    display: none; }
  * {
    color: #333333 !important; }
  p {
    font-size: 12pt; }
  h1, .h1 {
    font-size: 20pt !important; }
  h2, .h2 {
    font-size: 16pt !important; }
  h3, .h3 {
    font-size: 14pt !important; }
  img, picture, figure {
    display: none !important; }
  .spotlight {
    background: transparent;
    border: 1px solid #333333; }
    .spotlight:before {
      display: none; }
    .spotlight .spot-content, .spotlight .spot-label {
      position: relative !important; }
    .spotlight .image-wrapper {
      display: none; }
  .cards-carousel {
    display: none; }
  .carousel-banner {
    display: none; }
    .carousel-banner .owl-stage-outer {
      border: 1px solid #333333;
      height: 845px; }
    .carousel-banner .owl-nav, .carousel-banner .counter {
      display: none !important; }
    .carousel-banner .wrapper {
      transform: translateX(-50%) translateY(0%) !important;
      height: 860px !important;
      max-width: 600px !important; }
  .newsletter-banner {
    display: none;
    /*&:before {
      display: none;
    }
    .container {
      position: relative;
      border: 1px solid $n07;
      padding-top: 30px;
    }*/ }
  .centered-text .col-sm-8 {
    display: none; }
  .centered-text .col-sm-4 {
    width: 100%; }
    .centered-text .col-sm-4 .svg-eye-g {
      display: none; }
  .spotlight .spot-content {
    padding: 20px 30px 10px; }
    .spotlight .spot-content .icons span:before {
      filter: grayscale(100%); }
  .spotlight:after {
    left: 30px !important; }
  .spotlight-icons {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 40px 30px !important; }
    .spotlight-icons span:first-of-type {
      display: none; }
  .landing-banner {
    background: unset !important; }
    .landing-banner .col-sm-7 {
      display: none; }
    .landing-banner .col-sm-5 {
      width: 100%; }
  .quote, blockquote {
    padding: 75px 35px 20px; }
  .quote p, blockquote p {
    max-width: 100%; }
  .video-container .col-sm-9 {
    width: 100%; }
  .video-container .col-sm-3 {
    display: none; }
  .opportunities-detail-wrapper .first-row .col-sm-7 {
    display: none; }
  .opportunities-detail-wrapper .first-row .col-sm-5 {
    width: 100%; }
    .opportunities-detail-wrapper .first-row .col-sm-5 .details-wrapper {
      border: 1px solid #333333;
      padding: 20px; }
    .opportunities-detail-wrapper .first-row .col-sm-5 .details-icons {
      margin-bottom: 0; }
      .opportunities-detail-wrapper .first-row .col-sm-5 .details-icons span:before {
        filter: grayscale(100%); }
  .sp-p-large {
    margin-bottom: 10px !important; }
  .spotlight.horizontal .image-wrapper {
    display: none !important; }
  .search-wrapper {
    display: none; }
  .no-results-box .col-sm-4 {
    display: none; }
  .no-results-box .col-sm-8 {
    width: 100%; }
  .standard-content p {
    margin-bottom: 10px; }
  .spotlight.full-image.large-image .spot-content {
    width: 100%; }
  .spotlight.full-image.large-image .spot-title, .spotlight .spot-content .spot-title, .spotlight .spot-content .sp-p-large {
    overflow: initial !important;
    text-overflow: initial !important;
    display: initial !important;
    max-height: initial !important;
    -webkit-line-clamp: initial !important;
    -webkit-box-orient: initial !important; }
  section.print-logo {
    display: block; }
    section.print-logo img {
      display: block !important;
      margin-bottom: 30px;
      margin-top: 30px; }
  .breadcrumb-section {
    display: none; } }

.accordion {
  margin-bottom: 30px; }
  .accordion .accordion-item {
    border: 1px solid #e2e2e2;
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }
    .accordion .accordion-item:last-of-type {
      border-bottom: 1px solid #e2e2e2; }
    .accordion .accordion-item .accordion-header .accordion-button {
      font-family: "IOI";
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 130%;
      color: #000000;
      padding: 28px 52px 28px 0;
      position: relative;
      box-shadow: none; }
      @media screen and (max-width: 640px) {
        .accordion .accordion-item .accordion-header .accordion-button {
          font-family: "IOI";
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 150%;
          padding: 17px 52px 17px 0; } }
      .accordion .accordion-item .accordion-header .accordion-button:after {
        content: "";
        position: absolute;
        right: 25px;
        top: 0;
        bottom: 0;
        margin: auto; }
        @media screen and (max-width: 640px) {
          .accordion .accordion-item .accordion-header .accordion-button:after {
            right: 0;
            transform: scale(0.75); } }
      .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
        background-color: #ffffff; }
        @media screen and (max-width: 640px) {
          .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
            transform: rotate(-180deg) scale(0.75); } }
    .accordion .accordion-item .accordion-body {
      padding: 20px 20px 20px 0;
      border-top: 1px solid #e2e2e2;
      color: #000000;
      font-family: "IOI";
      font-style: normal;
      font-weight: 300;
      font-size: 20px;
      line-height: 150%; }
      @media screen and (max-width: 640px) {
        .accordion .accordion-item .accordion-body {
          font-family: "IOI";
          font-style: normal;
          font-weight: 300;
          font-size: 16px;
          line-height: 150%;
          color: #333333; } }
      .accordion .accordion-item .accordion-body > p {
        color: #000000;
        font-family: "IOI";
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 150%; }
        @media screen and (max-width: 640px) {
          .accordion .accordion-item .accordion-body > p {
            font-family: "IOI";
            font-style: normal;
            font-weight: 300;
            font-size: 16px;
            line-height: 150%;
            color: #333333; } }

@media screen and (max-width: 640px) {
  body.safari-15 .owl-carousel .owl-item .spotlight.full-image {
    width: 335.5px; } }

.cards-carousel {
  min-height: 591px;
  padding: 50px 0;
  overflow: hidden;
  background: linear-gradient(1.68deg, #EEEEEE 1.27%, rgba(238, 238, 238, 0) 98.42%); }
  @media screen and (max-width: 640px) {
    .cards-carousel {
      padding: 30px 0;
      min-height: 510px; } }
  .cards-carousel .work-slider {
    padding-top: 88px; }
    @media screen and (max-width: 640px) {
      .cards-carousel .work-slider {
        padding-top: 0;
        margin-bottom: 20px; } }
    .cards-carousel .work-slider .sur-title,
    .cards-carousel .work-slider h2,
    .cards-carousel .work-slider .h2 {
      color: #491d6e; }
      @media screen and (min-width: 641px) {
        .cards-carousel .work-slider .sur-title,
        .cards-carousel .work-slider h2,
        .cards-carousel .work-slider .h2 {
          word-break: break-word;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical; } }
    .cards-carousel .work-slider p {
      font-family: "IOI";
      font-style: normal;
      font-weight: 300;
      font-size: 20px;
      line-height: 150%;
      color: #333333; }
      @media screen and (min-width: 641px) {
        .cards-carousel .work-slider p {
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical; } }
      @media screen and (max-width: 640px) {
        .cards-carousel .work-slider p {
          font-family: "IOI";
          font-style: normal;
          font-weight: 300;
          font-size: 16px;
          line-height: 150%;
          margin-bottom: 0; } }
  .cards-carousel .owl-carousel {
    position: relative;
    top: 0;
    left: 0;
    min-width: calc(((100vw - 1170px) / 2) + 770px);
    min-height: 591px;
    margin-left: -12px; }
    @media screen and (max-width: 640px) {
      .cards-carousel .owl-carousel {
        min-width: 1px;
        min-height: 510px;
        margin-left: 0; } }
    .cards-carousel .owl-carousel .owl-item {
      /*    img {
            display: block;
            width: auto;
            min-width: 100%;
            height: 258px;
            object-fit: cover;
            position: relative;
            left: 50% !important;
            transform: translateX(-50%);
            transition: .5s;
            @media screen and (min-width: 1921px) {
              object-fit: cover;
            }
          }
          .spotlight {
            margin-bottom: 0;
            overflow: hidden;
          }
          .spot-content {
            padding: 26px 13px;
            @media screen and (max-width: $screen-xs) {
              padding: 23px 30px 24px 15px;
            }
          }
          .spot-title {
            margin-bottom: 33px;
            @media screen and (min-width: $screen-sm) {
              height: 82px;
            }
            @include fixLines(3, 120%);
          }*/ }
      .cards-carousel .owl-carousel .owl-item .image-wrapper:hover img, .cards-carousel .owl-carousel .owl-item .image-wrapper:focus img, .cards-carousel .owl-carousel .owl-item .image-wrapper:active img {
        transform: translateX(-50%) scale(1.2); }
      .cards-carousel .owl-carousel .owl-item .spotlight.full-image {
        width: 370px;
        height: 591px;
        margin-bottom: 0; }
        @media screen and (max-width: 640px) {
          .cards-carousel .owl-carousel .owl-item .spotlight.full-image {
            width: 330px;
            height: auto; } }
    .cards-carousel .owl-carousel .owl-nav {
      position: absolute;
      top: auto;
      display: block !important;
      margin-top: 30px;
      width: 110px;
      left: -378px;
      bottom: 40px;
      /*    position: absolute;
          top: -70px;
          left: 1045px;
          width: 90px;*/
      /*      .owl-next,
            .owl-prev {
              border: 1px solid $s02;
              position: relative;
              width: 44px;
              height: 44px;
              border-radius: 10px;
              margin: 0 1px 0 0;
              span {
                display: none !important;
              }
              &:focus {
                border: 1px solid $s02;
                outline: 2px solid $n04;
              }
              &:before {
                content: "";
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                display: block;
                margin: auto;
              }
            }
            .owl-prev {
              margin-right: 10px;
              &:before {
                content: "";
                @extend .svg-chevron_left-large-g;
                position: absolute;
              }
              &:disabled, &.disabled {
                border: 1px solid $n05;
                pointer-events: none;
                &:before {
                  content: "";
                  @extend .svg-chevron_left-gr;
                }
              }
            }
            .owl-next {
              &:before {
                content: "";
                @extend .svg-chevron_right-large-g;
                position: absolute;
              }
              &:disabled, &.disabled {
                border: 1px solid $n05;
                pointer-events: none;
                &:before {
                  content: "";
                  @extend .svg-chevron_right-large-gr;
                }
              }
            }*/
      /*      .owl-next,
            .owl-prev {
              position: relative;
              width: 44px;
              height: 44px;
              border: 1px solid $n03;
              margin: 0 1px 0 0;
              span {
                display: none !important;
              }
              !* &:hover, &:focus, &:active {
                 outline: thin dotted $p01;
                 @media screen and (max-width: $screen-xs) {
                   outline: none;
                 }
               }*!
            }
            .owl-prev {
              margin-right: 10px;
              &:before {
                content: "";
                //@extend .svg-chevron-left;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                display: block;
                margin: auto;
              }
            }
            .owl-next {
              &:before {
                content: "";
                //@extend .svg-chevron-right;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                display: block;
                margin: auto;
              }
            }*/
      /*    .owl-next {
            &:before {
              transform: rotate(-90deg);
            }
          }
          .owl-prev {
            &:before {
              transform: rotate(90deg);
            }
          }*/ }
      @media screen and (max-width: 640px) {
        .cards-carousel .owl-carousel .owl-nav {
          position: relative;
          left: 0;
          bottom: 0; } }
      .cards-carousel .owl-carousel .owl-nav .owl-next,
      .cards-carousel .owl-carousel .owl-nav .owl-prev {
        border-radius: 10px; }
        .cards-carousel .owl-carousel .owl-nav .owl-next span:not(.visually-hidden),
        .cards-carousel .owl-carousel .owl-nav .owl-prev span:not(.visually-hidden) {
          display: none; }
        .cards-carousel .owl-carousel .owl-nav .owl-next span.visually-hidden,
        .cards-carousel .owl-carousel .owl-nav .owl-prev span.visually-hidden {
          display: block !important; }

.international .cards-carousel .work-slider .sur-title,
.international .cards-carousel .work-slider h2,
.international .cards-carousel .work-slider .h2 {
  color: #008554; }

.cards-carousel.white-bg {
  background: #ffffff; }

.spotlight {
  display: block; }
  .spotlight.spotlight-vertical {
    border-top: 3px solid #e60014; }
    .spotlight.spotlight-vertical:before {
      content: "";
      opacity: 0.8;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #737373 100%);
      width: 100%;
      height: 226px;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1; }
    .spotlight.spotlight-vertical .image-wrapper {
      display: block;
      position: relative;
      overflow: hidden;
      width: 100%;
      height: auto; }
    .spotlight.spotlight-vertical .spot-content {
      position: absolute;
      bottom: 0;
      left: 0;
      max-width: 100%;
      padding: 0 30px 20px;
      z-index: 2; }
      .spotlight.spotlight-vertical .spot-content .spot-title {
        color: #ffffff;
        font-size: 1.375rem;
        line-height: 28px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        max-height: 84px;
        /* fallback */
        -webkit-line-clamp: 3;
        /* number of lines to show */
        -webkit-box-orient: vertical;
        min-height: 84px; }
        @media screen and (max-width: 640px) {
          .spotlight.spotlight-vertical .spot-content .spot-title {
            font-size: 1.125rem;
            line-height: 22px;
            max-height: 44px;
            -webkit-line-clamp: 2;
            /* number of lines to show */
            min-height: 44px; } }
    .spotlight.spotlight-vertical:hover .spot-content .spot-title, .spotlight.spotlight-vertical:focus .spot-content .spot-title {
      text-decoration: underline; }

.cards-carousel.desktop-carousel .owl-carousel {
  min-width: 100%; }
  .cards-carousel.desktop-carousel .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 30px; }
    .cards-carousel.desktop-carousel .owl-carousel .owl-dots .owl-dot {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      margin-right: 10px;
      background-color: transparent;
      border: 1px solid #e2e2e2; }
      .cards-carousel.desktop-carousel .owl-carousel .owl-dots .owl-dot.active {
        border: 1px solid #737373; }
  @media screen and (max-width: 640px) {
    .cards-carousel.desktop-carousel .owl-carousel .owl-stage-outer {
      height: auto !important; }
      .cards-carousel.desktop-carousel .owl-carousel .owl-stage-outer .owl-stage {
        width: 100%;
        max-width: 100%;
        transform: none !important; }
        .cards-carousel.desktop-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item {
          display: none; }
          .cards-carousel.desktop-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item.active {
            display: block !important;
            float: none !important;
            width: 100% !important;
            margin-right: 0 !important;
            margin-bottom: 30px; }
    .cards-carousel.desktop-carousel .owl-carousel .owl-nav,
    .cards-carousel.desktop-carousel .owl-carousel .owl-dots {
      display: none !important; } }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*&:hover {
    opacity: 0.5;
  }*/ }

/*.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  //border: none;
  padding: 0 !important;
  font: inherit;
}*/
.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height 0.5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #737373; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*.portfolio-experiment {
  background: #2d2d2d;
  padding: 75px;
}*/
/*.animation-anchor {
  border: none !important;
  display: inline-block;
  position: relative;
  color: white;
  padding: 12px 15px;
  &:hover,
  &:focus,
  &:active {
    text-decoration: none;
  }
  &:after {
    display: none !important;
  }
  .text {
    display: inline-block;
    position: relative;
    @include x-rem(font-szie, 22px);
    color: white;
    &:after {
      pointer-events: none;
      transition: transform 0.08s linear 0.13s;
      transform: scale3d(1, 0, 1);
    }
  }
  .line {
    position: absolute;
    background: $color;
    &.-right,
    &.-left {
      width: $thick;
      bottom: 0;
      top: 0;
      transform: scale3d(1, 1, 1);
    }
    &.-top,
    &.-bottom,
    &.-bottom-hover {
      height: $thick;
      left: 0;
      right: 0;
      transform: scale3d(1, 1, 1);
    }
    &.-right {
      right: 0;
      transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.71s;
      transform-origin: top;
    }
    &.-top {
      top: 0;
      transition: transform 0.08s linear 0.56s;
      transform-origin: left;
    }
    &.-left {
      left: 0;
      transition: transform 0.08s linear 0.43s;
      transform-origin: bottom;
    }
    &.-bottom {
      bottom: 0;
      transition: transform 0.08s linear 0.23s;
      transform-origin: right;
    }
    &.-bottom-hover {
      bottom: 8px;
      transition: transform 0.08s linear 0.13s;
      transform-origin: right;
      transform: scale3d(1, 0, 1);
      width: calc(100% - 30px);
      margin: auto;
    }
  }
  &:hover,
  &:active {
    color: white;
    text-decoration: none;
    .text {
      &:after {
        content: "";
        height: 2px;
        width: 100%;
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        background-color: $n01;
        transition: transform 1.08s linear 0.6s;
        transform: scale3d(1, 1, 1);
      }
    }
    .line {
      transform: scale3d(1, 0, 1);
      &.-right {
        transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.2s;
        transform-origin: top;
      }
      &.-top {
        transition: transform 0.08s linear 0.4s;
        transform-origin: left;
        transform: scale3d(0, 1, 1);
      }
      &.-left {
        transition: transform 0.08s linear 0.48s;
        transform-origin: bottom;
      }
      &.-bottom {
        transition: transform 0.08s linear 0.56s;
        transform-origin: right;
        transform: scale3d(0, 1, 1);
      }
      &.-bottom-hover {
        transition: transform 0.08s linear 0.6s;
        transform-origin: right;
        transform: scale3d(1, 1, 1);
      }
    }
  }
}*/
/*Spinner Animation Loading CSS*/
@keyframes loading-wrapper {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }

.loading-wrapper div {
  position: absolute;
  animation: loading-wrapper 1s linear infinite;
  width: 80px;
  height: 80px;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  box-shadow: 0 5px 0 0 #491d6e;
  transform-origin: 40px 42px; }

.loading-spinner-rolling {
  width: 120px;
  height: 120px;
  display: inline-block;
  overflow: hidden;
  background: transparent; }

.loading-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; }

.loading-wrapper div {
  box-sizing: content-box; }

#wrapper {
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto; }

span[class*="svg-"] {
  display: block; }

[class*="sf-"] table,
.sfPageEditor table,
.rwTable,
.rdTable,
.sfWrapper,
.sfPageEditor.page,
.sfPageEditor {
  visibility: visible !important; }
  [class*="sf-"] table ol,
  [class*="sf-"] table ul,
  [class*="sf-"] table table,
  [class*="sf-"] table iframe,
  [class*="sf-"] table a[href^="http"],
  .sfPageEditor table ol,
  .sfPageEditor table ul,
  .sfPageEditor table table,
  .sfPageEditor table iframe,
  .sfPageEditor table a[href^="http"],
  .rwTable ol,
  .rwTable ul,
  .rwTable table,
  .rwTable iframe,
  .rwTable a[href^="http"],
  .rdTable ol,
  .rdTable ul,
  .rdTable table,
  .rdTable iframe,
  .rdTable a[href^="http"],
  .sfWrapper ol,
  .sfWrapper ul,
  .sfWrapper table,
  .sfWrapper iframe,
  .sfWrapper a[href^="http"],
  .sfPageEditor.page ol,
  .sfPageEditor.page ul,
  .sfPageEditor.page table,
  .sfPageEditor.page iframe,
  .sfPageEditor.page a[href^="http"],
  .sfPageEditor ol,
  .sfPageEditor ul,
  .sfPageEditor table,
  .sfPageEditor iframe,
  .sfPageEditor a[href^="http"] {
    visibility: visible !important; }

.sfPageEditor .container section,
.sfPageEditor .row section,
.sfPageEditor [class*="col-"] section,
.sfPageEditor section section,
.sfPageEditor .container .container,
.sfPageEditor .row .row,
.sfPageEditor [class*="col-"] [class*="col-"], .sfPageEditorWrp .container section,
.sfPageEditorWrp .row section,
.sfPageEditorWrp [class*="col-"] section,
.sfPageEditorWrp section section,
.sfPageEditorWrp .container .container,
.sfPageEditorWrp .row .row,
.sfPageEditorWrp [class*="col-"] [class*="col-"] {
  border: 2px dashed red !important; }
  .sfPageEditor .container section:before,
  .sfPageEditor .row section:before,
  .sfPageEditor [class*="col-"] section:before,
  .sfPageEditor section section:before,
  .sfPageEditor .container .container:before,
  .sfPageEditor .row .row:before,
  .sfPageEditor [class*="col-"] [class*="col-"]:before, .sfPageEditorWrp .container section:before,
  .sfPageEditorWrp .row section:before,
  .sfPageEditorWrp [class*="col-"] section:before,
  .sfPageEditorWrp section section:before,
  .sfPageEditorWrp .container .container:before,
  .sfPageEditorWrp .row .row:before,
  .sfPageEditorWrp [class*="col-"] [class*="col-"]:before {
    display: inline-block;
    width: 100%;
    padding: 10px;
    color: red !important;
    line-height: 1.2 !important; }

.sfPageEditor section section:before, .sfPageEditorWrp section section:before {
  content: "Layout error, section within another section."; }

.sfPageEditor .container .container:before, .sfPageEditorWrp .container .container:before {
  content: "Layout error, container within another container."; }

.sfPageEditor .row .row:before, .sfPageEditorWrp .row .row:before {
  content: "Layout error, row within another row."; }

.sfPageEditor [class*="col-"] [class*="col-"]:before, .sfPageEditorWrp [class*="col-"] [class*="col-"]:before {
  content: "Layout error, column within another column."; }

.sfPageEditor .container section:before,
.sfPageEditor .row section:before,
.sfPageEditor [class*="col-"] section:before, .sfPageEditorWrp .container section:before,
.sfPageEditorWrp .row section:before,
.sfPageEditorWrp [class*="col-"] section:before {
  content: "Layout error, section cannot be nested within container/row/column."; }

.sfPageEditor [class*="col-"] .row [class*="col-"],
.sfPageEditor .row [class*="col-"] .row, .sfPageEditorWrp [class*="col-"] .row [class*="col-"],
.sfPageEditorWrp .row [class*="col-"] .row {
  border: none !important; }
  .sfPageEditor [class*="col-"] .row [class*="col-"]:before,
  .sfPageEditor .row [class*="col-"] .row:before, .sfPageEditorWrp [class*="col-"] .row [class*="col-"]:before,
  .sfPageEditorWrp .row [class*="col-"] .row:before {
    display: none !important; }

.sfPageEditor .shamrock:before, .sfPageEditorWrp .shamrock:before {
  display: none; }

.sfPageEditor .btn-link:after, .sfPageEditorWrp .btn-link:after {
  display: none; }

.sfPageEditor .btn-link:before, .sfPageEditorWrp .btn-link:before {
  display: none; }

.ds-table {
  visibility: visible !important;
  display: block;
  text-align: center;
  padding: 30px; }

.ds-table tr td {
  padding: 10px; }

.ds-table.color-bg {
  background: #D9D5DE; }

.international .spotlight.vertical.story-idea-item .spot-tbl .spot-content .spot-label,
.international .spotlight.vertical.trip-idea .spot-tbl .spot-content .spot-label span:last-of-type {
  display: none; }

@media screen and (max-width: 640px) {
  .spotlight.full-image.ioi.featured-press-release .spot-tbl .spot-tbl-row .spot-content .spot-title {
    font-size: 1.5rem; } }

@media screen and (min-width: 641px) {
  .spotlight.full-image.ioi.featured-press-release {
    border: none !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2) !important; }
    .spotlight.full-image.ioi.featured-press-release .spot-tbl .spot-tbl-row {
      display: flex; }
      .spotlight.full-image.ioi.featured-press-release .spot-tbl .spot-tbl-row .spot-content {
        display: flex;
        flex-direction: column;
        width: 35.5%;
        padding-left: 38px;
        padding-right: 65px;
        align-self: center; }
        .spotlight.full-image.ioi.featured-press-release .spot-tbl .spot-tbl-row .spot-content .btn {
          width: max-content; }
        .spotlight.full-image.ioi.featured-press-release .spot-tbl .spot-tbl-row .spot-content .spot-title {
          -webkit-line-clamp: 6; }
      .spotlight.full-image.ioi.featured-press-release .spot-tbl .spot-tbl-row .image-wrapper {
        display: flex;
        width: 64.5%;
        border-radius: 10px 0 0 10px; } }

/*# sourceMappingURL=all.css.map */
